:root{--ink: #17130e;--slate: #6a645a;--red: #e2372b;--cream: #f7f3ec;--line: #e5e0d6;--crisis: #b3261e;--gray: #3d3d40;--gray-2: #525256}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;font-family:Inter,sans-serif;color:var(--slate);font-size:16px;line-height:1.65}h1,h2,h3{font-family:Sora,sans-serif;color:var(--ink);font-weight:600;letter-spacing:-.025em}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:Inter}.wrap{max-width:1440px;margin:0 auto}.skip{position:absolute;left:-9999px;top:0;background:#fff;color:var(--ink);padding:10px 16px;z-index:100;font-weight:600}.skip:focus{left:10px;top:10px}.eyebrow{font-family:ui-monospace,monospace;font-size:11.5px;letter-spacing:.24em;text-transform:uppercase;color:#9a8f7d;display:flex;align-items:center;gap:12px}.eyebrow:before{content:"";width:34px;height:1px;background:var(--red)}.eyebrow.center{justify-content:center}.eyebrow.mb{margin-bottom:18px}.mt{margin-top:22px}.btn{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:14.5px;padding:16px 34px;cursor:pointer;letter-spacing:.02em;border:0;border-radius:10px;transition:transform .3s,box-shadow .3s}.btn:hover{transform:translateY(-2px)}.btn.mt{margin-top:40px}.btn.full{width:100%;justify-content:center}.btn-red{background:var(--red);color:#fff}.btn-red:hover{box-shadow:0 16px 34px -12px #e2372b99}.btn-line{border:1px solid var(--ink);color:var(--ink);background:transparent}.pill{display:inline-flex;align-items:center;gap:8px;background:#fdedea;color:var(--red);font-weight:600;font-size:13.5px;padding:8px 16px;border-radius:999px;margin-bottom:18px}.pill:before{content:"\25cf";font-size:8px}.all{display:inline-block;font-weight:600;font-size:14px;color:var(--ink);border-bottom:1.5px solid var(--red);padding-bottom:3px;transition:color .25s}.all:hover{color:var(--red)}.head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px;gap:20px;flex-wrap:wrap}.head h2{margin-top:18px;font-size:clamp(26px,3vw,40px)}.g-head{text-align:center;padding:0 56px 44px}.g-head h2{font-size:clamp(28px,3.2vw,44px);margin-top:16px}.g-head h2 em{font-style:normal;color:var(--red)}.page-header{text-align:center;padding:150px 56px 50px;max-width:760px;margin:0 auto}.page-header h1{font-size:clamp(30px,3.6vw,46px);margin-top:16px}.page-header .sub{margin-top:14px;font-size:16px}@media(max-width:960px){.page-header{padding:120px 24px 40px}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.reveal.in{opacity:1;transform:none}.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}.sig path{animation:none!important;stroke-dashoffset:0!important}}.progress-bar{width:100%;height:6px;background:var(--line);border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--red);border-radius:999px;transition:width .6s cubic-bezier(.16,1,.3,1)}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.field label{font-size:13.5px;font-weight:600;color:var(--ink)}.field input,.field select{font-family:Inter;font-size:15px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:6px;padding:13px 16px;transition:border-color .25s}.field input:focus,.field select:focus{outline:0;border-color:var(--ink)}.field .hint{font-size:12.5px;color:#9a8f7d}.form-err{background:#fdedea;color:var(--crisis);font-size:13.5px;font-weight:600;padding:12px 16px;border-radius:6px;margin-bottom:20px}.form-ok{background:#e8f3ea;color:#1e7a3b;font-size:13.5px;font-weight:600;padding:12px 16px;border-radius:6px;margin-bottom:20px}.seg{display:inline-flex;border:1px solid var(--ink);border-radius:999px;padding:4px;gap:4px;margin-bottom:32px}.seg button{font-family:Inter;font-weight:600;font-size:14px;padding:10px 26px;border:0;border-radius:999px;background:transparent;color:var(--ink);cursor:pointer;transition:background .25s,color .25s}.seg button.active{background:var(--ink);color:#fff}.auth-split{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-brand{background:var(--gray);color:#fff;padding:56px 48px;display:flex;flex-direction:column;justify-content:space-between}.auth-brand .mark{display:inline-flex;align-items:center}.auth-brand .mark img{height:40px;width:auto;display:block}.auth-brand blockquote{font-family:Sora,sans-serif;font-size:clamp(20px,2.2vw,28px);line-height:1.4;max-width:400px;font-weight:500;margin:0}.auth-brand .who{font-size:12.5px;color:#c9c2b4;margin-top:16px}.auth-form-side{background:#fff;padding:64px;display:flex;flex-direction:column;justify-content:center}.auth-form-side .inner{max-width:380px;width:100%;margin:0 auto}.auth-form-side h2{font-size:clamp(24px,2.6vw,30px);margin:14px 0 8px}.auth-form-side p.sub{margin-bottom:28px;font-size:13.5px}.auth-form-side form{text-align:left}.auth-form-side .switch{margin-top:22px;font-size:14px;text-align:center}.auth-form-side .switch a{color:var(--red);font-weight:600;border-bottom:1.5px solid var(--red)}@media(max-width:900px){.auth-split{grid-template-columns:1fr}.auth-brand{display:none}.auth-form-side{padding:48px 24px}}.dash-section{background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px 28px;margin-bottom:16px}.dash-section .head{margin-bottom:16px}.dash-section .head h2{font-size:19px;margin-top:4px}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;padding:5px 12px;border-radius:999px}.badge-active{background:#e8f3ea;color:#1e7a3b}.badge-invited{background:#fdf3e5;color:#b8760a}.modal-actions{display:flex;gap:12px;margin-top:24px}.modal-actions .btn{padding:12px 24px}.copy-field{display:flex;gap:8px;margin-bottom:8px}.copy-field input{flex:1;font-family:ui-monospace,monospace;font-size:12.5px;padding:10px 12px;border:1px solid var(--line);border-radius:6px;background:var(--cream);color:var(--slate)}.rich>*:first-child{margin-top:0}.rich>*:last-child{margin-bottom:0}.rich p{margin:0 0 14px;line-height:1.75}.rich strong,.rich b{font-weight:700;color:var(--ink)}.rich em{font-style:italic}.rich a{color:var(--red);text-decoration:underline;text-underline-offset:2px}.rich h2,.rich h3,.rich h4{font-family:Sora,sans-serif;margin:20px 0 8px;line-height:1.25}.rich h2{font-size:20px}.rich h3{font-size:18px}.rich h4{font-size:15.5px}.rich ul,.rich ol{margin:0 0 14px;padding-left:22px}.rich li{margin-bottom:6px;line-height:1.65}.rich blockquote{margin:0 0 14px;padding-left:16px;border-left:3px solid var(--line);color:var(--slate)}.rich hr{border:0;border-top:1px solid var(--line);margin:22px 0}
