.ThemeToggle-module__gQwUiq__toggle{width:36px;height:36px;color:var(--text-secondary);transition:all .3s var(--ease-out);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;justify-content:center;align-items:center;padding:0;display:flex}.ThemeToggle-module__gQwUiq__toggle:hover{color:var(--accent-primary);background:#4ade801a;border-color:#4ade8033}[data-theme=light] .ThemeToggle-module__gQwUiq__toggle{color:var(--text-secondary);background:#0000000d;border-color:#0000001a}[data-theme=light] .ThemeToggle-module__gQwUiq__toggle:hover{color:var(--accent-primary);background:#4ade801a}
.AuthButton-module__Ooyc9a__loading{color:#9ca3af;align-items:center;padding:.5rem .75rem;font-size:.875rem;display:flex}.AuthButton-module__Ooyc9a__userSection{align-items:center;gap:.75rem;display:flex}.AuthButton-module__Ooyc9a__userName{color:var(--accent-primary,#4ade80);font-size:.875rem;font-weight:500}.AuthButton-module__Ooyc9a__signInBtn{color:#030806;background:var(--accent-primary,#4ade80);cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;justify-content:center;align-items:center;height:38px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.AuthButton-module__Ooyc9a__signInBtn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4ade804d}.AuthButton-module__Ooyc9a__signOutBtn{color:var(--text-secondary,#9ca3af);cursor:pointer;white-space:nowrap;background:#6b72801a;border:1px solid #6b728033;border-radius:.375rem;justify-content:center;align-items:center;height:32px;padding:.5rem .75rem;font-size:.75rem;transition:all .2s;display:flex}.AuthButton-module__Ooyc9a__signOutBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}[data-theme=light] .AuthButton-module__Ooyc9a__signInBtn{color:#030806;background:var(--accent-primary,#22c55e)}[data-theme=light] .AuthButton-module__Ooyc9a__signOutBtn{color:#4b5563;background:#6b72800d;border-color:#6b728033}[data-theme=light] .AuthButton-module__Ooyc9a__signOutBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}[data-theme=light] .AuthButton-module__Ooyc9a__userName{color:#16a34a}[data-theme=light] .AuthButton-module__Ooyc9a__loading{color:#6b7280}
.dashboard-module__xjA87a__container{background:var(--bg-deep,#030806);min-height:100vh}.dashboard-module__xjA87a__nav{background:var(--bg-glass,#030806e6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--grid-color,#4ade8014);justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.dashboard-module__xjA87a__logo{font-family:var(--font-display);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;display:flex}.dashboard-module__xjA87a__logoIcon{background:linear-gradient(135deg,#4ade8033,#4ade800d);border:1px solid #4ade804d;border-radius:.4rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.dashboard-module__xjA87a__logoCore{background:var(--accent-primary);width:.6rem;height:.6rem;box-shadow:0 0 15px var(--accent-primary);border-radius:50%}.dashboard-module__xjA87a__navLinks{gap:2rem;display:flex}.dashboard-module__xjA87a__navLinks a{color:var(--text-secondary);font-size:.9rem;transition:color .3s}.dashboard-module__xjA87a__navLinks a:hover,.dashboard-module__xjA87a__navLinks a.dashboard-module__xjA87a__active{color:var(--accent-primary)}.dashboard-module__xjA87a__ctaBtn{color:#030806;background:var(--accent-primary);transition:all .3s var(--ease-out);border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500}.dashboard-module__xjA87a__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4ade804d}.dashboard-module__xjA87a__navActions{align-items:center;gap:1rem;display:flex}.dashboard-module__xjA87a__main{max-width:1400px;margin:0 auto;padding:2rem}.dashboard-module__xjA87a__header{margin-bottom:2rem}.dashboard-module__xjA87a__header h1{background:linear-gradient(135deg,var(--text-primary),var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:1.75rem}.dashboard-module__xjA87a__header p{color:var(--text-muted);font-size:.9rem}.dashboard-module__xjA87a__statsBar{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.dashboard-module__xjA87a__statCard{background:var(--bg-card,#0a140f99);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--grid-color,#4ade801a);transition:all .3s var(--ease-out);border-radius:.75rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.dashboard-module__xjA87a__statCard:hover{border-color:#4ade8033;transform:translateY(-2px)}.dashboard-module__xjA87a__statIcon{width:48px;height:48px;color:var(--accent-primary);background:#4ade801a;border-radius:.625rem;justify-content:center;align-items:center;display:flex}.dashboard-module__xjA87a__statInfo{flex-direction:column;gap:.25rem;display:flex}.dashboard-module__xjA87a__statValue{font-family:var(--font-display);color:var(--accent-primary);font-size:1.75rem;font-weight:600;line-height:1}.dashboard-module__xjA87a__statLabel{color:var(--text-muted);font-size:.8rem}.dashboard-module__xjA87a__statCritical .dashboard-module__xjA87a__statIcon{color:#ef4444;background:#ef44441a}.dashboard-module__xjA87a__statCritical .dashboard-module__xjA87a__statValue{color:#ef4444}.dashboard-module__xjA87a__content{grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}.dashboard-module__xjA87a__mapSection,.dashboard-module__xjA87a__feedSection{flex-direction:column;gap:1rem;display:flex}.dashboard-module__xjA87a__sectionHeader{justify-content:space-between;align-items:center;display:flex}.dashboard-module__xjA87a__sectionHeader h2{font-size:1.1rem;font-weight:500}.dashboard-module__xjA87a__liveBadge{color:var(--accent-primary);letter-spacing:.05em;background:#4ade801a;border:1px solid #4ade8033;border-radius:100px;align-items:center;gap:.375rem;padding:.35rem .625rem;font-size:.65rem;font-weight:600;display:flex}.dashboard-module__xjA87a__liveDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite dashboard-module__xjA87a__pulse}@keyframes dashboard-module__xjA87a__pulse{0%,to{opacity:1}50%{opacity:.4}}.dashboard-module__xjA87a__mapWrapper{background:var(--bg-card,#0a140f99);border:1px solid var(--grid-color,#4ade801a);border-radius:.75rem;flex:1;min-height:450px;overflow:hidden}.dashboard-module__xjA87a__mapLoading{height:100%;min-height:450px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.dashboard-module__xjA87a__mapLoadingSpinner{border:3px solid #4ade8033;border-top-color:var(--accent-primary);border-radius:50%;width:32px;height:32px;animation:1s linear infinite dashboard-module__xjA87a__spin}@keyframes dashboard-module__xjA87a__spin{to{transform:rotate(360deg)}}.dashboard-module__xjA87a__incidentList{flex-direction:column;gap:.75rem;max-height:500px;padding-right:.5rem;display:flex;overflow-y:auto}.dashboard-module__xjA87a__incidentList::-webkit-scrollbar{width:6px}.dashboard-module__xjA87a__incidentList::-webkit-scrollbar-track{background:var(--bg-secondary,#ffffff0d);border-radius:3px}.dashboard-module__xjA87a__incidentList::-webkit-scrollbar-thumb{background:var(--accent-primary,#4ade80);opacity:.5;border-radius:3px}.dashboard-module__xjA87a__incidentList::-webkit-scrollbar-thumb:hover{background:var(--accent-primary,#4ade80);opacity:1}.dashboard-module__xjA87a__incidentCard{background:var(--bg-card,#0a140f99);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--grid-color,#4ade801a);transition:all .3s var(--ease-out);border-radius:.75rem;padding:1rem}.dashboard-module__xjA87a__incidentCard:hover{border-color:#4ade8033}.dashboard-module__xjA87a__incidentHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.dashboard-module__xjA87a__severityBadge{letter-spacing:.03em;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:600}.dashboard-module__xjA87a__severityCritical{color:#ef4444;background:#ef444426}.dashboard-module__xjA87a__severityHigh{color:#fbbf24;background:#fbbf2426}.dashboard-module__xjA87a__severityMedium{color:var(--accent-primary);background:#4ade8026}.dashboard-module__xjA87a__incidentTime{color:var(--text-muted);font-size:.75rem}.dashboard-module__xjA87a__incidentBody h4{margin-bottom:.25rem;font-size:.95rem;font-weight:500}.dashboard-module__xjA87a__incidentMeta{color:var(--text-secondary);gap:.75rem;font-size:.75rem;display:flex}.dashboard-module__xjA87a__incidentCoords{font-family:var(--font-mono);color:var(--text-muted)}.dashboard-module__xjA87a__incidentFooter{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;display:flex}.dashboard-module__xjA87a__incidentId{font-family:var(--font-mono);color:var(--text-muted);font-size:.7rem}.dashboard-module__xjA87a__viewBtn{color:var(--accent-primary);background:#4ade801a;border-radius:.375rem;padding:.35rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s}.dashboard-module__xjA87a__viewBtn:hover{background:var(--accent-primary);color:#030806}.dashboard-module__xjA87a__refreshBtn{color:var(--text-muted);background:#ffffff0d;border-radius:.375rem;padding:.5rem;transition:all .2s}.dashboard-module__xjA87a__refreshBtn:hover{color:var(--accent-primary);background:#4ade801a}.dashboard-module__xjA87a__loadingState,.dashboard-module__xjA87a__emptyState{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.dashboard-module__xjA87a__emptyState a{color:var(--accent-primary);text-decoration:underline}.dashboard-module__xjA87a__newAnalysisBtn{width:100%;color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;margin-top:1rem;padding:.875rem;font-size:.9rem;font-weight:500;transition:all .2s}.dashboard-module__xjA87a__newAnalysisBtn:hover{border-color:var(--accent-primary);background:#4ade800d}@media (max-width:1024px){.dashboard-module__xjA87a__content{grid-template-columns:1fr}.dashboard-module__xjA87a__mapWrapper{min-height:350px}}@media (max-width:768px){.dashboard-module__xjA87a__statsBar{grid-template-columns:1fr}.dashboard-module__xjA87a__nav{padding:1rem 1.5rem}.dashboard-module__xjA87a__navLinks{display:none}}
.demo-module__w7O_ZG__container{background:#030806;min-height:100vh}.demo-module__w7O_ZG__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#030806e6;border-bottom:1px solid #4ade8014;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.demo-module__w7O_ZG__navActions{align-items:center;gap:1rem;display:flex}.demo-module__w7O_ZG__logo{font-family:var(--font-display);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;display:flex}.demo-module__w7O_ZG__logoIcon{background:linear-gradient(135deg,#4ade8033,#4ade800d);border:1px solid #4ade804d;border-radius:.4rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.demo-module__w7O_ZG__logoCore{background:var(--accent-primary);width:.6rem;height:.6rem;box-shadow:0 0 15px var(--accent-primary);border-radius:50%}.demo-module__w7O_ZG__navLinks{gap:2rem;display:flex}.demo-module__w7O_ZG__navLinks a{color:var(--text-secondary);font-size:.9rem;transition:color .3s}.demo-module__w7O_ZG__navLinks a:hover,.demo-module__w7O_ZG__navLinks a.demo-module__w7O_ZG__active{color:var(--accent-primary)}.demo-module__w7O_ZG__main{max-width:1100px;margin:0 auto;padding:3rem 2rem}.demo-module__w7O_ZG__header{text-align:center;margin-bottom:3rem}.demo-module__w7O_ZG__header h1{background:linear-gradient(135deg,var(--text-primary),var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem}.demo-module__w7O_ZG__header p{color:var(--text-muted)}.demo-module__w7O_ZG__content{flex-direction:column;gap:2rem;display:flex}.demo-module__w7O_ZG__inputSection{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.demo-module__w7O_ZG__uploadZone{cursor:pointer;width:100%;max-width:600px;transition:all .3s var(--ease-out);background:#0a140f66;border:2px dashed #4ade8033;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.demo-module__w7O_ZG__uploadZone:hover,.demo-module__w7O_ZG__dragging{border-color:var(--accent-primary);background:#4ade800d}.demo-module__w7O_ZG__uploadIcon{color:var(--accent-primary);opacity:.7}.demo-module__w7O_ZG__uploadTitle{font-size:1.1rem;font-weight:500}.demo-module__w7O_ZG__uploadSubtitle{color:var(--text-muted);font-size:.9rem}.demo-module__w7O_ZG__uploadFormats{gap:.5rem;display:flex}.demo-module__w7O_ZG__uploadFormats span{color:var(--accent-primary);background:#4ade801a;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.demo-module__w7O_ZG__uploadLimit{color:var(--text-muted);font-size:.75rem}.demo-module__w7O_ZG__errorBox{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.demo-module__w7O_ZG__resetBtn{color:var(--text-muted);background:#ffffff0d;border-radius:.375rem;padding:.5rem;transition:all .2s}.demo-module__w7O_ZG__resetBtn:hover{color:#ef4444;background:#ef44441a}.demo-module__w7O_ZG__gridPreview{background:#0a140f99;border:1px solid #4ade801f;border-radius:.75rem;width:100%;max-width:300px;padding:1rem}.demo-module__w7O_ZG__gridPreviewHeader{color:var(--accent-primary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;font-weight:500;display:flex}.demo-module__w7O_ZG__gridDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite demo-module__w7O_ZG__pulse}.demo-module__w7O_ZG__miniGrid{background:#03080680;border-radius:.5rem;height:120px;position:relative;overflow:hidden}.demo-module__w7O_ZG__miniGridLines{background-image:linear-gradient(#4ade801a 1px,#0000 1px),linear-gradient(90deg,#4ade801a 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.demo-module__w7O_ZG__miniGridPoint{background:#fbbf24;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite demo-module__w7O_ZG__pulse;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 15px #fbbf24}.demo-module__w7O_ZG__gridCoords{font-family:var(--font-mono);color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.75rem}.demo-module__w7O_ZG__audioCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a140f99;border:1px solid #4ade801f;border-radius:1rem;width:100%;max-width:600px;padding:1.5rem}.demo-module__w7O_ZG__audioHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.demo-module__w7O_ZG__audioInfo{align-items:center;gap:.75rem;display:flex}.demo-module__w7O_ZG__audioTag{color:var(--accent-primary);letter-spacing:.05em;background:#4ade801a;border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:600}.demo-module__w7O_ZG__audioFile{font-family:var(--font-mono);color:var(--text-primary);font-size:.9rem}.demo-module__w7O_ZG__audioMeta{color:var(--text-muted);gap:1rem;font-size:.75rem;display:flex}.demo-module__w7O_ZG__waveform{background:#03080680;border-radius:.75rem;justify-content:center;align-items:flex-end;gap:2px;height:100px;margin-bottom:1.25rem;padding:1rem;display:flex}.demo-module__w7O_ZG__bar{background:linear-gradient(to top,var(--accent-primary),#4ade8033);border-radius:2px;width:4px;min-height:4px;animation:1.5s ease-in-out infinite demo-module__w7O_ZG__wave}@keyframes demo-module__w7O_ZG__wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.6)}}.demo-module__w7O_ZG__audioCategory{justify-content:space-between;align-items:center;display:flex}.demo-module__w7O_ZG__categoryBadge{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.demo-module__w7O_ZG__categoryLabel{color:var(--text-muted);font-size:.75rem}.demo-module__w7O_ZG__analyzeBtn{color:#030806;background:linear-gradient(135deg,var(--accent-primary)0%,#10b981 100%);min-width:220px;transition:all .3s var(--ease-out);border-radius:.625rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 4px 20px #4ade8040}.demo-module__w7O_ZG__analyzeBtn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 40px #4ade8059}.demo-module__w7O_ZG__analyzeBtn:disabled{opacity:.8;cursor:not-allowed}.demo-module__w7O_ZG__spinner{border:2px solid #030806;border-top-color:#0000;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite demo-module__w7O_ZG__spin}@keyframes demo-module__w7O_ZG__spin{to{transform:rotate(360deg)}}.demo-module__w7O_ZG__progressSection{background:#0a140f66;border-radius:.75rem;flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;max-width:600px;padding:1.25rem;display:flex}.demo-module__w7O_ZG__progressStep{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;transition:color .3s;display:flex}.demo-module__w7O_ZG__stepDone{color:var(--accent-primary)}.demo-module__w7O_ZG__stepActive{color:var(--text-primary)}.demo-module__w7O_ZG__stepIndicator{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;transition:all .3s;display:flex}.demo-module__w7O_ZG__stepDone .demo-module__w7O_ZG__stepIndicator{border-color:var(--accent-primary);color:var(--accent-primary);background:#4ade8026}.demo-module__w7O_ZG__stepActive .demo-module__w7O_ZG__stepIndicator{background:var(--accent-primary);border-color:var(--accent-primary);color:#030806;box-shadow:0 0 20px #4ade8066}.demo-module__w7O_ZG__reportSection{animation:demo-module__w7O_ZG__slideUp .6s var(--ease-out)}@keyframes demo-module__w7O_ZG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.demo-module__w7O_ZG__reportCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a140f99;border:1px solid #4ade801f;border-radius:1.25rem;padding:2rem}.demo-module__w7O_ZG__reportHeader{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.demo-module__w7O_ZG__reportTitle h2{margin-bottom:.25rem;font-size:1.5rem}.demo-module__w7O_ZG__reportId{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.demo-module__w7O_ZG__severityBadge{background:#ef44441a;border:1px solid #ef444433;border-radius:.75rem;flex-direction:column;align-items:center;padding:.75rem 1rem;display:flex}.demo-module__w7O_ZG__severityValue{font-family:var(--font-display);color:#ef4444;font-size:1.75rem;font-weight:600;line-height:1}.demo-module__w7O_ZG__severityLabel{color:#ef4444;letter-spacing:.05em;margin-top:.25rem;font-size:.65rem;font-weight:600}.demo-module__w7O_ZG__reportMeta{background:#03080680;border-radius:.75rem;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;padding:1rem;display:grid}.demo-module__w7O_ZG__metaItem{flex-direction:column;gap:.25rem;display:flex}.demo-module__w7O_ZG__metaLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.demo-module__w7O_ZG__metaValue{font-family:var(--font-mono);font-size:.85rem}.demo-module__w7O_ZG__threatBox{background:linear-gradient(135deg,#ef444414,#ef444405);border:1px solid #ef444426;border-radius:.75rem;margin-bottom:1.5rem;padding:1.25rem}.demo-module__w7O_ZG__threatHeader{gap:.75rem;margin-bottom:1rem;display:flex}.demo-module__w7O_ZG__threatCategory{color:#ef4444;background:#ef444426;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.demo-module__w7O_ZG__threatType{color:var(--text-primary);text-transform:uppercase;background:#ffffff0d;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:500}.demo-module__w7O_ZG__confidenceBar{background:#ffffff1a;border-radius:3px;height:6px;margin-bottom:.5rem;overflow:hidden}.demo-module__w7O_ZG__confidenceFill{height:100%;transition:width 1s var(--ease-out);background:linear-gradient(90deg,#ef4444,#f87171);border-radius:3px}.demo-module__w7O_ZG__confidenceLabel{color:var(--text-secondary);font-size:.8rem}.demo-module__w7O_ZG__tabs{background:#03080680;border-radius:.5rem;gap:.5rem;margin-bottom:1.5rem;padding:.25rem;display:flex}.demo-module__w7O_ZG__tabs button{color:var(--text-secondary);background:0 0;border-radius:.375rem;flex:1;padding:.75rem 1rem;font-size:.85rem;transition:all .3s}.demo-module__w7O_ZG__tabs button:hover{color:var(--text-primary)}.demo-module__w7O_ZG__tabActive{color:var(--accent-primary)!important;background:#4ade801a!important}.demo-module__w7O_ZG__evidenceSection{flex-direction:column;gap:1.5rem;display:flex}.demo-module__w7O_ZG__evidenceBlock h4{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9rem;display:flex}.demo-module__w7O_ZG__stepNum{font-family:var(--font-mono);color:var(--accent-primary);background:#4ade801a;border-radius:4px;padding:.25rem .5rem;font-size:.7rem}.demo-module__w7O_ZG__matchGrid{flex-direction:column;gap:.75rem;display:flex}.demo-module__w7O_ZG__matchCard{background:#03080680;border:1px solid #ffffff0a;border-radius:.625rem;grid-template-columns:50px 1fr 120px;align-items:center;gap:1rem;padding:1rem;display:grid}.demo-module__w7O_ZG__matchRank{font-family:var(--font-mono);color:var(--accent-primary);font-size:.85rem}.demo-module__w7O_ZG__matchInfo{flex-direction:column;gap:.25rem;display:flex}.demo-module__w7O_ZG__matchId{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.demo-module__w7O_ZG__matchType{text-transform:capitalize;font-size:.85rem}.demo-module__w7O_ZG__matchScore{flex-direction:column;gap:.35rem;display:flex}.demo-module__w7O_ZG__scoreValue{font-family:var(--font-mono);color:var(--accent-primary);text-align:right;font-size:.9rem;font-weight:600}.demo-module__w7O_ZG__scoreBar{background:#ffffff1a;border-radius:2px;height:4px;overflow:hidden}.demo-module__w7O_ZG__scoreBar>div{background:var(--accent-primary);border-radius:2px;height:100%}.demo-module__w7O_ZG__featureGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.demo-module__w7O_ZG__featureItem{background:#03080680;border:1px solid #ffffff0a;border-radius:.625rem;flex-direction:column;gap:.35rem;padding:1rem;display:flex}.demo-module__w7O_ZG__featureName{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.demo-module__w7O_ZG__featureValue{font-family:var(--font-mono);color:var(--text-primary);font-size:1.1rem;font-weight:600}.demo-module__w7O_ZG__featureInterp{color:var(--accent-primary);font-size:.75rem}.demo-module__w7O_ZG__reasoningSection{flex-direction:column;gap:1rem;display:flex}.demo-module__w7O_ZG__agentCard{border-left:3px solid var(--accent-primary);background:#03080680;border-radius:.75rem;padding:1.25rem}.demo-module__w7O_ZG__agentHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.demo-module__w7O_ZG__agentBadge{color:var(--accent-primary);letter-spacing:.05em;background:#4ade801a;border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:600}.demo-module__w7O_ZG__agentAction{color:#fbbf24;background:#fbbf241a;border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:600}.demo-module__w7O_ZG__agentCard p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.demo-module__w7O_ZG__actionsSection{border-top:1px solid #ffffff0f;margin-top:1.5rem;padding-top:1.5rem}.demo-module__w7O_ZG__actionsSection h4{margin-bottom:1rem;font-size:.9rem}.demo-module__w7O_ZG__actionsList{flex-direction:column;gap:.75rem;display:flex}.demo-module__w7O_ZG__markdownContent{flex-direction:column;gap:.5rem;display:flex}.demo-module__w7O_ZG__markdownLine{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.demo-module__w7O_ZG__markdownLine strong{color:var(--text-primary);font-weight:600}.demo-module__w7O_ZG__actionItem{background:#03080680;border-radius:.5rem;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.demo-module__w7O_ZG__actionPriority{letter-spacing:.03em;border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:600}.demo-module__w7O_ZG__priorityHigh{color:#ef4444;background:#ef44441a}.demo-module__w7O_ZG__priorityMed{color:#fbbf24;background:#fbbf241a}.demo-module__w7O_ZG__actionText{color:var(--text-secondary);font-size:.9rem}.demo-module__w7O_ZG__reportActions{border-top:1px solid #ffffff0f;margin-top:1.5rem;padding-top:1.5rem}.demo-module__w7O_ZG__newAnalysisBtn{width:100%;color:var(--text-primary);transition:all .3s var(--ease-out);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;padding:1rem;font-size:.9rem;font-weight:500}.demo-module__w7O_ZG__newAnalysisBtn:hover{border-color:var(--accent-primary);background:#4ade801a}@media (max-width:768px){.demo-module__w7O_ZG__reportMeta{grid-template-columns:repeat(2,1fr)}.demo-module__w7O_ZG__featureGrid{grid-template-columns:1fr}.demo-module__w7O_ZG__matchCard{grid-template-columns:40px 1fr}.demo-module__w7O_ZG__matchScore{grid-column:1/-1}}[data-theme=light] .demo-module__w7O_ZG__container{background:#f8faf9}[data-theme=light] .demo-module__w7O_ZG__nav{background:#f8faf9f2;border-bottom-color:#22c55e26}[data-theme=light] .demo-module__w7O_ZG__uploadZone{background:#f0fdf499;border-color:#22c55e4d}[data-theme=light] .demo-module__w7O_ZG__uploadZone:hover{background:#22c55e1a}[data-theme=light] .demo-module__w7O_ZG__dragging{background:#22c55e1a}[data-theme=light] .demo-module__w7O_ZG__audioCard{background:#fffc;border-color:#22c55e33}[data-theme=light] .demo-module__w7O_ZG__waveform{background:#f0fdf4cc}[data-theme=light] .demo-module__w7O_ZG__gridPreview{background:#fffc;border-color:#22c55e33}[data-theme=light] .demo-module__w7O_ZG__miniGrid{background:#f0fdf4cc}[data-theme=light] .demo-module__w7O_ZG__progressSection{background:#f0fdf499}[data-theme=light] .demo-module__w7O_ZG__stepIndicator{background:#22c55e1a;border-color:#22c55e33}[data-theme=light] .demo-module__w7O_ZG__reportCard{background:#ffffffe6;border-color:#22c55e33}[data-theme=light] .demo-module__w7O_ZG__reportHeader{border-bottom-color:#00000014}[data-theme=light] .demo-module__w7O_ZG__reportMeta{background:#f0fdf499}[data-theme=light] .demo-module__w7O_ZG__tabs{background:#f0fdf499}[data-theme=light] .demo-module__w7O_ZG__tabActive{background:#22c55e26!important}[data-theme=light] .demo-module__w7O_ZG__matchCard{background:#fffc;border-color:#22c55e1a}[data-theme=light] .demo-module__w7O_ZG__featureItem{background:#fffc;border-color:#22c55e1a}[data-theme=light] .demo-module__w7O_ZG__agentCard{background:#fffc}[data-theme=light] .demo-module__w7O_ZG__actionItem{background:#fffc}[data-theme=light] .demo-module__w7O_ZG__actionsSection{border-top-color:#00000014}[data-theme=light] .demo-module__w7O_ZG__reportActions{border-top-color:#00000014}[data-theme=light] .demo-module__w7O_ZG__newAnalysisBtn{color:#1f2937;background:#22c55e0d;border-color:#22c55e33}[data-theme=light] .demo-module__w7O_ZG__newAnalysisBtn:hover{background:#22c55e1a}[data-theme=light] .demo-module__w7O_ZG__scoreBar{background:#22c55e26}[data-theme=light] .demo-module__w7O_ZG__confidenceBar{background:#ef444426}[data-theme=light] .demo-module__w7O_ZG__resetBtn{background:#6b72801a}[data-theme=light] .demo-module__w7O_ZG__resetBtn:hover{background:#ef444426}[data-theme=light] .demo-module__w7O_ZG__header h1{background:linear-gradient(135deg,#1f2937,#16a34a);-webkit-background-clip:text;background-clip:text}[data-theme=light] .demo-module__w7O_ZG__header p{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__uploadTitle{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__uploadSubtitle{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__uploadLimit{color:#9ca3af}[data-theme=light] .demo-module__w7O_ZG__audioFile{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__audioMeta{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__reportTitle h2{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__reportId{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__metaValue{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__metaLabel{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__tabs button{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__tabs button:hover{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__evidenceBlock h4{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__matchId{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__matchType{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__featureName{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__featureValue{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__agentCard p{color:#4b5563}[data-theme=light] .demo-module__w7O_ZG__markdownLine{color:#4b5563}[data-theme=light] .demo-module__w7O_ZG__markdownLine strong{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__actionText{color:#4b5563}[data-theme=light] .demo-module__w7O_ZG__actionsSection h4{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__threatType{color:#1f2937;background:#0000000d}[data-theme=light] .demo-module__w7O_ZG__confidenceLabel{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__progressStep{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__stepActive{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__gridCoords{color:#6b7280}[data-theme=light] .demo-module__w7O_ZG__logo span{color:#1f2937}[data-theme=light] .demo-module__w7O_ZG__navLinks a{color:#6b7280}:is([data-theme=light] .demo-module__w7O_ZG__navLinks a:hover,[data-theme=light] .demo-module__w7O_ZG__navLinks a.demo-module__w7O_ZG__active){color:#16a34a}
.page-module__Xh1xWG__container{background:var(--bg-deep,#030806);min-height:100vh;position:relative;overflow-x:hidden}.page-module__Xh1xWG__particleCanvas{pointer-events:none;z-index:1;width:100%;height:100%;position:fixed;top:0;left:0}.page-module__Xh1xWG__nav{z-index:100;background:var(--bg-glass,#030806cc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--grid-color,#4ade8014);justify-content:space-between;align-items:center;padding:1.25rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.page-module__Xh1xWG__logo{font-family:var(--font-display);letter-spacing:-.02em;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;display:flex}.page-module__Xh1xWG__logoIcon{background:linear-gradient(135deg,#4ade8033,#4ade800d);border:1px solid #4ade804d;border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex;position:relative}.page-module__Xh1xWG__logoCore{background:var(--accent-primary);width:.75rem;height:.75rem;box-shadow:0 0 20px var(--accent-primary);border-radius:50%;animation:2s ease-in-out infinite page-module__Xh1xWG__pulse}@keyframes page-module__Xh1xWG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.page-module__Xh1xWG__navLinks{align-items:center;gap:2.5rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.page-module__Xh1xWG__navLinks a{color:var(--text-secondary);font-size:.9rem;transition:color .3s}.page-module__Xh1xWG__navLinks a:hover{color:var(--accent-primary)}.page-module__Xh1xWG__navActions{align-items:center;gap:1rem;display:flex}.page-module__Xh1xWG__ctaBtn{color:#030806;background:var(--accent-primary);height:38px;transition:all .3s var(--ease-out);border-radius:.5rem;justify-content:center;align-items:center;padding:0 1.25rem;font-size:.875rem;font-weight:500;display:flex}.page-module__Xh1xWG__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4ade804d}.page-module__Xh1xWG__hero{z-index:2;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.page-module__Xh1xWG__heroGlow{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#4ade8026 0%,#0000 60%);width:600px;height:600px;transition:transform .3s ease-out;position:absolute;top:10%;left:30%}.page-module__Xh1xWG__heroGlow2{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#10b9811a 0%,#0000 60%);width:400px;height:400px;transition:transform .3s ease-out;position:absolute;bottom:20%;right:20%}.page-module__Xh1xWG__heroContent{z-index:3;text-align:center;max-width:700px;position:relative}.page-module__Xh1xWG__badge{color:var(--accent-primary);letter-spacing:.02em;background:#4ade8014;border:1px solid #4ade8026;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.page-module__Xh1xWG__badgeDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite page-module__Xh1xWG__pulse}.page-module__Xh1xWG__heroTitle{flex-direction:column;gap:.25rem;margin-bottom:1.5rem;display:flex}.page-module__Xh1xWG__titleLine{letter-spacing:-.03em;font-size:clamp(2.5rem,6vw,4rem);font-weight:600;line-height:1.1}.page-module__Xh1xWG__titleAccent{letter-spacing:-.03em;background:linear-gradient(135deg,var(--accent-primary)0%,#10b981 50%,#34d399 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 60px #4ade804d;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,6vw,4rem);font-weight:600;line-height:1.1}.page-module__Xh1xWG__heroDesc{color:var(--text-secondary);max-width:550px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}.page-module__Xh1xWG__heroCtas{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.page-module__Xh1xWG__primaryBtn{color:#030806;background:linear-gradient(135deg,var(--accent-primary)0%,#10b981 100%);transition:all .3s var(--ease-out);border-radius:.625rem;align-items:center;gap:.75rem;padding:1rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 4px 20px #4ade8040}.page-module__Xh1xWG__primaryBtn:hover{transform:translateY(-3px);box-shadow:0 8px 40px #4ade8059}.page-module__Xh1xWG__secondaryBtn{color:var(--text-primary);transition:all .3s var(--ease-out);background:#ffffff08;border:1px solid #ffffff1a;border-radius:.625rem;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:.95rem;font-weight:500;display:inline-flex}.page-module__Xh1xWG__secondaryBtn:hover{background:#4ade800d;border-color:#4ade804d}.page-module__Xh1xWG__heroStats{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:2rem;padding-top:2rem;display:flex}.page-module__Xh1xWG__statItem{flex-direction:column;align-items:center;gap:.25rem;display:flex}.page-module__Xh1xWG__statNum{font-family:var(--font-mono);color:var(--accent-primary);font-size:1.75rem;font-weight:600}.page-module__Xh1xWG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.page-module__Xh1xWG__statDivider{background:linear-gradient(#0000,#ffffff1a,#0000);width:1px;height:40px}.page-module__Xh1xWG__floatingObject{perspective:1000px;width:200px;height:200px;transform-style:preserve-3d;transition:transform .1s ease-out;position:absolute;top:50%;right:10%;transform:translateY(-50%)}.page-module__Xh1xWG__cube{width:100%;height:100%;transform-style:preserve-3d;animation:20s linear infinite page-module__Xh1xWG__rotate;position:relative}@keyframes page-module__Xh1xWG__rotate{0%{transform:rotateX(0)rotateY(0)}to{transform:rotateX(360deg)rotateY(360deg)}}.page-module__Xh1xWG__cubeFace{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#4ade801a,#4ade8005);border:1px solid #4ade8033;width:120px;height:120px;margin:-60px 0 0 -60px;position:absolute;top:50%;left:50%}.page-module__Xh1xWG__cubeFace:first-child{transform:translateZ(60px)}.page-module__Xh1xWG__cubeFace:nth-child(2){transform:rotateY(180deg)translateZ(60px)}.page-module__Xh1xWG__cubeFace:nth-child(3){transform:rotateY(90deg)translateZ(60px)}.page-module__Xh1xWG__cubeFace:nth-child(4){transform:rotateY(-90deg)translateZ(60px)}.page-module__Xh1xWG__cubeFace:nth-child(5){transform:rotateX(90deg)translateZ(60px)}.page-module__Xh1xWG__cubeFace:nth-child(6){transform:rotateX(-90deg)translateZ(60px)}.page-module__Xh1xWG__cubeGlow{filter:blur(30px);background:radial-gradient(circle,#4ade8033,#0000 60%);animation:4s ease-in-out infinite page-module__Xh1xWG__glow;position:absolute;inset:-50px}@keyframes page-module__Xh1xWG__glow{0%,to{opacity:.5}50%{opacity:1}}.page-module__Xh1xWG__demoSection{z-index:2;background:linear-gradient(#0000,#4ade8005,#0000);padding:6rem 2rem;position:relative}.page-module__Xh1xWG__sectionHeader{text-align:center;margin-bottom:3rem}.page-module__Xh1xWG__sectionTitle{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:600}.page-module__Xh1xWG__accent{color:var(--accent-primary)}.page-module__Xh1xWG__sectionDesc{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.1rem}.page-module__Xh1xWG__demoContainer{align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.page-module__Xh1xWG__gridWrapper{cursor:crosshair;border:1px solid #4ade801a;border-radius:1rem;flex:1;height:500px;position:relative;overflow:hidden}.page-module__Xh1xWG__gridBg{background:linear-gradient(#4ade8008,#4ade8003);position:absolute;inset:0}.page-module__Xh1xWG__gridLines{background-image:linear-gradient(#4ade8014 1px,#0000 1px),linear-gradient(90deg,#4ade8014 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.page-module__Xh1xWG__gridOverlay{background:radial-gradient(ellipse at center,transparent 30%,var(--bg-deep,#030806cc)100%);pointer-events:none;position:absolute;inset:0}.page-module__Xh1xWG__sensor{z-index:10;position:absolute;transform:translate(-50%,-50%)}.page-module__Xh1xWG__sensorPulse{border:2px solid #4ade804d;border-radius:50%;width:40px;height:40px;animation:2s ease-out infinite page-module__Xh1xWG__sensorPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes page-module__Xh1xWG__sensorPulse{0%{opacity:1;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(2)}}.page-module__Xh1xWG__sensorCore{background:var(--accent-primary);width:12px;height:12px;box-shadow:0 0 20px var(--accent-primary);border-radius:50%}.page-module__Xh1xWG__sensorNew .page-module__Xh1xWG__sensorCore{background:#fbbf24;box-shadow:0 0 20px #fbbf24}.page-module__Xh1xWG__sensorNew .page-module__Xh1xWG__sensorPulse{border-color:#fbbf244d}.page-module__Xh1xWG__sensorLabel{font-family:var(--font-mono);color:#fbbf24;white-space:nowrap;background:#fbbf241a;border:1px solid #fbbf2433;border-radius:4px;margin-top:.5rem;padding:.25rem .5rem;font-size:.65rem;position:absolute;top:100%;left:50%;transform:translate(-50%)}.page-module__Xh1xWG__sensorPanel{background:var(--bg-card,#0a140fcc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--grid-color,#4ade8026);width:280px;animation:page-module__Xh1xWG__slideIn .4s var(--ease-out);border-radius:1rem;padding:1.5rem}@keyframes page-module__Xh1xWG__slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.page-module__Xh1xWG__panelHeader{color:var(--accent-primary);border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:1rem;font-size:.85rem;font-weight:600;display:flex}.page-module__Xh1xWG__panelDot{background:var(--accent-primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite page-module__Xh1xWG__pulse}.page-module__Xh1xWG__panelContent{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.page-module__Xh1xWG__panelRow{justify-content:space-between;font-size:.85rem;display:flex}.page-module__Xh1xWG__panelRow span{color:var(--text-muted)}.page-module__Xh1xWG__panelRow strong{font-family:var(--font-mono);color:var(--text-primary)}.page-module__Xh1xWG__statusActive{color:var(--accent-primary)!important}.page-module__Xh1xWG__panelBtn{text-align:center;color:#030806;background:var(--accent-primary);width:100%;transition:all .3s var(--ease-out);border-radius:.5rem;padding:.75rem;font-size:.85rem;font-weight:600;display:block}.page-module__Xh1xWG__panelBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4ade804d}.page-module__Xh1xWG__features{z-index:2;padding:6rem 2rem;position:relative}.page-module__Xh1xWG__featureGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.page-module__Xh1xWG__featureCard{background:var(--bg-card,#0a140f99);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--grid-color,#4ade801a);transition:all .4s var(--ease-out);border-radius:1rem;padding:2rem;position:relative;overflow:hidden}.page-module__Xh1xWG__featureCard:hover{border-color:#4ade8040;transform:translateY(-8px)}.page-module__Xh1xWG__featureCard:hover .page-module__Xh1xWG__featureGlow{opacity:1}.page-module__Xh1xWG__featureIcon{width:56px;height:56px;color:var(--accent-primary);background:#4ade801a;border:1px solid #4ade8033;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.page-module__Xh1xWG__featureCard h3{margin-bottom:.75rem;font-size:1.25rem}.page-module__Xh1xWG__featureCard p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.page-module__Xh1xWG__featureGlow{opacity:0;pointer-events:none;background:linear-gradient(#0000,#4ade801a);height:100px;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}.page-module__Xh1xWG__ctaSection{z-index:2;text-align:center;background:linear-gradient(#0000,#4ade8008);padding:6rem 2rem;position:relative}.page-module__Xh1xWG__ctaContent h2{margin-bottom:.75rem;font-size:2rem}.page-module__Xh1xWG__ctaContent p{color:var(--text-secondary);margin-bottom:2rem}.page-module__Xh1xWG__footer{z-index:2;border-top:1px solid #ffffff0d;padding:3rem 2rem;position:relative}.page-module__Xh1xWG__footerContent{text-align:center;max-width:1200px;margin:0 auto}.page-module__Xh1xWG__footerContent p{color:var(--text-muted);margin-top:.5rem;font-size:.9rem}.page-module__Xh1xWG__footerSub{margin-top:.75rem!important;font-size:.8rem!important}.page-module__Xh1xWG__fadeIn{opacity:0;transition:all .8s var(--ease-out);transform:translateY(30px)}.page-module__Xh1xWG__visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.page-module__Xh1xWG__floatingObject{display:none}.page-module__Xh1xWG__demoContainer{flex-direction:column}.page-module__Xh1xWG__sensorPanel{width:100%}.page-module__Xh1xWG__featureGrid{grid-template-columns:1fr;max-width:400px}}@media (max-width:768px){.page-module__Xh1xWG__nav{padding:1rem 1.5rem}.page-module__Xh1xWG__navLinks{display:none}.page-module__Xh1xWG__heroStats{flex-direction:column;gap:1.5rem}.page-module__Xh1xWG__statDivider{display:none}.page-module__Xh1xWG__heroCtas{flex-direction:column;align-items:center}.page-module__Xh1xWG__gridWrapper{height:350px}}
