:root { --pv-bg: #fbf4e8; --pv-surface: #fffaf2; --pv-text: #2f241d; --pv-muted: #6d5a4a; --pv-accent: #d7653c; --pv-accent-dark: #b14924; --pv-line: rgba(47,36,29,.13); --pv-shadow: 0 24px 60px rgba(92,62,36,.14); }
* { box-sizing: border-box; }
body { min-height: 100vh; min-height: 100dvh; margin: 0; color: var(--pv-text); background: radial-gradient(circle at top left, rgba(239,198,109,.35), transparent 34%), linear-gradient(180deg, #fef7ed, var(--pv-bg)); font-family: "Trebuchet MS", "Segoe UI", sans-serif; }
.auth-shell { width: min(100% - 32px, 1040px); min-height: 100vh; min-height: 100dvh; margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.auth-intro { padding: 28px; }.brand { margin: 0; font-size: 1.55rem; font-weight: 900; }.product { margin: 3px 0 0; color: var(--pv-accent-dark); font-size: 1.15rem; font-weight: 800; }.auth-intro h1 { margin: 28px 0 12px; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .98; }.auth-subtitle { max-width: 28ch; margin: 0; color: var(--pv-text); font-size: clamp(1.12rem, 2vw, 1.35rem); font-weight: 800; line-height: 1.3; }.auth-intro p:last-of-type { max-width: 30ch; color: var(--pv-muted); font-size: 1.08rem; line-height: 1.55; }.auth-hero-image { display: block; width: min(92%, 390px); max-height: 290px; margin: 18px auto 0; object-fit: contain; object-position: center bottom; }
.auth-card { padding: clamp(24px, 5vw, 44px); border: 1px solid rgba(255,255,255,.8); border-radius: 30px; background: rgba(255,250,242,.9); box-shadow: var(--pv-shadow); }.auth-card h2 { margin: 0; font-size: 1.8rem; }.auth-card > p { color: var(--pv-muted); line-height: 1.5; }.field { display: grid; gap: 7px; margin-top: 16px; font-weight: 800; }.field input, .field select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--pv-line); border-radius: 12px; color: var(--pv-text); background: #fff; font: inherit; }.field input:focus, .field select:focus, button:focus-visible, a:focus-visible { outline: 3px solid rgba(215,101,60,.32); outline-offset: 2px; border-color: var(--pv-accent); }.auth-button { width: 100%; min-height: 50px; margin-top: 24px; border: 0; border-radius: 13px; color: #fff; background: var(--pv-accent); font: inherit; font-weight: 900; cursor: pointer; }.auth-button:hover { background: var(--pv-accent-dark); }.auth-button-link { display: grid; place-items: center; text-align: center; text-decoration: none; }.auth-price { margin: 16px 0 0; color: var(--pv-muted); font-size: .95rem; font-weight: 800; text-align: center; }.auth-access-link { display: block; margin-top: 16px; color: var(--pv-accent-dark); font-weight: 900; text-align: center; }.auth-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }.auth-links a, .language button { color: var(--pv-accent-dark); font-weight: 800; }.auth-message { min-height: 1.4em; margin: 17px 0 0; color: #a63020; font-weight: 800; }.auth-message.success { color: #35743c; }.language { display: flex; gap: 6px; margin-top: 24px; }.language button { border: 1px solid var(--pv-line); border-radius: 999px; padding: 7px 10px; background: #fff; cursor: pointer; }.language button.active { color: #fff; background: var(--pv-accent); border-color: var(--pv-accent); }.auth-note { margin-top: 18px; color: var(--pv-muted); font-size: .9rem; }.invalid-card { grid-column: 1 / -1; max-width: 560px; margin: auto; }
@media (max-width: 760px) { .auth-shell { grid-template-columns: 1fr; gap: 0; padding: 28px 0; }.auth-intro { padding: 10px 8px 28px; }.auth-intro h1 { margin-top: 18px; }.auth-intro p:last-of-type { margin-bottom: 0; }.auth-hero-image { width: min(92%, 340px); max-height: 230px; margin-top: 14px; }.auth-card { border-radius: 24px; } }
