@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');:root{--navy:#0b1324;--navy-2:#152743;--ink:#172033;--muted:#718096;--line:#e6ebf2;--surface:#fff;--canvas:#f5f7fb;--orange:#f59e0b;--blue:#2563eb;--red:#b91c1c;--green:#166534}*{box-sizing:border-box}body.auth-body{margin:0;min-height:100vh;background:linear-gradient(135deg,#eef3fb 0%,#f8fafc 55%,#fff7ed 100%);color:var(--ink);font-family:'Poppins',sans-serif}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,.85fr) minmax(420px,1.15fr);max-width:1280px;margin:0 auto}.auth-brand-panel{display:flex;flex-direction:column;justify-content:space-between;padding:42px 48px;background:linear-gradient(145deg,var(--navy),#172c4d);color:#fff}.auth-brand{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.auth-brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#f59e0b,#fb7185);font-size:23px;font-weight:900}.auth-brand strong{display:block;font-size:20px}.auth-brand small{display:block;margin-top:3px;color:#9fb0ca;font-size:11px}.auth-promo{max-width:360px}.auth-promo .eyebrow{font-size:11px;letter-spacing:1.7px;color:#fbbf24;font-weight:800}.auth-promo h2{font-size:38px;line-height:1.12;letter-spacing:-1.4px;margin:15px 0}.auth-promo p{color:#b8c6d9;line-height:1.7;margin:0}.auth-benefits{display:grid;gap:12px;margin-top:28px}.auth-benefit{display:flex;align-items:center;gap:10px;color:#dce6f3;font-size:13px}.auth-benefit i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(245,158,11,.18);color:#fbbf24;font-style:normal}.auth-panel{display:flex;align-items:center;justify-content:center;padding:40px}.auth-card{width:min(100%,480px);background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 50px rgba(15,23,42,.1);padding:36px}.auth-card h1{font-size:30px;letter-spacing:-.8px;margin:0 0 8px}.auth-card-intro{color:var(--muted);margin:0 0 26px;line-height:1.6}.auth-alert{border-radius:10px;padding:12px 14px;margin:0 0 18px;font-size:13px}.auth-alert-success{background:#ecfdf3;border:1px solid #bbf7d0;color:var(--green)}.auth-alert-error{background:#fff1f2;border:1px solid #fecdd3;color:var(--red)}.auth-form{display:grid;gap:16px}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.auth-field{display:grid;gap:7px}.auth-field.full{grid-column:1/-1}.auth-field label{font-size:12px;font-weight:800;color:#46556b}.auth-input-wrap{position:relative}.auth-field input{width:100%;border:1px solid #dce3ed;background:#fbfcfe;border-radius:10px;padding:13px 14px;color:var(--ink);font:inherit;outline:0}.auth-input-wrap input{padding-right:75px}.auth-field input:focus{border-color:#93c5fd;background:#fff;box-shadow:0 0 0 3px #dbeafe}.auth-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--blue);font-size:11px;font-weight:800;cursor:pointer}.auth-submit{width:100%;border:0;border-radius:10px;background:var(--orange);color:#211300;padding:14px 16px;font:inherit;font-weight:800;cursor:pointer}.auth-submit:hover{background:#fbbf24}.auth-switch{text-align:center;color:var(--muted);font-size:13px;margin:22px 0 0}.auth-switch a{color:var(--blue);font-weight:800;text-decoration:none}.auth-back{display:inline-flex;color:var(--muted);font-size:12px;text-decoration:none;margin-bottom:26px}.auth-back:hover{color:var(--blue)}.auth-legal{color:#94a3b8;font-size:11px;line-height:1.5;margin:16px 0 0}@media(max-width:820px){.auth-shell{display:block}.auth-brand-panel{padding:24px 22px 30px;min-height:230px}.auth-promo{display:none}.auth-brand-panel:after{content:'Güvenli domain pazarı';display:block;color:#b8c6d9;font-size:13px;margin-top:35px}.auth-panel{padding:22px 16px;align-items:flex-start}.auth-card{padding:26px 20px;border-radius:16px}.auth-card h1{font-size:26px}}@media(max-width:480px){.auth-grid{grid-template-columns:1fr}.auth-field.full{grid-column:auto}.auth-brand-panel{min-height:190px}.auth-panel{padding-top:16px}.auth-card{box-shadow:0 10px 28px rgba(15,23,42,.08)}}
