:root{
  color-scheme:light dark;
  --bg:#f7f6fb;--bg-soft:#f1eff8;--surface:#ffffff;--surface-2:#fbfaff;--surface-3:#f1edfb;
  --text:#17151d;--text-2:#3f3a48;--muted:#7e7889;--line:#e6e1ec;--line-strong:#d8d0e2;
  --brand:#6e43d6;--brand-2:#9c6cf0;--brand-soft:#eee8fb;--accent:#d25f9d;
  --green:#2f9b71;--amber:#c78c36;--danger:#cf5365;
  --shadow-sm:0 4px 18px rgba(43,31,70,.06);--shadow:0 18px 52px rgba(43,31,70,.10);
  --radius:22px;--radius-sm:15px;--safe-bottom:env(safe-area-inset-bottom,0px)
}
@media(prefers-color-scheme:dark){:root{
  --bg:#111116;--bg-soft:#17171e;--surface:#1b1b22;--surface-2:#202028;--surface-3:#282832;
  --text:#f6f4fa;--text-2:#d6d1dd;--muted:#a7a0b1;--line:#30303a;--line-strong:#3a3946;
  --brand:#a687ff;--brand-2:#c3afff;--brand-soft:#2a2438;--accent:#ef86bd;
  --green:#66c79e;--amber:#e4b668;--danger:#ff8795;
  --shadow-sm:0 4px 18px rgba(0,0,0,.18);--shadow:0 20px 58px rgba(0,0,0,.28)
}}
*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{background:var(--bg);overscroll-behavior:none}body{min-height:100dvh;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}button,input,textarea,select{font:inherit}button{color:inherit}a{color:inherit}.hidden{display:none!important}.muted{color:var(--muted)!important}.tiny{font-size:12px}.eyebrow{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--brand);font-weight:850}.ui-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.butterfly-mark{width:37px;height:37px;fill:currentColor;color:var(--brand)}.butterfly-mark .butterfly-body{opacity:.82}.brand-lockup{display:inline-flex;flex-direction:column;gap:2px}.brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:900;letter-spacing:.08em;white-space:nowrap}.brand-sub{font-size:10px;color:var(--muted);font-weight:650;letter-spacing:.03em;padding-left:47px}
.btn{min-height:46px;border-radius:14px;border:1px solid transparent;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:780;background:var(--surface-3);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0) scale(.99)}.btn.primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px color-mix(in srgb,var(--brand) 24%,transparent)}.btn.primary:hover{background:color-mix(in srgb,var(--brand) 88%,#000)}.btn.ghost{background:var(--surface);border-color:var(--line);color:var(--text-2)}.btn.soft{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 18%,var(--line));color:var(--brand)}.btn.secondary{background:var(--text);color:var(--surface)}.btn.danger{background:color-mix(in srgb,var(--danger) 10%,var(--surface));border-color:color-mix(in srgb,var(--danger) 30%,var(--line));color:var(--danger)}.btn.icon{width:46px;padding:0}.btn[disabled]{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.field{display:grid;gap:7px}.field label{font-size:13px;font-weight:720;color:var(--text-2)}.input-wrap{position:relative}.input,.select,.textarea{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:14px;padding:13px 14px;outline:none;transition:border .16s ease,box-shadow .16s ease}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 12%,transparent)}.input::placeholder,.textarea::placeholder{color:var(--muted)}.input.with-button{padding-right:54px}.field-button{position:absolute;right:5px;bottom:5px;width:42px;height:42px;border:0;border-radius:11px;background:transparent;color:var(--muted);display:grid;place-items:center}.field-button:hover{background:var(--surface-3);color:var(--text)}.form-grid{display:grid;gap:15px}.split-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkline{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:13px;line-height:1.5}.checkline input{margin-top:2px;accent-color:var(--brand)}.link-btn{border:0;background:none;padding:0;color:var(--brand);font-weight:780;cursor:pointer}
/* auth */
.auth-page{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);background:var(--bg)}.auth-visual{position:relative;overflow:hidden;padding:48px clamp(34px,5vw,72px);display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 18% 18%,color-mix(in srgb,var(--brand) 14%,transparent),transparent 30%),radial-gradient(circle at 80% 74%,color-mix(in srgb,var(--accent) 12%,transparent),transparent 28%),var(--surface-2)}.auth-visual:after{content:"";position:absolute;right:-12%;bottom:-32%;width:72%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 14%,transparent),transparent 68%)}.auth-visual>*{position:relative;z-index:1}.auth-copy{max-width:700px}.auth-copy h1{font-size:clamp(50px,6vw,88px);line-height:.98;letter-spacing:-.055em;margin:14px 0 22px;max-width:740px}.gradient-text{background:linear-gradient(110deg,var(--brand),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}.auth-copy p{font-size:18px;line-height:1.65;color:var(--muted);max-width:640px}.auth-proof{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.proof-pill{border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 84%,transparent);border-radius:999px;padding:9px 12px;font-size:12px;color:var(--text-2)}.auth-side{display:grid;place-items:center;padding:36px;background:var(--surface)}.auth-card{width:min(100%,460px)}.auth-mobile-brand{margin-bottom:30px}.auth-card h2{font-size:34px;letter-spacing:-.04em;margin:0 0 8px}.auth-card>.muted{line-height:1.55}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:var(--bg-soft);border:1px solid var(--line);padding:5px;border-radius:14px;margin:24px 0}.auth-tab{border:0;background:transparent;border-radius:10px;padding:10px;color:var(--muted);font-weight:780;cursor:pointer}.auth-tab.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.auth-form{margin-top:22px}.auth-submit{width:100%;margin-top:2px}.auth-meta{display:flex;justify-content:space-between;align-items:center;margin:6px 0 2px;font-size:13px}.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;margin:20px 0}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.social-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-legal{font-size:11px;color:var(--muted);line-height:1.5;margin-top:18px}.form-error,.form-success{margin:12px 0;padding:12px 14px;border-radius:13px;font-size:13px}.form-error{border:1px solid color-mix(in srgb,var(--danger) 35%,var(--line));background:color-mix(in srgb,var(--danger) 9%,var(--surface));color:var(--danger)}.form-success{border:1px solid color-mix(in srgb,var(--green) 35%,var(--line));background:color-mix(in srgb,var(--green) 8%,var(--surface));color:var(--green)}
/* shell */
.app-shell{min-height:100dvh;display:grid;grid-template-columns:248px minmax(0,1fr);background:var(--bg)}.sidebar{position:sticky;top:0;height:100dvh;border-right:1px solid var(--line);padding:22px 15px;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(24px);z-index:30;display:flex;flex-direction:column}.sidebar-brand{padding:3px 8px 24px}.nav-list{display:grid;gap:5px}.nav-item{width:100%;display:flex;align-items:center;gap:12px;border:0;background:transparent;padding:11px 12px;border-radius:13px;color:var(--muted);font-weight:720;cursor:pointer;text-align:left;position:relative}.nav-item .nav-icon{width:24px;display:grid;place-items:center}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item.active{background:var(--brand-soft);color:var(--brand)}.nav-badge{margin-left:auto;background:var(--accent);color:#fff;border-radius:999px;font-size:10px;padding:3px 6px}.sidebar-footer{margin-top:auto;display:grid;gap:10px}.me-mini{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.avatar{flex:0 0 auto;width:44px;height:44px;border-radius:15px;background:linear-gradient(145deg,var(--brand),var(--accent));display:grid;place-items:center;font-weight:850;color:#fff;overflow:hidden}.avatar.round{border-radius:50%}.avatar img{width:100%;height:100%;object-fit:cover}.avatar.sm{width:36px;height:36px;border-radius:12px;font-size:11px}.avatar.lg{width:82px;height:82px;border-radius:24px;font-size:25px}.main-wrap{min-width:0}.topbar{position:sticky;top:0;height:72px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(22px);z-index:25;display:flex;align-items:center;justify-content:space-between;padding:0 26px}.page-title h1{font-size:23px;letter-spacing:-.03em;margin:0}.page-title p{font-size:12px;color:var(--muted);margin:3px 0 0}.top-actions{display:flex;gap:8px;align-items:center}.page{width:min(1220px,100%);margin:auto;padding:24px 26px 110px}.mobile-nav{display:none}.create-fab{position:fixed;right:28px;bottom:26px;border:0;width:58px;height:58px;border-radius:18px;background:var(--brand);color:#fff;box-shadow:0 16px 34px color-mix(in srgb,var(--brand) 28%,transparent);cursor:pointer;z-index:35;display:grid;place-items:center}.surface{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px}.section-head h2{font-size:23px;letter-spacing:-.03em;margin:0 0 4px}.section-head p{color:var(--muted);font-size:13px;margin:0}.chips{display:flex;gap:7px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:720;cursor:pointer}.chip.active{background:var(--text);color:var(--surface);border-color:var(--text)}.chip.violet{background:var(--brand-soft);border-color:transparent;color:var(--brand)}.chip.green{background:color-mix(in srgb,var(--green) 10%,var(--surface));color:var(--green)}.chip.amber{background:color-mix(in srgb,var(--amber) 10%,var(--surface));color:var(--amber)}
/* discover */
.discover-layout{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:20px}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-card{position:relative;min-height:540px;border-radius:26px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(145deg,var(--surface-3),var(--bg-soft));box-shadow:var(--shadow);cursor:pointer;isolation:isolate}.photo-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .35s ease}.profile-card:hover .photo-bg{transform:scale(1.018)}.profile-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,14,.05) 28%,rgba(10,8,14,.15) 52%,rgba(10,8,14,.88) 100%);z-index:0}.profile-card.no-photo:after{background:linear-gradient(180deg,transparent,rgba(38,27,58,.18))}.profile-top-badges{position:absolute;z-index:3;top:14px;left:14px;right:14px;display:flex;justify-content:space-between;align-items:center}.compat-badge{display:inline-flex;align-items:center;background:rgba(255,255,255,.92);color:#4d2ba7;border:1px solid rgba(255,255,255,.55);backdrop-filter:blur(12px);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:820}.trust-badge{width:31px;height:31px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;border:2px solid rgba(255,255,255,.92)}.trust-badge .ui-icon{width:16px;height:16px;stroke-width:2.2}.profile-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:22px;color:#fff}.profile-name{display:flex;align-items:center;gap:8px}.profile-name h3{font-size:30px;letter-spacing:-.035em;margin:0}.online-dot{width:8px;height:8px;border-radius:50%;background:#65d8a2;box-shadow:0 0 0 3px rgba(101,216,162,.18)}.profile-meta{font-size:13px;color:rgba(255,255,255,.8);margin-top:3px}.profile-bio{font-size:13px;line-height:1.5;color:rgba(255,255,255,.9);max-width:92%;margin:11px 0}.interest-row{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.mini-tag{font-size:11px;padding:6px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(10,8,14,.24);color:#fff;backdrop-filter:blur(10px)}.profile-actions{display:grid;grid-template-columns:46px 1fr 1.08fr;gap:8px;margin-top:16px}.action-round,.action-main{min-height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.22);font-weight:780;cursor:pointer}.action-round{background:rgba(255,255,255,.12);color:#fff;font-size:24px;backdrop-filter:blur(10px)}.action-main{background:rgba(255,255,255,.94);color:#211a2a}.action-main.like{background:#fff;color:#5a34b9}.action-main.play{background:rgba(111,67,214,.92);color:#fff;border-color:transparent}.right-rail{display:grid;align-content:start;gap:14px}.rail-card{padding:18px}.rail-card h3{margin:0 0 7px;font-size:17px}.rail-card p{color:var(--muted);font-size:12px;line-height:1.5}.rail-stat{display:flex;align-items:baseline;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line)}.rail-stat b{font-size:22px}.rail-stat span{font-size:11px;color:var(--muted)}
/* lists/live/play */
.segmented{display:flex;padding:4px;background:var(--surface-3);border-radius:13px}.segmented button{border:0;background:transparent;color:var(--muted);padding:8px 11px;border-radius:10px;font-weight:720;cursor:pointer}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.live-hero{padding:22px;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:22px;align-items:center;background:linear-gradient(135deg,var(--surface),var(--brand-soft))}.live-hero h2{font-size:31px;letter-spacing:-.04em;margin:7px 0 10px}.live-hero p{color:var(--muted);line-height:1.55}.intent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.intent-tile{border:1px solid var(--line);background:var(--surface);border-radius:15px;padding:14px;min-height:92px;text-align:left;cursor:pointer}.intent-tile:hover{border-color:var(--brand)}.intent-icon{display:block;font-size:21px;margin-bottom:13px}.card-list{display:grid;gap:10px}.plan-card,.event-card,.session-row{padding:14px;display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:13px;align-items:center}.plan-icon,.event-date{width:50px;height:50px;border-radius:14px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-weight:850}.event-date{line-height:1;text-align:center}.event-date span{font-size:9px}.event-date strong{font-size:20px}.list-title{font-weight:820}.list-meta{font-size:11px;color:var(--muted);margin-top:3px}.list-copy{font-size:12px;color:var(--text-2);margin-top:7px;line-height:1.45}.join-btn{white-space:nowrap}.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.game-card{padding:18px;min-height:170px;display:flex;flex-direction:column}.game-card h3{margin:8px 0 7px}.game-card p{font-size:12px;color:var(--muted);line-height:1.5}.game-card .btn{margin-top:auto;align-self:flex-start}
/* chat */
.chat-layout{height:calc(100dvh - 128px);min-height:520px;display:grid;grid-template-columns:330px minmax(0,1fr);overflow:hidden}.chat-list{border-right:1px solid var(--line);background:var(--surface)}.chat-search{padding:12px;border-bottom:1px solid var(--line)}.searchbox{display:flex;gap:8px;align-items:center;background:var(--surface-3);border-radius:12px;padding:0 10px;color:var(--muted)}.searchbox input{border:0;background:transparent;color:var(--text);padding:11px 0;width:100%;outline:none}.conversation{width:100%;display:flex;align-items:center;gap:10px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:12px;text-align:left;cursor:pointer}.conversation:hover,.conversation.active{background:var(--surface-2)}.chat-pane{display:flex;flex-direction:column;min-width:0;background:var(--surface)}.chat-head{min-height:65px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:10px 13px}.chat-peer{display:flex;gap:10px;align-items:center}.messages{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:8px}.bubble{max-width:min(70%,560px);padding:10px 12px;background:var(--surface-3);border-radius:15px 15px 15px 5px;font-size:13px;line-height:1.45}.bubble.mine{align-self:flex-end;background:var(--brand);color:#fff;border-radius:15px 15px 5px 15px}.bubble-time{font-size:9px;opacity:.65;margin-top:4px}.composer{display:grid;grid-template-columns:46px 1fr 46px;gap:8px;padding:10px;border-top:1px solid var(--line);background:var(--surface)}.composer .textarea{resize:none;min-height:46px;max-height:120px}.lock-panel,.chat-empty{flex:1;display:grid;place-items:center;text-align:center;padding:30px}.lock-symbol{width:64px;height:64px;border-radius:22px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-size:28px;margin:auto}
/* profile/settings */
.profile-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px}.profile-panel{padding:20px}.profile-header{display:flex;gap:14px;align-items:center}.completion{height:7px;background:var(--surface-3);border-radius:999px;overflow:hidden;margin-top:7px}.completion span{display:block;height:100%;background:var(--brand)}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.trust-item{border:1px solid var(--line);border-radius:15px;padding:13px;background:var(--surface-2)}.trust-item-top{display:flex;justify-content:space-between}.trust-item p,.setting-row p{font-size:11px;color:var(--muted);line-height:1.45;margin:5px 0 0}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--muted)}.status-dot.verified{background:var(--green)}.status-dot.pending{background:var(--amber)}.settings-list{display:grid}.setting-row{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}.switch{position:relative;width:44px;height:25px;flex:0 0 auto}.switch input{display:none}.slider{position:absolute;inset:0;background:var(--line-strong);border-radius:999px;transition:.18s}.slider:after{content:"";position:absolute;width:19px;height:19px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:.18s}.switch input:checked+.slider{background:var(--brand)}.switch input:checked+.slider:after{transform:translateX(19px)}
/* modal/onboarding */
.modal-backdrop{position:fixed;z-index:100;inset:0;background:rgba(15,12,20,.42);backdrop-filter:blur(7px);display:grid;place-items:center;padding:16px;animation:fade .16s ease}.modal-card{width:min(760px,100%);max-height:min(90dvh,880px);overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line)}.modal-head h2{margin:0;font-size:18px}.modal-close{width:36px;height:36px;border:0;border-radius:11px;background:var(--surface-3);font-size:24px;color:var(--muted);cursor:pointer}.modal-body{padding:18px}.onboard-wrap{width:min(720px,100%)}.onboard-wrap>h2{font-size:30px;letter-spacing:-.04em;margin:5px 0 0}.onboard-kicker{color:var(--brand);font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.stepper{display:flex;gap:6px;margin:15px 0 22px}.stepper span{height:5px;flex:1;border-radius:999px;background:var(--line)}.stepper span.done{background:var(--brand)}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.choice{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:13px;text-align:center;cursor:pointer;font-size:13px;font-weight:720}.choice.selected{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.onboard-actions{display:flex;justify-content:space-between;gap:8px;margin-top:22px}.welcome-guide{display:grid;gap:15px}.guide-hero{display:flex;align-items:center;gap:14px;padding:16px;border-radius:18px;background:var(--brand-soft)}.guide-mark{width:56px;height:56px;flex:0 0 auto}.guide-hero h3{font-size:24px;margin:4px 0 4px}.guide-hero p{margin:0;color:var(--muted)}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.guide-card{border:1px solid var(--line);border-radius:16px;padding:14px;background:var(--surface-2)}.guide-card>span{width:36px;height:36px;border-radius:12px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.guide-card b{display:block;margin-top:14px}.guide-card p{font-size:11px;color:var(--muted);line-height:1.45;margin:5px 0 0}.control-card{display:flex;gap:12px;align-items:flex-start;padding:15px;border-radius:16px;background:var(--brand-soft);margin-bottom:4px}.control-icon{width:38px;height:38px;border-radius:12px;background:var(--brand);color:#fff;display:grid;place-items:center;flex:0 0 auto}.control-card p{font-size:12px;color:var(--muted);line-height:1.5;margin:4px 0 0}.sheet-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.sheet-action{border:1px solid var(--line);background:var(--surface);border-radius:15px;padding:15px;min-height:102px;text-align:left;cursor:pointer}.sheet-action:hover{border-color:var(--brand);background:var(--surface-2)}.sheet-action .big{font-size:24px}.sheet-action b{display:block;margin-top:13px}.profile-modal-hero{height:320px;border-radius:18px;background:var(--brand-soft);background-size:cover;background-position:center;position:relative;overflow:hidden}.profile-modal-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(15,12,20,.78))}.profile-modal-copy{margin-top:-54px;position:relative;z-index:2;padding:0 12px 8px}.compat-bars{display:grid;gap:9px;margin-top:14px}.compat-line{display:grid;grid-template-columns:100px 1fr 36px;gap:9px;align-items:center;font-size:12px}.bar{height:6px;background:var(--line);border-radius:999px;overflow:hidden}.bar span{display:block;height:100%;background:var(--brand);border-radius:999px}.toast-root{position:fixed;right:18px;bottom:18px;z-index:200;display:grid;gap:8px}.toast{min-width:250px;max-width:350px;padding:12px 14px;border-radius:14px;background:var(--surface);color:var(--text);border:1px solid var(--line);box-shadow:var(--shadow);font-size:13px}.toast.good{border-color:color-mix(in srgb,var(--green) 45%,var(--line))}.toast.bad{border-color:color-mix(in srgb,var(--danger) 45%,var(--line))}.empty{padding:32px;text-align:center;border:1px dashed var(--line-strong);border-radius:18px;color:var(--muted)}.empty .big{font-size:28px;margin-bottom:8px}
@keyframes fade{from{opacity:0}to{opacity:1}}
/* responsive */
@media(max-width:1100px){.profile-grid{grid-template-columns:1fr}.discover-layout{grid-template-columns:minmax(0,1fr) 250px}.game-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){
 html,body,#root{background:var(--bg)!important}.auth-page{display:block;min-height:100dvh;background:var(--bg)}.auth-visual{display:none}.auth-side{min-height:100dvh;padding:calc(22px + env(safe-area-inset-top,0px)) 20px calc(24px + var(--safe-bottom));background:var(--bg);align-items:start}.auth-card{width:100%;max-width:520px;margin:0 auto;background:transparent}.auth-mobile-brand{margin:4px 0 42px}.app-shell{display:block;min-height:100dvh;background:var(--bg)}.sidebar{display:none}.topbar{height:64px;padding:env(safe-area-inset-top,0px) 14px 0;box-sizing:content-box;background:color-mix(in srgb,var(--bg) 92%,transparent)}.page{padding:16px 12px calc(88px + var(--safe-bottom));min-height:calc(100dvh - 64px);background:var(--bg)}.page-title h1{font-size:20px}.page-title p{display:none}.top-actions .btn:not(.icon){display:none}.mobile-nav{position:fixed;z-index:50;left:0;right:0;bottom:0;min-height:68px;padding:6px 6px var(--safe-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(24px);border-top:1px solid var(--line)}.mobile-nav button{border:0;background:transparent;color:var(--muted);font-size:10px;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:12px;min-width:0}.mobile-nav button.active{color:var(--brand)}.mobile-nav .nav-icon{height:22px;display:grid;place-items:center}.mobile-nav .ui-icon{width:20px;height:20px}.create-fab{display:none}.discover-layout{display:block}.right-rail{display:none}.profile-grid{grid-template-columns:1fr}.profile-card{min-height:clamp(500px,72dvh,650px);border-radius:23px}.live-hero{grid-template-columns:1fr}.intent-grid{grid-template-columns:repeat(2,1fr)}.game-grid{grid-template-columns:1fr}.profile-layout{grid-template-columns:1fr}.chat-layout{height:calc(100dvh - 150px - var(--safe-bottom));grid-template-columns:1fr}.chat-list{border-right:0}.chat-pane{display:none}.chat-layout.open .chat-list{display:none}.chat-layout.open .chat-pane{display:flex}.sheet-actions{grid-template-columns:repeat(2,1fr)}.split-fields{grid-template-columns:1fr}.choice-grid{grid-template-columns:repeat(2,1fr)}.toast-root{left:12px;right:12px;bottom:calc(82px + var(--safe-bottom))}.toast{min-width:0;max-width:none}
}
@media(max-width:520px){.auth-side{padding-left:16px;padding-right:16px}.auth-card h2{font-size:29px}.social-row{grid-template-columns:1fr}.profile-content{padding:17px}.profile-name h3{font-size:27px}.profile-actions{grid-template-columns:44px 1fr 1fr}.page{padding-left:10px;padding-right:10px}.surface{border-radius:18px}.plan-card,.event-card{grid-template-columns:48px minmax(0,1fr)}.plan-card .join-btn,.event-card .join-btn{grid-column:1/-1;width:100%}.trust-grid{grid-template-columns:1fr}.modal-backdrop{padding:7px;place-items:end center}.modal-card{width:100%;max-height:92dvh;border-radius:24px 24px 14px 14px}.modal-body{padding:16px}.profile-modal-hero{height:270px}.guide-grid{grid-template-columns:1fr}.guide-hero{align-items:flex-start}.guide-mark{width:48px;height:48px}.onboard-wrap>h2{font-size:27px}.sheet-actions{grid-template-columns:1fr 1fr}}

/* v0.5 people-first mobile polish */
:root{--mobile-bar:rgba(255,255,255,.92);--glass:rgba(255,255,255,.78);--card-shadow:0 18px 54px rgba(31,24,52,.12)}
@media(prefers-color-scheme:dark){:root{--mobile-bar:rgba(18,18,24,.93);--glass:rgba(28,28,36,.84);--card-shadow:0 22px 60px rgba(0,0,0,.36)}}
.mobile-brand{display:none;align-items:center;gap:8px;font-weight:900;letter-spacing:.08em}.mobile-brand .butterfly-mark{width:28px;height:28px}
.discover-mobile-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.discover-mobile-head h2{margin:3px 0 0;font-size:28px;letter-spacing:-.04em}.discover-tools{display:flex;gap:8px}.tool-btn{height:42px;border:1px solid var(--line);background:var(--surface);border-radius:13px;padding:0 12px;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;box-shadow:var(--shadow-sm);cursor:pointer;position:relative}.tool-btn.active{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));color:var(--brand);background:var(--brand-soft)}.tool-btn b{position:absolute;right:-5px;top:-5px;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:10px}.distance-note{padding:11px 13px;border:1px solid color-mix(in srgb,var(--brand) 25%,var(--line));background:var(--brand-soft);border-radius:14px;color:var(--text-2);font-size:12px;margin:0 0 10px}.filter-chips{display:flex;gap:7px;overflow:auto;margin-bottom:12px;scrollbar-width:none}.filter-chips::-webkit-scrollbar{display:none}
.profile-card{position:relative;min-height:630px;border:0;overflow:hidden;border-radius:28px;background:#111;box-shadow:var(--card-shadow);isolation:isolate}.profile-card .photo-bg{position:absolute;inset:0;background-size:cover;background-position:center}.card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 30%,rgba(0,0,0,.22) 50%,rgba(6,6,10,.92) 100%);z-index:1}.profile-top-badges{position:absolute;z-index:2;top:14px;left:14px;right:14px;display:flex;justify-content:space-between;gap:8px}.distance-pill,.online-pill{height:31px;padding:0 10px;border-radius:999px;background:rgba(13,13,18,.62);backdrop-filter:blur(16px);color:#fff;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;border:1px solid rgba(255,255,255,.16)}.online-pill i{width:7px;height:7px;border-radius:50%;background:#4dd88a}.profile-content{position:absolute;left:0;right:0;bottom:0;z-index:2;color:#fff;padding:24px 20px 18px}.profile-name{display:flex;align-items:center;gap:8px}.profile-name h3,.profile-name h2{margin:0;font-size:31px;letter-spacing:-.045em}.verify-check{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#815cff,#d85da9);color:#fff;font-size:12px;font-weight:900;box-shadow:0 6px 16px rgba(122,83,255,.35)}.profile-meta{font-size:13px;color:rgba(255,255,255,.84);margin-top:5px}.profile-bio{font-size:14px;line-height:1.48;color:#fff;margin:10px 0 12px;max-width:640px}.interest-row{display:flex;gap:7px;flex-wrap:wrap}.mini-tag{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.17);color:#fff;font-size:11px;backdrop-filter:blur(10px)}.profile-actions{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:20px}.action-round{width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(10,10,15,.45);color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(12px);transition:.18s}.action-round:hover{transform:translateY(-2px)}.action-round.play{width:58px;height:58px;color:#c6b4ff}.action-round.like{width:64px;height:64px;border:0;background:linear-gradient(135deg,#7f62ff,#ed65b4);box-shadow:0 14px 28px rgba(213,87,174,.34)}.action-round.like .ui-icon{width:25px;height:25px}.action-round.pass{font-size:31px;font-weight:300}.right-rail .btn{width:100%}
.profile-modal-hero{height:min(52dvh,520px);border-radius:20px;background-position:center;background-size:cover}.profile-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:8px}.gallery-thumb{border:2px solid transparent;border-radius:12px;overflow:hidden;padding:0;background:transparent;aspect-ratio:1;cursor:pointer}.gallery-thumb.active{border-color:var(--brand)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.profile-modal-copy{margin-top:12px;padding:0 2px}.profile-modal-copy .profile-name h2{color:var(--text)}.profile-modal-copy .profile-meta{color:var(--muted)}.profile-modal-copy .mini-tag{background:var(--surface-3);border-color:var(--line);color:var(--text-2)}.match-reason{margin-top:16px;padding:14px;border-radius:16px;background:var(--brand-soft);display:grid;gap:4px}.match-reason b{color:var(--brand)}.match-reason span{font-size:12px;color:var(--muted)}.profile-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
.modal-options{display:grid;gap:7px}.option-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px;border:1px solid var(--line);background:var(--surface);border-radius:15px;text-align:left;cursor:pointer}.option-row span{display:grid;gap:4px}.option-row small{color:var(--muted)}.option-row i{font-style:normal;color:var(--brand);font-weight:900}.option-row.selected{border-color:var(--brand);background:var(--brand-soft)}.filter-modal{display:grid;gap:20px}.choice-row{display:flex;gap:7px;flex-wrap:wrap}.choice-row .choice{padding:10px 12px}.range-block{display:grid;gap:11px}.range-block>div{display:flex;justify-content:space-between;align-items:center}.range-block span{font-size:12px;color:var(--muted)}.range-block input[type=range],.range-pair input[type=range]{width:100%;accent-color:var(--brand)}.range-pair{display:grid!important;grid-template-columns:1fr 1fr;gap:12px}.filter-toggle{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--line);gap:12px}.filter-toggle span{display:grid;gap:3px}.filter-toggle small{color:var(--muted);font-size:11px}.filter-toggle input{width:21px;height:21px;accent-color:var(--brand)}.filter-footer{display:grid;grid-template-columns:1fr 1.6fr;gap:9px;position:sticky;bottom:0;background:var(--surface);padding-top:8px}.social-hub{display:grid;gap:16px}.social-intro h3{font-size:25px;letter-spacing:-.04em;margin:5px 0}.social-intro p{margin:0;color:var(--muted);line-height:1.5}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.social-tile{border:1px solid var(--line);background:var(--surface-2);border-radius:17px;min-height:100px;padding:14px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;cursor:pointer}.social-tile span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand)}.social-tile b{font-size:13px}.full{width:100%}.quick-plan{text-align:center;display:grid;gap:16px}.quick-plan-icon{width:72px;height:72px;border-radius:22px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin:auto}.quick-plan-icon .ui-icon{width:31px;height:31px}.quick-plan h3{font-size:28px;margin:0}.quick-plan p{margin:-7px 0 0}.quick-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.more-details{margin:auto}
.niq-row{background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 12%,var(--surface)),color-mix(in srgb,var(--accent) 7%,var(--surface)));border-bottom:1px solid var(--line)}.niq-avatar{width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,#6c55ff,#e965b6);display:grid;place-items:center;color:#fff;flex:0 0 auto;box-shadow:0 8px 22px rgba(111,79,255,.22)}.niq-avatar .butterfly-mark{width:28px;height:28px;color:#fff}.ai-label{font-size:9px;padding:3px 5px;border-radius:6px;background:var(--brand-soft);color:var(--brand);vertical-align:2px}.unread-dot{width:8px;height:8px;border-radius:50%;background:var(--brand)}.conversation-time{font-size:10px;color:var(--muted)}.niq-prompts{display:flex;gap:7px;flex-wrap:wrap;margin:6px 0 12px}.niq-prompts button{border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:9px 11px;color:var(--text-2);cursor:pointer}.niq-bubble{max-width:520px}.provider-note{font-size:11px;color:var(--muted);padding:11px 12px;border:1px dashed var(--line);border-radius:12px;max-width:540px}.mobile-back{display:none!important}
@media(max-width:900px){
 body{padding:0!important}.app-shell{background:var(--bg);min-height:100dvh}.topbar{height:58px;padding:env(safe-area-inset-top,0px) 14px 0;background:var(--mobile-bar);border-bottom:1px solid var(--line)}.mobile-brand{display:flex}.topbar .page-title{display:none}.top-actions .avatar{display:none}.page{padding:12px 10px calc(86px + var(--safe-bottom));}.mobile-nav{min-height:66px;background:var(--mobile-bar);grid-template-columns:repeat(5,1fr);padding:5px 5px calc(5px + var(--safe-bottom));box-shadow:0 -8px 30px rgba(20,15,35,.08)}.mobile-nav button{gap:2px;font-size:9.5px}.mobile-nav .social-main{overflow:visible}.social-orb{width:42px;height:42px;margin-top:-20px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#7a5cff,#dc5caf);color:#fff;box-shadow:0 10px 26px rgba(121,83,255,.32);border:3px solid var(--surface)}.social-orb .ui-icon{width:21px;height:21px}.discover-mobile-head{margin:3px 2px 10px}.discover-mobile-head h2{font-size:25px}.tool-btn{width:42px;padding:0;justify-content:center}.tool-btn span{display:none}.profile-grid{display:block}.profile-card{min-height:calc(100dvh - 154px);max-height:760px;border-radius:24px;margin-bottom:13px}.profile-content{padding:22px 17px 17px}.profile-name h3{font-size:29px}.profile-bio{font-size:13px;max-width:94%}.right-rail{display:none}.modal-backdrop{padding:0;align-items:end}.modal-card{border-radius:26px 26px 0 0;max-height:91dvh;border-bottom:0;padding-bottom:var(--safe-bottom)}.modal-head{padding:15px 17px}.profile-modal-hero{height:46dvh;border-radius:17px}.chat-layout{height:calc(100dvh - 136px - var(--safe-bottom));border-radius:20px;overflow:hidden}.conversation{padding:12px}.niq-row{margin:5px 7px 7px;border:1px solid var(--line);border-radius:16px}.mobile-back{display:grid!important}.social-grid{grid-template-columns:repeat(3,1fr)}.quick-options{grid-template-columns:1fr 1fr 1fr}.filter-footer{padding-bottom:4px}.toast-root{bottom:calc(78px + var(--safe-bottom))}
}
@media(max-width:520px){.social-grid{grid-template-columns:repeat(3,1fr)}.social-tile{min-height:92px;padding:12px}.profile-card{min-height:calc(100dvh - 148px)}.profile-actions{gap:12px}.action-round{width:50px;height:50px}.action-round.play{width:54px;height:54px}.action-round.like{width:60px;height:60px}.distance-pill,.online-pill{font-size:10px;padding:0 9px}.profile-modal-hero{height:43dvh}.profile-cta-row{grid-template-columns:1fr}.choice-row{display:grid;grid-template-columns:repeat(2,1fr)}.choice-row .choice:first-child{grid-column:1/-1}.quick-options{grid-template-columns:1fr 1fr}.quick-options .choice:last-child{grid-column:1/-1}}
