:root{--background:#fff;--foreground:#171717;--primary:#177b57;--primary-hover:#126346;--surface:#f5f5f5;--border:#e5e5e5;--text-muted:#666}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--primary:#177b57;--primary-hover:#126346;--surface:#171717;--border:#333;--text-muted:#888}}body{color:var(--foreground);background:var(--background);min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}.app-container{min-height:100vh;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:1rem;width:250px;padding:2rem 1rem;display:flex}.main-content{flex-direction:column;flex:1;display:flex}.header{border-bottom:1px solid var(--border);background:var(--background);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.page-content{flex:1;width:100%;max-width:900px;margin:0 auto;padding:2rem}.page-content:has(.documentation-page){max-width:none;padding:0}.page-content:has(.data-explained-page){max-width:none;padding:0}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding:1.5rem;font-size:.9rem}.documentation-page{width:100%;max-width:none;min-height:100vh;padding:1rem 2rem}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.5rem;font-size:2rem}.subtitle{color:var(--text-muted);font-size:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:8px;padding:1.5rem}.stat-value{color:var(--primary);margin-bottom:.5rem;font-size:2rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.9rem}.modern-filters-bar{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex;position:relative}.search-box{flex:1;min-width:300px}.search-box-with-icon{position:relative}.search-box-icon{width:1rem;height:1rem;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-box-with-icon input{padding-left:2.25rem!important}.search-box input{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:6px;padding:.6rem 1rem;font-size:.95rem}.filter-actions{align-items:center;gap:.75rem;display:flex}.filter-toggle-btn{background:var(--background);color:var(--foreground);border:1px solid var(--border);cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;height:auto;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:background .2s,border-color .2s;display:flex}.filter-toggle-btn:hover{background:var(--surface);border-color:var(--primary)}.filter-badge{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:600;display:inline-flex}.export-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;height:auto;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:background .2s}.export-btn:hover{background:var(--primary-hover)}.filter-overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;position:fixed;inset:0}.filter-panel{background:var(--background);border:1px solid var(--border);z-index:1000;border-radius:8px;flex-direction:column;width:400px;max-height:600px;margin-top:.5rem;display:flex;position:absolute;top:100%;right:0;box-shadow:0 10px 25px #0003}.filter-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.filter-panel-header h3{margin:0;font-size:1.1rem;font-weight:600}.close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.5rem;transition:background .2s;display:flex}.close-btn:hover{background:var(--surface)}.filter-panel-content{flex:1;padding:1rem 1.25rem;overflow-y:auto}.filter-section{margin-bottom:1.5rem}.filter-section:last-child{margin-bottom:0}.filter-section-title{color:var(--foreground);align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:flex}.filter-section-icon{flex-shrink:0;width:.95rem;height:.95rem}.filter-checkboxes{flex-direction:column;gap:.5rem;display:flex}.filter-checkboxes label{color:var(--foreground);cursor:pointer;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.9rem;transition:color .2s;display:flex}.filter-checkboxes label:hover{color:var(--primary)}.filter-checkboxes input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--primary)}.filter-panel-footer{border-top:1px solid var(--border);gap:.75rem;padding:1rem 1.25rem;display:flex}.clear-all-btn{background:var(--surface);color:var(--foreground);border:1px solid var(--border);cursor:pointer;border-radius:6px;flex:1;height:auto;padding:.6rem 1rem;font-size:.9rem;font-weight:500;transition:background .2s}.clear-all-btn:hover{background:var(--border)}.apply-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;flex:1;height:auto;padding:.6rem 1rem;font-size:.9rem;font-weight:500;transition:background .2s}.apply-btn:hover{background:var(--primary-hover)}.active-filters{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.active-filters-label{color:var(--text-muted);font-size:.85rem;font-weight:600}.filter-chips{flex-wrap:wrap;flex:1;gap:.5rem;display:flex}.filter-chip{background:var(--primary);color:#fff;border-radius:16px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}.filter-chip button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:1.1rem;line-height:1;transition:background .2s;display:flex}.filter-chip button:hover{background:#fff3}.results-count{color:var(--text-muted);white-space:nowrap;margin-bottom:1rem;font-size:.85rem}.comparison-table-container{border:1px solid var(--border);border-radius:8px;max-width:100%;overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;min-width:2200px;font-size:.9rem}.comparison-table thead{background:var(--surface);z-index:10;position:sticky;top:0}.comparison-table th{text-align:left;border-bottom:2px solid var(--border);white-space:nowrap;padding:1rem;font-weight:600}.comparison-table td{border-bottom:1px solid var(--border);vertical-align:top;padding:.75rem 1rem}.comparison-table tbody tr:hover{background:var(--surface)}.row-match{background:#177b570d}.row-mismatch{background:#dc26260d}.row-missing_generated{background:#eab3080d}.field-name{min-width:200px;font-weight:600}.slide-num{text-align:center;color:var(--primary);font-weight:600}.category{color:var(--text-muted);min-width:150px;font-size:.85rem}.excel-col,.ours-col{min-width:200px}.method-details{flex-direction:column;gap:.25rem;display:flex}.mnemonic{color:var(--primary);font-family:Courier New,monospace;font-weight:600}.period{color:var(--text-muted);font-family:Courier New,monospace;font-size:.85rem}.path{color:var(--text-muted);font-family:Courier New,monospace;font-size:.8rem}.formula{color:var(--text-muted);margin-top:.25rem;font-size:.8rem;font-style:italic}.value-col{text-align:right;min-width:120px;font-family:Courier New,monospace;font-weight:600}.value-col.reference{color:var(--primary)}.value-col.generated{color:var(--foreground)}.missing{color:var(--text-muted);font-style:italic}.status-col{min-width:180px}.status-badges{flex-direction:column;gap:.5rem;display:flex}.badge{text-transform:uppercase;white-space:nowrap;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.badge.methodology-exact{color:#065f46;background:#d1fae5}.badge.methodology-close{color:#92400e;background:#fef3c7}.badge.methodology-different{color:#991b1b;background:#fee2e2}.badge.methodology-excel_only,.badge.methodology-ours_only{color:#374151;background:#e5e7eb}.badge.value-match{color:#065f46;background:#d1fae5}.badge.value-mismatch{color:#991b1b;background:#fee2e2}.badge.value-missing_reference,.badge.value-missing_generated,.badge.value-both_missing{color:#92400e;background:#fef3c7}.notes{color:var(--text-muted);margin-top:.5rem;font-size:.8rem;font-style:italic}.excel-cell-col{min-width:150px}.cell-ref{color:#06c;background:#0066cc1a;border-radius:4px;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.85rem;display:inline-block}.formula-compact{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;font-family:Courier New,monospace;font-size:.75rem;display:block;overflow:hidden}.verification-status{margin-top:.25rem}.badge-verified{color:#065f46;background:#d1fae5;border-radius:3px;padding:.125rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.badge-inferred{color:#92400e;background:#fef3c7;border-radius:3px;padding:.125rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.api-call-col{min-width:250px}.api-call,.api-call-short{color:#7c3aed;margin-bottom:.25rem;font-family:Courier New,monospace;font-size:.8rem;display:block}.data-path{color:var(--text-muted);margin-top:.25rem;font-family:Courier New,monospace;font-size:.75rem}.calculation-note{color:var(--text-muted);margin-top:.25rem;font-size:.75rem;font-style:italic}.formatter-col{min-width:180px}.formatter-details{flex-direction:column;gap:.25rem;display:flex}.formatter-name{background:var(--surface);color:var(--foreground);border-radius:4px;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.8rem;display:inline-block}.formatter-example{color:var(--text-muted);font-size:.75rem}.loading-container,.error-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;display:flex}.spinner{border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-container h2{color:#dc2626}.error-container pre{background:var(--surface);border:1px solid var(--border);border-radius:6px;max-width:600px;padding:1rem;overflow-x:auto}.error-container button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600}.error-container button:hover{background:var(--primary-hover)}h1{color:var(--foreground);margin:0;font-size:2rem;font-weight:700}a{color:inherit;text-decoration:none}.nav-link{color:var(--text-muted);border-radius:8px;padding:.75rem 1rem;transition:all .2s;display:block}.nav-link:hover,.nav-link.active{color:var(--primary);background:#177b571a}input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--foreground);border-radius:12px;outline:none;padding:1rem;font-size:1rem}input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #177b5733}button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;height:42px;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}button:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 2px 8px #177b5733}button:active{transform:translateY(0);box-shadow:0 1px 3px #177b5733}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.result-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1.5rem;display:flex}.company-meta{color:var(--text-muted);font-size:.9rem}.mobile-menu-toggle{z-index:1002;background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;width:40px;height:40px;padding:0;transition:all .15s;display:none;position:fixed;top:.75rem;left:.75rem;box-shadow:0 2px 6px #0000001f}.mobile-menu-toggle:hover{background:var(--primary-hover);transform:none;box-shadow:0 2px 8px #00000029}.mobile-menu-toggle:active{transform:scale(.95)}.mobile-menu-toggle svg{width:20px;height:20px}.mobile-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:none;position:fixed;inset:0}@media (max-width:768px){.mobile-menu-toggle{justify-content:center;align-items:center;display:flex}.mobile-overlay.active{display:block}.app-container{flex-direction:column}.sidebar{border-right:1px solid var(--border);z-index:1001;border-bottom:none;flex-direction:column;width:280px;padding:1rem;transition:transform .3s;position:fixed;top:0;bottom:0;left:0;overflow:visible auto;transform:translate(-100%);box-shadow:2px 0 16px #0000001a}.sidebar.mobile-open{transform:translate(0)}.result-card{flex-direction:column;align-items:flex-start;gap:1rem}.result-card button{width:100%}.header{padding-left:3.5rem}.header h1{font-size:1.35rem}.page-content{padding:1.5rem 1rem}}.search-container{align-items:stretch;gap:.75rem;margin-bottom:2rem;display:flex}.search-container input{flex:1;min-width:0}.search-container button{flex-shrink:0;min-width:120px}@media (max-width:600px){.search-container{flex-direction:column;gap:.75rem}.search-container button{width:100%;min-width:auto}.header h1{font-size:1.5rem}}.loader{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.2rem;height:1.2rem;animation:1s ease-in-out infinite spin}.api-status-indicator{background:var(--surface);border:1px solid var(--border);cursor:pointer;z-index:1000;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #0000001a}.api-status-text{color:var(--foreground);white-space:nowrap;font-size:.875rem;font-weight:500}.api-status-indicator:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.status-dot{background:#ccc;border-radius:50%;width:12px;height:12px;transition:background .3s}.status-dot.healthy{background:#22c55e;box-shadow:0 0 8px #22c55e}.status-dot.unauthorized,.status-dot.warning{background:#f59e0b;box-shadow:0 0 8px #f59e0b}.status-dot.error{background:#ef4444;box-shadow:0 0 8px #ef4444}.api-modal-overlay{z-index:1001;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.api-modal{background:var(--background);border:1px solid var(--border);border-radius:16px;width:90%;max-width:500px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-title{color:var(--foreground);font-size:1.25rem;font-weight:600}.modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:.5rem;font-size:1.5rem}.input-group{margin-bottom:1.5rem}.input-label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.status-info{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.status-row{justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.status-label{color:var(--text-muted)}.status-value{color:var(--foreground);font-weight:500}.warning-banner{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.warning-banner strong{margin-bottom:.5rem;font-size:.95rem;display:block}.warning-banner p{margin:0;font-size:.875rem}@media (prefers-color-scheme:dark){.warning-banner{color:#fef3c7;background:#78350f;border-color:#f59e0b}}.error-alert{background:var(--surface);color:var(--foreground);border:2px solid #ef4444;border-radius:12px;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1rem 1.5rem;display:flex}.error-alert-icon{color:#ef4444;flex-shrink:0;margin-top:.125rem;font-size:1.25rem}.error-alert-content{flex:1}.error-alert-title{color:#ef4444;margin-bottom:.25rem;font-weight:600}.error-alert-message{color:var(--text-muted);font-size:.9rem}.sp500-container{max-width:1200px}.sp500-loading{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem;display:flex}.sp500-error{text-align:center;color:var(--text-muted);padding:2rem}.sp500-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.sp500-header h2{margin:0 0 .5rem;font-size:1.5rem}.sp500-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1rem;font-size:.875rem;display:flex}.meta-item{align-items:center;gap:.25rem;display:flex}.freshness-badge{border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.freshness-badge.fresh{color:#22c55e;background:#22c55e26}.freshness-badge.stale{color:#f59e0b;background:#f59e0b26}.freshness-badge.old{color:#ef4444;background:#ef444426}.sp500-header-actions{gap:.75rem;display:flex}.btn-primary{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;height:42px;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 2px 8px #177b5733}.btn-primary:active{transform:translateY(0);box-shadow:0 1px 3px #177b5733}.btn-secondary{background:var(--surface);color:var(--foreground);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;height:42px;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.btn-secondary:hover{background:var(--border);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.btn-secondary:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.sp500-quartiles{margin-bottom:2rem}.sp500-quartiles h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.quartile-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.quartile-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.quartile-label{color:var(--foreground);margin-bottom:.75rem;font-weight:600}.quartile-table{border-collapse:collapse;width:100%}.quartile-table td{border-bottom:1px solid var(--border);padding:.5rem 0}.quartile-table tr:last-child td{border-bottom:none}.quartile-table td:first-child{color:var(--text-muted);font-size:.875rem}.quartile-value{text-align:right;font-family:SF Mono,Monaco,Courier New,monospace;font-weight:500}.quartile-value.highlight{color:var(--primary);font-weight:600}.sp500-table-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.table-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.table-header h3{margin:0;font-size:1rem;font-weight:600}.table-search{border-radius:8px;width:auto;max-width:250px;padding:.5rem .75rem;font-size:.875rem}.table-wrapper{overflow-x:auto}.company-table{border-collapse:collapse;width:100%}.company-table th,.company-table td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem 1rem}.company-table th{background:var(--background);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:600}.company-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.company-table th.sortable:hover{color:var(--foreground)}.company-table tbody tr:hover{background:#177b570d}.company-table tbody tr:last-child td{border-bottom:none}.ticker-cell{font-family:SF Mono,Monaco,Courier New,monospace;font-weight:600}.tsr-high{color:#22c55e;font-weight:500}.tsr-positive{color:#22c55e}.tsr-negative{color:#f59e0b}.tsr-low{color:#ef4444;font-weight:500}.pagination{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:1rem;padding:1rem;display:flex}.pagination-btn{background:var(--background);color:var(--foreground);border:1px solid var(--border);border-radius:6px;height:auto;padding:.5rem 1rem;font-size:.875rem}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:var(--text-muted);font-size:.875rem}@media (max-width:768px){.sp500-header{flex-direction:column}.sp500-header-actions{width:100%}.sp500-header-actions button{flex:1}.table-header{flex-direction:column;align-items:stretch}.table-search{max-width:none}}.data-explained-page{box-sizing:border-box;width:100%;max-width:none;margin:0;padding:2rem}.de-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.de-title{margin:0 0 .4rem;font-size:2rem;font-weight:700}.de-subtitle{color:var(--text-muted);margin:0;font-size:.95rem}.de-search-wrap{flex-direction:column;gap:.4rem;min-width:260px;display:flex}.de-search{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--foreground);border-radius:8px;padding:.6rem 1rem;font-size:.9rem}.de-search-hint{border-radius:4px;align-self:flex-start;padding:.2rem .5rem;font-size:.78rem;font-weight:500}.de-search-found{color:#065f46;background:#d1fae5}.de-search-not-found{color:#991b1b;background:#fee2e2}.de-tabs{border-bottom:2px solid var(--border);flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.de-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:6px 6px 0 0;align-items:center;gap:.4rem;height:auto;margin-bottom:-2px;padding:.6rem 1.1rem;font-size:.9rem;font-weight:500;transition:color .2s,background .2s;display:flex}.de-tab:hover{color:var(--foreground);background:var(--surface);box-shadow:none;transform:none}.de-tab-active{color:var(--primary);border-bottom-color:var(--primary);background:0 0}.de-tab-active:hover{background:0 0}.de-tab-icon{flex-shrink:0;width:1rem;height:1rem}.de-content{min-height:400px}.de-tab-content{flex-direction:column;gap:1.25rem;display:flex}.de-section{border:1px solid var(--border);border-radius:10px;overflow:hidden}.de-section-header{background:var(--surface);width:100%;color:var(--foreground);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;height:auto;padding:.9rem 1.25rem;font-size:1rem;font-weight:600;transition:background .15s;display:flex}.de-section-header:hover{background:var(--border);box-shadow:none;transform:none}.de-section-chevron{color:var(--text-muted);font-size:.75rem}.de-section-body{background:var(--background);padding:1.25rem}.de-subhead{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:1.25rem 0 .6rem;font-size:.9rem;font-weight:600}.de-subhead:first-child{margin-top:0}.de-table{border-collapse:collapse;width:100%;margin-top:.5rem;font-size:.875rem}.de-table thead{background:var(--surface)}.de-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid var(--border);white-space:nowrap;padding:.6rem .9rem;font-size:.8rem;font-weight:600}.de-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.55rem .9rem}.de-table tbody tr:last-child td{border-bottom:none}.de-table tbody tr:hover{background:var(--surface)}.de-row-subtotal td{background:#177b570f;font-weight:600}.de-row-total td{border-top:2px solid var(--border);background:#177b571f;font-weight:700}.de-mnemonic{color:var(--primary);background:#177b5714;border-radius:4px;padding:.15rem .4rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.82rem;font-weight:600}.de-mnemonic-excel{color:#7c3aed;background:#7c3aed14}.de-period{color:#2563eb;background:#2563eb14;border-radius:4px;padding:.15rem .4rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.82rem}.de-date{color:#d97706;background:#d9770614;border-radius:4px;padding:.15rem .4rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.82rem}.de-formula{color:var(--foreground);background:var(--surface);border-radius:4px;padding:.15rem .4rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.82rem}.de-formula-block{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-top:.75rem;padding:.75rem 1rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.85rem}.de-formula-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-family:inherit;font-size:.75rem;font-weight:600}.de-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.de-badge-yes{color:#065f46;background:#d1fae5}.de-badge-no{color:#374151;background:#e5e7eb}.de-badge-mixed,.de-badge-warn{color:#92400e;background:#fef3c7}.de-type-badge{border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.de-type-cagr{color:#5b21b6;background:#ede9fe}.de-type-diff-of-cagrs{color:#0369a1;background:#e0f2fe}.de-type-subtotal{color:#065f46;background:#177b571f}.de-type-total{color:#065f46;background:#177b5733}.de-type-negated-cagr{color:#991b1b;background:#fee2e2}.de-type-residual{color:#374151;background:#e5e7eb}.de-callout{border-left:3px solid var(--primary);background:#177b5712;border-radius:0 6px 6px 0;margin-bottom:1rem;padding:.75rem 1rem;font-size:.88rem;line-height:1.5}.de-callout-warn{background:#fef3c7;border-left-color:#f59e0b}.de-note{margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.de-muted{color:var(--text-muted)}.de-pipeline,.de-pipeline-block{flex-direction:column;gap:0;width:100%;display:flex}.de-pipeline-step{background:var(--surface);border:1px solid var(--border);box-sizing:border-box;border-radius:8px;align-items:flex-start;gap:1rem;width:100%;padding:.85rem 1.25rem;display:flex}.de-pipeline-text{flex:1;min-width:0}.de-pipeline-badge{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.de-pipeline-label{margin-bottom:.15rem;font-size:.9rem;font-weight:600}.de-pipeline-desc{color:var(--text-muted);font-size:.82rem}.de-pipeline-connector{justify-content:center;align-items:center;width:100%;padding:.25rem 0;display:flex}.de-pipeline-arrow{color:var(--text-muted);font-size:1.25rem;line-height:1}.de-patterns-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem;display:grid}.de-pattern-card{border:1px solid var(--border);border-radius:8px;overflow:hidden}.de-pattern-name{background:var(--surface);padding:.75rem 1rem .25rem;font-size:.9rem;font-weight:600}.de-pattern-desc{color:var(--text-muted);background:var(--surface);border-bottom:1px solid var(--border);padding:0 1rem .75rem;font-size:.8rem}.de-code-block{color:#cdd6f4;white-space:pre;background:#1e1e2e;margin:0;padding:.9rem 1rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.78rem;line-height:1.6;overflow-x:auto}.de-footer{border-top:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.25rem;font-size:.8rem;display:flex}.de-footer-note{font-style:italic}@media (max-width:768px){.data-explained-page{padding:1rem}.de-header{flex-direction:column}.de-search-wrap{width:100%;min-width:auto}.de-patterns-grid{grid-template-columns:1fr}.de-tabs{gap:.25rem}.de-tab{padding:.5rem .75rem;font-size:.82rem}}
