:root{--red:#e30613;--red-dark:#b9000b;--ink:#111;--paper:#f5f3ee;--white:#fff;--muted:#696965;--line:#d8d5cf;--yellow:#f2ff61;--success:#16865a}
*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.45}button,input{font:inherit}a{color:inherit}.page{min-height:100vh;display:grid;grid-template-columns:minmax(520px,48%) 1fr}.auth-side{background:#fff;padding:34px clamp(32px,5vw,78px) 48px;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:48px}.logo{width:190px;height:auto}.lang{display:flex;border:1px solid var(--ink);border-radius:999px;padding:3px}.lang button{border:0;background:transparent;border-radius:999px;padding:7px 11px;font-size:.74rem;font-weight:900;cursor:pointer}.lang button.active{background:var(--ink);color:#fff}.auth-wrap{width:min(100%,620px);margin:auto}.kicker{display:flex;align-items:center;gap:9px;font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--red)}.kicker:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--red)}h1{font-size:clamp(2.45rem,4vw,4.3rem);line-height:.92;letter-spacing:-.06em;margin:15px 0 16px}.intro{color:#42423f;font-size:1.04rem;margin:0 0 32px;max-width:530px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.82rem;font-weight:800}.input-wrap{position:relative}.field input{width:100%;height:52px;border:1px solid #bbb9b4;border-radius:10px;padding:0 15px;background:#fff;outline:none;transition:.2s}.field input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,6,19,.1)}.field input[aria-invalid="true"]{border-color:var(--red)}.password input{padding-right:52px}.reveal{position:absolute;right:7px;top:7px;width:38px;height:38px;border:0;background:transparent;border-radius:8px;cursor:pointer;font-size:1.05rem}.reveal:hover{background:#f0efeb}.field-error{min-height:17px;color:var(--red);font-size:.72rem}.form-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:4px 0 20px;font-size:.82rem}.check{display:flex;align-items:flex-start;gap:9px;color:#474743}.check input{margin-top:3px;accent-color:var(--red)}.text-link{color:var(--red);font-weight:800;text-underline-offset:3px}.submit{width:100%;height:54px;border:0;border-radius:999px;background:var(--red);color:#fff;font-weight:900;cursor:pointer;transition:.2s}.submit:hover{background:var(--red-dark);transform:translateY(-1px)}.switch{text-align:center;font-size:.88rem;margin:21px 0 0}.notice{display:none;margin-top:16px;padding:13px 15px;border-radius:10px;background:#edf8f3;color:#0c6341;font-size:.84rem;font-weight:700}.notice.show{display:block}.legal{font-size:.74rem;color:var(--muted);margin:18px 0 0}.showcase{position:relative;overflow:hidden;background:var(--red);color:#fff;padding:70px clamp(40px,6vw,100px);display:flex;align-items:center}.showcase:before{content:"";position:absolute;width:520px;height:520px;border:100px solid rgba(255,255,255,.08);border-radius:50%;right:-170px;top:-190px}.showcase:after{content:"MADGO";position:absolute;right:-38px;bottom:-58px;font-size:clamp(8rem,17vw,18rem);font-weight:950;letter-spacing:-.09em;color:rgba(255,255,255,.075)}.showcase-content{position:relative;z-index:1;max-width:650px}.showcase-badge{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid rgba(255,255,255,.45);border-radius:999px;font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.showcase h2{font-size:clamp(3.4rem,6vw,6.8rem);line-height:.86;letter-spacing:-.075em;margin:28px 0 24px}.showcase p{font-size:1.13rem;max-width:510px}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:38px}.benefit{background:#fff;color:#111;border-radius:16px;padding:17px;min-height:112px}.benefit b{display:block;font-size:1.03rem;margin-bottom:5px}.benefit span{font-size:.8rem;color:#656561}.back{display:inline-flex;margin-top:auto;padding-top:38px;font-size:.8rem;font-weight:800;text-decoration:none}.back:hover{text-decoration:underline}.login-only,.register-only{display:none}body[data-mode="login"] .login-only,body[data-mode="register"] .register-only{display:block}body[data-mode="login"] .register-grid{display:none}body[data-mode="register"] .login-grid{display:none}
.notice.error{background:#fff0f1;color:#9d0710}
@media(max-width:980px){.page{grid-template-columns:1fr}.showcase{min-height:480px}.auth-side{min-height:100vh}.back{margin-top:20px}.showcase h2{max-width:720px}}
@media(max-width:600px){.auth-side{padding:24px 20px 34px}.topbar{margin-bottom:36px}.logo{width:160px}.fields,.benefits{grid-template-columns:1fr}.field.full{grid-column:auto}.form-meta{align-items:flex-start;flex-direction:column;gap:12px}.showcase{padding:55px 22px;min-height:520px}.showcase h2{font-size:3.6rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
