:root{--background:#fff;--foreground:#171717;--muted:#6b7280;--border:#e5e7eb;--accent:#83dede;--danger:#b91c1c}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Segoe UI,Roboto,Noto Sans KR,sans-serif;line-height:1.5}.container{max-width:64rem;margin:0 auto;padding:2rem 1rem}.page-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.muted{color:var(--muted)}.upload-hint{margin-top:.25rem;line-height:1.7}.error{color:var(--danger);margin-top:.75rem}.notice{border:1px solid var(--accent);background:#eefafa;border-radius:6px;margin-bottom:1rem;padding:.65rem .8rem}.push-card,.push-history{border:1px solid var(--border);border-radius:8px;margin-top:1rem;padding:1.25rem}.push-help{color:var(--muted);margin-top:.5rem}.push-form{gap:.8rem;max-width:40rem;margin-top:1rem;display:grid}.push-form label{gap:.3rem;font-weight:600;display:grid}.push-form input,.push-form textarea{border:1px solid var(--border);width:100%;font:inherit;resize:vertical;border-radius:6px;padding:.55rem .65rem}.push-preview{border:1px solid var(--accent);border-radius:8px;max-width:40rem;margin-top:1rem;padding:1rem}.push-preview h2{margin:.45rem 0;font-size:1.05rem}.push-history h2{margin-bottom:.75rem;font-size:1rem}.push-history ul{gap:.55rem;list-style:none;display:grid}.push-history li{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.65rem;padding-bottom:.55rem;display:flex}.quota-exhausted{color:var(--danger);font-weight:600}tr.row-admin{background:#eefafa}.login{max-width:20rem;padding-top:6rem}.login form{gap:.5rem;margin-top:1rem;display:flex}input[type=password]{border:1px solid var(--border);font:inherit;border-radius:6px;flex:1;padding:.45rem .6rem}button{border:1px solid var(--accent);background:var(--accent);color:#06393b;font:inherit;cursor:pointer;border-radius:6px;padding:.45rem .9rem;font-weight:600}button.ghost{border-color:var(--border);color:var(--muted);background:0 0;font-weight:400}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.toolbar{align-items:center;gap:.5rem;display:flex}.search-input{border:1px solid var(--border);max-width:24rem;font:inherit;border-radius:6px;flex:1;padding:.45rem .6rem}.date-input{border:1px solid var(--border);font:inherit;border-radius:6px;padding:.45rem .6rem}.filter-form{margin-bottom:1.35rem}.filter-panel{flex-wrap:wrap;align-items:center;gap:.3rem;padding:.9rem 0 0;display:flex}.filter-row{align-items:center;gap:.35rem;display:inline-flex}.filter-label{color:var(--muted);margin-right:.35rem;font-size:.82rem;font-weight:600}.chip{cursor:pointer;white-space:nowrap;position:relative}.chip input{opacity:0;pointer-events:none;position:absolute}.chip span{border:1px solid var(--border);background:var(--background);border-radius:999px;padding:.15rem .65rem;font-size:.82rem;display:inline-block}.chip input:checked+span{background:var(--accent);border-color:var(--accent);color:#06393b;font-weight:600}.chip-link{border:1px solid var(--border);background:var(--background);color:var(--foreground);white-space:nowrap;border-radius:999px;padding:.35rem .95rem;font-size:.88rem;text-decoration:none;display:inline-block}.chip-link:hover{background:#eef3f3}.chip-link.on{background:var(--accent);border-color:var(--accent);color:#06393b;font-weight:600}.chip input:focus-visible+span{outline:2px solid var(--accent);outline-offset:1px}.result-line{margin-bottom:.75rem}.table-wrap{border:1px solid var(--border);border-radius:8px;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.92rem}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:.55rem .75rem}thead th{color:var(--muted);white-space:nowrap;background:#fafafa;font-size:.82rem;font-weight:600}tbody tr:last-child td{border-bottom:none}.public-id{-webkit-user-select:all;user-select:all;white-space:nowrap;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.82rem}td button,.nowrap{white-space:nowrap}.badge{white-space:nowrap;color:var(--muted);background:#f0f1f0;border-radius:99px;padding:.1rem .5rem;font-size:.78rem;font-weight:600;display:inline-block}.badge-admin{color:#0e6363;background:#e0f4f4}.pagination{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;font-size:.92rem;display:flex}.pagination a{color:var(--accent);text-decoration:none}.pagination a:hover{text-decoration:underline}.inline-form{display:inline}.th-scissors{align-items:center;gap:.3rem;display:inline-flex}.grant-cell{white-space:nowrap;align-items:center;gap:.35rem;display:flex}.grant-cell select{border:1px solid var(--border);font:inherit;color:var(--foreground);background:var(--background);border-radius:6px;padding:.22rem .4rem;font-size:.82rem}.reason-popover{min-width:20rem;max-width:26rem}.reason-label{font-size:.92rem;font-weight:600;display:block}.reason-input{border:1px solid var(--border);width:100%;font:inherit;border-radius:8px;margin-top:.35rem;padding:.5rem .6rem}.grant-block{border-top:1px solid var(--border);padding-top:.9rem}.grant-block>strong{font-size:.9rem;display:block}.grant-hint{color:var(--muted);font-size:.78rem;line-height:1.55}.grant-form{gap:.55rem;margin-top:.6rem;display:grid}.grant-form label{color:var(--muted);gap:.25rem;font-size:.82rem;display:grid}.grant-form input{border:1px solid var(--border);font:inherit;color:var(--foreground);background:var(--background);border-radius:6px;padding:.4rem .55rem;font-size:.88rem}.grant-actions{justify-content:flex-end;display:flex}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--border);background:#f7fafa;flex-direction:column;flex:none;gap:1.25rem;width:13rem;padding:1.25rem .9rem;display:flex}.sidebar-brand{text-align:center;color:inherit;border-radius:10px;flex-direction:column;align-items:center;gap:.6rem;padding:.25rem .6rem 0;font-weight:700;text-decoration:none;display:flex}.sidebar-brand:hover span{color:#0e6363}.brand-logo{border-radius:10px;width:100%;max-width:10rem;height:auto;display:block}.login .brand-logo{border-radius:10px;max-width:8.5rem;margin-bottom:.9rem}.sidebar-nav{flex-direction:column;gap:.25rem;display:flex}.nav-item{color:var(--muted);border-radius:8px;padding:.45rem .6rem;text-decoration:none}.nav-item:hover{background:#eef3f3}.nav-item.active{color:#0e6363;background:#e0f4f4;font-weight:600}.sidebar-foot{margin-top:auto}.content{flex:1;min-width:0}.stat-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.stat-card{border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.15rem;padding:.9rem 1rem .8rem;display:flex}.stat-label{color:var(--muted);font-size:.82rem;font-weight:600}.stat-value{font-size:1.9rem;font-weight:600;line-height:1.15}.stat-unit{color:var(--muted);margin-left:.15rem;font-size:.9rem;font-weight:400}.stat-alert{color:var(--danger)}.stat-sub{min-height:1.2rem;font-size:.78rem}.mini-bars{border-bottom:1px solid var(--border);align-items:flex-end;gap:3px;height:2.5rem;margin-top:auto;padding:0;list-style:none;display:flex}.mini-bar-slot{flex:1;align-items:flex-end;height:100%;display:flex}.mini-bar{background:var(--accent);border-radius:2px 2px 0 0;width:100%}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.distribution{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.distribution-block{border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.distribution-title{color:var(--muted);margin-bottom:.4rem;font-size:.82rem;font-weight:600}.distribution-list{flex-direction:column;gap:.2rem;font-size:.92rem;display:flex}.distribution-item{justify-content:space-between;gap:1rem;display:flex}.distribution-item dd{color:var(--muted);white-space:nowrap}@media (max-width:720px){.app-shell{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;align-items:center;width:100%}.sidebar-brand{flex-direction:row;gap:.5rem;padding:0}.sidebar .brand-logo{border-radius:8px;width:2.25rem}.sidebar-nav{flex-direction:row}.sidebar-foot{margin-top:0;margin-left:auto}.stat-grid{grid-template-columns:1fr 1fr}.distribution{grid-template-columns:1fr}}.manage-popover,.confirm-popover{border:1px solid var(--border);background:var(--background);width:fit-content;max-width:calc(100vw - 2rem);height:fit-content;color:var(--foreground);border-radius:12px;margin:auto;padding:1.1rem 1.25rem;position:fixed;inset:0;box-shadow:0 12px 32px #0000002e}.manage-popover{min-width:22rem}.manage-popover::backdrop,.confirm-popover::backdrop{background:#0f171659}.confirm-popover{min-width:18rem;max-width:26rem}.json-pre{border:1px solid var(--border);border-radius:8px;max-width:34rem;max-height:60vh;margin-top:.75rem;padding:.6rem .75rem;font-size:.78rem;line-height:1.45;overflow:auto}.confirm-question{margin-bottom:.75rem;font-weight:600}.confirm-actions{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.popover-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.popover-id{overflow-wrap:anywhere;background:#f4f7f7;border-radius:6px;margin-bottom:.9rem;padding:.4rem .55rem;display:block}.popover-info{flex-direction:column;gap:.55rem;margin-bottom:1rem;display:flex}.popover-info>div{align-items:center;gap:1rem;display:flex}.popover-info dt{width:5.5rem;color:var(--muted);flex:none;font-size:.85rem}.role-segment{border:1px solid var(--border);border-radius:6px;display:inline-flex;overflow:hidden}.role-segment button{color:var(--muted);background:0 0;border:none;border-radius:0;padding:.25rem .7rem;font-size:.82rem;font-weight:500}.role-segment button+button{border-left:1px solid var(--border)}.role-segment button:disabled{color:#0e6363;cursor:default;background:#e0f4f4;font-weight:700}button.small{padding:.2rem .55rem;font-size:.82rem;font-weight:500}button.ghost.small{font-weight:400}.notice{border:1px solid var(--danger);border-radius:8px;margin-bottom:1rem;padding:.6rem .8rem}.notice.ok{border-color:var(--accent);background:#eefafa}.funnel{border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;padding:.875rem 1rem}.funnel-head{margin:0 0 .75rem}.funnel-head strong{font-size:1.25rem}.funnel-list{gap:.5rem;margin:0;display:grid}.funnel-row{grid-template-columns:4rem 1fr;align-items:center;gap:.75rem;display:grid}.funnel-row dt{color:var(--muted);font-size:.875rem}.funnel-row dd{grid-template-columns:1fr 4.5rem 3.5rem;align-items:center;gap:.5rem;margin:0;display:grid}.funnel-track{background:var(--border);border-radius:999px;height:.5rem;overflow:hidden}.funnel-bar{background:var(--accent);border-radius:999px;height:100%;display:block}.funnel-intent .funnel-bar{background:#2ba8a8}.funnel-silent .funnel-bar{background:var(--muted);opacity:.35}.funnel-count{text-align:right;font-variant-numeric:tabular-nums}.funnel-percent{text-align:right;font-variant-numeric:tabular-nums;font-size:.875rem}.funnel-note{margin:.75rem 0 0;font-size:.8125rem}.thumb{object-fit:cover;border:1px solid var(--border);border-radius:6px;width:56px;height:56px}tr.row-archived{opacity:.55}.create-panel{border:1px solid var(--border);border-radius:8px;margin-bottom:1.25rem;padding:1rem 1.1rem}.create-panel-title{margin-bottom:.85rem;font-size:1rem}.create-form{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.form-row{border:none;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;display:flex}.form-label{color:var(--muted);width:3.6rem;font-size:.82rem;font-weight:600}.axis-fieldset{align-items:center}.len-set{display:contents}:is(.create-form:has(input[name=gender][value=men]:checked) .len-set[data-gender=women],.create-form:has(input[name=gender][value=women]:checked) .len-set[data-gender=men]){display:none}.catalog-table{table-layout:auto}.catalog-table th,.catalog-table td{padding:.35rem .6rem}.thumb-zoom{vertical-align:middle;width:44px;height:44px;display:inline-block;position:relative}.catalog-table .thumb{object-fit:cover;pointer-events:none;width:44px;height:44px;position:absolute;top:0;left:0}.thumb-zoom:hover .thumb{object-fit:contain;z-index:30;background:var(--background);width:auto;max-width:none;height:320px;animation:90ms ease-out thumb-pop;top:50%;transform:translateY(-50%);box-shadow:0 6px 24px #00000040}@keyframes thumb-pop{0%{opacity:.5;transform:translateY(-50%)scale(.9)}to{opacity:1;transform:translateY(-50%)scale(1)}}@media (prefers-reduced-motion:reduce){.thumb-zoom:hover .thumb{animation:none}}.table-wrap:has(.catalog-table){overflow:visible}.style-name{white-space:nowrap;display:block}.catalog-table .public-id{text-overflow:ellipsis;white-space:nowrap;max-width:12rem;color:var(--muted);font-size:.74rem;display:block;overflow:hidden}.style-gender{white-space:nowrap;display:block}.catalog-table .axis-cell{white-space:nowrap;flex-wrap:nowrap;font-size:.86rem;display:flex}.catalog-table .row-actions button{white-space:nowrap}.axis-cell{flex-wrap:wrap;align-items:center;gap:.35rem;display:inline-flex}.badge-warn{color:#8a5a00;background:#fdf0d5}.bulk-hint{align-self:center;font-size:.85rem}.row-actions{flex-wrap:wrap;gap:.35rem;display:flex}.bulk-actions{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.sim-dashboard{max-width:92rem;padding:2.25rem 1.5rem 3rem}.sim-dashboard-header{align-items:flex-end;margin-bottom:1rem}.sim-dashboard-header h1{letter-spacing:-.03em;font-size:1.75rem}.sim-dashboard-header p{margin-top:.2rem;font-size:.92rem}.usage-period-badge,.usage-count-badge{border:1px solid var(--border);color:#4b5563;white-space:nowrap;background:#fafbfb;border-radius:99px;align-items:center;min-height:2rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.usage-filter-form{border:1px solid var(--border);background:#fafbfb;border-radius:10px;margin-bottom:1rem;padding:.75rem}.usage-filter-form .toolbar{flex-wrap:wrap}.usage-checkbox-filter{color:#374151;white-space:nowrap;cursor:pointer;align-items:center;gap:.45rem;min-height:2.35rem;padding:0 .25rem;font-size:.82rem;font-weight:600;display:inline-flex}.usage-checkbox-filter input{width:1rem;height:1rem;accent-color:var(--accent);margin:0}.usage-filter-status{margin:-.25rem 0 .75rem;font-size:.78rem}.usage-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;margin:1rem 0;display:grid}.usage-summary-card{border:1px solid var(--border);background:#fff;border-radius:12px;min-width:0;padding:1rem 1.05rem}.usage-summary-card.accent{background:linear-gradient(145deg,#ecfbfa,#f8fdfd);border-color:#b9e7e4}.usage-summary-label,.usage-panel-eyebrow{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:700}.usage-summary-value{font-variant-numeric:tabular-nums;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;margin-top:.35rem;font-size:clamp(1.35rem,2vw,1.9rem);font-weight:700;line-height:1.1;overflow:hidden}.usage-summary-detail{color:var(--muted);margin-top:.45rem;font-size:.75rem;line-height:1.35}.usage-main-grid{grid-template-columns:minmax(0,2fr) minmax(20rem,1fr);gap:.75rem;height:48rem;margin-bottom:1.5rem;display:grid}.usage-chart-column{grid-template-rows:minmax(0,1fr) auto;gap:.75rem;min-width:0;min-height:0;display:grid}.usage-chart-column .spend-panel{flex-direction:column;min-height:0;display:flex}.usage-chart-column .usage-chart-area{flex-direction:column;flex:1;min-height:0;display:flex}.usage-chart-column .usage-chart{flex:1;height:auto;min-height:14rem}.usage-panel{border:1px solid var(--border);background:#fff;border-radius:12px;min-width:0}.usage-panel-head{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.15rem 0;display:flex}.usage-panel-head h2,.usage-section-head h2{letter-spacing:-.02em;margin-top:.1rem;font-size:1.02rem}.usage-panel-total{font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;display:flex}.usage-panel-total strong{font-size:1.25rem}.usage-panel-total span{color:var(--muted);font-size:.72rem}.usage-chart-area{background:repeating-linear-gradient(#0000 0 calc(33.333% - 1px),#f0f2f2 calc(33.333% - 1px) 33.333%);margin:1.1rem 1.15rem 0;padding-top:1rem;position:relative}.usage-chart-scale{color:var(--muted);font-variant-numeric:tabular-nums;background:#fff;padding-right:.35rem;font-size:.68rem;position:absolute;top:-.35rem;left:0}.usage-chart{isolation:isolate;border-bottom:1px solid #d9dede;align-items:end;gap:clamp(2px,.45vw,7px);height:14rem;padding:0;list-style:none;display:grid}.usage-chart-slot{z-index:0;flex-direction:column;min-width:0;height:100%;display:flex;position:relative}.usage-chart-slot:hover,.usage-chart-slot:focus-within,.request-trend-slot:hover,.request-trend-slot:focus-within,.token-trend-slot:hover,.token-trend-slot:focus-within{z-index:20}.usage-chart-plot,.request-trend-plot{flex:1;align-items:flex-end;min-height:0;display:flex}.usage-bar-tooltip{z-index:30;color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap;opacity:0;pointer-events:none;background:#1f2937;border-radius:7px;flex-direction:column;align-items:flex-start;gap:.3rem;min-width:6.6rem;padding:.42rem .58rem;font-size:.78rem;font-weight:650;line-height:1;transition:opacity .1s,transform .1s;display:flex;position:absolute;bottom:100%;left:50%;transform:translate(-50%,-.25rem);box-shadow:0 5px 14px #0f172a2e}.usage-bar-tooltip strong{text-align:right;align-self:stretch;font-size:.8rem}.tooltip-date{color:#cbd5e1;letter-spacing:.02em;text-align:left;border-bottom:1px solid #ffffff2e;width:100%;padding-bottom:.28rem;font-size:.64rem;font-weight:650;line-height:1;display:block}.usage-chart-slot:first-child .usage-bar-tooltip,.request-trend-slot:first-child .usage-bar-tooltip{left:0;transform:translateY(-.25rem)}.usage-chart-slot:last-child .usage-bar-tooltip,.request-trend-slot:last-child .usage-bar-tooltip{left:auto;right:0;transform:translateY(-.25rem)}.usage-chart-slot:hover .usage-bar-tooltip,.usage-chart-slot:focus-within .usage-bar-tooltip,.request-trend-slot:hover .usage-bar-tooltip,.request-trend-slot:focus-within .usage-bar-tooltip{opacity:1;transform:translate(-50%,-.55rem)}.usage-chart-slot:first-child:hover .usage-bar-tooltip,.usage-chart-slot:first-child:focus-within .usage-bar-tooltip,.usage-chart-slot:last-child:hover .usage-bar-tooltip,.usage-chart-slot:last-child:focus-within .usage-bar-tooltip,.request-trend-slot:first-child:hover .usage-bar-tooltip,.request-trend-slot:first-child:focus-within .usage-bar-tooltip,.request-trend-slot:last-child:hover .usage-bar-tooltip,.request-trend-slot:last-child:focus-within .usage-bar-tooltip{transform:translateY(-.55rem)}.usage-chart-bar{background:linear-gradient(#5dcfca,#95e3df);border-radius:4px 4px 1px 1px;flex:none;width:100%;min-height:0;max-height:100%;transition:filter .12s;display:block;position:relative}.usage-chart-slot:hover .usage-chart-bar{filter:saturate(1.25)brightness(.94)}.usage-chart-slot time{height:1.35rem;color:var(--muted);text-align:center;white-space:nowrap;padding-top:.3rem;font-size:.65rem}.usage-chart-legend{color:var(--muted);justify-content:space-between;gap:1rem;padding:.85rem 1.15rem 1rem;font-size:.72rem;display:flex}.usage-chart-legend span{align-items:center;gap:.35rem;display:inline-flex}.legend-dot{border-radius:2px;width:.55rem;height:.55rem;display:inline-block}.legend-dot.spend{background:#63d1cc}.legend-dot.input{background:#8bdeda}.legend-dot.output{background:#399f9b}.usage-operations-grid{grid-template-columns:minmax(20rem,1fr) minmax(0,2fr);gap:.75rem;min-width:0;display:grid}.user-usage-panel{flex-direction:column;min-height:0;display:flex;overflow:hidden}.user-ranking-list{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1;min-height:0;overflow-y:auto}.request-trend-panel,.token-trend-panel{min-width:0;padding-bottom:.9rem}.request-trend-chart{isolation:isolate;background:linear-gradient(#0000 49.5%,#f0f2f2 50%,#0000 50.5%);border-bottom:1px solid #d9dede;align-items:end;gap:clamp(2px,.45vw,7px);height:8.5rem;margin:1rem 1.15rem 0;padding:0;list-style:none;display:grid}.request-trend-slot{z-index:0;flex-direction:column;min-width:0;height:100%;display:flex;position:relative}.request-trend-bar{background:#63cbc6;border-radius:3px 3px 1px 1px;flex:none;width:100%;min-height:0;max-height:100%;transition:filter .12s;display:block;position:relative}.request-trend-slot:hover .request-trend-bar{filter:saturate(1.25)brightness(.92)}.request-trend-slot time{height:1.35rem;color:var(--muted);text-align:center;white-space:nowrap;padding-top:.3rem;font-size:.65rem}.token-trend-panel{padding-bottom:.9rem}.token-total-pair{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;gap:.8rem;font-size:.72rem;display:flex}.token-total-pair span{align-items:center;gap:.3rem;display:inline-flex}.token-total-pair strong{color:var(--foreground);font-variant-numeric:tabular-nums}.token-trend-chart{isolation:isolate;background:linear-gradient(#0000 49.5%,#f0f2f2 50%,#0000 50.5%);border-bottom:1px solid #d9dede;align-items:end;gap:clamp(2px,.45vw,7px);height:8.5rem;margin:1rem 1.15rem 0;padding:0;list-style:none;display:grid}.token-trend-slot{z-index:0;flex-direction:column;min-width:0;height:100%;display:flex;position:relative}.token-trend-plot{flex:1;align-items:flex-end;min-height:0;display:flex}.token-trend-stack{flex:none;width:100%;min-height:0;max-height:100%;display:flex;position:relative}.token-trend-fill{border-radius:3px 3px 1px 1px;flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.token-trend-fill i{min-height:0;display:block}.token-bar-tooltip{z-index:30;color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#1f2937;border-radius:7px;flex-direction:column;gap:.3rem;min-width:8.6rem;padding:.5rem .62rem;font-size:.72rem;line-height:1;transition:opacity .1s,transform .1s;display:flex;position:absolute;bottom:100%;left:50%;transform:translate(-50%,-.25rem);box-shadow:0 5px 14px #0f172a2e}.token-bar-tooltip .token-tooltip-row{grid-template-columns:auto auto 1fr;align-items:center;gap:.35rem;display:grid}.token-bar-tooltip strong{font-size:inherit;font-variant-numeric:tabular-nums;justify-self:end}.token-trend-slot:hover .token-bar-tooltip,.token-trend-slot:focus-within .token-bar-tooltip{opacity:1;transform:translate(-50%,-.55rem)}.token-trend-slot:first-child .token-bar-tooltip{left:0;transform:translateY(-.25rem)}.token-trend-slot:first-child:hover .token-bar-tooltip,.token-trend-slot:first-child:focus-within .token-bar-tooltip{transform:translateY(-.55rem)}.token-trend-slot:last-child .token-bar-tooltip{left:auto;right:0;transform:translateY(-.25rem)}.token-trend-slot:last-child:hover .token-bar-tooltip,.token-trend-slot:last-child:focus-within .token-bar-tooltip{transform:translateY(-.55rem)}.token-output-segment{background:#399f9b}.token-input-segment{background:#8bdeda}.token-trend-slot time{height:1.35rem;color:var(--muted);text-align:center;white-space:nowrap;padding-top:.3rem;font-size:.65rem}.sim-dashboard td a{color:#126c69;text-underline-offset:2px;text-decoration-color:#addbd9}.user-ranking-list{padding:.5rem 1.15rem .75rem}.user-ranking-row{border-bottom:1px solid #f0f2f2;grid-template-columns:1.25rem minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.7rem 0;display:grid}.user-ranking-row:last-child{border-bottom:none}.user-rank{width:1.25rem;height:1.25rem;color:var(--muted);background:#f1f4f4;border-radius:50%;place-items:center;font-size:.68rem;font-weight:700;display:grid}.user-ranking-main{flex-direction:column;min-width:0;display:flex}.user-ranking-main a,.user-ranking-main strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.user-ranking-main>span:not(.user-share-track){color:var(--muted);font-size:.7rem}.user-share-track{background:#edf1f1;border-radius:99px;width:100%;height:3px;margin-top:.35rem;overflow:hidden}.user-share-track i{border-radius:inherit;background:#79d9d5;max-width:100%;height:100%;display:block}.user-ranking-cost{font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;display:flex}.user-ranking-cost strong{font-size:.8rem}.user-ranking-cost span{color:var(--muted);font-size:.68rem}.usage-panel-foot,.usage-empty{padding:1rem 1.15rem;font-size:.78rem}.usage-inline-notice{background:#fff7f7;border:1px solid #fecaca;border-radius:8px;padding:.6rem .75rem;font-size:.82rem}.usage-section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin:1.5rem 0 .65rem;display:flex}.sim-dashboard tbody tr:hover{background:#fbfdfd}.sim-dashboard .token-cell,.sim-dashboard .strong{font-variant-numeric:tabular-nums}.sim-dashboard .strong{font-weight:650}.alignment-status-list{flex-direction:column;align-items:flex-start;gap:.25rem;min-width:12rem;display:flex}.alignment-status-chip{color:#64748b;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;align-items:flex-start;gap:.2rem;max-width:14rem;padding:.22rem .42rem;font-size:.68rem;line-height:1.15;display:inline-flex}.alignment-status-summary{white-space:nowrap;align-items:center;gap:.35rem;display:inline-flex}.alignment-status-chip strong{color:inherit;font-size:inherit}.alignment-status-chip code{color:inherit;overflow-wrap:anywhere;white-space:normal;font-size:.61rem;line-height:1.25}.alignment-status-chip.success{color:#147354;background:#effaf6;border-color:#b7e4d3}.alignment-status-chip.danger{color:#b42318;background:#fff5f5;border-color:#fecaca}@media (max-width:1080px){.usage-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.usage-main-grid{grid-template-columns:1fr;height:auto}.usage-operations-grid{grid-template-columns:1fr}.usage-chart-column{grid-template-rows:auto auto}.user-usage-panel{max-height:34rem}}@media (max-width:720px){.sim-dashboard{padding:1.25rem 1rem 2rem}.sim-dashboard-header,.usage-section-head{flex-direction:column;align-items:flex-start}.usage-summary-grid{grid-template-columns:1fr 1fr}.usage-chart{height:11rem}.usage-chart-legend{flex-direction:column;align-items:flex-start}}@media (max-width:460px){.usage-summary-grid{grid-template-columns:1fr}}
