*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;scroll-behavior:smooth;font-size:16px}body{height:100%;background-color:#020617;color:#f1f5f9;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#334155;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#64748b}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:16px;font-size:14px;font-weight:600;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease,opacity .15s ease,box-shadow .15s ease;white-space:nowrap}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn--sm{padding:8px 16px;font-size:13px;border-radius:12px}.btn--lg{padding:14px 32px;font-size:15px}.btn--full{width:100%}.btn--primary{background:#6366f1;color:#fff;box-shadow:0 8px 24px #6366f140}.btn--primary:hover{background:#818cf8;box-shadow:0 8px 28px #6366f159}.btn--ghost{background:transparent;color:#94a3b8;border-color:#334155}.btn--ghost:hover{color:#f1f5f9;background:#1e293b}.btn--danger{background:#ef444414;color:#f87171;border-color:#ef444433}.btn--danger:hover{background:#ef444426}.btn--icon{padding:8px;border-radius:12px}.form-field{display:flex;flex-direction:column;gap:8px}.form-label{font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#94a3b8}.form-input{width:100%;padding:13px 16px;background:#1e293b;border:1px solid #334155;border-radius:16px;color:#f1f5f9;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.form-input::placeholder{color:#64748b}.form-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.form-error{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:16px;color:#f87171;font-size:13px}.form-error svg{flex-shrink:0;margin-top:1px}.form-divider{display:flex;align-items:center;gap:12px;margin:20px 0}.form-divider:before,.form-divider:after{content:"";flex:1;height:1px;background:#1e293b}.form-divider span{font-size:12px;color:#64748b}.card{background:#0f172a;border:1px solid #1e293b;border-radius:24px;box-shadow:0 1px 3px #0006,0 1px 2px #0006}.logo-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#6366f11a;border:1px solid rgba(99,102,241,.25)}.logo-badge svg{color:#818cf8}.logo-badge--lg{width:52px;height:52px;border-radius:16px}.score-high{color:#4ade80}.score-mid{color:#fbbf24}.score-low{color:#f87171}.score-bar-track{height:8px;background:#1e293b;border-radius:9999px;overflow:hidden}.score-bar-fill{height:100%;border-radius:9999px;transition:width .7s ease}.score-bar-fill--high{background:#22c55e}.score-bar-fill--mid{background:#eab308}.score-bar-fill--low{background:#ef4444}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:9999px;animation:spin .65s linear infinite}.spinner--accent{border-color:#1e293b;border-top-color:#6366f1;width:36px;height:36px;border-width:3px}.spinner--lg{width:44px;height:44px;border-width:4px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{0%{transform:scale(1);opacity:.6}75%,to{transform:scale(2);opacity:0}}@keyframes wave{0%{transform:scaleY(.3);opacity:.5}to{transform:scaleY(1);opacity:1}}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
