@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--sand: #f7f2ed;--ink: #2c1f1a;--tan: #c6b08b;--stone: #8a7060;--sea: #80afb1}html,body,#root{min-height:100vh}body{background:var(--sand);font-family:"Instrument Serif",Georgia,serif;color:var(--ink);-webkit-font-smoothing:antialiased}#root{display:flex;align-items:center;justify-content:center;text-align:center}.wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;padding:40px 24px;animation:rise 1s ease-out both}.logo{display:flex;flex-direction:column;align-items:center;gap:18px}.logo img{width:320px;max-width:80vw;height:auto}.divider{width:48px;height:1px;background:var(--tan)}.copy{font-size:1.1rem;color:var(--stone);letter-spacing:.01em;line-height:1.7}.copy a{color:var(--sea);text-decoration:none;border-bottom:1px solid rgba(128,175,177,.4);transition:border-color .2s,color .2s}.copy a:hover{color:var(--ink);border-color:var(--ink)}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
