:root{--bg:#0b0e16;--bg-gradient-top:#161b2b;--header-card:#1b2030;--surface:#141824;--surface-2:#1c2130;--border:#2a3042;--border-strong:#3a4256;--accent:#f5a623;--accent-strong:#ff9a00;--accent-soft:#f5a62329;--text:#fff;--text-muted:#9aa2b1;--text-dim:#6b7280;--radius-sm:10px;--radius-md:14px;--radius-lg:22px;--radius-xl:28px;--shadow-lg:0 30px 80px #0000008c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Plus Jakarta Sans,Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{background:radial-gradient(120% 90% at 50% -10%, var(--bg-gradient-top) 0%, var(--bg) 55%) no-repeat;background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}::placeholder{color:var(--text-dim)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:999px}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-shell{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:1040px;box-shadow:var(--shadow-lg);grid-template-columns:1fr 1fr;gap:0;min-height:640px;display:grid;overflow:hidden}.auth-form-panel{background:var(--bg);flex-direction:column;display:flex}.auth-form-header{background:linear-gradient(180deg, var(--header-card) 0%, #1b203000 100%);border-bottom:1px solid #2a304280;padding:36px 44px 28px}.auth-form-toprow{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.auth-back-btn{background:var(--surface-2);width:38px;height:38px;color:var(--text);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.auth-back-btn:hover{background:var(--border-strong)}.auth-step{color:var(--text-muted);font-size:15px;font-weight:600}.auth-title{letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:30px;font-weight:800}.auth-subtitle{color:var(--text-muted);margin:8px 0 0;font-size:15px}.auth-form-body{flex-direction:column;flex:1;padding:28px 44px 36px;display:flex}.auth-image-panel{background:#0a0c12;position:relative}.auth-image-panel img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.auth-image-overlay{background:linear-gradient(#0b0e1626 0%,#0b0e16a6 100%);position:absolute;inset:0}.auth-image-caption{color:#fff;position:absolute;bottom:40px;left:32px;right:32px}.auth-image-caption h3{margin:0 0 6px;font-size:22px;font-weight:800}.auth-image-caption p{color:#fffc;margin:0;font-size:14px}.auth-dots{gap:8px;margin-top:18px;display:flex}.auth-dots span{background:#fff6;border-radius:999px;width:8px;height:8px}.auth-dots span.active{background:var(--accent);width:22px}@media (width<=860px){.auth-shell{min-height:unset;grid-template-columns:1fr;max-width:460px}.auth-image-panel{display:none}.auth-form-header{padding:28px 24px 22px}.auth-form-body{padding:22px 24px 30px}}.field{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.field-label{color:var(--text);font-size:14px;font-weight:600}.field-optional{color:var(--text-dim);font-weight:400}.input{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;height:52px;color:var(--text);outline:none;padding:0 16px;font-size:15px;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}select.input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%239aa2b1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:44px}select.input:invalid{color:var(--text-dim)}.phone-input{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:12px;height:52px;padding:6px;transition:border-color .15s,box-shadow .15s;display:flex}.phone-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.phone-prefix{background:linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);color:#1a1205;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;min-width:88px;height:100%;padding:0 10px;font-weight:700;display:inline-flex}.country-trigger{cursor:pointer}.country-trigger-emoji{font-size:16px;line-height:1}.country-dropdown{flex-shrink:0;height:100%;position:relative}.country-menu{z-index:30;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:min(320px,78vw);box-shadow:var(--shadow-lg);position:absolute;top:calc(100% + 8px);left:0;overflow:hidden}.country-search{border:none;border-bottom:1px solid var(--border);background:var(--surface-2);width:100%;height:44px;color:var(--text);outline:none;padding:0 14px;font-size:14px}.country-list{max-height:240px;margin:0;padding:6px;list-style:none;overflow-y:auto}.country-option{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:10px 12px;display:grid}.country-option:hover,.country-option.selected{background:var(--accent-soft)}.country-option-emoji{font-size:18px}.country-option-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.country-option-code{color:var(--accent);font-size:13px;font-weight:700}.country-empty{text-align:center;color:var(--text-muted);padding:14px;font-size:14px}.phone-input input{color:var(--text);background:0 0;border:none;outline:none;flex:1;height:100%;font-size:15px}.checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:12px;display:flex}.checkbox input{opacity:0;width:0;height:0;position:absolute}.checkbox-box{border:1.5px solid var(--border-strong);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;transition:background .15s,border-color .15s;display:inline-flex}.checkbox input:checked+.checkbox-box{background:var(--accent);border-color:var(--accent)}.checkbox input:focus-visible+.checkbox-box{box-shadow:0 0 0 3px var(--accent-soft)}.checkbox-text{color:var(--text-muted);font-size:13.5px;line-height:1.5}.btn-primary{border-radius:var(--radius-md);background:linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);color:#1a1205;letter-spacing:.3px;border:none;width:100%;height:56px;font-size:16px;font-weight:800;transition:filter .15s,transform 50ms}.btn-primary:hover:not(:disabled){filter:brightness(1.05)}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.link-row{text-align:center;color:var(--text-muted);margin-top:18px;font-size:14px}.link-btn{color:var(--accent);background:0 0;border:none;padding:0;font-size:14px;font-weight:700}.link-btn:hover{text-decoration:underline}.form-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444466;border-radius:10px;margin-bottom:16px;padding:10px 14px;font-size:13.5px}.form-success{color:#86efac;background:#22c55e1f;border:1px solid #22c55e66;border-radius:10px;margin-bottom:16px;padding:10px 14px;font-size:13.5px}.form-spacer{flex:1;min-height:16px}.otp-row{gap:12px;margin:8px 0 14px;display:flex}.otp-cell{aspect-ratio:1;text-align:center;max-width:60px;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;flex:1;font-size:24px;font-weight:700;transition:border-color .15s,box-shadow .15s}.otp-cell:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.otp-resend{text-align:right;color:var(--accent);font-size:14px;font-weight:700}.otp-resend button{color:var(--accent);background:0 0;border:none;padding:0;font-size:14px;font-weight:700}.otp-resend button:disabled{color:var(--text-dim);cursor:not-allowed}.event-page{color:#dae2fd;background:#0b1326;flex-direction:column;min-height:100vh;display:flex}.event-page--panel{height:100%;min-height:0;position:relative}.event-page--panel .event-content{overflow-y:auto}.event-page--panel .event-content-inner{max-width:none;padding:20px 20px 120px}.event-page--panel .event-columns{grid-template-columns:1fr;gap:16px;margin-bottom:24px}.event-page--panel .event-players-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.event-page--panel .event-actionbar{position:absolute;bottom:0;left:0;right:0}.event-page--panel .event-actionbar-inner{max-width:none}.event-page--panel .event-topbar{flex-shrink:0}.event-page--panel .event-topbar .event-back{display:none}.event-panel-close{color:#d8c3ad;cursor:pointer;background:0 0;border:none;border-radius:10px;width:36px;height:36px;margin-left:auto;font-size:1rem}.event-panel-close:hover{color:#ffc174;background:#2d344999}.event-page--panel .event-toast{bottom:96px}.event-topbar{z-index:40;background:#131b2e;border-bottom:1px solid #53443459;align-items:center;gap:12px;padding:14px 24px;display:flex;position:sticky;top:0}.event-topbar h1{color:#ffc174;margin:0;font-size:1.15rem;font-weight:800}.event-back{color:#dae2fd;cursor:pointer;background:0 0;border:none;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.event-back:hover{color:#ffc174;background:#2d344999}.event-content{background:#0b1326;flex:1}.event-content-inner{max-width:960px;margin:0 auto;padding:28px 32px 132px}.event-columns{grid-template-columns:1.75fr 1fr;align-items:stretch;gap:24px;margin-bottom:32px;display:grid}.event-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:24px}.event-alert{color:#fca5a5;background:#ef44441f;border:1px solid #ef444466;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:12px 16px;font-size:.9rem;display:flex}.event-alert button{color:inherit;cursor:pointer;background:0 0;border:none;font-size:.9rem}.event-booking-banner{color:#0b1326;background:#8383ccd9;border-radius:12px;margin-bottom:24px;padding:16px;font-size:1.05rem;font-weight:700}.event-host-banner{color:#dae2fd;background:#191925;border:1px solid #78768933;border-radius:12px;margin-bottom:28px;padding:14px 16px;font-size:.9rem}.event-summary{flex-direction:column;display:flex}.event-summary-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.event-summary-header h2{color:#fff;margin:0;font-size:1.5rem;font-weight:800}.event-distance-chip{color:#c0c1ff;white-space:nowrap;background:#8383cc38;border-radius:999px;flex-shrink:0;padding:6px 14px;font-size:.72rem;font-weight:700}.event-meta{color:#878787;align-items:center;gap:10px;font-size:.9rem;display:flex}.event-meta+.event-meta{margin-top:12px}.event-meta svg{color:#d8c3ad;flex-shrink:0}.event-tags{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.event-tag{color:#fff;border-radius:999px;align-items:center;padding:5px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.event-tag--public{color:#4edea3;background:#00a5722e}.event-tag--private{color:#c0c1ff;background:#28285bd9}.event-tag--member{color:#dae2fd;background:#1d1d2b}.event-tag--skill{color:#ffc174;background:#ffc17459}.event-tag--fee{color:#dae2fd;background:#1d1d2b}.event-summary-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:22px;display:flex}.event-map-btn{color:#ffc174;background:#1d1d2b;border:1px solid #53443459;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:150px;height:42px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.event-map-btn:hover{background:#2d3449;border-color:#ffc17466}.event-copy-btn{color:#ffc174;cursor:pointer;background:#1d1d2b;border:1px solid #53443459;border-radius:10px;flex-shrink:0;place-items:center;width:42px;height:42px;transition:background .15s,border-color .15s;display:grid}.event-copy-btn:hover{background:#2d3449;border-color:#ffc17466}.event-notes h3{color:#ffc174;margin:0 0 14px;font-size:1rem;font-weight:800}.event-notes p{color:#d8c3ad;white-space:pre-line;margin:0;padding-left:18px;font-size:.85rem;line-height:1.55;position:relative}.event-notes p.is-clamped{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.event-notes-bullet{background:#d8c3ad;border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:2px}.event-notes-more{color:#ffc174;cursor:pointer;background:0 0;border:none;margin-top:10px;padding:0;font-size:.78rem;font-weight:700}.event-notes-empty{color:#878787;font-size:.85rem;padding-left:0!important}.event-players-title{color:#ffc174;margin:0 0 14px;font-size:1.05rem;font-weight:800}.event-players{min-height:120px}.event-players-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 24px;display:grid}.event-player{align-items:center;gap:12px;min-width:0;display:flex}.event-player-avatar{object-fit:cover;background:#2d3449;border-radius:50%;flex-shrink:0;width:42px;height:42px}.event-player-avatar--fallback{color:#d8c3ad;place-items:center;display:grid}.event-player-name{color:#dae2fd;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.event-player-verified{color:#ffc174;flex-shrink:0}.event-player-host{color:#ffc174;letter-spacing:.03em;text-transform:uppercase;background:#ffc17433;border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:.65rem;font-weight:800}.event-players-empty{text-align:center;color:#d8c3ad;margin:24px 0;font-size:.95rem}.event-checkin-done{color:#ffc174;align-items:center;gap:10px;margin-top:24px;font-size:.9rem;font-weight:600;display:flex}.event-checkin{margin-top:24px}.event-checkin p{color:#878787;margin:10px 0 0;font-size:.78rem}.event-actionbar{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:18px 32px calc(18px + env(safe-area-inset-bottom,0px));background:#0b1326eb;border-top:1px solid #53443459;position:fixed;bottom:0;left:0;right:0}.event-actionbar-inner{align-items:center;gap:16px;max-width:960px;margin:0 auto;display:flex}.event-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:2px;height:48px;padding:0 24px;font-size:.95rem;font-weight:700;transition:filter .15s,background .15s;display:inline-flex}.event-btn:disabled{cursor:default;opacity:.75}.event-btn small{opacity:.75;font-size:.68rem;font-weight:500}.event-btn--main{flex:1}.event-btn--primary,.event-btn--join,.event-btn--payAndJoin,.event-btn--upgradePlan{color:#1a1205;background:#f59e0b;border-color:#f59e0b99}.event-btn--primary:hover:not(:disabled),.event-btn--join:hover:not(:disabled),.event-btn--payAndJoin:hover:not(:disabled),.event-btn--upgradePlan:hover:not(:disabled){filter:brightness(1.08)}.event-btn--joinWaitlist{color:#ffc174;background:0 0;border-color:#ffc174}.event-btn--joinWaitlist:hover:not(:disabled){background:#ffc1741a}.event-btn--gameFull{color:#ffffffe6;background:#8080804d}.event-btn--cancel{color:#fff;background:#ef4444}.event-btn--cancel:hover:not(:disabled){filter:brightness(1.08)}.event-btn--hosting{color:#dae2fd;background:#1d1d2b;border-color:#53443459}.event-btn--outline{color:#ffc174;background:#1d1d2b;border-color:#ffc174;min-width:140px}.event-btn--secondary{color:#dae2fd;background:#1d1d2b;border-color:#53443459}.event-btn--secondary:hover:not(:disabled){background:#2d3449}.event-btn--danger{color:#fff;background:#ef4444}.event-btn--danger-outline{color:#ef4444;background:0 0;border-color:#ef4444}.event-btn--danger-outline:hover:not(:disabled){background:#ef44441a}.event-share-btn{color:#1a1205;cursor:pointer;background:#f59e0b;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:48px;height:48px;transition:filter .15s;display:grid}.event-share-btn:hover{filter:brightness(1.08)}.event-modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#060e20b3;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.event-modal{background:#131b2e;border:1px solid #53443466;border-radius:18px;width:100%;max-width:420px;padding:28px;box-shadow:0 24px 64px #0000008c}.event-modal h3{color:#ffc174;text-align:center;margin:0 0 10px;font-size:1.25rem;font-weight:800}.event-modal p{color:#d8c3ad;text-align:center;margin:0 0 22px;font-size:.9rem}.event-modal-actions{flex-direction:column;gap:12px;display:flex}.event-modal-actions .event-btn{width:100%}.event-modal-actions--row{flex-direction:row}.event-modal-actions--row .event-btn{flex:1}.event-payment-modal{max-width:460px;max-height:calc(100vh - 48px);overflow-y:auto}.event-payment-actions{gap:12px;margin-top:22px;display:flex}.event-payment-actions .event-btn{flex:1}.event-payment-error{color:#fca5a5;text-align:left;background:#ef44441f;border:1px solid #ef444466;border-radius:10px;margin:14px 0 0;padding:10px 14px;font-size:.85rem}.event-toast{z-index:90;color:#dae2fd;background:#171f33;border:1px solid #53443466;border-radius:12px;max-width:min(90vw,480px);padding:12px 20px;font-size:.85rem;animation:.2s ease-out event-toast-in;position:fixed;bottom:108px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000080}@keyframes event-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.event-skeleton-block{background:linear-gradient(90deg,#131b2e 0%,#2d3449 50%,#131b2e 100%) 0 0/200% 100%;border:none;border-radius:16px;animation:1.2s infinite event-shimmer}.event-skeleton-line{border-radius:8px;height:18px;margin-bottom:14px}@keyframes event-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=900px){.event-columns{grid-template-columns:1fr}.event-players-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.event-content-inner{padding:20px 16px 132px}.event-actionbar{padding-left:16px;padding-right:16px}.event-players-grid{grid-template-columns:1fr}.event-summary-header{flex-direction:column}}.pgd-summary-card{margin-bottom:28px}.pgd-section-title{color:#ffc174;margin:0 0 14px;font-size:1.05rem;font-weight:800}.pgd-section-hint{color:#878787;margin:-8px 0 14px;font-size:.82rem}.pgd-players{flex-direction:column;gap:6px;display:flex}.pgd-player{width:100%;color:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:14px;padding:12px 14px;transition:background .15s,border-color .15s;display:flex}.pgd-player--selectable{cursor:pointer}.pgd-player--selectable:hover{background:#2d344973}.pgd-player--selected{background:#ffc17414;border-color:#ffc17459}.pgd-player--mvp{background:#ffc1741a;border-color:#ffc17466}.pgd-player-avatar{object-fit:cover;background:#2d3449;border-radius:50%;flex-shrink:0;width:48px;height:48px}.pgd-player-avatar--fallback{color:#d8c3ad;place-items:center;display:grid}.pgd-player-info{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.pgd-player-name{color:#dae2fd;white-space:nowrap;text-overflow:ellipsis;font-size:.98rem;font-weight:600;overflow:hidden}.pgd-player-verified{color:#ffc174;flex-shrink:0}.pgd-player-you{color:#c0c1ff;letter-spacing:.03em;text-transform:uppercase;background:#8383cc38;border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:.65rem;font-weight:800}.pgd-checkbox{color:#0000;background:0 0;border:2px solid #6b7280;border-radius:7px;flex-shrink:0;place-items:center;width:24px;height:24px;transition:background .15s,border-color .15s;display:grid}.pgd-player--selected .pgd-checkbox{color:#1a1205;background:#f59e0b;border-color:#f59e0b}.pgd-mvp-badge{color:#1a1205;letter-spacing:.04em;background:#f59e0b;border-radius:8px;flex-shrink:0;padding:5px 14px;font-size:.78rem;font-weight:800}.pgd-empty{text-align:center;color:#878787;flex-direction:column;align-items:center;gap:8px;padding:36px 16px;display:flex}.pgd-empty svg{color:#6b7280}.pgd-empty h4{color:#9aa2b1;margin:0;font-size:1rem;font-weight:800}.pgd-empty p{margin:0;font-size:.85rem}.pgd-mvp-banner{color:#ffc174;background:linear-gradient(120deg,#f59e0b40,#8383cc33);border:1px solid #ffc17480;border-radius:14px;align-items:center;gap:12px;margin-bottom:24px;padding:16px 20px;font-size:1.02rem;font-weight:800;display:flex}.pgd-confetti{z-index:60;pointer-events:none;position:fixed;inset:0;overflow:hidden}.pgd-confetti span{opacity:0;border-radius:2px;width:9px;height:14px;animation:3.2s ease-in forwards pgd-confetti-fall;position:absolute;top:-16px}@keyframes pgd-confetti-fall{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:.85;transform:translateY(105vh)rotate(720deg)}}@media (prefers-reduced-motion:reduce){.pgd-confetti{display:none}}.home-page{color:#dae2fd;background:#0b1326;height:100vh;display:flex;overflow:hidden}.home-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.home-split{flex:1;display:flex;overflow:hidden}.home-details-pane{display:none}@media (width>=1024px){.home-details-pane{opacity:0;pointer-events:none;background:#0b1326;border-left:1px solid #0000;flex-direction:column;flex:0 0;min-width:0;transition:flex-basis .34s cubic-bezier(.22,1,.36,1),opacity .3s,transform .34s cubic-bezier(.22,1,.36,1),border-color .34s;display:flex;overflow:hidden;transform:translate(28px)}.home-details-pane.is-open{opacity:1;pointer-events:auto;border-left-color:#53443459;flex-basis:46%;min-width:420px;transform:translate(0)}.home-details-pane.is-closing{opacity:0;pointer-events:none;flex-basis:0%;transform:translate(28px)}.home-split.has-details .home-feed-inner{max-width:none;padding:24px 20px}}@media (prefers-reduced-motion:reduce){.home-details-pane{transition:none}}.home-drawer-backdrop{z-index:90;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#060e20a6;transition:opacity .25s;position:fixed;inset:0}.home-drawer-backdrop.is-visible{opacity:1;pointer-events:auto}.home-sidebar{z-index:100;background:#131b2e;border-right:1px solid #53443480;flex-direction:column;flex-shrink:0;width:256px;height:100%;padding:32px 16px;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:8px 0 32px #00000059}.home-sidebar.is-open{transform:translate(0)}.home-sidebar-header-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:32px;display:flex}.home-drawer-close{color:#dae2fd;cursor:pointer;background:#2d344999;border:none;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.home-drawer-close:hover{color:#ffc174;background:#2d3449}.home-sidebar-brand{align-items:center;gap:12px;margin-bottom:0;padding:0 8px;display:flex}.home-sidebar-title{color:#ffc174;margin:0;font-size:1.35rem;font-weight:800;line-height:1.2}.home-sidebar-subtitle{letter-spacing:.05em;text-transform:uppercase;color:#d8c3ad;margin:2px 0 0;font-size:.7rem;font-weight:700}.home-sidebar-nav{flex-direction:column;flex:1;gap:4px;display:flex}.home-sidebar-link{color:#d8c3ad;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:16px;padding:12px 16px;font-size:1rem;font-weight:500;transition:background .15s,color .15s;display:flex}.home-sidebar-link:hover{color:#dae2fd;background:#2d344980}.home-sidebar-link.is-active{color:#ffc174;background:#ffc1741a;border-right:4px solid #ffc174;border-radius:12px 0 0 12px;font-weight:700}.home-sidebar-logout{color:#fca5a5;background:#ef44441a;border:1px solid #ef444459;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:auto;padding:14px 16px;font-size:1rem;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:flex}.home-sidebar-logout:hover{color:#fecaca;background:#ef44442e;border-color:#ef44448c}.home-modal-backdrop{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#060e20b3;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.home-modal{background:#131b2e;border:1px solid #53443466;border-radius:18px;width:100%;max-width:400px;padding:28px;box-shadow:0 24px 64px #0000008c}.home-modal-brand{object-fit:contain;width:56px;height:auto;margin:0 auto 16px;display:block}.home-modal h3{color:#ffc174;text-align:center;margin:0 0 10px;font-size:1.25rem;font-weight:800}.home-modal p{color:#d8c3ad;text-align:center;margin:0 0 22px;font-size:.9rem}.home-modal-actions{gap:12px;display:flex}.home-modal-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;flex:1;height:48px;padding:0 20px;font-size:.95rem;font-weight:700}.home-modal-btn--secondary{color:#dae2fd;background:#1d1d2b;border-color:#53443459}.home-modal-btn--secondary:hover{background:#2d3449}.home-modal-btn--danger{color:#fff;background:#ef4444}.home-modal-btn--danger:hover{filter:brightness(1.08)}.home-profile-panel{flex-direction:column;min-height:100%;display:flex}.home-profile-panel-header{align-items:flex-start}.home-profile-panel-close{color:#dae2fd;cursor:pointer;background:#2d3449b3;border:none;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.home-profile-panel-close:hover{color:#ffc174;background:#2d3449}.home-profile-panel-body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:420px;margin:0 auto;padding:48px 24px 64px;display:flex}.home-profile-panel-brand{object-fit:contain;width:64px;height:auto;margin-bottom:22px}.home-profile-panel-body h2{color:#ffc174;margin:0 0 12px;font-size:1.35rem;font-weight:800;line-height:1.3}.home-profile-panel-body p{color:#d8c3ad;margin:0 0 26px;font-size:.95rem;line-height:1.55}.home-profile-panel-cta{color:#1a1205;background:#f59e0b;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 24px;font-size:1rem;font-weight:800;text-decoration:none;transition:filter .15s;display:inline-flex}.home-profile-panel-cta:hover{filter:brightness(1.06)}.home-topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b1326cc;border-bottom:1px solid #53443426;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:80px;padding:0 32px;display:flex}.home-topbar-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.home-menu-btn{color:#dae2fd;cursor:pointer;background:#2d344999;border:none;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.home-menu-btn:hover{color:#ffc174;background:#2d3449}.home-topbar-greeting{align-items:center;gap:8px;min-width:0;margin:0;font-size:1.25rem;font-weight:700;display:flex}.home-topbar-verified{color:#ffc174;display:inline-flex}.home-topbar-actions{align-items:center;gap:24px;display:flex}.home-search{color:#d8c3ad;background:#171f33;border:1px solid #5344344d;border-radius:999px;align-items:center;gap:12px;padding:8px 16px;display:none}.home-search input{color:#dae2fd;background:0 0;border:none;outline:none;width:180px;font-size:.875rem}.home-search input::placeholder{color:#a08e7a}.home-topbar-icons{align-items:center;gap:12px;display:flex}.home-icon-btn{color:#d8c3ad;background:0 0;border:none;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .15s,color .15s;display:grid}.home-icon-btn:hover{color:#ffc174;background:#2d3449}.home-avatar{color:#ffc174;cursor:pointer;background:#2d3449;border:2px solid #ffc174;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;font-family:inherit;font-size:.8rem;font-weight:700;display:grid}.home-avatar:hover{filter:brightness(1.1)}.home-actions-pane{background:#060e20;border-right:1px solid #53443433;flex-shrink:0;width:100%;max-width:400px;transition:max-width .34s cubic-bezier(.22,1,.36,1);overflow:hidden auto}.home-actions-pane-inner{flex-direction:column;gap:24px;min-width:0;padding:32px;transition:padding .34s cubic-bezier(.22,1,.36,1),gap .34s cubic-bezier(.22,1,.36,1);display:flex}.home-section-label{flex-direction:column;gap:4px;transition:opacity .25s,max-height .34s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden}.home-eyebrow{letter-spacing:.05em;text-transform:uppercase;color:#ffc174;font-size:.75rem;font-weight:700}.home-section-label h3{color:#dae2fd;white-space:nowrap;margin:0;font-size:1.5rem;font-weight:800}.home-quick-card{color:#dae2fd;text-align:left;cursor:pointer;background:#131b2e;border:1px solid #5344344d;border-radius:24px;flex-direction:column;justify-content:space-between;width:100%;height:224px;padding:32px;transition:border-color .2s,height .34s cubic-bezier(.22,1,.36,1),padding .34s cubic-bezier(.22,1,.36,1),border-radius .34s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.home-quick-card:hover{border-color:#ffc17480}.home-quick-card-bg-icon{color:#ffc1740d;opacity:.12;pointer-events:none;width:180px;height:180px;transition:color .2s,opacity .25s,transform .34s cubic-bezier(.22,1,.36,1);position:absolute;top:-24px;right:-24px}.home-quick-card:hover .home-quick-card-bg-icon{color:#ffc1741a;opacity:.22}.home-quick-card-content{z-index:1;min-width:0;position:relative}.home-quick-card-icon{color:#ffc174;width:40px;height:40px;margin-bottom:16px;transition:width .34s cubic-bezier(.22,1,.36,1),height .34s cubic-bezier(.22,1,.36,1),margin-bottom .34s cubic-bezier(.22,1,.36,1);display:block}.home-quick-card h3{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.25rem;font-weight:700;transition:font-size .34s cubic-bezier(.22,1,.36,1);overflow:hidden}.home-quick-card-arrow{color:#ffc174;background:#ffc1741a;border-radius:50%;align-self:flex-end;place-items:center;width:48px;height:48px;transition:background .2s,color .2s,opacity .25s,transform .34s cubic-bezier(.22,1,.36,1),width .34s cubic-bezier(.22,1,.36,1),height .34s cubic-bezier(.22,1,.36,1);display:grid;box-shadow:0 4px 16px #0003}.home-quick-card:hover .home-quick-card-arrow{color:#472a00;background:#ffc174}@media (width>=1024px){.home-split.has-details .home-actions-pane{max-width:168px}.home-split.has-details .home-actions-pane-inner{gap:12px;padding:20px 12px}.home-split.has-details .home-section-label h3{opacity:0;max-height:0;font-size:0}.home-split.has-details .home-eyebrow{letter-spacing:.04em;font-size:.65rem}.home-split.has-details .home-quick-card{border-radius:14px;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;height:50px;padding:0 12px}.home-split.has-details .home-quick-card-bg-icon{opacity:0;transform:scale(.4)}.home-split.has-details .home-quick-card-content{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.home-split.has-details .home-quick-card-icon{flex-shrink:0;width:22px;height:22px;margin-bottom:0}.home-split.has-details .home-quick-card h3{font-size:.82rem;font-weight:600}.home-split.has-details .home-quick-card-arrow{opacity:0;pointer-events:none;width:0;height:0;box-shadow:none;transform:scale(.4)}.home-split.has-details .home-live-banner{gap:8px;padding:10px;font-size:.72rem}}@media (prefers-reduced-motion:reduce){.home-actions-pane,.home-actions-pane-inner,.home-section-label,.home-quick-card,.home-quick-card-bg-icon,.home-quick-card-icon,.home-quick-card h3,.home-quick-card-arrow{transition:none}}.home-live-banner{color:#ffb4ab;background:#ff4d4f1a;border:1px solid #ff4d4f40;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:.85rem;display:flex}.home-live-dot{background:#ff4d4f;border-radius:50%;width:10px;height:10px;animation:1.4s infinite live-pulse}@keyframes live-pulse{0%{box-shadow:0 0 #ff4d4fb3}70%{box-shadow:0 0 0 8px #ff4d4f00}to{box-shadow:0 0 #ff4d4f00}}.home-feed-pane{background:#0b1326;flex:1;overflow-y:auto}.home-feed-inner{max-width:56rem;margin:0 auto;padding:32px}.home-feed-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:40px;display:flex}.home-feed-controls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.home-segment{background:#131b2e;border:1px solid #53443433;border-radius:16px;padding:4px;display:flex}.home-segment button{color:#d8c3ad;white-space:nowrap;background:0 0;border:none;border-radius:12px;padding:8px 24px;font-size:.875rem;font-weight:500;transition:all .2s}.home-segment button.is-active{color:#613b00;background:#f59e0b;font-weight:700;box-shadow:0 4px 16px #f59e0b4d}.home-segment button:not(.is-active):hover{color:#dae2fd}.home-filter-wrap{position:relative}.home-filter-btn{color:#dae2fd;background:#131b2e;border:1px solid #5344344d;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;min-width:100px;height:36px;padding:0 14px;font-size:.85rem;display:inline-flex}.home-filter-btn.is-active{color:#613b00;background:#f59e0b;border-color:#0000;font-weight:700}.home-filter-menu{z-index:20;background:#171f33;border:1px solid #53443466;border-radius:14px;width:240px;padding:16px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 60px #00000080}.home-filter-menu h4{margin:0 0 12px;font-size:1rem}.home-filter-option{color:#dae2fd;background:#131b2e;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;padding:12px;font-size:.95rem;display:flex}.home-filter-option .check{color:#ffc174}.home-filter-cancel{color:#dae2fd;background:#2d3449;border:none;border-radius:10px;width:100%;margin-top:4px;padding:12px;font-weight:700}.home-game-list{flex-direction:column;gap:24px;display:flex}.game-card{text-align:left;color:#dae2fd;cursor:pointer;border-radius:24px;width:100%;padding:24px 32px;transition:transform .2s,background .2s,opacity .2s}.game-card--highlighted{background:#171f33;border:2px solid #ffc174;box-shadow:0 0 25px #ffc17426}.game-card--highlighted:hover{transform:translateY(-4px)}.game-card--standard{background:#131b2e;border:1px solid #5344344d}.game-card--standard:hover{background:#171f33}.game-card--past{opacity:.85;background:#131b2e;border:1px solid #5344344d}.game-card--past:hover{opacity:1}.game-card.is-selected{opacity:1;background:#ffc17414;border-color:#ffc1748c;box-shadow:0 0 0 1px #ffc17426}.game-card-countdown{color:#ffc174;margin:0 0 4px;font-size:1rem;font-weight:700}.game-card-event{margin:0;font-size:1.25rem;font-weight:700}.game-card-highlight-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.game-card-highlight-right{text-align:right;flex-shrink:0}.game-card-time{opacity:.9;margin:0 0 8px;font-size:.875rem;font-weight:700}.game-card-location{color:#d8c3ad;align-items:center;gap:8px;font-size:.875rem;display:flex}.game-card-standard-top{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.game-card-meta-row{color:#d8c3ad;flex-wrap:wrap;gap:24px;margin-top:8px;font-size:.875rem;display:flex}.game-card-meta-row span{align-items:center;gap:6px;display:inline-flex}.game-card-standard-right,.game-card-past-right{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.game-card-date{opacity:.6;margin:0;font-size:.875rem;font-weight:700}.game-card-mvp-badge{border-radius:999px;padding:4px 16px;font-size:.8rem;font-weight:600}.game-card-mvp-badge--primary{color:#613b00;background:#f59e0b}.game-card-mvp-badge--muted{color:#dae2fdbf;background:#2d3449}.game-card-mvp-badge.is-disabled{cursor:default}.game-tag{white-space:nowrap;border-radius:999px;padding:4px 16px;font-size:.8rem;font-weight:600;display:inline-block}.game-tag--public{color:#00311f;background:#00a572}.game-tag--private{color:#d8c3ad;background:#2d3449}.game-tag--member{color:#dae2fd;background:#1d1d2b}.game-tag--skill{color:#ffc174;background:#ffc1744d}.game-tag--soft.game-tag--public{color:#4edea3;background:#00a57233}.game-tag--soft.game-tag--private{color:#d8c3ad;background:#2d344999}.game-tag--soft.game-tag--member{color:#dae2fd;background:#1d1d2bcc}.game-card--skeleton{pointer-events:none;background:#131b2e;border:1px solid #53443433;flex-direction:column;gap:12px;min-height:120px;display:flex}.skeleton-line{background:linear-gradient(90deg,#131b2e 0%,#2d3449 50%,#131b2e 100%) 0 0/200% 100%;border-radius:999px;height:12px;animation:1.2s infinite skeleton-shimmer}.skeleton-line--title{width:55%;height:16px}.skeleton-line--short{width:35%}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.home-empty{text-align:center;color:#d8c3ad;padding:64px 24px}.home-empty p{margin:0 0 20px;font-size:1rem;line-height:1.5}.home-empty-btn{color:#613b00;background:#f59e0b;border:none;border-radius:999px;padding:12px 28px;font-size:.95rem;font-weight:700}.home-error{color:#ffb4ab;background:#93000a4d;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:.875rem}.home-actions-pane::-webkit-scrollbar{width:4px}.home-feed-pane::-webkit-scrollbar{width:4px}.home-actions-pane::-webkit-scrollbar-thumb{background:#2d3449;border-radius:10px}.home-feed-pane::-webkit-scrollbar-thumb{background:#2d3449;border-radius:10px}@media (width>=768px){.home-drawer-backdrop{display:none}.home-sidebar{height:auto;box-shadow:none;transition:none;position:static;transform:none}.home-sidebar.is-open{transform:none}.home-drawer-close,.home-menu-btn{display:none}.home-sidebar-header-row{margin-bottom:40px}}@media (width>=1024px){.home-search{display:flex}}@media (width<=1023px){.home-actions-pane{display:none}}.home-mobile-quicklinks{display:none}@media (width<=1023px){.home-mobile-quicklinks{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.home-mobile-quicklinks-row{gap:12px;display:flex}.home-mobile-quicklinks .home-quick-card{border-radius:16px;flex-direction:row;flex:1;justify-content:flex-start;align-items:center;gap:10px;height:56px;padding:0 16px}.home-mobile-quicklinks .home-quick-card-bg-icon{display:none}.home-mobile-quicklinks .home-quick-card-content{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.home-mobile-quicklinks .home-quick-card-icon{flex-shrink:0;width:24px;height:24px;margin-bottom:0}.home-mobile-quicklinks .home-quick-card h3{font-size:.85rem;font-weight:700}.home-mobile-quicklinks .home-quick-card-arrow{display:none}.home-mobile-quicklinks .home-live-banner{margin:0}}@media (width<=480px){.home-mobile-quicklinks-row{flex-direction:column}}@media (width<=767px){.home-topbar{height:64px;padding:0 16px}.home-topbar-greeting{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;overflow:hidden}.home-feed-inner{padding:20px 16px 24px}.home-feed-header{flex-direction:column;margin-bottom:24px}.game-card{border-radius:20px;padding:20px}.game-card-standard-top{flex-direction:column;gap:12px}.game-card-standard-right,.game-card-past-right{text-align:left;flex-flow:wrap;align-items:center}}.games-content{background:#0b1326;flex:1;min-width:0;overflow-y:auto}.games-content-inner{max-width:960px;margin:0 auto;padding:28px 32px 48px}.games-split{flex:1;grid-template-columns:minmax(0,1fr) 0fr;min-height:0;transition:grid-template-columns .34s cubic-bezier(.22,1,.36,1);display:grid;overflow:hidden}.games-split.has-details{grid-template-columns:minmax(280px,46%) minmax(0,1fr)}.games-details-pane{display:none}@media (width>=1024px){.games-split .games-content{border-right:1px solid #0000;min-width:0;transition:border-color .34s}.games-split.has-details .games-content{border-right-color:#53443459}.games-split.has-details .games-content-inner{max-width:none;padding:24px 20px 48px}.games-details-pane{opacity:0;pointer-events:none;background:#0b1326;flex-direction:column;min-width:0;transition:opacity .3s,transform .34s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden;transform:translate(28px)}.games-details-pane.is-open{opacity:1;pointer-events:auto;transform:translate(0)}.games-details-pane.is-closing{opacity:0;pointer-events:none;transform:translate(28px)}}@media (prefers-reduced-motion:reduce){.games-split,.games-split .games-content,.games-details-pane{transition:none}}.games-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.games-page-title{color:#ffc174;margin:0 0 6px;font-size:2rem;font-weight:800;line-height:1.15}.games-page-subtitle{color:#dae2fd;opacity:.9;margin:0;font-size:1rem}.games-filters{flex-wrap:wrap;gap:12px;display:flex}.games-filter-dropdown{position:relative}.games-filter-trigger{color:#9b9b9b;background:#1d1d2b;border:1px solid #53443459;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;min-width:150px;height:40px;padding:0 14px;font-size:.875rem;display:inline-flex}.games-filter-trigger:hover{color:#dae2fd;border-color:#ffc17466}.games-filter-menu{z-index:30;background:#171f33;border:1px solid #53443466;border-radius:12px;min-width:220px;max-height:280px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 20px 48px #00000073}.games-filter-option{color:#dae2fd;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:.875rem;display:flex}.games-filter-option:hover,.games-filter-option.is-selected{background:#ffc1741a}.games-filter-option .check{color:#ffc174}.games-credits{background:#191925;border:1px solid #78768933;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:14px 16px;display:flex}.games-credits-left{color:#dae2fd;align-items:center;gap:10px;font-size:1rem;font-weight:500;display:flex}.games-credits-left svg{color:#ffc174}.games-credits strong{color:#ffc174;font-size:1.4rem}.games-date-strip{scrollbar-width:thin;gap:10px;margin-bottom:20px;padding-bottom:6px;display:flex;overflow-x:auto}.games-date-strip::-webkit-scrollbar{height:4px}.games-date-strip::-webkit-scrollbar-thumb{background:#2d3449;border-radius:10px}.games-date-chip{color:#d8c3ad;background:#131b2e;border:1px solid #5344344d;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:64px;height:72px;transition:border-color .15s,background .15s,color .15s;display:flex}.games-date-chip:hover{color:#dae2fd;border-color:#ffc17473}.games-date-chip.is-selected{color:#ffc174;background:#ffc17414;border-color:#ffc174;box-shadow:0 0 0 1px #ffc17426}.games-date-chip-day{letter-spacing:.04em;font-size:.7rem;font-weight:700}.games-date-chip-num{color:inherit;font-size:1.25rem;font-weight:800}.games-date-chip:not(.is-selected) .games-date-chip-num{color:#dae2fd}.games-source-toggle{background:#1d1d2b;border:1px solid #53443433;border-radius:12px;max-width:360px;margin-bottom:20px;padding:4px;display:flex}.games-source-toggle button{color:#d8c3ad;background:0 0;border:none;border-radius:10px;flex:1;padding:10px 12px;font-size:.8rem;font-weight:500}.games-source-toggle button.is-active{color:#613b00;background:#f59e0b;font-weight:700}.games-list{flex-direction:column;gap:16px;display:flex}.games-card{cursor:default;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;grid-template-columns:72px 1fr auto;align-items:center;gap:16px;padding:16px;transition:border-color .15s,background .15s,transform .15s;display:grid}.games-card[role=button]{cursor:pointer}.games-card[role=button]:hover{background:#ffffff0b;border-color:#ffc17459;transform:translateY(-1px)}.games-card.is-selected{background:#ffc17414;border-color:#ffc1748c;box-shadow:0 0 0 1px #ffc17426}.games-card-thumb{object-fit:cover;background:#1d1d2b;border-radius:12px;width:72px;height:72px}.games-card-thumb--fallback{color:#ffc174;border:1px solid #ffc17433;place-items:center;display:grid}.games-card-body{min-width:0}.games-card-badges{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.games-badge{letter-spacing:.03em;border-radius:999px;align-items:center;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.games-badge--public{color:#4edea3;background:#00a5722e}.games-badge--private{color:#c0c1ff;background:#28285bd9}.games-badge--member,.games-badge--price{color:#dae2fd;background:#1d1d2b}.games-badge--unlisted{color:#1a1205;background:#f59e0bd9}.games-badge--skill{color:#ffc174;background:#ffc17459}.games-card-title{color:#fff;margin:0 0 8px;font-size:1.05rem;font-weight:700}.games-card-meta{color:#878787;align-items:center;gap:8px;margin:0;font-size:.875rem;display:flex}.games-card-meta+.games-card-meta{margin-top:4px}.games-card-action{flex-shrink:0}.games-action-btn{white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-width:132px;height:36px;padding:0 14px;font-size:.75rem;font-weight:700;display:inline-flex}.games-action-btn--bookNow{color:#1a1205;background:#f59e0b;border-color:#f59e0b99}.games-action-btn--joinWaitlist{color:#fff;background:#ff8c00f2;border-color:#ff8c00b3}.games-action-btn--eventFull{color:#ffffffe6;cursor:default;background:#8080804d;border-color:#80808073}.games-action-btn--booked{color:#fff;cursor:default;background:#22c55ed9;border-color:#22c55e8c}.games-action-btn--booked.is-hosted{background:#28285bf2;border-color:#28285bbf}.games-action-btn--pendingVerification{color:#fffffff2;cursor:default;background:#191925;border-color:#191925b3}.games-action-btn:disabled{opacity:1}.games-card--skeleton{pointer-events:none}.games-card-thumb--skeleton,.games-skeleton-line,.games-skeleton-btn{background:linear-gradient(90deg,#131b2e 0%,#2d3449 50%,#131b2e 100%) 0 0/200% 100%;border-radius:10px;animation:1.2s infinite games-shimmer}.games-skeleton-line{height:12px;margin-bottom:8px}.games-skeleton-line--title{width:55%;height:16px}.games-skeleton-line--short{width:30%}.games-skeleton-btn{width:132px;height:36px}@keyframes games-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.games-empty{text-align:center;color:#d8c3ad;padding:64px 24px;line-height:1.6}.games-empty p{margin:0}.home-topbar-greeting.is-hidden{display:none}.home-topbar.has-hidden-greeting .home-search{flex:1;min-width:0;max-width:480px;display:flex}.home-topbar.has-hidden-greeting .home-search input{width:100%;min-width:0}.home-topbar.has-hidden-greeting .home-topbar-actions{flex:1;justify-content:flex-end;min-width:0}.home-topbar.has-hidden-greeting .home-topbar-left{flex:none}@media (width<=767px){.games-content-inner{padding:20px 16px 32px}.games-page-title{font-size:1.6rem}.games-page-header{flex-direction:column}.games-filters{width:100%}.games-filter-trigger{flex:1}.games-card{grid-template-columns:56px 1fr;grid-template-areas:"thumb body""action action"}.games-card-thumb,.games-card-thumb--fallback{grid-area:thumb;width:56px;height:56px}.games-card-body{grid-area:body}.games-card-action{grid-area:action}.games-action-btn{width:100%}.home-topbar.has-hidden-greeting{gap:10px;padding:0 12px}.home-topbar.has-hidden-greeting .home-topbar-left{flex:none}.home-topbar.has-hidden-greeting .home-topbar-actions{flex:1;gap:10px;min-width:0}.home-topbar.has-hidden-greeting .home-search{flex:1;gap:8px;min-width:0;max-width:none;padding:6px 12px;display:flex}.home-topbar.has-hidden-greeting .home-search svg{flex-shrink:0;width:16px;height:16px}.home-topbar.has-hidden-greeting .home-search input{width:100%;min-width:0;font-size:.8rem}.home-topbar.has-hidden-greeting .home-menu-btn{width:36px;height:36px}.home-topbar.has-hidden-greeting .home-avatar{flex-shrink:0;width:36px;height:36px;font-size:.72rem}}
