.field{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px max(28px,calc(min(32vw,410px) + 24px));text-align:center}.photo{width:min(220px,56vw);aspect-ratio:1;object-fit:cover;border-radius:8px;animation:photo-in .9s cubic-bezier(.16,1,.3,1) .04s backwards}.text-slot{width:100%;margin-top:28px}.links{display:flex;gap:28px;margin-top:28px}.links a{color:var(--icon);font-size:1.6rem;line-height:1;transition:color .15s ease,transform .15s ease}.links a:hover{color:var(--icon-hover);transform:translateY(-1px)}.theme-toggle{position:fixed;top:18px;right:18px;z-index:3;width:40px;height:40px;border:none;border-radius:999px;background:transparent;color:var(--icon);font-size:1.15rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background .15s ease}.theme-toggle:hover{color:var(--icon-hover)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes photo-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:none}}@media (max-width: 720px){.page{padding:56px 100px 32px;justify-content:flex-start}}@media (prefers-reduced-motion: reduce){.photo{animation:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden;overscroll-behavior:none}html,html[data-theme=dark]{color-scheme:dark;--bg: #111111;--text: #f2f2ee;--text-muted: #c4c4be;--icon: #f2f2ee;--icon-hover: #bdbdb8}html[data-theme=light]{color-scheme:light;--bg: #f4f4f2;--text: #111111;--text-muted: #333333;--icon: #111111;--icon-hover: #444444}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}
