.app{flex-direction:column;align-items:center;min-height:100vh;padding:2rem 1rem 3rem;display:flex}.header{text-align:center;margin-bottom:2.5rem}.logo{letter-spacing:-.02em;background:linear-gradient(135deg,#a5b4fc 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:2rem;font-weight:700}.tagline{color:var(--text-muted);margin:0;font-size:.95rem}.main{width:100%;max-width:480px}.banner{border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem}.banner-error{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;margin-bottom:1.25rem;padding:1.75rem}.card h2{margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.card-desc{color:var(--text-muted);margin:0 0 1.25rem;font-size:.9rem;line-height:1.5}.card-note{color:var(--text-muted);margin:1rem 0 0;font-size:.8rem}.btn{border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:background .2s,transform .1s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:not(:disabled):active{transform:scale(.98)}.btn-linkedin{color:#fff;background:#0a66c2;width:100%}.btn-linkedin:hover:not(:disabled){background:#004182}.btn-primary{background:var(--accent);color:#fff;width:100%;margin-top:.75rem}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-link{color:var(--text-muted);background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}.btn-link:hover{color:var(--text)}.user-row{align-items:center;gap:1rem;display:flex}.avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.user-name{margin:0 0 .25rem;font-weight:600}.form{flex-direction:column;display:flex}.input{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);border-radius:10px;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s}.input::placeholder{color:var(--text-muted)}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted);outline:none}.result-card{border-color:var(--border)}.result-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.result-badge{color:#fff;border-radius:8px;padding:.35rem .75rem;font-size:.85rem;font-weight:600}.result-score{font-family:var(--font-mono);color:var(--text);font-size:1.5rem;font-weight:600}.result-title{color:var(--accent);margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.result-explanation{color:var(--text-muted);margin:0 0 1rem;font-size:.95rem;line-height:1.6}.result-source{color:var(--text-muted);opacity:.9;margin:0;font-size:.8rem}.footer{text-align:center;color:var(--text-muted);margin-top:auto;padding-top:2rem;font-size:.8rem}.footer p{margin:0}@media (width<=480px){.app{padding:1.5rem 1rem 2rem}.logo{font-size:1.75rem}}:root{--bg:#0a0a0f;--bg-card:#12121a;--bg-elevated:#1a1a24;--text:#e8e8ed;--text-muted:#8b8b9a;--accent:#6366f1;--accent-hover:#818cf8;--accent-muted:#6366f126;--border:#2a2a36;--success:#22c55e;--warning:#eab308;--danger:#ef4444;--font-sans:"DM Sans", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);min-height:100vh;margin:0;line-height:1.6}#root{min-height:100vh}button{cursor:pointer;font-family:inherit}input{font-family:inherit}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
