:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
.access-page { min-height: 100vh; background: #07111e url('../assets/login-sky.png') center/cover fixed; }
.access-shell { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: rgba(3, 10, 19, .42); }
.access-card { width: min(100%, 500px); padding: clamp(28px, 5vw, 52px); border: 1px solid rgba(237, 207, 136, .32); background: rgba(7, 18, 32, .78); box-shadow: 0 24px 70px rgba(0,0,0,.42); backdrop-filter: blur(14px); }
.access-kicker { margin: 0 0 14px; color: #efce86; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
h1,h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; letter-spacing: 0; } h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.05; } h2 { font-size: 26px; }
.access-copy { margin: 18px 0 30px; color: #bfc8d1; line-height: 1.55; }
.access-form,.admin-form { display: grid; gap: 11px; } label { color:#dce3eb; font-size: 13px; } input { width:100%; margin-top: 6px; padding: 14px 15px; border:1px solid rgba(255,255,255,.24); border-radius: 4px; background: rgba(255,255,255,.08); color:#fff; font:inherit; outline:none; } input:focus { border-color:#efce86; box-shadow: 0 0 0 3px rgba(239,206,134,.13); }
button { border:0; border-radius:4px; padding:14px 16px; background:#e6bd66; color:#101b29; font:700 14px/1 Inter, sans-serif; cursor:pointer; } button:hover { background:#f2d28d; }.form-message { min-height:20px; margin:0; color:#f4c2c2; font-size:13px; }.whatsapp-link { display:block; margin-top:22px; color:#d7e6ef; font-size:13px; text-decoration:none; }.whatsapp-link:hover{text-decoration:underline}.admin-trigger { position:fixed; right:24px; bottom:22px; padding:8px 10px; background:rgba(7,18,32,.5); color:#b9c2cc; font-size:11px; font-weight:600; }.admin-dialog { width:min(92vw, 390px); padding:0; border:1px solid rgba(237,207,136,.35); background:#0a1726; color:#fff; }.admin-dialog::backdrop { background:rgba(0,0,0,.65); }.admin-form { position:relative; padding:30px; }.dialog-close { position:absolute; top:10px; right:10px; padding:2px 8px; background:transparent; color:#bfc8d1; font-size:24px; }
