:root { color-scheme: light; }
* { box-sizing: border-box; }
body { margin: 0; background: #f8fafc; color: #0f172a; font-family: Inter, system-ui, sans-serif; }
main { width: min(100%, 560px); margin: auto; padding: 20px 16px calc(40px + env(safe-area-inset-bottom)); }
.brand { display: flex; align-items: center; gap: 10px; margin: 4px 0 20px; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand strong { display: block; color: #1e3a8a; font-size: 1.25rem; }
.brand span { display: block; color: #64748b; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.lang-switch { margin-left: auto; padding: 7px 10px; border: 1px solid #bfdbfe; border-radius: 8px; background: #fff; color: #1e40af; font-size: .78rem; font-weight: 800; text-decoration: none; }
.panel { padding: 18px; border: 1px solid #dbe3ef; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.05); }
.entry-panel h1 { margin: 0; color: #172554; font-size: 1.45rem; }
.entry-panel > p { margin: 8px 0 18px; color: #64748b; font-size: .9rem; }
.entry-actions { display: grid; gap: 12px; }
.entry-button, .next-step { display: flex; width: 100%; min-height: 50px; align-items: center; justify-content: center; padding: 12px 16px; border: 0; border-radius: 10px; background: #1e3a8a; color: #fff; font: inherit; font-size: .94rem; font-weight: 800; text-align: center; text-decoration: none; }
.entry-button.secondary { border: 1px solid #bfdbfe; background: #fff; color: #1e40af; }
.entry-button.payment { background: #047857; }
.back-button { width: auto; min-height: 40px; margin-bottom: 18px; padding: 8px 13px; border: 1px solid #bfdbfe; background: #fff; color: #1e40af; font-size: .82rem; }
.hero { margin-bottom: 20px; padding-left: 14px; border-left: 4px solid #2563eb; }
.hero h1 { margin: 0 0 6px; font-size: 1.65rem; line-height: 1.2; }
.hero p { margin: 0; color: #475569; font-size: .95rem; }
.notice { margin-bottom: 16px; padding: 13px; border: 1px solid #bfdbfe; border-radius: 10px; background: #eff6ff; color: #1e3a8a; font-size: .9rem; }
.field { display: block; margin: 15px 0; font-size: .9rem; font-weight: 700; }
.field input, .field select, .field textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 12px; border: 1px solid #cbd5e1; border-radius: 9px; background: #fff; font: inherit; font-size: 16px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid #dbeafe; border-color: #2563eb; }
.identity-notice { margin: -4px 0 16px; color: #dc2626; font-size: .84rem; font-weight: 700; line-height: 1.5; }
.submit { width: 100%; min-height: 48px; margin-top: 8px; border: 0; border-radius: 10px; background: #1e3a8a; color: #fff; font-size: 1rem; font-weight: 800; }
.submit:disabled { opacity: .6; }
.status { margin-top: 14px; padding: 12px; border-radius: 9px; font-size: .9rem; }
.status.success { background: #ecfdf5; color: #065f46; }
.status.error { background: #fef2f2; color: #991b1b; }
.fees { margin-top: 18px; }
.fees h2 { margin: 0 0 10px; font-size: 1.1rem; }
.fees table { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: .74rem; }
.fees th, .fees td { padding: 8px 4px; border-bottom: 1px solid #e2e8f0; text-align: left; overflow-wrap: anywhere; }
.next-step { margin-top: 18px; }
.foot { margin-top: 18px; color: #64748b; font-size: .82rem; text-align: center; }
.foot a { color: #1d4ed8; font-weight: 700; }
.hidden { display: none !important; }
