:root{color-scheme:dark;--bg:#24103e;--panel:#341b50;--ink:#fff8ed;--muted:#c8b8d5;--gold:#f3cf83;--line:#584063}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit}button,input{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.wrap{width:min(1192px,calc(100% - 80px));margin:auto}.header{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px}.brand{display:inline-flex;align-items:center}.brand img{width:166px;height:70px;object-fit:contain}.header-note{font-size:10px;letter-spacing:2.2px;color:var(--muted);display:flex;align-items:center;gap:10px}.header-note i{height:6px;width:6px;border-radius:50%;background:var(--gold)}.nav-link{font-size:12px;text-decoration:none}.hero{display:grid;grid-template-columns:1.12fr 1fr;gap:64px;padding:57px 0 48px}.eyebrow,.small-label{color:var(--gold);font-size:10px;letter-spacing:2px;font-weight:700}.eyebrow{display:flex;align-items:center;gap:11px}.eyebrow span{width:24px;height:1px;background:var(--gold)}h1,h2,p{margin:0}h1{font-size:clamp(40px,4.3vw,62px);line-height:1.09;letter-spacing:-2.5px;margin:21px 0}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--gold)}.intro{color:var(--muted);font-size:15px;margin-bottom:29px}.scene{position:relative;height:346px;overflow:hidden;border-radius:18px;border:1px solid #775360}.scene>img{width:100%;height:100%;object-fit:cover;object-position:center 29%}.scene-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(31,12,37,.92));padding:55px 23px 22px}.scene-caption span{display:block;font-size:9px;letter-spacing:2px;color:var(--gold)}.scene-caption strong{font-size:21px;font-family:Georgia,serif;font-weight:400}.story-foot{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;letter-spacing:.6px;margin-top:16px}.form-side{padding-top:7px}.form-card{background:var(--panel);border:1px solid #664577;border-radius:23px;padding:32px;box-shadow:0 15px 50px #13062133}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.pill{font-size:10px;color:var(--gold);border:1px solid #6e5369;padding:4px 10px;border-radius:30px}.form-card h2{font-size:33px;line-height:1.2;letter-spacing:-1px;margin-bottom:8px}.muted{color:var(--muted);font-size:13px}form{margin-top:25px}label{font-size:12px;font-weight:700;display:block;margin:20px 0 8px}label>span:not(.consent span){color:var(--gold)}input:not([type=checkbox]){width:100%;border:1px solid #775989;border-radius:9px;background:#28123f;color:var(--ink);padding:13px 15px;font-size:14px;min-height:50px}input::placeholder{color:#b5a0c4}small{display:block;font-size:10px;color:var(--muted);margin-top:7px;line-height:1.55}.consent{display:flex;align-items:flex-start;gap:10px;font-weight:400;font-size:10px;line-height:1.7;color:var(--muted);margin:23px 0}.consent input{flex:none;width:17px;height:17px;accent-color:var(--gold);margin:3px 0 0}.consent a{color:var(--gold);text-underline-offset:2px}.primary{width:100%;border:1px solid #ffdf99;border-radius:9px;background:var(--gold);color:#331b37;padding:13px 18px;font-weight:700;font-size:13px;display:flex;justify-content:space-between;align-items:center;min-height:50px}.primary:hover{background:#ffdfa3}.primary span{font-size:20px}.secure-note{font-size:10px;color:var(--muted);text-align:center;border-top:1px solid #584063;padding-top:17px;margin-top:20px}#status{font-size:13px;margin-top:14px;color:var(--gold);overflow-wrap:anywhere}#status:empty{display:none}.warning{display:flex;gap:13px;border:1px solid #695347;background:#352638;border-radius:12px;padding:18px 20px;margin-top:18px}.warning-icon{width:23px;height:23px;flex:none;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-size:13px}.warning strong{color:var(--gold);font-size:12px}.warning p{font-size:11px;color:#e2d1c9;margin-top:4px;line-height:1.75}.island{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 36px;background:#2d1745;border:1px solid var(--line);border-radius:17px;overflow:hidden}.island h2{font-family:Georgia,serif;font-weight:400;font-size:29px;margin:10px 0}.island p{font-size:12px;color:var(--muted)}.island-art{display:flex;gap:12px;flex:none}.island-art img{height:151px;width:118px;object-fit:cover;border-radius:11px;box-shadow:0 8px 20px #16072255}.island-art img:first-child{transform:rotate(-6deg)}.island-art img:last-child{transform:rotate(6deg)}.privacy{padding:36px 0;display:grid;grid-template-columns:1fr 2fr;gap:50px}.privacy h2{font-size:17px}.privacy p{font-size:11px;color:var(--muted);line-height:1.9}.footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;padding:23px 0 30px;font-size:10px;color:var(--muted)}.footer strong{letter-spacing:2px;color:var(--gold)}.skip{position:absolute;left:10px;top:-100px;background:var(--gold);color:var(--bg);padding:12px;z-index:10}.skip:focus{top:10px}.admin-body{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(440px,100%)}.login-card h1{font-size:31px;letter-spacing:-1px}.login-card .primary{margin-top:24px}.login-card>a:last-child{display:block;margin-top:24px;font-size:12px}.dashboard{padding-top:45px}.dashboard h1{font-size:42px}.secondary{border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--ink);padding:10px 17px;font-size:12px;min-height:44px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;margin-top:24px}table{border-collapse:collapse;width:100%;text-align:left}th,td{padding:15px 20px;border-bottom:1px solid var(--line);overflow-wrap:anywhere}th{background:var(--panel);color:var(--gold);font-size:12px}td{font-size:14px;font-variant-numeric:tabular-nums}.pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:20px 0;font-size:12px}@media(max-width:950px){.wrap{width:calc(100% - 40px)}.hero{gap:28px}.form-card{padding:25px}.island-art img{width:85px;height:110px}.island h2{font-size:24px}}@media(max-width:700px){.wrap{width:calc(100% - 32px)}.header{height:85px}.brand img{width:132px;height:55px}.header-note{display:none}.hero{grid-template-columns:1fr;gap:26px;padding-top:30px}.story h1{font-size:46px}.intro{font-size:14px}.scene{height:255px}.scene>img{object-position:center 24%}.story-foot{font-size:9px}.form-side{padding:0}.form-card{padding:25px 22px}.island{padding:25px;display:block}.island-art{justify-content:center;margin-top:26px;gap:13px}.island-art img{width:85px;height:110px}.privacy{grid-template-columns:1fr;gap:12px;padding:28px 4px}.footer{gap:16px;flex-direction:column}.pagination{font-size:10px}.secondary{padding:10px}.dashboard h1{font-size:34px}th,td{padding:13px 10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

/* Confirmed-save feedback; isolated from the admin dashboard. */
.success-dialog{color:var(--ink);background:var(--panel);border:1px solid var(--gold);border-radius:24px;padding:34px 28px;text-align:center;width:min(420px,calc(100% - 32px));max-height:90dvh;overflow:auto;box-shadow:0 24px 80px #12091c99}
.success-dialog::backdrop{background:#12091ccc}
.success-dialog[open]{animation:success-appear .35s ease-out}
.success-dialog h2{font-size:28px;margin:12px 0}
.success-dialog p{color:var(--muted);font-size:15px;margin-bottom:24px}
.success-dialog small{display:block;color:var(--muted);margin-top:18px;font-size:12px}
.success-mark{width:92px;height:92px;margin:0 auto 20px}
.success-mark svg{width:100%;height:100%;fill:none;stroke:var(--gold);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.success-mark circle{stroke-dasharray:220;stroke-dashoffset:0}
.success-mark path{stroke-dasharray:65;stroke-dashoffset:0}
.success-dialog[open] circle{animation:success-draw .6s ease-out both}
.success-dialog[open] path{animation:success-tick .4s .45s ease-out both}
@keyframes success-appear{from{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:none}}
@keyframes success-draw{from{stroke-dashoffset:220}to{stroke-dashoffset:0}}
@keyframes success-tick{from{stroke-dashoffset:65}to{stroke-dashoffset:0}}
@media(prefers-reduced-motion:reduce){.success-dialog[open],.success-dialog[open] circle,.success-dialog[open] path{animation:none}html{scroll-behavior:auto}}
