:root{--bg: #fffdfa;--surface: #faf6ef;--border: #e7ddcd;--text: #3d362c;--text-muted: #766e5f;--accent: #ae9160;--shadow: rgba(61, 54, 44, .14)}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{min-height:100%;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text)}main{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2rem 1.5rem}img{width:min(45vw,45vh,320px);height:min(45vw,45vh,320px);object-fit:cover;border-radius:50%;margin-bottom:.5rem;box-shadow:0 12px 32px var(--shadow)}h1{font-size:clamp(1.25rem,2.5vw + .5rem,1.75rem);font-weight:600;max-width:30ch}.location{color:var(--accent);font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}p{color:var(--text-muted);font-size:1rem;max-width:32ch}.notice{display:flex;align-items:center;gap:.9rem;margin-top:.75rem;padding:1rem 1.25rem;border-radius:14px;border:1px solid var(--border);background:var(--surface);box-shadow:0 8px 24px var(--shadow);text-align:left}.notice p{margin:0;font-size:.95rem}.spinner{width:28px;height:28px;flex-shrink:0;border-radius:50%;background:conic-gradient(from 0deg,transparent,var(--accent));-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),black calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),black calc(100% - 3px));filter:drop-shadow(0 4px 8px var(--shadow));animation:sluggish-spin 2.4s cubic-bezier(.65,0,.35,1) infinite}@keyframes sluggish-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.spinner{animation:none}}
