:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#161826;--surface:#232532;--surface-soft:#1d1f2c;--text:#e9e9ed;--muted:#9397ab;--divider:#e9e9ed29;--accent:#9184d9;--accent-soft:#d2cefd;--accent-dark:#423a6a;--radius-sm:4px;--radius-md:8px;--radius-lg:14px}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit}a{color:inherit}h1,h2,h3,h4,h5,h6,strong,button{font-weight:500}h1{letter-spacing:-.035em}h2,h3{letter-spacing:-.015em}.site-header{z-index:50;border-bottom:1px solid var(--divider);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#161826f0;position:sticky;top:0}.site-nav{align-items:center;gap:22px;width:min(1200px,100%);min-height:58px;margin:auto;padding:0 24px;display:flex;position:relative}.brand{white-space:nowrap;align-items:center;gap:9px;font-weight:600;text-decoration:none;display:flex}.brand-mark{border:1px solid var(--accent);width:30px;height:30px;color:var(--accent);letter-spacing:.08em;border-radius:8px;place-items:center;font-size:11px;display:grid}.nav-links{align-items:center;gap:4px;margin-left:auto;display:flex}.nav-links a{border-radius:var(--radius-md);color:#b2b6ca;padding:7px 10px;font-size:13px;text-decoration:none}.nav-links a:hover{background:var(--surface);color:var(--text)}.mobile-nav-toggle{border:1px solid var(--divider);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;width:36px;height:34px;padding:7px;display:none}.mobile-nav-toggle span{background:var(--text);border-radius:2px;height:2px;margin:3px 0;display:block}.account-menu{margin-left:8px;position:relative}.account-trigger{border:1px solid var(--divider);background:var(--surface);color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:4px 9px;display:flex}.account-trigger img,.account-trigger>span{object-fit:cover;background:var(--accent-dark);border-radius:50%;place-items:center;width:26px;height:26px;font-size:10px;display:grid}.account-popover{border:1px solid var(--divider);background:var(--surface);border-radius:10px;gap:7px;width:260px;padding:14px;display:grid;position:absolute;top:42px;right:0;box-shadow:0 16px 40px #0008}.account-popover p{margin:0;display:grid}.account-popover small{color:var(--muted)}.account-popover a,.account-popover button{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px;text-decoration:none}.account-popover a:hover,.account-popover button:hover{background:var(--surface-soft)}.provider-badges{gap:5px;display:flex}.provider-badges span{border:1px solid var(--accent-dark);color:var(--accent-soft);border-radius:99px;padding:2px 7px;font-size:11px}.auth-notice,.demo-notice{margin-bottom:18px}.demo-notice{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.demo-notice span{color:var(--muted)}.demo-notice .btn{margin-left:auto}.catalog-picker{position:relative}.catalog-results{grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:6px;margin-top:6px;display:grid}.catalog-option{border:1px solid var(--divider);background:var(--surface-soft);min-height:54px;color:var(--text);text-align:left;cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:5px;display:flex}.catalog-option img{object-fit:cover;border-radius:4px;width:32px;height:44px}.selected-games{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.selected-game{border:1px solid var(--divider);background:var(--surface-soft);border-radius:7px;align-items:center;gap:6px;padding:3px 7px 3px 3px;display:inline-flex}.selected-game img{object-fit:cover;border-radius:3px;width:24px;height:32px}.selected-game button{color:var(--muted);cursor:pointer;background:0 0;border:0}.login-panel{border:1px solid var(--divider);background:var(--surface);border-radius:14px;padding:20px}.provider-choice{grid-template-columns:1fr 1fr;gap:12px;display:grid}.provider-card{border:1px solid var(--divider);background:var(--surface-soft);min-height:150px;color:var(--text);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;padding:18px;display:flex}.provider-card.active{border-color:var(--accent);box-shadow:0 0 0 2px #9184d933}.provider-card.twitch .provider-icon{color:#a970ff}.provider-card.youtube .provider-icon{color:#ff5c5c}.provider-icon{font-size:34px}.provider-card small{color:var(--muted)}.login-submit{width:100%;margin-top:16px}.multi-options{border:1px solid var(--divider);border-radius:8px;flex-wrap:wrap;gap:8px;margin:12px 0;padding:12px;display:flex}.multi-options label{align-items:center;gap:5px;display:flex}.game-swipe{grid-template-columns:180px 1fr;align-items:center;gap:22px;margin:18px 0;display:grid}.game-swipe>img{object-fit:cover;border-radius:10px;width:180px;height:255px}.tag-grid{flex-wrap:wrap;gap:7px;display:flex}.tag-grid button{cursor:pointer}.match-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.rating-widget{border:1px solid var(--divider);background:var(--surface-soft);border-radius:8px;gap:5px;padding:12px;display:grid}.rating-widget>span{font-size:12px;font-weight:700}.rating-widget small{min-height:16px;color:var(--muted)}.rating-stars{gap:2px;display:flex}.rating-stars button{color:#55596a;cursor:pointer;background:0 0;border:0;padding:0 2px;font-size:28px;line-height:1;transition:color .12s,transform .12s}.rating-stars button.selected{color:#e0bd63}.rating-stars button:hover,.rating-stars button:focus-visible{outline:none;transform:scale(1.12)}.structured-rating summary{cursor:pointer;font-weight:700}.structured-rating[open] summary{margin-bottom:8px}.rating-criteria{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.rating-recommendation{border:1px solid var(--divider);border-radius:8px;gap:14px;margin:8px 0;padding:10px;display:flex}.rating-recommendation legend{padding:0 4px;font-weight:700}.rating-recommendation label{align-items:center;gap:5px;display:flex}.presence-pill{border:1px solid var(--divider);border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;display:inline-flex}.presence-pill:before{content:"";border-radius:50%;width:6px;height:6px}.presence-pill.online{color:#86efac;background:#163728}.presence-pill.online:before{background:#34d399}.presence-pill.offline{color:#b2b6ca;background:#292b31}.presence-pill.offline:before{background:#75798c}.tag-grid .chip-accent{border-color:var(--accent)!important;color:var(--accent-soft)!important;background:#9184d940!important}.invite-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.reference-code{border:1px dashed var(--accent-dark);color:var(--accent-soft);border-radius:6px;padding:8px}.provider-pill{border:1px solid var(--accent-dark);color:var(--accent-soft);border-radius:999px;margin-left:6px;padding:2px 6px;font-size:10px;font-style:normal;font-weight:400}.profile-section{margin-top:12px}.completion-panel>div:first-child{justify-content:space-between;display:flex}.completion-track{background:var(--surface-soft);border-radius:999px;height:8px;margin-top:8px;overflow:hidden}.completion-track span{background:var(--accent);height:100%;display:block}.completion-panel p{color:var(--muted);margin-bottom:0;font-size:12px}.provider-row,.contact-row{border-bottom:1px solid var(--divider);justify-content:space-between;align-items:center;gap:10px;padding:8px 0;display:flex}.account-compact{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.account-compact span{background:var(--surface-soft);border-radius:8px;padding:10px;display:grid}.account-compact small{color:var(--muted)}.contact-form{grid-template-columns:140px 1fr auto;gap:8px;margin:12px 0;display:grid}.contact-row span{color:var(--muted);flex:1}.contact-row button{color:#ef9bab;cursor:pointer;background:0 0;border:0}.briefing-panel{border:1px solid var(--divider);border-radius:var(--radius-md);background:var(--surface-soft);margin:16px 0;padding:12px}.briefing-panel summary{cursor:pointer;font-weight:700}.briefing-panel[open] summary{margin-bottom:12px}.field-hint,.briefing-panel small{color:var(--muted)}.safety-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:16px 0;display:grid}.safety-explanation p{margin-bottom:8px}.report-row{border-top:1px solid var(--divider);padding:14px 0}.report-row>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.report-row p{margin:8px 0}.report-row time{color:var(--muted);font-size:12px}.cooperation-card{align-self:start}.availability-compare,.schedule-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.availability-compare{margin-bottom:12px}.availability-compare>div,.confirmed-schedule,.schedule-proposal{border:1px solid var(--divider);background:var(--surface);border-radius:8px;gap:4px;padding:10px;display:grid}.availability-compare span,.schedule-proposal span,.confirmed-schedule>span{color:var(--muted);font-size:12px}.confirmed-schedule{border-color:var(--accent-dark);margin-bottom:12px}.confirmed-schedule .compact-button{width:max-content;margin-top:6px}.schedule-proposal{margin:8px 0}.schedule-proposal .hero-actions{margin-top:6px}.schedule-note{grid-column:1/-1}.scheduling-panel>.secondary-button{margin-top:10px}@media (max-width:620px){.availability-compare,.schedule-form,.rating-criteria{grid-template-columns:1fr}.schedule-note{grid-column:auto}}.pagination-actions{justify-content:center;margin:20px 0;display:flex}.timezone-picker{position:relative}.timezone-results{z-index:20;border:1px solid var(--divider);background:var(--surface);border-radius:8px;max-height:260px;display:grid;position:absolute;top:66px;left:0;right:0;overflow:auto;box-shadow:0 12px 30px #0008}.timezone-results button{border:0;border-bottom:1px solid var(--divider);color:var(--text);text-align:left;cursor:pointer;background:0 0;padding:8px 10px}.timezone-results button:hover{background:var(--surface-soft)}.selected-preference{border-color:var(--accent-dark)!important;background:#9184d93d!important}.selected-games .chip{gap:6px;border-color:var(--accent-dark)!important;background:#9184d92e!important;padding:5px 9px!important}.selected-games .chip button{opacity:.55;color:var(--text);cursor:pointer;background:0 0;border:0;font-size:13px;line-height:1}.selected-games .chip button:hover{opacity:1}.form-error{color:#fda4af}.contact-row a{color:var(--accent-soft);flex:1;text-decoration:none}.time-range{grid-template-columns:1fr 1fr;gap:10px;display:grid}.account-popover-row{align-items:center;gap:6px;width:max-content;min-width:460px;display:flex}.account-popover-row p{align-items:center;gap:5px;margin-right:10px;display:flex}.account-popover-row p small{margin-left:3px}.account-popover-row a,.account-popover-row button{white-space:nowrap}.settings-save{margin-top:12px}.settings-feedback{margin-top:12px;margin-bottom:0}.settings-feedback-sticky{z-index:45;border:1px solid var(--divider);background:var(--surface);border-radius:999px;width:max-content;max-width:100%;margin:-4px 0 12px auto;padding:7px 12px;position:sticky;top:70px;box-shadow:0 8px 24px #0004}.field-with-action{align-items:center;gap:8px;display:flex}.field-with-action input{flex:1}.compact-button{flex:none;padding:8px 12px}.rejected-categories{padding-top:0}.rejected-categories summary{cursor:pointer;font-weight:700}.rejected-categories details[open] summary{margin-bottom:12px}.own-profile-action{justify-content:flex-end;width:min(1000px,100%);margin:0 auto -28px;padding:24px 24px 0;display:flex}.saved-interests{margin:12px 0}.saved-interests h2{margin-top:0;font-size:16px}.unified-game-preferences{margin-bottom:12px}.unified-game-preferences h2{margin-top:0}.game-cover-placeholder{background:var(--accent-dark);width:28px;height:36px;color:var(--accent-soft);border-radius:4px;place-items:center;font-size:9px;font-weight:800;display:grid}.locale-switcher{border:1px solid var(--divider);background:var(--surface);width:auto;min-width:58px;color:var(--text);border-radius:7px;padding:7px 8px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.dashboard-card{color:var(--text);text-decoration:none;transition:transform .15s,border-color .15s;display:block;position:relative}.dashboard-card:hover{border-color:var(--accent);transform:translateY(-2px)}.dashboard-card h2{margin-top:0}.dashboard-card p{color:var(--muted)}.dashboard-card>span{color:var(--accent-soft);font-size:22px;position:absolute;bottom:14px;right:16px}.lfg-owner{color:var(--muted);margin-top:6px;font-size:13px}.lfg-owner a{color:var(--accent-soft);font-weight:700;text-decoration:none}.contact-policy-notice{border-left:3px solid var(--accent);color:var(--muted);background:#9184d91a;border-radius:0 6px 6px 0;margin:12px 0 0;padding:9px 11px;font-size:12px}.lfg-create-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.lfg-create-actions .status{margin:0}.lfg-create-form{border-color:var(--accent-dark)}.own-lfg-request{border-color:var(--accent);background:linear-gradient(135deg,#9184d921,var(--surface) 42%)}.lfg-card-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.lfg-card-heading h3{margin-bottom:0}.own-request-badge{border:1px solid var(--accent);color:var(--accent-soft);background:#9184d938;border-radius:999px;flex:none;padding:4px 9px;font-size:11px;font-weight:700}.lfg-filter-tabs{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.lfg-filter-tabs button{border:1px solid var(--divider);border-radius:var(--radius-md);min-height:34px;color:var(--muted);cursor:pointer;background:0 0;padding:6px 12px;font-size:13px;transition:border-color .15s,background .15s,color .15s}.lfg-filter-tabs button:hover{border-color:var(--accent-dark);color:var(--text)}.lfg-filter-tabs button.active{border-color:var(--accent);color:var(--accent-soft);background:#9184d929}.lfg-filter-tabs button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.lfg-game-list{flex-wrap:wrap;gap:8px;display:flex}.lfg-game{border:1px solid var(--divider);border-radius:var(--radius-md);background:var(--surface-soft);align-items:center;gap:8px;padding:4px 10px 4px 4px;display:inline-flex}.lfg-game img,.lfg-game .game-cover-placeholder{object-fit:cover;border-radius:4px;width:30px;height:40px}.lfg-game>span:last-child{display:grid}.lfg-game strong{font-size:12px}.lfg-game small{color:var(--muted);font-size:10px}.game-platform-options{margin:0}.creator-hero{align-items:center;gap:18px;margin-bottom:18px;display:flex}.creator-hero>img{object-fit:cover;border-radius:50%;width:96px;height:96px}.creator-hero h1{margin:0}.profile-public-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.schedule-item{border-bottom:1px solid var(--divider);gap:2px;padding:8px 0;display:grid}.schedule-item time,.schedule-item span{color:var(--muted);font-size:12px}.reputation-criteria{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:12px 0;display:grid}.reputation-criteria>div{border:1px solid var(--divider);background:var(--surface-soft);border-radius:8px;justify-content:space-between;gap:8px;padding:8px;display:flex}.reputation-criteria span,.reputation-panel small{color:var(--muted);font-size:12px}.compatibility-settings{gap:14px;display:grid}.compatibility-settings fieldset{border:1px solid var(--divider);border-radius:8px;margin:0;padding:14px}.compatibility-settings legend{padding:0 6px;font-weight:700}.compatibility-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:10px;display:grid}.compatibility-wide{grid-column:1/-1}.compatibility-public dl{gap:0;margin:0;display:grid}.compatibility-public dl>div{border-bottom:1px solid var(--divider);grid-template-columns:minmax(120px,.8fr) 1fr;gap:12px;padding:9px 0;display:grid}.compatibility-public dl>div:last-child{border-bottom:0}.compatibility-public dt{color:var(--muted)}.compatibility-public dd{white-space:pre-wrap;margin:0;font-weight:600}@media (max-width:620px){.profile-public-grid,.compatibility-fields{grid-template-columns:1fr}.compatibility-wide{grid-column:auto}}.application-feedback{border-left:3px solid var(--accent);color:var(--accent-soft);background:#9184d91f;margin:10px 0 0;padding:9px}.discover-invite-form{border-top:1px solid var(--divider);gap:10px;margin-top:14px;padding-top:12px;display:grid}.page-shell{width:min(1200px,100%);margin:0 auto;padding:40px 24px 56px}.page-heading{margin-bottom:18px}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:12px}.page-title{margin:0;font-size:clamp(28px,4vw,38px);line-height:1.12}.page-copy{max-width:60ch;color:var(--muted);margin:6px 0 0;line-height:1.6}.panel,.page-shell article,.page-shell>section:not(.hero){border:1px solid var(--divider)!important;border-radius:var(--radius-md)!important;background:var(--surface)!important;padding:16px!important;box-shadow:0 2px 8px #0000001f!important}.btn,.primary-button,.secondary-button,.danger-button{border-radius:var(--radius-md);min-height:34px;color:var(--text);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:6px;padding:7px 12px;font-size:13px;text-decoration:none;display:inline-flex}.btn-primary,.primary-button{border-color:var(--accent);color:var(--accent)!important;background:0 0!important}.btn-primary:hover,.primary-button:hover{background:#9184d91a!important}.btn-secondary,.secondary-button{border-color:var(--divider);color:var(--text)!important;background:0 0!important}.danger-button{border-color:#9f4357;color:#ef9bab!important;background:0 0!important}button:disabled{cursor:wait;opacity:.55}.page-shell input:not([type=checkbox]),.page-shell select,.page-shell textarea,.surface-input{outline:none;width:100%;min-height:36px;border:1px solid var(--divider)!important;border-radius:var(--radius-md)!important;background:var(--surface)!important;color:var(--text)!important;padding:6px 10px!important}.page-shell input:focus,.page-shell select:focus,.page-shell textarea:focus{box-shadow:0 0 0 2px #9184d926;border-color:var(--accent)!important}.chip,.page-shell article span[style*="borderRadius: '999px'"]{border:1px solid var(--divider);color:#cfd3e5;font-size:11px;display:inline-flex;background:0 0!important;border-radius:6px!important;padding:3px 10px!important}.chip-accent,.status{border-color:var(--accent-dark);color:var(--accent-soft)}.durable-notice{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#020617c7;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.confirmation-dialog{width:min(620px,100%);box-shadow:0 24px 80px #0000008c}.confirmation-dialog h2{margin-top:.25rem}.consequence-list{color:var(--text-muted);gap:.65rem;padding-left:1.25rem;display:grid}.blocked-profile-state{text-align:center;padding:clamp(1.5rem,5vw,3rem)}.blocked-profile-state .hero-actions{justify-content:center}.blocked-profile-avatar{object-fit:cover;filter:grayscale(.4);opacity:.82;border-radius:50%;width:76px;height:76px}.blocked-account{border-top:1px solid var(--border);padding:1rem 0}.blocked-account:first-of-type{border-top:0;padding-top:0}.blocked-account-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.blocked-account-heading>div{align-items:center;gap:.75rem;display:flex}.blocked-account-heading img{object-fit:cover;border-radius:50%;width:42px;height:42px}.blocked-account-heading span{gap:.15rem;display:grid}.blocked-account-heading small,.archive-list span{color:var(--text-muted)}.archive-list{gap:.65rem;margin-top:1rem;display:grid}.archive-list article{border:1px solid var(--border);background:#0f172a59;border-radius:12px;gap:.2rem;padding:.75rem;display:grid}.archived-item{opacity:.92;border-style:dashed}.hero-page{width:min(1200px,100%);margin:auto;padding:56px 24px 72px}.hero{grid-template-columns:1.15fr .85fr;align-items:center;gap:52px;min-height:480px;display:grid}.hero-copy h1{max-width:720px;margin:0;font-size:clamp(42px,7vw,72px);line-height:.98}.hero-copy>p{color:#b2b6ca;max-width:58ch;margin:20px 0;font-size:16px}.hero-actions{flex-wrap:wrap;gap:8px;display:flex}.hero-visual{border-radius:var(--radius-lg);background:linear-gradient(135deg,#262a60,#353b80);place-items:center;min-height:320px;display:grid;box-shadow:0 12px 36px #00000038}.hero-logo{border:8px solid var(--accent);width:190px;height:190px;color:var(--accent);border-radius:40px;place-items:center;font-size:72px;font-weight:600;display:grid}.feature-grid{border-top:1px solid var(--divider);grid-template-columns:repeat(3,1fr);gap:12px;padding-top:24px;display:grid}.feature-card{border-radius:var(--radius-md);background:var(--surface);padding:16px}.feature-card span{color:var(--accent);font-size:12px}.feature-card h2{margin:8px 0 4px;font-size:16px}.feature-card p{color:var(--muted);margin:0;font-size:13px}@media (max-width:820px){.site-nav{gap:10px;padding:0 16px}.mobile-nav-toggle{margin-left:auto;display:block}.nav-links{z-index:60;border:1px solid var(--divider);border-radius:var(--radius-md);background:var(--surface);margin:0;padding:8px;display:none;position:absolute;top:58px;left:16px;right:16px;box-shadow:0 16px 40px #0008}.nav-links.mobile-open{display:grid}.nav-links a{padding:10px 12px}.account-menu,.site-nav>.btn{margin-left:0}.hero{grid-template-columns:1fr;gap:28px}.hero-visual{min-height:260px}.feature-grid{grid-template-columns:1fr}}@media (max-width:560px){.brand>span:last-child,.account-trigger strong{display:none}.page-shell,.hero-page{padding:28px 16px 44px}.own-profile-action{margin-bottom:-18px;padding:18px 16px 0}.hero-copy h1{font-size:40px}}
