@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg: #0f1419;--surface: #1a222c;--surface-elevated: #232d3a;--bg-subtle: #21262d;--text: #e6edf3;--text-muted: #8b9cad;--accent: #2dd4bf;--accent-dim: #0d9488;--accent-warm: #f59e0b;--border: #30363d;--skeleton: #21262d;--success: #3fb950;--danger: #f85149}*{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}button,a,input,select,textarea{touch-action:manipulation}#root{min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}h1{font-size:1.75rem;font-weight:700;margin:0 0 .35rem;letter-spacing:-.02em}h2{font-size:1.15rem;margin-top:1.5rem;margin-bottom:.5rem}code{font-size:.9em;background:var(--surface-elevated);padding:.15rem .4rem;border-radius:4px;border:1px solid var(--border)}.subtitle{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem}@media print{.layout-sidebar{display:none!important}.layout-main{max-width:none}}.layout{--sidebar-width: 190px;min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;display:flex;flex-direction:row;overflow:hidden}.layout-sidebar{width:var(--sidebar-width);flex-shrink:0;display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--border);transition:width .2s ease;overflow:hidden}.layout-sidebar.collapsed{width:48px}.sidebar-header{display:flex;align-items:center;gap:.5rem;padding:.65rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}.layout-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;letter-spacing:-.02em;color:var(--accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout-brand-logo{height:28px;width:auto;max-width:100%;object-fit:contain}.layout-sidebar.collapsed .layout-brand{justify-content:center;text-align:center;width:100%}.layout-sidebar.collapsed .layout-brand-logo{height:24px}.layout-brand:hover{text-decoration:none;opacity:.85}.layout-nav{flex:1;display:flex;flex-direction:column;gap:.1rem;padding:.5rem;min-height:0;overflow-y:auto}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.4rem .55rem;border-radius:7px;color:var(--text-muted);font-size:.85rem;transition:color .15s ease,background .15s ease;white-space:nowrap;text-decoration:none}.layout-sidebar.collapsed .nav-link{justify-content:center;padding:.4rem}.layout-sidebar.collapsed .nav-text{display:none}.nav-icon{font-size:.9rem;width:1.2rem;text-align:center;flex-shrink:0;line-height:1}.nav-text{overflow:hidden;text-overflow:ellipsis}.nav-link:hover{color:var(--text);background:var(--surface-elevated);text-decoration:none}.nav-link.active{color:var(--text);background:var(--surface-elevated)}.nav-group{display:flex;flex-direction:column;gap:.1rem}.nav-group-trigger{display:flex;align-items:center;gap:.5rem;width:100%;padding:.4rem .55rem;border:none;border-radius:7px;background:none;color:var(--text-muted);font-size:.85rem;text-align:left;cursor:pointer;transition:color .15s ease,background .15s ease;white-space:nowrap}.layout-sidebar.collapsed .nav-group-trigger{justify-content:center;padding:.4rem}.nav-group-trigger:hover{color:var(--text);background:var(--surface-elevated)}.nav-group-trigger.has-active{color:var(--text)}.nav-group-chevron{margin-left:auto;font-size:.6rem;opacity:.7;transition:transform .2s ease}.layout-sidebar.collapsed .nav-group-chevron{display:none}.nav-group.open .nav-group-chevron{transform:rotate(-180deg)}.nav-group-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease;overflow:hidden}.nav-group.open .nav-group-panel{grid-template-rows:1fr}.nav-group-panel-inner{min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:.1rem;padding-left:.5rem;border-left:2px solid var(--border);margin-left:.75rem;margin-bottom:.25rem}.nav-sublink{padding:.35rem .5rem;font-size:.82rem}.sidebar-footer{flex-shrink:0;display:flex;flex-direction:column;gap:.4rem;padding:.5rem;border-top:1px solid var(--border);margin-top:auto}.sidebar-tagline{font-size:.7rem;color:var(--text-muted);opacity:.7;padding:.25rem 0}.sidebar-signout{display:flex;align-items:center;justify-content:center;padding:.4rem .6rem;background:none;color:var(--text-muted);border:1px solid var(--border);border-radius:7px;font-size:.8rem;cursor:pointer;transition:color .15s,background .15s}.sidebar-signout:hover{color:var(--text);background:var(--surface-elevated)}.sidebar-toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:100%;padding:.45rem;background:var(--surface-elevated);border:1px solid var(--border);border-radius:6px;color:var(--text-muted);font-size:.9rem;transition:color .15s ease,background .15s ease}.sidebar-toggle:hover{color:var(--text);background:var(--border)}.sidebar-toggle-icon{line-height:1}.layout-main{flex:1;min-width:0;min-height:0;width:100%;padding:1.25rem 1.75rem 2rem;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.layout-mobile-header,.layout-overlay{display:none}@media(max-width:768px){.layout{flex-direction:column;height:auto;min-height:100vh;min-height:100dvh;overflow:visible}.layout-mobile-header{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-top:max(.6rem,env(safe-area-inset-top));background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;min-height:44px}.layout-mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:-.5rem 0 -.5rem -.5rem;background:none;border:none;border-radius:8px;color:var(--text);font-size:1.25rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.layout-mobile-menu-btn:hover{background:var(--surface-elevated)}.layout-mobile-brand{font-weight:700;font-size:.95rem;letter-spacing:-.02em;color:var(--accent);text-decoration:none}.layout-overlay{display:block;position:fixed;inset:0;background:#00000073;z-index:998;opacity:0;pointer-events:none;transition:opacity .2s ease}.layout.layout-mobile-menu-open .layout-overlay{opacity:1;pointer-events:auto}.layout-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:999;width:min(85vw,280px);max-width:280px;transform:translate(-100%);transition:transform .25s ease;box-shadow:4px 0 24px #0000004d}.layout.layout-mobile-menu-open .layout-sidebar{transform:translate(0)}.layout-sidebar.collapsed{width:min(85vw,280px)}.layout-main{padding:1rem max(1rem,env(safe-area-inset-right)) 2rem max(1rem,env(safe-area-inset-left));padding-bottom:max(2rem,env(safe-area-inset-bottom));overflow-y:visible;overflow-x:hidden;overscroll-behavior-y:auto}.nav-link,.nav-sublink,.nav-group-trigger{min-height:44px;padding:.6rem .75rem;font-size:.9rem}.sidebar-signout,.sidebar-toggle{min-height:44px}.layout-sidebar.collapsed .nav-text{display:block}.layout-sidebar.collapsed .nav-link{justify-content:flex-start}}.login{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg);text-align:center}.login-inner{max-width:400px;padding:2rem;padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}.login-logo{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:var(--accent-dim);color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.25rem}.login h1{font-size:2rem;margin:0 0 .5rem;letter-spacing:-.03em}.login-tagline{font-size:1.05rem;color:var(--text-muted);margin:0 0 .35rem}.login-sub{font-size:.85rem;color:var(--text-muted);opacity:.7;margin:0 0 2rem;line-height:1.5}.login-form{display:flex;flex-direction:column;gap:.75rem}.login-label{font-size:.875rem;font-weight:500;color:var(--text)}.login-input{width:100%;padding:.7rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:inherit;font-size:.95rem;transition:border-color .2s}.login-input:focus{outline:none;border-color:var(--accent-dim)}.login-input[aria-invalid=true]{border-color:var(--danger, #f85149)}.login-btn{padding:.7rem 1.5rem;background:var(--accent);color:var(--bg);font-weight:600;font-size:.95rem;border:none;border-radius:10px;transition:background .2s,transform .1s}.login-btn:hover:not(:disabled){background:#5eead4;transform:translateY(-1px)}.login-btn:disabled{opacity:.5;cursor:not-allowed}.login-btn-oauth{width:100%;min-height:44px}@media(max-width:480px){.login-inner{padding:1.25rem}.login-btn,.login-input{min-height:44px}}.login-error{color:var(--danger);font-size:.85rem;margin-top:.75rem}.login-features{display:flex;gap:1rem;justify-content:center;margin-top:2rem;font-size:.8rem;color:var(--text-muted);opacity:.6}.page{padding-bottom:2rem}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;letter-spacing:-.02em}.page-header-sub{color:var(--text-muted);font-size:.9rem;margin:0}.page-header-link{color:var(--accent, #14b8a6);text-decoration:none;font-weight:500}.page-header-link:hover{text-decoration:underline}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem}.stat{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem;text-align:center}.stat-value{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}.stat-label{font-size:.8rem;color:var(--text-muted);margin-top:.25rem;text-transform:uppercase;letter-spacing:.04em}.stat-sub{font-size:.75rem;color:var(--text-muted);opacity:.7;margin-top:.15rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.card h2{font-size:.95rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.card h3{font-size:.9rem;font-weight:600;margin:0 0 .35rem;color:var(--text)}.card-wide{grid-column:1 / -1}.card-desc{font-size:.85rem;color:var(--text-muted);margin:0 0 .5rem;line-height:1.5}.regulations-list{display:flex;flex-direction:column;gap:1rem}.regulation-item{padding-bottom:1rem;border-bottom:1px solid var(--border)}.regulation-item:last-child{padding-bottom:0;border-bottom:none}.regulation-item p{font-size:.85rem;color:var(--text-muted);margin:0;line-height:1.5}.grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:1.5rem}.table-wrap{overflow-x:auto}.tbl{width:100%;border-collapse:collapse;font-size:.85rem}.tbl th{text-align:left;padding:.45rem .6rem;color:var(--text-muted);font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap}.tbl td{padding:.55rem .6rem;border-bottom:1px solid var(--border)}.tbl tr:last-child td{border-bottom:none}.comparison-section{margin-bottom:1.5rem}.comparison-section .comparison-title{font-size:1.1rem;font-weight:600;color:var(--text);margin:0 0 .35rem}.comparison-section .comparison-intro{font-size:.95rem;color:var(--text-muted);margin:0 0 1.25rem;max-width:720px;line-height:1.5}.comparison-section .table-wrap{margin-bottom:0}.comparison-section .tbl td:first-child{color:var(--text-muted);font-weight:600;width:28%;vertical-align:top;padding-top:.65rem;padding-bottom:.65rem}.comparison-section .tbl td:not(:first-child){color:var(--text);line-height:1.45}.tbl .cell-muted{color:var(--text-muted)!important}.tbl .cell-muted .text-sub{font-size:.85em;color:var(--text-muted)}.badge{display:inline-block;padding:.2rem .55rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:capitalize;line-height:1.3}.badge-green{background:#3fb9502e;color:#3fb950}.badge-teal{background:#2dd4bf2e;color:#2dd4bf}.badge-red{background:#f8514926;color:#f85149}.badge-muted{background:#8b9cad26;color:#8b9cad}.hero-product-dropdown{position:relative;display:inline-block;min-width:220px}.hero-product-select{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;font-size:1rem;border-radius:8px;border:1px solid var(--border);background-color:var(--bg-elevated);color:var(--text);cursor:pointer;text-align:left;font-family:inherit}.hero-product-select:hover{border-color:var(--accent-dim, var(--border))}.hero-product-select:focus{outline:none;border-color:var(--accent, #2dd4bf);box-shadow:0 0 0 2px #2dd4bf33}.hero-product-select-arrow{margin-left:.5rem;font-size:.6rem;color:var(--text-muted);pointer-events:none}.hero-product-menu{position:absolute;top:100%;left:0;right:0;margin:.25rem 0 0;padding:.25rem 0;list-style:none;background:#00000059;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:8px;box-shadow:0 4px 24px #00000040;z-index:50;max-height:240px;overflow-y:auto}@media(prefers-color-scheme:light){.hero-product-menu{background:#ffffffbf;border-color:#0000000f;box-shadow:0 4px 24px #0000001f}}.hero-product-option{padding:.5rem .75rem;color:var(--text);cursor:pointer;font-size:1rem}.hero-product-option:hover,.hero-product-option.selected{background-color:#2dd4bf1f;color:var(--text)}.hero-product-option.selected{font-weight:600}.actions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem}.action-card{display:flex;flex-direction:column;padding:.85rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;text-decoration:none;color:var(--text);transition:border-color .2s,box-shadow .2s,transform .1s}.action-card:hover{border-color:var(--accent-dim);box-shadow:0 4px 12px #00000040;transform:translateY(-1px);text-decoration:none}.action-card-pinned{position:relative;border-color:var(--accent-dim);background:var(--surface-elevated, var(--surface))}.action-card-pinned:before{content:"📌";position:absolute;top:.5rem;right:.5rem;font-size:.75rem;opacity:.8}.action-label{font-weight:600;font-size:.9rem;margin-bottom:.2rem}.action-desc{font-size:.78rem;color:var(--text-muted)}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;gap:1rem;color:var(--text-muted)}.spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-error{color:var(--danger);font-size:.9rem}.page-empty{color:var(--text-muted);font-style:italic;font-size:.9rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.8rem;color:var(--text-muted);font-weight:500}.form-input,.form-select,.form-textarea{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.5rem .75rem;color:var(--text);font-family:inherit;font-size:.85rem;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--accent-dim)}.form-textarea{resize:vertical;min-height:60px}.form-select{cursor:pointer}.btn{padding:.5rem 1.25rem;background:var(--accent);color:var(--bg);border:none;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.btn:hover:not(:disabled){background:#5eead4;transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary:hover:not(:disabled){background:var(--border);transform:translateY(-1px)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;transition:border-color .2s}.product-card:hover{border-color:var(--accent-dim)}.product-card-image{width:calc(100% + 2.5rem);margin:-1.25rem -1.25rem .75rem;aspect-ratio:1;border-radius:12px 12px 0 0;overflow:hidden;background:var(--surface-elevated);border-bottom:1px solid var(--border)}.product-card-image img{width:100%;height:100%;object-fit:contain;display:block}.product-card-image-placeholder{width:calc(100% + 2.5rem);margin:-1.25rem -1.25rem .75rem}.product-card-link{text-decoration:none;color:inherit}.product-card-link:hover{text-decoration:none}.product-card-sku{font-size:.75rem;color:var(--accent);font-weight:600;margin-bottom:.35rem}.product-card-name{font-size:.95rem;font-weight:600;margin-bottom:.35rem}.product-card-price{font-size:.85rem;font-weight:500;margin-top:0}.product-card-price-hero{font-size:1rem;font-weight:600;color:var(--accent);margin-bottom:.35rem}.product-card-category{font-size:.78rem;color:var(--text-muted);margin-bottom:.35rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.25rem}.pagination button{padding:.35rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.85rem;cursor:pointer;transition:background .15s}.pagination button:hover:not(:disabled){background:var(--surface-elevated)}.pagination button:disabled{opacity:.4;cursor:default}.pagination span{font-size:.85rem;color:var(--text-muted)}.toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.toolbar .form-input{flex:1;min-width:200px}.dashboard-quick-links{margin-bottom:1.5rem}.dashboard-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem;margin-bottom:1.5rem}.dashboard-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;overflow:hidden}.dashboard-card h3{font-size:.9rem;font-weight:600;margin:0 0 .75rem;color:var(--text);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.dashboard-card-full{grid-column:1 / -1}.dashboard-card-half{grid-column:span 6}.dashboard-card-third{grid-column:span 4}@media(max-width:900px){.dashboard-card-half,.dashboard-card-third{grid-column:1 / -1}}.chart-wrap{width:100%;height:280px;margin-top:.5rem}.chart-wrap-sm{height:220px}.dashboard-card .recharts-cartesian-grid-horizontal line,.dashboard-card .recharts-cartesian-grid-vertical line{stroke:var(--border);stroke-opacity:.5}.dashboard-card .recharts-text{fill:var(--text-muted);font-size:11px}.dashboard-card .recharts-legend-item-text{color:var(--text)!important}.dashboard-card .recharts-tooltip-wrapper{outline:none}.dashboard-card .recharts-default-tooltip{background:var(--surface-elevated)!important;border:1px solid var(--border)!important;border-radius:8px!important;padding:.5rem .75rem!important;font-size:.8rem!important}.dashboard-metric-row{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:1rem}.dashboard-metric{font-size:.8rem;color:var(--text-muted)}.dashboard-metric strong{color:var(--text);margin-right:.25rem}.product-page-back{margin-bottom:1rem}.product-hero{margin-bottom:1.5rem;border-radius:12px;overflow:hidden;background:var(--surface-elevated);border:1px solid var(--border);aspect-ratio:16 / 10;max-height:320px}.product-hero-image{width:100%;height:100%;object-fit:contain;display:block}.product-hero-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.9rem}.product-hero-placeholder-text{opacity:.7}.product-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;list-style:none;margin:0;padding:0}.product-gallery-item{border-radius:8px;overflow:hidden;background:var(--surface-elevated);border:1px solid var(--border);aspect-ratio:1}.product-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.product-attachments-list{margin:0;padding:0;list-style:none}.product-attachments-list li{margin-bottom:.5rem}.product-attachments-list a{color:var(--accent);font-size:.9rem}.product-attachments-list a:hover{text-decoration:underline}.product-doc-links{margin-top:1rem}.product-doc-links-list{margin:0;padding:0;list-style:none}.product-doc-links-list li{margin-bottom:.5rem}.product-doc-links-list a{color:var(--accent);font-size:.9rem}.product-doc-links-list a:hover{text-decoration:underline}.product-page-back a{color:var(--text-muted);font-size:.9rem;text-decoration:none}.product-page-back a:hover{color:var(--accent)}.product-page-layout{max-width:640px}.product-page-header{margin-bottom:1.5rem}.product-page-sku{font-size:.8rem;color:var(--accent);font-weight:600;margin-bottom:.25rem}.product-page-title{font-size:1.5rem;font-weight:700;margin:0 0 .35rem;letter-spacing:-.02em}.product-page-category{font-size:.85rem;color:var(--text-muted)}.product-hero-pricing{display:flex;flex-wrap:wrap;align-items:baseline;gap:.75rem 1.25rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.product-hero-price-list{font-size:1rem;font-weight:600;color:var(--text)}.product-hero-price-ldp{font-size:.9rem;font-weight:500;color:var(--accent)}.product-hero-price-asp{font-size:.9rem;font-weight:600;color:var(--accent)}.product-hero-price-muted{font-size:.9rem;color:var(--text-muted);font-style:italic}.product-tabs{display:flex;flex-wrap:wrap;gap:.25rem;margin:0 -.25rem 1.5rem;padding:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px}.product-tab{padding:.6rem 1.1rem;font-size:.9rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:color .15s ease,background .15s ease}.product-tab:hover{color:var(--text);background:var(--surface-elevated)}.product-tab.active{color:var(--text);background:var(--surface-elevated);box-shadow:0 0 0 1px var(--border);border-bottom:2px solid var(--accent)}.product-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.product-tab-panels{min-height:140px;padding-top:.25rem}.product-tab-panel{animation:product-tab-fade .2s ease}@keyframes product-tab-fade{0%{opacity:.7}to{opacity:1}}.product-page-main .card{margin-bottom:1.25rem}.product-page-main .card:last-child{margin-bottom:0}.product-page-main .card h2{font-size:1rem;font-weight:600;margin:0 0 .85rem;color:var(--text);letter-spacing:-.01em}.product-specs-dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 2rem;font-size:.9rem;line-height:1.5}.product-specs-dl dt{color:var(--text-muted);font-weight:500;min-width:0}.product-specs-dl dd{margin:0}.product-specs-dl--nested{margin-top:.25rem;margin-left:0;padding-left:1rem;border-left:2px solid var(--border)}.product-specs-nested{margin-top:.25rem}.product-specs-list{margin:.25rem 0 0;padding-left:1.25rem;list-style:disc}.product-specs-list li{margin-bottom:.2rem}.product-compliance-list{margin:0;padding-left:1.25rem;list-style:disc}.product-compliance-list li{margin-bottom:.35rem}.product-tab-empty{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.5}.product-temperature-curve{margin-top:1rem}.product-temperature-curve-caption{margin:0 0 .75rem;font-size:.85rem;color:var(--text-muted);line-height:1.4}.product-temperature-curve-chart{min-height:220px;padding:.25rem 0}.product-price{font-size:1.1rem;font-weight:600}.product-price-muted{color:var(--text-muted);font-style:italic}.product-pricing-engine{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.product-pricing-engine-label{font-size:.8rem;color:var(--text-muted);margin:0 0 .5rem}.product-pricing-engine-dl{margin-top:.25rem}.product-pricing-margin{margin:.75rem 0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-pricing-margin label{font-size:.85rem;color:var(--text-muted)}.product-pricing-margin-input{width:4.5rem;padding:.35rem .5rem;font-size:.9rem;border:1px solid var(--border);border-radius:6px;background:var(--surface-elevated);color:var(--text)}.product-pricing-table-wrap{overflow-x:auto;margin:.75rem 0}.product-pricing-table{width:100%;font-size:.85rem;border-collapse:collapse}.product-pricing-table th,.product-pricing-table td{padding:.5rem .75rem;text-align:right;border:1px solid var(--border)}.product-pricing-table th{background:var(--surface-elevated);color:var(--text-muted);font-weight:600;text-align:right}.product-pricing-table td:first-child{text-align:left;font-weight:500}.product-pricing-engine-note{font-size:.75rem;color:var(--text-muted);margin:.5rem 0 0;line-height:1.4}.quote-form{display:flex;flex-direction:column;gap:1rem}.quote-form .form-group{max-width:320px}.product-page-actions{margin-top:1.5rem}@media print{.no-print{display:none!important}.print-only{display:block!important}.product-tabs{display:none!important}.product-tab-panels{min-height:auto}.product-hero{max-height:180px}.product-page-print-block{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #ccc}.print-footer{margin-top:2rem;font-size:.8rem;color:#666;display:flex;align-items:center;gap:.5rem}.print-footer-logo{height:20px;width:auto}}.print-only{display:none}.epr-map-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.75rem;overflow:hidden}.epr-map{width:100%;height:280px;max-width:560px;margin:0 auto;display:block}.epr-map :global(.rsm-geography){cursor:pointer}.epr-map-legend{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center;margin-top:.5rem;font-size:.75rem;color:var(--text-muted)}.epr-map-legend-hint{font-size:.7rem;opacity:.85}.epr-map-legend-item{display:inline-flex;align-items:center;gap:.35rem}.epr-map-legend-dot{width:10px;height:10px;border-radius:50%}.epr-map-legend-enacted{background:var(--epr-enacted, #3fb950)}.epr-map-legend-emerging{background:var(--epr-emerging-stroke, #e0a526)}.epr-map-detail{margin-top:.75rem;padding:.75rem 1rem;background:var(--surface-elevated, rgba(0, 0, 0, .03));border:1px solid var(--border);border-radius:8px;text-align:left}.epr-map-detail-header{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}.epr-map-detail-close{margin-left:auto;padding:0 .4rem;font-size:1.1rem;line-height:1.2;color:var(--text-muted);background:none;border:none;cursor:pointer;border-radius:4px}.epr-map-detail-close:hover{color:var(--text);background:var(--border)}.epr-map-detail-summary{font-size:.8rem;color:var(--text-muted);line-height:1.45;margin:0}.epr-map-detail-summary.epr-map-detail-eps{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.operations-page{padding-bottom:2rem}.operations-tabs{display:flex;gap:.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border, #333);padding-bottom:0}.operations-tab{padding:.5rem 1rem;font-size:.9rem;color:var(--text-muted);text-decoration:none;border-radius:6px 6px 0 0;margin-bottom:-1px}.operations-tab:hover{color:var(--text, #e6edf3);background:var(--bg-hover, rgba(255, 255, 255, .05))}.operations-tab.active{color:var(--accent, #58a6ff);background:var(--bg, #0d1117);border:1px solid var(--border, #333);border-bottom-color:var(--bg, #0d1117)}.operations-content{min-height:200px}.operations-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:1.5rem}.operations-card-wide{grid-column:1 / -1}.operations-placeholder{min-height:120px;display:flex;align-items:center;justify-content:center;background:var(--bg);border:1px dashed var(--border);border-radius:8px;margin-top:.75rem}.operations-placeholder-label{font-size:.85rem;color:var(--text-muted)}.operations-footer{font-size:.9rem;color:var(--text-muted);margin:0}.operations-link{color:var(--accent, #58a6ff);text-decoration:none}.operations-link:hover{text-decoration:underline}.crm-page{max-width:52rem}.crm-header{padding-bottom:1rem;border-bottom:1px solid var(--border)}.crm-source-badge{display:inline-block;font-weight:600;font-size:.85em;padding:.15rem .5rem;border-radius:6px;background:var(--accent-dim, rgba(45, 212, 191, .15));color:var(--accent, #14b8a6)}.crm-sheet-link{color:var(--accent, #14b8a6);text-decoration:none;font-weight:500}.crm-sheet-link:hover{text-decoration:underline}.crm-providers .card-desc{margin-bottom:1rem}.crm-provider-list{display:flex;flex-direction:column;gap:.75rem}.crm-provider-card{background:var(--bg-subtle, rgba(0, 0, 0, .02));border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem}.crm-provider-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.35rem}.crm-provider-name{font-weight:600;font-size:1rem}.crm-provider-badge{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;text-transform:capitalize}.crm-provider-badge-coming_soon{background:#8b9cad33;color:var(--text-muted)}.crm-provider-badge-available{background:#3fb95026;color:#3fb950}.crm-provider-desc{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.5}.crm-provider-hint{font-size:.82rem;color:var(--text-muted);margin:.5rem 0 0;font-style:italic}.crm-sync-list{margin:0;padding-left:1.25rem;line-height:1.8}.crm-sync-list li{margin-bottom:.35rem}.crm-data-section{margin-bottom:1.5rem}.crm-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem}.crm-search-input{flex:1;min-width:180px;padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-size:.9rem}.crm-filter-select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-size:.9rem;cursor:pointer}.crm-search-btn{padding:.5rem 1rem;background:var(--accent);color:var(--bg);border:none;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer}.crm-search-btn:hover{opacity:.9}.crm-sort-select{min-width:7rem}.crm-sort-dir-btn{padding:.5rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-size:1rem;cursor:pointer;line-height:1}.crm-sort-dir-btn:hover{background:var(--border)}.crm-clear-btn{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-muted);font-size:.85rem;cursor:pointer}.crm-clear-btn:hover{color:var(--text);background:var(--border)}.crm-tbl .crm-th-sort{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.crm-tbl .crm-th-sort:hover{background:var(--bg-subtle, rgba(0, 0, 0, .04))}.crm-tbl .crm-th-sort-active{color:var(--accent)}.crm-th-arrow{font-weight:700;margin-left:.15rem}.crm-loading{display:flex;align-items:center;gap:.5rem;padding:1.5rem;color:var(--text-muted)}.crm-spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:crm-spin .7s linear infinite}@keyframes crm-spin{to{transform:rotate(360deg)}}.crm-error{color:var(--error, #f85149);font-size:.9rem;margin:0}.crm-meta{font-size:.85rem;color:var(--text-muted);margin:0 0 .75rem}.crm-table-wrap{max-height:60vh;overflow:auto}.crm-tbl{font-size:.8rem}.crm-tbl th{position:sticky;top:0;background:var(--surface);z-index:1;white-space:nowrap}.crm-cell-wrap{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-empty{text-align:center;color:var(--text-muted);padding:2rem!important}.crm-company-link{color:var(--accent);font-weight:500;text-decoration:none}.crm-company-link:hover{text-decoration:underline}.prospect-page{max-width:56rem}.prospect-breadcrumb{font-size:.9rem;margin-bottom:1rem;color:var(--text-muted)}.prospect-breadcrumb a{color:var(--accent);text-decoration:none}.prospect-breadcrumb a:hover{text-decoration:underline}.prospect-breadcrumb-sep{margin:0 .35rem}.prospect-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.prospect-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.prospect-badges{display:flex;flex-wrap:wrap;gap:.5rem}.prospect-badge{font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:6px}.prospect-badge-relationship{background:#3fb95026;color:#3fb950}.prospect-badge-priority{background:#8b9cad33;color:var(--text-muted)}.prospect-badge-region{background:#2dd4bf1f;color:#2dd4bf}.prospect-sections{display:flex;flex-direction:column;gap:1rem}.prospect-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.prospect-card-title{font-size:.95rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.prospect-dl{margin:0;display:grid;gap:.5rem 1rem}.prospect-dl-row{display:grid;grid-template-columns:12rem 1fr;gap:.75rem;align-items:start}.prospect-dt{font-size:.8rem;color:var(--text-muted);font-weight:500;margin:0}.prospect-dd{margin:0;font-size:.9rem;line-height:1.5;word-break:break-word}.prospect-dd a{color:var(--accent);text-decoration:none}.prospect-dd a:hover{text-decoration:underline}.prospect-back{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.prospect-back-link{color:var(--accent);font-weight:500;text-decoration:none}.prospect-back-link:hover{text-decoration:underline}.prospect-loading{display:flex;align-items:center;gap:.5rem;padding:2rem;color:var(--text-muted)}.prospect-error{color:var(--error, #f85149);margin:0 0 1rem}@media(max-width:480px){.prospect-dl-row{grid-template-columns:1fr}}:root,:host{--ol-background-color: white;--ol-accent-background-color: #F5F5F5;--ol-subtle-background-color: rgba(128, 128, 128, .25);--ol-partial-background-color: rgba(255, 255, 255, .75);--ol-foreground-color: #333333;--ol-subtle-foreground-color: #666666;--ol-brand-color: #00AAFF}.ol-box{box-sizing:border-box;border-radius:2px;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color)}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:var(--ol-partial-background-color);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid var(--ol-subtle-foreground-color);border-top:none;color:var(--ol-foreground-color);font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner{display:flex}.ol-scale-step-marker{width:1px;height:15px;background-color:var(--ol-foreground-color);float:right;z-index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:10px;z-index:11;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-text{position:absolute;font-size:12px;text-align:center;bottom:25px;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-singlebar{position:relative;height:10px;z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color)}.ol-scale-singlebar-even{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd{background-color:var(--ol-background-color)}.ol-unsupported{display:none}.ol-viewport,.ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas{all:unset;overflow:hidden}.ol-viewport{touch-action:pan-x pan-y}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:var(--ol-subtle-background-color);border-radius:4px}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:var(--ol-subtle-foreground-color);font-weight:700;text-decoration:none;font-size:inherit;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:var(--ol-background-color);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:hover,.ol-control button:focus{text-decoration:none;outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:center}.ol-attribution a{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul{margin:0;padding:1px .5em;color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);font-size:12px}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid var(--ol-subtle-foreground-color);height:150px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:0;left:0;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:var(--ol-subtle-background-color)}.ol-overviewmap-box{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}.ol-overviewmap .ol-viewport:hover{cursor:pointer}.strategic-map-container{display:flex;flex-direction:column;gap:.75rem;width:100%;min-width:0}.strategic-map-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.875rem;color:var(--text-muted)}.strategic-map-check{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.strategic-map-check input{margin:0;cursor:pointer}.strategic-map-loading-hint{font-style:italic;color:var(--text-muted)}.strategic-map-attribution{margin-left:auto;font-size:.75rem;opacity:.8}.strategic-map-map-wrap{position:relative;display:block;width:100%;min-width:300px;height:420px;min-height:360px;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.strategic-map-map-target{width:100%;height:100%}.strategic-map-map-wrap .ol-viewport{border-radius:10px}.strategic-map-popup{z-index:10}.strategic-map-popup-inner{position:relative;min-width:160px;max-width:280px;padding:.5rem 2rem .5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #00000040;font-size:.8125rem}.strategic-map-popup-close{position:absolute;top:.25rem;right:.35rem;width:1.5rem;height:1.5rem;padding:0;border:none;background:transparent;color:var(--text-muted);font-size:1.25rem;line-height:1;cursor:pointer;border-radius:4px}.strategic-map-popup-close:hover{color:var(--text);background:var(--border)}.strategic-map-popup-type{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--text-muted)}.strategic-map-popup-type .strategic-map-legend-dot{display:inline-block;flex-shrink:0;width:8px;height:8px;min-width:8px;min-height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.8);vertical-align:middle}.strategic-map-popup-name{display:block;margin-bottom:.2rem;color:var(--text)}.strategic-map-popup-zone{margin:0 0 .2rem;font-size:.75rem;color:var(--text-muted);font-weight:400}.strategic-map-popup-address{margin:0;color:var(--text-muted);font-size:.75rem;line-height:1.35}.strategic-map-overlay{position:absolute;bottom:.75rem;left:.75rem;max-width:280px;max-height:50vh;overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #00000040;z-index:5;font-size:.8125rem}.strategic-map-overlay-header{display:flex;align-items:center;justify-content:space-between;padding:.4rem .5rem .35rem .75rem;border-bottom:1px solid var(--border);font-weight:600;color:var(--text)}.strategic-map-overlay-close{padding:0 .35rem;border:none;background:transparent;color:var(--text-muted);font-size:1.2rem;line-height:1;cursor:pointer;border-radius:4px}.strategic-map-overlay-close:hover{color:var(--text);background:var(--border)}.strategic-map-eps-list{margin:0;padding:.5rem .75rem .6rem;list-style:none}.strategic-map-eps-list li{padding:.2rem 0;border-bottom:1px solid var(--border);color:var(--text)}.strategic-map-eps-list li:last-child{border-bottom:none}.strategic-map-eps-exempt{font-weight:400;color:var(--text-muted);font-size:.75rem}.strategic-map-overlay-toggle{position:absolute;bottom:.75rem;left:.75rem;padding:.35rem .6rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text-muted);font-size:.8rem;cursor:pointer;z-index:5;box-shadow:0 2px 8px #0003}.strategic-map-overlay-toggle:hover{color:var(--text);border-color:var(--text-muted)}.strategic-map-legend-dot{width:10px;height:10px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #00000026;flex-shrink:0}.strategic-map-legend-dot.competitors{background:#e74c3c}.strategic-map-legend-dot.customers{background:#27ae60}.strategic-map-hint{margin:0;font-size:.8rem;color:var(--text-muted)}.strategic-map-card{margin-top:1.25rem}.strategic-map-card:first-of-type{margin-top:1.5rem}.strategic-map-caption{margin-top:1rem;font-size:.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;min-height:44px;font-family:inherit;font-size:.9375rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background .2s,color .2s}@media(max-width:480px){.btn{min-height:48px;padding:.875rem 1.25rem}}.btn-primary{background:var(--accent);color:var(--bg)}.btn-primary:hover{background:var(--accent-dim);color:#fff}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-secondary{background:var(--surface-elevated);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.tco-calculator{padding:0;width:100%;max-width:100%;box-sizing:border-box}.tco-calc-error,.tco-error-state{padding:1rem 1.25rem;margin:0 0 1rem;background:var(--surface-elevated, #f8fafc);border:1px solid var(--border, #e2e8f0);border-left:4px solid var(--accent-warning, #dc2626);border-radius:8px;color:var(--text, #1e293b)}.tco-error-state .tco-error-message{font-family:ui-monospace,monospace;font-size:.875rem;margin:.5rem 0 .75rem;word-break:break-word}.tco-calc-error .btn,.tco-error-state .btn{margin-top:.5rem}@media(max-width:480px){.tco-calculator{padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}}.tco-calculator-page .page-header.tco-page-header--compact{margin-bottom:.75rem}.tco-page-header-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media(max-width:600px){.tco-page-header-row{flex-direction:column;align-items:stretch}.tco-page-header-row .tco-preset-bar--inline{width:100%}.tco-page-header-row .tco-preset-select{min-width:0;width:100%}}.tco-calculator-page .tco-page-title{font-size:1.25rem;font-weight:700;margin:0;letter-spacing:-.02em}.tco-preset-bar--inline{margin-bottom:0;padding:0;border:none}.tco-preset-bar--inline .tco-preset-label{font-size:.8125rem}.tco-preset-bar--inline .tco-preset-select{min-width:200px;padding:.35rem 1.75rem .35rem .5rem;font-size:.875rem}.tco-calculator-hero{flex-shrink:0}.tco-calculator-details{margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--border)}.tco-accordion{margin-top:.5rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.tco-accordion-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem .75rem;min-height:40px;font-size:.8125rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;cursor:pointer;text-align:left;transition:color .2s,background .2s}.tco-accordion-toggle:hover{color:var(--text);background:#00000008}.tco-accordion-toggle:focus-visible,.tco-accordion-toggle--section:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tco-accordion-toggle[aria-expanded=true]{color:var(--accent);border-bottom:1px solid var(--border)}.tco-accordion-chevron{font-size:.7rem;opacity:.8}.tco-accordion-content{padding:.75rem 1rem;font-size:.875rem}.tco-accordion-content .tco-field{margin-bottom:.5rem}.tco-accordion-content .tco-field:last-child{margin-bottom:0}.tco-accordion--section{margin-top:.5rem}.tco-accordion-toggle--section{font-weight:600;font-size:.9375rem;color:var(--text);padding:.6rem .75rem;min-height:44px}.tco-accordion-toggle--section:hover{color:var(--accent)}.tco-accordion-content--section{padding:1rem 1rem 1.25rem}.tco-section-hint{font-size:.8125rem;color:var(--text-muted);margin:0 0 .75rem;line-height:1.4}.tco-calculator-page .tco-calculator-layout{gap:1.25rem;align-items:start}.tco-calculator-page .tco-calculator-inputs{gap:0}.tco-calculator-page .tco-fast-section{padding:.75rem 1rem;border-radius:10px}.tco-calculator-page .tco-fast-section-title{font-size:.8125rem;margin:0 0 .2rem}.tco-calculator-page .tco-fast-section-hint{font-size:.7rem;margin:0 0 .5rem}.tco-calculator-page .tco-fast-grid{gap:1rem}.tco-calculator-page .tco-fast-fields{gap:.5rem}.tco-calculator-page .tco-fast-actions{margin-top:.75rem}.tco-calculator-page .tco-fast-actions .btn-large{padding:.6rem 1.25rem;font-size:.9375rem}.tco-calculator-page .tco-calculator-results{min-height:140px}.tco-calculator-page .tco-tier1{padding:1rem 1.25rem;border-radius:10px}.tco-calculator-page .tco-tier1-heading{font-size:1rem;margin:0 0 .75rem}.tco-calculator-page .tco-tier1-blocks{gap:.5rem;margin-bottom:.75rem}.tco-calculator-page .tco-tier1-block-value{font-size:1.1rem}.tco-calculator-page .tco-calculator-empty{padding:1.25rem 1rem;font-size:.875rem}.tco-calculator-page .tco-field label{font-size:.8125rem}.tco-calculator-page .tco-field input,.tco-calculator-page .tco-field select{padding:.4rem .6rem;font-size:.875rem}.tco-calculator-page .tco-field-hint{font-size:.7rem}.tco-calculator-page .tco-field-hint .tco-inline-reset{margin-left:.5rem;padding:0;font-size:inherit;color:var(--color-link, #0066cc);background:none;border:none;cursor:pointer;text-decoration:underline}.tco-calculator-page .tco-footprint-block{margin-top:.25rem;padding:.35rem .5rem}.tco-calculator-page .tco-footprint-row+.tco-footprint-row{margin-top:.15rem}.tco-calculator--3tier{padding:0}.tco-preset-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.tco-preset-label{font-size:.9375rem;font-weight:500;color:var(--text)}.tco-preset-select{min-width:280px;max-width:100%;padding:.5rem 2rem .5rem .75rem;font-size:.9375rem;font-family:inherit;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer}.tco-preset-select:hover,.tco-preset-select:focus{border-color:var(--accent);outline:none}.tco-preset-bar--header{margin-bottom:0;padding-bottom:1rem;border-bottom:none}.tco-calculator-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;max-width:1200px}@media(max-width:900px){.tco-calculator-layout{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.tco-calculator-layout{gap:1.25rem}}.tco-calculator-inputs{display:flex;flex-direction:column;gap:1rem}.tco-calculator-results{min-height:200px}.tco-results-detail-heading{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .75rem}.tco-calculator-empty{padding:1.5rem 1.25rem;background:var(--surface);border:1px dashed var(--border);border-radius:12px;color:var(--text-muted);font-size:.9375rem;text-align:center;line-height:1.5}.tco-fast-form{margin-bottom:0}.tco-hero-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;padding:.875rem 1rem;margin-bottom:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 2px #0000000a}.tco-hero-fields{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;flex:1;min-width:0}.tco-hero-fields .tco-field--compact{flex:1;min-width:120px;max-width:160px}.tco-hero-fields .tco-field--compact label{font-size:.8125rem;margin-bottom:.25rem}.tco-hero-actions{flex-shrink:0}@media(max-width:768px){.tco-hero-row{flex-direction:column;align-items:stretch;padding:.75rem}.tco-hero-fields{flex-direction:column;gap:.75rem}.tco-hero-fields .tco-field--compact{max-width:none;flex:none;width:100%}.tco-hero-fields .tco-field--compact label{margin-bottom:.2rem}.tco-hero-fields .tco-field--compact input,.tco-hero-fields .tco-field--compact select{width:100%;max-width:100%;box-sizing:border-box}.tco-hero-actions .btn-large{width:100%}}@media(max-width:480px){.tco-hero-row{margin-bottom:.5rem;padding:.6rem .75rem;gap:.5rem}.tco-hero-fields{gap:.6rem}.tco-page-header-row{gap:.5rem}.tco-calculator-page .tco-page-title{font-size:1.125rem}}.tco-result-summary{margin-bottom:.75rem;padding:.75rem 1rem;background:#2dd4bf14;border:1px solid var(--accent-dim, rgba(45, 212, 191, .35));border-radius:10px;animation:tco-summary-in .35s ease-out}@keyframes tco-summary-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tco-result-summary-inner{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;font-size:.9375rem}.tco-result-summary-item{display:inline-flex;align-items:baseline;gap:.35rem}.tco-result-summary-label{font-weight:600;color:var(--text-muted);text-transform:uppercase;font-size:.6875rem;letter-spacing:.03em}.tco-result-summary-value{font-weight:700;color:var(--text)}.tco-result-summary-item--eps .tco-result-summary-value{color:var(--danger, #f85149)}.tco-result-summary-item--fiber .tco-result-summary-value{color:var(--accent)}.tco-result-summary-item--savings .tco-result-summary-value{color:var(--success)}.tco-result-summary-item--cost .tco-result-summary-value{color:var(--danger, #f85149)}.tco-result-summary-unit{font-size:.8125rem;font-weight:500;color:var(--text-muted)}.tco-result-summary-sep{color:var(--text-muted);opacity:.6;font-weight:400}.tco-result-summary-meta{margin-top:.35rem;font-size:.8125rem;color:var(--text-muted)}.tco-result-summary-perunit{font-weight:500}.tco-result-summary-details-btn{margin-top:.5rem;padding:.35rem 0;font-size:.8125rem;font-weight:600;color:var(--accent);background:none;border:none;cursor:pointer;text-align:left;transition:color .2s}.tco-result-summary-details-btn:hover{color:var(--accent-dim);text-decoration:underline}.tco-result-summary-details-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@media(max-width:480px){.tco-result-summary{padding:.6rem .75rem;margin-bottom:.5rem}.tco-result-summary-inner{font-size:.875rem}}.tco-fast-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.tco-accordion-group{display:contents}@media(min-width:900px){.tco-fast-grid{grid-template-columns:1fr 1fr;gap:1.25rem}}@media(max-width:600px){.tco-fast-grid{gap:.5rem}}.tco-fast-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.tco-fast-section-title{font-size:.9375rem;font-weight:600;margin:0 0 .25rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.tco-fast-section-hint{font-size:.75rem;color:var(--text-muted);margin:0 0 .75rem;opacity:.9}.tco-fast-fields{display:flex;flex-direction:column;gap:.75rem}.tco-fast-actions{margin-top:1rem}.tco-fast-actions .btn-large{padding:.875rem 1.75rem;font-size:1rem}.tco-tier1{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.tco-tier1-heading{font-size:1.125rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}.tco-tier1-blocks{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.tco-tier1-block{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;text-align:left}.tco-tier1-block-label{font-size:.875rem;color:var(--text-muted);flex:1;min-width:0}.tco-tier1-block-value{font-size:1.25rem;font-weight:700;flex-shrink:0;text-align:right}@media(max-width:480px){.tco-tier1-block-value{font-size:1.1rem}}.tco-tier1-block-value--savings{color:var(--success)}.tco-tier1-block--eps .tco-tier1-block-value{color:var(--danger, #f85149)}.tco-tier1-block--fiber .tco-tier1-block-value,.tco-tier1-block--savings .tco-tier1-block-value,.tco-tier1-block--savings-unit .tco-tier1-block-value{color:var(--success)}.tco-tier1-compare{margin-bottom:1rem;padding-top:1rem;border-top:1px solid var(--border)}.tco-tier1-compare-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .5rem}.tco-tier1-compare-row{display:flex;justify-content:space-between;align-items:baseline;font-size:1rem;text-align:left}.tco-tier1-compare-row .tco-tier1-compare-label{flex:1;min-width:0}.tco-tier1-compare-row .tco-tier1-compare-value{flex-shrink:0;text-align:right}.tco-tier1-compare-value--fiber{color:var(--accent);font-weight:600}.tco-tier1-driver{font-size:.9375rem;color:var(--accent);margin:.75rem 0;padding:.5rem .75rem;background:#2dd4bf14;border-radius:8px}.tco-tier1-perunit{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:var(--text-muted);margin-bottom:1rem;text-align:left}.tco-tier1-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}@media(max-width:480px){.tco-tier1-actions{flex-direction:column}.tco-tier1-actions .btn{width:100%}}.tco-tier1-footer{font-size:.75rem;color:var(--text-muted);margin:0;padding-top:.75rem;border-top:1px solid var(--border)}.tco-breakdown{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.tco-breakdown-title{font-size:1rem;font-weight:600;margin:0 0 1rem}.tco-breakdown-section{margin-bottom:.75rem}.tco-breakdown-heading{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem 0;min-height:44px;font-size:.9375rem;font-weight:500;background:none;border:none;color:var(--text);cursor:pointer;text-align:left}@media(max-width:480px){.tco-breakdown-heading{min-height:48px;padding:.75rem 0}}.tco-breakdown-check{color:var(--success);font-size:.875rem;flex-shrink:0}.tco-breakdown-heading:hover{color:var(--accent)}.tco-breakdown-chevron{font-size:.75rem;color:var(--text-muted);margin-left:auto}.tco-breakdown-formula{font-size:.75rem;color:var(--text-muted);font-style:italic;margin:0 0 .35rem;padding-left:.25rem}.tco-breakdown-content{padding:.5rem 0 .75rem .5rem;font-size:.875rem;color:var(--text-muted);line-height:1.5}.tco-breakdown-heading-text{flex:1;min-width:0;text-align:left}.tco-breakdown-content{text-align:left}.tco-breakdown-content p{margin:0 0 .35rem}.tco-assumptions-tab{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem)}.tco-assumptions-tab .tco-advanced--embedded{margin-top:0}.tco-assumptions-tab .tco-advanced--embedded .tco-advanced-panel{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem);border:none;padding:0;margin-top:0;background:none}.tco-assumptions-tab .tco-advanced-section--accordion{margin-top:0;border-radius:var(--tco-card-radius, 12px);box-shadow:0 1px 3px #0000000f}.tco-assumptions-tab .tco-advanced-section--accordion .tco-advanced-section-toggle{padding:.75rem var(--tco-card-padding, 1.25rem);font-size:.9375rem;font-weight:600;color:var(--text)}.tco-assumptions-tab .tco-advanced-section--accordion .tco-advanced-section-content{padding:0 var(--tco-card-padding, 1.25rem) var(--tco-card-padding, 1.25rem)}.tco-assumptions-tab .tco-advanced-section--flat{margin-top:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);padding:var(--tco-card-padding, 1.25rem);box-shadow:0 1px 3px #0000000f}.tco-assumptions-tab .tco-advanced-section--flat:first-child{margin-top:0}.tco-assumptions-tab .tco-advanced-section-title--flat{font-size:1rem;font-weight:600;letter-spacing:-.02em;color:var(--text);text-transform:none;margin:0 0 .75rem;padding-bottom:0;border-bottom:none}.tco-assumptions-tab .tco-advanced-section--flat .tco-advanced-section-content{margin-top:0;padding-top:0}.tco-assumptions-tab .tco-advanced-section-content .tco-advanced-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--tco-form-grid-min, 180px),1fr));gap:var(--tco-form-grid-gap, 1rem);margin-bottom:0}.tco-assumptions-tab .tco-advanced-section-content .tco-advanced-grid .tco-field label,.tco-assumptions-tab .tco-advanced-floor-grid .tco-field label{font-size:.8125rem;font-weight:600;color:var(--text)}.tco-assumptions-tab .tco-advanced-section-content .tco-field-hint,.tco-assumptions-tab .tco-advanced-floor-note{font-size:.8125rem;color:var(--text-muted)}.tco-assumptions-lane-badge{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted, #6b7280);margin:0 0 .35rem}.tco-lane-callout{border-left:3px solid color-mix(in srgb,var(--text-muted, #6b7280) 55%,transparent);padding:.35rem 0 .35rem .75rem;margin-bottom:.75rem}.tco-assumptions-tab .tco-assumptions-tip{font-size:.8125rem;line-height:1.45;color:var(--text-muted);margin:.75rem 0 0;padding-top:.75rem;border-top:1px solid var(--border)}.tco-advanced{margin-top:.5rem}.tco-advanced-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.6rem .75rem;min-height:44px;font-size:.875rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);cursor:pointer;text-align:left}@media(max-width:480px){.tco-advanced-toggle{min-height:48px;padding:.75rem 1rem}}.tco-advanced-toggle:hover{color:var(--text);border-color:var(--accent)}.tco-advanced-link{background:transparent!important;border:none!important;color:var(--accent);text-decoration:underline;padding:.25rem 0!important}.tco-advanced-link:hover{color:var(--accent-dim)}.tco-advanced-chevron{font-size:.7rem}.tco-advanced-toggle--small{font-size:.8125rem;padding:.4rem .5rem;margin-top:.75rem}.tco-advanced-panel{margin-top:.75rem;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.tco-assumptions-group-header{margin-top:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--border, #e5e7eb)}.tco-assumptions-group-header:first-child{margin-top:0}.tco-assumptions-group-title{font-size:1rem;font-weight:700;color:var(--text, #111827);margin:0 0 .25rem;letter-spacing:-.01em}.tco-assumptions-group-desc{font-size:.8125rem;color:var(--text-muted, #6b7280);margin:0;line-height:1.4}.tco-who-legend{margin-bottom:.75rem}.tco-who-legend-list{margin:0 0 0 1rem;padding:0;font-size:.8125rem;color:var(--text-muted, #6b7280);line-height:1.5}.tco-who-legend-list li{margin-bottom:.2rem}.tco-who-badge{display:inline-block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.15em .45em;border-radius:4px;margin-right:.35rem;vertical-align:.05em}.tco-who-badge--renw{background:#22c55e26;color:#15803d}.tco-who-badge--customer{background:#3b82f626;color:#1d4ed8}.tco-who-badge--competitor{background:#f9731626;color:#c2410c}.tco-advanced-section{margin-top:1.25rem}.tco-advanced-section:first-child{margin-top:0}.tco-advanced-section-title{font-size:.8125rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;margin:0 0 .5rem;padding-bottom:.25rem;border-bottom:1px solid var(--border)}.tco-advanced-section--flat{margin-top:1.5rem}.tco-advanced-section--flat:first-child{margin-top:0}.tco-advanced-section-title--flat{font-size:.9375rem;font-weight:600;color:var(--text);margin:0 0 .5rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}.tco-advanced-section--flat .tco-advanced-section-content{margin-top:0;padding-top:.25rem}.tco-advanced-section--accordion{border:1px solid var(--border);border-radius:8px;margin-top:.5rem;overflow:hidden;background:var(--surface)}.tco-advanced-section--accordion .tco-advanced-section-title{margin:0;padding:0;border:none;text-transform:uppercase;letter-spacing:.02em}.tco-advanced-section-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem .75rem;min-height:40px;font-size:.8125rem;font-weight:600;color:var(--text-muted);background:transparent;border:none;cursor:pointer;text-align:left}.tco-advanced-section-toggle:hover{color:var(--text)}.tco-advanced-section-toggle[aria-expanded=true]{color:var(--accent);border-bottom:1px solid var(--border)}.tco-advanced-section-content{padding:.6rem .75rem .75rem;border-top:1px solid var(--border)}.tco-advanced-section-content .tco-advanced-grid,.tco-advanced-section-content .tco-advanced-toggles,.tco-advanced-section-content .tco-advanced-constants,.tco-advanced-section-content .tco-advanced-floor-panel{margin-top:.5rem}.tco-advanced-constants-group{margin-top:1rem}.tco-advanced-constants-group:first-child{margin-top:.5rem}.tco-advanced-constants-subhead{font-size:.8125rem;font-weight:600;color:var(--text);margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.tco-advanced-constants{font-size:.8125rem;color:var(--text-muted);margin:.5rem 0 0;padding-left:1.25rem;line-height:1.5}.tco-advanced-constants li+li{margin-top:.25rem}.tco-advanced-constant-note{font-size:.75rem;color:var(--text-muted);opacity:.75;font-style:italic}.tco-attestation-intro{font-size:.8125rem;color:var(--text-muted);margin:0 0 .75rem;line-height:1.45}.tco-attestation-list{margin-top:.5rem}.tco-attestation-category{margin-bottom:1rem}.tco-attestation-category:last-child{margin-bottom:0}.tco-attestation-category-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .35rem}.tco-attestation-dl{margin:0;padding-left:0;list-style:none}.tco-attestation-item{margin-bottom:.5rem}.tco-attestation-item dt{font-size:.8125rem;font-weight:500;color:var(--text);margin:0 0 .15rem}.tco-attestation-item dd{font-size:.75rem;color:var(--text-muted);line-height:1.4;margin:0 0 0 .5rem}.tco-attestation-value{font-weight:500;color:var(--text)}.tco-attestation-source{font-style:normal}.tco-attestation-note{display:block;margin-top:.2rem;font-size:.7rem;font-style:italic;color:var(--text-muted)}.tco-advanced-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem}.tco-advanced-section-content .tco-advanced-grid{gap:.5rem 1rem;margin-bottom:.75rem;align-items:end}.tco-advanced-section-content .tco-advanced-grid .tco-field{display:flex;flex-direction:column;gap:.25rem;min-width:0}.tco-advanced-section-content .tco-advanced-grid .tco-field label{font-size:.75rem;font-weight:500;color:var(--text-muted);line-height:1.25;min-height:2.25em;display:flex;align-items:flex-end;white-space:normal;word-break:break-word}.tco-advanced-section-content .tco-advanced-grid .tco-field input,.tco-advanced-section-content .tco-advanced-grid .tco-field select{width:100%;min-width:0;max-width:100%;height:2rem;min-height:2rem;padding:.25rem .5rem;font-size:.8125rem;font-family:inherit;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);box-sizing:border-box}.tco-advanced-section-content .tco-advanced-grid .tco-field input:focus,.tco-advanced-section-content .tco-advanced-grid .tco-field select:focus{outline:none;border-color:var(--accent)}.tco-advanced-section-content .tco-advanced-grid .tco-field select{cursor:pointer;appearance:auto}.tco-advanced-toggles{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-top:.75rem}.tco-advanced-floor{margin-top:1rem}.tco-advanced-floor-note{font-size:.8125rem;color:var(--text-muted);margin:.5rem 0 0;padding-left:.25rem}.tco-advanced-floor-panel{margin-top:.75rem;padding-left:.25rem}.tco-advanced-floor-panel .tco-checkbox-label{display:inline-flex;margin-bottom:.75rem}.tco-advanced-floor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem 1rem;margin-top:.5rem;align-items:end}.tco-advanced-floor-grid .tco-field{display:flex;flex-direction:column;gap:.25rem}.tco-advanced-floor-grid .tco-field label{font-size:.75rem;min-height:2.25em;display:flex;align-items:flex-end;line-height:1.25}.tco-advanced-floor-grid .tco-field input,.tco-advanced-floor-grid .tco-field select{height:2rem;min-height:2rem;padding:.25rem .5rem;font-size:.8125rem}.tco-advanced-floor-preview{font-size:.8125rem;color:var(--text-muted);margin:.75rem 0 0}.tco-advanced-floor-preview-note{display:inline;font-style:italic;color:var(--text-muted, #6b7280)}.tco-intro{max-width:56ch}.tco-content{padding:2rem 0 4rem}.tco-back{padding:2rem 0 3rem;border-top:1px solid var(--border);display:flex;gap:var(--tco-tab-gap, 1.5rem);flex-wrap:wrap}.tco-waterfall-wrap{margin-top:.5rem}.tco-waterfall-ocean-hint{margin:.5rem 0 0;padding:.5rem .75rem;font-size:.875rem;background:var(--surface-elevated, rgba(0, 0, 0, .03));border:1px solid var(--border, #e5e7eb);border-radius:6px;color:var(--text, inherit)}.tco-waterfall-table{width:100%;border-collapse:collapse;font-size:.9375rem}.tco-waterfall-table th,.tco-waterfall-table td{padding:.35rem .75rem;text-align:left;border-bottom:1px solid var(--border, #e5e7eb)}.tco-waterfall-table th{font-weight:600;color:var(--text-muted, #6b7280)}.tco-waterfall-table .tco-waterfall-value{white-space:nowrap}.tco-waterfall-table .tco-waterfall-cumulative{text-align:right;font-variant-numeric:tabular-nums}.tco-waterfall-table tr.tco-waterfall-subtotal td{border-top:2px solid var(--border, #e5e7eb);font-weight:600;padding-top:.5rem}.tco-waterfall-inline-assumptions{margin:1rem 0;padding:.75rem 1rem;background:var(--surface-elevated, rgba(0, 0, 0, .02));border:1px solid var(--border, #e5e7eb);border-radius:6px;font-size:.875rem}.tco-waterfall-inline-title{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;color:var(--text-muted, #6b7280);text-transform:uppercase;letter-spacing:.02em}.tco-waterfall-inline-dl{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1.5rem;margin:0}.tco-waterfall-inline-dl dt{margin:0;color:var(--text-muted, #6b7280);font-weight:500}.tco-waterfall-inline-dl dd{margin:0}.tco-port-fees-ref{font-size:.875rem}.tco-port-fees-ref .tco-port-fees-block{margin-top:1rem;padding:.75rem 1rem;background:var(--surface-elevated, rgba(0, 0, 0, .02));border:1px solid var(--border, #e5e7eb);border-radius:6px}.tco-port-fees-ref .tco-port-fees-block:first-of-type{margin-top:.5rem}.tco-port-fees-source{margin:0 0 .5rem;font-size:.8125rem;color:var(--text-muted, #6b7280)}.tco-lite{max-width:640px}.tco-lite-form-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.75rem;margin-bottom:2rem}.tco-lite-intro{font-size:.9375rem;color:var(--text-muted);margin:0 0 1.25rem;line-height:1.5}.tco-lite-form .tco-lite-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem 1.5rem;margin-bottom:1.25rem}.tco-lite-teaser{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.75rem;margin-bottom:2rem}.tco-lite-teaser-title{font-size:1.125rem;font-weight:600;margin:0 0 .75rem}.tco-lite-teaser-p,.tco-lite-teaser-savings{font-size:.9375rem;color:var(--text-muted);line-height:1.6;margin:0 0 .5rem}.tco-lite-teaser-savings{color:var(--text)}.tco-lite-teaser-note{font-size:.8125rem;color:var(--text-muted);margin:1rem 0}.tco-lite-lead{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.75rem;margin-bottom:2rem}.tco-lite-lead-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.tco-lite-lead-p{font-size:.9375rem;color:var(--text-muted);margin:0 0 1.25rem}.tco-lite-lead-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem 1.5rem;margin-bottom:1.25rem}.tco-lite-thanks{background:#2dd4bf14;border:1px solid var(--accent-dim);border-radius:12px;padding:1.75rem}.tco-lite-thanks-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.tco-lite-thanks p{font-size:.9375rem;color:var(--text-muted);margin:0}.tco-form{margin-bottom:2.5rem}.tco-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem 2rem}.tco-field{display:flex;flex-direction:column;gap:.35rem}.tco-field-full{grid-column:1 / -1}.tco-field label{font-size:.875rem;font-weight:500;color:var(--text-muted)}.tco-field input,.tco-field select{padding:.5rem .75rem;min-height:44px;font-family:inherit;font-size:.9375rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text)}@media(max-width:480px){.tco-field input,.tco-field select{min-height:48px;font-size:16px}}.tco-field input:focus,.tco-field select:focus{outline:none;border-color:var(--accent)}.tco-field-hint{font-size:.75rem;color:var(--text-muted)}.tco-zip-estimate{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.tco-eps-cost-breakdown{font-size:.75rem;color:var(--text-muted);margin-top:.25rem;margin-bottom:0}.tco-fast-eps-from-floor{font-size:.8125rem;font-weight:400;color:var(--text-muted)}.tco-size-specs-multiline{white-space:pre-line}.tco-metric-toggle{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-muted);font-weight:400;cursor:pointer;margin-top:.25rem}.tco-metric-toggle input{margin:0}.tco-eps-label-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.35rem}.tco-eps-label-row label{margin-bottom:0}.tco-eps-supplier-select{padding:.25rem 1.75rem .25rem .5rem;font-size:.875rem;font-family:inherit;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);cursor:pointer}.tco-eps-supplier-select:hover,.tco-eps-supplier-select:focus{border-color:var(--accent);outline:none}.tco-eps-equivalent-caveat{display:block;margin-top:.15rem;font-style:italic}.tco-footprint-block{margin-top:.5rem;padding:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:.875rem}.tco-footprint-block--single{padding:.5rem .75rem}.tco-footprint-row{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.tco-footprint-row+.tco-footprint-row{margin-top:.35rem}.tco-footprint-block-title{display:block;font-size:.8125rem;margin-bottom:.35rem;color:var(--text)}.tco-accordion-content .tco-footprint-block+.tco-footprint-block{margin-top:.75rem}.tco-footprint-label{font-weight:600;min-width:4rem;color:var(--text)}.tco-footprint-value{color:var(--text-muted)}.tco-form-divider{grid-column:1 / -1;height:1px;background:var(--border);margin:1.5rem 0 .75rem}.tco-form-section-title{grid-column:1 / -1;font-size:1rem;font-weight:600;margin:0 0 .25rem}.tco-form-section-hint{grid-column:1 / -1;font-size:.8125rem;color:var(--text-muted);margin:0 0 1rem}.tco-checkbox-label{display:flex;align-items:center;gap:.5rem;font-weight:400;cursor:pointer}.tco-checkbox-label input[type=checkbox]{width:1rem;height:1rem}.tco-form-actions{margin-top:1.5rem}.tco-results{padding:2rem 0;border-top:1px solid var(--border)}.tco-results-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;margin:0 0 1.25rem}.tco-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.tco-metric-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.tco-metric-card--highlight{border-color:var(--accent-dim);background:#2dd4bf0f}.tco-metric-label{font-size:.8125rem;color:var(--text-muted)}.tco-metric-value{font-size:1.25rem;font-weight:600}.tco-table{width:100%;max-width:520px;border-collapse:collapse;font-size:.9375rem;margin-bottom:1rem}.tco-table th,.tco-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.tco-table th{font-weight:600;color:var(--text-muted)}.tco-table-total th,.tco-table-total td{font-weight:600;border-bottom:none;padding-top:.75rem}.tco-savings-line{margin:1rem 0;color:var(--accent)}.tco-bullets{margin:1.5rem 0}.tco-sensitivity{margin:2rem 0;padding-top:1.5rem;border-top:1px solid var(--border)}.tco-sensitivity-title{font-size:1rem;font-weight:600;margin:0 0 .35rem}.tco-sensitivity-intro{font-size:.875rem;color:var(--text-muted);margin:0 0 1rem}.tco-low-base-high{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:1rem;font-size:.9375rem}.tco-sensitivity-table{max-width:560px}.tco-sensitivity-chart{margin:1.5rem 0;padding:1rem;background:var(--surface-elevated, #f8fafc);border-radius:10px;border:1px solid var(--border)}.tco-sensitivity-chart-controls{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center;margin-bottom:.75rem}.tco-sensitivity-chart-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--text)}.tco-sensitivity-chart-select{padding:.35rem .6rem;font-size:.875rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);min-width:10rem}.tco-sensitivity-chart-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:.75rem}.tco-sensitivity-chart-filters-label{font-size:.875rem;font-weight:500;color:var(--text)}.tco-sensitivity-chart-checkbox{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;color:var(--text);cursor:pointer}.tco-sensitivity-chart-checkbox input{margin:0}.tco-sensitivity-chart-description{font-size:.8125rem;color:var(--text-muted);margin:0 0 .5rem;max-width:56ch}.tco-sensitivity-chart-note{font-size:.75rem;color:var(--text-muted);margin:0 0 1rem;max-width:56ch;opacity:.9}.tco-sensitivity-chart-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.tco-sensitivity-chart-section-title{font-size:1rem;font-weight:600;margin:0 0 .35rem}.tco-sensitivity-chart-section-intro{font-size:.875rem;color:var(--text-muted);margin:0 0 1rem}.tco-cost-stack-formula{font-size:.8125rem;color:var(--text-muted);margin:.5rem 0 0;font-style:italic}.tco-target-share{margin:1rem 0 0;color:var(--accent)}.tco-lean-warning{margin:1rem 0 0;padding:.75rem 1rem;background:#ffc1071f;border-left:4px solid #ffc107;font-size:.9375rem}.tco-footprint-note{font-size:.875rem;margin:.5rem 0 0;color:var(--text-muted)}.tco-geometry-note{font-size:.875rem;margin:.75rem 0 0;padding:.5rem .75rem;background:#4caf5014;border-left:3px solid #4caf50}.tco-storage-breakdown{font-size:.875rem;color:var(--text-muted);margin:.5rem 0 0}.tco-report-lean-warning{background:#ffc10714;border-left:4px solid #ffc107;padding:.75rem 1rem;margin:1rem 0;font-size:.9375rem}.tco-helper-row{grid-column:1 / -1}.tco-helper-inputs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.35rem}.tco-helper-inputs input{width:6rem}.tco-model-scope{margin-top:2rem;padding:1.25rem;background:var(--bg-subtle, #f8f9fa);border-radius:8px;border:1px solid var(--border, #e0e0e0)}.tco-model-scope-title{margin:0 0 .35rem;font-size:1.1rem}.tco-model-scope-intro{margin:0 0 1rem;font-size:.875rem;color:var(--text-muted)}.tco-model-scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}@media(max-width:640px){.tco-model-scope-grid{grid-template-columns:1fr}}.tco-model-scope-grid h4{margin:0 0 .5rem;font-size:.9375rem}.tco-model-scope-grid ul{margin:0;padding-left:1.25rem;font-size:.875rem}.tco-procurement-narrative{margin:.5rem 0 0;font-size:.875rem;font-style:italic}.tco-risk-disclaimer{margin:.75rem 0 0;font-size:.8125rem;color:var(--text-muted)}.tco-report-model-scope{background:#f8f9fa;border-radius:8px;padding:1rem 1.25rem}.tco-report-stakeholder-perspectives .tco-report-stakeholder-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:.75rem}@media(max-width:640px){.tco-report-stakeholder-perspectives .tco-report-stakeholder-grid{grid-template-columns:1fr}}.tco-report-stakeholder-perspectives .tco-report-stakeholder-block{padding:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.tco-report-stakeholder-perspectives .tco-report-stakeholder-title{font-size:1rem;font-weight:600;margin:0 0 .35rem}.tco-report-stakeholder-perspectives .tco-report-stakeholder-what{font-size:.8125rem;color:var(--text-muted);margin:0 0 .5rem}.tco-report-stakeholder-perspectives .tco-report-stakeholder-block ul{margin:0 0 .5rem;padding-left:1.25rem}.tco-report-stakeholder-perspectives .tco-report-stakeholder-next{font-size:.8125rem;font-weight:600;color:var(--accent);margin:0}.tco-report-model-scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:.75rem 0}.tco-report-model-scope-grid h3{font-size:1rem;margin:0 0 .5rem}.tco-report-model-scope-grid ul{margin:0;padding-left:1.25rem;font-size:.875rem}.tco-report-risk-disclaimer{margin-top:.75rem;font-size:.8125rem;color:#555}.tco-checkbox-group{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-top:.35rem}.tco-field-label{font-size:.875rem;font-weight:500;color:var(--text-muted);display:block;margin-bottom:.25rem}.tco-bullets-title{font-size:1rem;font-weight:600;margin:0 0 .5rem}.tco-bullets ul{margin:0;padding-left:1.25rem;color:var(--text-muted);font-size:.9375rem;line-height:1.6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tco-report-wrap{position:fixed;inset:0;z-index:200;background:#0a0e12f2;overflow-y:auto;padding:2rem}.tco-report-actions{width:210mm;max-width:calc(100% - 4rem);margin:0 auto 1.5rem;display:flex;gap:1rem}.tco-report-wrap .tco-report-actions .btn-primary{background:#0d9488;color:#fff;border-color:#0d9488}.tco-report-wrap .tco-report-actions .btn-secondary{background:transparent;color:#e5e5e5;border-color:#fff6}.tco-report-wrap .tco-report-actions .btn-secondary:hover{background:#ffffff1a;color:#fff}.tco-report-pdf-preview{width:210mm;max-width:calc(100vw - 4rem);margin:0 auto;min-height:400px;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 4px 24px #0003}.tco-report-pdf-preview iframe{display:block;border:none;width:100%;height:85vh;min-height:500px}.tco-report-inputs-front{margin-bottom:1.5rem;padding:1rem 2.5rem;border-bottom:1px solid #ddd}.tco-report-inputs-front-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#111}.tco-report-inputs-dl{display:grid;grid-template-columns:minmax(10rem,auto) 1fr;gap:.35rem 1.5rem;margin:0;font-size:.8125rem;color:#222;line-height:1.5}.tco-report-inputs-dl dt{font-weight:600;color:#333}.tco-report-inputs-dl dd{margin:0}.tco-report-product-info-front{margin-bottom:1.5rem;padding:1rem 2.5rem;border-bottom:1px solid #ddd}.tco-report-product-info-desc{margin:0 0 .75rem;font-size:.875rem;color:#222}.tco-report-product-info-features{margin-top:.75rem;font-size:.8125rem;color:#222}.tco-report-product-info-features ul{margin:.25rem 0 0 1rem;padding-left:.5rem}.tco-report-product-info-features li{margin-bottom:.2rem}.tco-report-product-info-note{margin:.75rem 0 0;font-size:.75rem;color:#555}.tco-report-toc{padding:1rem 0;border-bottom:1px solid #ddd}.tco-report-toc .tco-report-toc-title{margin:0 0 .75rem}.tco-report-toc-list{margin:0;padding-left:1.5rem;font-size:.9375rem;color:#111;line-height:1.6}.tco-report-toc-list--two-col{column-count:2;column-gap:2rem;padding-left:1.5rem}.tco-report-toc-list--two-col li{break-inside:avoid}.tco-report-toc-list a{color:#0d9488;text-decoration:none}.tco-report-toc-list a:hover{text-decoration:underline}.tco-report{width:210mm;max-width:100%;min-height:297mm;margin:0 auto;background:#e5e7eb;color:#111;padding:1.5rem 0 2rem;border-radius:12px;border:1px solid #ddd;box-shadow:0 4px 24px #00000026;position:relative;counter-reset:report-page 0}.tco-report-page--first{min-height:297mm;box-sizing:border-box;background:#fff;margin:0 1.5rem 1.5rem;border-radius:4px;box-shadow:0 1px 3px #00000014;counter-increment:report-page}.tco-report-section:not(.tco-report-toc){min-height:297mm;box-sizing:border-box;margin:0 1.5rem 1.5rem;padding-top:1.5rem;background:#fff;border-radius:4px;box-shadow:0 1px 3px #00000014}.tco-report-section:not(.tco-report-toc){counter-increment:report-page}.tco-report-page--first:has(+.tco-report-page-footer),.tco-report-section:not(.tco-report-toc):has(+.tco-report-page-footer){margin-bottom:0}.tco-report-page--first+.tco-report-page-footer,.tco-report-section+.tco-report-page-footer{margin-top:0;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 1px 3px #0000000f}.tco-report-section--flow{min-height:0;margin-top:0;padding-top:1.25rem;border-top:1px solid #e5e7eb}.tco-report-brand{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2.5rem;border-bottom:1px solid rgba(255,255,255,.12);background:#111}.tco-report-brand-logo img,.tco-report-brand-logo-img{height:32px;width:auto;display:block;object-fit:contain}.tco-report-wordmark{font-size:1.5rem;font-weight:700;letter-spacing:.2em;color:#fff;font-family:Georgia,var(--font-serif, "Times New Roman"),serif}.tco-report-brand-tagline{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9}.tco-report-header,.tco-report-section,.tco-report-toc{padding-left:2.5rem;padding-right:2.5rem}.tco-report-header{padding-top:2rem}.tco-report-page-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0 1.5rem 1.5rem;padding:.5rem 1.25rem;font-size:.6875rem;color:#555;border-top:1px solid #ddd;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000000f}.tco-report-page-footer-left{display:flex;flex-direction:column;gap:.125rem}.tco-report-page-footer-left span,.tco-report-page-footer-right span{color:#333}.tco-report-page-footer-address{font-size:.625rem;color:#666}.tco-report-page-footer-right{display:flex;align-items:center;gap:1rem}.tco-report-page-footer-pagenum{font-size:.6875rem;color:#555}.tco-report-page-footer-pagenum:before{content:"Page " counter(report-page)}.tco-report-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #ddd}.tco-report-doctitle{font-family:Georgia,var(--font-serif, serif);font-size:1.75rem;font-weight:400;margin:0 0 .5rem;letter-spacing:.02em;color:#111}.tco-report-subtitle{font-size:.9375rem;color:#222;margin:0 0 .75rem}.tco-report-meta{font-size:.875rem;color:#333;margin:0 0 .5rem}.tco-report-meta span+span{margin-left:1.5rem}.tco-report-date{font-size:.8125rem;color:#333;margin:0}.tco-report-section{margin-bottom:1.75rem}.tco-report-section:has(+.tco-report-page-footer){margin-bottom:0}.tco-report-toc-title{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:#111}.tco-report-section h1{font-size:1.5rem;font-weight:700;letter-spacing:.02em;margin:0 0 1rem;color:#111}.tco-report-section h2{font-size:1.125rem;font-weight:600;margin:1rem 0 .5rem;color:#111}.tco-report-section h2:first-child{margin-top:0}.tco-report-section h3{font-size:1rem;font-weight:600;margin:.75rem 0 .35rem;color:#111}.tco-report-note{font-size:.8125rem;color:#222;margin:-.25rem 0 .5rem;font-style:italic}.tco-report-soft-list{list-style:disc;padding-left:1.25rem;margin:0 0 .75rem}.tco-report-soft-list li{margin-bottom:.5rem}.tco-report-section p,.tco-report-section ul{font-size:.9375rem;color:#222;line-height:1.6;margin:0 0 .75rem}.tco-report-inputs{list-style:none;padding:0;margin:0}.tco-report-inputs li{padding:.2rem 0}.tco-report-assumptions .tco-report-assumption-group{margin-bottom:1.5rem}.tco-report-assumptions .tco-report-assumption-group:last-child{margin-bottom:0}.tco-report-assumptions .tco-report-assumption-group h2{font-size:1.125rem;font-weight:600;color:#111;margin:1rem 0 .5rem;padding-bottom:.25rem;border-bottom:1px solid #e0e0e0}.tco-report-assumptions .tco-report-assumption-group h2:first-child{margin-top:0}.tco-report-assumption-dl{margin:0;padding:0;font-size:.9375rem;line-height:1.55;color:#333;display:grid;grid-template-columns:minmax(10rem,auto) 1fr;gap:.35rem 1.25rem;align-items:baseline}.tco-report-assumption-dl dt{grid-column:1;font-weight:600;color:#111;margin:0;padding-right:.5rem}.tco-report-assumption-dl dd{grid-column:2;margin:0;min-width:0}.tco-report-epr-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1rem 0 1.5rem}@media(max-width:640px){.tco-report-epr-cards{grid-template-columns:1fr}}.tco-report-epr-card{padding:1.25rem;border:1px solid #ccc;border-radius:8px;background:#fff;display:flex;flex-direction:column;gap:.25rem}.tco-report-epr-card-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.02em;color:#555}.tco-report-epr-card-value{font-size:1.125rem;font-weight:600;color:#111}.tco-report-epr-card-sub{font-size:.8125rem;color:#555}.tco-report-epr-card--delta{border-color:#0d9488;background:#0d94880f}.tco-report-epr-card--delta .tco-report-epr-card-value{color:#0a7c6e}.tco-report-projection-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1rem 0 1.5rem}@media(max-width:640px){.tco-report-projection-cards{grid-template-columns:1fr}}.tco-report-projection-card{padding:1.25rem;border:1px solid #ccc;border-radius:8px;background:#fff;display:flex;flex-direction:column;gap:.25rem}.tco-report-projection-card-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.02em;color:#555}.tco-report-projection-card-value{font-size:1.125rem;font-weight:600;color:#111}.tco-report-epr-regulatory-card{margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;color:#222;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px}.tco-report-epr-sensitivity{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e5e7eb}.tco-report-epr-sensitivity h2{margin-top:0}.tco-report-epr-sensitivity .tco-report-note{margin-top:.5rem;font-size:.8125rem}.tco-report-table{width:100%;border-collapse:collapse;font-size:.9375rem;margin:.75rem 0}.tco-report-table th,.tco-report-table td{padding:.4rem .75rem;text-align:left;border:1px solid #ccc;color:#111}.tco-report-disclaimer-inline{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.8125rem;color:#555}.tco-report-disclaimer-inline p{margin:0 0 .5rem}.tco-report-disclaimer-inline p:last-child{margin-bottom:0}.tco-report-executive-summary{padding:1rem 0;border-bottom:1px solid #ddd}.tco-report-exec-summary-hero{margin:.5rem 0 1rem}.tco-report-exec-headline{font-size:1.125rem;font-weight:500;margin:0;color:#111}.tco-report-exec-subtitle{font-size:.9375rem;font-weight:600;margin:1rem 0 .5rem;color:#111}.tco-report-exec-drivers{list-style:disc;padding-left:1.25rem;margin:0 0 .75rem;font-size:.9375rem;color:#333;line-height:1.5}.tco-report-exec-drivers li{margin-bottom:.35rem}.tco-report-exec-table{margin-top:.5rem}.tco-report-overview{margin-top:1.5rem}.tco-report-overview-snapshot{margin-bottom:1.25rem}.tco-report-overview-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:start}@media(max-width:520px){.tco-report-overview-cards{grid-template-columns:1fr}}.tco-report-overview-card{break-inside:avoid;min-width:0}.tco-report-overview-card--breakdown{grid-column:1 / -1}.tco-report .tco-executive-snapshot,.tco-report .tco-overview-card,.tco-report .tco-overview-tco-card,.tco-report .tco-overview-annual-card,.tco-report .tco-overview-breakdown-card,.tco-report .tco-model-scope,.tco-report .tco-report-model-scope{background:#f8f9fa;color:#111;border-color:#ddd}.tco-report .tco-report-model-scope-grid h3,.tco-report .tco-report-model-scope-grid ul,.tco-report .tco-report-stakeholder-perspectives .tco-report-stakeholder-title,.tco-report .tco-report-stakeholder-perspectives .tco-report-stakeholder-block{color:#111}.tco-report .tco-report-stakeholder-perspectives .tco-report-stakeholder-block{background:#f8f9fa;border:1px solid #ddd}.tco-report .tco-report-stakeholder-perspectives .tco-report-stakeholder-what,.tco-report .tco-report-stakeholder-perspectives .tco-report-stakeholder-block ul{color:#222}.tco-report .tco-report-stakeholder-perspectives .tco-report-stakeholder-next{color:#0d9488}.tco-report .tco-logistics-cards,.tco-report .tco-logistics-summary{margin-bottom:1rem}.tco-report .tco-logistics-summary{background:#f1f5f9;border:1px solid #ddd;border-left-width:3px;border-left-color:#0d9488;padding:1rem 1.25rem;border-radius:10px}.tco-report .tco-logistics-card{background:#f8f9fa;border:1px solid #ddd;color:#111}.tco-report .tco-logistics-card--eps{border-left-color:#b91c1c}.tco-report .tco-logistics-card--fiber{border-left-color:#0d9488}.tco-report .tco-logistics-card .tco-field label,.tco-report .tco-logistics-card .tco-logistics-readonly,.tco-report .tco-logistics-summary .tco-summary-label,.tco-report .tco-logistics-summary .tco-summary-value,.tco-report .tco-logistics-summary-title{color:#111}.tco-report .tco-logistics-card .tco-logistics-readonly{background:#fff;border:1px solid #ddd;color:#111}.tco-report .tco-logistics-summary .tco-logistics-eps-val,.tco-report .tco-logistics-summary .tco-logistics-fiber-val{color:#111}.tco-report .tco-logistics-summary .tco-logistics-savings-badge{color:#0a7c6e;font-weight:600}.tco-report .tco-storage-summary-cards{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.tco-report .tco-storage-card{background:#f8f9fa;border:1px solid #ddd;color:#111}.tco-report .tco-storage-card-label,.tco-report .tco-storage-card-values,.tco-report .tco-storage-delta{color:#111}.tco-report-storage-visuals{display:flex;flex-direction:column;gap:1.5rem;margin:1rem 0 1.5rem}.tco-report-storage-visual{background:#f8f9fa;border:1px solid #ddd;border-radius:6px;padding:1rem 1.25rem}.tco-report-storage-visual-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#111}.tco-report .tco-storage-pallet-bars,.tco-report .tco-storage-space-blocks{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.tco-report .tco-storage-pallet-bar-wrap,.tco-report .tco-storage-space-block-wrap{display:flex;align-items:center;gap:.75rem}.tco-report .tco-storage-pallet-bar,.tco-report .tco-storage-space-block{min-width:4px;height:28px;border-radius:6px}.tco-report .tco-storage-pallet-bar--eps,.tco-report .tco-storage-space-block--eps{background:#94a3b8}.tco-report .tco-storage-pallet-bar--fiber,.tco-report .tco-storage-space-block--fiber{background:#0d9488}.tco-report .tco-storage-pallet-bar-label,.tco-report .tco-storage-space-label{font-size:.875rem;color:#111;min-width:10rem}.tco-report .tco-report-hard-costs-breakdown{margin-bottom:1.25rem}.tco-report .tco-report-sensitivity-chart{margin-bottom:1.25rem;min-height:280px}.tco-report .tco-report-sensitivity-chart .tco-sensitivity-chart{background:#f8f9fa;border:1px solid #ddd}.tco-report .tco-sensitivity-chart-label,.tco-report .tco-sensitivity-chart-filters-label,.tco-report .tco-sensitivity-chart-checkbox,.tco-report .tco-sensitivity-chart-checkbox span{color:#111}.tco-report .tco-sensitivity-chart-select{background:#fff;color:#111;border:1px solid #ccc}.tco-report .tco-sensitivity-chart-description,.tco-report .tco-sensitivity-chart-note{color:#222}.tco-report .recharts-cartesian-axis-tick-value,.tco-report .recharts-legend-item-text{fill:#111}.tco-report .recharts-default-tooltip{background:#fff!important;color:#111!important;border:1px solid #ddd!important}.tco-report .tco-executive-snapshot-label,.tco-report .tco-executive-snapshot-value,.tco-report .tco-executive-snapshot-sub,.tco-report .tco-executive-snapshot-recommendation,.tco-report .tco-overview-card-title,.tco-report .tco-overview-unit-label,.tco-report .tco-overview-tco-summary,.tco-report .tco-overview-annual-hero,.tco-report .tco-overview-annual-equivalent-label,.tco-report .tco-overview-annual-bullets li,.tco-report .tco-overview-tco-value,.tco-report .tco-overview-tco-label,.tco-report .tco-overview-tco-delta,.tco-report .tco-overview-tco-delta-pct,.tco-report .tco-overview-unit-toggle,.tco-report .tco-overview-unit-toggle span{color:#111!important}.tco-report .tco-executive-snapshot-recommendation,.tco-report .tco-overview-annual-equivalent{color:#222!important}@media print{@page{size:A4 portrait;margin:1.5cm 1.5cm 2cm}body *{visibility:hidden}.tco-report-wrap,.tco-report-wrap *{visibility:visible}.tco-report-wrap{position:absolute!important;top:0!important;left:0!important;right:0!important;overflow:visible!important;background:#fff!important;padding:0!important;z-index:auto!important}.tco-report-actions,.no-print{display:none!important;visibility:hidden!important}.tco-report{width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;padding:0!important;background:#fff!important;border:none!important;box-shadow:none!important;border-radius:0!important;color:#111!important}.tco-report-page--first{min-height:0!important;margin:0!important;padding-bottom:0!important;box-shadow:none!important;border-radius:0!important;background:transparent!important}.tco-report-section:not(.tco-report-toc){break-before:page;page-break-before:always;min-height:0!important;margin:0!important;padding-top:.5rem!important;box-shadow:none!important;border-radius:0!important;background:transparent!important}.tco-report-section--flow{break-before:auto!important;page-break-before:auto!important}.tco-report-page-footer{break-before:avoid;page-break-before:avoid;margin:0!important;padding:.4rem 0!important;box-shadow:none!important;border-radius:0!important;background:transparent!important;font-size:.7rem;color:#333}.tco-report-page-footer-pagenum:before{content:"Page " counter(page) " of " counter(pages)}.tco-report-section:not(.tco-report-toc) h1{font-size:1.5rem;margin-top:0}.tco-report-section h2{font-size:1.125rem}.tco-report-brand{background:#111!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.tco-report-wordmark{color:#fff!important}.tco-report-brand-tagline{color:#ffffffd9!important}.tco-report-epr-card,.tco-report-projection-card,.tco-report-epr-card--delta,.tco-logistics-savings-badge,.tco-storage-pallet-bar,.tco-storage-space-block{-webkit-print-color-adjust:exact;print-color-adjust:exact}.tco-report-header,.tco-report-section{color:#111}.tco-report-section p,.tco-report-section ul,.tco-report-subtitle{color:#333}.tco-report-toc-list a{color:#111;text-decoration:none}}.tco-calculator-page{width:100%;max-width:100%}.tco-calculator-page__container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;box-sizing:border-box}.tco-calculator-page__container table{width:100%;box-sizing:border-box}@media(max-width:640px){.tco-calculator-page__container{padding-left:1rem;padding-right:1rem}}.tco-calculator--full{width:100%;max-width:100%;--tco-card-gap: 1.5rem;--tco-tab-gap: var(--tco-card-gap);--tco-card-radius: 12px;--tco-card-padding: 1.25rem;--tco-form-grid-min: 180px;--tco-form-grid-gap: 1rem}.tco-calculator-bar{margin-bottom:1rem;width:100%;max-width:100%;min-width:0;padding-left:0;padding-right:0;display:flex;flex-direction:column;gap:.35rem}.tco-always-visible-bar{display:flex;flex-direction:column;gap:.15rem;width:100%;min-width:0;box-sizing:border-box;background:var(--surface);border:1px solid var(--border);border-radius:10px 10px 0 0;padding:.5rem .75rem;margin-bottom:0;overflow-x:auto}.tco-always-visible-bar-inner{display:flex;flex-wrap:nowrap;align-items:flex-end;justify-content:flex-start;gap:.5rem .65rem;width:100%;min-width:0}.tco-always-visible-bar-fields{display:flex;flex-wrap:nowrap;align-items:flex-end;gap:.5rem .65rem;min-width:0;flex:1 1 auto;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.tco-always-visible-bar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;align-self:flex-end}.tco-always-visible-bar-title{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;white-space:nowrap}.tco-always-visible-field{display:flex;flex-direction:column;gap:.1rem;flex:0 1 auto;min-width:0}.tco-always-visible-field--product{flex:0 0 auto;max-width:11rem}.tco-always-visible-field--product select{width:100%;max-width:11rem}.tco-always-visible-field--region{flex:0 1 6.5rem;max-width:7.5rem}.tco-always-visible-field--region select{width:100%;max-width:7.5rem}.tco-always-visible-field--scenario{flex:0 1 11rem;min-width:7rem;max-width:16rem}.tco-always-visible-field--scenario select{width:100%;max-width:16rem}.tco-always-visible-field--volume{flex:0 1 13rem;min-width:11rem;max-width:15rem}.tco-always-visible-volume-row{display:flex;gap:.35rem;align-items:center}.tco-always-visible-volume-row select{flex:1 1 auto;min-width:6rem;max-width:9rem}.tco-always-visible-volume-row input{width:5.5rem;min-width:4rem;flex-shrink:0}.tco-always-visible-field--fiber-price,.tco-always-visible-field--eps-price{flex:0 1 5rem;min-width:3.75rem;max-width:6.5rem}.tco-always-visible-field--packaging{flex:0 1 11rem;min-width:7rem;max-width:14rem}.tco-always-visible-field--packaging select{max-width:14rem}.tco-snacks-packaging-proxy{font-size:.6875rem;line-height:1.25;max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.28rem .4rem;min-height:1.75rem;display:flex;align-items:center}.tco-always-visible-field--fiber-price input[type=number],.tco-always-visible-field--eps-price input[type=number]{width:4rem;min-width:3.5rem}.tco-always-visible-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text);opacity:.88;white-space:nowrap}.tco-always-visible-volume-value{font-weight:500;text-transform:none;letter-spacing:0;color:var(--text-muted, #6b7280);font-variant-numeric:tabular-nums}.tco-always-visible-field input,.tco-always-visible-field select{min-width:0;padding:.25rem .4rem;font-size:.8125rem;border:1px solid var(--border);border-radius:5px;background:var(--bg);color:var(--text)}.tco-always-visible-field input:focus,.tco-always-visible-field select:focus{outline:none;border-color:var(--accent)}.tco-always-visible-field input[type=number]{width:4.5rem;box-sizing:border-box}.tco-always-visible-field select{width:auto;min-width:5.5rem;max-width:10rem;cursor:pointer}.tco-always-visible-checkbox-label{display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;font-size:.8125rem;font-weight:500;white-space:nowrap}.tco-always-visible-checkbox-label input[type=checkbox]{width:1rem;height:1rem;margin:0;cursor:pointer;accent-color:var(--accent, #2563eb)}.tco-always-visible-checkbox-text{opacity:.9}@media(max-width:768px){.tco-always-visible-bar-inner,.tco-always-visible-bar-fields{gap:.4rem .5rem}}.tco-always-visible-calculate{padding:.3rem .65rem;font-size:.8125rem;white-space:nowrap}.tco-full-tabs{display:flex;flex-direction:column;gap:0;width:100%;min-width:0}.tco-tab-nav{display:flex;flex-wrap:nowrap;gap:.75rem;padding:.5rem 0 var(--tco-tab-gap, 1.5rem);border-bottom:1px solid var(--border);margin-bottom:var(--tco-tab-gap, 1.5rem);overflow-x:auto;-webkit-overflow-scrolling:touch}.tco-tab-btn{padding:.625rem 1rem;font-size:.8125rem;font-weight:500;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:color .2s,background .2s,border-color .2s;white-space:nowrap;flex-shrink:0}.tco-tab-btn:hover{color:var(--text);border-color:var(--accent)}.tco-tab-btn--active{color:var(--accent);background:#2dd4bf14;border-color:var(--accent)}.tco-tab-toggle-row{margin-bottom:.75rem;padding:.375rem 0}.tco-tab-toggle-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;color:var(--text)}.tco-tab-toggle-label input[type=checkbox]{width:1rem;height:1rem;margin:0;accent-color:var(--accent)}.tco-tab-intro-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.tco-tab-intro-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;color:var(--text);margin-left:auto}.tco-tab-intro-toggle input[type=checkbox]{width:1rem;height:1rem;margin:0;accent-color:var(--accent)}@media(max-width:1024px){.tco-tab-nav{gap:.5rem}}@media(max-width:1024px){.tco-always-visible-bar-inner,.tco-always-visible-bar-fields{gap:.45rem .55rem}}@media(max-width:768px){.tco-tab-nav{gap:.375rem;padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right))}.tco-tab-btn{padding:.5rem .75rem;font-size:.75rem}.tco-always-visible-bar-inner,.tco-always-visible-bar-fields{gap:.4rem .5rem}}.tco-tab-panel{min-height:280px;display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem)}.tco-tab-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--tco-form-grid-min, 180px),1fr));gap:var(--tco-form-grid-gap, 1rem);margin-bottom:var(--tco-card-gap, 1.5rem)}.tco-tab-section-title{font-size:1rem;font-weight:600;letter-spacing:-.02em;color:var(--text);margin:0 0 .75rem}.tco-tab-section-title--spaced{margin-top:var(--tco-tab-gap, 1.5rem)}.tco-tab-section-desc{font-size:.8125rem;line-height:1.45;color:var(--text-muted);margin:0 0 1rem}.tco-tab-section-subtitle{font-size:.875rem;font-weight:600;color:var(--text-muted);margin:0 0 .5rem}.tco-tab-hint{font-size:.8125rem;line-height:1.45;color:var(--text-muted);margin:0 0 1rem}.tco-tab-panel .tco-field label{font-size:.8125rem;font-weight:600;color:var(--text)}.tco-tab-panel .tco-field-hint{font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}.tco-overview-tab{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem);padding:0}.tco-overview-grid{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem);align-items:stretch}.tco-overview-stack{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem);min-width:0}@media(min-width:960px){.tco-overview-stack{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--tco-tab-gap, 1.5rem);align-items:stretch}}.tco-overview-card--unit,.tco-overview-card--tco,.tco-overview-card--annual{flex:0 0 auto;min-width:0;display:flex;flex-direction:column}.tco-overview-card--unit .tco-overview-tco-card,.tco-overview-card--tco .tco-overview-tco-card,.tco-overview-card--annual .tco-overview-tco-card{flex:1;min-height:0}@media(min-width:960px){.tco-overview-card--unit,.tco-overview-card--tco,.tco-overview-card--annual{min-height:140px}}.tco-overview-card--breakdown{min-width:0}.tco-overview-card-collapsible.tco-overview-card{padding:0;overflow:hidden}.tco-overview-card-collapsible-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem var(--tco-card-padding, 1.25rem);min-height:44px;font-size:.9375rem;font-weight:600;color:var(--text);background:transparent;border:none;cursor:pointer;text-align:left}.tco-overview-card-collapsible-toggle:hover{color:var(--accent)}.tco-overview-card-collapsible-toggle[aria-expanded=true]{border-bottom:1px solid var(--border)}.tco-overview-card-collapsible-chevron{font-size:.7rem;color:var(--text-muted)}.tco-overview-card-collapsible-content{padding:0 var(--tco-card-padding, 1.25rem) var(--tco-card-padding, 1.25rem)}.tco-overview-card-collapsible-content .tco-overview-card-title{margin-top:.75rem}.tco-overview-card-collapsible-content .tco-overview-card-title:first-child{margin-top:0}.tco-overview-card{min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);padding:var(--tco-card-padding, 1.25rem);box-shadow:0 1px 3px #0000000f}.tco-overview-card--empty{padding:1.5rem;color:var(--text-muted);text-align:center}.tco-overview-card--empty p{margin:0}.tco-overview-card-title{font-size:.9375rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.tco-overview-unit-card{display:flex;flex-direction:column;gap:.5rem}.tco-overview-unit-bars{display:flex;flex-direction:column;gap:.35rem}.tco-overview-unit-row{display:grid;grid-template-columns:4rem 1fr auto;align-items:center;gap:.5rem;font-size:.8125rem}.tco-overview-unit-label{color:var(--text-muted)}.tco-overview-unit-bar-wrap{height:14px;background:var(--surface-elevated);border-radius:4px;overflow:hidden;min-width:0}.tco-overview-unit-bar{height:100%;border-radius:4px;min-width:2px;transition:width .2s ease}.tco-overview-unit-bar--fiber{background:var(--accent, #0d9488)}.tco-overview-unit-bar--eps{background:var(--text-muted, #64748b)}.tco-overview-unit-value--fiber{color:var(--accent, #0d9488);font-weight:600}.tco-overview-unit-value--eps{color:var(--text);font-weight:500}.tco-overview-unit-delta{font-size:.8125rem;font-weight:600;margin:.25rem 0 0}.tco-overview-unit-delta--savings{color:var(--success, #22c55e)}.tco-overview-unit-delta--cost{color:var(--danger, #f85149)}.tco-overview-unit-delta-pct{font-weight:500;opacity:.95}.tco-overview-unit-toggle{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--text-muted);cursor:pointer;margin-top:.15rem;-webkit-user-select:none;user-select:none}.tco-overview-unit-toggle:hover{color:var(--text)}.tco-overview-unit-toggle input{margin:0;width:1rem;height:1rem;flex-shrink:0}.tco-overview-tco-card{display:flex;flex-direction:column;gap:.75rem}.tco-overview-tco-summary{display:flex;gap:var(--tco-tab-gap, 1.5rem);font-size:.875rem}.tco-overview-tco-summary-fiber{color:var(--accent, #0d9488);font-weight:600}.tco-overview-tco-summary-eps{color:var(--text);font-weight:500}.tco-overview-tco-bars{display:flex;flex-direction:column;gap:.5rem}.tco-overview-tco-row{display:grid;grid-template-columns:minmax(5rem,7.5rem) 1fr auto;align-items:center;gap:.5rem;font-size:.875rem;position:relative}.tco-overview-tco-row .tco-overview-tco-bar-wrap{height:24px;background:var(--surface-elevated);border-radius:6px;overflow:hidden;min-width:0}.tco-overview-tco-bar{height:100%;border-radius:6px;min-width:2px;transition:width .2s ease}.tco-overview-tco-bar--fiber{background:var(--accent, #0d9488)}.tco-overview-tco-bar--eps{background:var(--text-muted, #64748b)}.tco-overview-tco-label{color:var(--text-muted);line-height:1.2;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere}.tco-overview-tco-value{font-weight:600;color:var(--text)}.tco-overview-tco-tooltip{position:absolute;left:100%;top:0;margin-left:.5rem;min-width:180px;padding:.5rem .75rem;background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;font-size:.75rem;color:var(--text);box-shadow:0 4px 12px #0003;z-index:10;pointer-events:none}.tco-overview-tco-tooltip-row{display:flex;justify-content:space-between;gap:1rem}.tco-overview-tco-tooltip-row+.tco-overview-tco-tooltip-row{margin-top:.2rem}.tco-overview-compare-delta-wrap{margin-top:.5rem;padding-top:.25rem;border-top:1px solid var(--border);flex:1;display:flex;flex-direction:column;min-height:0}.tco-overview-tco-delta{font-size:.9375rem;font-weight:600;margin:0 0 .35rem}.tco-overview-tco-delta--savings{color:var(--success, #22c55e)}.tco-overview-tco-delta--cost{color:var(--danger, #f85149)}.tco-overview-tco-delta-pct{font-weight:500;opacity:.95;color:inherit}.tco-overview-compare-delta-wrap .tco-overview-unit-toggle{margin-top:auto;margin-bottom:0;padding-top:.5rem;min-height:1.5rem;align-items:center}.tco-overview-annual-card{display:flex;flex-direction:column;gap:.5rem}.tco-overview-annual-title{margin-bottom:.25rem}.tco-overview-annual-hero{font-size:2rem;font-weight:700;color:var(--success, #22c55e);margin:0;letter-spacing:-.02em;line-height:1.2}.tco-overview-annual-hero--cost{color:var(--danger, #f85149)}.tco-overview-annual-equivalent{margin-top:.5rem}.tco-overview-annual-equivalent-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .35rem}.tco-overview-annual-bullets{margin:0;padding-left:1.25rem;font-size:.8125rem;color:var(--text);line-height:1.5}.tco-overview-annual-bullets li+li{margin-top:.2rem}.tco-overview-breakdown-card{display:flex;flex-direction:column;min-height:0}.tco-overview-breakdown-hint{font-size:.75rem;color:var(--text-muted);margin:0 0 .5rem}.tco-overview-breakdown-chart,.tco-overview-breakdown-stacked{flex:1;min-height:200px}.tco-overview-breakdown-chart .recharts-cartesian-grid-horizontal line,.tco-overview-breakdown-chart .recharts-cartesian-grid-vertical line,.tco-overview-breakdown-stacked .recharts-cartesian-grid-horizontal line,.tco-overview-breakdown-stacked .recharts-cartesian-grid-vertical line{stroke:var(--border)}.tco-overview-breakdown-chart .recharts-text,.tco-overview-breakdown-stacked .recharts-text{fill:var(--text-muted)}.tco-overview-costmix-card{display:flex;flex-direction:column}.tco-overview-costmix-hint{font-size:.75rem;color:var(--text-muted);margin:0 0 .5rem}.tco-overview-costmix-charts{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:flex-start}.tco-overview-costmix-pie{display:flex;flex-direction:column;align-items:center;min-width:140px}.tco-overview-costmix-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.tco-overview-card .tco-executive-snapshot,.tco-overview-card .tco-executive-snapshot--empty{height:100%}.tco-overview-section-title{font-size:.9375rem;font-weight:600;margin:0 0 .75rem}.tco-overview-form{display:flex;flex-direction:column;gap:.75rem}.tco-overview-form .tco-field label{font-size:.8125rem}.tco-overview-toggles{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.tco-overview-calculate{margin-top:.5rem;align-self:flex-start}.tco-executive-snapshot{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.tco-executive-snapshot--empty{color:var(--text-muted);font-size:.9375rem}.tco-executive-snapshot--empty p{margin:0}.tco-executive-snapshot-block{padding:.25rem 0}.tco-executive-snapshot-block--hero .tco-executive-snapshot-value{font-size:1.5rem;font-weight:700}.tco-executive-snapshot-value--savings{color:var(--success, #22c55e)}.tco-executive-snapshot-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.tco-executive-snapshot-value{font-size:1rem;font-weight:600;color:var(--text)}.tco-executive-snapshot-sub{font-size:.875rem;color:var(--text-muted);margin-top:.25rem}.tco-executive-snapshot-divider{height:1px;background:var(--border);margin:.5rem 0}.tco-executive-snapshot-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.35rem}.tco-executive-snapshot-row:last-child{margin-bottom:0}.tco-executive-snapshot-badge{font-weight:500;color:var(--text-muted)}.tco-executive-snapshot-recommendation{font-size:.8125rem;color:var(--accent);margin-top:.5rem}.tco-overview-card.tco-stakeholder-view{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem}.tco-stakeholder-label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.5rem}.tco-stakeholder-select{width:100%;max-width:220px;padding:.4rem .6rem;font-size:.875rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);margin-bottom:.75rem}.tco-stakeholder-title{font-size:.9375rem;font-weight:600;margin:0 0 .35rem}.tco-stakeholder-what{font-size:.8125rem;color:var(--text-muted);margin:0 0 .5rem}.tco-stakeholder-bullets{margin:0 0 .5rem;padding-left:1.25rem;font-size:.875rem;line-height:1.5}.tco-stakeholder-next{font-size:.8125rem;font-weight:600;color:var(--accent);margin:0}.tco-logistics-tab{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem)}.tco-logistics-recalc-banner{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding:.875rem 1rem;background:var(--accent-subtle, rgba(14, 165, 233, .08));border:1px solid var(--accent-dim, rgba(14, 165, 233, .35));border-radius:10px;font-size:.875rem;color:var(--text)}.tco-logistics-recalc-btn{padding:.4rem .875rem;font-size:.8125rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:6px;cursor:pointer;transition:background .2s,transform .1s}.tco-logistics-recalc-btn:hover{background:var(--accent-dim, #0284c7)}.tco-logistics-recalc-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tco-logistics-section{padding:var(--tco-card-padding, 1.25rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);box-shadow:0 1px 3px #0000000a}.tco-logistics-section-title{margin:0 0 .35rem;font-size:1rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.tco-logistics-section-desc{font-size:.8125rem;line-height:1.45;color:var(--text-muted);margin:0 0 1rem}.tco-logistics-section-desc strong{color:var(--text);font-weight:600}.tco-logistics-preset-wrap{display:flex;flex-direction:column;gap:.35rem;max-width:320px}.tco-logistics-preset-label{font-size:.8125rem;font-weight:600;color:var(--text)}.tco-logistics-preset-select{padding:.5rem 2rem .5rem .75rem;font-size:.9375rem;font-family:inherit;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);cursor:pointer}.tco-logistics-preset-select:hover,.tco-logistics-preset-select:focus{border-color:var(--accent);outline:none}.tco-logistics-tab .tco-field label{color:var(--text)}.tco-logistics-tab .tco-field-hint{color:var(--text);opacity:.85}.tco-logistics-tab .tco-logistics-custom-row{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:.75rem}.tco-logistics-tab .tco-logistics-custom-row .tco-field{min-width:0;flex:0 1 auto}.tco-logistics-tab .tco-logistics-custom-row .tco-field-hint{font-size:.6875rem;line-height:1.2;margin-top:.15rem}.tco-logistics-tab .tco-field+.tco-field{margin-top:0}.tco-logistics-inbound-legs{margin-bottom:1rem}.tco-logistics-inbound-legs .tco-field{max-width:6rem}.tco-logistics-section--inbound{padding:var(--tco-card-padding, 1.25rem)}.tco-logistics-section--inbound .tco-logistics-section-desc{margin:0 0 .75rem;font-size:.75rem}.tco-logistics-section--inbound .tco-logistics-custom-row.tco-logistics-inbound-row{margin-bottom:.75rem}.tco-logistics-inbound-row .tco-logistics-inbound-legs-field{max-width:5rem}.tco-logistics-inbound-row .tco-logistics-ocean-field{max-width:6rem}.tco-logistics-cards--compact{gap:.75rem;margin-bottom:.75rem}.tco-logistics-cards--compact .tco-logistics-card{padding:var(--tco-card-padding, 1.25rem)}.tco-logistics-cards--compact .tco-logistics-card-header{margin-bottom:.5rem}.tco-logistics-cards--compact .tco-logistics-card-fields{gap:.4rem}.tco-logistics-cards--compact .tco-logistics-readonly{min-height:2.25rem;padding:.35rem .5rem;font-size:.875rem}.tco-logistics-cards--compact .tco-logistics-card .tco-field label{font-size:.6875rem}.tco-logistics-section--inbound .tco-logistics-summary{margin-top:.75rem;padding:var(--tco-card-padding, 1.25rem)}.tco-logistics-section--inbound .tco-logistics-summary-title{margin-bottom:.4rem;font-size:.75rem}.tco-logistics-section--inbound .tco-summary-row{font-size:.8125rem}.tco-logistics-cards{display:grid;grid-template-columns:1fr 1fr;gap:var(--tco-tab-gap, 1.5rem);margin-bottom:0}@media(max-width:640px){.tco-logistics-cards{grid-template-columns:1fr;gap:var(--tco-tab-gap, 1.5rem)}}.tco-logistics-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);padding:var(--tco-card-padding, 1.25rem)}.tco-logistics-tab .tco-logistics-card{padding:var(--tco-card-padding, 1.25rem);border-radius:var(--tco-card-radius, 12px);transition:box-shadow .2s,border-color .2s}.tco-logistics-tab .tco-logistics-card--eps{border-left:3px solid var(--danger, #dc2626);background:linear-gradient(to bottom,rgba(220,38,38,.03),var(--surface))}.tco-logistics-tab .tco-logistics-card--fiber{border-left:3px solid var(--accent, #0ea5e9);background:linear-gradient(to bottom,rgba(14,165,233,.05),var(--surface))}.tco-logistics-card-header{margin-bottom:.75rem}.tco-logistics-card-badge{display:inline-block;padding:.25rem .6rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:6px}.tco-logistics-card--eps .tco-logistics-card-badge{background:#dc26261f;color:var(--danger, #b91c1c)}.tco-logistics-card--fiber .tco-logistics-card-badge{background:#0ea5e926;color:var(--accent, #0369a1)}.tco-logistics-card-fields{display:flex;flex-direction:column;gap:.75rem}.tco-logistics-tab .tco-logistics-card .tco-field{gap:.2rem}.tco-logistics-tab .tco-logistics-card .tco-field label{font-size:.75rem;font-weight:600;color:var(--text)}.tco-logistics-readonly{min-height:40px;padding:.5rem .65rem;font-size:.9375rem;font-weight:600;background:var(--surface-elevated, var(--bg-subtle, #f1f5f9));border:1px solid var(--border);border-radius:6px;color:var(--text)}.tco-logistics-tab .tco-logistics-card input{min-height:40px;padding:.4rem .6rem;font-size:.875rem}.tco-logistics-card-title{font-size:.9375rem;font-weight:600;margin:0 0 .75rem}.tco-readonly-input{background:var(--surface-elevated, var(--bg-subtle, #f5f5f5));color:var(--text);font-weight:500;cursor:default}.tco-logistics-tab .tco-logistics-summary{margin-top:1rem;padding:1rem 1.25rem;border-radius:10px;background:var(--surface-elevated, var(--bg-subtle, #f1f5f9));border:1px solid var(--border)}.tco-logistics-summary--inbound{border-left:3px solid var(--accent)}.tco-logistics-summary--outbound{border-left:3px solid var(--success, #059669)}.tco-logistics-summary-title{margin:0 0 .6rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text)}.tco-logistics-tab .tco-summary-rows{gap:.5rem}.tco-logistics-tab .tco-summary-row{font-size:.875rem}.tco-logistics-tab .tco-summary-label{font-size:.8125rem;font-weight:500;color:var(--text)}.tco-logistics-tab .tco-summary-value{font-size:.875rem;font-weight:600;color:var(--text)}.tco-logistics-comparison{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.tco-logistics-eps-val{color:var(--text);font-weight:600}.tco-logistics-fiber-val{color:var(--accent);font-weight:600}.tco-logistics-highlight-row{padding-top:.35rem;margin-top:.35rem;border-top:1px dashed var(--border)}.tco-logistics-savings-badge{font-weight:700!important;color:var(--success, #059669)!important}.tco-logistics-outbound-toggle{margin-bottom:1rem}.tco-logistics-toggle-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;cursor:pointer;color:var(--text)}.tco-logistics-toggle-label input{margin:0;width:1.1rem;height:1.1rem;accent-color:var(--accent)}.tco-logistics-toggle-label input[type=checkbox]{opacity:1}.tco-logistics-outbound-fields{margin-bottom:.75rem}.tco-logistics-summary,.tco-storage-summary{margin-top:1rem;padding:var(--tco-card-padding, 1.25rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px)}.tco-summary-rows{display:flex;flex-direction:column;gap:.5rem}.tco-summary-row{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem}.tco-summary-label{font-size:.875rem;color:var(--text);opacity:.9}.tco-summary-value{font-size:.9375rem;font-weight:600;color:var(--text)}.tco-tab-internal-intro{margin-bottom:0;padding:1rem var(--tco-card-padding, 1.25rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);font-size:.875rem;line-height:1.45;color:var(--text)}.tco-tab-internal-intro p{margin:.35rem 0 0;font-size:.875rem;line-height:1.45;color:var(--text)}.tco-tab-internal-badge{display:inline-block;padding:.2rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--bg-subtle, #f1f5f9);border-radius:4px}.tco-talking-point,.tco-storage-talking-point,.tco-disposal-talking-point{margin:0;padding:1rem var(--tco-card-padding, 1.25rem);background:var(--accent-subtle, rgba(59, 185, 80, .1));border:1px solid var(--success, var(--accent-success, #3fb950));border-radius:var(--tco-card-radius, 12px);font-size:.875rem;color:var(--text);line-height:1.4}.tco-storage-talking-point{margin-top:var(--tco-tab-gap, 1.5rem)}.tco-talking-point strong,.tco-storage-talking-point strong,.tco-disposal-talking-point strong{color:var(--success, #22c55e)}.tco-storage-inputs-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);padding:var(--tco-card-padding, 1.25rem);margin-bottom:var(--tco-card-gap, 1.5rem)}.tco-storage-inputs-card-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--tco-tab-gap, 1.5rem);align-items:start}@media(max-width:800px){.tco-storage-inputs-card-row{grid-template-columns:1fr;gap:var(--tco-tab-gap, 1.5rem)}}.tco-storage-inputs-card-block{min-width:0}.tco-storage-inputs-card-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .5rem}.tco-storage-method-options--compact{display:flex;flex-direction:column;gap:.35rem;margin-bottom:0}.tco-storage-method-options--compact .tco-storage-radio{font-size:.8125rem}.tco-storage-weeks--compact{margin-bottom:0}.tco-storage-weeks-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.tco-storage-weeks-row label{font-size:.8125rem}.tco-storage-weeks-days{font-size:.6875rem;color:var(--text-muted)}.tco-storage-weeks--compact .tco-storage-weeks-slider{max-width:100%;margin:.25rem 0 0}.tco-storage-zip--compact{margin-bottom:0}.tco-storage-zip--compact .tco-field{max-width:100%}.tco-storage-zip--compact .tco-storage-zip-estimate{font-size:.75rem;margin-top:.25rem}.tco-storage-zip--compact .tco-storage-local-btn{margin-top:.5rem;padding:.35rem .6rem;font-size:.8125rem}.tco-storage-dontknow--compact{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.tco-storage-dontknow--compact .tco-storage-dontknow-label{font-size:.75rem;font-weight:600;color:var(--text-muted)}.tco-storage-dontknow--compact .tco-storage-dontknow-fields{display:flex;flex-wrap:wrap;gap:.75rem 1rem}.tco-storage-dontknow--compact .tco-storage-dontknow-fields .tco-field{min-width:0}.tco-storage-dontknow--compact .tco-storage-dontknow-fields .tco-field label{font-size:.75rem}.tco-storage-zip{margin-bottom:1rem}.tco-storage-zip .tco-field{max-width:12rem}.tco-storage-zip-estimate{font-size:.8125rem;color:var(--text-muted);margin:.35rem 0 0}.tco-storage-inputs{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--tco-form-grid-min, 180px),1fr));gap:var(--tco-form-grid-gap, 1rem);margin-bottom:var(--tco-card-gap, 1.5rem)}.tco-storage-top{margin-bottom:var(--tco-card-gap, 1.5rem)}.tco-storage-toggle{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;cursor:pointer}.tco-storage-toggle input{margin:0}.tco-storage-summary-cards{display:flex;flex-wrap:wrap;gap:var(--tco-card-gap, 1.5rem);margin-top:var(--tco-card-gap, 1.5rem);padding:var(--tco-card-padding, 1.25rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);align-items:flex-start}.tco-storage-card{min-width:140px;padding:.875rem 1rem;background:var(--surface-elevated, var(--surface));border-radius:8px;border:1px solid var(--border);color:var(--text)}.tco-storage-card-label{display:block;font-size:.75rem;color:var(--text);opacity:.85;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.35rem}.tco-storage-card-values{display:flex;flex-direction:column;gap:.2rem;font-size:.875rem;color:var(--text);font-weight:500}.tco-storage-delta{margin-top:.5rem;font-size:.875rem;font-weight:600;color:var(--success, var(--accent-success, #3fb950))}.tco-storage-view-assumptions{font-size:.8125rem;color:var(--accent);align-self:center;margin-left:auto}.tco-storage-view-assumptions:hover{text-decoration:underline}.tco-storage-method-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.tco-storage-radio{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9375rem}.tco-storage-radio input{margin:0}.tco-storage-dontknow{margin-bottom:0;padding:var(--tco-card-padding, 1.25rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px)}.tco-storage-dontknow-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--tco-form-grid-min, 180px),1fr));gap:var(--tco-form-grid-gap, 1rem)}.tco-storage-weeks{margin-bottom:var(--tco-card-gap, 1.5rem)}.tco-storage-weeks-slider{display:block;width:100%;max-width:280px;margin:.5rem 0 .35rem}.tco-storage-cost-fields{margin-top:var(--tco-card-gap, 1.5rem)}.tco-storage-cost-fields,.tco-storage-cost-fields .tco-field{margin-bottom:var(--tco-card-gap, 1.5rem)}.tco-storage-local-btn{margin-top:.5rem}.tco-storage-optional .tco-field-hint{margin-top:.25rem}.tco-storage-advanced{margin:0;border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);overflow:hidden}.tco-storage-advanced-toggle{width:100%;padding:.75rem 1rem;text-align:left;font-size:.9375rem;font-weight:500;background:var(--surface);border:none;cursor:pointer;color:var(--text)}.tco-storage-advanced-toggle:hover{background:var(--bg-subtle, #f1f5f9)}.tco-storage-advanced-content{padding:1rem;border-top:1px solid var(--border);background:var(--surface)}.tco-storage-advanced-content .tco-field label{color:var(--text)}.tco-storage-advanced-content .tco-field input,.tco-storage-advanced-content .tco-field select{background:var(--bg-subtle, #f5f5f5);border:1px solid var(--border);color:var(--text)}.tco-storage-advanced-content .tco-field-hint{color:var(--text-muted)}.tco-storage-visuals{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem);margin-top:1rem}.tco-storage-visual{padding:var(--tco-card-padding, 1.25rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px)}.tco-storage-pallet-bars,.tco-storage-space-blocks{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.tco-storage-pallet-bar-wrap,.tco-storage-space-block-wrap{display:flex;align-items:center;gap:.75rem}.tco-storage-pallet-bar,.tco-storage-space-block{min-width:4px;height:28px;border-radius:6px;transition:width .2s ease}.tco-storage-pallet-bar--eps,.tco-storage-space-block--eps{background:var(--accent-muted, #cbd5e1)}.tco-storage-pallet-bar--fiber,.tco-storage-space-block--fiber{background:var(--accent, #0ea5e9)}.tco-storage-pallet-bar-label,.tco-storage-space-label{font-size:.875rem;color:var(--text);opacity:.9}.tco-storage-savings-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;background:var(--accent-success, #059669);color:#fff;font-weight:600;font-size:.9375rem;border-radius:8px;width:fit-content}.tco-epr-tab{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem);width:100%;min-width:0;max-width:960px}.tco-epr-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--tco-tab-gap, 1.5rem);align-items:start}@media(max-width:768px){.tco-epr-layout{grid-template-columns:1fr}}.tco-epr-inputs .tco-tab-section-title,.tco-epr-preview .tco-tab-section-title{margin-top:0;margin-bottom:1rem}.tco-epr-input-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);padding:var(--tco-card-padding, 1.25rem)}.tco-epr-input-card-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .75rem}.tco-epr-toggles{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-bottom:0}.tco-epr-input-card .tco-epr-toggles{margin-bottom:0}.tco-epr-scenario-inline{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem;font-size:.875rem}.tco-epr-scenario-label{font-weight:600;color:var(--text);margin-right:.25rem}.tco-epr-input-card .tco-field{margin-top:0}.tco-epr-input-card .tco-field-label{display:block;font-size:.8125rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.tco-epr-input-card .tco-epr-radio-group{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.tco-epr-input-card .tco-epr-weights{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}@media(max-width:420px){.tco-epr-input-card .tco-epr-weights{grid-template-columns:1fr}}.tco-epr-input-card .tco-epr-per-unit-fields{margin-top:1rem}.tco-epr-input-card .tco-epr-per-unit-fields .tco-field-hint{margin-bottom:.5rem}.tco-epr-inputs .tco-field+.tco-field,.tco-epr-inputs .tco-epr-material{margin-top:1rem}.tco-epr-inputs .tco-epr-radio-group{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.tco-epr-presets{display:flex;flex-wrap:wrap;gap:.5rem}.tco-epr-preset-btn{padding:.4rem .75rem;font-size:.8125rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);cursor:pointer;color:var(--text)}.tco-epr-preset-btn:hover{background:var(--border)}.tco-epr-preset-btn--active{background:var(--accent);border-color:var(--accent);color:var(--bg)}.tco-epr-state-mix-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.tco-epr-normalize-btn{padding:.25rem .5rem;font-size:.75rem;border:1px solid var(--border);border-radius:4px;background:var(--bg);cursor:pointer;color:var(--text-muted)}.tco-epr-normalize-btn:hover{color:var(--text);background:var(--border)}.tco-epr-state-mix-list{display:flex;flex-direction:column;gap:.5rem}.tco-epr-state-mix-row{display:grid;grid-template-columns:1fr 4rem 1.5rem;align-items:center;gap:.5rem}.tco-epr-state-label{font-size:.875rem}.tco-epr-share-input{width:100%;padding:.35rem .5rem;font-size:.875rem}.tco-epr-share-suffix{font-size:.875rem;color:var(--text-muted)}.tco-epr-weights,.tco-epr-per-unit-fields{display:grid;grid-template-columns:1fr 1fr;gap:var(--tco-form-grid-gap, 1rem)}.tco-epr-section-label{margin-top:.5rem;margin-bottom:.25rem}.tco-epr-section-hint{margin-bottom:.75rem}.tco-epr-regulatory-risk{padding:.75rem 0;border-top:1px solid var(--border);margin-top:.5rem}.tco-epr-regulatory-risk .tco-field{max-width:8rem}.tco-epr-regulatory-risk-card{padding:var(--tco-card-padding, 1.25rem);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);background:var(--bg);display:flex;flex-direction:column;gap:.25rem;margin-bottom:0;font-size:.875rem}.tco-epr-material{padding:.75rem 0;border-top:1px solid var(--border)}.tco-epr-input-card.tco-epr-material{padding:var(--tco-card-padding, 1.25rem);border-top:none}.tco-epr-material .tco-tab-section-subtitle,.tco-epr-input-card.tco-epr-material .tco-epr-input-card-title{margin-bottom:.75rem}.tco-epr-material-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:.5rem;font-size:.875rem}.tco-epr-material-label{font-weight:600;min-width:3rem}.tco-epr-material-category{color:var(--text-muted);font-size:.8125rem}.tco-epr-eco-label{display:inline-flex;align-items:center;gap:.35rem}.tco-epr-eco-label input{width:3.5rem;padding:.25rem;font-size:.875rem}.tco-epr-cert{margin-left:.5rem}.tco-epr-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:640px){.tco-epr-cards{grid-template-columns:1fr}}.tco-epr-card{padding:var(--tco-card-padding, 1.25rem);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);background:var(--bg);display:flex;flex-direction:column;gap:.25rem}.tco-epr-card--delta{border-color:var(--accent);background:var(--bg)}.tco-epr-card-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.02em;color:var(--text-muted)}.tco-epr-card-value{font-size:1.125rem;font-weight:600}.tco-epr-card-sub{font-size:.8125rem;color:var(--text-muted)}.tco-epr-table-wrap{margin-bottom:1.5rem}.tco-epr-state-table{width:100%;font-size:.875rem}.tco-epr-state-table th,.tco-epr-state-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.tco-epr-state-table th{font-weight:600;color:var(--text-muted)}.tco-epr-sensitivity{padding:.75rem 0;border-top:1px solid var(--border)}.tco-epr-sensitivity-text{margin:0 0 .35rem;font-size:.9375rem}.tco-epr-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.tco-disposal-radio{display:flex;gap:1rem;margin-bottom:.75rem}.tco-disposal-tab{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem)}.tco-disposal-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);padding:var(--tco-card-padding, 1.25rem)}.tco-disposal-section-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.tco-disposal-section .tco-tab-hint{margin:0 0 1rem}.tco-disposal-section .tco-disposal-block-row{margin-bottom:0}.tco-disposal-section .tco-disposal-block-row:last-child{margin-bottom:0}.tco-disposal-tab .tco-disposal-scope{margin-bottom:.5rem;font-size:.8125rem}.tco-disposal-warning{font-size:.75rem;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.4rem .6rem;margin-bottom:.75rem}.tco-disposal-include{margin-bottom:0}.tco-disposal-header-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);padding:var(--tco-card-padding, 1.25rem);margin-bottom:var(--tco-card-gap, 1.5rem)}.tco-disposal-header-summary .tco-tab-section-subtitle{margin:0 0 .75rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.tco-disposal-summary-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem 1.5rem;align-items:baseline;margin-bottom:.75rem}.tco-disposal-summary-row:last-child{margin-bottom:0}.tco-disposal-summary-grid{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;margin-top:.35rem}.tco-disposal-summary-grid:first-of-type{margin-top:0}.tco-disposal-summary-item{display:flex;align-items:baseline;gap:.35rem}.tco-disposal-summary-label{font-size:.8125rem;color:var(--text-muted)}.tco-disposal-summary-value{font-size:.9375rem;font-weight:600;color:var(--text)}.tco-disposal-summary-value--savings{color:var(--success, #22c55e)}.tco-disposal-summary-value--cost{color:var(--danger, #dc2626)}.tco-disposal-dumpster-pulls{margin-top:.5rem}.tco-disposal-block-row{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:.5rem}.tco-disposal-block-row .tco-field{min-width:0;flex:0 1 auto;min-width:160px}.tco-disposal-expand-toggle{display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;font:inherit;font-weight:600;font-size:1rem;letter-spacing:-.02em;color:inherit;background:none;border:none;padding:0;cursor:pointer;transition:color .2s}.tco-disposal-expand-toggle:hover{color:var(--accent)}.tco-disposal-expand-icon{font-size:.7rem;color:var(--text-muted);flex-shrink:0}.tco-disposal-block-content{margin-top:var(--tco-card-gap, 1.5rem);padding:var(--tco-card-padding, 1.25rem) var(--tco-card-padding, 1.25rem) var(--tco-card-padding, 1.25rem) calc(var(--tco-card-padding, 1.25rem) + .25rem);background:var(--surface-elevated, rgba(0, 0, 0, .02));border-left:3px solid var(--border);border-radius:0 8px 8px 0}.tco-disposal-block-content .tco-tab-hint{margin-bottom:.75rem}.tco-disposal-tab .tco-logistics-card--eps{border-left:3px solid var(--danger, #dc2626);background:linear-gradient(to bottom,rgba(220,38,38,.03),var(--surface))}.tco-disposal-tab .tco-logistics-card--fiber{border-left:3px solid var(--accent, #0ea5e9);background:linear-gradient(to bottom,rgba(14,165,233,.05),var(--surface))}.tco-disposal-section .tco-logistics-cards{margin-top:1rem;margin-bottom:0}.tco-disposal-section .tco-logistics-summary{margin-top:1rem}.tco-radio-label{display:flex;align-items:center;gap:.35rem;font-size:.875rem;cursor:pointer}.tco-sensitivity-tab{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem);position:relative;padding-bottom:3rem}.tco-sensitivity-tab .tco-section-hint{margin-bottom:1.25rem;max-width:56ch}.tco-sensitivity-top-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--tco-tab-gap, 1.5rem);margin-bottom:0}.tco-sensitivity-controls-card .tco-overview-card-title,.tco-sensitivity-range-card .tco-overview-card-title{margin-bottom:.75rem}.tco-sensitivity-definitions{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;margin:0 0 1rem;font-size:.875rem;align-items:baseline}.tco-sensitivity-definitions dt{margin:0;font-weight:600;color:var(--text)}.tco-sensitivity-definitions dd{margin:0;color:var(--text-muted)}.tco-sensitivity-strength{margin-bottom:0}.tco-sensitivity-strength-label{font-size:.875rem;font-weight:500;margin-right:.5rem}.tco-sensitivity-strength-options{display:inline-flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:.35rem}.tco-sensitivity-strength-option{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;cursor:pointer}.tco-sensitivity-range-desc{font-size:.8125rem;color:var(--text-muted);margin:0 0 .25rem}.tco-sensitivity-range-hero{font-size:1.125rem;font-weight:600;margin:0 0 .25rem;color:var(--text)}.tco-sensitivity-range-unit{font-weight:500;color:var(--text-muted)}.tco-sensitivity-range-base-line{font-size:.875rem;color:var(--text-muted);margin:0 0 .5rem}.tco-sensitivity-range-base-line strong{color:var(--text);font-weight:600}.tco-sensitivity-band-block{max-width:360px}.tco-sensitivity-band-wrap{position:relative;height:32px;padding-bottom:1.5rem;background:var(--border);border-radius:6px;margin-top:.25rem}.tco-sensitivity-band{position:absolute;inset:4px 0;background:var(--accent);opacity:.35;border-radius:4px}.tco-sensitivity-band-marker{position:absolute;top:-2px;bottom:-2px;width:4px;margin-left:-2px;background:var(--accent);border-radius:2px;pointer-events:none;display:flex;justify-content:center;align-items:flex-end}.tco-sensitivity-band-marker-label{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:4px;padding:2px 6px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--accent);background:var(--surface-elevated, var(--bg));border:1px solid var(--border);border-radius:4px;white-space:nowrap;z-index:1}.tco-sensitivity-band-end-labels{display:flex;justify-content:space-between;margin-top:.25rem;font-size:.75rem;color:var(--text-muted)}.tco-sensitivity-drivers-layout{display:grid;grid-template-columns:1fr minmax(260px,320px);gap:var(--tco-tab-gap, 1.5rem);align-items:stretch;margin-bottom:0}@media(max-width:720px){.tco-sensitivity-drivers-layout{grid-template-columns:1fr}}.tco-sensitivity-tooltip{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;margin-left:.35rem;font-size:.75rem;color:var(--text-muted);background:var(--border);border-radius:50%;cursor:help}.tco-tornado-row--clickable{cursor:pointer;border-radius:6px;padding:.25rem 0}.tco-tornado-row--clickable:hover{background:var(--surface-elevated, rgba(0, 0, 0, .03))}.tco-tornado-row--clickable.tco-tornado-row--selected{background:var(--accent-subtle, rgba(13, 148, 136, .12));outline:1px solid var(--accent)}.tco-sensitivity-detail-panel{width:100%;max-height:420px;min-height:0;padding:var(--tco-card-padding, 1.25rem);background:var(--surface-elevated, #f8fafc);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);font-size:.875rem;display:flex;flex-direction:column;align-self:stretch;overflow:hidden}.tco-sensitivity-detail-title{font-size:.9375rem;font-weight:600;margin:0 0 .75rem}.tco-sensitivity-detail-dl{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;margin:0 0 .75rem}.tco-sensitivity-detail-dl dt{color:var(--text-muted);font-weight:500}.tco-sensitivity-detail-slider-label{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.tco-sensitivity-detail-slider-value{font-weight:600;font-variant-numeric:tabular-nums;color:var(--accent)}.tco-sensitivity-detail-slider{width:100%;margin-top:.25rem}.tco-sensitivity-detail-now{font-size:.8125rem;margin:.5rem 0}.tco-sensitivity-detail-strength-btns{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-top:.5rem;font-size:.8125rem}.tco-sensitivity-detail-strength-btn{padding:.2rem .5rem;font-size:.75rem;border:1px solid var(--border);border-radius:4px;background:var(--bg);color:var(--text);cursor:pointer}.tco-sensitivity-detail-strength-btn--active,.tco-sensitivity-detail-strength-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.tco-sensitivity-detail-chart{margin-top:.75rem;overflow:hidden;flex-shrink:0}.tco-sensitivity-checklist{margin-bottom:1.5rem}.tco-sensitivity-checklist-list{list-style:none;padding:0;margin:.5rem 0 0}.tco-sensitivity-checklist-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.tco-sensitivity-checklist-label{font-weight:500}.tco-sensitivity-checklist-hint{color:var(--text-muted);font-size:.8125rem}.tco-sensitivity-checklist-jump{margin-left:auto;padding:.2rem .5rem;font-size:.8125rem;background:var(--accent);color:#fff;border:none;border-radius:4px;cursor:pointer}.tco-sensitivity-checklist-jump:hover{opacity:.9}.tco-sensitivity-risk-card{margin-bottom:0;padding:var(--tco-card-padding, 1.25rem);background:var(--surface-elevated, #f8fafc);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px)}.tco-sensitivity-risk-text{margin:.35rem 0 0;font-size:.9375rem}.tco-sensitivity-scenario-section{margin-bottom:1.5rem}.tco-scenario-table{width:100%;border-collapse:collapse;font-size:.9375rem;margin-bottom:.5rem}.tco-scenario-table th,.tco-scenario-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.tco-scenario-table th{font-weight:600;color:var(--text-muted)}.tco-scenario-expand-btn{display:inline-flex;align-items:center;gap:.35rem;padding:0;font:inherit;color:inherit;background:none;border:none;cursor:pointer;text-align:left}.tco-scenario-expand-btn:hover{color:var(--accent)}.tco-scenario-expand-icon{font-size:.7rem;color:var(--text-muted)}.tco-scenario-deltas-cell{padding:.5rem .75rem .75rem 1.5rem!important;font-size:.8125rem;color:var(--text-muted);background:var(--surface-elevated, #f8fafc)}.tco-scenario-deltas-cell ul{margin:.25rem 0 0;padding-left:1.25rem}.tco-sensitivity-breakeven{margin-bottom:1.5rem}.tco-sensitivity-breakeven-text{font-size:.9375rem;margin:.35rem 0 0}.tco-sensitivity-breakeven-chart-wrap{margin-top:1rem;overflow:visible}.tco-sensitivity-breakeven-chart-wrap .recharts-wrapper{overflow:visible}.tco-sensitivity-breakeven-chart-wrap .tco-section-hint{margin-bottom:.5rem}.tco-sensitivity-breakeven-chart-wrap .recharts-cartesian-axis-tick-value,.tco-sensitivity-breakeven-chart-wrap .recharts-label{fill:var(--text)!important}.tco-sensitivity-reset-wrap{position:sticky;bottom:.5rem;margin-top:1rem;display:flex;justify-content:flex-end}.tco-sensitivity-reset-btn{padding:.4rem .75rem;font-size:.875rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);cursor:pointer}.tco-sensitivity-reset-btn:hover{background:var(--border)}.tco-tornado{max-width:420px}.tco-tornado-title{font-size:.875rem;font-weight:600;margin-bottom:.75rem}.tco-tornado-row{display:grid;grid-template-columns:1fr 120px 80px;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.8125rem}.tco-tornado-label{color:var(--text)}.tco-tornado-bar-wrap{height:1.25rem;background:var(--border);border-radius:4px;overflow:hidden}.tco-tornado-bar{height:100%;background:var(--accent);border-radius:4px;min-width:4px}.tco-tornado-value{color:var(--text-muted);text-align:right}.tco-projection-tab{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem);padding:0}.tco-projection-tab .tco-overview-grid.tco-projection-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--tco-form-grid-min, 180px),1fr));gap:var(--tco-tab-gap, 1.5rem);margin-bottom:0}.tco-report-tab{display:flex;flex-direction:column;gap:var(--tco-tab-gap, 1.5rem);padding:0}.tco-report-tab-list{margin:0 0 1rem;padding-left:1.25rem;font-size:.9375rem;line-height:1.6;color:var(--text-muted)}.tco-report-tab-list li{margin-bottom:.5rem}.tco-report-tab-section{margin-bottom:0}.tco-report-tab-section:last-of-type{margin-bottom:0}.tco-report-tab-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--tco-form-grid-min, 180px),1fr));gap:var(--tco-form-grid-gap, 1rem);margin-bottom:var(--tco-card-gap, 1.5rem)}.tco-report-tab-fields .tco-field-full{grid-column:1 / -1}.tco-report-tab-review{display:grid;grid-template-columns:1fr 1fr;gap:var(--tco-tab-gap, 1.5rem);margin-top:0}@media(max-width:720px){.tco-report-tab-review{grid-template-columns:1fr}}.tco-report-tab-review-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--tco-card-radius, 12px);padding:var(--tco-card-padding, 1.25rem)}.tco-report-tab-review-block--full{grid-column:1 / -1}.tco-report-tab-review-heading{font-size:.875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin:0 0 .75rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}.tco-report-tab-review-dl{margin:0;display:grid;gap:.35rem 1rem;grid-template-columns:auto 1fr;font-size:.875rem;align-items:baseline}.tco-report-tab-review-dl dt{margin:0;color:var(--text-muted);font-weight:500}.tco-report-tab-review-dl dd{margin:0;text-align:right}.tco-report-tab-review-value--savings{color:var(--success, #22c55e);font-weight:600}.tco-report-tab-review-table{width:100%;border-collapse:collapse;font-size:.875rem}.tco-report-tab-review-table th,.tco-report-tab-review-table td{padding:.4rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.tco-report-tab-review-table th{font-weight:600;color:var(--text-muted)}.tco-report-tab-review-table-total th,.tco-report-tab-review-table-total td{font-weight:600;border-bottom:none;padding-top:.5rem}.tco-report-tab-delta{color:var(--success, #22c55e)}.tco-report-tab-review-empty{padding:var(--tco-card-padding, 1.25rem);background:var(--surface);border:1px dashed var(--border);border-radius:var(--tco-card-radius, 12px);color:var(--text-muted);font-size:.9375rem}.tco-report-tab-review-empty p{margin:0}.tco-report-tab-stakeholder-hint{margin:0 0 .5rem;font-size:.8125rem}.tco-report-tab-stakeholder{margin-top:.5rem}.tco-report-tab-stakeholder-label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.35rem}.tco-report-tab-stakeholder-select{width:100%;max-width:220px;padding:.4rem .6rem;margin-bottom:.75rem;font-size:.875rem;border:1px solid var(--border);border-radius:6px;background:var(--bg)}.tco-report-tab-stakeholder-title{font-size:.9375rem;font-weight:600;margin:0 0 .35rem}.tco-report-tab-stakeholder-what{font-size:.8125rem;color:var(--text-muted);margin:0 0 .5rem}.tco-report-tab-stakeholder-bullets{margin:0 0 .5rem;padding-left:1.25rem;font-size:.875rem}.tco-report-tab-stakeholder-next{font-size:.8125rem;font-weight:600;color:var(--accent);margin:0}.tco-report-tab-generate{margin-top:.5rem}.tco-vol-compare{margin:0 0 2rem}.tco-vol-compare-header{margin-bottom:1.25rem}.tco-vol-compare-title{font-size:1rem;font-weight:700;color:var(--text);margin:0 0 .35rem}.tco-vol-compare-subtitle{font-size:.8125rem;color:var(--text-muted, #6b7280);margin:0;line-height:1.5}.tco-vol-compare-tables{display:flex;flex-direction:column;gap:1.5rem}.tco-vol-compare-group{background:var(--surface-elevated, #1a1f2e);border:1px solid var(--border, #2a3144);border-radius:var(--tco-card-radius, 12px);overflow:hidden}.tco-vol-compare-group-label{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:var(--surface, #111827);border-bottom:1px solid var(--border, #2a3144);flex-wrap:wrap}.tco-vol-compare-size-badge{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:var(--accent, #3b82f6);color:#fff;padding:.2em .55em;border-radius:4px;flex-shrink:0}.tco-vol-compare-vs{font-size:.8125rem;font-weight:600;color:var(--text);flex:1}.tco-vol-compare-parity-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.35);padding:.2em .6em;border-radius:4px;flex-shrink:0}.tco-vol-compare-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.tco-vol-compare-table{width:100%;min-width:560px;border-collapse:collapse;font-size:.8125rem}.tco-vol-compare-th{padding:.6rem .875rem;text-align:left;font-size:.75rem;font-weight:600;color:var(--text-muted, #6b7280);border-bottom:1px solid var(--border, #2a3144);white-space:nowrap}.tco-vol-compare-th--metric{width:28%}.tco-vol-compare-th--fiber,.tco-vol-compare-th--eps{width:26%}.tco-vol-compare-th--delta{width:20%;text-align:center}.tco-vol-compare-brand{display:block;font-size:.75rem;font-weight:700;margin-bottom:.1rem}.tco-vol-compare-brand--fiber{color:var(--accent, #3b82f6)}.tco-vol-compare-brand--eps{color:var(--text-muted, #6b7280)}.tco-vol-compare-sku{display:block;font-size:.75rem;font-weight:500;color:var(--text)}.tco-vol-compare-vendor-link{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:.2em;color:var(--accent, #3b82f6);text-decoration:none;font-weight:600}.tco-vol-compare-vendor-link:hover{text-decoration:underline}.tco-vol-compare-vendor-link .tco-vol-compare-brand,.tco-vol-compare-vendor-link .tco-vol-compare-sku{color:inherit}.tco-vol-compare-ext-icon{font-size:.7em;opacity:.85}.tco-vol-compare-row{border-bottom:1px solid var(--border, #2a3144)}.tco-vol-compare-row:last-child{border-bottom:none}.tco-vol-compare-row--highlight{background:#3b82f60a}.tco-vol-compare-row--nesting{background:#22c55e0a}.tco-vol-compare-row--muted{opacity:.8}.tco-vol-compare-metric,.tco-vol-compare-fiber,.tco-vol-compare-eps,.tco-vol-compare-delta{padding:.625rem .875rem;vertical-align:top}.tco-vol-compare-metric{font-size:.8125rem;font-weight:600;color:var(--text)}.tco-vol-compare-metric-note{display:block;font-size:.6875rem;font-weight:400;color:var(--text-muted, #6b7280);margin-top:.1rem}.tco-vol-compare-fiber,.tco-vol-compare-eps{color:var(--text)}.tco-vol-compare-val{display:block;font-size:.875rem;font-weight:600;line-height:1.3}.tco-vol-compare-val--primary{font-size:.9375rem;color:var(--accent, #3b82f6)}.tco-vol-compare-fiber .tco-vol-compare-val--primary{color:var(--accent, #3b82f6)}.tco-vol-compare-eps .tco-vol-compare-val--primary{color:var(--text)}.tco-vol-compare-sub{display:block;font-size:.6875rem;color:var(--text-muted, #6b7280);margin-top:.15rem}.tco-vol-compare-delta{text-align:center;vertical-align:middle}.tco-vol-compare-badge{display:inline-block;font-size:.75rem;font-weight:700;padding:.2em .55em;border-radius:5px;white-space:nowrap}.tco-vol-compare-badge--win{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.tco-vol-compare-badge--parity{background:#3b82f61f;color:var(--accent, #3b82f6);border:1px solid rgba(59,130,246,.25)}.tco-vol-compare-badge--neutral{background:var(--surface-elevated, #1a1f2e);color:var(--text-muted, #6b7280);border:1px solid var(--border, #2a3144)}.tco-vol-compare-footnote{font-size:.6875rem;color:var(--text-muted, #6b7280);line-height:1.5;margin:1rem 0 0;border-top:1px solid var(--border, #2a3144);padding-top:.75rem}.tco-advanced-section-note{font-size:.8125rem;color:var(--text-muted, #6b7280);margin:0 0 1rem;line-height:1.5}.tco-advanced-volume-audit{margin-top:1.25rem;border:1px solid var(--border, #2a3144);border-radius:8px;overflow:hidden}.tco-advanced-volume-audit-title{font-size:.8125rem;font-weight:600;color:var(--text);padding:.625rem .875rem;margin:0;background:var(--surface, #111827);border-bottom:1px solid var(--border, #2a3144)}.tco-advanced-volume-table{width:100%;border-collapse:collapse;font-size:.8rem}.tco-advanced-volume-table th{padding:.5rem .75rem;text-align:left;font-size:.75rem;font-weight:600;color:var(--text-muted, #6b7280);border-bottom:1px solid var(--border, #2a3144);background:var(--surface-elevated, #1a1f2e);white-space:nowrap}.tco-advanced-volume-table td{padding:.5rem .75rem;border-bottom:1px solid var(--border, #2a3144);color:var(--text)}.tco-advanced-volume-table tr:last-child td{border-bottom:none}.tco-advanced-volume-note{font-size:.6875rem;color:var(--text-muted, #6b7280);padding:.5rem .75rem;margin:0;border-top:1px solid var(--border, #2a3144);background:var(--surface, #111827)}@media(max-width:640px){.tco-vol-compare-th--metric{width:32%}.tco-vol-compare-th--fiber,.tco-vol-compare-th--eps{width:28%}.tco-vol-compare-th--delta{width:12%}.tco-vol-compare-metric,.tco-vol-compare-fiber,.tco-vol-compare-eps,.tco-vol-compare-delta{padding:.5rem .6rem}.tco-vol-compare-group-label{padding:.625rem .75rem}}.tco-geo-audit{display:flex;flex-direction:column;gap:2rem}.tco-geo-section-title{font-size:.875rem;font-weight:700;color:var(--text);margin:0 0 .4rem;display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.tco-geo-params-inline{font-size:.75rem;font-weight:400;color:var(--text-muted, #6b7280);font-family:ui-monospace,monospace}.tco-geo-section-note{font-size:.8rem;color:var(--text-muted, #6b7280);margin:0 0 .875rem;line-height:1.5}.tco-geo-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border, #2a3144);border-radius:8px}.tco-geo-table{width:100%;min-width:900px;border-collapse:collapse;font-size:.775rem}.tco-geo-table--fiber{min-width:1100px}.tco-geo-table thead tr{background:var(--surface, #111827)}.tco-geo-table th{padding:.5rem .65rem;text-align:left;font-size:.7rem;font-weight:600;color:var(--text-muted, #6b7280);border-bottom:2px solid var(--border, #2a3144);white-space:nowrap;vertical-align:bottom}.tco-geo-th--group{border-left:2px solid var(--border, #2a3144)}.tco-geo-th--step{background:#3b82f60d;border-left:1px solid rgba(59,130,246,.15)}.tco-geo-step-badge{display:inline-block;font-size:.65rem;font-weight:700;background:var(--accent, #3b82f6);color:#fff;padding:.1em .3em;border-radius:3px;margin-right:.3em;vertical-align:middle}.tco-geo-row{border-bottom:1px solid var(--border, #2a3144)}.tco-geo-row:last-child{border-bottom:none}.tco-geo-row--supplier-start{border-top:2px solid var(--border, #2a3144)}.tco-geo-row--fiber{background:#3b82f608}.tco-geo-row--fiber:hover{background:#3b82f612}.tco-geo-table tbody tr:hover{background:var(--surface-elevated, #1a1f2e)}.tco-geo-table td{padding:.45rem .65rem;color:var(--text);vertical-align:middle;white-space:nowrap}.tco-geo-td--supplier{font-weight:600;font-size:.775rem;color:var(--text);min-width:90px}.tco-geo-td--name{font-family:ui-monospace,monospace;font-size:.75rem;color:var(--text)}.tco-geo-td--num{text-align:right;font-family:ui-monospace,monospace;font-size:.75rem}.tco-geo-td--muted{text-align:right;font-size:.7rem;color:var(--text-muted, #6b7280);font-family:ui-monospace,monospace}.tco-geo-td--step{background:#3b82f60a;border-left:1px solid rgba(59,130,246,.12)}.tco-geo-td--val{font-weight:700;color:var(--text)}.tco-geo-td--pre-ribs{color:var(--text-muted, #6b7280)}.tco-geo-td--usable{color:var(--accent, #3b82f6)!important;font-size:.825rem!important}.tco-geo-vendor-cuft{font-weight:700;color:#22c55e}.tco-geo-vendor-link{color:var(--accent, #3b82f6);text-decoration:none}.tco-geo-vendor-link:hover{text-decoration:underline}.tco-geo-ext-icon{font-size:.75em;opacity:.85;margin-left:.15em}.tco-geo-formula-note{font-size:.6875rem;color:var(--text-muted, #6b7280);font-family:ui-monospace,monospace;margin:.625rem 0 0;line-height:1.6}.tco-overview-breakdown-stacked .recharts-bar-rectangle{cursor:pointer}.tco-breakdown-detail-backdrop{position:fixed;inset:0;z-index:180;background:#0a0e128c;display:flex;align-items:center;justify-content:center;padding:1.25rem;box-sizing:border-box}.tco-breakdown-detail-panel{position:relative;width:100%;max-width:28rem;max-height:min(85vh,32rem);overflow-y:auto;background:var(--surface-elevated, #fff);color:var(--text, #111);border:1px solid var(--border, #e2e8f0);border-radius:12px;box-shadow:0 16px 48px #0000002e;padding:1.25rem 1.35rem 1.35rem}.tco-breakdown-detail-close{position:absolute;top:.65rem;right:.65rem;width:2rem;height:2rem;border:none;border-radius:8px;background:transparent;color:var(--text-muted, #64748b);font-size:1.35rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.tco-breakdown-detail-close:hover{background:var(--surface, #f1f5f9);color:var(--text, #111)}.tco-breakdown-detail-title{margin:0 2rem .5rem 0;font-size:1.05rem;font-weight:700;line-height:1.25;letter-spacing:-.02em}.tco-breakdown-detail-amount{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted, #64748b)}.tco-breakdown-detail-amount strong{color:var(--text, #111);font-size:1.1rem}.tco-breakdown-detail-dl{margin:0;display:flex;flex-direction:column;gap:.5rem}.tco-breakdown-detail-row{display:grid;grid-template-columns:1fr 1fr;gap:.35rem 1rem;font-size:.8125rem;line-height:1.45}.tco-breakdown-detail-row dt{margin:0;font-weight:600;color:var(--text-muted, #475569)}.tco-breakdown-detail-row dd{margin:0;text-align:right;font-variant-numeric:tabular-nums}.tco-breakdown-detail-footnote{margin:1rem 0 0;padding-top:.75rem;border-top:1px solid var(--border, #e2e8f0);font-size:.75rem;line-height:1.5;color:var(--text-muted, #64748b)}@media(max-width:640px){.tco-calculator-page{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));overflow-x:hidden}.tco-calculator--full{--tco-card-padding: 1rem;--tco-card-gap: 1rem;--tco-form-grid-min: 100%}.tco-full-tabs{padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right))}}@media(max-width:480px){.tco-calculator-page{padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right))}.tco-calculator--full{--tco-card-padding: .875rem;--tco-card-gap: .875rem}.tco-full-tabs{padding-left:max(.5rem,env(safe-area-inset-left));padding-right:max(.5rem,env(safe-area-inset-right))}}@media(max-width:640px){.tco-always-visible-bar{padding:.5rem max(.75rem,env(safe-area-inset-right)) .6rem max(.75rem,env(safe-area-inset-left))}.tco-always-visible-bar-title{font-size:.9375rem;margin-bottom:.25rem}.tco-always-visible-bar-inner{gap:.75rem 1rem}.tco-always-visible-bar-fields{gap:.75rem .875rem}.tco-tab-toggle-row{margin-bottom:.75rem;padding:.375rem 0}.tco-tab-toggle-label{font-size:.875rem}.tco-tab-toggle-label input[type=checkbox]{width:1.25rem;height:1.25rem}.tco-tab-intro-header{flex-direction:column;align-items:flex-start;gap:.5rem}.tco-tab-intro-toggle{font-size:.8125rem;margin-left:0;align-self:flex-end}.tco-tab-intro-toggle input[type=checkbox]{width:1.25rem;height:1.25rem}.tco-always-visible-field input,.tco-always-visible-field select{min-height:44px;padding:.5rem;font-size:16px}.tco-always-visible-volume-row select{min-width:0}.tco-always-visible-volume-row input{min-width:3.5rem}.tco-always-visible-field--product{max-width:100%}.tco-always-visible-field--product select{max-width:100%;min-width:0}.tco-always-visible-field--scenario{max-width:100%}.tco-always-visible-field--scenario select{max-width:100%;min-width:0}.tco-always-visible-label{font-size:.6875rem}.tco-always-visible-calculate{min-height:48px;padding:.75rem 1rem;font-size:1rem;font-weight:600}.tco-always-visible-checkbox-label{min-height:44px;padding:.5rem 0;align-items:center}.tco-always-visible-checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;flex-shrink:0}}@media(max-width:480px){.tco-always-visible-bar-inner{flex-direction:row;flex-wrap:nowrap;align-items:flex-end;gap:.4rem}.tco-always-visible-bar-fields{flex-direction:row;flex-wrap:nowrap}}@media(max-width:640px){.tco-tab-nav{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;gap:.5rem;padding:.5rem 0 var(--tco-tab-gap, 1.5rem);margin-bottom:var(--tco-tab-gap, 1.5rem);scroll-padding-inline:max(.5rem,env(safe-area-inset-left))}.tco-tab-btn{flex:0 0 auto;scroll-snap-align:start;min-height:44px;padding:.625rem 1rem;font-size:.8125rem}}@media(max-width:480px){.tco-tab-btn{min-height:48px;padding:.625rem 1rem}}@media(max-width:640px){.tco-tab-panel{min-height:200px;gap:1rem}.tco-tab-form-grid{grid-template-columns:1fr;gap:var(--tco-form-grid-gap, 1rem)}.tco-tab-section-title{font-size:.9375rem;margin-bottom:.5rem}.tco-tab-section-desc,.tco-tab-hint{font-size:.8125rem;margin-bottom:.75rem}.tco-tab-panel .tco-field input[type=number],.tco-tab-panel .tco-field input[type=text],.tco-tab-panel .tco-field select{min-height:44px;font-size:16px;padding:.5rem .6rem}.tco-tab-panel .tco-field label{font-size:.8125rem}}@media(max-width:640px){.tco-overview-tab,.tco-overview-grid,.tco-overview-stack{gap:1rem}.tco-overview-card{padding:1rem;min-width:0}.tco-overview-card-title{font-size:.875rem;margin-bottom:.5rem}}@media(max-width:480px){.tco-overview-card{padding:.875rem}}@media(max-width:640px){.tco-preset-bar{padding:.5rem 0;margin-bottom:1rem}.tco-preset-select{min-width:0;width:100%;max-width:100%;min-height:44px;padding:.5rem 2rem .5rem .75rem;font-size:16px}}@media(max-width:640px){.tco-advanced-section-toggle,.tco-accordion-toggle,.tco-accordion-toggle--section{min-height:48px;padding:.75rem 1rem;font-size:.875rem}.tco-advanced-section-content .tco-advanced-grid .tco-field input,.tco-advanced-section-content .tco-advanced-grid .tco-field select{min-height:44px;font-size:16px}}@media(max-width:640px){.tco-sensitivity-tab .tco-overview-card,.tco-sensitivity-drivers-main,.tco-sensitivity-detail-panel{min-width:0}.tco-scenario-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.tco-scenario-table th,.tco-scenario-table td{padding:.5rem .35rem;font-size:.8125rem}}@media(max-width:640px){.tco-report-wrap{padding:max(.5rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-right)) max(.5rem,env(safe-area-inset-bottom)) max(.5rem,env(safe-area-inset-left))}.tco-report-actions{flex-direction:column;max-width:100%;margin-bottom:1rem}.tco-report-actions .btn{width:100%;min-height:48px}.tco-report-pdf-preview{max-width:100%;min-height:60vh}.tco-report-pdf-preview iframe{min-height:70vh}}@media(max-width:640px){.tco-calculator--full [class*=tco-],.tco-tornado-row,.tco-sensitivity-checklist-item,.tco-breakdown-row{min-width:0}}.tooltip-container{position:relative;display:inline-block;margin-left:.35rem}.tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;font-size:.75rem;color:var(--text-muted, #666);background:var(--border, #e1e5e9);border-radius:50%;cursor:help;transition:all .15s ease;-webkit-user-select:none;user-select:none}.tooltip-trigger:hover,.tooltip-trigger:focus{background:var(--text-muted, #666);color:#fff;outline:none;box-shadow:0 0 0 2px var(--border, #e1e5e9)}.tooltip-content{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:.5rem;padding:.75rem;background:var(--surface, white);border:1px solid var(--border, #e1e5e9);border-radius:6px;box-shadow:0 4px 12px #00000026;color:var(--text, #333);font-size:.875rem;line-height:1.4;max-width:300px;z-index:1000;white-space:normal;word-wrap:break-word}.tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--surface, white)}.tooltip-content:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(1px);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--border, #e1e5e9);z-index:-1}@media(max-width:768px){.tooltip-content{left:0;right:0;transform:none;margin-bottom:.25rem;max-width:none}.tooltip-content:after,.tooltip-content:before{left:1rem;transform:translate(0)}}.not-found{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.not-found-inner h1{font-size:2.5rem;margin:0 0 .5rem;color:var(--text, #333)}.not-found-inner p{margin:0 0 1.5rem;color:var(--text-muted, #666)}.not-found-link{color:var(--accent, #2563eb);text-decoration:none;font-weight:500}.not-found-link:hover{text-decoration:underline}.tbr{font-family:Inter,system-ui,sans-serif;background:#faf9f6;color:#2d3748;min-height:100%;-webkit-font-smoothing:antialiased}.tbr-nav{position:sticky;top:0;z-index:50;background:#faf9f6eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb}.tbr-nav-inner{max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:4rem}.tbr-brand{display:flex;align-items:center;gap:.5rem}.tbr-brand-icon{width:2rem;height:2rem;border-radius:.25rem;background:#8b7355;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.tbr-brand-title{font-weight:700;font-size:1.25rem;letter-spacing:-.025em;color:#2d3748}.tbr-nav-links{display:none;gap:2rem}@media(min-width:768px){.tbr-nav-links{display:flex}}.tbr-nav-links a{font-size:.875rem;font-weight:500;color:#4b5563;text-decoration:none}.tbr-nav-links a:hover{color:#8b7355}.tbr-main{max-width:80rem;margin:0 auto;padding:2rem 1rem}.tbr-kicker{text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;color:#8b7355;font-weight:600;margin-bottom:.5rem}.tbr-h1{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;color:#111827;margin:0 0 1.5rem;line-height:1.15}.tbr-section-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.tbr-section-lead{color:#4b5563;margin:.5rem 0 0;font-size:1rem}.tbr-section-head{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.tbr-mb16{margin-bottom:4rem}.tbr-mb20{margin-bottom:5rem}.tbr-scroll-mt{scroll-margin-top:6rem}.tbr-grid-kpi{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media(min-width:768px){.tbr-grid-kpi{grid-template-columns:2fr 1fr}}.tbr-prose{font-size:1.125rem;line-height:1.7;color:#374151}.tbr-prose p{margin:0 0 1rem}.tbr-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;font-size:.875rem;color:#6b7280}.tbr-badge{background:#e5e7eb;padding:.25rem .75rem;border-radius:9999px}.tbr-kpi-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f3f4f6;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.tbr-kpi-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.tbr-kpi-value{font-size:3.75rem;font-weight:700;color:#8b7355;line-height:1;margin-bottom:.5rem}.tbr-kpi-sub{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.tbr-kpi-row{display:flex;justify-content:space-between;width:100%;font-size:.875rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f3f4f6}.tbr-spec-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.tbr-spec-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.tbr-spec-grid{grid-template-columns:repeat(3,1fr)}}.tbr-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #f3f4f6;box-shadow:0 1px 2px #0000000d}.tbr-card-icon{font-size:1.5rem;margin-bottom:1rem}.tbr-card h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .5rem}.tbr-card ul{margin:0;padding:0;list-style:none;font-size:.875rem;color:#4b5563}.tbr-card li{margin-bottom:.5rem}.tbr-card strong{color:#1f2937}.tbr-dash{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f3f4f6;overflow:hidden}.tbr-tabs{display:flex;border-bottom:1px solid #e5e7eb}.tbr-tab{flex:1;padding:1rem;font-weight:500;font-size:.875rem;cursor:pointer;border:none;background:none;font-family:inherit;transition:color .15s,border-color .15s}.tbr-tab--active{color:#8b7355;font-weight:600;border-bottom:2px solid #8b7355;margin-bottom:-1px}.tbr-tab--inactive{color:#9ca3af;border-bottom:2px solid transparent}.tbr-tab--inactive:hover{color:#4b5563}.tbr-tab-panel{padding:1.5rem}@media(min-width:768px){.tbr-tab-panel{padding:2rem}}.tbr-chart-wrap{position:relative;width:100%;max-width:800px;margin:0 auto;height:320px}@media(min-width:768px){.tbr-chart-wrap{height:380px}}.tbr-math-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.tbr-math-grid{grid-template-columns:repeat(3,1fr)}}.tbr-math-box{background:#faf9f6;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0}.tbr-math-box--highlight{background:#fff;box-shadow:0 4px 6px -1px #00000014;border-color:#8b735559}.tbr-math-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0 0 1rem}.tbr-math-mono{font-family:ui-monospace,monospace;font-size:.8125rem;background:#fff;padding:.75rem;border-radius:.375rem;border:1px solid #f3f4f6;color:#374151;margin:.5rem 0;line-height:1.5}.tbr-math-result{font-size:1.5rem;font-weight:700;margin-top:1rem}.tbr-math-result--taupe{color:#8b7355}.tbr-math-result--teal{color:#5c7b89}.tbr-insight-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.tbr-insight-grid{grid-template-columns:repeat(2,1fr)}}.tbr-insight{background:#fff;padding:2rem;border-radius:.75rem;border:1px solid #f3f4f6;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease}.tbr-insight:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.tbr-insight-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.tbr-insight-icon{width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.tbr-insight h3{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.tbr-insight p{margin:0;color:#4b5563;line-height:1.65;flex-grow:1}.tbr-footer{background:#111827;color:#fff;padding:2rem 1rem;border-top:1px solid #1f2937}.tbr-footer-inner{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.tbr-footer-inner{flex-direction:row;justify-content:space-between}}.tbr-footer-meta{color:#9ca3af;font-size:.875rem}.tbr-back{display:inline-block;margin-bottom:1rem;font-size:.875rem;color:#5c7b89;text-decoration:none}.tbr-back:hover{text-decoration:underline}.tbr-version{font-size:.75rem;color:#9ca3af;margin-top:.25rem}
