@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #7c3aed;--primary-600: #6d28d9;--primary-700: #5b21b6;--primary-soft: #f3effd;--accent: #f59e0b;--accent-600: #d97706;--bg: #f6f6fb;--surface: #ffffff;--surface-2: #fbfbfe;--text: #19172a;--text-secondary: #44415c;--muted: #837fa0;--border: #e9e7f4;--border-strong: #d8d4ec;--shell: #16131f;--shell-2: #1f1b2e;--shell-text: #b6b1cc;--shell-text-active: #ffffff;--success: #10b981;--success-soft: #e7f8f1;--warning: #f59e0b;--warning-soft: #fdf3e2;--danger: #ef4444;--danger-soft: #fdeaea;--radius: 16px;--radius-sm: 10px;--radius-lg: 22px;--shadow-sm: 0 1px 2px rgba(25, 23, 42, .05), 0 2px 8px rgba(25, 23, 42, .04);--shadow: 0 6px 24px rgba(60, 40, 120, .08);--shadow-lg: 0 24px 60px rgba(60, 40, 120, .16);--transition: .18s ease}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--primary-600);text-decoration:none}a:hover{color:var(--primary-700)}h1,h2,h3,h4{line-height:1.2;color:var(--text);margin:0;font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(26px,4vw,38px);font-weight:800}h2{font-size:clamp(20px,3vw,26px)}h3{font-size:17px}p{margin:0}.container{width:min(1160px,92vw);margin:0 auto}.muted{color:var(--muted)}.error-text{color:var(--danger);font-size:14px}.center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-sm);padding:11px 18px;font:inherit;font-weight:600;font-size:14px;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition),background var(--transition),border-color var(--transition);white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-600));color:#fff;box-shadow:0 6px 18px #7c3aed47}.btn-primary:hover{box-shadow:0 12px 26px #7c3aed61}.btn-accent{background:linear-gradient(135deg,var(--accent),var(--accent-600));color:#fff;box-shadow:0 6px 18px #f59e0b4d}.btn-secondary{background:var(--surface);color:var(--text);border:1.5px solid var(--border-strong)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary-700)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--primary-soft);color:var(--primary-700)}.btn-danger{background:var(--danger-soft);color:var(--danger)}.btn-danger:hover{background:#fbdada}.btn-lg{padding:14px 26px;font-size:16px;border-radius:var(--radius)}.btn-sm{padding:7px 12px;font-size:13px}.btn-block{width:100%}.input,.textarea,select.input{width:100%;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);padding:12px 14px;font:inherit;font-size:15px;background:var(--surface);color:var(--text);transition:border-color var(--transition),box-shadow var(--transition)}.input::placeholder{color:var(--muted)}.input:focus,.textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.textarea{resize:vertical;line-height:1.5;min-height:96px}.field-label{display:block;font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:6px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.card-body{padding:20px}.card-hover{transition:box-shadow var(--transition),transform var(--transition)}.card-hover:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600}.badge-primary{background:var(--primary-soft);color:var(--primary-700)}.badge-accent{background:var(--warning-soft);color:var(--accent-600)}.badge-neutral{background:#f0eff7;color:var(--text-secondary)}.badge-success{background:var(--success-soft);color:#0a7a55}.badge-warning{background:var(--warning-soft);color:var(--accent-600)}.badge-danger{background:var(--danger-soft);color:#b91c1c}.shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.shell-side{background:var(--shell);color:var(--shell-text);padding:22px 16px;display:flex;flex-direction:column;gap:6px;position:sticky;top:0;height:100vh}.shell-brand{padding:6px 10px 18px}.shell-nav{display:flex;flex-direction:column;gap:3px}.shell-link{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:var(--radius-sm);color:var(--shell-text);font-weight:500;font-size:14px;transition:background var(--transition),color var(--transition)}.shell-link:hover{background:var(--shell-2);color:var(--shell-text-active)}.shell-link.active{background:linear-gradient(135deg,var(--primary),var(--primary-600));color:#fff}.shell-link svg{width:18px;height:18px}.shell-spacer{flex:1}.shell-user{border-top:1px solid rgba(255,255,255,.08);padding-top:14px;margin-top:8px;display:flex;flex-direction:column;gap:10px}.shell-user-row{display:flex;align-items:center;gap:10px;padding:0 10px}.shell-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent));display:grid;place-items:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.shell-user-meta{min-width:0}.shell-user-meta strong{color:#fff;font-size:13px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-user-meta span{font-size:12px;color:var(--shell-text)}.shell-main{min-width:0}.shell-topbar{height:64px;background:#fffc;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:10}.shell-content{padding:28px;max-width:1100px;margin:0 auto}.page-head{margin-bottom:22px}.page-head h1{margin-bottom:4px}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.stack{display:flex;flex-direction:column;gap:12px}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.analysis-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.analysis-row .url{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-row .meta{font-size:13px;color:var(--muted)}.progress-wrap{text-align:center;padding:44px 20px}.progress-bar{height:8px;border-radius:999px;background:#ece9f6;overflow:hidden;max-width:440px;margin:0 auto}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent));transition:width .7s ease}.progress-steps{list-style:none;padding:0;margin:18px auto 0;max-width:440px;text-align:left;display:flex;flex-direction:column;gap:8px}.progress-steps li{color:var(--muted);font-size:14px}.progress-steps li.done{color:var(--text);font-weight:600}.spinner{width:42px;height:42px;border-radius:50%;border:4px solid var(--primary-soft);border-top-color:var(--primary);margin:0 auto 18px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.report{display:flex;flex-direction:column;gap:20px}.report-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.report-rating{display:inline-flex;align-items:center;gap:5px;color:var(--accent-600);font-weight:700}.section-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:18px;font-weight:700}.section-title .dot{width:10px;height:10px;border-radius:3px}.quote-list{list-style:none;padding:0 0 0 12px;margin:8px 0 0;border-left:2px solid var(--border-strong);display:flex;flex-direction:column;gap:4px}.quote-list li{font-size:13px;font-style:italic;color:var(--muted)}.kpi{display:inline-flex;align-items:baseline;gap:6px}.kpi b{font-size:22px;color:var(--primary-700)}.landing-bg:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(60% 50% at 80% -5%,rgba(124,58,237,.14),transparent 70%),radial-gradient(50% 40% at 5% 0%,rgba(245,158,11,.12),transparent 70%),var(--bg)}.nav{display:flex;align-items:center;justify-content:space-between;height:72px}.hero{text-align:center;padding:56px 0 36px}.hero h1{max-width:820px;margin:14px auto 0}.hero p{max-width:620px;margin:18px auto 0;font-size:18px;color:var(--text-secondary)}.hero-cta{margin-top:28px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.section{padding:48px 0}.section-h{text-align:center;margin-bottom:28px}.step-icon{width:46px;height:46px;border-radius:13px;background:var(--primary-soft);color:var(--primary-700);display:grid;place-items:center}.demo-frame{background:linear-gradient(180deg,var(--surface-2),#f2f0fb);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px}.price-card.featured{border-color:var(--primary);box-shadow:0 12px 36px #7c3aed29;position:relative}.price-amount{font-size:32px;font-weight:800;letter-spacing:-.02em}.price-amount span{font-size:15px;font-weight:500;color:var(--muted)}.price-list{list-style:none;padding:0;margin:14px 0;display:flex;flex-direction:column;gap:8px;color:var(--text-secondary);font-size:14px}.price-list li:before{content:"✓ ";color:var(--success);font-weight:700}.faq-item h3{margin-bottom:4px}.brand-logo{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:18px;letter-spacing:-.02em;color:var(--text)}.brand-logo.light{color:#fff}.brand-mark{width:32px;height:32px}.brand-text-accent{color:var(--primary)}.brand-logo.light .brand-text-accent{color:var(--accent)}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14102380;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:20px;z-index:100}.auth-card{width:min(420px,100%);background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:28px}.auth-tabs{display:flex;gap:4px;background:#f0eff7;border-radius:var(--radius-sm);padding:4px;margin:18px 0}.auth-tab{flex:1;padding:9px;border:none;background:transparent;border-radius:8px;font:inherit;font-weight:600;font-size:14px;color:var(--muted);cursor:pointer;transition:var(--transition)}.auth-tab.active{background:var(--surface);color:var(--primary-700);box-shadow:var(--shadow-sm)}.oauth-row{display:flex;gap:10px}.oauth-row .btn{flex:1}.divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;margin:18px 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.consent-row{display:flex;gap:9px;align-items:flex-start;font-size:12px;color:var(--text-secondary);cursor:pointer}.consent-row input{margin-top:2px;width:16px;height:16px;accent-color:var(--primary);flex-shrink:0}.site-footer{background:var(--shell);color:var(--shell-text);margin-top:40px;padding:40px 0 24px}.site-footer a{color:var(--shell-text)}.site-footer a:hover{color:#fff}.site-footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.site-footer-col{display:flex;flex-direction:column;gap:8px}.site-footer-col h4{color:#fff;font-size:14px;margin-bottom:4px}.site-footer-bottom{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);font-size:13px}.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;max-width:720px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:16px 18px;display:flex;align-items:center;gap:16px;z-index:90}.cookie-banner-text{font-size:13px;color:var(--text-secondary);margin:0}@media (max-width: 860px){.shell{grid-template-columns:1fr}.shell-side{position:static;height:auto;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px}.shell-side .shell-brand{padding:4px 8px}.shell-nav{flex-direction:row;flex-wrap:wrap}.shell-spacer{display:none}.shell-user{border-top:none;padding-top:0;margin-top:0;flex-direction:row}.grid-2,.grid-3,.site-footer-inner{grid-template-columns:1fr}}
