*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f5f7fa;--card-bg: #ffffff;--heading: #1a2332;--text: #1a2332;--text-mid: #57606a;--text-muted: #57606a;--text-faint: #afb8c1;--border: #d0d7de;--border-light: #eef1f6;--input-bg: #ffffff;--input-text: #1a2332;--thead-bg: #eef1f6;--row-hover: #eef1f6;--section-color: #c47d00;--copy-bg: #eef1f6;--copy-border: #d0d7de;--copy-text: #57606a;--chart-grid: #eef1f6;--radio-text: #1a2332}[data-theme=dark]{--bg: #0D1117;--card-bg: #161B22;--heading: #E6EDF3;--text: #E6EDF3;--text-mid: #8B949E;--text-muted: #8B949E;--text-faint: #484F58;--border: #2A3441;--border-light: #161B22;--input-bg: #0D1117;--input-text: #E6EDF3;--thead-bg: #1C2330;--row-hover: #1C2330;--section-color: #F0A500;--copy-bg: #161B22;--copy-border: #2A3441;--copy-text: #8B949E;--chart-grid: #161B22;--radio-text: #E6EDF3}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh;transition:background .2s,color .2s}.container{max-width:1100px;margin:0 auto;padding:2rem 1.25rem 4rem}.page-header{margin-bottom:1.5rem}h1{font-size:1.75rem;font-weight:700;color:var(--heading)}.card{background:var(--card-bg);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;margin-bottom:1.5rem;transition:background .2s}.card-title{font-size:.75rem;font-weight:600;color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem 1.25rem;align-items:end}.form-group{display:flex;flex-direction:column;gap:.375rem}.field-label{font-size:.8125rem;font-weight:500;color:var(--text-mid)}input[type=number],input[type=date],select{height:2.5rem;border:1.5px solid var(--border);border-radius:8px;padding:0 .75rem;font-size:.9375rem;color:var(--input-text);background:var(--input-bg);outline:none;width:100%;transition:border-color .15s,box-shadow .15s,background .2s,color .2s;-webkit-appearance:none}input[type=number]:focus,input[type=date]:focus,select:focus{border-color:#f0a500;box-shadow:0 0 0 3px #f0a50026}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}.form-divider{grid-column:1 / -1;height:1px;background:var(--border-light);margin:.25rem 0}.form-section{grid-column:1 / -1;font-size:.75rem;font-weight:600;color:var(--section-color);text-transform:uppercase;letter-spacing:.08em}.radio-row{display:flex;flex-wrap:wrap;gap:.875rem;height:2.5rem;align-items:center}.radio-row label{display:flex;align-items:center;gap:.375rem;font-size:.9375rem;cursor:pointer;color:var(--radio-text)}input[type=radio]{cursor:pointer;accent-color:#F0A500}.hidden{display:none!important}.btn-primary{background:#f0a500;color:#0d1117;border:none;border-radius:8px;padding:0 1.5rem;height:2.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s;margin-top:.5rem}.btn-primary:hover{background:#ffb800}.btn-primary:active{background:#d49200}.summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--card-bg);border-radius:12px;padding:1.125rem 1.25rem 1rem;box-shadow:0 1px 3px #00000014;transition:background .2s}.stat-label{font-size:.75rem;font-weight:500;color:var(--text-faint);margin-bottom:.35rem}.stat-value{font-size:1.375rem;font-weight:700;color:var(--heading);letter-spacing:-.02em}.stat-value.blue{color:#58a6ff}.stat-value.green{color:#3dd68c}.table-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.btn-copy{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:1.5px solid var(--copy-border);border-radius:8px;background:var(--copy-bg);color:var(--copy-text);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s;line-height:1}.btn-copy:hover{border-color:var(--text-muted)}.btn-copy.ok{background:#d1fae5;border-color:#6ee7b7;color:#065f46}.table-wrap{border:1px solid var(--border);border-radius:8px;overflow-y:auto;max-height:480px}table{width:100%;border-collapse:collapse;font-size:.875rem}thead th{position:sticky;top:0;background:var(--thead-bg);padding:.75rem .5rem;font-weight:600;color:var(--text-muted);text-align:right;border-bottom:1.5px solid var(--border);z-index:1;transition:background .2s}thead th:first-child{text-align:left}tbody td{padding:.5rem;text-align:right;border-bottom:1px solid var(--border-light);color:var(--text);white-space:nowrap}tbody td:first-child{text-align:left;font-weight:500;color:var(--text-mid)}tbody tr:hover td{background:var(--row-hover)}tbody tr:last-child td{border-bottom:none}td.green{color:#10b981}td.bold{font-weight:600;color:var(--heading)}.chart-wrap{position:relative;height:340px}.seg-control{display:inline-flex;border:1.5px solid var(--border);border-radius:8px;overflow:hidden}.seg-control input[type=radio]{display:none}.seg-control label{padding:.375rem .75rem;font-size:.8125rem;font-weight:500;cursor:pointer;color:var(--copy-text);background:var(--copy-bg);transition:background .15s,color .15s;user-select:none;line-height:1.5}.seg-control label:not(:last-child){border-right:1.5px solid var(--border)}.seg-control input[type=radio]:checked+label{background:#f0a500;color:#0d1117}@media(max-width:600px){h1{font-size:1.375rem}.card{padding:1.125rem 1rem}.stat-value{font-size:1.125rem}}
