:root{--blush-white:#fbf5f5;--blush-gradient-end:#f9eeec;--card:#f3eaea;--border:#dfc8c8;--muted:#bea0a0;--body-text:#8d6666;--heading:#3d2828;--title-accent:#96605a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--body-text);background:var(--blush-white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:18px/145% Georgia,Noto Serif SC,serif}*{box-sizing:border-box}body{margin:0}#root{min-height:100svh}h1,h2{color:var(--heading);font-weight:400}p{margin:0}.splash{cursor:pointer;background:linear-gradient(160deg, var(--blush-white) 0%, var(--blush-gradient-end) 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100svh;transition:opacity .7s;display:flex;position:relative;overflow:hidden}.splash--leaving{opacity:0}.splash-corner{opacity:0;width:36px;height:36px;animation:1s ease-out .15s forwards corner-expand;position:absolute}.splash-corner:before,.splash-corner:after{content:"";background:var(--border);position:absolute}.splash-corner:before{width:100%;height:1px}.splash-corner:after{width:1px;height:100%}.splash-corner--tl{transform-origin:0 0;top:28px;left:28px}.splash-corner--tl:before,.splash-corner--tl:after{top:0;left:0}.splash-corner--tr{transform-origin:100% 0;top:28px;right:28px}.splash-corner--tr:before,.splash-corner--tr:after{top:0;right:0}.splash-corner--bl{transform-origin:0 100%;bottom:28px;left:28px}.splash-corner--bl:before,.splash-corner--bl:after{bottom:0;left:0}.splash-corner--br{transform-origin:100% 100%;bottom:28px;right:28px}.splash-corner--br:before,.splash-corner--br:after{bottom:0;right:0}@keyframes corner-expand{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.splash-content{text-align:center}.splash-title{letter-spacing:.5px;color:var(--title-accent);opacity:0;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,8vw,68px);font-style:italic;font-weight:400;animation:1.4s ease-out .9s forwards title-bloom}.splash-subtitle{letter-spacing:1px;color:var(--body-text);opacity:0;margin:28px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(14px,2vw,18px);font-style:italic;animation:1.4s ease-out 2s forwards fade-in}.splash-cta{letter-spacing:3px;text-transform:uppercase;color:var(--muted);opacity:0;margin:0;font-family:Inter,system-ui,sans-serif;font-size:12px;animation:1s ease-out 3s forwards fade-in,2.6s ease-in-out 4s infinite breathe;position:absolute;bottom:56px}@keyframes title-bloom{0%{opacity:0;filter:blur(4px);transform:translateY(10px)scale(.97)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes breathe{0%,to{opacity:.35}50%{opacity:1}}.home{background:var(--blush-white);flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100svh;animation:.7s ease-out fade-in;display:flex}.home-title{color:var(--title-accent);margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,6vw,48px);font-style:italic}.home-placeholder{color:var(--body-text);font-size:15px}
