.auth-page { max-width: 1050px; margin: 0 auto; padding: 64px 28px 30px; }
.auth-hero { max-width: 700px; margin-bottom: 28px; }
.auth-hero h1 { margin: 13px 0 8px; font-size: clamp(34px, 5vw, 52px); line-height: 1.05; }
.auth-hero p { margin: 0; color: var(--ink-soft); font-size: 17px; }
.auth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.auth-card, .auth-profile { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 34px rgba(15,30,20,.07); }
.auth-card { padding: 30px; min-height: 470px; }
.auth-card--local { border-top: 4px solid var(--green); }
.auth-card--stempel { border-top: 4px solid #20262c; }
.auth-card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: var(--green); color: #fff; font-weight: 900; margin-bottom: 19px; }
.auth-stamp { width: 70px; height: 70px; display: grid; place-items: center; border: 3px double #20262c; border-radius: 50%; font-size: 11px; font-weight: 900; text-transform: uppercase; transform: rotate(-6deg); margin-bottom: 15px; }
.auth-kicker { color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.auth-card h2, .auth-profile h2 { margin: 4px 0 7px; font-size: 25px; }
.auth-card-copy { min-height: 50px; margin: 0 0 22px; color: var(--ink-soft); font-size: 14px; }
.auth-form { display: grid; gap: 8px; }
.auth-form label { margin-top: 5px; font-size: 13px; font-weight: 700; }
.auth-form input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fdfefe; color: var(--ink); font: inherit; }
.auth-form input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.auth-form .btn { width: 100%; margin-top: 9px; }
.auth-hint { margin: 2px 0; color: var(--ink-soft); font-size: 12px; }
.auth-hint a { color: var(--green-dark); font-weight: 700; }
.auth-register { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 18px; }
.auth-register summary { cursor: pointer; color: var(--ink-soft); font-size: 14px; }
.auth-register[open] summary { margin-bottom: 15px; }
.auth-alert { padding: 13px 16px; margin: 0 0 22px; border-radius: 10px; background: #fff0ee; border: 1px solid #efbbb5; color: #8c2018; font-weight: 600; }
.auth-profile { display: flex; align-items: center; gap: 20px; padding: 27px; }
.auth-avatar { width: 68px; height: 68px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; overflow: hidden; background: var(--green); color: #fff; font-size: 27px; font-weight: 800; }
.auth-avatar img { width: 100%; height: 100%; object-fit: cover; }
.auth-profile p { margin: 0; color: var(--ink-soft); }
.auth-profile-actions { margin-left: auto; display: flex; gap: 9px; }
@media (max-width: 760px) { .auth-page { padding: 38px 16px 10px; } .auth-grid { grid-template-columns: 1fr; } .auth-card { min-height: 0; padding: 24px; } .auth-card-copy { min-height: 0; } .auth-profile { align-items: flex-start; flex-wrap: wrap; } .auth-profile-actions { width: 100%; margin-left: 0; } }
