*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #5b7bd7;--primary-hover: #7b9bef;--text: #e4e6eb;--text-light: #a0a3ab;--bg: #1e1f22;--card-bg: #2b2d31;--border: #3f4147;--input-bg: #1e1f22;--radius: 8px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-container{width:100%;max-width:450px}.auth-card{background:var(--card-bg);padding:3rem;border-radius:12px;box-shadow:0 20px 60px #00000080}h1{font-size:2rem;color:var(--text);margin-bottom:1rem}.auth-subtitle{color:var(--text-light);margin-bottom:1rem}.form-group{margin-bottom:1.5rem}label{display:block;font-weight:600;margin-bottom:1rem;color:var(--text)}input[type=text],input[type=email],input[type=password]{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;font-family:inherit;transition:border-color .2s;background:var(--input-bg);color:var(--text)}input:focus{outline:none;border-color:var(--primary)}input::placeholder{color:var(--text-light)}small{display:block;margin-top:.25rem;color:var(--text-light);font-size:.875rem}.btn-primary{background:var(--primary);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-block{width:100%}.auth-footer{margin-top:2rem;text-align:center;color:var(--text-light)}.auth-footer a{color:var(--primary);text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.auth-trust{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border);text-align:center}.auth-trust p{color:var(--text-light);font-size:.875rem;margin-bottom:1rem}.form-checkbox{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:var(--primary)}.checkbox-label span{font-size:.9rem;color:var(--text-light);line-height:1.4}.checkbox-label a{color:var(--primary);text-decoration:none}.checkbox-label a:hover{text-decoration:underline}[data-theme=light]{--primary: #5865f2;--primary-hover: #4752c4;--text: #1e1f22;--text-light: #4e5058;--bg: #f2f3f5;--card-bg: #ffffff;--border: #d5d7db;--input-bg: #f2f3f5}@media(max-width:480px){body{padding:1.5rem 1rem 1rem;align-items:flex-start}.auth-card{padding:1.5rem;border-radius:10px}h1{font-size:1.5rem;margin-bottom:.5rem}.auth-subtitle{font-size:.875rem;margin-bottom:.5rem}.form-group{margin-bottom:1rem}label{margin-bottom:.5rem;font-size:.875rem}.auth-footer{margin-top:1.25rem}.auth-trust{margin-top:1.25rem;padding-top:1.25rem}}
