*,*:before,*:after{box-sizing:border-box}.login-page{min-height:100svh;width:100%;display:flex;align-items:center;justify-content:center;background-image:url("/img-hero-230130RainbowGeiselDSC_6615ErikJepsenUCSanDiego7_(1).jpg");background-size:cover;background-position:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;padding:1.5rem;position:relative}.login-page:before{content:"";position:absolute;inset:0;background:linear-gradient(#00000026,#00000026)}.login-page>*{position:relative;z-index:1}.login-card{width:min(30rem,92vw);background:#fff9;border-radius:1rem;padding:2rem;box-shadow:0 1.5rem 4rem #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;flex-direction:column;gap:1rem}.login-title{margin:0;text-align:center;font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.15;color:#111827}.error,.info{margin:0;padding:.75rem .875rem;border-radius:.75rem;font-size:.95rem;text-align:center}.error{color:#b00020;border:1px solid rgba(176,0,32,.25);background:#b000200f}.info{color:#065f46;border:1px solid rgba(6,95,70,.25);background:#065f460f}.login-form{display:flex;flex-direction:column;gap:.85rem;text-align:left;padding-inline:.25rem}.login-label{display:grid;gap:.4rem;font-weight:600;color:#111827;font-size:.95rem;text-align:center}.login-input{width:100%;padding:.85rem 1rem;border-radius:999px;border:1px solid rgba(17,24,39,.18);font-size:1rem;outline:none;background:#fff}.login-input:focus{border-color:#11182773;box-shadow:0 0 0 .25rem #1118271f}.login-subtext{margin:0;color:#374151;text-align:center;font-size:.98rem}.login-primary{width:100%;padding:.85rem 1rem;border-radius:999px;border:none;background:#111827;color:#fff;font-weight:700;font-size:1rem;cursor:pointer}.login-input,.login-primary{max-width:26rem;margin-inline:auto}.login-primary:hover:not(:disabled){background:#0b1220}.login-primary:disabled{opacity:.7;cursor:not-allowed}.login-actions{display:flex;flex-direction:column;gap:.6rem}.login-secondary{width:100%;padding:.75rem 1rem;border-radius:999px;border:1px solid rgba(17,24,39,.18);background:#ffffffb3;color:#111827;font-weight:650;font-size:.98rem;cursor:pointer}.login-secondary:hover:not(:disabled){background:#ffffffe6}.login-secondary:disabled{opacity:.7;cursor:not-allowed}.otp-row{display:flex;justify-content:center;gap:.6rem;margin:.25rem 0}.otp-box{inline-size:2.6rem;block-size:3.1rem;font-size:1.25rem;text-align:center;border:1px solid rgba(17,24,39,.18);border-radius:.75rem;outline:none;background:#fff}.otp-box:focus{border-color:#11182773;box-shadow:0 0 0 .25rem #1118271f}@media(max-width:30rem){.login-card{padding:1.4rem;border-radius:.9rem}.otp-row{gap:.5rem}.otp-box{inline-size:2.4rem;block-size:3rem;border-radius:.65rem}}.survey-page{min-height:100vh;padding:2rem 1rem 5rem;background:radial-gradient(1200px 600px at 20% 0%,rgba(99,102,241,.18),transparent 60%),radial-gradient(900px 500px at 85% 10%,rgba(236,72,153,.14),transparent 60%),radial-gradient(1000px 600px at 50% 100%,rgba(16,185,129,.12),transparent 60%),#0b1020;color:#e7e9ee;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.survey-shell{max-width:51.25rem;margin:0 auto}.survey-hero{margin-bottom:1.125rem;text-align:left}.survey-title{font-size:clamp(1.75rem,2.4vw + 1rem,2.125rem);line-height:1.1;margin:0 0 .625rem;letter-spacing:-.02em}.survey-subtitle{margin:0;color:#e7e9eeb8;font-size:.95rem}.survey-card{background:#ffffff0f;border:.0625rem solid rgba(255,255,255,.1);border-radius:1.125rem;padding:1.125rem;box-shadow:0 .75rem 2.5rem #00000059,inset 0 .0625rem #ffffff14;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}.survey-section{padding:1rem;border-radius:1rem;background:#090d1b73;border:.0625rem solid rgba(255,255,255,.08);margin-bottom:.875rem}.section-help{margin:0 0 .875rem;color:#e7e9eead;font-size:.875rem}.field{display:grid;gap:.5rem;margin-bottom:.875rem}.label{font-weight:650;font-size:.95rem}.hint{margin:0;color:#e7e9ee9e;font-size:.8125rem}.input,.select{width:100%;max-width:26.25rem;padding:.75rem;border-radius:.75rem;border:.0625rem solid rgba(255,255,255,.14);background:#ffffff0f;color:#e7e9ee;outline:none;transition:transform .12s ease,border-color .12s ease,background .12s ease}.input::placeholder{color:#e7e9ee73}.input:focus,.select:focus{border-color:#6366f1bf;background:#6366f11a}.input:focus-visible,.select:focus-visible{box-shadow:0 0 0 .2rem #6366f140}.select option{color:#0b1020}.q-row{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:center;padding:.75rem;border-radius:.875rem;background:#ffffff0a;border:.0625rem solid rgba(255,255,255,.08);margin-bottom:.625rem}.q-text{margin:0;font-size:.95rem;color:#e7e9eee6}.pills{display:inline-flex;gap:.625rem}.pill{position:relative;display:inline-flex;align-items:center;padding:.55rem .95rem;border-radius:999rem;border:.0625rem solid rgba(255,255,255,.14);background:#ffffff0f;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .12s ease,background .12s ease,border-color .12s ease;font-size:.875rem;color:#e7e9eee6}.pill:hover{transform:translateY(-.0625rem);border-color:#ffffff40}.pill input[type=radio]{position:absolute;opacity:0;pointer-events:none;appearance:none;-webkit-appearance:none;accent-color:auto}.pill-label{font-weight:650}.pill--yes:has(input:checked){background:#10b981d9;border-color:#10b981d9;color:#fffffffa}.pill--no:has(input:checked){background:#f43f5ed9;border-color:#f43f5ed9;color:#fffffffa}.pill:focus-within{box-shadow:0 0 0 .2rem #6366f138;border-color:#6366f199}.submit-bar{position:sticky;bottom:.625rem;margin-top:1.125rem;padding:.75rem;border-radius:1rem;background:#090d1bb3;border:.0625rem solid rgba(255,255,255,.1);box-shadow:0 .75rem 2.5rem #00000059;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);display:flex;align-items:center;justify-content:space-between;gap:.75rem}.submit-note{font-size:.875rem;color:#e7e9eebf;margin:0}.submit-btn{border:none;cursor:pointer;font-weight:800;padding:.75rem 1rem;border-radius:999rem;background:linear-gradient(135deg,#6366f1f2,#ec4899e6);color:#fff;box-shadow:0 .625rem 1.5rem #6366f140;transition:transform .12s ease,filter .12s ease;white-space:nowrap}.submit-btn:hover{transform:translateY(-.0625rem);filter:brightness(1.05)}.submit-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}@media(max-width:40rem){.q-row{grid-template-columns:1fr}.submit-bar{flex-direction:column;align-items:stretch}.submit-btn{width:100%}.pref-block{margin:.75rem 0 1rem;padding:.75rem;border-radius:.875rem;background:#ffffff08;border:.0625rem solid rgba(255,255,255,.08)}.pref-title{margin:0 0 .25rem;font-weight:700;color:#e7e9eeeb}}.submit-left{display:grid;gap:.5rem}.terms-consent{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem .75rem;border-radius:.875rem;background:#ffffff08;border:.0625rem solid rgba(255,255,255,.08);color:#e7e9eed9;font-size:.875rem;line-height:1.35}.terms-consent input[type=checkbox]{margin-top:.15rem;width:1.05rem;height:1.05rem}.terms-link{color:#6366f1f2;font-weight:750;text-decoration:none}.terms-link:hover{text-decoration:underline}:root{--card: rgba(255, 255, 255, .72);--card-strong: rgba(255, 255, 255, .9);--stroke: rgba(255, 255, 255, .35);--text: #0b1220;--muted: rgba(11, 18, 32, .7);--shadow: 0 20px 60px rgba(0, 0, 0, .18);--shadow-soft: 0 12px 30px rgba(0, 0, 0, .14);--dashboard-gap: 18px}.dashboard-header+.email-note{margin-top:var(--dashboard-gap)}.email-note+.dashboard-main{margin-top:var(--dashboard-gap)}.dashboard{min-height:100vh;padding:28px 18px 40px;color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(1200px 700px at 15% 10%,rgba(255,127,80,.35),transparent 60%),radial-gradient(1000px 700px at 85% 18%,rgba(99,102,241,.35),transparent 55%),radial-gradient(900px 650px at 50% 90%,rgba(34,197,94,.22),transparent 58%),linear-gradient(180deg,#0b1020,#0e1630 40%,#0b1220)}.dashboard:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.25;background-image:radial-gradient(rgba(255,255,255,.18) 1px,transparent 1px);background-size:18px 18px}.dashboard-header,.dashboard-main{width:min(1060px,100%);margin:0 auto}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;background:#ffffffa6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--stroke);box-shadow:var(--shadow);border-radius:22px;padding:22px}.dashboard-title{margin:0 0 6px;font-size:28px;letter-spacing:-.02em;color:#ffffffeb}.dashboard-subtitle{margin:0;max-width:58ch;color:#ffffffeb;font-size:15px;line-height:1.4}.next-drop{margin-top:10px;display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;background:linear-gradient(135deg,#6366f1f2,#ec4899e0);border:1px solid rgba(255,255,255,.22);box-shadow:var(--shadow-soft);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.next-drop__label{font-size:12px;font-weight:750;letter-spacing:.02em;text-transform:uppercase;color:#ffffffeb}.next-drop__value{font-size:13px;font-weight:800;color:#ffffffeb;white-space:nowrap}.error-text{margin-top:10px;padding:10px 12px;border-radius:12px;background:#ff00501f;border:1px solid rgba(255,0,80,.28);color:#ffffffeb;font-size:14px}.status-pill{margin-top:14px;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-size:13px;color:#ffffffe6;background:#ffffff1f;border:1px solid rgba(255,255,255,.22)}.dot{width:9px;height:9px;border-radius:999px;background:#22c55ef2;box-shadow:0 0 0 6px #22c55e2e}.status-pill.paused .dot{background:#facc15fa;box-shadow:0 0 0 6px #facc152e}.pause-btn,.secondary-btn{border:0;border-radius:999px;padding:10px 14px;font-weight:700;cursor:pointer;transition:transform .12s ease,opacity .12s ease,box-shadow .12s ease;white-space:nowrap}.pause-btn{color:#0b1220;background:#ffffffeb;box-shadow:var(--shadow-soft)}.pause-btn:hover:not(:disabled){transform:translateY(-1px)}.pause-btn:active:not(:disabled){transform:translateY(0) scale(.99)}.pause-btn--active{background:#facc15f2}.secondary-btn{color:#fffffffc;background:#ffffff1a;border:1px solid rgba(255,255,255,.25)}.secondary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-soft)}.pause-btn:disabled,.secondary-btn:disabled{opacity:.6;cursor:not-allowed}.dashboard-main{display:grid;grid-template-columns:1.4fr .9fr;gap:16px}@media(max-width:880px){.dashboard-header{flex-direction:column;align-items:stretch}.dashboard-main{grid-template-columns:1fr}}.hero-card{background:var(--card);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--stroke);border-radius:22px;padding:18px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;inset:-60px;background:radial-gradient(600px 240px at 20% 15%,rgba(255,255,255,.18),transparent 60%),radial-gradient(460px 220px at 80% 25%,rgba(255,255,255,.12),transparent 65%);transform:rotate(8deg);pointer-events:none}.hero-card h2{position:relative;z-index:1;margin:0 0 6px;font-size:18px;color:#fffffff2}.hero-card p{position:relative;z-index:1;margin:0;color:#ffffffc7;line-height:1.5;font-size:14px}.tip{color:#ffffffc7;font-size:13px;line-height:1.5;margin:0 0 10px}.mini-steps{margin:0;padding-left:18px;color:#ffffffc7;font-size:13px}.mini-steps li{margin:8px 0}.email-note{width:min(1060px,100%);margin:0 auto;padding:.65rem .85rem;border-radius:.75rem;border:.0625rem solid rgba(255,255,255,.14);background:#ffffff0d;color:#e7e9eed9;font-size:.9rem;line-height:1.35;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem)}.email-note strong{color:#fffffff2}.matches-panel{width:100%;box-sizing:border-box;padding:18px;border-radius:22px;background:#ffffff0f;border:1px solid var(--stroke);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dashboard-main .matches-panel{grid-column:1 / -1}.matches-panel__header{margin-bottom:.75rem}.matches-panel__title{margin:0;font-size:1.15rem;color:#fff}.matches-panel__subtitle{margin:.25rem 0 0;opacity:.8;font-size:.95rem;color:#e5e7eb}.matches-empty{padding:1rem;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.matches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.match-card{border-radius:16px;padding:16px;background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 28px #0003,0 1px #fff9 inset}.match-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.match-card__name{margin:0;font-size:1.05rem;font-weight:700;color:#020617}.match-card__meta{margin:6px 0 0;font-size:.9rem;color:#475569}.match-badge{font-size:.78rem;padding:.35rem .6rem;border-radius:999px;white-space:nowrap;font-weight:600}.match-badge--sent{background:#10b98126;color:#065f46;border:1px solid rgba(16,185,129,.4)}.match-badge--pending{background:#ec489924;color:#9d174d;border:1px solid rgba(236,72,153,.4)}.match-card__reasons{margin:12px 0 0;font-size:.95rem;line-height:1.45;color:#1e293b}.match-card__actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}@media(max-width:520px){.match-card__top{flex-direction:column}.match-badge{align-self:flex-start}}.terms-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:clamp(.75rem,3vw,1.25rem)}.terms-modal{width:100%;max-width:34rem;max-height:90dvh;overflow-y:auto;background:#ffffff0f;border:.0625rem solid rgba(255,255,255,.1);border-radius:1.125rem;padding:clamp(1rem,4vw,1.25rem);box-shadow:0 .75rem 2.5rem #00000073,inset 0 .0625rem #ffffff14;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);color:#e7e9ee}.terms-modal-title{margin:0 0 .5rem;font-size:clamp(1.05rem,2.5vw,1.15rem);letter-spacing:-.01em}.terms-modal-text{margin:.5rem 0;font-size:clamp(.9rem,2.3vw,.95rem);line-height:1.6;color:#e7e9eec7}.terms-modal-link{color:#6366f1f2;font-weight:750;text-decoration:none}.terms-modal-link:hover{text-decoration:underline}.terms-modal-consent{display:flex;gap:.6rem;align-items:flex-start;margin-top:.75rem;padding:.6rem .75rem;border-radius:.875rem;background:#090d1b73;border:.0625rem solid rgba(255,255,255,.08);font-size:clamp(.85rem,2.3vw,.9rem);color:#e7e9eed9}.terms-modal-consent input{flex-shrink:0;margin-top:.2rem;width:1.05rem;height:1.05rem}.terms-modal-btn{margin-top:.9rem;width:100%;border:none;cursor:pointer;font-weight:800;padding:.75rem 1rem;border-radius:999rem;background:linear-gradient(135deg,#6366f1f2,#ec4899e6);color:#fff;box-shadow:0 .625rem 1.5rem #6366f140;transition:transform .12s ease,filter .12s ease}.terms-modal-btn:hover{transform:translateY(-.0625rem);filter:brightness(1.05)}.terms-modal-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}@media(max-width:32rem){.terms-modal{border-radius:1rem}.terms-modal-consent{align-items:flex-start}}.dashboard-footer{margin-top:2rem;padding:1rem clamp(1rem,4vw,2rem);border-top:.0625rem solid rgba(255,255,255,.08);background:#090d1b59}.dashboard-footer-inner{max-width:72rem;margin:0 auto;display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;justify-content:space-between}.dashboard-footer-text{margin:0;font-size:.8rem;color:#e7e9ee99}.dashboard-footer-links{display:flex;align-items:center;gap:.5rem}.dashboard-footer-link{font-size:.8rem;color:#6366f1e6;text-decoration:none;font-weight:600}.dashboard-footer-link:hover{text-decoration:underline}.footer-sep{color:#e7e9ee59}@media(max-width:32rem){.dashboard-footer-inner{flex-direction:column;align-items:flex-start}}.terms-page{min-height:100vh;padding:2rem 1rem 5rem;background:radial-gradient(1200px 600px at 20% 0%,rgba(99,102,241,.18),transparent 60%),radial-gradient(900px 500px at 85% 10%,rgba(236,72,153,.14),transparent 60%),radial-gradient(1000px 600px at 50% 100%,rgba(16,185,129,.12),transparent 60%),#0b1020;color:#e7e9ee;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.terms-shell{max-width:51.25rem;margin:0 auto}.terms-hero{margin-bottom:1.125rem}.terms-title{font-size:clamp(1.75rem,2.4vw + 1rem,2.125rem);line-height:1.1;margin:0 0 .625rem;letter-spacing:-.02em}.terms-subtitle{margin:0;color:#e7e9eeb8;font-size:.95rem}.terms-card{background:#ffffff0f;border:.0625rem solid rgba(255,255,255,.1);border-radius:1.125rem;padding:1.125rem;box-shadow:0 .75rem 2.5rem #00000059,inset 0 .0625rem #ffffff14;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}.terms-section{padding:1rem;border-radius:1rem;background:#090d1b73;border:.0625rem solid rgba(255,255,255,.08);margin-bottom:.875rem}.section-title{margin:0 0 .625rem;font-size:1rem;letter-spacing:.01em}.section-help{margin:0 0 .875rem;color:#e7e9eec7;font-size:.95rem;line-height:1.6}.terms-list{margin:0;padding-left:1.25rem;font-size:.95rem;color:#e7e9eee6}.terms-list li{margin:.35rem 0}.terms-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em;padding:.15em .4em;border-radius:.5em;background:#ffffff14;border:.0625rem solid rgba(255,255,255,.1);color:#e7e9eef2}.terms-callout{margin-top:.75rem;padding:.75rem;border-radius:.875rem;background:#ffffff08;border:.0625rem solid rgba(255,255,255,.1)}.terms-callout-title{margin:0 0 .25rem;font-weight:800;color:#e7e9eeeb}.terms-callout-text{margin:0;color:#e7e9eec7;font-size:.95rem;line-height:1.55}.terms-footer{margin-top:.25rem;padding:.75rem 1rem;border-radius:1rem;background:#090d1b59;border:.0625rem solid rgba(255,255,255,.08)}.terms-footer-text{margin:0;color:#e7e9eeb8;font-size:.9rem;line-height:1.5}@media(max-width:40rem){.terms-card{padding:1rem}.terms-section{padding:.9rem}}
