@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";.token-validation .validation-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;gap:1.5rem}.token-validation .validation-content h2{margin-bottom:0;color:#fcfcfc}.token-validation .validation-content p{margin-bottom:0}.token-validation .token-entry{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;gap:1rem;width:100%;max-width:600px;margin:0 auto}.token-validation .token-entry .lock-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:9999px;background:linear-gradient(135deg,#00b7c826,#00b7c80d);border:1px solid rgba(0,183,200,.3);margin-bottom:1rem;color:#00b7c8}.token-validation .token-entry h2{color:#fcfcfc;margin-bottom:.5rem;font-size:1.75rem}.token-validation .token-entry .hint-text{color:#fcfcfc;margin-bottom:.25rem;font-size:1rem;line-height:1.6}.token-validation .token-entry .subtext{color:#a8b5c0;margin-bottom:1.5rem;font-size:.875rem}.token-validation .token-entry .token-form{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:992px){.token-validation .token-entry .token-form{max-width:480px}}.token-validation .token-entry .form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.token-validation .token-entry .form-label{color:#fcfcfc;font-size:.875rem;font-weight:500}.token-validation .token-entry .form-input{width:100%;padding:1rem;background-color:#011117;border:1px solid #00737d;border-radius:8px;color:#fcfcfc;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:.875rem;transition:border-color .15s ease,box-shadow .15s ease}.token-validation .token-entry .form-input::placeholder{color:#8a9ba8}.token-validation .token-entry .form-input:focus{outline:none;border-color:#00b7c8;box-shadow:0 0 0 2px #00b7c833}.token-validation .token-entry .btn{padding:1rem 1.5rem;border:none;border-radius:8px;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.token-validation .token-entry .btn:disabled{opacity:.5;cursor:not-allowed}.token-validation .token-entry .btn-primary{background-color:#00b7c8;color:#0e1924}.token-validation .token-entry .btn-primary:hover:not(:disabled){background-color:#008895}.token-validation .token-entry .btn-block{width:100%}:root{--body-bg: #0e1924;--body-color: #fcfcfc;--headings-color: #cccccc;--primary: #00b7c8;--border-color: #00737d;--dark-base: #011117;--dark-accent: #8a9ba8;--subtle-hue: #012d40;--success: #198754;--danger: #dc3545;--warning: #ffc107;--info: #0dcaf0}body{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:16px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-weight:600;color:#ccc;line-height:1.3;margin-bottom:1rem}h1{font-size:2.5rem}@media(max-width:768px){h1{font-size:2rem}}h2{font-size:2rem}@media(max-width:768px){h2{font-size:1.75rem}}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.lead{font-size:1.125rem;color:#ccc;line-height:1.7}.small{font-size:.875rem}.tiny{font-size:.75rem}.text-muted{color:#ccc}.text-success{color:#198754}.text-danger{color:#dc3545}.mono{font-family:JetBrains Mono,Fira Code,Consolas,monospace;letter-spacing:.05em}.password-text{font-family:JetBrains Mono,Fira Code,Consolas,monospace;letter-spacing:.15em;font-size:1.125rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scalePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes glowPulse{0%,to{box-shadow:0 0 10px #00b7c84d}50%{box-shadow:0 0 25px #00b7c899}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.animate-fade-in{animation:fadeIn .3s ease forwards}.animate-fade-in-up{animation:fadeInUp .3s ease forwards}.animate-fade-in-down{animation:fadeInDown .3s ease forwards}.animate-slide-in-right{animation:slideInRight .3s ease forwards}.animate-slide-out-left{animation:slideOutLeft .3s ease forwards}.animate-pulse{animation:pulse 1.5s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-glow{animation:glowPulse 2s ease-in-out infinite}.animate-shake{animation:shake .5s ease-in-out}.card-stack{position:relative}.card-stack .card-item{position:absolute;top:0;left:0;width:100%;transition:transform .3s ease,opacity .3s ease}.card-stack .card-item.entering{animation:slideInRight .3s ease forwards}.card-stack .card-item.exiting{animation:slideOutLeft .3s ease forwards}.card-stack .card-item.exiting-back{animation:slideInLeft .3s ease reverse forwards}.page-enter{opacity:0;transform:translateY(10px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .15s ease}.app-shell{display:flex;flex-direction:column;min-height:100dvh;position:relative}.app-shell:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(0,183,200,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,183,200,.04) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:-2;mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 0%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 0%,transparent 100%)}.app-shell:after{content:"";position:fixed;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,183,200,.01) 2px,rgba(0,183,200,.01) 4px);pointer-events:none;z-index:-1;mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 0%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 0%,transparent 100%)}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,115,125,.3);background-color:#0e1924;position:relative;z-index:1}.app-header .logo{height:32px;width:auto}@media(min-width:768px){.app-header .logo{height:36px}}.app-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem;max-width:800px;margin:0 auto;width:100%}@media(min-width:768px){.app-content{padding:3rem}}.app-footer{padding:1.5rem 2rem;border-top:1px solid rgba(0,115,125,.3);background-color:#0e1924;position:relative;z-index:1;text-align:center}.app-footer a{color:#fcfcfc;margin:0 1rem;font-size:.875rem;opacity:.8}.app-footer a:hover{color:#00b7c8;opacity:1}.page{width:100%;animation:fadeInUp .5s ease forwards}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{margin-bottom:1rem}.page-header .domain{font-size:1.5rem;color:#00b7c8;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;letter-spacing:.05em}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1.5rem}.spinner{width:48px;height:48px;border:3px solid rgba(0,183,200,.2);border-top-color:#00b7c8;border-radius:50%;animation:spin 1s linear infinite}.risk-gauge{display:flex;flex-direction:column;align-items:center;padding:2rem}.risk-gauge .gauge-svg{width:240px;height:140px}.risk-gauge .gauge-svg .gauge-fill{transition:stroke-dasharray 1.5s ease-out}.risk-gauge .gauge-value{font-size:3.5rem;font-weight:700;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;color:#fcfcfc;margin-top:-2rem}.risk-gauge .gauge-label{font-size:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem;padding:.25rem 1rem;border-radius:9999px}.risk-gauge .gauge-label.risk-low{color:#198754;background-color:#1987541a}.risk-gauge .gauge-label.risk-medium{color:#ffc107;background-color:#ffc1071a}.risk-gauge .gauge-label.risk-high{color:#d97706;background-color:#d977061a}.risk-gauge .gauge-label.risk-critical{color:#dc3545;background-color:#dc35451a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin:2rem 0;width:100%}.stat-card{background:linear-gradient(135deg,#00b7c80d,#011117);border:1px solid #00737d;border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:box-shadow .3s ease}.stat-card:hover{box-shadow:0 0 20px #00b7c84d}.stat-card .stat-value{font-size:3rem;font-weight:700;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;color:#00b7c8;line-height:1}.stat-card .stat-label{font-size:.875rem;color:#ccc;margin-top:.5rem;font-weight:600}.stat-card .stat-help{font-size:.75rem;color:#a8b5c0;margin-top:.25rem}.stat-card.expanded{text-align:left;padding:2rem}.stat-card.expanded .stat-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1rem}.stat-card.expanded .stat-header .stat-value{font-size:2.5rem}.stat-card.expanded .stat-header .stat-label{margin-top:0;font-size:1.25rem;text-transform:uppercase;letter-spacing:.05em}.stat-card.expanded .stat-description{font-size:.9rem;color:#a8b5c0;line-height:1.6}.stat-card.stat-card-clear{border-color:#1987544d;background:linear-gradient(135deg,#19875408,#011117)}.stat-card.stat-card-clear .stat-value-clear{font-size:1.5rem;font-weight:600;color:#198754;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace}.stats-grid.two-columns{grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.stats-grid.two-columns{grid-template-columns:1fr}}.counter-animation{display:inline-block;font-variant-numeric:tabular-nums}.cta-section{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#00b7c81a,#011117);border:1px solid #00b7c8;border-radius:12px;text-align:center;animation:glowPulse 3s ease-in-out infinite;width:100%}.cta-section h2{color:#00b7c8;margin-bottom:1rem;margin-top:0}.cta-section p{color:#ccc}.cta-section .feature-list{list-style:none;padding:0;margin:1.5rem 0;text-align:left;max-width:100%;width:100%}@media(min-width:768px){.cta-section .feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 2rem}}.cta-section .feature-list li{padding:.5rem 0;display:flex;align-items:flex-start;gap:.5rem;color:#fcfcfc;font-size:.95rem;line-height:1.4}.cta-section .feature-list li:before{content:">";color:#00b7c8;font-weight:700;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;flex-shrink:0;margin-top:1px}.cta-section .cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.cta-section .cta-buttons{flex-direction:row;justify-content:center}}.cta-section .cta-buttons .btn{min-width:200px}.cta-section .cta-buttons .btn-icon{flex-shrink:0}.cta-section .cta-buttons .btn-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(0,183,200,.3);border-top-color:#00b7c8;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem}.results-section{width:100%;margin-bottom:2rem;animation:fadeInUp .5s ease forwards}.results-section:nth-child(1){animation-delay:.15s}.results-section:nth-child(2){animation-delay:.3s}.results-section:nth-child(3){animation-delay:.45s}.results-section:nth-child(4){animation-delay:.6s}.results-section:nth-child(5){animation-delay:.75s}.score-section{display:flex;align-items:flex-start;gap:2rem;background:linear-gradient(135deg,#00b7c80d,#011117);border:1px solid #00737d;border-radius:12px;padding:2rem}@media(max-width:768px){.score-section{flex-direction:column;align-items:center;text-align:center}}.score-section .score-breakdown{flex:1}.score-section .score-breakdown h3{color:#00b7c8;font-size:1.125rem;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.score-section .score-breakdown .score-explanation{color:#a8b5c0;font-size:.9rem;line-height:1.6;margin:0 0 1.5rem}.score-section .score-breakdown .score-factors{list-style:none;padding:0;margin:0}.score-section .score-breakdown .score-factors li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#fcfcfc;font-size:.9rem}.score-section .score-breakdown .score-factors li .factor-icon{color:#00b7c8;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;font-weight:700}.about-section{margin-top:2rem;padding:1.5rem;text-align:center;border-top:1px solid rgba(0,115,125,.3);width:100%}.about-section h3{color:#a8b5c0;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}.about-section p{color:#a8b5c0;font-size:.875rem;line-height:1.6;margin:0 0 .5rem;max-width:600px;margin-left:auto;margin-right:auto}.about-section .about-link{display:inline-block;margin-top:.5rem;font-size:.875rem;color:#00b7c8;text-decoration:none;transition:color .3s ease}.about-section .about-link:hover{color:#fcfcfc}.no-exposure{text-align:center;padding:3rem}.no-exposure .checkmark-circle{width:80px;height:80px;border-radius:50%;background-color:#1987541a;border:2px solid #198754;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.no-exposure .checkmark-circle svg{width:40px;height:40px;color:#198754}.no-exposure h2{color:#198754;margin-bottom:1rem}.no-exposure .why-monitor{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#00b7c80d,#011117);border:1px solid #00737d;border-radius:12px;text-align:left}.no-exposure .why-monitor h3{color:#00b7c8;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.no-exposure .why-monitor ul{list-style:none;padding:0;margin:0}.no-exposure .why-monitor ul li{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;color:#a8b5c0;font-size:.9rem;line-height:1.5}.no-exposure .why-monitor ul li:before{content:"▸";color:#00b7c8;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;flex-shrink:0}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}body{margin:0;padding:0;background-color:#0e1924;color:#fcfcfc;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}a{color:#00b7c8;text-decoration:none;transition:color .3s ease}a:hover{color:#00e6fb}button{font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#00b7c8;color:#011117}.btn-primary:hover:not(:disabled){background-color:#00e6fb;color:#011117;box-shadow:0 0 20px #00b7c84d}.btn-secondary{background-color:transparent;color:#00b7c8;border:2px solid #00b7c8}.btn-secondary:hover:not(:disabled){background-color:#00b7c8;color:#011117}.btn-lg{padding:1.5rem 2rem;font-size:1.125rem}.alert{padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.alert.alert-success{background-color:#1987541a;border:1px solid rgba(25,135,84,.3);color:#198754}.alert.alert-warning{background-color:#ffc1071a;border:1px solid rgba(255,193,7,.3);color:#ffc107}.alert.alert-danger{background-color:#dc35451a;border:1px solid rgba(220,53,69,.3);color:#dc3545}.alert.alert-info{background-color:#00b7c81a;border:1px solid rgba(0,183,200,.3);color:#00b7c8}.alert.alert-critical{display:flex;align-items:flex-start;gap:1.5rem;background:linear-gradient(135deg,#dc354526,#dc35450d);border:2px solid #dc3545;border-radius:12px;padding:2rem;animation:dangerPulse 2s ease-in-out infinite}.alert.alert-critical .alert-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#dc354533;border-radius:50%}.alert.alert-critical .alert-icon svg{width:28px;height:28px;color:#dc3545}.alert.alert-critical .alert-content{flex:1}.alert.alert-critical .alert-content strong{display:block;font-size:1.25rem;color:#dc3545;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.alert.alert-critical .alert-content p{color:#fcfcfc;margin:0 0 .5rem;line-height:1.6}.alert.alert-critical .alert-content p.alert-action{color:#dc3545;font-weight:600;margin-top:1rem}@keyframes dangerPulse{0%,to{box-shadow:0 0 20px #dc354533}50%{box-shadow:0 0 30px #dc354566}}.error-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.card{background:linear-gradient(135deg,#00b7c80d,#011117);border:1px solid #00737d;border-radius:12px;padding:2rem;transition:box-shadow .3s ease}.card:hover{box-shadow:0 0 20px #00b7c84d}.text-center{text-align:center}.text-primary{color:#00b7c8}.text-muted{color:#a8b5c0}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}@media print{.no-print{display:none!important}}@media print{html,body{background:#fff!important;color:#1a1a1a!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}*{page-break-inside:avoid!important;page-break-before:auto!important;page-break-after:auto!important}.app-shell:before,.app-shell:after{display:none!important}.app-shell{min-height:auto}.app-header{border-bottom:2px solid #00737d;padding:12px 20px;background:#fff!important}.app-header .logo{height:32px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.app-footer{display:none!important}.app-content{max-width:100%;padding:16px 20px}.page-header{margin-bottom:16px}.page-header h1{color:#1a1a1a!important;font-size:22px;margin-bottom:4px}.page-header .domain{color:#00737d!important;font-size:16px}.score-section,.cta-section{display:none!important}.alert-critical{animation:none!important;background:#fff5f5!important;border:2px solid #dc3545!important;padding:12px 16px!important;margin-bottom:12px!important}.alert-critical .alert-icon{width:36px!important;height:36px!important;background:#ffe6e6!important}.alert-critical .alert-icon svg{color:#dc3545!important;width:20px!important;height:20px!important}.alert-critical .alert-content strong{color:#dc3545!important;font-size:14px!important;margin-bottom:4px!important}.alert-critical .alert-content p{color:#1a1a1a!important;font-size:12px!important;margin-bottom:4px!important;line-height:1.4!important}.alert-critical .alert-content p.alert-action{color:#dc3545!important;margin-top:8px!important}.stats-grid{gap:12px!important;margin:12px 0!important}.stat-card{background:#f8f9fa!important;border:1px solid #00737d!important;padding:12px!important}.stat-card.expanded{padding:12px!important}.stat-card.expanded .stat-header{margin-bottom:8px!important;gap:8px!important}.stat-card.expanded .stat-header .stat-value{font-size:1.75rem!important;color:#00737d!important}.stat-card.expanded .stat-header .stat-label{font-size:1rem!important;color:#1a1a1a!important}.stat-card.expanded .stat-description{font-size:11px!important;color:#4a4a4a!important;line-height:1.4!important}.stat-card.stat-card-clear{border-color:#198754!important;background:#f8fff8!important}.stat-card.stat-card-clear .stat-value-clear{color:#198754!important;font-size:1.25rem!important}.results-section{margin-bottom:12px!important}.no-exposure{padding:20px!important}.no-exposure .checkmark-circle{width:60px!important;height:60px!important;background:#d4edda!important;border-color:#198754!important;margin-bottom:12px!important}.no-exposure .checkmark-circle svg{color:#198754!important;width:30px!important;height:30px!important}.no-exposure h2{color:#198754!important;font-size:18px!important;margin-bottom:8px!important}.no-exposure p{color:#4a4a4a!important;font-size:12px!important}.no-exposure .why-monitor{margin-top:16px!important;padding:12px!important;background:#f8f9fa!important;border:1px solid #00737d!important}.no-exposure .why-monitor h3{color:#00737d!important;font-size:12px!important;margin-bottom:8px!important}.no-exposure .why-monitor li{color:#4a4a4a!important;font-size:11px!important;padding:4px 0!important}.no-exposure .why-monitor li:before{color:#00737d!important}.about-section{border-top:1px solid #ddd;margin-top:16px!important;padding:12px 0!important}.about-section h3{color:#666!important;font-size:10px!important;margin-bottom:8px!important}.about-section p{color:#4a4a4a!important;font-size:10px!important;margin-bottom:4px!important;line-height:1.4!important}.about-section .about-link{color:#00737d!important;font-size:10px!important}.page.results:after{content:"Generated by DarkStrata Security Intelligence • darkstrata.io • Confidential";display:block!important;position:fixed;bottom:0;left:0;right:0;text-align:center;font-size:9px;color:#666;padding:6px;border-top:1px solid #ddd;background:#fff}}
