:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.error-popup-backdrop{position:fixed;inset:0;background:#06060a94;z-index:1200;display:flex;align-items:flex-start;justify-content:center;padding:1.25rem}.error-popup{width:min(520px,100%);border-radius:14px;border:1px solid #323249;background:linear-gradient(180deg,#191924,#14141d);box-shadow:0 16px 34px #00000061;padding:.95rem 1rem 1rem}.error-popup-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.error-popup-head h3{font-size:1rem;color:#f3f4ff}.error-popup-body{margin-top:.55rem;color:#c2c5db;line-height:1.5;font-size:.92rem}.error-popup-close{border:none;background:transparent;color:#c4c6db;font-size:1.25rem;line-height:1;cursor:pointer}.error-validation,.error-invalid_url,.error-missing_url,.error-api,.error-unknown{border-color:#4c4c6a}.error-network,.error-timeout{border-color:#f59e0b9e}.error-server,.error-auth,.error-notfound,.error-ratelimit{border-color:#f871719e}:root{--bg-dark: #0b0b0f;--card-bg: #16161e;--accent-purple: #7c6af7;--accent-blue: #38bdf8;--border-color: #2a2a3a;--text-main: #e8e8f0;--text-muted: #a4a4ba}html,body,#root{width:100%;min-height:100vh;background-color:var(--bg-dark);color:var(--text-main);font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.main-content{max-width:1280px;margin:0 auto;width:100%;padding:0 1.5rem;position:relative}.home{text-align:center;padding:4rem 0 6rem;position:relative;min-height:calc(100vh - 64px);width:100%}.home-orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}.home-orb-1{width:500px;height:500px;background:#7c6af71f;top:-100px;left:-150px}.home-orb-2{width:400px;height:400px;background:#38bdf814;bottom:50px;right:-100px}.home-product-name{position:relative;z-index:1;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-purple);background:#7c6af71a;border:1px solid rgba(124,106,247,.2);border-radius:99px;display:inline-block;padding:.4rem 1.2rem;margin-bottom:2rem}.home-hero{position:relative;z-index:1}.home-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.home-title-accent{background:linear-gradient(135deg,var(--accent-purple),var(--accent-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-sub{color:var(--text-muted);font-size:1.05rem;line-height:1.65;max-width:780px;min-height:2.1rem;margin:0 auto 3rem}.home-sub-cursor{color:#c9cbdd;margin-left:.08rem;animation:blink-caret 1s step-end infinite}@keyframes blink-caret{50%{opacity:0}}.home-card{position:relative;z-index:2;background:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;padding:2rem;max-width:700px;margin:0 auto 5rem;box-shadow:0 30px 60px #00000080}.url-form{display:flex;gap:.8rem}.url-input-wrap{flex:1;display:flex;align-items:center;gap:.7rem;background:#0f0f13;border:1px solid var(--border-color);border-radius:14px;padding:0 1.2rem;transition:all .2s}.url-input-wrap:focus-within{border-color:var(--accent-purple);box-shadow:0 0 0 4px #7c6af726}.url-prefix{font-size:1rem}.url-input{width:100%;background:none;border:none;color:#fff;font-size:1rem;outline:none;padding:1rem 0}.url-input::placeholder{color:#7e7f96}.url-btn{padding:0 1.8rem;border-radius:14px;border:none;background:linear-gradient(135deg,var(--accent-purple),#6050d0);color:#fff;font-weight:700;cursor:pointer;transition:transform .2s,filter .2s;min-width:160px}.url-btn:hover{transform:translateY(-2px);filter:brightness(1.1)}.url-btn:disabled{opacity:.85;cursor:not-allowed}.btn-spinner{width:.95rem;height:.95rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;display:inline-block;vertical-align:text-top;margin-right:.45rem;animation:spin .8s linear infinite}.home-error{margin-top:.9rem;color:#ff8f8f;text-align:left;font-size:.92rem}.steps{margin-top:1.4rem;display:grid;gap:.65rem}.step-wrap{display:flex;align-items:center;gap:.6rem}.step{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .65rem;border-radius:10px;border:1px solid #2b2b37;background:#12121a;font-size:.9rem}.step-icon{width:1.2rem;text-align:center}.step.idle{color:#8f90a8}.step.active{border-color:#7c6af78c;color:#f0edff;background:#7c6af71f}.step.done{border-color:#38bdf873;color:#d8f5ff;background:#38bdf81a}.step-line{flex:1;height:2px;background:#2b2b37;border-radius:99px}.step-line.filled{background:linear-gradient(90deg,var(--accent-purple),var(--accent-blue));transform-origin:left center;animation:step-line-fill .55s cubic-bezier(.22,1,.36,1) both}@keyframes step-line-fill{0%{transform:scaleX(0);opacity:.4}to{transform:scaleX(1);opacity:1}}.hiw-section{position:relative;z-index:1;margin-top:1rem}.hiw-head{max-width:760px;margin:0 auto}.hiw-kicker{display:inline-block;padding:.35rem .8rem;border-radius:99px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#cfc7ff;border:1px solid rgba(124,106,247,.4);background:#7c6af724}.hiw-title{font-size:clamp(1.9rem,4vw,2.6rem);letter-spacing:-.02em;margin:1rem 0 .8rem}.hiw-lead{color:var(--text-muted);line-height:1.6;font-size:1rem}.hiw-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2.3rem}.hiw-card{position:relative;display:flex;flex-direction:column;background:linear-gradient(180deg,#181820fa,#12121afa);border:1px solid #2e2e40;border-radius:20px;padding:1.2rem;text-align:left;min-height:315px;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;overflow:hidden}.hiw-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(124,106,247,.22),transparent 55%);pointer-events:none}.hiw-card:hover{transform:translateY(-6px);border-color:#5a51a2;box-shadow:0 14px 30px #00000059}.hiw-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center}.hiw-step{font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;color:#9f9fb4}.hiw-icon{width:2.05rem;height:2.05rem;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#38bdf829;border:1px solid rgba(56,189,248,.35);font-size:1.1rem}.hiw-name{position:relative;z-index:1;margin-top:.9rem;font-size:1.06rem;letter-spacing:-.01em}.hiw-desc{position:relative;z-index:1;margin-top:.45rem;color:#b8b8cb;line-height:1.5;font-size:.93rem}.hiw-list{position:relative;z-index:1;margin-top:.85rem;padding-left:1.1rem;color:#cecee1;font-size:.87rem;line-height:1.5;display:grid;gap:.4rem}.hiw-outcome{position:relative;z-index:1;margin-top:auto;border-top:1px solid #2a2a39;padding-top:.75rem;font-size:.84rem;color:#9ee3ff}.hiw-connector{position:absolute;right:-.6rem;top:50%;width:1.2rem;height:2px;transform:translateY(-50%);background:linear-gradient(90deg,#6f62df,#38bdf84d)}.hiw-footnote{margin-top:1.4rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.hiw-footnote p{border:1px solid #2a2a39;border-radius:999px;padding:.45rem .85rem;font-size:.82rem;color:#b8b8c9;background:#14141bd9}.why-section{margin-top:5rem;text-align:center;position:relative;z-index:1}.why-head{max-width:760px;margin:0 auto}.why-title{font-size:clamp(1.8rem,4vw,2.4rem);margin-bottom:.8rem;letter-spacing:-.02em}.why-lead{color:var(--text-muted);font-size:1rem;line-height:1.6}.why-layout{margin-top:2.5rem;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.9fr);gap:1rem}.why-feature{text-align:left;background:linear-gradient(165deg,#7c6af733,#38bdf814 50%,#0f0f16f5);border:1px solid rgba(124,106,247,.45);border-radius:24px;padding:1.5rem;box-shadow:0 20px 40px #00000059}.why-feature-kicker{display:inline-block;padding:.3rem .65rem;border-radius:99px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#d6d0ff;border:1px solid rgba(214,208,255,.45)}.why-feature h3{font-size:1.5rem;line-height:1.18;letter-spacing:-.02em;margin-top:.85rem}.why-feature p{margin-top:.9rem;color:#d2d0e6;font-size:.95rem;line-height:1.6}.why-feature-points{margin-top:1.05rem;display:flex;flex-wrap:wrap;gap:.55rem}.why-feature-points span{background:#0d0d13a6;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.35rem .75rem;font-size:.78rem;color:#d8d8eb}.why-points{text-align:left;background:#101018ad;border:1px solid #2a2a39;border-radius:18px;padding:.4rem 1.05rem}.why-point{padding:1rem 0;border-bottom:1px solid #262637}.why-point:last-child{border-bottom:none}.why-point-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem}.why-point-icon{width:1.9rem;height:1.9rem;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid rgba(56,189,248,.35);background:#38bdf824;font-size:.95rem}.why-point-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;color:#9fa5bc}.why-point h3{margin-top:.2rem;font-size:.98rem;letter-spacing:-.01em}.why-point p{color:#b8b8cb;font-size:.88rem;line-height:1.5;margin-top:.55rem}.why-point-list{margin-top:.7rem;padding-left:1.05rem;display:grid;gap:.35rem;list-style:disc;list-style-position:outside;color:#d5d5e7;font-size:.82rem;line-height:1.45}.why-point-list li{margin-left:.1rem}.why-point-metric{background:#38bdf824;border:1px solid rgba(56,189,248,.35);border-radius:999px;padding:.3rem .6rem;font-size:.74rem;color:#9ee3ff;white-space:nowrap}.usecase-section{margin-top:5rem;text-align:center;position:relative;z-index:1}.usecase-head{max-width:780px;margin:0 auto}.usecase-title{font-size:clamp(1.8rem,4vw,2.4rem);letter-spacing:-.02em}.usecase-lead{margin-top:.8rem;color:var(--text-muted);line-height:1.6}.usecase-panel{margin-top:2rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:left;background:linear-gradient(180deg,#14141cf2,#0f0f16f2);border:1px solid #2b2b3a;border-radius:22px;padding:.2rem .95rem;box-shadow:0 18px 36px #00000047}.usecase-item{padding:.9rem 0;border-bottom:1px solid #2a2a39}.usecase-item:last-child{border-bottom:none}.usecase-role{display:flex;align-items:center;gap:.65rem}.usecase-icon{width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#7c6af729;border:1px solid rgba(124,106,247,.38)}.usecase-role h3{font-size:.98rem;letter-spacing:-.01em}.usecase-pain,.usecase-win{margin-top:.52rem;color:#c2c2d6;font-size:.87rem;line-height:1.5}.usecase-pain strong,.usecase-win strong{color:#e6e5f3}.usecase-focus{margin-top:.72rem;display:flex;flex-wrap:wrap;gap:.5rem}.usecase-focus span{border:1px solid #303046;background:#13131bd9;border-radius:999px;padding:.28rem .62rem;font-size:.74rem;color:#b6bbd1}.cta-section{margin:6rem 0 4rem;display:flex;justify-content:center}.cta-card{width:100%;max-width:1280px;background:linear-gradient(135deg,#7c6af726,#38bdf81f);border:1px solid rgba(124,106,247,.4);border-radius:24px;padding:2rem;text-align:left;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:1.2rem}.cta-main h2{font-size:1.8rem;margin-bottom:1rem;letter-spacing:-.02em}.cta-main p{color:#d0d0e8;margin-bottom:1.8rem;line-height:1.6;max-width:none}.cta-side{border-left:1px solid rgba(255,255,255,.14);padding-left:1.2rem;display:grid;gap:.8rem;align-content:center}.cta-point{background:#0b0b1173;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.7rem .8rem}.cta-point-label{margin-bottom:.2rem;font-size:.72rem;color:#a4a7c2;text-transform:uppercase;letter-spacing:.08em}.cta-point-value{color:#ececff;font-weight:600;font-size:.92rem}.cta-btn{background:linear-gradient(135deg,var(--accent-purple),var(--accent-blue));border:none;padding:.85rem 2rem;border-radius:999px;font-weight:700;color:#fff;cursor:pointer;transition:transform .2s ease,filter .2s ease}.cta-btn:hover{transform:translateY(-3px);filter:brightness(1.1)}@media(max-width:980px){.why-layout{grid-template-columns:1fr}.why-points{margin-top:0}}@media(max-width:560px){.why-feature h3{font-size:1.3rem}.why-point-head{grid-template-columns:auto 1fr}.why-point-metric{grid-column:2;justify-self:start;margin-top:.45rem}.usecase-panel{padding:.2rem .85rem}.usecase-role{align-items:flex-start}.cta-card{grid-template-columns:1fr;padding:2rem 1.4rem}.cta-side{border-left:none;border-top:1px solid rgba(255,255,255,.14);padding-left:0;padding-top:.95rem}}@media(max-width:980px){.hiw-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hiw-connector{display:none}}@media(max-width:768px){.main-content{padding:0 1rem}.url-form{flex-direction:column}.navbar{padding:.65rem 1rem}.navbar-inner{flex-direction:column;align-items:flex-start}.home-title{font-size:2.2rem}.home-card{padding:1.35rem;margin-bottom:4rem}.url-btn{min-height:46px}}@media(max-width:560px){.home{padding-top:3rem}.home-sub{font-size:.98rem}.hiw-grid{grid-template-columns:1fr}.hiw-card{min-height:auto}}.score-card{display:flex;align-items:center;gap:2rem;padding:2rem 2.5rem;background:#16161e;border:1px solid #2a2a3a;border-radius:20px;margin-bottom:2rem;position:relative;overflow:hidden}.score-card:before{content:"";position:absolute;top:-60px;left:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(124,106,247,.1),transparent 70%);pointer-events:none}.score-ring-wrap{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center}.score-ring-inner{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-num{font-size:2.4rem;font-weight:900;line-height:1}.score-tag{font-size:.65rem;color:#666;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-top:2px}.score-meta{flex:1;min-width:0}.score-url{font-size:1.05rem;font-weight:700;color:#e8e8f0;word-break:break-all;margin-bottom:.3rem}.score-date{font-size:.8rem;color:#555;margin-bottom:1rem}.score-pills{display:flex;flex-wrap:wrap;gap:.5rem}.pill{padding:.3rem .85rem;border-radius:999px;font-size:.78rem;font-weight:600}.pill-high{background:#f871711f;color:#f87171}.pill-med{background:#f59e0b1f;color:#f59e0b}.pill-low{background:#60a5fa1f;color:#60a5fa}.pill-total{background:#7c6af71f;color:#a78bfa}@media(max-width:600px){.score-card{flex-direction:column;text-align:center}.score-pills{justify-content:center}}.metric-card{background:#16161e;border:1px solid #2a2a3a;border-radius:16px;padding:1.4rem;cursor:pointer;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease,border-color .22s ease;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;inset:0;background:var(--accent-bg);opacity:0;transition:opacity .22s ease;pointer-events:none}.metric-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 20px 40px #0006,0 0 0 1px var(--accent),0 0 30px color-mix(in srgb,var(--accent) 15%,transparent);border-color:var(--accent)}.metric-card:hover:before{opacity:1}.metric-card:active{transform:translateY(-2px) scale(.99)}.metric-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.metric-icon{font-size:1.8rem;line-height:1}.metric-ring-wrap{position:relative;display:flex;align-items:center;justify-content:center}.metric-ring-score{position:absolute;font-size:.78rem;font-weight:800}.metric-name{font-size:1rem;font-weight:700;color:#e8e8f0;margin-bottom:.25rem}.metric-count{font-size:.82rem;color:#666;margin-bottom:.6rem}.metric-high-badge{display:inline-block;font-size:.72rem;font-weight:600;color:#f87171;background:#f871711f;padding:.15rem .6rem;border-radius:999px;margin-bottom:.75rem}.metric-bar-track{width:100%;height:4px;background:#ffffff0f;border-radius:999px;overflow:hidden;margin-bottom:.9rem}.metric-bar-fill{height:100%;border-radius:999px;transform-origin:left center;animation:metric-fill-in .95s cubic-bezier(.22,1,.36,1) both;transition:width 1s cubic-bezier(.4,0,.2,1)}.metric-cta{font-size:.78rem;color:var(--accent);font-weight:600;opacity:0;transition:opacity .2s;display:block}.metric-card:hover .metric-cta{opacity:1}@keyframes metric-fill-in{0%{transform:scaleX(0);opacity:.6}to{transform:scaleX(1);opacity:1}}.modal-backdrop{position:fixed;inset:0;background:#0009;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-panel{background:#1a1a24;border:1px solid #2e2e42;border-radius:20px;width:100%;max-width:680px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .25s cubic-bezier(.34,1.56,.64,1);box-shadow:0 40px 80px #0009}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:1.5rem 1.75rem;border-bottom:1px solid #2e2e42;flex-shrink:0}.modal-title-row{display:flex;align-items:center;gap:1rem}.modal-icon{font-size:2rem}.modal-category{font-size:1.3rem;font-weight:800;margin-bottom:.15rem}.modal-subtitle{font-size:.82rem;color:#666}.modal-score-wrap{margin-left:auto;text-align:right;flex-shrink:0}.modal-score-num{font-size:2.2rem;font-weight:900;line-height:1}.modal-score-label{font-size:.78rem;color:#555}.modal-issues{overflow-y:auto;padding:1.25rem 1.75rem;flex:1;display:flex;flex-direction:column;gap:1rem}.modal-issues::-webkit-scrollbar{width:6px}.modal-issues::-webkit-scrollbar-track{background:transparent}.modal-issues::-webkit-scrollbar-thumb{background:#2e2e42;border-radius:999px}.modal-issue-card{background:#0f0f18;border:1px solid #2a2a3a;border-left:3px solid;border-radius:12px;padding:1.1rem 1.25rem}.modal-issue-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.modal-severity{font-size:.68rem;font-weight:700;letter-spacing:.06em;padding:.2rem .6rem;border-radius:999px;flex-shrink:0}.modal-issue-title{font-size:.95rem;font-weight:600;color:#e8e8f0}.modal-issue-desc{font-size:.88rem;color:#aaa;line-height:1.65;margin-bottom:.6rem}.modal-proof{display:flex;gap:.5rem;align-items:baseline;background:#7c6af714;border:1px solid rgba(124,106,247,.2);border-radius:8px;padding:.5rem .75rem;margin-bottom:.75rem}.modal-proof-label{font-size:.72rem;font-weight:700;color:#7c6af7;flex-shrink:0}.modal-proof-text{font-size:.82rem;color:#aaa}.modal-ba{display:flex;gap:.6rem;align-items:stretch;margin-top:.75rem}.modal-ba-col{flex:1;padding:.7rem .9rem;border-radius:8px;font-size:.83rem;line-height:1.5}.modal-before{background:#f8717112;border:1px solid rgba(248,113,113,.2)}.modal-after{background:#34d39912;border:1px solid rgba(52,211,153,.2)}.modal-ba-tag{display:block;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.3rem;opacity:.7}.modal-before .modal-ba-tag{color:#f87171}.modal-after .modal-ba-tag{color:#34d399}.modal-ba-arrow{color:#444;font-size:1.2rem;display:flex;align-items:center;flex-shrink:0}.modal-footer{padding:1rem 1.75rem;border-top:1px solid #2e2e42;flex-shrink:0;display:flex;justify-content:center}.modal-close{background:#2a2a3a;border:none;color:#f87171;padding:.6rem 1.4rem;border-radius:8px;cursor:pointer;font-size:.88rem;font-weight:600;transition:background .2s,color .2s}.modal-close:hover{background:#3a1a1a;color:#fca5a5}@media(max-width:600px){.modal-ba{flex-direction:column}.modal-ba-arrow{transform:rotate(90deg);align-self:center}}.review-error{color:#f87171;padding:2rem}.review-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:40vh;color:#8f92a8}.review-spinner{width:40px;height:40px;border:3px solid #2a2a3a;border-top-color:#7c6af7;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.review-root{max-width:1160px;margin:0 auto;padding:.2rem 0 4rem}.review-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.review-back{background:none;border:none;color:#8c7cf8;cursor:pointer;font-size:.9rem;padding:0;transition:color .2s}.review-back:hover{color:#b2a8ff}.review-chip{border:1px solid rgba(124,106,247,.45);background:#7c6af724;color:#d7d0ff;border-radius:999px;padding:.3rem .75rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.review-head{border:1px solid #2b2b3f;border-radius:16px;background:linear-gradient(180deg,#16161ff0,#0f0f16eb);padding:1rem 1.15rem;margin-bottom:1rem}.review-head h1{font-size:clamp(1.35rem,3vw,1.8rem);letter-spacing:-.02em}.review-head p{margin-top:.45rem;color:#b4b7cf;line-height:1.6;font-size:.92rem}.review-head strong{color:#ececff}.review-analytics{margin-bottom:1rem;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:.9rem}.analytics-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.analytics-kpi{border:1px solid #2a2a3d;border-radius:12px;background:#0e0e15bd;padding:.7rem .8rem}.kpi-label{font-size:.72rem;color:#8c90aa;text-transform:uppercase;letter-spacing:.07em}.kpi-value{margin-top:.22rem;font-size:1.35rem;font-weight:800;color:#ececff}.kpi-value.warn{color:#facc15}.kpi-value.danger{color:#f87171}.analytics-side{border:1px solid #2a2a3d;border-radius:12px;background:#0e0e15bd;padding:.72rem .8rem}.analytics-title{font-size:.78rem;color:#aab0ca;text-transform:uppercase;letter-spacing:.07em}.analytics-severity{margin-bottom:.75rem}.severity-track{margin-top:.45rem;height:9px;border-radius:999px;overflow:hidden;display:flex;background:#ffffff0d}.sev-high{background:linear-gradient(90deg,#ef4444,#f87171);transform-origin:left center;animation:sev-grow .8s cubic-bezier(.22,1,.36,1) both}.sev-medium{background:linear-gradient(90deg,#f59e0b,#facc15);transform-origin:left center;animation:sev-grow .95s cubic-bezier(.22,1,.36,1) both}.sev-low{background:linear-gradient(90deg,#38bdf8,#60a5fa);transform-origin:left center;animation:sev-grow 1.1s cubic-bezier(.22,1,.36,1) both}.severity-legend{margin-top:.4rem;display:flex;flex-wrap:wrap;gap:.45rem;font-size:.75rem;color:#9ca2bd}.analytics-categories{border-top:1px solid #272738;padding-top:.65rem}.category-pulse-row{margin-top:.4rem;display:grid;grid-template-columns:minmax(80px,auto) 1fr auto;align-items:center;gap:.55rem}.category-pulse-row span{color:#c3c7dd;font-size:.78rem}.category-pulse-row b{color:#e7e9f7;font-size:.78rem}.pulse-track{height:6px;border-radius:999px;overflow:hidden;background:#ffffff12}.pulse-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#7c6af7,#38bdf8);transform-origin:left center;animation:pulse-grow .9s cubic-bezier(.22,1,.36,1) both}@keyframes sev-grow{0%{transform:scaleX(0);opacity:.5}to{transform:scaleX(1);opacity:1}}@keyframes pulse-grow{0%{transform:scaleX(0);opacity:.6}to{transform:scaleX(1);opacity:1}}.review-summary-card{border:1px solid #2a2a3b;border-radius:14px;background:#0f0f16b8;padding:.85rem 1rem;margin-bottom:1.25rem}.review-summary{font-size:.9rem;color:#b6bad1;line-height:1.65}.review-insight-row{margin-top:.6rem;padding-top:.55rem;border-top:1px solid #2b2b3f;display:flex;flex-wrap:wrap;gap:.45rem .8rem;font-size:.8rem;color:#a8adc7}.review-grid-title{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;font-size:1.04rem;font-weight:700;color:#ececf4;margin-bottom:1rem}.review-grid-title span{font-size:.78rem;font-weight:500;color:#80849f}.review-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}@media(max-width:1200px){.review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.review-head{padding:.9rem .95rem}.review-analytics{grid-template-columns:1fr}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.review-grid{grid-template-columns:1fr}}.history-page{max-width:980px;margin:0 auto}.history-head{text-align:center;margin-bottom:1.5rem}.history-title{font-size:clamp(1.9rem,4vw,2.4rem);letter-spacing:-.02em}.history-sub{margin-top:.65rem;color:#a7a8be;font-size:1rem;line-height:1.6}.history-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:1.4rem}.history-stat{background:linear-gradient(180deg,#16161ef2,#101018f2);border:1px solid #2a2a3a;border-radius:14px;padding:.9rem .8rem;text-align:center}.history-stat-value{display:block;font-size:1.35rem;font-weight:800;color:#efebff}.history-stat-label{display:block;margin-top:.28rem;font-size:.78rem;color:#9497af;text-transform:uppercase;letter-spacing:.08em}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-card{display:flex;align-items:center;gap:1rem;padding:.95rem 1.1rem;background:linear-gradient(180deg,#16161efa,#101018fa);border:1px solid #2a2a3a;border-radius:14px;cursor:pointer;transition:border-color .2s ease,transform .15s ease,box-shadow .2s ease}.history-card:hover{border-color:#6658cf;transform:translateY(-2px);box-shadow:0 12px 24px #00000040}.history-score{font-size:1.55rem;font-weight:800;min-width:58px;text-align:center}.history-info{flex:1;min-width:0}.history-url-row{display:flex;align-items:center;gap:.6rem}.history-url{font-size:.92rem;color:#ececf4;word-break:break-all}.history-badge{border:1px solid #34344b;background:#191923cc;color:#c7c8dd;border-radius:999px;padding:.2rem .52rem;font-size:.72rem;white-space:nowrap}.history-meta{font-size:.79rem;color:#8f91a8;margin-top:.28rem}.history-arrow{color:#a8abcb;font-size:.84rem;white-space:nowrap}.history-empty{margin-top:1rem;border:1px dashed #31314a;border-radius:16px;background:#111119b8;padding:2rem 1.4rem;text-align:center}.history-empty h2{font-size:1.2rem;margin-bottom:.45rem}.history-empty p{color:#a2a3ba;line-height:1.55;max-width:560px;margin:0 auto}.history-empty-btn{margin-top:1rem;border:none;border-radius:999px;background:linear-gradient(135deg,#7c6af7,#38bdf8);color:#fff;font-weight:700;padding:.62rem 1.05rem;cursor:pointer;transition:transform .2s ease,filter .2s ease}.history-empty-btn:hover{transform:translateY(-2px);filter:brightness(1.06)}@media(max-width:900px){.history-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.history-head{text-align:left}.history-stats{grid-template-columns:1fr}.history-card{align-items:flex-start;flex-direction:column;gap:.5rem}.history-score{min-width:auto;text-align:left}.history-url-row{flex-direction:column;align-items:flex-start;gap:.4rem}}.status-badge{font-size:1.1rem}.status-badge.ok{color:#22c55e}.status-badge.fail{color:#f87171}.status-page{max-width:980px;margin:0 auto;border:1px solid #232333;border-radius:18px;padding:1.25rem 1.15rem 1.1rem;background:linear-gradient(180deg,#0e0e14d9,#0b0b10e6)}.status-head{text-align:center;margin-bottom:1.4rem}.status-kicker{display:inline-block;margin-top:.75rem;border:1px solid rgba(56,189,248,.35);background:#38bdf81f;color:#b7eaff;border-radius:999px;padding:.3rem .7rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.status-title{font-size:clamp(1.9rem,4vw,2.4rem);letter-spacing:-.02em;margin-top:.8rem}.status-sub{margin-top:.6rem;color:#a2a4ba;line-height:1.6}.status-heartbeat{max-width:760px;height:42px;margin:0 auto 1rem}.status-heartbeat-svg{width:100%;height:100%}.status-heartbeat-baseline{fill:none;stroke:#7c6af747;stroke-width:1.4}.status-heartbeat-path{fill:none;stroke:#38bdf8;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:165 470;stroke-dashoffset:0;filter:drop-shadow(0 0 7px rgba(56,189,248,.55));animation:status-heartbeat-scan 2.6s linear infinite}@keyframes status-heartbeat-scan{to{stroke-dashoffset:-635}}.status-loading{text-align:center;border:1px dashed #313147;border-radius:16px;padding:1.25rem;color:#9da0b8;background:#12121aa6}.status-overview-line{border-top:1px solid #29293b;border-bottom:1px solid #29293b;padding:.75rem .1rem;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;margin-bottom:1rem}.status-overall{display:flex;align-items:center;gap:.65rem}.status-indicator-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;outline:none}.status-dot{width:.68rem;height:.68rem;border-radius:50%}.status-dot.ok{background:#22c55e;box-shadow:0 0 0 4px #22c55e2e}.status-dot.warn{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b29}.status-overall-label{color:#8c8fa7;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.status-overall-value{margin-top:.2rem;color:#ececf4;font-weight:700}.status-metrics{display:flex;align-items:center;gap:.65rem}.status-metric{border:1px solid #303044;border-radius:999px;min-width:86px;padding:.32rem .58rem;text-align:center;background:#0d0d13b3}.status-metric span{display:block;font-size:.88rem;font-weight:700;color:#f1edff}.status-metric p{margin-top:.12rem;font-size:.66rem;color:#8f91aa;text-transform:uppercase;letter-spacing:.06em}.status-meta-cards{margin:0 auto .95rem;max-width:760px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.status-meta-card{border:1px solid #2c2c40;border-radius:12px;padding:.52rem .6rem;background:#0d0d14b8;text-align:center}.status-meta-label{font-size:.68rem;color:#8b8fa9;text-transform:uppercase;letter-spacing:.08em}.status-meta-value{margin-top:.18rem;font-size:.87rem;color:#dde0f5;font-weight:600}.status-services-head{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(220px,1.5fr);gap:.8rem;padding:0 .2rem .4rem;border-bottom:1px solid #2b2b3f;color:#868aa4;font-size:.71rem;letter-spacing:.08em;text-transform:uppercase}.status-tooltip{position:absolute;top:calc(100% + .55rem);left:50%;transform:translate(-50%) translateY(-4px);min-width:190px;padding:.55rem .65rem;border-radius:10px;border:1px solid #2f354b;background:#0c0d14fa;box-shadow:0 12px 24px #00000052;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:20}.status-tooltip:before{content:"";position:absolute;top:-6px;left:50%;width:10px;height:10px;transform:translate(-50%) rotate(45deg);background:#0c0d14fa;border-left:1px solid #2f354b;border-top:1px solid #2f354b}.status-tooltip-title{color:#9eefb9;font-size:.78rem;font-weight:700}.status-tooltip ul{margin-top:.35rem;padding-left:1rem;color:#c6c9dc;font-size:.77rem;line-height:1.4;display:grid;gap:.12rem}.status-indicator-wrap:hover .status-tooltip,.status-indicator-wrap:focus-within .status-tooltip,.status-indicator-wrap:focus .status-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.status-list{display:flex;flex-direction:column;gap:0}.status-row{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(220px,1.5fr);align-items:center;gap:.8rem;padding:.82rem .2rem;border-bottom:1px solid #232336;transition:background-color .2s ease}.status-row:hover{background:#23233357}.status-service{display:flex;align-items:center;gap:.55rem}.status-name{font-weight:600;color:#ececf4}.status-chip{border-radius:999px;padding:.26rem .62rem;font-size:.69rem;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border:1px solid}.status-chip.ok{color:#98efb7;background:#22c55e1f;border-color:#22c55e59}.status-chip.fail{color:#ffd79f;background:#f59e0b1f;border-color:#f59e0b59}.status-msg{color:#a8aac1;font-size:.84rem;line-height:1.45}@media(max-width:900px){.status-overview-line{grid-template-columns:1fr}.status-services-head{display:none}.status-row{grid-template-columns:1fr;align-items:flex-start;padding:.85rem .1rem}}@media(max-width:560px){.status-head{text-align:left}.status-heartbeat{height:36px}.status-metrics{flex-wrap:wrap}.status-metric{min-width:84px}.status-meta-cards{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body,html,#root{width:100%;min-height:100vh;background-color:#0b0b0f;color:#e2e2e2;font-family:Inter,system-ui,-apple-system,sans-serif;display:block}.navbar{padding:.75rem 1.5rem;background:#0b0b10d1;border-bottom:1px solid #252536;box-shadow:0 10px 26px #00000047;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;width:100%}.navbar-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-brand{display:inline-flex;align-items:center;gap:.55rem;font-size:1rem;font-weight:700;color:#f2f0ff;letter-spacing:-.02em;white-space:nowrap;text-decoration:none}.nav-brand-dot{width:.58rem;height:.58rem;border-radius:50%;background:linear-gradient(135deg,#8d7bff,#46c4fa);box-shadow:0 0 0 4px #7c6af733}.nav-links{display:flex;align-items:center;gap:.28rem;background:#111119bf;border:1px solid #2b2b40;border-radius:999px;padding:.3rem .35rem}.nav-item{padding:.48rem .95rem;border-radius:999px;font-size:.85rem;font-weight:500;color:#9ea0b4;text-decoration:none;transition:all .2s ease;display:flex;align-items:center}.nav-item:hover{background:#2a2a3ecc;color:#fff}.nav-item.active{background:linear-gradient(135deg,#7c6af7,#6758de);color:#fff;box-shadow:0 6px 16px #7c6af752}.main-content{max-width:1280px;margin:0 auto;padding:3rem 1.5rem;width:100%;min-height:calc(100vh - 64px)}.site-footer{border-top:1px solid #242432;background:linear-gradient(180deg,#101017,#0d0d13);padding:1.25rem 1.5rem 1.5rem}.footer-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-brand-wrap{text-align:left}.footer-brand{color:#dfd8ff;font-weight:700;letter-spacing:-.01em}.footer-tagline{margin-top:.25rem;color:#9ea0b4;font-size:.88rem}.footer-links{display:flex;align-items:center;gap:.45rem}.footer-link{text-decoration:none;color:#b2b4c7;border:1px solid #29293a;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;transition:all .2s ease}.footer-link:hover{color:#fff;border-color:#515176;background:#7c6af729}.footer-copy{margin-top:.9rem;text-align:center;color:#7f8194;font-size:.75rem}@media(max-width:600px){.navbar{padding:.65rem 1rem}.navbar-inner{flex-direction:column;align-items:flex-start}.nav-brand{font-size:.9rem}.nav-item{padding:.4rem .6rem;font-size:.75rem}.site-footer{padding:1.15rem 1rem 1.35rem}.footer-inner{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}}
