@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap";:root{--c-bg: #0e0d0c;--c-bg-raised: #161513;--c-bg-overlay: #1e1c19;--c-border: rgba(255, 255, 255, .08);--c-border-mid: rgba(255, 255, 255, .14);--c-text: #f0ece4;--c-text-muted: #8a8278;--c-text-faint: #4a4640;--c-gold: #c9a96e;--c-gold-dim: #7a6340;--c-gold-glow: rgba(201, 169, 110, .15);--c-error: #e05c5c;--c-success: #6bbf87;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--s-xs: 4px;--s-sm: 8px;--s-md: 16px;--s-lg: 24px;--s-xl: 40px;--s-2xl: 64px;--r-sm: 6px;--r-md: 12px;--r-lg: 20px;--r-full: 9999px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-expo: cubic-bezier(.7, 0, .84, 0);--dur-fast: .16s;--dur-mid: .28s;--dur-slow: .48s;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%;height:100%;overscroll-behavior:none}body{background:var(--c-bg);color:var(--c-text);font-family:var(--font-body);font-weight:400;font-size:15px;line-height:1.55;min-height:100%;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:180px 180px}#root{min-height:100dvh;display:flex;flex-direction:column}h1,h2,h3{font-family:var(--font-display);font-weight:400;line-height:1.1;letter-spacing:-.01em}h1{font-size:clamp(2rem,8vw,2.8rem)}h2{font-size:clamp(1.4rem,5vw,1.8rem)}h3{font-size:1.15rem;font-weight:500}p{color:var(--c-text-muted);line-height:1.65}.screen{flex:1;display:flex;flex-direction:column;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom);min-height:100dvh}.screen--padded{padding-left:var(--s-lg);padding-right:var(--s-lg)}.screen--center{align-items:center;justify-content:center}@keyframes slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-slide-up{animation:slide-up var(--dur-slow) var(--ease-out-expo) both}.animate-fade{animation:fade-in var(--dur-mid) ease both}.stagger>*:nth-child(1){animation-delay:0ms}.stagger>*:nth-child(2){animation-delay:60ms}.stagger>*:nth-child(3){animation-delay:.12s}.stagger>*:nth-child(4){animation-delay:.18s}.stagger>*:nth-child(5){animation-delay:.24s}::-webkit-scrollbar{width:0}
