:root{--navy:#0b1d3a;--blue:#3498db;--blue-ui:#3b82f6;--gold:#d4952b;--green:#27ae60;--green-l:#e8f8f0;--red:#e74c3c;--red-l:#fde8e8;--orange:#f39c12;--orange-l:#fef3e2;--info-light:#ebf5fb;--purple:#9b59b6;--bg:#f5f6fa;--surface:#fff;--surface-muted:#f7fafc;--border:#e1e5ea;--fg:#2c3e50;--fg-strong:#0f172a;--fg-muted:#64748b;--fg-subtle:#6b7686;--grid:#e5e7eb;--sidebar-bg:#0b1d3a;--topbar-bg:#fff;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 12px 40px #00000029;--radius:10px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, monospace}[data-theme=dark]{--bg:#0d1117;--surface:#161b22;--surface-muted:#1c2128;--border:#30363d;--fg:#e6edf3;--fg-strong:#fff;--fg-muted:#8b949e;--fg-subtle:#828b96;--grid:#21262d;--topbar-bg:#161b22;--sidebar-bg:#0d1117;--shadow-sm:0 1px 3px #0000004d;--green-l:#3fb95026;--red-l:#f8514929;--orange-l:#d2992229;--info-light:#388bfd29}:focus-visible{outline:2px solid var(--fuller-red,#c0202c);outline-offset:2px}[data-theme=dark] :focus-visible{outline-color:var(--fuller-red,#e0555f)}.skip-link{z-index:2100;background:var(--surface);color:var(--fg-strong);box-shadow:var(--shadow-md);border-radius:0 0 8px;padding:10px 16px;font-size:.85rem;font-weight:600;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}*{box-sizing:border-box}body{font-family:var(--font);background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;margin:0}.shell{min-height:100vh;display:flex}.main-area{flex-direction:column;flex:1;min-width:0;display:flex}.main-content{flex:1;width:100%;max-width:1500px;margin-inline:auto;padding:24px 28px 80px}.sidebar{background:var(--sidebar-bg);color:#fff;flex-direction:column;flex-shrink:0;width:240px;height:100vh;transition:width .2s;display:flex;position:sticky;top:0}.sidebar.collapsed{width:64px}.sidebar-brand{border-bottom:1px solid #ffffff1a;align-items:center;gap:11px;padding:18px 16px;display:flex}.sidebar-brand img{border-radius:6px;flex-shrink:0;width:30px;height:30px}.sidebar-brand b{white-space:nowrap;font-size:1.05rem;font-weight:700}.sidebar.collapsed .sidebar-brand b,.sidebar.collapsed .nav-label,.sidebar.collapsed .nav-item span.lbl,.sidebar.collapsed .sidebar-user-info{display:none}.sidebar-nav{flex:1;padding:8px 0;overflow-y:auto}.nav-group-label{text-transform:uppercase;letter-spacing:.05em;color:#ffffffa6;padding:12px 16px 5px;font-size:.66rem;font-weight:700}.nav-item{color:#ffffffb3;cursor:pointer;white-space:nowrap;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:11px;width:100%;padding:9px 16px 9px 22px;font-size:.86rem;transition:all .15s;display:flex}.nav-item .ic{text-align:center;flex-shrink:0;width:18px;font-size:.95rem}.nav-item:hover{color:#fff;background:#ffffff0f}.sidebar-user{border-top:1px solid #ffffff1a;align-items:center;gap:9px;margin-top:auto;padding:12px;display:flex}.sidebar-user-avatar{background:var(--blue-ui);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.sidebar-user-info{min-width:0}.sidebar-user-name{color:#fff;font-size:13px;font-weight:500}.sidebar-user-email{color:#ffffffa6;font-size:12px}.top-bar{background:var(--topbar-bg);border-bottom:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;padding:10px 20px;display:flex;position:sticky;top:0}.top-bar-left{align-items:center;gap:12px;display:flex}.breadcrumb{color:var(--fg-muted);align-items:center;gap:7px;font-size:14px;display:flex}.breadcrumb .cur{color:var(--fg-strong);font-weight:600}.top-bar-right{align-items:center;gap:10px;display:flex}.icon-btn{border:1px solid var(--border);cursor:pointer;color:var(--fg-muted);background:0 0;border-radius:6px;padding:5px 9px;font-size:14px;line-height:1;transition:all .15s}.icon-btn:hover{background:var(--surface-muted);color:var(--fg-strong)}.collapse-btn{color:var(--fg-muted);cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:18px}.live-dot{color:var(--fg-muted);align-items:center;gap:6px;font-size:12px;display:inline-flex}.live-dot:before{content:"";background:var(--green);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse;box-shadow:0 0 #27ae6080}@keyframes pulse{0%{box-shadow:0 0 #27ae6080}70%{box-shadow:0 0 0 6px #27ae6000}to{box-shadow:0 0 #27ae6000}}.page-head{margin-bottom:18px}.page-title{color:var(--fg-strong);margin:0;font-size:1.7rem;font-weight:700}.page-sub{color:var(--fg-muted);margin:4px 0 0;font-size:.9rem}.grid-2{grid-template-columns:1fr 1fr;gap:18px;display:grid}.grid-3{grid-template-columns:2fr 1fr;gap:18px;display:grid}@media (width<=1000px){.grid-2,.grid-3{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:18px;padding:18px 20px}.card-title{color:var(--navy);margin:0;font-size:1rem;font-weight:700}[data-theme=dark] .card-title{color:var(--fg-strong)}.card-desc{color:var(--fg-muted);margin:3px 0 12px;font-size:.78rem}.chart-container{width:100%;position:relative}.chart-container svg{width:100%;height:auto;display:block}.chart-legend{color:var(--fg-muted);flex-wrap:wrap;align-items:center;gap:14px;margin:0 0 6px 4px;font-size:.75rem;font-weight:600;display:flex}.chart-legend .cl-item{align-items:center;gap:6px;display:inline-flex}.chart-legend .cl-swatch{border-radius:3px;flex-shrink:0;width:10px;height:10px;display:inline-block}.chart-legend .cl-swatch.line{border-radius:2px;width:14px;height:3px}.d3-tooltip{pointer-events:none;color:#fff;opacity:0;z-index:2000;background:#1e293bf2;border-radius:6px;max-width:240px;padding:8px 12px;font-size:12px;line-height:1.4;transition:opacity .15s;position:fixed}.tip-title{margin-bottom:4px;font-weight:700}.tip-row{justify-content:space-between;gap:14px;display:flex}.tip-label{opacity:.7}.tip-value{font-weight:600}.tab-bar{border-bottom:2px solid var(--border);gap:0;margin-bottom:18px;display:flex}.tab-btn{color:var(--fg-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:9px 18px;font-size:.88rem;font-weight:600;transition:all .15s}[data-theme=dark] .tab-btn.active{color:#58a6ff;border-bottom-color:#58a6ff}.prio-badge{letter-spacing:.04em;border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:700}.prio-badge.high{background:var(--red-l);color:var(--red-text,#c0392b)}.prio-badge.medium{background:var(--orange-l);color:var(--amber-text,#9a6309)}.prio-badge.low{background:var(--surface-muted);color:var(--fg-muted)}.btn{font-family:var(--font);cursor:pointer;border:1px solid #0000;border-radius:6px;padding:7px 15px;font-size:.8rem;font-weight:600;transition:all .15s}.btn-ghost{color:var(--fg-muted);border-color:var(--border);background:0 0}.btn-ghost:hover{background:var(--surface-muted);color:var(--fg-strong)}.assistant-fab{background:var(--navy);width:58px;height:58px;box-shadow:var(--shadow-lg);cursor:pointer;z-index:1000;border:none;border-radius:50%;padding:0;transition:transform .15s;position:fixed;bottom:22px;right:22px}.assistant-fab:hover{transform:scale(1.05)}.assistant-fab img{border-radius:50%;width:52px;height:52px}.assistant-fab-badge{background:var(--red);border:2px solid #fff;border-radius:50%;width:13px;height:13px;position:absolute;top:2px;right:2px}.assistant-panel{background:var(--surface);border:1px solid var(--border);width:396px;max-width:calc(100vw - 32px);height:580px;max-height:calc(100vh - 44px);box-shadow:var(--shadow-lg);z-index:1050;border-radius:16px;flex-direction:column;display:flex;position:fixed;bottom:22px;right:22px;overflow:hidden}.assistant-header{background:var(--navy);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.assistant-header-left{align-items:center;gap:10px;display:flex}.assistant-header-left img{border-radius:50%;width:34px;height:34px}.assistant-title{font-size:.92rem;font-weight:700}.assistant-status{color:#fff9;font-size:.7rem}.assistant-header-actions{gap:2px;display:flex}.assistant-hbtn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:5px;padding:5px;display:flex}.assistant-hbtn:hover{color:#fff;background:#ffffff1f}.assistant-body{background:var(--surface-muted);flex-direction:column;flex:1;gap:11px;padding:14px;display:flex;overflow-y:auto}.assistant-welcome{text-align:center;padding:12px 6px}.assistant-welcome img{border-radius:50%;width:56px;height:56px;margin-bottom:8px}.assistant-welcome h3{color:var(--fg-strong);margin:0 0 4px;font-size:1rem}.assistant-welcome p{color:var(--fg-muted);margin:0 0 14px;font-size:.82rem;line-height:1.45}.suggestions-label{text-transform:uppercase;letter-spacing:.05em;color:var(--fg-subtle);text-align:left;margin-bottom:7px;font-size:.68rem;font-weight:700}.suggestion{text-align:left;width:100%;color:var(--blue);border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:9px;margin-bottom:7px;padding:9px 11px;font-size:.8rem;transition:all .15s;display:block}.suggestion:hover{border-color:var(--blue);background:var(--surface-muted)}.msg{gap:8px;max-width:92%;display:flex}.msg.user{align-self:flex-end}.msg.assistant{align-self:flex-start}.msg-avatar{border-radius:50%;flex-shrink:0;align-self:flex-end;width:26px;height:26px}.msg-bubble{border-radius:13px;padding:9px 12px;font-size:.83rem;line-height:1.5}.msg.assistant .msg-bubble{background:var(--surface);border:1px solid var(--border);color:var(--fg);border-bottom-left-radius:4px}.msg.user .msg-bubble{background:var(--blue);color:#fff;border-bottom-right-radius:4px}.msg-bubble .metric{color:var(--gold);font-weight:700}.msg.assistant .msg-bubble .metric{color:var(--orange)}.typing{gap:4px;padding:12px;display:flex}.typing span{background:var(--fg-subtle);border-radius:50%;width:7px;height:7px;animation:1.2s infinite typing}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.assistant-input-bar{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:center;gap:8px;padding:11px 12px;display:flex}.assistant-input{border:1px solid var(--border);font-family:var(--font);color:var(--fg);background:var(--surface-muted);resize:none;border-radius:9px;flex:1;padding:9px 11px;font-size:.83rem}.assistant-input:focus{border-color:var(--fuller-red,#c0202c);box-shadow:0 0 0 3px color-mix(in srgb, var(--fuller-red,#c0202c) 18%, transparent);outline:none}.assistant-send{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.assistant-send:disabled{opacity:.4;cursor:not-allowed}.assistant-footer{color:var(--fg-subtle);text-align:center;background:var(--surface);border-top:1px solid var(--border);padding:7px;font-size:.66rem}.action-card{background:var(--surface);border:1px dashed var(--blue);border-radius:10px;padding:11px 13px}.action-card-label{color:var(--fg-muted);margin-bottom:7px;font-size:.7rem}.action-card-actions{gap:7px;display:flex}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.scroll-y{overflow:auto}.mobile-nav-btn{color:var(--fg-muted);cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:20px;line-height:1;display:none}@media (width<=860px){.sidebar{z-index:1200;width:270px;height:100dvh;box-shadow:var(--shadow-lg);transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.sidebar.collapsed{width:270px}.sidebar.collapsed .brand-word,.sidebar.collapsed .brand-sub,.sidebar.collapsed .nav-item span.lbl,.sidebar.collapsed .sidebar-user-info,.sidebar.collapsed .nav-tag,.sidebar.collapsed .proj-select-wrap{display:revert}.nav-backdrop{z-index:1100;background:#00000073;position:fixed;inset:0}.collapse-btn{display:none}.mobile-nav-btn{align-items:center;display:inline-flex}.top-bar{padding:8px 12px}.top-bar-left{gap:8px;min-width:0}.breadcrumb{min-width:0;font-size:13px}.breadcrumb>span:first-child,.breadcrumb>span:nth-child(2){display:none}.breadcrumb .cur{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.live-dot{display:none}.top-bar-right{gap:6px}.main-content{padding:14px 14px 96px}.page-title{font-size:1.4rem}.page-sub{font-size:.84rem}.card{padding:14px}.split-grid{grid-template-columns:1fr!important}.card-head{flex-direction:column;align-items:stretch}.card-head-controls{flex-wrap:wrap}.card-head-controls .mini-select{flex:1;min-width:0!important}.mini-select,.compare-select,.date-range input,.field input,.field select,.field textarea,.proj-combo-search,.notes-area textarea,.assistant-input{font-size:16px}.icon-btn,.mobile-nav-btn,.assistant-send,.sidebar-logout,.period-shortcuts button,.tab-btn{min-width:44px;min-height:44px}}:root{--font-display:"Playfair Display", Georgia, "Times New Roman", serif;--fuller-red:#c0202c;--fuller-red-dark:#9e1822;--gold:#c0202c;--navy:#221f1c;--bg:#f4f1ea;--surface:#fff;--surface-muted:#f6f3ec;--border:#e7e1d6;--fg:#34302a;--fg-strong:#1c1916;--fg-muted:#665e51;--fg-subtle:#736a5b;--sidebar-bg:#1c1916;--topbar-bg:#fff;--green-text:#1e7a45;--red-text:#c0392b;--amber-text:#9a6309;--info-text:#1f6391;--surface-2:#1c19160d;--border-strong:#d3ccbd}[data-theme=dark]{--gold:#e0555f;--fuller-red:#e0555f;--bg:#0d1117;--surface:#161b22;--surface-muted:#1c2128;--border:#30363d;--fg:#e6edf3;--fg-strong:#fff;--fg-muted:#8b949e;--fg-subtle:#828b96;--sidebar-bg:#0d1117;--topbar-bg:#161b22;--green-text:#3fb950;--red-text:#f0635a;--amber-text:#f39c12;--info-text:#58a6ff;--surface-2:#ffffff0f;--border-strong:#484f58}body{font-family:var(--font)}.page-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--fg-strong);font-size:1.85rem;font-weight:800}.sidebar-brand{flex-direction:column;align-items:flex-start;gap:3px;padding:16px 18px 14px}.brand-row{align-items:center;gap:9px;display:flex}.brand-mark{background:linear-gradient(135deg, var(--fuller-red), var(--fuller-red-dark));color:#fff;width:30px;height:30px;font-family:var(--font-display);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex;box-shadow:0 1px 4px #00000059}.brand-word{font-family:var(--font-display);letter-spacing:0;color:#fff;font-size:1.18rem;font-weight:700;line-height:1}.brand-word .amp{color:var(--fuller-red)}.brand-sub{letter-spacing:.16em;text-transform:uppercase;color:var(--fuller-red);margin-top:1px;padding-left:39px;font-size:.6rem;font-weight:700}.sidebar.collapsed .sidebar-brand{align-items:center;padding:16px 0}.sidebar.collapsed .brand-word,.sidebar.collapsed .brand-sub{display:none}.proj-select-wrap{border-bottom:1px solid #ffffff1a;padding:12px 12px 11px}.proj-select-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffffa6;margin-bottom:6px;padding-left:3px;font-size:.75rem;font-weight:700}.proj-select{color:#fff;width:100%;font-family:var(--font);cursor:pointer;appearance:none;background:#ffffff0f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 8l3-3.5' stroke='%23D4952B' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") right 11px center no-repeat;border:1px solid #ffffff29;border-radius:8px;padding:9px 30px 9px 11px;font-size:.82rem;font-weight:600}.proj-select:focus{border-color:var(--gold);box-shadow:0 0 0 3px color-mix(in srgb, var(--gold) 30%, transparent);outline:none}.proj-select option{color:#0b1d3a;background:#fff}.proj-meta{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.proj-meta .chip{color:#ffffffb3;white-space:nowrap;background:#ffffff12;border-radius:5px;padding:3px 7px;font-size:.75rem;font-weight:600}.proj-meta .chip b{color:var(--gold);font-weight:700}.sidebar.collapsed .proj-select-wrap{display:none}.proj-select-in-nav{border-top:1px solid #ffffff1a;border-bottom:none;margin-top:4px}.proj-combo{position:relative}.proj-combo-btn{text-align:left;overflow:hidden}.proj-combo-cur{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.proj-combo-panel{z-index:60;background:var(--surface);border:1px solid var(--border);border-radius:9px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow:hidden;box-shadow:0 14px 40px #00000047}.proj-combo-search{box-sizing:border-box;border:none;border-bottom:1px solid var(--border);background:var(--surface);width:100%;color:var(--fg);font-family:var(--font);outline:none;padding:10px 12px;font-size:.82rem}.proj-combo-search:focus{border-bottom-color:var(--fuller-red);box-shadow:inset 0 -2px 0 color-mix(in srgb, var(--fuller-red) 60%, transparent)}.proj-combo-list{max-height:340px;overflow-y:auto}.proj-combo-item{text-align:left;width:100%;color:var(--fg);cursor:pointer;font-family:var(--font);background:0 0;border:none;padding:7px 12px;line-height:1.25;display:block}.proj-combo-item.hi,.proj-combo-item:hover{background:var(--surface-muted)}.proj-combo-item.sel{background:#c0202c1a}.proj-combo-item .pc-no{color:var(--fg-strong);font-size:.82rem;font-weight:700}.proj-combo-item .pc-name{color:var(--fg);margin-left:6px;font-size:.82rem}.proj-combo-item .pc-meta{color:var(--fg-muted);margin-top:1px;font-size:.75rem;display:block}.proj-combo-empty,.proj-combo-more{color:var(--fg-muted);padding:11px 12px;font-size:.76rem}.nav-tag{color:#ffffffa6;margin-left:auto;font-size:.75rem;font-style:italic}.sidebar.collapsed .nav-tag{display:none}.period-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;padding:10px 14px;display:flex}.pb-label{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);font-size:.75rem;font-weight:700}.period-shortcuts{border:1px solid var(--border);border-radius:7px;display:flex;overflow:hidden}.period-shortcuts button{background:var(--surface);border:none;border-right:1px solid var(--border);font-family:var(--font);color:var(--fg-muted);cursor:pointer;white-space:nowrap;padding:6px 11px;font-size:.75rem;font-weight:600;transition:all .12s}.period-shortcuts button:last-child{border-right:none}.period-shortcuts button:hover{background:var(--surface-muted);color:var(--fg-strong)}[data-theme=dark] .period-shortcuts button.active{background:var(--blue-ui)}.date-range{color:var(--fg-muted);align-items:center;gap:6px;font-size:.75rem;display:flex}.date-range input{font-family:var(--font);color:var(--fg);background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:5px 8px;font-size:.75rem}.compare-toggle{color:var(--fg-muted);border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:7px;align-items:center;gap:8px;padding:5px 11px;font-size:.75rem;font-weight:600;display:flex}[data-theme=dark] .compare-toggle.on{color:#58a6ff;border-color:#58a6ff}.compare-toggle .sw{background:var(--border);border-radius:999px;flex-shrink:0;width:28px;height:16px;transition:background .15s;position:relative}.compare-toggle.on .sw{background:var(--green)}.compare-toggle .sw:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .15s;position:absolute;top:2px;left:2px}.compare-toggle.on .sw:after{transform:translate(12px)}.compare-select{font-family:var(--font);color:var(--fg);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:5px 8px;font-size:.75rem;font-weight:600}.pb-spacer{flex:1}.snap-grid{grid-template-columns:repeat(12,1fr);gap:14px;margin-bottom:16px;display:grid}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-9{grid-column:span 9}.col-12{grid-column:span 12}@media (width<=1180px){.col-3{grid-column:span 4}.col-4,.col-5,.col-7,.col-8,.col-9{grid-column:span 6}}@media (width<=760px){.snap-grid>*{grid-column:span 12!important}}.metric-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;min-height:104px;padding:14px 16px;display:flex}.mt-label{text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);align-items:center;gap:6px;font-size:.75rem;font-weight:700;display:flex}.mt-value{font-family:var(--font-display);color:var(--navy);letter-spacing:-.01em;margin-top:5px;font-size:1.5rem;font-weight:800;line-height:1.08}[data-theme=dark] .mt-value{color:var(--fg-strong)}.mt-value.sm{font-size:1.2rem}.mt-foot{flex-wrap:wrap;align-items:center;gap:10px;margin-top:auto;padding-top:9px;display:flex}.trend-chip{white-space:nowrap;align-items:center;gap:3px;font-size:.75rem;font-weight:700;display:inline-flex}.trend-chip.up{color:var(--green-text)}.trend-chip.down{color:var(--red-text)}.trend-chip.flat{color:var(--fg-muted)}.mt-sub{color:var(--fg-subtle);font-size:.75rem}.mt-breakdown{flex-direction:column;gap:5px;margin-top:10px;display:flex}.mt-breakdown .row{justify-content:space-between;align-items:baseline;gap:10px;font-size:.75rem;line-height:1.35;display:flex}.mt-breakdown .row .k{color:var(--fg-muted);white-space:nowrap}.mt-breakdown .row .v{color:var(--fg-strong);font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.mt-breakdown .row .v.pos{color:var(--green-text)}.mt-breakdown .row .v.neg{color:var(--red-text)}.tile-accent{border-top:3px solid var(--gold)}.pct-wrap{margin-top:8px}.pct-bar{background:var(--surface-muted);border-radius:999px;height:8px;position:relative;overflow:hidden}.pct-bar .fill{background:var(--blue);border-radius:999px;height:100%;transition:width .4s}.pct-bar .fill.ahead{background:var(--green)}.pct-bar .fill.behind{background:var(--orange)}.pct-marker{background:var(--navy);border-radius:1px;width:2px;height:14px;position:absolute;top:-3px}[data-theme=dark] .pct-marker{background:#fff}.pct-legend{color:var(--fg-muted);justify-content:space-between;margin-top:5px;font-size:.75rem;display:flex}.cpi-big{font-family:var(--font-display);letter-spacing:-.02em;font-size:2.2rem;font-weight:800;line-height:1}.cpi-big.good{color:var(--green-text)}.cpi-big.bad{color:var(--red-text)}.cpi-big.warn{color:var(--amber-text)}.check-card .legend{flex-wrap:wrap;gap:12px;margin-bottom:10px;display:flex}.check-card .legend span{color:var(--fg-muted);align-items:center;gap:5px;font-size:.75rem;display:inline-flex}.check-card .legend i{border-radius:3px;width:10px;height:10px;display:inline-block}.check-table{border-collapse:collapse;width:100%;font-size:.82rem}.check-table th{text-align:right;text-transform:uppercase;letter-spacing:.04em;color:var(--fg-muted);border-bottom:1px solid var(--border);padding:7px 10px;font-size:.75rem;font-weight:700}.check-table th:first-child{text-align:left}.check-table td{text-align:right;font-variant-numeric:tabular-nums;border-bottom:1px solid var(--surface-muted);padding:9px 10px}.check-table td:first-child{text-align:left;color:var(--fg-strong);font-weight:600}.check-table tfoot td{border-top:2px solid var(--border);color:var(--navy);border-bottom:none;font-weight:700}[data-theme=dark] .check-table tfoot td{color:var(--fg-strong)}.diff.pos{color:var(--green-text);font-weight:700}.diff.neg{color:var(--red-text);font-weight:700}.report-table th>button,.check-table th>button{font:inherit;color:inherit;text-transform:inherit;letter-spacing:inherit;text-align:inherit;cursor:pointer;background:0 0;border:0;width:100%;margin:0;padding:0;display:block}.report-table th .sort-ind,.check-table th .sort-ind{opacity:.4}.report-table th[aria-sort] .sort-ind,.check-table th[aria-sort] .sort-ind,.report-table th .sort-ind.active,.check-table th .sort-ind.active{opacity:1}.card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.card-head .card-title{margin:0}.card-head-controls{align-items:center;gap:7px;display:flex}.mini-select{font-family:var(--font);color:var(--fg);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:5px 9px;font-size:.75rem;font-weight:600}.mini-label{text-transform:uppercase;letter-spacing:.04em;color:var(--fg-muted);font-size:.75rem;font-weight:700}.budget-window{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.bw-toolbar{border-bottom:1px solid var(--border);background:var(--surface-muted);flex-wrap:wrap;align-items:center;gap:8px;padding:11px 14px;display:flex}.bw-reportlist{flex:1;padding:6px;overflow-y:auto}.bw-report-item{cursor:pointer;color:var(--fg);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:.84rem;display:flex}.bw-report-item:hover{background:var(--surface-muted)}.bw-report-item.active{color:var(--navy);background:#3498db14;font-weight:600}[data-theme=dark] .bw-report-item.active{color:#58a6ff}.bw-report-item .ic{background:var(--surface-muted);width:30px;height:30px;color:var(--blue);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;display:flex}.bw-pdf{background:var(--surface-muted);border-radius:9px;flex:1;min-height:360px;margin:0 14px 14px;padding:22px 26px;overflow-y:auto}.pdf-page{box-shadow:var(--shadow-md);color:#2c3e50;background:#fff;border-radius:3px;padding:28px 30px;font-size:.78rem}[data-theme=dark] .pdf-page{color:#2c3e50}.pdf-page h4{font-family:var(--font-display);color:var(--navy);margin:0 0 3px;font-size:1.05rem}.report-builder{grid-template-columns:280px 1fr;align-items:start;gap:16px;display:grid}@media (width<=980px){.report-builder{grid-template-columns:1fr}}.builder-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:16px;position:sticky;top:76px}.builder-section{margin-bottom:16px}.builder-section:last-child{margin-bottom:0}.builder-section h5{text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);margin:0 0 8px;font-size:.66rem;font-weight:700}.report-type-list{flex-direction:column;gap:3px;display:flex}.report-type{cursor:pointer;color:var(--fg);border:1px solid #0000;border-radius:7px;align-items:center;gap:9px;padding:8px 10px;font-size:.82rem;display:flex}.report-type:hover{background:var(--surface-muted)}.report-type.active{border-color:var(--border);color:var(--navy);background:#0b1d3a0d;font-weight:600}.report-type .rt-ic{color:var(--blue);text-align:center;width:18px;font-size:.95rem}.check-list{flex-direction:column;gap:6px;display:flex}.report-canvas{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;min-height:540px;display:flex}.report-canvas-head{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:14px 18px;display:flex}.report-doc-title{font-family:var(--font-display);color:var(--navy);margin:0;font-size:1.15rem;font-weight:800}[data-theme=dark] .report-doc-title{color:var(--fg-strong)}.report-doc-sub{color:var(--fg-muted);margin:2px 0 0;font-size:.75rem}.report-body{padding:18px}.summary-strip{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}@media (width<=640px){.summary-strip{grid-template-columns:repeat(2,1fr)}}.summary-cell{border:1px solid var(--border);border-radius:9px;padding:11px 13px}.summary-cell .sc-label{text-transform:uppercase;letter-spacing:.04em;color:var(--fg-muted);font-size:.75rem;font-weight:700}.summary-cell .sc-val{font-family:var(--font-display);color:var(--navy);margin-top:4px;font-size:1.25rem;font-weight:800}[data-theme=dark] .summary-cell .sc-val{color:var(--fg-strong)}.summary-cell .sc-sub{color:var(--fg-subtle);margin-top:2px;font-size:.75rem}.report-table{border-collapse:collapse;width:100%;font-size:.82rem}.report-table th{text-align:right;text-transform:uppercase;letter-spacing:.04em;color:var(--fg-muted);border-bottom:2px solid var(--border);background:var(--surface-muted);padding:8px 10px;font-size:.75rem;font-weight:700}.report-table th:first-child{text-align:left}.report-table td{text-align:right;font-variant-numeric:tabular-nums;border-bottom:1px solid var(--surface-muted);color:var(--fg);padding:9px 10px}.report-table td:first-child{text-align:left;color:var(--fg-strong);font-weight:600}.report-table tfoot td{border-top:2px solid var(--border);color:var(--navy);font-weight:700}[data-theme=dark] .report-table tfoot td{color:var(--fg-strong)}.doc-window{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.doc-window-head{border-bottom:1px solid var(--border);background:var(--surface-muted);justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:12px 15px;display:flex}.doc-window-head h4{color:var(--navy);white-space:nowrap;align-items:center;gap:8px;margin:0;font-size:.92rem;font-weight:700;display:flex}[data-theme=dark] .doc-window-head h4{color:var(--fg-strong)}.doc-badge{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:5px;padding:3px 8px;font-size:.75rem;font-weight:700}.doc-badge.signed{background:var(--green-l);color:var(--green-text)}.doc-badge.uploaded{background:var(--info-light);color:var(--info-text)}.doc-viewer{background:var(--surface-muted);min-height:420px;max-height:520px;padding:18px;overflow-y:auto}.doc-sheet{box-shadow:var(--shadow-md);color:#2c3e50;background:#fff;border-radius:3px;padding:30px 32px;font-size:.8rem;line-height:1.55}.doc-sheet .sheet-head{border-bottom:2px solid #0b1d3a;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:12px;display:flex}.doc-sheet .sheet-logo{font-family:var(--font-display);color:#0b1d3a;font-size:1.05rem;font-weight:800}.doc-sheet h3{font-family:var(--font-display);color:#0b1d3a;margin:0 0 2px;font-size:1.1rem}.doc-sheet .li-row{border-bottom:1px solid #eef1f4;justify-content:space-between;padding:6px 0;display:flex}.doc-sheet .li-row .li-desc{color:#475569}.doc-sheet .li-row .li-amt{font-variant-numeric:tabular-nums;color:#0b1d3a;font-weight:600}.doc-sheet .li-total{color:#0b1d3a;border-top:2px solid #0b1d3a;justify-content:space-between;margin-top:6px;padding:10px 0 0;font-size:.95rem;font-weight:700;display:flex}.doc-sheet .clause{color:#64748b;margin:4px 0;font-size:.75rem}.notes-area textarea{border:1px solid var(--border);width:100%;font-family:var(--font);color:var(--fg);background:var(--surface-muted);resize:vertical;border-radius:8px;min-height:90px;padding:11px 13px;font-size:.84rem}.notes-area textarea:focus{border-color:var(--fuller-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--fuller-red) 18%, transparent);outline:none}.doc-meta{flex-direction:column;gap:0;display:flex}.doc-meta .dm-row{border-bottom:1px solid var(--surface-muted);justify-content:space-between;padding:9px 0;font-size:.82rem;display:flex}.doc-meta .dm-row:last-child{border-bottom:none}.doc-meta .dm-k{color:var(--fg-muted)}.doc-meta .dm-v{color:var(--fg-strong);font-weight:600}.form-grid{flex-direction:column;gap:12px;display:flex}.field label{text-transform:uppercase;letter-spacing:.04em;color:var(--fg-muted);margin-bottom:5px;font-size:.75rem;font-weight:700;display:block}.field input,.field select,.field textarea{border:1px solid var(--border);width:100%;font-family:var(--font);color:var(--fg);background:var(--surface);border-radius:8px;padding:9px 11px;font-size:.85rem}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--fuller-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--fuller-red) 18%, transparent);outline:none}.field textarea{resize:vertical;min-height:64px}.field-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.priority-pills{gap:6px;display:flex}.priority-pills button{border:1px solid var(--border);background:var(--surface);color:var(--fg-muted);cursor:pointer;border-radius:7px;flex:1;padding:7px;font-size:.75rem;font-weight:600}.priority-pills button.sel-low{border-color:var(--green);color:var(--green-text);background:#27ae6012}.priority-pills button.sel-med{border-color:var(--orange);color:var(--amber-text);background:#f39c1212}.priority-pills button.sel-high{border-color:var(--red);color:var(--red-text);background:#e74c3c12}.req-list{flex-direction:column;display:flex}.req-item{border-bottom:1px solid var(--surface-muted);align-items:center;gap:12px;padding:11px 4px;display:flex}.req-item:last-child{border-bottom:none}.req-pri{border-radius:2px;flex-shrink:0;align-self:stretch;width:4px}.req-pri.high{background:var(--red)}.req-pri.med{background:var(--orange)}.req-pri.low{background:var(--green)}.req-body{flex:1;min-width:0}.req-body b{color:var(--fg-strong);font-size:.85rem;font-weight:600;display:block}.req-body span{color:var(--fg-muted);font-size:.75rem}.req-status{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:999px;padding:4px 9px;font-size:.75rem;font-weight:700}.req-status.scheduled{background:var(--info-light);color:var(--info-text)}.req-status.pending{background:var(--orange-l);color:var(--amber-text)}.req-status.next{background:var(--surface-muted);color:var(--fg-muted)}.req-status.done{background:var(--green-l);color:var(--green-text)}.list-legend{gap:14px;margin-left:auto;display:flex}.list-legend span{color:var(--fg-muted);align-items:center;gap:5px;font-size:.75rem;display:inline-flex}.list-legend i{border-radius:2px;width:8px;height:8px}.stub-wrap{grid-template-columns:1.3fr 1fr;align-items:start;gap:18px;display:grid}@media (width<=900px){.stub-wrap{grid-template-columns:1fr}}.stub-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:26px 28px}.stub-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--gold);background:#d4952b1a;border-radius:999px;margin-bottom:14px;padding:4px 11px;font-size:.64rem;font-weight:700;display:inline-block}.stub-hero h2{font-family:var(--font-display);color:var(--fg-strong);margin:0 0 8px;font-size:1.5rem}.stub-hero p{color:var(--fg-muted);max-width:52ch;margin:0 0 16px;font-size:.9rem;line-height:1.6}.stub-features{flex-direction:column;gap:11px;display:flex}.stub-feat{align-items:flex-start;gap:12px;display:flex}.stub-feat .fic{background:var(--surface-muted);width:34px;height:34px;color:var(--blue);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.stub-feat b{color:var(--fg-strong);font-size:.86rem;display:block}.stub-feat span{color:var(--fg-muted);font-size:.78rem}.stub-side{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px}.stub-side h4{color:var(--navy);text-transform:uppercase;letter-spacing:.04em;margin:0 0 12px;font-size:.8rem;font-weight:700}[data-theme=dark] .stub-side h4{color:#58a6ff}.source-pill{border-bottom:1px solid var(--surface-muted);color:var(--fg);align-items:center;gap:9px;padding:9px 0;font-size:.82rem;display:flex}.source-pill:last-child{border-bottom:none}.source-pill .sp-dot{background:var(--green);border-radius:50%;width:8px;height:8px}.source-pill .sp-dot.pending{background:var(--orange)}.muted{color:var(--fg-muted)}.strong{color:var(--fg-strong);font-weight:600}.right{text-align:right}.tnum{font-variant-numeric:tabular-nums}.section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);margin:0 0 10px;font-size:.7rem;font-weight:700}.flag{text-transform:uppercase;letter-spacing:.03em;border-radius:5px;padding:2px 7px;font-size:.75rem;font-weight:700}.flag.green{background:var(--green-l);color:var(--green-text)}.flag.amber{background:var(--orange-l);color:var(--amber-text)}.flag.red{background:var(--red-l);color:var(--red-text)}.nav-item.active{color:#fff;border-left-color:var(--fuller-red);background:#c0202c29;font-weight:600}[data-theme=dark] .nav-item.active{border-left-color:var(--fuller-red);background:#e0555f29}.tab-btn.active,[data-theme=dark] .tab-btn.active{color:var(--fuller-red);border-bottom-color:var(--fuller-red)}.tab-btn:hover{color:var(--fuller-red)}.period-shortcuts button.active{background:var(--navy);color:#fff}.compare-toggle.on,[data-theme=dark] .compare-toggle.on{color:var(--fuller-red);border-color:var(--fuller-red)}.btn-primary{background:var(--fuller-red);color:#fff}.btn-primary:hover{background:var(--fuller-red-dark)}.report-type.active{color:var(--fuller-red);background:#c0202c12;border-color:#c0202c40}[data-theme=dark] .report-type.active{color:var(--fuller-red);background:#e0555f1a}.report-type .rt-ic{color:var(--fuller-red)}.bw-report-item.active{color:var(--fuller-red);background:#c0202c12}.bw-report-item.active .ic{background:var(--fuller-red);color:#fff}.bw-report-item .ic{color:var(--fuller-red)}.proj-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 8l3-3.5' stroke='%23C0202C' stroke-width='1.6' fill='none'/%3E%3C/svg%3E")}.proj-select:focus{border-color:var(--fuller-red)}.proj-meta .chip b{color:var(--fuller-red)}.assistant-send{background:var(--fuller-red)}.assistant-send:hover:not(:disabled){background:var(--fuller-red-dark)}.assistant-fab{border:2px solid var(--fuller-red);background:#fff}.assistant-fab img{width:50px;height:50px}.assistant-header{background:var(--navy)}.msg.user .msg-bubble{background:var(--fuller-red)}.suggestion{color:var(--fuller-red)}.suggestion:hover{border-color:var(--fuller-red)}.msg-bubble .metric,.msg.assistant .msg-bubble .metric{color:var(--fuller-red)}.assistant-title{white-space:nowrap}.assistant-header-left>div{min-width:0}.page-sub{color:var(--fg-muted)}[data-theme=dark] .report-type,[data-theme=dark] .bw-report-item{background:0 0}.qc-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:16px;display:grid}.qc-layout .qc-tasks-card{grid-column:1/-1}@media (width<=900px){.qc-layout{grid-template-columns:1fr}}.qc-filters{flex-wrap:wrap;gap:8px;margin:10px 0 12px;display:flex}.qc-filters .mf-input{flex:1;min-width:120px}.qc-type-filter{max-width:180px}.qc-report-list{flex-direction:column;gap:0;display:flex}.qc-report-row{border-bottom:1px solid var(--surface-muted)}.qc-report-row:last-child{border-bottom:none}.qc-report-summary{cursor:pointer;width:100%;font-family:var(--font);color:var(--fg);text-align:left;background:0 0;border:none;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 4px;font-size:.82rem;display:flex}.qc-report-summary:hover{background:var(--surface-muted)}.qc-report-type{color:var(--fg-strong);white-space:nowrap;font-weight:600}.qc-report-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.qc-task-chip{font-size:.72rem}.qc-report-detail{background:var(--surface-muted);border-radius:7px;margin:0 4px 8px;padding:8px 12px 14px}.qc-detail-row{border-bottom:1px solid var(--border);gap:12px;padding:5px 0;font-size:.82rem;display:flex}.qc-detail-row:last-child{border-bottom:none}.qc-detail-label{color:var(--fg-muted);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:110px;font-size:.75rem;font-weight:700}.qc-detail-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.qc-tab-selector{gap:6px;display:flex}.qc-upload-form{flex-direction:column;gap:10px;display:flex}.result-badge{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:5px;padding:3px 8px;font-size:.72rem;font-weight:700}.result-pass{background:var(--green-l,#27ae601a);color:var(--green-text)}.result-fail{background:var(--red-l,#e74c3c1a);color:var(--red-text)}.result-conditional{background:var(--orange-l,#f39c121a);color:var(--amber-text)}.result-pending{background:var(--surface-muted);color:var(--fg-muted)}.pwa-install-banner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);border-left:4px solid var(--fuller-red);align-items:center;gap:12px;margin-bottom:16px;padding:12px 16px;display:flex}.pwa-install-banner .brand-mark{border-radius:9px;width:36px;height:36px;font-size:1.1rem}.pwa-install-body{flex:1;min-width:0}.pwa-install-body b{color:var(--fg-strong);font-size:.88rem;display:block}.pwa-install-body span{color:var(--fg-muted);font-size:.78rem;line-height:1.4}.pwa-install-btn{white-space:nowrap;border-radius:7px;padding:7px 18px;font-size:.8rem}.pwa-dismiss-btn{flex-shrink:0}.trucking-layout{grid-template-columns:1fr;gap:14px;display:grid}@media (width>=900px){.trucking-layout{grid-template-columns:1.4fr 1fr;align-items:start}.trucking-dispatch-card{grid-column:1}.trucking-form-card{grid-column:2}.trucking-history-card,.tracking-card{grid-column:1/-1}}.trucking-filters{flex-wrap:wrap;gap:8px;margin:0 0 12px;display:flex}.trucking-filters .mf-input{flex:1;min-width:120px;max-width:200px}@media (width<=640px){.trucking-filters .mf-input{max-width:none}}.trucking-dispatch-table th,.trucking-history-table th{white-space:nowrap}.tracking-card .report-table td{padding:8px 10px}.cal-toggle{gap:0;display:inline-flex}.cal-toggle .report-type{border-radius:0}.cal-toggle .report-type:first-child{border-radius:6px 0 0 6px}.cal-toggle .report-type:last-child{border-radius:0 6px 6px 0}.cal-toggle-active{background:var(--navy,#221f1c);color:#fff}.survey-month-grid{background:var(--border,#e7e1d6);border:1px solid var(--border,#e7e1d6);border-radius:8px;grid-template-columns:repeat(7,1fr);gap:1px;margin-top:10px;display:grid;overflow:hidden}.survey-month-hdr{text-align:center;color:var(--fg-muted,#665e51);background:var(--surface-muted,#f6f3ec);padding:6px 4px;font-size:.72rem;font-weight:700}.survey-month-cell{background:var(--surface,#fff);cursor:default;min-height:96px;padding:4px 5px}.survey-month-cell.has-entries{cursor:pointer}.survey-month-cell.has-entries:hover,.survey-month-cell.out-of-month{background:var(--surface-muted,#f6f3ec)}.survey-month-cell.out-of-month .survey-month-day{color:var(--fg-subtle,#736a5b)}.survey-month-cell.is-today{box-shadow:inset 0 0 0 2px var(--blue-ui,#3b82f6)}.survey-month-day{color:var(--fg-muted,#665e51);margin-bottom:3px;font-size:.75rem;font-weight:700}.survey-month-chip{border-left:2px solid var(--gold,#c0202c);background:var(--surface-2,#1c19160d);white-space:nowrap;text-overflow:ellipsis;border-radius:3px;margin-bottom:2px;padding:2px 4px;font-size:.68rem;line-height:1.3;overflow:hidden}.smc-time{font-weight:700}.survey-month-more{color:var(--fg-subtle,#736a5b);padding:1px 4px;font-size:.65rem}.survey-month-agenda{display:none}@media (width<=639px){.survey-month-grid{display:none}.survey-month-agenda{margin:10px 0 0;padding:0;list-style:none;display:block}.survey-agenda-row{border-top:1px solid var(--border,#e7e1d6);cursor:pointer;align-items:center;gap:10px;padding:8px 0;font-size:.82rem;display:flex}.survey-agenda-row:first-child{border-top:none}.sar-date{color:var(--fg-muted,#665e51);flex-shrink:0;min-width:90px;font-weight:700}.sar-job{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.sar-time{color:var(--fg-muted,#665e51);flex-shrink:0;font-size:.75rem}.survey-agenda-empty{text-align:center;color:var(--fg-subtle,#736a5b);padding:18px 0;font-size:.82rem}}.login-page{background:var(--bg);min-height:100vh;font-family:var(--font);flex-direction:column;justify-content:center;align-items:center;padding:32px 16px;display:flex}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius,12px);width:100%;max-width:400px;padding:36px 34px 30px;box-shadow:0 10px 40px #0000001f}.login-brand{align-items:center;gap:12px;display:flex}.login-brand .brand-mark{border-radius:9px;width:38px;height:38px;font-size:1.2rem}.login-brand-word{font-family:var(--font-display);color:var(--fg-strong);font-size:1.3rem;font-weight:800;line-height:1}.login-brand-word .amp{color:var(--fuller-red)}.login-brand-sub{letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-top:4px;font-size:.72rem;font-weight:600}.login-rule{background:var(--fuller-red);border-radius:2px;width:44px;height:3px;margin:22px 0 0}.login-title{font-family:var(--font-display);color:var(--fg-strong);margin:18px 0;font-size:1.35rem;font-weight:700}.login-form{flex-direction:column;gap:15px;display:flex}.login-field{flex-direction:column;gap:6px;display:flex}.login-field>span{letter-spacing:.05em;text-transform:uppercase;color:var(--fg-muted);font-size:.75rem;font-weight:700}.login-field input{box-sizing:border-box;width:100%;font-family:var(--font);color:var(--fg);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:.92rem;transition:border-color .12s,box-shadow .12s}.login-field input:focus{border-color:var(--fuller-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--fuller-red) 18%, transparent);outline:none}@media (width<=860px){.login-field input{font-size:16px}}.login-help{color:var(--fg-muted);margin:0;font-size:.86rem;line-height:1.5}.login-error{color:var(--fuller-red);margin:0;font-size:.84rem;font-weight:600}.login-btn{width:100%;font-family:var(--font);letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--fuller-red);cursor:pointer;border:none;border-radius:8px;margin-top:4px;padding:11px 14px;font-size:.84rem;font-weight:700;transition:background .12s,opacity .12s}.login-btn:hover{background:var(--fuller-red-dark)}.login-btn:disabled{opacity:.6;cursor:default}.login-link{width:100%;font-family:var(--font);color:var(--fg-muted);cursor:pointer;text-align:center;background:0 0;border:none;margin-top:14px;padding:4px;font-size:.78rem;display:block}.login-link:hover{color:var(--fuller-red)}.login-footer{color:var(--fg-subtle);text-align:center;margin-top:22px;font-size:.7rem}.auth-splash{background:var(--bg);min-height:100vh;font-family:var(--font);flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.auth-splash .brand-mark{border-radius:11px;width:46px;height:46px;font-size:1.5rem}.auth-splash-label{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);font-size:.8rem;font-weight:600}.auth-spinner{border:3px solid var(--border);border-top-color:var(--fuller-red);border-radius:50%;width:26px;height:26px;animation:.8s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.sidebar-logout{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-left:auto;font-size:.95rem;transition:background .12s,border-color .12s;display:flex}.sidebar-logout:hover{background:var(--fuller-red);border-color:var(--fuller-red)}.print-only{display:none}@media print{:root,:root[data-theme=dark]{--bg:#fff;--surface:#fff;--surface-muted:#f6f3ec;--surface-2:#1c19160d;--topbar-bg:#fff;--border:#e7e1d6;--border-strong:#d3ccbd;--grid:#e5e7eb;--fg:#34302a;--fg-strong:#1c1916;--fg-muted:#665e51;--fg-subtle:#736a5b;--navy:#221f1c;--gold:#c0202c;--fuller-red:#c0202c;--green-text:#1e7a45;--red-text:#c0392b;--amber-text:#9a6309;--info-text:#1f6391;--green-l:#e8f8f0;--red-l:#fde8e8;--orange-l:#fef3e2;--info-light:#ebf5fb}body{color:var(--fg)!important;background:#fff!important}.sidebar,.top-bar,.page-head,.no-print,.skip-link,[class*=assistant],[class*=fab]{display:none!important}.shell,.main-area,.main-content{margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.scroll-y,.table-scroll{max-height:none!important;overflow:visible!important}.card,.report-area{box-shadow:none!important;border:1px solid #ccc!important;margin:0 0 12px!important}table{break-inside:auto}tr,.report-area{break-inside:avoid}.flag,.doc-badge,.req-status,.prio-badge,.priority-badge,.status-chip,.source-pill .sp-dot{-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-only{display:block!important}.report-print-header{border-bottom:2px solid var(--fg);margin-bottom:12px;padding-bottom:8px;font-size:1.1rem}.report-print-brand{border-bottom:2px solid var(--fuller-red,#c0202c);align-items:center;gap:10px;margin-bottom:10px;padding-bottom:8px;display:flex!important}.report-print-brand .brand-logo{width:36px;height:36px}.report-print-brand .brand-name{font-family:var(--font-display,inherit);color:var(--fg-strong,#1c1916);font-size:1.15rem;font-weight:800}.report-print-footer{text-align:center;color:var(--fg-muted,#665e51);border-top:1px solid var(--border,#e7e1d6);padding:6px 0;font-size:.72rem;position:fixed;bottom:0;left:0;right:0;display:block!important}body.print-hide-charts .report-area svg,body.print-hide-charts .report-area canvas,body.print-hide-charts .report-bars,body.print-hide-charts [aria-hidden=true].snap-grid{display:none!important}body,.shell,.main-area{background:#fff!important}}.mobile-form{max-width:560px}.mf-title{margin:0 0 12px;font-size:1.05rem}.mf-field{margin-bottom:14px}.mf-label{color:var(--fg,#34302a);margin-bottom:5px;font-size:.82rem;font-weight:600;display:block}.mf-req{color:var(--fuller-red,#c0202c)}.mf-input{box-sizing:border-box;width:100%;min-height:42px;font:inherit;color:var(--fg,#34302a);background:var(--surface,#fff);border:1px solid var(--border,#e7e1d6);border-radius:8px;padding:9px 11px}.mf-input:focus{border-color:var(--gold,#c0202c);box-shadow:0 0 0 3px color-mix(in srgb, var(--gold,#c0202c) 18%, transparent);outline:none}textarea.mf-input{resize:vertical;min-height:76px}.mf-check{color:var(--fg,#34302a);align-items:center;gap:8px;font-size:.9rem;display:inline-flex}.mf-hint{color:var(--fg-muted,#665e51);margin-top:4px;font-size:.75rem}.mf-error{color:var(--red-text,#c0392b);margin-top:4px;font-size:.75rem}.mf-field-error .mf-input{border-color:var(--fuller-red,#c0202c)}.mf-submit-error{margin:8px 0}.mf-actions{gap:10px;margin-top:16px;display:flex}.mf-btn{min-height:44px;font:inherit;cursor:pointer;border:1px solid var(--border,#e7e1d6);background:var(--surface,#fff);color:var(--fg,#34302a);border-radius:8px;padding:0 18px;font-weight:600}.mf-btn-primary{background:var(--gold,#c0202c);border-color:var(--gold,#c0202c);color:#fff}.mf-btn:disabled{opacity:.6;cursor:default}.mf-success,.mf-queued,.mf-reauth{border-radius:10px;padding:18px}.mf-success{border:1px solid var(--green,#27ae60);background:#27ae601a}.mf-queued{border:1px solid var(--orange,#f39c12);background:#f39c121a}.mf-reauth{border:1px solid var(--orange,#f39c12);background:#f39c1214}.mf-status-title{margin-bottom:6px;font-weight:700}@media (width<=640px){.mobile-form{max-width:100%}.mf-input,.mf-btn{min-height:46px}.mf-actions{flex-direction:column}.mf-btn{width:100%}}.survey-layout{grid-template-columns:1fr;gap:14px;display:grid}@media (width>=900px){.survey-layout{grid-template-columns:1.6fr 1fr;align-items:start}.survey-cal-card{grid-column:1}.survey-form-card{grid-column:2}.survey-queue-card{grid-column:1/-1}}.survey-cal{grid-template-columns:repeat(7,1fr);gap:6px;margin-top:10px;display:grid}.survey-cal-col{border:1px solid var(--border,#e7e1d6);background:var(--surface,#fff);border-radius:8px;min-height:92px;padding:6px}.survey-cal-col.is-today{border-color:var(--blue-ui,#3b82f6);box-shadow:0 0 0 1px var(--blue-ui,#3b82f6)}.survey-cal-head{color:var(--fg-muted,#665e51);margin-bottom:6px;font-size:.75rem;font-weight:700}.survey-cal-entry{border-left:3px solid var(--gold,#c0202c);background:var(--surface-2,#1c19160d);border-radius:5px;margin-bottom:5px;padding:5px 6px;font-size:.75rem;line-height:1.3}.sce-time{font-weight:700}.sce-loc{color:var(--fg-muted,#665e51)}.survey-cal-empty{color:var(--fg-subtle,#736a5b);text-align:center;padding-top:12px;font-size:.75rem}@media (width<=640px){.survey-cal-card{overflow-x:auto}.survey-cal{min-width:560px}}.survey-request-queue{max-height:440px;margin-top:8px;overflow:auto}.survey-queue-section{margin-bottom:10px}.survey-queue-label{text-transform:uppercase;letter-spacing:.04em;color:var(--fg-muted,#665e51);margin:8px 0 4px;font-size:.75rem;font-weight:700}.survey-request-row{border-top:1px solid var(--border,#e7e1d6);align-items:flex-start;gap:10px;padding:9px 0;display:flex}.srr-job{align-items:center;gap:8px;font-size:.86rem;font-weight:600;display:flex}.srr-scope{color:var(--fg,#34302a);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:2px 0;font-size:.78rem;display:-webkit-box;overflow:hidden}.priority-badge{text-transform:uppercase;border-radius:99px;padding:1px 6px;font-size:.75rem;font-weight:700}.priority-normal{color:var(--fg-muted,#665e51);background:#64748b26}.priority-high{color:var(--amber-text,#9a6309);background:#f39c1229}.priority-urgent{color:var(--fuller-red,#c0202c);background:#c0202c24}.status-chip{white-space:nowrap;border-radius:99px;height:fit-content;padding:2px 8px;font-size:.75rem;font-weight:600}.status-pending{color:var(--amber-text,#9a6309);background:#f39c1224}.status-scheduled{color:var(--info-text,#1f6391);background:#3498db24}.status-complete{color:var(--green-text,#1e7a45);background:#27ae6024}.status-cancelled{color:var(--fg-muted,#665e51);background:#64748b24}.safety-layout{grid-template-columns:1fr;gap:14px;display:grid}@media (width>=900px){.safety-layout{grid-template-columns:1.7fr 1fr;align-items:start}.safety-controls,.safety-upload-card{grid-column:1/-1}.safety-logs-card{grid-column:1}.safety-docs-card{grid-column:2}.safety-form-card{grid-column:1/-1;max-width:640px}}.safety-controls{flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;display:flex}.safety-search{flex:1;min-width:180px}.safety-form-selector{flex-wrap:wrap;gap:4px;display:flex}.safety-upload-form{flex-direction:column;gap:8px;max-width:480px;display:flex}.safety-log-table{max-height:480px}.safety-log-row:hover,.safety-log-row.expanded{background:var(--surface-muted,#1c19160a)}.safety-truncate{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.safety-log-detail td{background:var(--surface,#fff);border-top:none;padding:10px 14px}.safety-detail-grid{flex-direction:column;gap:6px;font-size:.82rem;display:flex}.safety-detail-grid strong{color:var(--fg-strong,#1c1916)}.safety-doc-list{max-height:480px}.safety-doc-row{border-top:1px solid var(--border,#e7e1d6);align-items:center;gap:10px;padding:9px 0;display:flex}.safety-doc-row:first-child{border-top:none}.safety-doc-badge{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:99px;padding:2px 8px;font-size:.72rem;font-weight:700}.doc-type-jha{color:var(--info-text,#1f6391);background:#3498db24}.doc-type-daily-log{color:var(--green-text,#1e7a45);background:#27ae6024}.doc-type-incident{color:var(--fuller-red,#c0202c);background:#c0202c24}.doc-type-near-miss{color:var(--amber-text,#9a6309);background:#f39c1224}.safety-doc-info{flex:1;min-width:0}.safety-doc-title{text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:600;overflow:hidden}.safety-doc-actions{flex-shrink:0;gap:5px;display:flex}.safety-empty{color:var(--fg-muted,#665e51);padding:18px 0;font-style:italic}
