@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,sans-serif;color:#082567;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background:#fff}.personal-page{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:1rem;padding:2rem;text-align:center}.greeting{margin:0;color:#082567;font-size:clamp(2.5rem,8vw,6.5rem);font-weight:600;letter-spacing:-.06em;line-height:1}.subtitle{margin:0;color:#1769e0;font-size:clamp(1.25rem,3vw,2rem);font-weight:500;letter-spacing:.02em}.photo-button{border:0;border-radius:999px;padding:.8rem 1.6rem;color:#fff;background:#1769e0;font:inherit;font-weight:500;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.photo-button:hover,.photo-button:focus-visible{background:#082567;transform:translateY(-2px)}.photo-button:focus-visible,.close-button:focus-visible{outline:3px solid #1769e0;outline-offset:3px}.photo-overlay{position:fixed;inset:0;z-index:10;display:grid;place-items:center;padding:1.5rem;background:#082567f0;cursor:pointer}.portrait{max-width:min(90vw,800px);max-height:90vh;object-fit:contain;border-radius:.5rem;cursor:default}.coming-soon{margin:0;color:#fff;font-size:clamp(1.25rem,3vw,2rem);font-weight:500;text-align:center}.close-button{position:fixed;top:1rem;right:1rem;width:2.75rem;height:2.75rem;border:1px solid #ffffff;border-radius:50%;color:#fff;background:transparent;font:inherit;font-size:1.75rem;line-height:1;cursor:pointer}
