*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit}.file-upload{width:100%}.file-upload__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.file-upload__dropzone{padding:var(--space-xl) var(--space-lg);background:var(--color-card);border:2px dashed var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color .15s,background .15s}.file-upload__dropzone:hover:not(.file-upload__dropzone--disabled),.file-upload__dropzone--active{border-color:var(--color-accent);background:#58a6ff0f}.file-upload__dropzone--disabled{opacity:.6;cursor:not-allowed}.file-upload__dropzone:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.file-upload__icon-flow{justify-content:center;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);color:var(--color-accent);display:flex}.file-upload__glyph{opacity:.55;flex-shrink:0;width:1.75rem;height:1.75rem;transition:opacity .15s,transform .15s}.file-upload__glyph--arrow{opacity:.4;width:1.25rem}.file-upload__dropzone:hover:not(.file-upload__dropzone--disabled) .file-upload__glyph,.file-upload__icon-flow--active .file-upload__glyph{opacity:.75}.file-upload__dropzone:hover:not(.file-upload__dropzone--disabled) .file-upload__glyph--arrow,.file-upload__icon-flow--active .file-upload__glyph--arrow{opacity:.6}.file-upload__icon-flow--active .file-upload__glyph--file{opacity:.9;transform:translate(6px)}.file-upload__icon-flow--active .file-upload__glyph--arrow{opacity:.85}.file-upload__icon-flow--active .file-upload__glyph--upload{opacity:1;transform:translateY(-2px)}.file-upload__prompt{color:var(--color-text);margin:0;font-size:1.0625rem;font-weight:500}.file-upload__error{margin:var(--space-sm) 0 0;color:var(--color-danger);font-size:.875rem}.report-page{background:var(--color-bg);min-height:100vh;color:var(--color-text);font-family:var(--font-sans)}.report-container{max-width:1400px;padding:var(--space-lg);gap:var(--space-md);flex-direction:column;min-width:0;margin:0 auto;display:flex}.report-header-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);border-bottom:none;transition:border-color .15s;position:relative}.report-header-card--drag-active{border-color:var(--color-accent)}.report-header-card__upper{gap:var(--space-sm);padding:var(--space-md) var(--space-lg) var(--space-sm);flex-direction:column;display:flex}.report-header-card__row{align-items:center;gap:var(--space-sm) var(--space-md);min-width:0;display:flex}.report-header-card__row--titlebar{justify-content:space-between;gap:var(--space-md);flex-wrap:nowrap}.report-header-card__actions{justify-content:flex-end;align-items:center;gap:var(--space-sm) var(--space-md);flex-wrap:nowrap;flex-shrink:1;min-width:0;margin-left:auto;display:flex}.report-header-card__actions .filter-bar__controls{justify-content:flex-end;align-items:center;gap:var(--space-sm) var(--space-md);flex-wrap:nowrap;font-size:.875rem;display:flex}.report-header-card__actions .filter-bar__group{white-space:nowrap;flex-shrink:0}.report-header-card__row--file{color:var(--color-text-muted);flex-wrap:nowrap;gap:.375rem .625rem;font-size:.75rem;line-height:1.4}.code-style-title{letter-spacing:0;white-space:nowrap;align-items:baseline;gap:0;margin:0;font-weight:400;line-height:1.25;display:inline-flex}.code-style-title--report{flex-shrink:0;font-size:1.0625rem}.code-style-title--landing{margin-bottom:0;font-size:clamp(1.875rem,6vw,2.75rem)}.code-style-title__user,.code-style-title__at,.code-style-title__host,.code-style-title__colon,.code-style-title__path-prefix,.code-style-title__prompt{font-family:var(--font-mono)}.code-style-title__user,.code-style-title__at,.code-style-title__host{color:#98c379}.code-style-title__colon,.code-style-title__prompt{color:var(--color-text)}.code-style-title__path-prefix{color:#61afef}.code-style-title__path-label{font-family:var(--font-mono);color:#61afef}.code-style-title__command{font-family:var(--font-sans-cjk);color:var(--color-text);margin-left:1ch}.code-style-title__cursor{background:var(--color-text);align-self:center;width:.55em;height:1.1em;margin-left:.25ch;display:inline-block}.code-style-title__cursor--blink{animation:1s step-end infinite code-style-title-cursor-blink}@keyframes code-style-title-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.code-style-title__cursor--blink{opacity:1;animation:none}}.report-header-card__actions .report-btn{flex-shrink:0}.report-file-zone__file-info{flex-wrap:wrap;align-items:center;gap:.375rem .625rem;min-width:0;display:inline-flex}.report-header-card__file-empty{opacity:.7;font-style:italic}.report-file-zone__info-meta{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.375rem .625rem;display:inline-flex}@media (width<=520px){.report-header-card__row--titlebar{flex-wrap:wrap}.report-header-card__actions{flex-wrap:wrap;flex:100%;justify-content:flex-start}.report-header-card__actions .filter-bar__controls{flex-wrap:wrap;justify-content:flex-start}.report-header-card__row--file{flex-wrap:wrap}}.report-header-card__drop{padding:var(--space-xs) var(--space-lg) var(--space-sm);border:1px dashed var(--color-border);border-radius:0 0 var(--radius-md) var(--radius-md);margin:0 -1px -1px;transition:border-color .15s,background .15s}.report-header-card--drag-active .report-header-card__drop{border-color:var(--color-accent);background:#58a6ff0f}.report-btn{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-muted);cursor:pointer;white-space:nowrap;background:0 0;padding:.35rem .75rem;font-size:.8125rem}.report-btn:hover:not(:disabled){color:var(--color-text);border-color:var(--color-accent)}.report-btn:disabled{opacity:.6;cursor:not-allowed}.report-btn--secondary{color:var(--color-accent);background:#58a6ff14;border-color:#58a6ff40}.report-btn--secondary:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent);background:#58a6ff24}.report-file-zone__drop-center{justify-content:center;align-items:center;gap:var(--space-sm);width:100%;font:inherit;color:var(--color-text-muted);background:0 0;border:none;flex-direction:row;margin:0;padding:0;transition:color .15s,opacity .15s;display:flex}.report-file-zone__drop-center:not(.report-file-zone__drop-center--loaded){cursor:pointer}.report-file-zone__drop-center.report-file-zone__drop-center--loaded,.report-file-zone__drop-center--loaded .report-file-zone__file-info{cursor:default}.report-file-zone__replace-trigger{align-items:center;gap:var(--space-sm) .625rem;font:inherit;color:inherit;cursor:pointer;text-align:inherit;border-radius:var(--radius-sm);background:0 0;border:none;flex-wrap:wrap;margin:0;padding:0;transition:color .15s;display:inline-flex}.report-file-zone__replace-trigger .report-file-zone__glyph{opacity:.55;transition:opacity .15s}.report-file-zone__replace-trigger:hover{color:var(--color-text)}.report-file-zone__replace-trigger:hover .report-file-zone__glyph{opacity:.85}.report-file-zone__replace-trigger:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.report-file-zone__drop-center:not(.report-file-zone__drop-center--loaded):hover>.report-file-zone__glyph{opacity:.72}.report-file-zone__drop-center:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}.report-header-card--drag-active .report-file-zone__drop-center{color:var(--color-accent)}.report-file-zone__glyph{opacity:.55;flex-shrink:0;width:1.125rem;height:1.125rem;transition:opacity .15s,transform .15s}.report-header-card--drag-active .report-file-zone__glyph{opacity:.85;transform:translateY(-2px)}.report-file-zone__hint{max-width:28rem;color:inherit;text-align:center;font-size:.8125rem;font-weight:400;line-height:1.3}.report-file-zone__drop-center .report-file-zone__file-info{color:var(--color-text-muted);font-size:.75rem;line-height:1.4}.report-file-zone__drop-center .report-file-zone__replace-trigger .report-file-zone__filename{color:inherit;opacity:1;font-weight:400;transition:color .15s}.report-file-zone__filename{color:var(--color-text);opacity:.85;font-weight:600}.report-file-zone__file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.report-file-zone__error{margin:var(--space-xs) 0 0;color:var(--color-danger);text-align:center;font-size:.8125rem}.report-badge{color:var(--color-accent);background:#58a6ff26;border:1px solid #58a6ff4d;border-radius:999px;align-items:center;padding:.15rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.report-badge--static{cursor:default}.report-badge--warn{color:var(--color-warning);background:#d2992226;border-color:#d299224d}.report-grid{gap:var(--space-md);min-width:0;display:grid}.report-grid>*,.chart-panel,.chart-panel__body,.chart-with-controls{min-width:0;max-width:100%}.report-grid--triple{grid-template-columns:2fr 1fr 1fr}.report-grid--kpi-inner{grid-template-columns:repeat(2,1fr)}.report-grid--double{grid-template-columns:1fr 1fr}.report-grid--quad{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.report-grid--quad>.chart-panel:first-child{grid-area:1/1}.report-grid--quad>.chart-panel:nth-child(2){grid-area:1/2}.report-grid--quad>.chart-panel:nth-child(3){grid-area:2/1;align-self:stretch}.report-grid--quad>.chart-panel:nth-child(4){grid-area:2/2;align-self:stretch}.report-grid--quad>.chart-panel{min-height:280px}@media (width<=1200px){.report-grid--triple{grid-template-columns:1fr 1fr}.report-grid--triple>:first-child{grid-column:1/-1}}@media (width<=1024px){.report-grid--triple,.report-grid--double,.report-grid--quad{grid-template-columns:1fr}.report-grid--quad>.chart-panel:nth-child(n){grid-area:auto}.report-grid--triple>:first-child{grid-column:auto}}@media (width<=640px){.report-grid--kpi-inner{grid-template-columns:1fr}.pool-gauges{gap:var(--space-sm) 0;grid-template-columns:1fr}.pool-gauge+.pool-gauge{border-left:none;border-top:1px solid var(--color-border);padding-left:0;padding-top:var(--space-sm)}}.chart-panel{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md);flex-direction:column;min-height:180px;display:flex}.chart-panel--tall{min-height:280px}.chart-panel__title{margin:0 0 var(--space-sm);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.875rem;font-weight:600}.chart-panel__body{color:var(--color-text-muted);border:1px dashed var(--color-border);border-radius:var(--radius-sm);flex:1;justify-content:center;align-items:center;min-height:120px;font-size:.875rem;display:flex}.chart-panel__body--filled{border:none;align-items:stretch;overflow:hidden}.chart-panel__echart-wrap,.chart-panel__echart{width:100%;min-width:0;max-width:100%}.filter-bar__group{align-items:center;gap:.35rem;display:flex}.filter-bar__group-label{color:var(--color-text-muted);font-size:.75rem}.filter-bar__select,.filter-bar__input{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);padding:.25rem .5rem;font-size:.8125rem}.chart-with-controls{gap:var(--space-xs);flex-direction:column;width:100%;display:flex}.chart-controls{flex-wrap:wrap;gap:.35rem;display:flex}.chart-controls__btn,.chart-controls__btn--active{border-radius:var(--radius-sm);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:0 0;padding:.2rem .5rem;font-size:.75rem}.chart-controls__btn--active{border-color:var(--color-accent);color:var(--color-accent)}.chart-controls__divider{background:var(--color-border);align-self:center;width:1px;height:1rem;margin:0 .15rem}.chart-controls__check{color:var(--color-text-muted);align-items:center;gap:.35rem;font-size:.75rem;display:flex}.chart-empty{color:var(--color-text-muted);text-align:center;padding:var(--space-md);margin:0;font-size:.875rem}.kpi-card__sub{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.75rem}.parse-details{display:inline-flex;position:relative}.parse-details__trigger{font:inherit;cursor:pointer;margin:0;transition:background .15s,border-color .15s}.parse-details__trigger.report-badge--warn:hover{background:#d2992238;border-color:#d2992273}.parse-details--open .parse-details__trigger.report-badge--warn{border-color:var(--color-warning)}.parse-details__trigger.report-badge:not(.report-badge--warn):hover{background:#58a6ff38;border-color:#58a6ff73}.parse-details--open .parse-details__trigger.report-badge:not(.report-badge--warn){border-color:var(--color-accent)}.parse-details__panel{z-index:10;min-width:18rem;max-width:32rem;padding:var(--space-sm) var(--space-md);background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.8125rem;line-height:1.5;position:absolute;top:calc(100% + .35rem);right:0;box-shadow:0 4px 12px #00000040}.parse-details__item{flex-direction:column;align-items:flex-start;gap:.25rem;margin:0;display:flex}.parse-details__item+.parse-details__item{margin-top:.5rem}.parse-details__item--muted{color:var(--color-text-muted)}.parse-details__label{font-weight:600}.parse-details__content{flex-wrap:wrap;gap:.25rem .35rem;display:flex}.parse-details__tag{border-radius:var(--radius-sm);color:var(--color-warning);white-space:nowrap;background:#d299221f;padding:.05rem .35rem;font-size:.75rem;display:inline-block}.parse-details__tag--muted{color:var(--color-text-muted);background:#8b949e1f}.pool-gauges{gap:0 var(--space-md);grid-template-columns:1fr 1fr;display:grid}.pool-gauge{min-width:0}.pool-gauge+.pool-gauge{border-left:1px solid var(--color-border);padding-left:var(--space-md)}.pool-gauge__header{justify-content:space-between;margin-bottom:.35rem;font-size:.8125rem;display:flex}.pool-gauge__bar{background:var(--color-bg);border-radius:999px;height:8px;overflow:hidden}.pool-gauge__fill{border-radius:999px;height:100%;transition:width .3s}.pool-gauge__fill--ac{background:var(--color-pool-auto)}.pool-gauge__fill--api{background:var(--color-pool-api)}.pool-gauge__sub{color:var(--color-text-muted);font-size:.75rem}.pool-projection{justify-content:center;gap:var(--space-sm);flex-direction:column;width:100%;height:100%;display:flex}.pool-projection__config{gap:var(--space-xs) var(--space-sm);grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr);align-items:end;display:grid}.pool-projection__field{flex-direction:column;gap:.2rem;min-width:0;font-size:.8125rem;display:flex}.pool-projection__field .filter-bar__select,.pool-projection__field .filter-bar__input{width:100%;min-width:0}.pool-projection__field-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.6875rem}.pool-projection__usage{padding:var(--space-sm);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);flex-direction:column;flex:none;display:flex}.pool-projection__section-title{margin:0 0 var(--space-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;font-weight:600}.pool-projection__hint{color:var(--color-text-muted);margin:0;font-size:.6875rem;line-height:1.35}.report-grid--quad .pool-gauges{gap:var(--space-sm) 0;grid-template-columns:1fr}.report-grid--quad .pool-gauge+.pool-gauge{border-left:none;border-top:1px solid var(--color-border);padding-left:0;padding-top:var(--space-sm)}@media (width<=1024px){.report-grid--quad .pool-gauges{gap:0 var(--space-md);grid-template-columns:1fr 1fr}.report-grid--quad .pool-gauge+.pool-gauge{border-top:none;border-left:1px solid var(--color-border);padding-top:0;padding-left:var(--space-md)}}.kpi-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md)}.kpi-card__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.75rem}.kpi-card__value{margin:var(--space-xs) 0 0;font-size:1.5rem;font-weight:600}.filter-bar-shell{align-items:center;gap:var(--space-sm) var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);flex-wrap:wrap;font-size:.875rem;display:flex}.filter-bar-shell__label{color:var(--color-text);font-weight:600}.filter-bar-shell__placeholder{border:1px dashed var(--color-border);border-radius:var(--radius-sm);padding:.25rem .5rem}.upload-landing{min-height:100dvh;padding:var(--space-xl);padding-bottom:max(var(--space-lg), env(safe-area-inset-bottom,0px));background:var(--color-bg);flex-direction:column;display:flex}.upload-landing__hero{flex:1 1 0;justify-content:center;align-items:center;min-height:8rem;display:flex}.upload-landing__action{gap:var(--space-lg);width:100%;max-width:560px;padding:var(--space-xl);text-align:center;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;flex:none;margin:0 auto;display:flex}.upload-landing__action .file-upload__dropzone{background:var(--color-bg)}.upload-landing__guide{color:var(--color-text-muted);margin:0;font-size:.9375rem;line-height:1.65}.site-footer{color:var(--color-text-muted);text-align:center;margin:0;font-size:.75rem;line-height:1.5}.site-footer--landing{min-height:4rem;padding-top:var(--space-xl);flex:1 1 0;justify-content:center;align-items:flex-end;display:flex}.site-footer--report{padding-top:var(--space-md);padding-bottom:var(--space-sm)}.site-footer__link{color:var(--color-accent);text-underline-offset:2px;text-decoration:underline}.site-footer__link:hover{color:var(--color-text)}.upload-landing__export-csv{vertical-align:baseline;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);white-space:nowrap;align-items:center;gap:.3em;margin:0 .0625rem;padding:.1em .4em;font-size:.8125em;font-weight:500;line-height:1.4;display:inline-flex}.upload-landing__export-csv svg{flex-shrink:0;width:1em;height:1em}:root{--color-bg:#0d1117;--color-card:#161b22;--color-border:#30363d;--color-text:#e6edf3;--color-text-muted:#8b949e;--color-accent:#58a6ff;--color-pool-auto:#3fb950;--color-pool-api:#a371f7;--color-warning:#d29922;--color-danger:#f85149;--radius-sm:6px;--radius-md:8px;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--font-sans-cjk:"DengXian", "PingFang SC", "Microsoft YaHei UI", "Noto Sans SC", var(--font-sans);--font-mono:ui-monospace, "Cascadia Code", "SF Mono", "Fira Code", Menlo, Consolas, monospace}
