*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#192c4a;--navy-deep:#0f1d33;--gold:#c4a265;--gold-muted:#c4a26573;--gold-bright:#d9be7a;--cream:#ede4d4;--cream-light:#f5f0e8;--cream-dim:#9a8e7e;--bg:#0d1628;--text:#9eb6de;--text-bright:#b8c4d4;--font-display:"Cormorant Garamond", "Georgia", serif;--font-body:"Jost", "Helvetica Neue", sans-serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);color:var(--text);background:var(--bg);min-height:100dvh;overflow-x:hidden}#root{flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative}.ambient{pointer-events:none;z-index:0;background:radial-gradient(80% 65% at 50% 40%,#c8d2e10d 0%,#0000 70%),radial-gradient(70% 50% at 50% 35%,#192c4a8c 0%,#0000 70%),radial-gradient(35% 25% at 50% 42%,#c4a26509 0%,#0000 60%);position:fixed;inset:0}.grain{pointer-events:none;z-index:100;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px;position:fixed;inset:0}.accent-line{background:linear-gradient(90deg, transparent 5%, var(--gold-muted) 50%, transparent 95%);z-index:2;height:1px;position:fixed;left:0;right:0}.accent-line--top{top:0}.accent-line--bottom{bottom:0}.content{z-index:1;flex-direction:column;align-items:center;width:100%;max-width:640px;padding:2rem;display:flex;position:relative}.canvas-wrap{width:300px;height:300px;margin-top:-3rem;margin-bottom:-1rem;animation:3s both canvasFadeIn;position:relative}.canvas-wrap:before{content:"";filter:blur(35px);pointer-events:none;background:radial-gradient(circle,#dce1eb17 0%,#dce1eb0a 35%,#0000 70%);border-radius:50%;position:absolute;inset:10%}.canvas-wrap canvas{width:100%;height:100%;display:block}@keyframes canvasFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.divider{align-items:center;gap:14px;margin-bottom:1.8rem;animation:1.4s 1.6s both fadeUp;display:flex}.divider-line{background:linear-gradient(90deg, transparent, var(--gold));width:48px;height:1px}.divider-line:last-child{background:linear-gradient(90deg, var(--gold), transparent)}.divider-diamond{background:var(--gold);opacity:.7;width:5px;height:5px;transform:rotate(45deg)}.brand-name{font-family:var(--font-display);letter-spacing:.28em;text-transform:uppercase;background:linear-gradient(120deg, var(--gold) 0%, var(--gold-bright) 35%, var(--cream) 50%, var(--gold-bright) 65%, var(--gold) 100%);-webkit-text-fill-color:transparent;background-size:220% 100%;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.6rem,7vw,4rem);font-weight:400;line-height:1;animation:1.4s 2s both fadeUp,8s ease-in-out 4s infinite shimmer}@keyframes shimmer{0%,to{background-position:100%}50%{background-position:0%}}.label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.45em;color:var(--text);margin-bottom:2.8rem;font-size:.65rem;font-weight:300;animation:1.4s 2.5s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.signup-form{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:400px;animation:1.4s 3s both fadeUp;display:flex}.input-row{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d162899;border:1px solid #c4a2652e;border-radius:2px;width:100%;transition:border-color .4s,box-shadow .4s;display:flex;overflow:hidden}.input-row:focus-within{border-color:#c4a26566;box-shadow:0 0 20px #c4a2650a}.email-input{color:var(--cream-light);font-family:var(--font-body);letter-spacing:.04em;background:0 0;border:none;outline:none;flex:1;padding:.95rem 1.2rem;font-size:.85rem;font-weight:300}.email-input::placeholder{color:#fffdfa7c;letter-spacing:.04em;font-weight:300}.submit-btn{color:var(--gold);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.25em;cursor:pointer;white-space:nowrap;background:#c4a2650f;border:none;border-left:1px solid #c4a2652e;align-items:center;gap:.4rem;padding:.95rem 1.4rem;font-size:.7rem;font-weight:400;transition:all .3s;display:flex}.submit-btn svg{opacity:.6;transition:transform .3s}.submit-btn:hover{color:var(--gold-bright);background:#c4a26524}.submit-btn:hover svg{opacity:1;transform:translate(3px)}.submit-btn:active{transform:scale(.97)}.form-hint{letter-spacing:.06em;color:var(--text);opacity:.5;font-size:.7rem;font-weight:300}.success-msg{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d162899;border:1px solid #c4a26533;border-radius:2px;align-items:center;gap:1rem;width:100%;max-width:400px;padding:1.1rem 1.5rem;animation:.6s ease-out both successIn;display:flex;box-shadow:0 0 24px #c4a2650a}.success-msg .checkmark{border:1px solid #c4a2654d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.success-msg .checkmark svg{width:14px;height:14px;stroke:var(--gold);stroke-width:2px;fill:none;stroke-dasharray:20;stroke-dashoffset:20px;animation:.5s ease-out .3s forwards checkDraw}.success-title{font-family:var(--font-display);color:var(--cream-light);margin-bottom:.15rem;font-size:1.1rem;font-weight:400}.success-sub{color:var(--text);letter-spacing:.02em;font-size:.78rem;font-weight:300}@keyframes successIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes checkDraw{to{stroke-dashoffset:0}}@media (width<=480px){.canvas-wrap{width:240px;height:240px;margin-top:-2rem;margin-bottom:.5rem}.input-row{flex-direction:column}.submit-btn{border-top:1px solid #c4a26526;border-left:none;justify-content:center;padding:.85rem}.success-msg{text-align:center;flex-direction:column}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
