@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700;800;900&display=swap";.auth-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-aside{color:#fff;flex-direction:column;justify-content:center;padding:3.5rem;display:flex;position:relative;overflow:hidden}.auth-aside--finder{background:linear-gradient(150deg,#1a1f3a 0%,#2a3158 100%)}.auth-aside--partner{background:linear-gradient(150deg,#1a1f3a 0%,#2a3158 60%,#3a2350 100%)}.auth-aside:after{content:"";background:#ffffff12;border-radius:50%;width:420px;height:420px;position:absolute;top:-140px;right:-140px}.auth-aside:before{content:"";background:#ffffff0d;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;left:-100px}.auth-aside-inner{z-index:1;max-width:440px;position:relative}.auth-aside .eyebrow{letter-spacing:.08em;text-transform:uppercase;background:var(--yellow,#f4cd46);color:var(--navy,#1a1f3a);border-radius:999px;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-block}.auth-aside h2{font-family:var(--serif,Georgia, serif);letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(1.9rem,3vw,2.7rem);font-weight:700;line-height:1.14}.auth-aside li svg circle{fill:#f4cd4640}.auth-aside li svg path{stroke:var(--yellow,#f4cd46)}.auth-aside p.lede{color:#ffffffd1;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.auth-aside ul{flex-direction:column;gap:.85rem;list-style:none;display:flex}.auth-aside li{color:#ffffffeb;align-items:center;gap:.7rem;font-size:.95rem;font-weight:500;display:flex}.auth-aside li svg{flex-shrink:0}.auth-main{background:var(--white,#fff);justify-content:center;align-items:center;padding:2.5rem 2rem;display:flex}.auth-box{width:100%;max-width:420px}.auth-back{color:var(--gray-500,#6b7280);align-items:center;gap:.35rem;margin-bottom:1.75rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.auth-back:hover{color:var(--navy,#1a1f3a)}.auth-logo{margin-bottom:1.25rem}.auth-box h1{font-family:var(--serif,Georgia, serif);letter-spacing:-.01em;color:var(--navy,#1a1f3a);margin-bottom:.4rem;font-size:1.8rem;font-weight:700}.auth-tagline{color:var(--gray-500,#6b7280);margin-bottom:1.75rem;font-size:.92rem;font-weight:400}.field{flex-direction:column;gap:.3rem;margin-bottom:.9rem;display:flex}.field label{color:#374151;font-size:.8rem;font-weight:600}.auth-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1rem;padding:.65rem .9rem;font-size:.82rem}.auth-btn{background:var(--navy,#1a1f3a);color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;margin-top:.5rem;padding:.9rem;font-family:inherit;font-size:.98rem;font-weight:700;transition:background .15s}.auth-btn:hover{background:#2a3158}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-btn--partner{background:var(--navy,#1a1f3a)}.auth-btn--partner:hover{background:#2a3158}.auth-switch{text-align:center;color:#6b7280;margin-top:1.25rem;font-size:.85rem}.auth-switch a{color:var(--pink,#b07c2c);font-weight:700;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.auth-linklike{font:inherit;cursor:pointer;color:var(--pink,#b07c2c);background:0 0;border:none;padding:0;font-weight:700;text-decoration:none}.auth-linklike:hover{text-decoration:underline}.auth-alt{border-top:1px solid var(--gray-200,#e5e7eb);text-align:center;color:var(--gray-500,#6b7280);margin-top:1.5rem;padding-top:1.25rem;font-size:.82rem}.auth-alt a{color:var(--navy,#1a1f3a);font-weight:700;text-decoration:none}.auth-alt a:hover{color:var(--pink,#b07c2c)}@media (width<=860px){.auth-page{grid-template-columns:1fr}.auth-aside{display:none}}:root{--pink:#b07c2c;--pink-light:#fef3e2;--pink-dark:#8a5e1a;--pink-50:#fdf9f0;--yellow:#f4cd46;--yellow-soft:#fbe9a8;--cream:#fdf9ee;--serif:"Playfair Display", Georgia, serif;--navy:#1a1f3a;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827;--white:#fff;--radius-sm:.375rem;--radius:.75rem;--radius-lg:1.25rem;--radius-xl:2rem;--shadow-sm:0 1px 3px #00000014;--shadow:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001f}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}input,select,textarea{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;color:var(--gray-900);background:var(--white);outline:none;padding:.7rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--pink);box-shadow:0 0 0 3px #b07c2c1f}input::placeholder,textarea::placeholder{color:var(--gray-400)}a{color:inherit}button{font-family:inherit}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a1f3a8c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-box{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:480px;max-height:90vh;padding:2rem;overflow-y:auto}.modal-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.modal-head h3{color:var(--navy);letter-spacing:-.01em;font-size:1.35rem;font-weight:900}.modal-close{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.6rem;line-height:1}.modal-close:hover{color:var(--navy)}.modal-footer{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.btn-ghost{border-radius:var(--radius);border:1.5px solid var(--gray-200);background:var(--white);color:var(--navy);cursor:pointer;padding:.65rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:700}.btn-ghost:hover{background:var(--gray-50)}.hero{background:radial-gradient(120% 90% at 85% -10%, #f4cd4647 0%, #f4cd4600 55%), radial-gradient(90% 80% at 0% 110%, #f4cd4624 0%, #f4cd4600 50%), linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:radial-gradient(#1a1f3a0b 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 70% 20%,#000 0%,#0000 70%);mask-image:radial-gradient(80% 70% at 70% 20%,#000 0%,#0000 70%)}.hero>*{z-index:1;position:relative}.hero-eyebrow{border:1px solid var(--yellow-soft);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--navy);letter-spacing:.01em;background:#ffffffb3;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.8rem;font-weight:700;display:inline-flex}.hero-cta{background:var(--yellow);color:var(--navy);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.6rem;padding:1rem 2.25rem;font-family:inherit;font-size:1.05rem;font-weight:800;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 24px -8px #f4cd46e6}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 16px 30px -10px #f4cd46f2}.hero-cta svg{transition:transform .18s}.hero-cta:hover svg{transform:translate(3px)}.hero-secondary{color:var(--gray-700);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.hero-secondary:hover{color:var(--navy)}.hero-check{background:var(--yellow-soft);width:22px;height:22px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.05rem;display:flex}.hero-art{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:380px;display:flex;position:relative}.hero-art .ring{border:1.5px dashed #1a1f3a1f;border-radius:50%;position:absolute}.hero-blob{background:radial-gradient(circle at 35% 30%, var(--yellow) 0%, var(--yellow-soft) 55%, #f6dd8a 100%);border-radius:46% 54% 58% 42%/52% 44% 56% 48%;animation:7s ease-in-out infinite heroFloat;position:absolute;inset:8%;box-shadow:0 30px 60px -25px #f4cd46e6}.hero-card{z-index:2;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem;animation:6s ease-in-out infinite heroFloat;position:relative}.hero-badge{z-index:3;background:var(--white);box-shadow:var(--shadow-lg);color:var(--navy);border-radius:999px;align-items:center;gap:.45rem;padding:.55rem .95rem;font-size:.9rem;font-weight:800;animation:5.5s ease-in-out infinite heroFloat;display:flex;position:absolute}.hero-badge.top{top:4%;left:-4%}.hero-badge.bottom{animation-delay:-2s;bottom:6%;right:-6%}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.hero-blob,.hero-card,.hero-badge{animation:none}}
