@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0b1220;color:#eee;min-height:100vh}.app{max-width:1400px;margin:0 auto;padding:20px}.header{text-align:center;margin-bottom:30px}.header h1{font-size:2rem;color:#f59e0b}.header p{color:#888;margin-top:5px}.main-content{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:900px){.main-content{grid-template-columns:1fr}}.video-section{background:#0f1a2e;border-radius:12px;padding:20px}.source-control-panel{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.feed-source-control{display:flex;align-items:center;gap:10px}.feed-source-control label{font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.feed-source-control select,.feed-source-control input::file-selector-button{border-radius:6px;cursor:pointer;font-weight:800}.legacy-toggle{display:flex;align-items:center;gap:12px;cursor:pointer}.legacy-toggle input{position:absolute;opacity:0;pointer-events:none}.toggle-track{width:46px;height:26px;border-radius:999px;background:#34405f;border:1px solid #52607f;padding:2px;flex:0 0 auto;transition:background .2s,border-color .2s}.toggle-thumb{display:block;width:20px;height:20px;border-radius:50%;background:#d8deea;transition:transform .2s}.legacy-toggle input:checked+.toggle-track{background:#f59e0b;border-color:#f59e0b}.legacy-toggle input:checked+.toggle-track .toggle-thumb{transform:translate(20px)}.toggle-title,.toggle-subtitle{display:block}.toggle-title{font-weight:700;color:#f3f7ff}.toggle-subtitle{margin-top:2px;font-size:.78rem;color:#aab3c8}.mode-badge{flex:0 0 auto;border-radius:6px;padding:6px 10px;font-size:.75rem;font-weight:800;letter-spacing:.04em;border:1px solid #52607f;color:#c4ccda;background:#0b1220}.mode-badge.on{border-color:#f59e0b;color:#1a1205;background:#f59e0b}.top-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.report-button,.print-button{border:0;border-radius:6px;background:#f59e0b;color:#06131a;cursor:pointer;font-weight:800}.report-button{min-height:32px;padding:7px 12px;font-size:.78rem}.print-button{padding:9px 14px;font-size:.85rem}.report-button:disabled{cursor:not-allowed;opacity:.65}@media(max-width:560px){.source-control-panel{align-items:flex-start;flex-direction:column}.feed-source-control{align-items:stretch;flex-direction:column;width:100%}.top-actions{width:100%;align-items:stretch;flex-direction:column}}.video-container{position:relative;border-radius:8px;overflow:hidden;background:#000}.video-container video{width:100%;display:block}.video-container canvas{display:none}.capture-indicator{position:absolute;top:10px;right:10px;background:#00d4ffe6;color:#000;padding:5px 10px;border-radius:4px;font-size:.8rem;font-weight:700}.status-bar{margin-top:15px;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:8px}.status-dot.active{background:#16a34a;animation:pulse 1.5s infinite}.status-dot.error{background:#dc2626}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.results-section{display:flex;flex-direction:column;gap:20px}.latest-result{background:#0f1a2e;border-radius:12px;padding:20px}.latest-result h2{margin-bottom:15px;font-size:1.2rem}.ppe-checklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-bottom:14px}.environment-line{margin-bottom:12px;color:#8a99ad;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.ppe-row{min-height:42px;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:9px 10px;border-radius:6px;background:#0b1220;border:1px solid #34405f}.ppe-row.present{border-color:#00ff888c}.ppe-row.missing{border-color:#f44c}.ppe-label{font-size:.84rem;font-weight:700;color:#d8deea}.ppe-state{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:1rem;font-weight:900;flex:0 0 auto}.ppe-row.present .ppe-state{color:#001f10;background:#16a34a}.ppe-row.missing .ppe-state{color:#fff;background:#dc2626}.ppe-row.pending .ppe-state{color:#aab3c8;background:#34405f}@media(max-width:560px){.ppe-checklist{grid-template-columns:1fr}}.result-card{padding:15px;border-radius:8px;border-left:4px solid}.result-card.all_clear{background:#00ff881a;border-color:#16a34a}.result-card.low{background:#ffff001a;border-color:#8a99ad}.result-card.medium{background:#ffa5001a;border-color:#f59e0b}.result-card.high{background:#ff44441a;border-color:#dc2626}.result-card.emergency{background:#dc262629;border-color:#dc2626;box-shadow:0 0 30px #dc262633}.result-status{font-size:1.5rem;font-weight:700;margin-bottom:10px}.result-card.high .result-status{color:#dc2626}.result-details p{margin:8px 0;line-height:1.4}.result-details strong{color:#f59e0b}.log-section{background:#0f1a2e;border-radius:12px;padding:20px;max-height:400px;overflow:hidden;display:flex;flex-direction:column}.log-section h2{margin-bottom:15px;font-size:1.2rem}.log-list{flex:1;overflow-y:auto;font-size:.85rem}.log-entry{padding:10px;margin-bottom:8px;background:#0b1220;border-radius:6px;border-left:3px solid}.log-entry.all_clear{border-color:#16a34a}.log-entry.low{border-color:#8a99ad}.log-entry.medium{border-color:#f59e0b}.log-entry.high,.log-entry.emergency{border-color:#dc2626}.log-entry .time{color:#666;font-size:.75rem}.log-entry .summary{margin-top:4px}.no-result{color:#666;text-align:center;padding:40px}.error-message{background:#f443;border:1px solid #DC2626;padding:15px;border-radius:8px;text-align:center}.report-error{margin-top:20px;padding:14px 16px;border-radius:8px;background:#f443;border:1px solid #DC2626}.shift-report{margin-top:24px;padding:28px;border-radius:8px;background:#f7f9fc;color:#15202f;box-shadow:0 18px 50px #00000040}.report-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;border-bottom:2px solid #d8dee9}.report-kicker{color:#526173;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.report-heading h2{margin-top:4px;font-size:1.8rem;color:#0f1724}.report-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.report-meta div,.total-tile,.report-section{border:1px solid #d8dee9;border-radius:8px;background:#fff}.report-meta div{padding:12px}.report-meta span,.total-tile span{display:block;color:#66758a;font-size:.76rem;font-weight:800;text-transform:uppercase}.report-meta strong{display:block;margin-top:6px;color:#15202f;font-size:.95rem}.report-section{margin-top:18px;padding:16px}.report-section h3{margin-bottom:12px;color:#0f1724;font-size:1rem}.report-totals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.total-tile{padding:14px}.total-tile strong{display:block;margin-top:8px;font-size:2rem;line-height:1}.total-tile.high strong{color:#c53030}.report-breakdowns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.breakdown-list{list-style:none}.breakdown-list li{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #e4e9f1}.breakdown-list li:last-child{border-bottom:0}.empty-report-note,.supervisor-summary{color:#445166;line-height:1.5}.report-table-wrap{overflow-x:auto}.report-table{width:100%;border-collapse:collapse;font-size:.86rem}.report-table th,.report-table td{padding:11px 10px;border-bottom:1px solid #e4e9f1;text-align:left;vertical-align:top}.report-table th{color:#526173;font-size:.72rem;text-transform:uppercase}.severity-pill{display:inline-block;min-width:66px;border-radius:999px;padding:4px 8px;color:#fff;font-size:.7rem;font-weight:900;text-align:center}.severity-pill.high{background:#c53030}.severity-pill.all_clear{background:#2f855a}@media(max-width:760px){.report-meta,.report-totals,.report-breakdowns{grid-template-columns:1fr}.report-heading{flex-direction:column}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(245,158,11,.08),transparent 28rem),#0b1220;color:#e6edf5}.app{max-width:1440px;padding:22px 24px 28px}.header{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-bottom:14px}.header h1{display:inline-flex;align-items:center;gap:12px;color:#f8fafc;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:900;letter-spacing:.08em;line-height:1}.header h1:before{content:"";width:34px;height:38px;display:inline-block;background:radial-gradient(circle at 50% 50%,#0B1220 0 3px,transparent 4px),radial-gradient(ellipse at 50% 50%,transparent 0 6px,#F59E0B 7px 8px,transparent 9px),linear-gradient(145deg,#f59e0bf2,#f59e0b8c);clip-path:polygon(50% 0,92% 15%,82% 78%,50% 100%,18% 78%,8% 15%);filter:drop-shadow(0 0 14px rgba(245,158,11,.22))}.header p{margin-top:8px;color:#8a99ad;font-size:.9rem;font-weight:600}.header p{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.service-label{color:#f59e0b;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.ops-status-bar{display:flex;flex-wrap:wrap;align-items:center;gap:16px;min-height:38px;margin-bottom:20px;padding:9px 14px;border:1px solid #1F2A3D;border-radius:12px;background:#0f1a2ee0;box-shadow:0 18px 45px #0000002e;color:#8a99ad;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ops-status-bar span{display:inline-flex;align-items:center;gap:7px}.ops-dot{width:7px;height:7px;border-radius:50%;background:#16a34a;box-shadow:0 0 14px #16a34abf}.ops-dot.muted{background:#8a99ad;box-shadow:none}.main-content{gap:24px}.video-section,.latest-result,.log-section{border:1px solid #1F2A3D;border-radius:12px;background:#0f1a2e;box-shadow:0 22px 60px #0000003d}.video-section,.latest-result{padding:24px}.log-section{padding:22px}.source-control-panel{gap:18px;margin-bottom:18px;flex-wrap:wrap}.feed-source-control{min-width:210px;color:#8a99ad}.feed-source-control select{min-height:36px;border:1px solid #1F2A3D;border-radius:10px;background:#0b1220;color:#e6edf5;padding:7px 10px;outline:none}.feed-source-control input{max-width:210px;color:#8a99ad;font-size:.72rem}.feed-source-control input::file-selector-button{min-height:32px;margin-right:8px;border:1px solid #1F2A3D;background:#0b1220;color:#e6edf5;padding:6px 9px}.feed-source-control input::file-selector-button:hover{border-color:#f59e0b8c;color:#f59e0b}.required-ppe-control{display:flex;flex-direction:column;gap:8px;min-width:260px}.required-ppe-title{color:#8a99ad;font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.required-ppe-options{display:flex;flex-wrap:wrap;gap:8px}.ppe-option{min-height:32px;border:1px solid #1F2A3D;border-radius:999px;cursor:pointer;padding:6px 10px;background:#0b1220;color:#8a99ad;font-size:.72rem;font-weight:800}.ppe-option.selected{border-color:#f59e0b99;background:#f59e0b24;color:#fcd34d}.legacy-toggle{min-width:0}.toggle-track{width:48px;height:28px;border:1px solid #1F2A3D;background:#0b1220}.toggle-thumb{width:22px;height:22px;background:#8a99ad}.legacy-toggle input:checked+.toggle-track{background:#f59e0b38;border-color:#f59e0b;box-shadow:inset 0 0 0 1px #f59e0b33}.legacy-toggle input:checked+.toggle-track .toggle-thumb{background:#f59e0b}.toggle-title,.latest-result h2,.log-section h2{color:#e6edf5;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.toggle-title{font-size:.82rem}.toggle-subtitle{color:#8a99ad;font-size:.78rem;font-weight:500}.top-actions{gap:12px}.ai-toggle-button{min-height:40px;border:1px solid rgba(245,158,11,.58);border-radius:12px;cursor:pointer;padding:9px 16px;color:#111827;background:#f59e0b;box-shadow:0 14px 34px #f59e0b38;font-size:.82rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.ai-toggle-button:hover{transform:translateY(-1px);box-shadow:0 18px 42px #f59e0b47}.ai-toggle-button.on{border-color:#16a34a80;color:#ecfdf5;background:#16a34a;box-shadow:0 0 24px #16a34a38}.mode-badge{border:1px solid #1F2A3D;border-radius:999px;background:#0b1220;color:#8a99ad;padding:7px 12px;font-size:.68rem;letter-spacing:.08em}.mode-badge.on{border-color:#f59e0b9e;background:#f59e0b26;color:#fcd34d}.report-button,.print-button{border-radius:10px;background:#f59e0b;color:#111827;box-shadow:0 12px 28px #f59e0b2e;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.report-button:hover,.print-button:hover{transform:translateY(-1px);box-shadow:0 16px 36px #f59e0b3d}.report-button{min-height:36px;padding:8px 14px;font-size:.76rem;letter-spacing:.02em}.video-container{border:1px solid #1F2A3D;border-radius:12px;background:#050814;box-shadow:inset 0 0 0 1px #ffffff05}.capture-indicator{top:12px;right:12px;border:1px solid rgba(245,158,11,.4);border-radius:999px;background:#f59e0beb;color:#111827;padding:6px 11px;font-size:.7rem;letter-spacing:.08em}.status-bar{margin-top:16px;color:#8a99ad;font-size:.82rem;font-weight:600}.status-dot.active{background:#16a34a;box-shadow:0 0 14px #16a34a99}.status-dot.error{background:#dc2626;box-shadow:0 0 14px #dc26268c}.latest-result h2,.log-section h2{margin-bottom:16px;font-size:.84rem}.ppe-checklist{gap:10px;margin-bottom:18px}.ppe-row{min-height:48px;border:1px solid #1F2A3D;border-radius:999px;background:#0b1220;padding:9px 12px 9px 14px}.environment-line{margin-bottom:14px;color:#8a99ad;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.ppe-row.present{border-color:#16a34a6b;background:#16a34a14}.ppe-row.missing{border-color:#dc262680;background:#dc262617}.ppe-label{color:#e6edf5;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase}.ppe-state{width:26px;height:26px;font-size:.92rem}.ppe-row.present .ppe-state{background:#16a34a;color:#ecfdf5}.ppe-row.missing .ppe-state{background:#dc2626;color:#fef2f2;box-shadow:0 0 18px #dc262638}.ppe-row.pending .ppe-state{background:#1f2a3d;color:#8a99ad}.result-card{border:1px solid #1F2A3D;border-left-width:4px;border-radius:12px;padding:18px;background:#0b1220}.result-card.all_clear{border-color:#16a34a38;border-left-color:#16a34a;background:#16a34a12}.result-card.low{border-color:#8a99ad38;border-left-color:#8a99ad;background:#8a99ad14}.result-card.medium{border-color:#f59e0b3d;border-left-color:#f59e0b;background:#f59e0b17}.result-card.high{border-color:#dc26265c;border-left-color:#dc2626;background:#dc26261a;box-shadow:0 0 35px #dc262624}.result-card.emergency{border-color:#dc262685;border-left-color:#dc2626;background:#dc262629;box-shadow:0 0 42px #dc262638}.result-status{margin-bottom:12px;font-size:1.2rem;font-weight:900;letter-spacing:.04em}.result-card.high .result-status,.result-card.emergency .result-status{color:#f87171}.result-details p{color:#cbd5e1;font-size:.9rem}.result-details strong{color:#e6edf5}.log-section{max-height:420px}.log-list{font-size:.82rem}.log-entry{border:1px solid #1F2A3D;border-left-width:3px;border-radius:10px;background:#0b1220;padding:11px 12px}.log-entry.high{border-left-color:#dc2626;box-shadow:0 0 24px #dc262614}.log-entry.emergency{border-left-color:#dc2626;box-shadow:0 0 28px #dc262624}.log-entry .time{color:#8a99ad;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.72rem}.log-entry .summary{color:#e6edf5;font-weight:600}.no-result{color:#8a99ad}.error-message,.report-error{border-color:#dc26268c;background:#dc26261f;color:#fca5a5}.shift-report{border-radius:12px;box-shadow:0 24px 70px #00000047}.app-footer{display:flex;flex-direction:column;gap:18px;margin-top:24px;padding:16px 0 2px;border-top:1px solid #1F2A3D;color:#8a99ad;font-size:.72rem;font-weight:500;line-height:1.8}.app-footer a{color:#a8b3c4;text-decoration:none}.app-footer a:hover{color:#f59e0b}.footer-links-row,.footer-credit-row{display:flex;align-items:center;width:100%}.footer-links-row{justify-content:flex-end;gap:14px}.footer-credit-row{justify-content:space-between;gap:18px;color:#8a99ad;font-size:.68rem;line-height:1.5}.footer-status-badge{display:inline-flex;align-items:center;min-height:24px;border:1px solid #1F2A3D;border-radius:999px;padding:2px 9px;color:#8a99ad;background:#0f1a2eb8;white-space:nowrap}.app-footer .footer-status-badge:hover{border-color:#1f2a3d;color:#a8b3c4;background:#0f1a2ee6}@media(max-width:900px){.app{padding:18px}.header{align-items:center;text-align:center}.ops-status-bar{justify-content:center}.app-footer,.footer-links-row,.footer-credit-row{flex-direction:column;justify-content:center;gap:6px;text-align:center}.footer-links-row{align-items:center;flex-wrap:wrap}}body{font-size:14px;line-height:1.4}.app{max-width:1200px;padding:16px 18px 22px}.header{margin-bottom:10px;flex-direction:row;justify-content:space-between;gap:14px}.header h1{gap:9px;font-size:24px;font-weight:800;letter-spacing:0}.header h1:before{width:26px;height:30px;filter:none}.header p{margin-top:5px;font-size:12px}.voice-toggle{min-height:30px;border:1px solid #1E2C44;border-radius:6px;background:#0f1a2e;color:#8a99ad;cursor:pointer;padding:5px 10px;font-size:12px;font-weight:700;white-space:nowrap}.voice-toggle.on{border-color:#f59e0b94;background:#f59e0b1f;color:#fcd34d}.voice-toggle:hover{border-color:#f59e0b80;color:#f59e0b}.service-label{letter-spacing:.02em}.ops-status-bar{gap:12px;min-height:30px;margin-bottom:12px;padding:5px 10px;border-color:#1e2c44;border-radius:8px;box-shadow:none;font-size:12px;line-height:1.3}.ops-dot{width:6px;height:6px;box-shadow:none}.main-content{gap:12px}.video-section,.latest-result,.log-section{border-color:#1e2c44;border-radius:8px;box-shadow:none}.video-section,.latest-result,.log-section{padding:14px}.source-control-panel{gap:12px;margin-bottom:12px}.feed-source-control{gap:8px;min-width:190px}.feed-source-control label,.required-ppe-title{font-size:12px;letter-spacing:.05em}.feed-source-control select{min-height:30px;border-color:#1e2c44;border-radius:6px;padding:4px 8px;font-size:13px}.feed-source-control input{font-size:12px}.feed-source-control input::file-selector-button{min-height:28px;border-color:#1e2c44;border-radius:6px;padding:4px 8px;font-size:12px}.required-ppe-control{gap:6px;min-width:230px}.required-ppe-options{gap:6px}.ppe-option,.mode-badge,.footer-status-badge,.severity-pill{border-radius:6px}.ppe-option{min-height:28px;border-color:#1e2c44;padding:4px 8px;font-size:12px}.top-actions{gap:8px}.ai-toggle-button{min-height:32px;border-radius:6px;padding:6px 12px;box-shadow:none;font-size:12px}.ai-toggle-button:hover{transform:none;box-shadow:none}.ai-toggle-button.on{box-shadow:none}.mode-badge{padding:5px 9px;font-size:12px;letter-spacing:.05em}.report-button,.print-button{border-radius:6px;box-shadow:none}.report-button:hover,.print-button:hover{transform:none;box-shadow:none}.report-button{min-height:32px;padding:6px 10px;font-size:12px}.print-button{padding:7px 11px;font-size:13px}.video-container{border-color:#1e2c44;border-radius:8px;box-shadow:none}.capture-indicator{top:9px;right:9px;border-radius:6px;padding:4px 8px;font-size:12px;letter-spacing:.05em}.status-bar{margin-top:10px;font-size:12px}.status-dot.active,.status-dot.error{box-shadow:none}.latest-result h2,.log-section h2{margin-bottom:10px;color:#8a99ad;font-size:12px;letter-spacing:.05em}.environment-line{margin-bottom:10px;font-size:12px;letter-spacing:.05em}.ppe-checklist{gap:6px;margin-bottom:12px}.ppe-row{min-height:28px;border-color:#1e2c44;border-radius:6px;padding:4px 8px}.ppe-label{font-size:12px;letter-spacing:.02em}.ppe-state{width:20px;height:20px;border-radius:6px;font-size:13px}.ppe-row.missing .ppe-state{box-shadow:none}.result-card{border-color:#1e2c44;border-left-width:3px;border-radius:8px;padding:12px}.result-card.high,.result-card.emergency{box-shadow:none}.result-status{margin-bottom:8px;font-size:16px;letter-spacing:.03em}.result-details p{font-size:13px;line-height:1.4}.log-section{max-height:380px}.log-list{display:flex;flex-direction:column;gap:0;font-size:13px}.log-entry{border:0;border-bottom:1px solid #1E2C44;border-left:3px solid #1E2C44;border-radius:0;padding:7px 8px;background:transparent}.log-entry:first-child{border-top:1px solid #1E2C44}.log-entry.high,.log-entry.emergency{box-shadow:none}.log-entry .time{font-size:12px}.log-entry .summary,.no-result,.error-message,.report-error{font-size:13px}.shift-report{border-radius:8px;box-shadow:none}.report-subtitle{margin-top:4px;color:#66758a;font-size:.78rem;font-weight:600}.report-heading-meta{margin-left:auto;color:#526173;font-size:.76rem;line-height:1.55;text-align:right;white-space:nowrap}.report-heading-meta strong{color:#15202f}.report-hero-section{background:#eef3f8}.report-hero-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.report-kpi{min-height:96px;border:1px solid #d8dee9;border-radius:8px;background:#fff;padding:12px}.report-kpi strong{display:block;color:#15202f;font-size:1.7rem;line-height:1}.report-kpi span{display:block;margin-top:7px;color:#526173;font-size:.66rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.report-kpi small{display:block;margin-top:5px;color:#66758a;font-size:.7rem}.report-kpi.good strong{color:#16a34a}.report-kpi.warn strong{color:#f59e0b}.report-kpi.bad strong{color:#dc2626}.report-note{margin-top:12px;border:1px solid rgba(245,158,11,.28);border-radius:8px;background:#f59e0b14;color:#6b4a12;padding:10px 12px;font-size:.8rem;line-height:1.45}.distribution-line{margin-top:10px;border-top:1px solid #e4e9f1;padding-top:10px;color:#526173;font-size:.78rem;font-weight:700}.peak-risk-window{margin-top:12px;border-top:1px solid #e4e9f1;padding-top:10px}.peak-risk-window span,.peak-risk-window small{display:block;color:#66758a;font-size:.74rem;font-weight:800;text-transform:uppercase}.peak-risk-window strong{display:block;margin:4px 0;color:#15202f;font-size:.94rem}.capa-table th:nth-child(2),.capa-table td:nth-child(2){width:34%}.cost-avoidance{display:grid;gap:8px}.cost-avoidance div{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #e4e9f1;padding-bottom:7px}.cost-avoidance div:last-child{border-bottom:0}.cost-avoidance span{color:#66758a}.cost-avoidance strong{color:#15202f}.cost-avoidance .cost-total strong{color:#16a34a}.signoff-table td{height:42px}.report-appendix{page-break-before:auto}.app-footer{gap:12px;margin-top:14px;padding:10px 0 2px;font-size:12px;line-height:1.5}.footer-links-row{gap:10px}.footer-credit-row{font-size:11px}.footer-status-badge{min-height:22px;padding:2px 7px}.result-card.all_clear{border-color:#16a34a47;border-left-color:#16a34a;background:#16a34a12}.result-card.low{border-color:#8a99ad47;border-left-color:#8a99ad;background:#8a99ad14}.result-card.medium{border-color:#f59e0b4d;border-left-color:#f59e0b;background:#f59e0b17}.result-card.high{border-color:#f973166b;border-left-color:#f97316;background:#f973161a}.result-card.emergency{border-color:#dc262685;border-left-color:#dc2626;background:#dc262624}.result-card.all_clear .result-status{color:#16a34a}.result-card.low .result-status{color:#8a99ad}.result-card.medium .result-status{color:#f59e0b}.result-card.high .result-status{color:#f97316}.result-card.emergency .result-status{color:#f87171}.log-entry.all_clear{border-left-color:#16a34a}.log-entry.low{border-left-color:#8a99ad}.log-entry.medium{border-left-color:#f59e0b}.log-entry.high{border-left-color:#f97316}.log-entry.emergency{border-left-color:#dc2626}.total-tile.emergency strong{color:#dc2626}.total-tile.high strong{color:#f97316}.total-tile.medium strong{color:#f59e0b}.total-tile.low strong{color:#6b7280}.severity-pill.emergency{background:#dc2626}.severity-pill.high{background:#f97316}.severity-pill.medium{background:#f59e0b}.severity-pill.low{background:#6b7280}.severity-pill.all_clear{background:#16a34a}@media(max-width:900px){.app{padding:12px}.header h1{font-size:22px}.header{flex-direction:column}.ops-status-bar{justify-content:center}.report-heading{flex-direction:column}.report-heading-meta{margin-left:0;text-align:left;white-space:normal}.report-hero-metrics{grid-template-columns:1fr}}.landing-page{max-width:1180px;margin:0 auto;padding:14px 18px 22px}.marketing-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:56px;border-bottom:1px solid rgba(30,44,68,.9);background:#0b1220eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.marketing-brand,.marketing-nav,.marketing-actions,.roadmap-list{display:flex;align-items:center}.marketing-brand{gap:9px;color:#e6edf5;font-size:15px;font-weight:800;text-decoration:none}.marketing-brand-name,.marketing-brand-tagline{white-space:nowrap}.marketing-brand-tagline{color:#8a99ad;font-size:11px;font-weight:500}.marketing-brand-tagline>span{margin-right:7px;color:#f59e0b}.marketing-logo{width:24px;height:28px;flex:0 0 auto;background:radial-gradient(circle at 50% 50%,#0B1220 0 2px,transparent 3px),radial-gradient(ellipse at 50% 50%,transparent 0 5px,#F59E0B 6px 7px,transparent 8px),linear-gradient(145deg,#f59e0bfa,#f59e0b8c);clip-path:polygon(50% 0,92% 15%,82% 78%,50% 100%,18% 78%,8% 15%)}.marketing-nav{justify-content:center;gap:18px}.marketing-nav a,.marketing-secondary,.service-link{color:#8a99ad;font-size:12px;font-weight:700;text-decoration:none}.marketing-nav a:hover,.marketing-secondary:hover,.service-link:hover{color:#f59e0b}.marketing-demo-button,.marketing-primary,.marketing-secondary,.service-link{border-radius:6px;transition:border-color .15s ease,color .15s ease,background .15s ease}.marketing-demo-button,.marketing-primary{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1px solid rgba(245,158,11,.65);background:#f59e0b;color:#111827;padding:6px 12px;font-size:12px;font-weight:900;text-decoration:none}.marketing-secondary,.service-link{display:inline-flex;align-items:center;min-height:32px;border:1px solid #1E2C44;background:#0f1a2eb8;padding:6px 12px}.marketing-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);gap:28px;align-items:center;min-height:calc(100vh - 110px);padding:58px 0 34px}.marketing-eyebrow,.section-kicker,.status-chip{color:#f59e0b;font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.marketing-hero h1{margin-top:9px;color:#e6edf5;font-size:clamp(44px,7vw,76px);line-height:.94}.marketing-subtitle{max-width:700px;margin-top:16px;color:#a8b3c4;font-size:17px;line-height:1.45}.marketing-actions{flex-wrap:wrap;gap:10px;margin-top:22px}.marketing-console{border:1px solid #1E2C44;border-radius:8px;background:#0f1a2e;padding:14px}.console-top,.console-alert,.console-metrics{display:flex;align-items:center}.console-top{justify-content:space-between;color:#8a99ad;font-size:12px;font-weight:800;text-transform:uppercase}.console-top strong{color:#f59e0b}.console-feed{position:relative;display:grid;place-items:center;height:235px;margin-top:12px;overflow:hidden;border:1px solid #1E2C44;border-radius:8px;background:linear-gradient(90deg,rgba(138,153,173,.08) 1px,transparent 1px),linear-gradient(rgba(138,153,173,.08) 1px,transparent 1px),#050814;background-size:28px 28px;color:#8a99ad;font-size:12px;font-weight:900;letter-spacing:.08em}.console-scanline{position:absolute;inset:26% 0 auto;height:2px;background:#f59e0bcc;box-shadow:0 0 18px #f59e0b66}.console-alert{gap:10px;margin-top:12px;border:1px solid rgba(249,115,22,.38);border-radius:8px;background:#f9731614;padding:10px}.console-alert-label{border-radius:6px;background:#f97316;color:#111827;padding:4px 7px;font-size:11px;font-weight:900}.console-alert p{color:#e6edf5;font-size:13px}.console-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.console-metrics div{border:1px solid #1E2C44;border-radius:8px;background:#0b1220;padding:9px}.console-metrics strong,.console-metrics span{display:block}.console-metrics strong{color:#e6edf5;font-size:12px}.console-metrics span{margin-top:3px;color:#8a99ad;font-size:12px}.marketing-section{scroll-margin-top:78px;border-top:1px solid #1E2C44;padding:42px 0}.marketing-section h2{margin-top:6px;color:#e6edf5;font-size:28px;line-height:1.1}.section-intro,.marketing-copy-grid p,.service-card p,.contact-section p,.comparison-footnote,.faq-item p{color:#a8b3c4;font-size:14px;line-height:1.55}.marketing-copy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:16px}.service-card,.roadmap-card,.faq-item{border:1px solid #1E2C44;border-radius:8px;background:#0f1a2e}.service-card{display:flex;justify-content:space-between;gap:20px;margin-top:16px;padding:16px}.service-card h3{margin-top:8px;color:#e6edf5;font-size:19px}.service-card p{margin-top:7px;max-width:760px}.status-chip{display:inline-flex;min-height:24px;align-items:center;border:1px solid rgba(245,158,11,.42);border-radius:6px;background:#f59e0b1a;padding:3px 8px}.status-chip.muted{color:#8a99ad;border-color:#1e2c44;background:#0b1220}.roadmap-card{margin-top:12px;padding:14px}.roadmap-list{flex-wrap:wrap;gap:8px;margin-top:10px}.roadmap-list span{border:1px solid #1E2C44;border-radius:6px;background:#0b1220;color:#a8b3c4;padding:6px 9px;font-size:12px;font-weight:700}.demo-video-section{max-width:880px;margin:0 auto;text-align:center}.demo-video-section .section-intro{margin:9px auto 0}.demo-video-frame{position:relative;height:0;margin-top:18px;overflow:hidden;border:1px solid #1E2C44;border-radius:8px;background:#050814;padding-bottom:56.25%}.demo-video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.demo-video-actions{justify-content:center}.proof-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.proof-card{border:1px solid #1E2C44;border-radius:8px;background:#0f1a2e;color:#e6edf5;cursor:pointer;padding:8px;text-align:left}.proof-card img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:top center;border:1px solid #1E2C44;border-radius:6px;background:#0b1220}.proof-card span{display:block;margin-top:8px;color:#a8b3c4;font-size:12px;font-weight:600}.proof-card:hover{border-color:#f59e0b80}.proof-card:hover span{color:#fcd34d}.report-proof-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.6fr);gap:22px;align-items:center}.report-proof-preview{display:block;border:1px solid #1E2C44;border-radius:8px;background:#0f1a2e;padding:10px}.report-proof-preview img{display:block;width:100%;max-height:520px;object-fit:contain;border:1px solid #1E2C44;border-radius:6px;background:#0b1220}.report-proof-preview:hover{border-color:#f59e0b80}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#050814db;padding:22px}.lightbox-panel{width:min(1120px,94vw);max-height:88vh;border:1px solid #1E2C44;border-radius:8px;background:#0f1a2e;padding:10px}.lightbox-panel img{display:block;width:100%;max-height:78vh;object-fit:contain;border-radius:6px;background:#0b1220}.lightbox-panel figcaption{margin-top:8px;color:#a8b3c4;font-size:12px}.lightbox-close{position:fixed;top:16px;right:16px;min-height:32px;border:1px solid #1E2C44;border-radius:6px;background:#0f1a2e;color:#e6edf5;cursor:pointer;padding:6px 10px;font-size:12px}.lightbox-close:hover{border-color:#f59e0b80;color:#f59e0b}.comparison-wrap{margin-top:18px;overflow-x:auto;border:1px solid #1E2C44;border-radius:8px}.comparison-table{width:100%;min-width:780px;border-collapse:collapse;background:#0f1a2e}.comparison-table th,.comparison-table td{border-bottom:1px solid #1E2C44;border-right:1px solid #1E2C44;padding:11px 12px;text-align:left;vertical-align:top}.comparison-table th:last-child,.comparison-table td:last-child{border-right:0}.comparison-table tr:last-child td{border-bottom:0}.comparison-table th{color:#e6edf5;font-size:12px;text-transform:uppercase}.comparison-table td{color:#a8b3c4;font-size:13px}.comparison-table td:first-child{color:#e6edf5;font-weight:800}.comparison-table .fg-column{color:#fcd34d}.comparison-footnote{margin-top:10px;font-size:12px}.faq-list{display:grid;gap:8px;margin-top:16px}.faq-item{padding:0 14px}.faq-item summary{cursor:pointer;color:#e6edf5;padding:12px 0;font-size:14px;font-weight:800}.faq-item p{border-top:1px solid #1E2C44;padding:10px 0 13px}.contact-section{padding-bottom:26px}.contact-section p{max-width:680px;margin-top:10px}.tech-main{padding:42px 0 22px}.tech-hero{border-bottom:1px solid #1E2C44;padding:40px 0 26px}.tech-hero h1{margin-top:7px;color:#e6edf5;font-size:clamp(34px,5vw,54px);line-height:1}.tech-section{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;border-bottom:1px solid #1E2C44;padding:22px 0}.tech-section h2{color:#e6edf5;font-size:18px;line-height:1.25}.tech-section p,.tech-section li,.tech-credit{color:#a8b3c4;font-size:14px;line-height:1.55}.tech-section ul{display:grid;gap:8px;margin:0;padding-left:18px}.tech-credit{margin-top:22px;color:#f59e0b;font-weight:800}.marketing-brand{font-weight:650;letter-spacing:.01em}.marketing-nav a,.marketing-secondary,.service-link{font-weight:500}.marketing-demo-button,.marketing-primary{font-weight:650;letter-spacing:.01em}.marketing-eyebrow,.section-kicker,.status-chip{font-weight:650;letter-spacing:.08em}.marketing-hero h1{font-size:clamp(40px,5.8vw,64px);font-weight:650;letter-spacing:0;line-height:1}.marketing-section h2,.tech-hero h1{font-weight:600;letter-spacing:0}.service-card h3{font-weight:600}.console-top,.console-feed,.console-alert-label{font-weight:650}.comparison-table th{font-weight:600;letter-spacing:.04em}.comparison-table td:first-child,.faq-item summary,.tech-section h2,.tech-credit{font-weight:600}@media(max-width:900px){.marketing-header{grid-template-columns:1fr auto;padding:8px 0}.marketing-nav{grid-column:1 / -1;justify-content:flex-start;overflow-x:auto;padding-bottom:6px}.marketing-hero,.marketing-copy-grid,.proof-gallery,.report-proof-section{grid-template-columns:1fr}.marketing-hero{min-height:auto;padding-top:34px}.service-card{flex-direction:column}.footer-links-row{align-items:center;flex-wrap:wrap}.tech-section{grid-template-columns:1fr;gap:10px}}@media(max-width:560px){.landing-page{padding:10px 12px 18px}.marketing-header{gap:10px}.marketing-brand-tagline{display:none}.marketing-demo-button{padding:6px 9px}.marketing-hero h1{font-size:42px}.marketing-subtitle{font-size:15px}.console-metrics{grid-template-columns:1fr}}.product-header{grid-template-columns:auto minmax(260px,1fr) auto}.product-header .marketing-nav{justify-content:flex-end;gap:16px}.product-header .nav-video-link{color:#fcd34d}.award-announcement{display:flex;align-items:center;justify-content:center;gap:10px;min-height:38px;border-bottom:1px solid rgba(245,158,11,.22);background:linear-gradient(90deg,#f59e0b08,#f59e0b24,#f59e0b08),#0b1220;color:#c7d2e3;padding:8px 16px;font-size:11px;letter-spacing:.03em;line-height:1.35;text-align:center;text-decoration:none}.award-announcement strong{color:#f59e0b;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.award-announcement span+span:before{margin-right:10px;color:#52617a;content:"·"}.award-announcement:hover span{color:#e6edf5}.marketing-header-actions,.demo-header-actions{display:flex;align-items:center;gap:8px}.nav-demo-button{border-color:#1e2c44;background:#0f1a2eb8;color:#e6edf5}.nav-demo-button:hover{border-color:#f59e0b8c;color:#fcd34d}.nav-request-button{white-space:nowrap}.demo-gate-main{display:grid;min-height:calc(100vh - 240px);place-items:center;padding:72px 0}.demo-gate-card{width:min(100%,660px);border:1px solid rgba(245,158,11,.34);border-radius:14px;background:radial-gradient(circle at 82% 10%,rgba(245,158,11,.12),transparent 32%),#0f1a2e;box-shadow:0 30px 90px #00000047;padding:clamp(28px,6vw,56px)}.demo-gate-icon{display:grid;width:54px;height:54px;margin-bottom:24px;border:1px solid rgba(245,158,11,.48);border-radius:10px;background:#f59e0b14;color:#f59e0b;font-size:14px;font-weight:900;letter-spacing:.08em;place-items:center}.demo-gate-card h1{max-width:600px;margin:10px 0 18px;color:#f8fafc;font-size:clamp(38px,7vw,64px);line-height:.98}.demo-gate-card>p:not(.marketing-eyebrow,.demo-gate-notice){max-width:570px;color:#a8b3c4;font-size:16px;line-height:1.65}.demo-password-form{display:grid;gap:9px;margin-top:30px}.demo-password-form label{color:#c7d2e3;font-size:12px;font-weight:800}.demo-password-form>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.demo-password-form input{min-width:0;border:1px solid #2A3954;border-radius:6px;outline:none;background:#091120;color:#f8fafc;padding:10px 12px;font:inherit}.demo-password-form input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.demo-gate-notice{margin-top:28px;border:1px solid rgba(245,158,11,.28);border-radius:7px;background:#f59e0b0f;color:#d8c69c;padding:12px 14px;font-size:13px;line-height:1.55}.demo-gate-actions,.request-demo-email-section .marketing-actions,.section-actions{margin-top:24px}.about-main,.use-cases-main{padding-top:10px}.about-hero,.use-cases-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);gap:34px;align-items:center;min-height:610px;padding:64px 0}.about-hero h1,.use-cases-hero h1{max-width:790px;margin:12px 0 20px;color:#f8fafc;font-size:clamp(44px,6vw,72px);line-height:.98}.founder-card,.simple-offer-card{display:flex;border:1px solid rgba(245,158,11,.38);border-radius:12px;background:radial-gradient(circle at 86% 8%,rgba(245,158,11,.13),transparent 34%),#0f1a2e;box-shadow:0 24px 70px #0003;padding:26px;flex-direction:column}.founder-card h2{margin:18px 0 6px;color:#f8fafc;font-size:26px}.founder-card p,.simple-offer-card p,.founder-card a{color:#a8b3c4;font-size:14px;line-height:1.6}.founder-card a{margin-top:8px;text-decoration-color:#f59e0b73;text-underline-offset:3px}.founder-card a:hover{color:#f59e0b}.simple-offer-card strong{margin-top:22px;color:#f8fafc;font-size:42px;line-height:1}.simple-offer-card .offer-rate{color:#f59e0b}.simple-offer-card>span:not(.status-chip){margin-top:4px;color:#8a99ad;font-size:12px}.simple-offer-card p{margin-top:22px}.sector-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px}.sector-card,.integration-grid article,.answer-grid article{border:1px solid #1E2C44;border-radius:9px;background:#0f1a2e;padding:20px}.sector-card h3,.answer-grid h3{color:#e6edf5;font-size:18px;line-height:1.3}.sector-card p,.integration-grid p,.answer-grid p{margin-top:10px;color:#a8b3c4;font-size:14px;line-height:1.6}.integration-grid,.answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}.scenario-grid,.processing-tier-grid,.competitor-grid{display:grid;gap:14px;margin-top:24px}.scenario-grid,.processing-tier-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.competitor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scenario-card,.processing-tier-card,.competitor-card{border:1px solid #1E2C44;border-radius:9px;background:#0f1a2e;padding:20px}.scenario-card>span,.competitor-card>span{color:#f59e0b;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.scenario-card p,.processing-tier-card p,.competitor-card p{margin-top:12px;color:#a8b3c4;font-size:14px;line-height:1.6}.scenario-card p{color:#d7dee8;font-size:16px}.processing-tier-card{display:flex;min-height:270px;flex-direction:column}.processing-tier-card.featured{border-color:#f59e0b94;box-shadow:0 22px 70px #f59e0b14}.processing-tier-card>strong{margin-top:24px;color:#f8fafc;font-size:34px;line-height:1}.processing-tier-card>small{margin-top:6px;color:#8a99ad;font-size:12px}.competitor-card h3{margin-top:12px;color:#e6edf5;font-size:19px;line-height:1.3}.competitor-card div{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.competitor-card a{color:#c7d2e3;font-size:12px;font-weight:700;text-decoration-color:#f59e0b73;text-underline-offset:3px}.competitor-card a:hover{color:#f59e0b}.integration-grid strong{color:#f59e0b;font-size:13px;letter-spacing:.04em;text-transform:uppercase}.product-hero{min-height:min(760px,calc(100vh - 70px))}.product-hero h1{max-width:760px;font-size:clamp(42px,6vw,68px);line-height:.98}.hero-disclosure,.pricing-note{margin-top:14px;color:#718096;font-size:12px;line-height:1.5}.operations-feed{background:radial-gradient(circle at 68% 48%,rgba(245,158,11,.14),transparent 24%),linear-gradient(90deg,rgba(138,153,173,.08) 1px,transparent 1px),linear-gradient(rgba(138,153,173,.08) 1px,transparent 1px),#050814;background-size:auto,28px 28px,28px 28px,auto}.solution-grid,.steps-grid,.pricing-grid,.trust-grid,.tech-rule-grid{display:grid;gap:14px;margin-top:20px}.solution-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.solution-card,.step-card,.pricing-card,.request-expectations,.inquiry-form,.tech-rule-grid article{border:1px solid #1E2C44;border-radius:10px;background:#0f1a2e}.solution-card{display:flex;min-height:360px;flex-direction:column;padding:20px}.solution-card h3,.step-card h3,.pricing-card h3{margin-top:16px;color:#e6edf5;font-size:20px;line-height:1.25}.solution-card p,.step-card p,.pricing-card p,.solution-card li,.pricing-card li,.request-expectations li,.product-cta-section p,.tech-section-content p,.tech-section-content li{color:#a8b3c4;font-size:14px;line-height:1.6}.solution-card p,.step-card p,.pricing-card p{margin-top:10px}.solution-card ul,.pricing-card ul{display:grid;gap:7px;margin:18px 0 0;padding:0;list-style:none}.solution-card li,.pricing-card li{position:relative;padding-left:16px}.solution-card li:before,.pricing-card li:before{position:absolute;left:0;color:#f59e0b;content:"•"}.steps-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.step-card{min-height:210px;padding:18px}.step-card>span{color:#f59e0b;font-size:12px;font-weight:800;letter-spacing:.08em}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.pricing-card{display:flex;flex-direction:column;padding:22px}.pricing-card.featured{border-color:#f59e0b94;box-shadow:0 22px 70px #f59e0b14}.pricing-card .marketing-primary,.pricing-card .marketing-secondary{align-self:flex-start;margin-top:auto}.price-line{display:flex;align-items:baseline;gap:8px;margin-top:20px}.price-line.recurring{margin-top:2px}.price-line strong{color:#e6edf5;font-size:34px;line-height:1}.price-line span{color:#8a99ad;font-size:13px}.pricing-card ul{margin-bottom:24px}.trust-section,.product-cta-section,.request-info-intro{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px;align-items:start}.trust-grid{margin-top:0}.trust-grid p{display:grid;grid-template-columns:180px minmax(0,1fr);gap:14px;border-top:1px solid #1E2C44;padding:14px 0}.trust-grid strong{color:#e6edf5;font-size:13px}.trust-grid span{color:#a8b3c4;font-size:14px;line-height:1.55}.product-cta-section{align-items:center;margin-bottom:16px;border:1px solid rgba(245,158,11,.35);border-radius:10px;background:linear-gradient(135deg,#f59e0b14,#0f1a2ef0);padding:28px}.product-cta-section .marketing-actions{justify-content:flex-end;margin-top:0}.request-info-main{padding-top:38px}.request-info-intro{padding:48px 0 36px}.request-info-intro h1,.product-tech-hero h1{max-width:780px;margin-top:9px;color:#e6edf5;font-size:clamp(38px,5.2vw,60px);line-height:1}.request-expectations{padding:20px}.request-expectations ol{display:grid;gap:12px;margin:18px 0 0;padding-left:20px}.request-form-section{max-width:980px}.inquiry-form{margin-top:20px;padding:22px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.inquiry-form label{display:grid;gap:7px;color:#c7d0dd;font-size:12px;font-weight:700;letter-spacing:.03em}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;border:1px solid #293752;border-radius:7px;background:#0b1220;color:#e6edf5;padding:10px 11px;font:inherit;font-size:14px;font-weight:400;letter-spacing:0;outline:none}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.form-full-width{margin-top:16px}.form-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-submit-row{display:flex;align-items:center;gap:16px;margin-top:18px}.form-submit-row p,.form-status{color:#8a99ad;font-size:12px;line-height:1.5}.inquiry-submit{cursor:pointer}.inquiry-submit:disabled{cursor:wait;opacity:.65}.form-status{min-height:18px;margin-top:12px}.form-status.success{color:#4ade80}.form-status.error{color:#fca5a5}.pricing-reminder{max-width:820px}.product-tech-hero{padding-bottom:38px}.tech-section{grid-template-columns:280px minmax(0,1fr)}.tech-section-content{min-width:0}.architecture-flow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px}.architecture-flow span,.tech-rule-grid article{color:#e6edf5}.architecture-flow span{border:1px solid #293752;border-radius:7px;background:#0f1a2e;padding:9px 11px;font-size:12px;font-weight:700}.architecture-flow b{color:#f59e0b}.tech-rule-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.tech-rule-grid article{display:grid;gap:5px;padding:14px}.tech-rule-grid strong{font-size:13px}.tech-rule-grid span{color:#8a99ad;font-size:12px;line-height:1.5}.demo-header-actions a{color:#a8b3c4;font-size:12px;font-weight:700;text-decoration:none}.demo-lock-button{border:0;background:none;color:#a8b3c4;padding:0;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.demo-lock-button:hover,.demo-header-actions a:hover{color:#f59e0b}.prototype-notice{margin:-18px 0 16px;border:1px solid rgba(245,158,11,.32);border-radius:7px;background:#f59e0b12;color:#c9b88b;padding:9px 12px;font-size:12px;line-height:1.5;text-align:center}@media(max-width:1080px){.product-header .marketing-brand-tagline{display:none}.product-header{grid-template-columns:auto 1fr auto}}@media(max-width:900px){.product-header{grid-template-columns:1fr auto}.product-header .marketing-nav{grid-column:1 / -1;grid-row:2;justify-content:flex-start}.marketing-header-actions{justify-content:flex-end}.award-announcement{flex-wrap:wrap;gap:4px 8px}.solution-grid,.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-section,.product-cta-section,.request-info-intro,.about-hero,.use-cases-hero,.tech-section{grid-template-columns:1fr}.product-cta-section .marketing-actions{justify-content:flex-start}}@media(max-width:680px){.solution-grid,.steps-grid,.pricing-grid,.sector-grid,.scenario-grid,.processing-tier-grid,.competitor-grid,.integration-grid,.answer-grid,.form-grid,.tech-rule-grid{grid-template-columns:1fr}.solution-card{min-height:0}.trust-grid p{grid-template-columns:1fr;gap:5px}.form-submit-row,.demo-header-actions{align-items:flex-start;flex-direction:column}.product-cta-section,.inquiry-form{padding:18px}.award-announcement span{width:100%}.award-announcement span+span:before{display:none}.demo-password-form>div{grid-template-columns:1fr}}@media print{@page{size:Letter;margin:.45in}*{print-color-adjust:exact;-webkit-print-color-adjust:exact}body{background:#fff;color:#000;font-size:10px}.header,.ops-status-bar,.main-content,.report-error,.print-button,.app-footer{display:none}.app{max-width:none;padding:0}.shift-report{position:relative;margin:0;padding:0 0 14px;border-radius:0;box-shadow:none;background:#fff;color:#111827}.shift-report:after{content:"Report ID: SOAI-" attr(id) " | Generated by Factory Guardian Safety Officer AI";position:absolute;left:0;right:0;bottom:0;padding-top:6px;border-top:1px solid #d8dee9;color:#66758a;font-size:8px;text-align:right}.report-heading{gap:8px;padding-bottom:8px;border-bottom-width:1px}.report-kicker{font-size:8px;letter-spacing:.06em}.report-heading h2{margin-top:2px;font-size:17px}.report-subtitle{margin-top:2px;font-size:8px}.report-heading-meta{margin-left:auto;font-size:7px;line-height:1.35;text-align:right;white-space:nowrap}.report-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:8px}.report-meta div{padding:6px 7px;border-radius:4px}.report-meta span,.total-tile span{font-size:7px}.report-meta strong{margin-top:3px;font-size:9px}.report-section{margin-top:8px;padding:7px;border-radius:4px}.report-section h3{margin-bottom:5px;font-size:10px}.report-totals{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.total-tile{padding:6px 7px;border-radius:4px}.total-tile strong{margin-top:3px;font-size:18px}.report-breakdowns{display:grid;grid-template-columns:1fr 1fr;gap:8px}.report-hero-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.report-kpi{min-height:58px;padding:6px;border-radius:4px}.report-kpi strong{font-size:16px}.report-kpi span{margin-top:4px;font-size:6px}.report-kpi small{margin-top:2px;font-size:6px;line-height:1.2}.report-note{margin-top:6px;padding:5px 6px;border-radius:4px;font-size:7px;line-height:1.25}.distribution-line{margin-top:5px;padding-top:5px;font-size:7px;line-height:1.25}.breakdown-list li{padding:4px 0}.empty-report-note,.supervisor-summary{font-size:9px;line-height:1.35}.report-table{font-size:7px;page-break-inside:auto}.report-table th,.report-table td{padding:4px 5px}.report-table th{font-size:6px}.severity-pill{min-width:46px;padding:2px 5px;font-size:6px}.peak-risk-window{margin-top:6px;padding-top:5px}.peak-risk-window span,.peak-risk-window small{font-size:6px}.peak-risk-window strong{margin:2px 0;font-size:8px}.cost-avoidance{gap:4px}.cost-avoidance div{padding-bottom:4px}.signoff-table td{height:24px}.report-appendix{break-before:page;page-break-before:always}.report-section,.report-meta div,.total-tile,.report-heading,.report-kpi,.report-note,.report-table tr{break-inside:avoid}}
