:root,[data-avh-theme=light]{color-scheme:light;--avh-color-primary: #0067ff;--avh-color-primary-hover: #2e7fff;--avh-color-primary-active: #0057d9;--avh-color-primary-subtle: #f5f9ff;--avh-color-sidebar: #0f1b2d;--avh-color-sidebar-hover: #162943;--avh-color-sidebar-active: #0067ff;--avh-color-sidebar-text: #afc0d8;--avh-color-sidebar-divider: #20334e;--avh-color-background: #f5f9ff;--avh-color-surface: #ffffff;--avh-color-surface-raised: #ffffff;--avh-color-surface-subtle: #ecf3ff;--avh-color-surface-selected: #dce8ff;--avh-color-border: #e3ecfa;--avh-color-border-strong: #dce8ff;--avh-color-text: #1f2937;--avh-color-text-secondary: #6b7280;--avh-color-text-tertiary: #94a3b8;--avh-color-text-inverse: #ffffff;--avh-color-success: #00b870;--avh-color-success-text: #007a4b;--avh-color-success-subtle: #eafbF4;--avh-color-warning: #ffb020;--avh-color-warning-text: #995b00;--avh-color-warning-subtle: #fff8e8;--avh-color-danger: #ff3b3b;--avh-color-danger-text: #d91f1f;--avh-color-danger-subtle: #fff0f0;--avh-color-info: #1890ff;--avh-color-info-text: #006edc;--avh-color-info-subtle: #edf8ff;--avh-color-neutral: #64748b;--avh-color-neutral-subtle: #f3f4f6;--avh-focus-ring: rgba(0, 103, 255, .32);--avh-font-sans: Inter, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;--avh-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--avh-font-size-caption: 12px;--avh-font-size-small: 13px;--avh-font-size-body: 14px;--avh-font-size-h4: 16px;--avh-font-size-h3: 20px;--avh-font-size-h2: 24px;--avh-font-size-display: 32px;--avh-line-caption: 18px;--avh-line-small: 20px;--avh-line-body: 22px;--avh-line-h4: 24px;--avh-line-h3: 28px;--avh-line-h2: 32px;--avh-space-1: 4px;--avh-space-2: 8px;--avh-space-3: 12px;--avh-space-4: 16px;--avh-space-5: 20px;--avh-space-6: 24px;--avh-space-8: 32px;--avh-space-10: 40px;--avh-radius-xs: 4px;--avh-radius-sm: 6px;--avh-radius-md: 8px;--avh-radius-lg: 12px;--avh-radius-pill: 999px;--avh-shadow-card: 0 1px 2px rgba(31, 41, 55, .04);--avh-shadow-float: 0 10px 24px rgba(15, 27, 45, .12);--avh-shadow-modal: 0 24px 48px rgba(15, 27, 45, .24);--avh-duration-fast: .16s;--avh-duration-base: .22s;--avh-ease-out: cubic-bezier(.23, 1, .32, 1);--avh-chart-1: #0067ff;--avh-chart-2: #3a9fff;--avh-chart-3: #00b870;--avh-chart-4: #ffb020;--avh-chart-5: #7f56d9;--avh-chart-6: #1890ff;--avh-chart-7: #ff3b3b;--avh-chart-8: #6172f3;font-family:var(--avh-font-sans);font-variant-numeric:tabular-nums}[data-avh-theme=dark]{color-scheme:dark;--avh-color-background: #111827;--avh-color-surface: #182233;--avh-color-surface-raised: #1c293c;--avh-color-surface-subtle: #243247;--avh-color-surface-selected: #29446e;--avh-color-border: #314158;--avh-color-border-strong: #456083;--avh-color-text: #e5edf8;--avh-color-text-secondary: #a9b8cc;--avh-color-text-tertiary: #8494aa;--avh-color-primary-subtle: #192e4b;--avh-color-success-subtle: #123827;--avh-color-warning-subtle: #3a2b11;--avh-color-danger-subtle: #421d25;--avh-color-info-subtle: #153654;--avh-color-neutral-subtle: #273548;--avh-color-success-text: #63d9a9;--avh-color-warning-text: #ffc96b;--avh-color-danger-text: #ff9a9a;--avh-color-info-text: #8cc5ff;--avh-shadow-card: 0 1px 2px rgba(0, 0, 0, .22);--avh-shadow-float: 0 10px 24px rgba(0, 0, 0, .28);--avh-shadow-modal: 0 24px 48px rgba(0, 0, 0, .46)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--avh-color-background);color:var(--avh-color-text);font-family:var(--avh-font-sans);font-size:var(--avh-font-size-body);line-height:var(--avh-line-body)}button,input,select,textarea{font:inherit}button:not(:disabled),a[href],label:has(input:not(:disabled)){cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--avh-focus-ring);outline-offset:2px}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed}.avh-icon{display:inline-block;flex:0 0 auto;vertical-align:middle}.avh-icon--spin{animation:avh-spin .76s linear infinite}.avh-shell{min-height:100vh;display:grid;grid-template-columns:232px minmax(0,1fr);background:var(--avh-color-background)}.avh-shell__main{min-width:0}.avh-sidebar{position:sticky;top:0;z-index:20;display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:var(--avh-space-4) var(--avh-space-3);background:var(--avh-color-sidebar);border-right:1px solid var(--avh-color-sidebar-divider)}.avh-sidebar__brand{padding:var(--avh-space-2) var(--avh-space-3) var(--avh-space-6);margin-bottom:var(--avh-space-3);border-bottom:1px solid var(--avh-color-sidebar-divider);color:var(--avh-color-text-inverse)}.avh-sidebar-brand{display:flex;align-items:center;min-width:0;gap:10px;color:inherit;font-size:var(--avh-font-size-body);font-weight:600;line-height:20px;text-decoration:none}.avh-sidebar-brand__mark{display:grid;flex:0 0 auto;width:28px;height:28px;place-items:center}.avh-sidebar-brand__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avh-sidebar__nav{display:grid;align-content:start;gap:3px}.avh-sidebar__group{display:grid;gap:3px}.avh-sidebar__item{display:flex;align-items:center;min-width:0;gap:var(--avh-space-2);padding:9px var(--avh-space-3);border-radius:var(--avh-radius-sm);color:var(--avh-color-sidebar-text);font-size:var(--avh-font-size-body);line-height:20px;text-decoration:none;transition:color var(--avh-duration-fast) var(--avh-ease-out),background var(--avh-duration-fast) var(--avh-ease-out),transform var(--avh-duration-fast) var(--avh-ease-out)}.avh-sidebar__item:hover{background:var(--avh-color-sidebar-hover);color:var(--avh-color-text-inverse)}.avh-sidebar__item:active{transform:scale(.98)}.avh-sidebar__item.is-active{background:var(--avh-color-sidebar-active);color:var(--avh-color-text-inverse)}.avh-sidebar__item.is-disabled{opacity:.45}.avh-sidebar__icon{display:grid;place-items:center;width:18px;height:18px}.avh-sidebar__label{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}.avh-sidebar__badge{display:inline-flex;flex:none}.avh-sidebar__children{display:grid;gap:3px;margin:var(--avh-space-1) 0 var(--avh-space-2) var(--avh-space-3);padding-left:var(--avh-space-2);border-left:1px solid var(--avh-color-sidebar-divider)}.avh-sidebar__group--nested .avh-sidebar__item{padding-block:7px;font-size:var(--avh-font-size-small)}.avh-sidebar__footer{margin-top:auto;padding-top:var(--avh-space-4)}.avh-sidebar.is-collapsed{align-items:center;padding-inline:var(--avh-space-2)}.avh-sidebar.is-collapsed .avh-sidebar__brand{display:grid;width:100%;place-items:center;padding-inline:0}.avh-sidebar.is-collapsed .avh-sidebar-brand__label,.avh-sidebar.is-collapsed .avh-sidebar__label,.avh-sidebar.is-collapsed .avh-sidebar__badge{display:none}.avh-sidebar.is-collapsed .avh-sidebar__item{justify-content:center;padding-inline:var(--avh-space-2)}.avh-sidebar.is-collapsed .avh-sidebar__footer{display:none}.avh-topbar{min-height:60px;display:flex;align-items:center;justify-content:flex-end;gap:var(--avh-space-3);padding:0 var(--avh-space-6);background:var(--avh-color-surface);border-bottom:1px solid var(--avh-color-border)}.avh-content{min-width:0;padding:var(--avh-space-6)}.avh-page-container{width:100%;margin-inline:auto}.avh-page-container--content{max-width:1120px}.avh-page-container--wide{max-width:1440px}.avh-page-container--full{max-width:1920px}.avh-page-header{display:grid;gap:var(--avh-space-2);margin-bottom:var(--avh-space-6)}.avh-page-header__main,.avh-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--avh-space-4)}.avh-page-header h1{margin:0;color:var(--avh-color-text);font-size:var(--avh-font-size-h2);font-weight:600;line-height:var(--avh-line-h2)}.avh-page-header__description,.avh-section__header p{margin:var(--avh-space-1) 0 0;color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-body);line-height:var(--avh-line-body)}.avh-page-header__actions,.avh-section__actions{display:flex;flex:none;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--avh-space-2)}.avh-eyebrow{margin:0 0 var(--avh-space-1);color:var(--avh-color-primary);font-size:var(--avh-font-size-caption);font-weight:600;line-height:var(--avh-line-caption);letter-spacing:.04em;text-transform:uppercase}.avh-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:var(--avh-space-1);color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-small);line-height:var(--avh-line-small)}.avh-breadcrumbs__item{display:inline-flex;align-items:center;gap:var(--avh-space-1)}.avh-breadcrumbs a{color:inherit;text-decoration:none}.avh-breadcrumbs a:hover{color:var(--avh-color-primary)}.avh-section{display:grid;gap:var(--avh-space-4)}.avh-section__header h2{margin:0;color:var(--avh-color-text);font-size:var(--avh-font-size-h4);font-weight:600;line-height:var(--avh-line-h4)}.avh-card{background:var(--avh-color-surface);border:1px solid var(--avh-color-border);border-radius:var(--avh-radius-md);box-shadow:var(--avh-shadow-card)}.avh-card--padding-none{padding:0}.avh-card--padding-compact{padding:var(--avh-space-4)}.avh-card--padding-default{padding:var(--avh-space-5)}.avh-card--padding-large{padding:var(--avh-space-6)}.avh-grid{display:grid;gap:var(--avh-space-4)}.avh-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.avh-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.avh-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.avh-split-pane{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.75fr);gap:var(--avh-space-4);align-items:start}.avh-metric-card{display:grid;min-height:132px;align-content:space-between;gap:var(--avh-space-2)}.avh-metric-card__top{display:flex;align-items:center;justify-content:space-between;gap:var(--avh-space-2);color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-small);line-height:var(--avh-line-small)}.avh-metric-card>strong{color:var(--avh-color-text);font-size:var(--avh-font-size-h2);font-weight:600;line-height:var(--avh-line-h2)}.avh-metric-card__detail{font-size:var(--avh-font-size-caption);line-height:var(--avh-line-caption)}.avh-metric-card__detail.is-success{color:var(--avh-color-success-text)}.avh-metric-card__detail.is-warning{color:var(--avh-color-warning-text)}.avh-metric-card__detail.is-danger{color:var(--avh-color-danger-text)}.avh-metric-card__detail.is-info{color:var(--avh-color-info-text)}.avh-button{display:inline-flex;align-items:center;justify-content:center;min-height:32px;gap:var(--avh-space-2);padding:0 14px;border:1px solid transparent;border-radius:var(--avh-radius-sm);color:var(--avh-color-text);background:transparent;font-size:var(--avh-font-size-body);font-weight:500;line-height:20px;text-decoration:none;transition:background var(--avh-duration-fast) var(--avh-ease-out),border-color var(--avh-duration-fast) var(--avh-ease-out),color var(--avh-duration-fast) var(--avh-ease-out),transform var(--avh-duration-fast) var(--avh-ease-out),opacity var(--avh-duration-fast) var(--avh-ease-out)}.avh-button:active:not(:disabled){transform:scale(.97)}.avh-button:disabled{opacity:.55}.avh-button--small{min-height:28px;padding-inline:10px;font-size:var(--avh-font-size-small)}.avh-button--large{min-height:40px;padding-inline:var(--avh-space-4)}.avh-button--primary{color:var(--avh-color-text-inverse);background:var(--avh-color-primary)}.avh-button--primary:hover:not(:disabled){background:var(--avh-color-primary-hover)}.avh-button--primary:active:not(:disabled){background:var(--avh-color-primary-active)}.avh-button--secondary{border-color:var(--avh-color-border-strong);background:var(--avh-color-surface)}.avh-button--secondary:hover:not(:disabled){border-color:var(--avh-color-primary);color:var(--avh-color-primary);background:var(--avh-color-primary-subtle)}.avh-button--tertiary{background:var(--avh-color-surface-subtle);color:var(--avh-color-primary)}.avh-button--tertiary:hover:not(:disabled){background:var(--avh-color-surface-selected)}.avh-button--text{padding-inline:4px;color:var(--avh-color-primary)}.avh-button--text:hover:not(:disabled){color:var(--avh-color-primary-active);background:var(--avh-color-primary-subtle)}.avh-button--danger{color:var(--avh-color-text-inverse);background:var(--avh-color-danger)}.avh-button--danger:hover:not(:disabled){background:#e62e2e}.avh-button--icon,.avh-button.is-icon-only{width:32px;padding:0}.avh-button--small.is-icon-only{width:28px}.avh-button--large.is-icon-only{width:40px}.avh-button.is-loading{pointer-events:none}.avh-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:var(--avh-space-2)}.avh-tabs--line{gap:var(--avh-space-5);border-bottom:1px solid var(--avh-color-border)}.avh-tabs__tab{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;border-bottom:2px solid transparent;color:var(--avh-color-text-secondary);background:transparent;font-size:var(--avh-font-size-body);line-height:36px}.avh-tabs__tab:hover:not(:disabled){color:var(--avh-color-primary)}.avh-tabs--line .avh-tabs__tab.is-active{border-color:var(--avh-color-primary);color:var(--avh-color-primary);font-weight:600}.avh-tabs--pill .avh-tabs__tab{min-height:30px;padding:0 10px;border-radius:var(--avh-radius-sm)}.avh-tabs--pill .avh-tabs__tab.is-active{color:var(--avh-color-text-inverse);background:var(--avh-color-primary)}.avh-tabs__badge{display:inline-flex;min-width:18px;justify-content:center;padding:0 4px;border-radius:var(--avh-radius-pill);background:var(--avh-color-surface-subtle);font-size:11px;line-height:18px}.avh-status-tag,.avh-badge{display:inline-flex;align-items:center;min-height:24px;gap:6px;padding:0 8px;border-radius:var(--avh-radius-pill);font-size:var(--avh-font-size-caption);font-weight:500;line-height:var(--avh-line-caption);white-space:nowrap}.avh-status-tag__dot{width:6px;height:6px;border-radius:var(--avh-radius-pill);background:currentColor}.avh-status-tag--neutral,.avh-badge--neutral{color:var(--avh-color-neutral);background:var(--avh-color-neutral-subtle)}.avh-status-tag--info,.avh-badge--info{color:var(--avh-color-info-text);background:var(--avh-color-info-subtle)}.avh-status-tag--success,.avh-badge--success{color:var(--avh-color-success-text);background:var(--avh-color-success-subtle)}.avh-status-tag--warning,.avh-badge--warning{color:var(--avh-color-warning-text);background:var(--avh-color-warning-subtle)}.avh-status-tag--danger,.avh-badge--danger{color:var(--avh-color-danger-text);background:var(--avh-color-danger-subtle)}.avh-field{display:grid;gap:var(--avh-space-2)}.avh-field>label{color:var(--avh-color-text);font-size:var(--avh-font-size-body);font-weight:500;line-height:var(--avh-line-body)}.avh-field__required{color:var(--avh-color-danger)}.avh-field__hint,.avh-field__error{margin:0;font-size:var(--avh-font-size-caption);line-height:var(--avh-line-caption)}.avh-field__hint{color:var(--avh-color-text-secondary)}.avh-field__error{color:var(--avh-color-danger-text)}.avh-input,.avh-textarea,.avh-select{width:100%;border:1px solid var(--avh-color-border-strong);border-radius:var(--avh-radius-sm);color:var(--avh-color-text);background:var(--avh-color-surface);font-size:var(--avh-font-size-body);line-height:20px;transition:border-color var(--avh-duration-fast) var(--avh-ease-out),box-shadow var(--avh-duration-fast) var(--avh-ease-out)}.avh-input{min-height:32px;padding:5px 10px}.avh-textarea{min-height:96px;padding:var(--avh-space-2) 10px;resize:vertical}.avh-input::placeholder,.avh-textarea::placeholder{color:var(--avh-color-text-tertiary)}.avh-input:focus,.avh-textarea:focus,.avh-select:focus{border-color:var(--avh-color-primary);box-shadow:0 0 0 2px var(--avh-focus-ring);outline:0}.avh-input.is-invalid,.avh-textarea.is-invalid,.avh-select.is-invalid{border-color:var(--avh-color-danger)}.avh-select-wrap{position:relative;display:block}.avh-select{min-height:32px;padding:5px 32px 5px 10px;appearance:none}.avh-select-wrap>.avh-icon{position:absolute;top:50%;right:10px;pointer-events:none;color:var(--avh-color-text-secondary);transform:translateY(-50%)}.avh-search-input{position:relative;display:block}.avh-search-input>.avh-icon{position:absolute;top:50%;left:10px;color:var(--avh-color-text-tertiary);transform:translateY(-50%)}.avh-search-input .avh-input{padding-left:34px}.avh-check-control{display:inline-flex;align-items:center;gap:var(--avh-space-2);color:var(--avh-color-text);font-size:var(--avh-font-size-body);line-height:var(--avh-line-body)}.avh-check-control input{width:16px;height:16px;margin:0;accent-color:var(--avh-color-primary)}.avh-switch{display:inline-flex;align-items:center;gap:var(--avh-space-2);color:var(--avh-color-text)}.avh-switch input{position:absolute;opacity:0}.avh-switch>span{position:relative;width:34px;height:20px;border-radius:var(--avh-radius-pill);background:var(--avh-color-border-strong);transition:background var(--avh-duration-fast) var(--avh-ease-out)}.avh-switch>span:after{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--avh-color-surface);box-shadow:0 1px 2px #0000002e;content:"";transition:transform var(--avh-duration-fast) var(--avh-ease-out)}.avh-switch input:checked+span{background:var(--avh-color-primary)}.avh-switch input:checked+span:after{transform:translate(14px)}.avh-switch input:focus-visible+span{outline:2px solid var(--avh-focus-ring);outline-offset:2px}.avh-switch em{font-size:var(--avh-font-size-body);font-style:normal;line-height:var(--avh-line-body)}.avh-switch.is-disabled{opacity:.55}.avh-table-wrap{overflow-x:auto;border:1px solid var(--avh-color-border);border-radius:var(--avh-radius-md);background:var(--avh-color-surface)}.avh-table{width:100%;min-width:640px;border-collapse:collapse;font-size:var(--avh-font-size-small)}.avh-table caption{padding:10px 12px;border-bottom:1px solid var(--avh-color-border);color:var(--avh-color-text-secondary);background:var(--avh-color-surface);font-size:var(--avh-font-size-caption);line-height:var(--avh-line-caption);text-align:left}.avh-table th{height:40px;padding:0 12px;color:var(--avh-color-text-secondary);background:var(--avh-color-surface-subtle);font-size:var(--avh-font-size-caption);font-weight:500;text-align:left;white-space:nowrap}.avh-table td{height:48px;padding:0 12px;border-top:1px solid var(--avh-color-border);color:var(--avh-color-text-secondary);line-height:var(--avh-line-small);vertical-align:middle}.avh-table tr:hover td,.avh-table tr.is-selected td{background:var(--avh-color-primary-subtle)}.avh-table tr.is-clickable{cursor:pointer}.avh-table .is-right{text-align:right}.avh-table .is-center{text-align:center}.avh-table__selection{width:42px;text-align:center!important}.avh-table__selection input{width:16px;height:16px;accent-color:var(--avh-color-primary)}.avh-table-empty{display:grid;min-height:160px;place-items:center;padding:var(--avh-space-6);border:1px dashed var(--avh-color-border-strong);border-radius:var(--avh-radius-md);color:var(--avh-color-text-secondary);text-align:center}.avh-pagination{display:flex;align-items:center;justify-content:flex-end;gap:var(--avh-space-3);color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-small)}.avh-key-value-list{display:grid;overflow:hidden;margin:0;border:1px solid var(--avh-color-border);border-radius:var(--avh-radius-sm)}.avh-key-value-list>div{display:grid;grid-template-columns:minmax(120px,.6fr) minmax(0,1.4fr);gap:var(--avh-space-3);padding:10px var(--avh-space-3);border-bottom:1px solid var(--avh-color-border)}.avh-key-value-list>div:last-child{border-bottom:0}.avh-key-value-list dt{color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-small)}.avh-key-value-list dd{margin:0;color:var(--avh-color-text);font-size:var(--avh-font-size-small);font-weight:500;overflow-wrap:anywhere}.avh-overlay-backdrop{position:fixed;inset:0;z-index:1000;display:grid;padding:var(--avh-space-6);background:#0f1b2d85}.avh-modal{align-self:center;justify-self:center;width:min(100%,560px);max-height:min(760px,calc(100vh - 48px));overflow:auto;padding:var(--avh-space-6);border-radius:var(--avh-radius-lg);background:var(--avh-color-surface-raised);box-shadow:var(--avh-shadow-modal)}.avh-modal--small{width:min(100%,420px)}.avh-modal--large{width:min(100%,800px)}.avh-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--avh-space-4);margin-bottom:var(--avh-space-5)}.avh-modal__header h2{margin:0;color:var(--avh-color-text);font-size:var(--avh-font-size-h3);font-weight:600;line-height:var(--avh-line-h3)}.avh-modal__header p{margin:var(--avh-space-1) 0 0;color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-body);line-height:var(--avh-line-body)}.avh-modal__body,.avh-drawer__body{color:var(--avh-color-text)}.avh-modal__footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--avh-space-2);margin-top:var(--avh-space-6)}.avh-drawer{display:flex;flex-direction:column;width:min(100%,480px);height:100%;padding:var(--avh-space-6);background:var(--avh-color-surface-raised);box-shadow:var(--avh-shadow-modal)}.avh-drawer--right{justify-self:end}.avh-drawer--left{justify-self:start}.avh-drawer__body{overflow:auto;flex:1}.avh-alert{display:flex;align-items:flex-start;gap:var(--avh-space-2);padding:10px var(--avh-space-3);border-radius:var(--avh-radius-sm);font-size:var(--avh-font-size-small);line-height:var(--avh-line-small)}.avh-alert strong{display:block;margin-bottom:2px;font-weight:600}.avh-alert--neutral{color:var(--avh-color-neutral);background:var(--avh-color-neutral-subtle)}.avh-alert--info{color:var(--avh-color-info-text);background:var(--avh-color-info-subtle)}.avh-alert--success{color:var(--avh-color-success-text);background:var(--avh-color-success-subtle)}.avh-alert--warning{color:var(--avh-color-warning-text);background:var(--avh-color-warning-subtle)}.avh-alert--danger{color:var(--avh-color-danger-text);background:var(--avh-color-danger-subtle)}.avh-inline-message{font-size:var(--avh-font-size-caption);line-height:var(--avh-line-caption)}.avh-inline-message--info{color:var(--avh-color-info-text)}.avh-inline-message--success{color:var(--avh-color-success-text)}.avh-inline-message--warning{color:var(--avh-color-warning-text)}.avh-inline-message--danger{color:var(--avh-color-danger-text)}.avh-inline-message--neutral{color:var(--avh-color-text-secondary)}.avh-dropdown{position:relative;display:inline-block}.avh-dropdown>summary{display:inline-flex;align-items:center;min-height:32px;gap:6px;padding:0 10px;border:1px solid var(--avh-color-border-strong);border-radius:var(--avh-radius-sm);color:var(--avh-color-text);background:var(--avh-color-surface);cursor:pointer;font-size:var(--avh-font-size-body);line-height:20px;list-style:none}.avh-dropdown>summary::-webkit-details-marker{display:none}.avh-dropdown>summary:hover{border-color:var(--avh-color-primary);color:var(--avh-color-primary)}.avh-dropdown__menu,.avh-popover__content{position:absolute;z-index:30;display:grid;min-width:180px;margin-top:var(--avh-space-2);padding:var(--avh-space-1);border:1px solid var(--avh-color-border);border-radius:var(--avh-radius-md);background:var(--avh-color-surface-raised);box-shadow:var(--avh-shadow-float)}.avh-dropdown--end .avh-dropdown__menu,.avh-dropdown--end .avh-popover__content{right:0}.avh-dropdown--start .avh-dropdown__menu,.avh-dropdown--start .avh-popover__content{left:0}.avh-dropdown__menu button{min-height:32px;padding:0 var(--avh-space-2);border:0;border-radius:var(--avh-radius-xs);color:var(--avh-color-text);background:transparent;font-size:var(--avh-font-size-small);text-align:left}.avh-dropdown__menu button:hover:not(:disabled){color:var(--avh-color-primary);background:var(--avh-color-primary-subtle)}.avh-dropdown__menu button.is-danger{color:var(--avh-color-danger-text)}.avh-popover__content{width:min(280px,calc(100vw - 32px));padding:var(--avh-space-3);color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-small);line-height:var(--avh-line-small)}.avh-tooltip{position:relative;display:inline-flex}.avh-tooltip__trigger{display:inline-flex}.avh-tooltip__content{position:absolute;z-index:40;bottom:calc(100% + 6px);left:50%;width:max-content;max-width:240px;padding:6px 8px;border-radius:var(--avh-radius-xs);color:var(--avh-color-text-inverse);background:var(--avh-color-sidebar);font-size:var(--avh-font-size-caption);line-height:var(--avh-line-caption);opacity:0;pointer-events:none;transform:translate(-50%,3px);transition:opacity var(--avh-duration-fast) var(--avh-ease-out),transform var(--avh-duration-fast) var(--avh-ease-out)}.avh-tooltip:hover .avh-tooltip__content,.avh-tooltip:focus-within .avh-tooltip__content{opacity:1;transform:translate(-50%)}.avh-toast-viewport{position:fixed;right:var(--avh-space-6);bottom:var(--avh-space-6);z-index:1010;display:grid;width:min(380px,calc(100vw - 32px));gap:var(--avh-space-2)}.avh-toast{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--avh-space-2);padding:var(--avh-space-2);border:1px solid var(--avh-color-border);border-radius:var(--avh-radius-md);background:var(--avh-color-surface-raised);box-shadow:var(--avh-shadow-float)}.avh-toast .avh-alert{flex:1;padding:var(--avh-space-2);background:transparent}.avh-skeleton{display:block;max-width:100%;min-height:16px;border-radius:var(--avh-radius-xs);background:linear-gradient(90deg,var(--avh-color-surface-subtle) 25%,var(--avh-color-background) 38%,var(--avh-color-surface-subtle) 63%);background-size:400% 100%;animation:avh-shimmer 1.2s var(--avh-ease-out) infinite}.avh-page-state{display:grid;min-height:240px;place-content:center;justify-items:center;gap:var(--avh-space-2);padding:var(--avh-space-6);color:var(--avh-color-text-secondary);text-align:center}.avh-page-state--compact{min-height:96px}.avh-page-state>.avh-icon{color:var(--avh-color-primary)}.avh-page-state__icon{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;color:var(--avh-color-info-text);background:var(--avh-color-info-subtle)}.avh-page-state h2{margin:0;color:var(--avh-color-text);font-size:var(--avh-font-size-h4);font-weight:600;line-height:var(--avh-line-h4)}.avh-page-state p{max-width:420px;margin:0;font-size:var(--avh-font-size-body);line-height:var(--avh-line-body)}.avh-page-state--danger .avh-page-state__icon{color:var(--avh-color-danger-text);background:var(--avh-color-danger-subtle)}.avh-page-state--warning .avh-page-state__icon{color:var(--avh-color-warning-text);background:var(--avh-color-warning-subtle)}@keyframes avh-spin{to{transform:rotate(360deg)}}@keyframes avh-shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media(max-width:1280px){.avh-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.avh-split-pane{grid-template-columns:1fr}}@media(max-width:980px){.avh-shell{grid-template-columns:72px minmax(0,1fr)}.avh-sidebar{align-items:center;padding-inline:var(--avh-space-2)}.avh-sidebar__brand{display:grid;width:100%;place-items:center;padding-inline:0;overflow:hidden}.avh-sidebar-brand{width:28px;overflow:hidden}.avh-sidebar-brand__label,.avh-sidebar__label,.avh-sidebar__badge{display:none}.avh-sidebar__item{justify-content:center;padding-inline:var(--avh-space-2)}.avh-sidebar__children,.avh-sidebar__footer{display:none}.avh-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.avh-shell{display:block}.avh-sidebar{position:static;flex-direction:row;width:100%;height:auto;overflow-x:auto;padding:var(--avh-space-2)}.avh-sidebar__brand{display:none}.avh-sidebar__nav{display:flex;gap:var(--avh-space-1)}.avh-sidebar__group{display:block}.avh-sidebar__footer{display:none}.avh-topbar{min-height:56px;padding-inline:var(--avh-space-4)}.avh-content{padding:var(--avh-space-4)}.avh-page-header__main,.avh-section__header{display:grid}.avh-page-header__actions,.avh-section__actions{justify-content:flex-start}.avh-grid--2,.avh-grid--3,.avh-grid--4{grid-template-columns:1fr}.avh-key-value-list>div{grid-template-columns:1fr;gap:var(--avh-space-1)}.avh-modal,.avh-drawer{padding:var(--avh-space-5)}.avh-overlay-backdrop{padding:var(--avh-space-4)}.avh-toast-viewport{right:var(--avh-space-4);bottom:var(--avh-space-4)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.agent-auth-page{display:grid;min-height:100vh;padding:clamp(var(--avh-space-4),5vw,64px);place-items:center;background:radial-gradient(circle at top right,var(--avh-color-primary-subtle),transparent 42%),var(--avh-color-background)}.agent-auth-card{width:min(100%,472px)}.agent-auth-card__top,.agent-panel-title,.agent-code-summary,.agent-topbar-content,.agent-topbar__actions{display:flex;align-items:center;justify-content:space-between;gap:var(--avh-space-3)}.agent-auth-card__intro{margin:var(--avh-space-6) 0}.agent-auth-card__intro h1{margin:0;color:var(--avh-color-text);font-size:var(--avh-font-size-display);line-height:40px}.agent-auth-card__intro>p:last-child,.agent-card-copy,.agent-muted,.agent-panel-title p{margin:var(--avh-space-2) 0 0;color:var(--avh-color-text-secondary)}.agent-eyebrow{margin:0 0 var(--avh-space-2);color:var(--avh-color-primary);font-size:var(--avh-font-size-caption);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.agent-brand{display:inline-flex;align-items:center;min-width:0;gap:var(--avh-space-2);color:var(--avh-color-text)}.agent-brand>span,.agent-brand-mark{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:var(--avh-radius-sm);color:var(--avh-color-text-inverse);background:var(--avh-color-primary);font-size:11px;font-weight:700;letter-spacing:.06em}.agent-brand>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-sidebar-note{margin:0;color:var(--avh-color-sidebar-text);font-size:var(--avh-font-size-caption);line-height:var(--avh-line-caption)}.agent-topbar-content{width:100%}.agent-topbar__context{display:grid;min-width:0;gap:1px}.agent-topbar__label{color:var(--avh-color-text);font-size:var(--avh-font-size-small);font-weight:600}.agent-topbar__session{color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-caption)}.agent-profile-menu{display:inline-flex;align-items:center;max-width:min(44vw,380px);gap:var(--avh-space-2)}.agent-profile-menu>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-page-stack{display:grid;gap:var(--avh-space-4)}.agent-panel-title{align-items:flex-start;margin-bottom:var(--avh-space-4)}.agent-panel-title h2,.agent-panel-title h3{margin:0;color:var(--avh-color-text);font-size:var(--avh-font-size-h4);line-height:var(--avh-line-h4)}.agent-panel-title h3{font-size:var(--avh-font-size-body);line-height:var(--avh-line-body)}.agent-panel-title p{font-size:var(--avh-font-size-caption);line-height:var(--avh-line-caption)}.agent-link{color:var(--avh-color-primary);font-size:var(--avh-font-size-small);font-weight:600;text-decoration:none}.agent-link:hover{color:var(--avh-color-primary-active);text-decoration:underline}.agent-form{display:grid;gap:var(--avh-space-4)}.agent-form__actions{display:grid;gap:var(--avh-space-2);margin-top:var(--avh-space-2)}.agent-form__actions>p{margin:0;color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-caption);line-height:var(--avh-line-caption)}.agent-filter-row{display:grid;grid-template-columns:minmax(180px,280px) max-content;align-items:end;gap:var(--avh-space-3)}.agent-filter-row--two{grid-template-columns:minmax(180px,280px) minmax(180px,280px)}.agent-filter-action{padding-bottom:1px}.agent-operation-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--avh-space-3)}.agent-operation-field--wide{grid-column:1 / -1}.agent-code-summary{align-items:flex-end;padding:var(--avh-space-3) 0 0}.agent-code-summary>strong{overflow-wrap:anywhere;color:var(--avh-color-text);font-family:var(--avh-font-mono);font-size:var(--avh-font-size-h3);letter-spacing:.04em}.agent-code-summary>span{color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-caption);text-align:right}.agent-promotion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--avh-space-3)}.agent-promotion-card{display:grid;gap:var(--avh-space-3);padding:var(--avh-space-4);border:1px solid var(--avh-color-border);border-radius:var(--avh-radius-sm);background:var(--avh-color-surface-subtle)}.agent-promotion-card>small{color:var(--avh-color-text-secondary);font-size:var(--avh-font-size-caption)}.agent-long-value{max-height:130px;overflow:auto;margin:0;padding:var(--avh-space-3);border-radius:var(--avh-radius-sm);color:var(--avh-color-text);background:var(--avh-color-surface);font-family:var(--avh-font-mono);font-size:var(--avh-font-size-caption);line-height:var(--avh-line-small);overflow-wrap:anywhere}.agent-qr-code{width:136px;height:136px;padding:var(--avh-space-2);border:1px solid var(--avh-color-border);border-radius:var(--avh-radius-sm);background:var(--avh-color-surface);object-fit:contain}.agent-table-spacer{margin-top:var(--avh-space-4)}.agent-trend-bars{display:grid;height:182px;grid-auto-columns:1fr;grid-auto-flow:column;align-items:end;gap:var(--avh-space-2);padding-top:var(--avh-space-3);border-bottom:1px solid var(--avh-color-border)}.agent-trend-bars>span{min-height:20px;border-radius:var(--avh-radius-xs) var(--avh-radius-xs) 0 0;background:var(--avh-chart-2)}.agent-trend-bars>span:nth-child(3n){background:var(--avh-chart-1)}.agent-guide-content{display:grid;gap:var(--avh-space-4)}.agent-guide-content ul{display:grid;gap:var(--avh-space-2);margin:0;padding-left:var(--avh-space-5);color:var(--avh-color-text-secondary)}.agent-guide-content li{line-height:var(--avh-line-body)}.agent-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:720px){.agent-auth-page{padding:var(--avh-space-4)}.agent-auth-card__intro h1{font-size:var(--avh-font-size-h2);line-height:var(--avh-line-h2)}.agent-topbar__context{display:none}.agent-topbar__actions{width:100%;justify-content:flex-end}.agent-profile-menu{max-width:48vw}.agent-filter-row,.agent-filter-row--two,.agent-operation-fields{grid-template-columns:1fr}.agent-operation-field--wide{grid-column:auto}.agent-filter-action{padding:0}.agent-filter-action .avh-button{width:100%}.agent-code-summary{display:grid;align-items:start}.agent-code-summary>span{text-align:left}}
