:root{--hub-bg-primary: #14172a;--hub-bg-secondary: #191d33;--hub-bg-card: #1e2340;--hub-bg-elevated: #262c52;--hub-accent: #2f80ed;--hub-accent-secondary: #56ccf2;--hub-accent-yellow: #ffd93d;--hub-accent-green: #3ddc84;--hub-accent-red: #ff4655;--hub-accent-pink: #ff3d8a;--hub-gradient: linear-gradient(135deg, #2f80ed 0%, #56ccf2 100%);--hub-gradient-pink: linear-gradient(135deg, #b02ee7 0%, #ff3d8a 100%);--hub-text-primary: #ffffff;--hub-text-secondary: #a6acd1;--hub-text-muted: #6b7194;--hub-border: rgba(255, 255, 255, .07);--hub-border-focus: #2f80ed;--hub-radius-lg: 18px;--hub-radius-md: 12px;--hub-radius-sm: 8px;--hub-glow-pink: 0 0 20px rgba(255, 61, 138, .45);--hub-glow-cyan: 0 0 20px rgba(47, 128, 237, .45);--hub-shadow-card: 0 10px 30px rgba(0, 0, 0, .35);--font-body: "Poppins", sans-serif;--font-arcade: "Press Start 2P", cursive}.hub-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:var(--hub-bg-secondary);border-bottom:1px solid var(--hub-border);position:sticky;top:0;z-index:100;font-family:var(--font-body);font-size:14px}.hub-header-left{display:flex;align-items:center;gap:32px}.hub-header-logo-link{display:flex;align-items:center}.hub-header-logo{height:57px;width:auto;margin-top:-8px;margin-bottom:-8px}.hub-header-nav{display:flex;align-items:center;gap:8px}.hub-header-nav-link{display:flex;align-items:center;gap:8px;padding:10px 20px;color:var(--hub-text-muted);text-decoration:none;font-weight:600;font-size:14px;border-radius:8px;transition:color .15s ease,background-color .15s ease}.hub-header-nav-link:hover{color:var(--hub-text-primary);background:#0d8dd21a}.hub-header-nav-link.active{color:var(--hub-text-primary);background:var(--hub-accent)}.hub-header-nav-separator{color:var(--hub-text-muted);font-size:14px}.hub-header-nav-current{color:var(--hub-text-primary);font-weight:600;font-size:14px}.hub-header-beta-badge{display:inline-block;margin-left:6px;padding:2px 6px;background:linear-gradient(135deg,#ff3cac,#784ba0,#00d4ff);border-radius:3px;font-weight:700;font-size:9px;color:#fff;letter-spacing:.5px;text-transform:uppercase;vertical-align:middle}.hub-header-right{display:flex;align-items:center;gap:16px}.hub-header-online{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#3ddc8414;border:1px solid rgba(61,220,132,.22);border-radius:20px}.hub-header-online-pulse{width:8px;height:8px;background:var(--hub-accent-green);border-radius:50%;animation:header-pulse 2s ease-in-out infinite;box-shadow:0 0 6px #3ddc8499}@keyframes header-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hub-header-online-count{font-family:var(--font-body);font-weight:700;font-size:14px;color:var(--hub-accent-green)}.hub-header-online-label{font-family:var(--font-body);font-weight:500;font-size:12px;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.hub-header-user{display:flex;align-items:center;gap:12px;position:relative}.hub-join-btn{padding:10px 20px;background:var(--hub-accent);color:#fff;border:none;border-radius:8px;font-family:var(--font-body);font-weight:600;font-size:14px;cursor:pointer;transition:filter .15s,box-shadow .15s,background-color .15s,scale .15s}.hub-join-btn:hover{filter:brightness(1.1);box-shadow:0 0 12px #0d8dd280}.hub-header-user-info{display:flex;align-items:center;gap:12px}.hub-header-avatar{width:40px;height:40px;border-radius:10px;background:var(--hub-bg-elevated);border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.hub-header-avatar img{width:100%;height:100%;object-fit:cover}.hub-header-avatar-initial{font-family:var(--font-body);font-weight:700;font-size:16px;color:var(--hub-text-primary)}.hub-header-user-details{display:flex;flex-direction:column}.hub-header-user-status{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--hub-text-muted)}.hub-header-online-dot{width:8px;height:8px;border-radius:50%;background:var(--hub-accent-green)}.hub-header-menu-btn{width:40px;height:40px;border-radius:10px;background:var(--hub-bg-elevated);border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s,background-color .15s,scale .15s;flex-shrink:0}.hub-header-menu-btn:hover{background:#ffffff14}.hub-header-menu-btn img{width:20px;height:auto}.hub-header-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:var(--hub-bg-elevated);border:1px solid rgba(255,255,255,.1);border-radius:12px;min-width:180px;display:none;z-index:100;box-shadow:0 8px 24px #0006;overflow:hidden}.hub-header-dropdown-item{display:block;width:100%;padding:14px 20px;text-align:left;background:none;border:none;color:var(--hub-text-primary);text-decoration:none;font-family:var(--font-body);font-weight:600;font-size:14px;cursor:pointer;transition:color .15s,background-color .15s}.hub-header-dropdown-item:hover{background:#ffffff0d}.hub-header-dropdown-item+.hub-header-dropdown-item{border-top:1px solid rgba(255,255,255,.06)}@media(max-width:900px){.hub-header{padding:12px 20px}.hub-header-left{gap:16px}.hub-header-logo{height:32px}.hub-header-nav-link{padding:8px 12px;font-size:13px}}@media(max-width:600px){.hub-header-user-details{display:none}.hub-header-user{gap:8px}.hub-join-btn{padding:8px 14px;font-size:12px}.hub-header-nav-link,.hub-header-nav-separator{display:none}.hub-header-online{padding:6px 10px}.hub-header-online-label{display:none}}.game-control-block{display:flex;align-items:center;justify-content:center;gap:11px;min-width:60px;height:56px;padding:0 16px;background:#ececec0d;border:1px solid rgba(255,255,255,.24);border-radius:8px;box-sizing:border-box}.game-control-block-compact{gap:8px;min-width:auto;padding:0 12px}.game-control-block img{height:auto;max-height:24px;width:auto}.game-control-block-keys-grid{padding:0 16px}.game-control-keys-grid{display:grid;grid-template-columns:repeat(3,20px);grid-template-rows:repeat(2,20px);gap:0}.game-control-grid-key{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.game-control-grid-key img{width:12px;height:12px;max-height:12px}.game-control-grid-key .game-control-key-label-small{padding:2px 4px;font-size:9px;font-weight:900;min-width:16px;text-align:center}.game-control-key-label.game-control-key-label-small{padding:2px 4px;font-size:9px;min-width:16px}.game-control-key-up{grid-column:2;grid-row:1}.game-control-key-left{grid-column:1;grid-row:2}.game-control-key-down{grid-column:2;grid-row:2}.game-control-key-right{grid-column:3;grid-row:2}.game-control-block-keys-vertical{padding:0 16px}.game-control-keys-vertical{display:flex;flex-direction:column;gap:0}.game-control-keys-vertical .game-control-grid-key{width:20px;height:20px}.game-control-block-updown img{max-height:32px}.game-control-key-label{display:inline-block;padding:4px 12px;background:#ececec;border-radius:4px;font-family:var(--font-body),"Poppins",sans-serif;font-weight:900;font-size:14px;color:#111738;letter-spacing:-.42px;text-transform:uppercase}.game-control-row{display:flex;flex-direction:column;gap:16px;padding:16px 0}.game-control-row:first-child{padding-top:0}.game-control-row-split{flex-direction:row;gap:32px}.game-control-column{display:flex;flex-direction:column;gap:24px}.game-control-column-fixed{flex-shrink:0}.game-control-column-grow{flex:1}.game-control-row-full .game-control-options{flex-wrap:nowrap}.game-control-row-full .game-control-block{flex:1}.game-control-action-label{font-family:var(--font-body),"Poppins",sans-serif;font-weight:700;font-size:18px;color:#ececec;text-transform:uppercase}.game-control-options{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.game-control-or{font-family:var(--font-body),"Poppins",sans-serif;font-weight:700;font-size:14px;color:#ececec;opacity:.33;flex-shrink:0}.game-controls-section{margin-top:16px}.game-controls-stacked .game-control-row{border-bottom:1px solid rgba(255,255,255,.08)}.game-controls-stacked .game-control-row:last-child{border-bottom:none;padding-bottom:0}.game-controls-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.game-controls-grid .game-control-row{padding:0}.admin-control-card{background:var(--hub-bg-elevated);border:1px solid var(--hub-border);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px}.admin-control-card-header{display:flex;flex-direction:column;gap:4px}.admin-control-card-id{font-family:var(--font-mono, monospace);font-size:11px;color:var(--hub-text-muted);background:#ffffff0d;padding:2px 6px;border-radius:4px;display:inline-block;width:fit-content}.admin-control-card-description{font-size:12px;color:var(--hub-text-muted)}.admin-control-card-preview{display:flex;justify-content:center;padding:16px;background:#060a20;border-radius:8px}.admin-control-category-title{font-family:var(--font-body);font-weight:700;font-size:16px;color:var(--hub-text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--hub-border)}@media(max-width:640px){.game-control-block{height:48px;padding:0 12px;gap:8px}.game-control-block img{max-height:20px}.game-control-block-updown img{max-height:28px}.game-control-key-label{font-size:12px;padding:3px 10px}.game-control-action-label{font-size:16px}.game-control-options{gap:8px}.game-control-row-split{flex-direction:column;gap:0}.game-control-column{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08)}.game-control-column:last-child{border-bottom:none}.game-control-or{font-size:12px}.game-control-row-full .game-control-options{flex-wrap:wrap}.game-control-row-full .game-control-block{flex:1 1 40%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--hub-text-primary);background:var(--hub-bg-primary);min-height:100vh}#app{min-height:100vh;display:flex;flex-direction:column}.pixel-font{font-family:"Press Start 2P",cursive}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:600}h3{font-size:1.25rem;font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{background:var(--hub-bg-secondary);border-bottom:1px solid var(--hub-border);padding:16px 0;position:sticky;top:0;z-index:100}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{font-family:"Press Start 2P",cursive;font-size:20px;color:var(--hub-accent);text-decoration:none;text-shadow:var(--hub-glow-pink)}.nav{display:flex;gap:24px;align-items:center}.nav-link{color:var(--hub-text-secondary);text-decoration:none;font-weight:500;transition:color .15s}.nav-link:hover{color:var(--hub-text-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:color .15s,background-color .15s,box-shadow .15s,scale .15s;border:none;text-decoration:none}.btn-primary{background:var(--hub-accent);color:#fff}.btn-primary:hover:not(:disabled){filter:brightness(1.1);box-shadow:var(--hub-glow-pink)}.btn-primary:disabled{background:var(--hub-bg-elevated);color:var(--hub-text-muted);cursor:not-allowed;opacity:.7}.btn-secondary{background:var(--hub-bg-elevated);border:1px solid var(--hub-border);color:var(--hub-text-primary)}.btn-secondary:hover{border-color:var(--hub-accent)}.btn-secondary:disabled{opacity:.33;cursor:not-allowed}.btn-discord{background:#5865f2;color:#fff}.btn-discord:hover{background:#4752c4}.btn-guest{background:transparent;border:1px solid var(--hub-border);color:var(--hub-text-secondary)}.btn-guest:hover{border-color:var(--hub-text-secondary);color:var(--hub-text-primary)}.btn-lg{padding:14px 28px;font-size:16px}.card{background:var(--hub-bg-card);border:1px solid var(--hub-border);border-radius:12px;padding:20px}.arcade-floor{padding:48px 0}.section-title{font-family:"Press Start 2P",cursive;font-size:14px;color:var(--hub-accent);margin-bottom:24px;text-transform:uppercase;letter-spacing:2px}.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.game-card{background:var(--hub-bg-card);border:1px solid var(--hub-border);border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s;cursor:pointer}.game-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d;border-color:var(--hub-accent)}.game-thumbnail{aspect-ratio:16/9;background:var(--hub-bg-elevated);display:flex;align-items:center;justify-content:center;font-size:48px}.game-info{padding:16px}.game-title{font-family:"Press Start 2P",cursive;font-size:12px;margin-bottom:8px;color:var(--hub-text-primary)}.game-description{font-size:14px;color:var(--hub-text-secondary);margin-bottom:12px}.game-stats{display:flex;gap:16px;font-size:12px;color:var(--hub-text-muted)}.game-stat{display:flex;align-items:center;gap:4px}.input{width:100%;padding:12px 16px;background:var(--hub-bg-primary);border:1px solid var(--hub-border);border-radius:8px;color:var(--hub-text-primary);font-size:14px;transition:border-color .15s,box-shadow .15s}.input:focus{outline:none;border-color:var(--hub-accent);box-shadow:0 0 0 3px #ff6b9d33}.input::placeholder{color:var(--hub-text-muted)}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:var(--hub-text-secondary)}.modal-backdrop{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:fadeIn .2s ease-out}.modal{background:var(--hub-bg-secondary);border:1px solid var(--hub-border);border-radius:16px;width:100%;max-width:400px;animation:slideUp .3s ease-out}.modal-header{padding:20px 24px;border-bottom:1px solid var(--hub-border);display:flex;align-items:center;justify-content:space-between}.modal-title{font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:var(--hub-text-primary);margin:0}.modal-body{padding:24px}.modal-close{background:none;border:none;color:var(--hub-text-secondary);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .15s,background .15s}.modal-close:hover{color:var(--hub-text-primary);background:var(--hub-bg-tertiary)}.modal-close svg{width:20px;height:20px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.divider{display:flex;align-items:center;gap:16px;margin:20px 0;color:var(--hub-text-muted);font-size:12px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--hub-border)}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.badge-guest{background:var(--hub-bg-elevated);color:var(--hub-text-secondary)}.badge-member{background:linear-gradient(135deg,#ffd93d,#ff9500);color:#1a0a2e}.badge-patron{background:linear-gradient(135deg,#ff6b9d,#9333ea);color:#fff}.badge-level{background:var(--hub-accent-secondary);color:#1a0a2e}.user-menu{display:flex;align-items:center;gap:12px}.user-info{display:flex;flex-direction:column;align-items:flex-end}.user-name{font-weight:600;font-size:14px}.guest-name{color:var(--hub-text-muted);font-size:14px;font-weight:500}.user-badges{display:flex;gap:4px;margin-top:2px}.avatar{width:40px;height:40px;border-radius:50%;background:var(--hub-bg-elevated);display:flex;align-items:center;justify-content:center;font-weight:600;border:2px solid var(--hub-border)}.avatar-img{width:100%;height:100%;background-size:110%;background-position:center;background-repeat:no-repeat;border-radius:inherit}.leaderboard{width:100%;border-collapse:collapse}.leaderboard th{text-align:left;padding:12px;border-bottom:1px solid var(--hub-border);color:var(--hub-text-secondary);font-weight:500;font-size:12px;text-transform:uppercase}.leaderboard td{padding:12px;border-bottom:1px solid var(--hub-border)}.leaderboard tr:hover td{background:var(--hub-bg-elevated)}.rank-1{color:#ffd93d}.rank-2{color:silver}.rank-3{color:#cd7f32}.message{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}.message-error{background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.message-success{background:#10b98133;border:1px solid rgba(16,185,129,.3);color:#6ee7b7}.hero{text-align:center;padding:64px 0;background:linear-gradient(180deg,var(--hub-bg-secondary) 0%,var(--hub-bg-primary) 100%)}.hero-title{font-family:"Press Start 2P",cursive;font-size:32px;color:var(--hub-accent);text-shadow:var(--hub-glow-pink);margin-bottom:16px}.hero-subtitle{font-size:18px;color:var(--hub-text-secondary);max-width:500px;margin:0 auto}.main-layout{display:grid;grid-template-columns:1fr 320px;gap:32px;padding:32px 0}.sidebar{display:flex;flex-direction:column;gap:24px}@media(max-width:900px){.main-layout{grid-template-columns:1fr}.sidebar{order:-1}}.loading{display:flex;align-items:center;justify-content:center;padding:48px;color:var(--hub-text-secondary)}.spinner{width:24px;height:24px;border:2px solid var(--hub-border);border-top-color:var(--hub-accent);border-radius:50%;animation:spin .8s linear infinite;margin-right:12px}@keyframes spin{to{transform:rotate(360deg)}}.cabinet-row{display:flex;gap:clamp(30px,8vw,80px);align-items:flex-end;justify-content:center;padding:40px 20px 60px}.arcade-cabinet{position:relative;transition:transform .3s ease,filter .3s ease}.arcade-cabinet:hover{transform:translateY(-15px) scale(1.05)}.arcade-cabinet.coming-soon{opacity:.5;filter:grayscale(40%) brightness(.8);cursor:not-allowed!important}.arcade-cabinet.coming-soon:hover{transform:none}.cabinet-image{height:clamp(200px,35vh,350px);width:auto;display:block;image-rendering:pixelated;image-rendering:crisp-edges}.cabinet-shadow{position:absolute;bottom:-20px;left:10%;right:10%;height:30px;background:radial-gradient(ellipse at center,rgba(0,0,0,.6) 0%,transparent 70%);filter:blur(10px)}@media(max-width:900px){.cabinet-row{flex-wrap:wrap;gap:20px}.cabinet-image{height:clamp(150px,25vh,250px)}}.main-content{flex:1;min-height:calc(100vh - 200px)}.footer{background:var(--hub-bg-secondary);border-top:1px solid var(--hub-border);padding:24px 0;margin-top:auto}.footer-inner{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:24px}.footer-link{color:var(--hub-text-muted);text-decoration:none;font-size:14px;transition:color .15s}.footer-link:hover{color:var(--hub-text-secondary)}.footer-copyright{color:var(--hub-text-muted);font-size:14px}@media(max-width:600px){.footer-inner{flex-direction:column;gap:16px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}.coming-soon-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:48px 24px}.coming-soon-content{text-align:center;max-width:400px}.coming-soon-title{font-family:"Press Start 2P",cursive;font-size:24px;color:var(--hub-accent);text-shadow:var(--hub-glow-pink);margin-bottom:32px;line-height:1.4}.coming-soon-icon{color:var(--hub-accent-secondary);margin-bottom:24px;opacity:.8}.coming-soon-icon svg{filter:drop-shadow(0 0 20px var(--hub-accent-secondary))}.coming-soon-text{font-size:18px;color:var(--hub-text-secondary);margin-bottom:8px}.coming-soon-subtext{font-size:14px;color:var(--hub-text-muted);margin-bottom:32px}.sidebar-link{color:var(--hub-accent);text-decoration:none;font-size:12px;font-weight:500;transition:color .15s}.sidebar-link:hover{color:var(--hub-accent-secondary)}a.user-menu{text-decoration:none;color:inherit;transition:opacity .15s}a.user-menu:hover{opacity:.8}.hub-layout{display:flex;flex-direction:column;min-height:100vh;background:var(--hub-bg-primary)}.hub-content-wrapper{display:flex;flex:1;width:100%}.hub-header-avatar{width:40px;height:40px;border-radius:8px;overflow:hidden;flex-shrink:0}.hub-header-user-toggle{display:flex;align-items:center;gap:12px;background:none;border:none;padding:8px;margin:-8px;border-radius:8px;cursor:pointer;color:inherit;font:inherit;text-align:left}.hub-header-user-toggle:hover{background:var(--hub-bg-elevated)}.hub-header-user-details{display:flex;flex-direction:column;gap:2px}.hub-header-user-name{font-weight:600;font-size:14px;color:var(--hub-text-primary)}.hub-header-user-status{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--hub-text-secondary)}.hub-header-online-dot{width:8px;height:8px;border-radius:50%;background:var(--hub-accent-green, #10b981)}.hub-header-menu-icon{width:16px;height:16px;opacity:.5;flex-shrink:0}.hub-header-user-toggle:hover .hub-header-menu-icon{opacity:.8}.hub-header-user{position:relative}.hub-header-dropdown{position:absolute;top:100%;right:-8px;margin-top:16px;background:var(--hub-bg-card);border:1px solid var(--hub-border);border-radius:12px;min-width:160px;display:none;z-index:100;box-shadow:0 8px 24px #0006;overflow:hidden}.hub-header-dropdown.open{display:block}.hub-header-dropdown-item{display:block;width:100%;padding:12px 16px;text-align:left;background:none;border:none;color:var(--hub-text-primary);text-decoration:none;font-family:var(--font-body);font-weight:500;font-size:14px;cursor:pointer;transition:background .15s}.hub-header-dropdown-item:hover{background:var(--hub-bg-elevated)}.hub-header-dropdown-item+.hub-header-dropdown-item{border-top:1px solid var(--hub-border)}.hub-footer{padding:16px 32px;background:var(--hub-bg-secondary);border-top:1px solid var(--hub-border);text-align:center}.hub-footer-copyright{font-size:12px;color:var(--hub-text-muted)}.hub-main{width:100%;padding:32px;overflow-y:auto;box-sizing:border-box}.hub-sidebar{padding:32px 32px 32px 16px;overflow-y:auto;min-width:350px;display:flex;flex-direction:column;gap:24px}@media(max-width:1000px){.hub-content-wrapper{grid-template-columns:1fr}.hub-sidebar{display:none}.hub-main{padding:24px}}@media(max-width:600px){.hub-main{padding:16px}}.lobby-layout{display:grid;grid-template-columns:260px minmax(auto,900px) minmax(350px,1fr);min-height:100vh;background:var(--hub-bg-primary)}.lobby-layout>.lobby-nav{border-right:none}.lobby-nav{background:var(--hub-bg-secondary);display:flex;flex-direction:column;height:100vh;position:sticky;top:0;padding:32px;gap:32px}.lobby-nav-header{display:flex;justify-content:center}.lobby-logo{max-width:196px;height:auto}.lobby-nav-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(236,236,236,.15),transparent)}.lobby-nav-content{display:flex;flex-direction:column;flex:1;justify-content:space-between}.lobby-nav-main{display:flex;flex-direction:column;gap:32px}.lobby-nav-links{display:flex;flex-direction:column;gap:18px}.lobby-nav-link{display:flex;align-items:center;gap:10px;padding:12px 25px;color:var(--hub-text-muted);text-decoration:none;font-weight:800;font-size:16px;border-radius:100px;transition:color .2s ease,background-color .2s ease}.lobby-nav-link:hover{color:var(--hub-text-primary);background:#0d8dd21a}.lobby-nav-link.active{color:var(--hub-text-primary);background:var(--hub-accent);border:2px solid rgba(236,236,236,.1);box-shadow:0 14px 24px #ffffff0d}.lobby-nav-icon{width:20px;height:20px;flex-shrink:0}.lobby-nav-icon svg{width:100%;height:100%}.lobby-nav-footer{display:flex;flex-direction:column;gap:24px}.lobby-nav-footer-links{display:flex;flex-direction:column}.lobby-nav-footer-link{display:block;color:var(--hub-text-muted);text-decoration:none;font-size:12px;font-weight:600;padding:12px 24px;border-radius:100px;transition:color .15s}.lobby-nav-footer-link:hover{color:var(--hub-text-secondary)}.lobby-nav-copyright{display:block;color:var(--hub-text-muted);font-size:11px;font-weight:600;padding:12px 24px;line-height:1.6}.lobby-main{padding:32px 16px 32px 32px;overflow-y:auto;max-height:100vh;max-width:900px;box-sizing:border-box}.lobby-hero{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:32px;margin-bottom:40px;border-radius:16px;border:1px solid #111f4e;box-shadow:0 4px 16px #0d8dd224;min-height:280px;overflow:hidden}.lobby-hero-bg{position:absolute;inset:0;z-index:0;border-radius:16px;overflow:hidden}.lobby-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.lobby-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(179deg,#0000 46%,#000 87%);border-radius:16px}.lobby-hero-title{position:relative;z-index:1;font-family:var(--font-body);font-weight:700;font-style:italic;font-size:32px;color:var(--hub-text-primary);margin-bottom:10px}.lobby-hero-subtitle{position:relative;z-index:1;font-family:var(--font-body);font-weight:300;font-size:16px;color:var(--hub-text-primary);max-width:745px;line-height:1.5}.lobby-section-title{font-family:"Press Start 2P",cursive;font-size:12px;color:var(--hub-accent);margin-bottom:20px;letter-spacing:2px}.lobby-games{margin-bottom:48px}.lobby-games-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:24px}.lobby-game-card{position:relative;width:100%;aspect-ratio:360 / 390;background:#14264c;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.lobby-game-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0006,0 0 40px #0d8dd226}.lobby-game-card:hover .lobby-game-cabinet{transform:scale(1.03)}.lobby-game-card:hover .lobby-game-play-btn{box-shadow:0 8px 30px #0d8dd266,0 0 20px #00d4ff33}.lobby-game-card.coming-soon{cursor:default;background:linear-gradient(180deg,#1e233299,#0f1423cc);border:1px dashed rgba(255,255,255,.15)}.lobby-game-card.coming-soon:hover{transform:none;box-shadow:none}.lobby-game-card.coming-soon-preview{cursor:default}.lobby-game-card.coming-soon-preview:hover{transform:none;box-shadow:none}.lobby-game-card.coming-soon-preview:hover .lobby-game-cabinet{transform:none}.lobby-game-card.coming-soon-preview .lobby-game-cabinet img{filter:grayscale(.5) brightness(.7)}.lobby-game-play-btn.coming-soon-btn{background:#ffffff1a;cursor:default;pointer-events:none}.lobby-game-play-btn.coming-soon-btn .lobby-game-play-text{color:#fff9}.lobby-game-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.lobby-game-placeholder-title{font-family:"Press Start 2P",cursive;font-size:32px;color:#ffffff40;text-shadow:0 0 20px rgba(255,255,255,.1)}.lobby-game-placeholder-subtitle{font-family:"Press Start 2P",cursive;font-size:10px;color:#ffffff59;letter-spacing:3px}.lobby-game-cabinet{position:absolute;inset:0;z-index:1;display:flex;align-items:flex-start;justify-content:center;transition:transform .3s ease}.lobby-game-cabinet img{width:100%;height:auto;object-fit:contain;object-position:top center}.lobby-game-online-badge{position:absolute;top:16px;left:16px;z-index:3;background:#21a500;padding:2px 12px;border-radius:16px}.lobby-game-online-badge span{font-family:var(--font-body);font-weight:700;font-size:11px;color:var(--hub-text-primary);text-shadow:0px 2px 0px rgba(0,0,0,.15);white-space:nowrap}.lobby-game-play-btn{position:absolute;bottom:0;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;background:linear-gradient(180deg,#0d8dd280,#051432b3);border:none;border-top:1px solid rgba(0,212,255,.25);border-radius:0 0 16px 16px;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease;overflow:hidden;backdrop-filter:blur(12px) saturate(1.2);-webkit-backdrop-filter:blur(12px) saturate(1.2)}.lobby-game-play-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00d4ff26,#0d8dd21a);opacity:0;transition:opacity .25s ease}.lobby-game-play-btn:hover{background:linear-gradient(180deg,#0d8dd2b3,#051e46cc);border-top-color:#00d4ff66;box-shadow:0 8px 30px #0d8dd24d,0 0 20px #00d4ff26,inset 0 1px #ffffff1a}.lobby-game-play-btn:hover:before{opacity:1}.lobby-game-play-btn:active{transform:scale(.98)}.lobby-game-play-icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:50%;transition:background-color .25s ease,border-color .25s ease,transform .25s ease}.lobby-game-play-btn:hover .lobby-game-play-icon{background:#ffffff40;border-color:#fff6;transform:scale(1.05)}.lobby-game-play-icon svg{width:18px;height:18px;color:#fff;margin-left:2px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.lobby-game-play-text{position:relative;z-index:1;font-family:var(--font-body);font-weight:700;font-size:15px;color:#fff;letter-spacing:1.5px;text-shadow:0 1px 3px rgba(0,0,0,.3)}.lobby-game-player-icon{position:absolute;top:12px;right:12px;z-index:10;width:28px;height:28px;background:#0d8dd2;border-radius:6px;display:flex;align-items:center;justify-content:center}.lobby-game-player-icon svg{width:16px;height:auto;display:block;color:#ececec;fill:#ececec}.lobby-game-player-icon.single-player svg{width:12px}.lobby-game-beta-badge{position:absolute;bottom:52px;right:12px;z-index:10;padding:4px 8px;background:linear-gradient(135deg,#ff3cac,#784ba0,#00d4ff);border-radius:4px;font-family:var(--font-body);font-weight:700;font-size:10px;color:#fff;letter-spacing:1px;text-transform:uppercase;box-shadow:0 2px 8px #ff3cac66}.btn-sm{padding:8px 16px;font-size:12px}.lobby-scores-title{font-family:var(--font-body);font-weight:700;font-size:16px;color:#fff;margin-bottom:16px}.lobby-scores-list{display:flex;flex-direction:column;gap:16px}.lobby-scores-empty{display:flex;align-items:center;justify-content:center;padding:48px 24px;background:#ffffff05;border-radius:12px;color:var(--hub-text-muted);font-size:14px;text-align:center}.lobby-scores-empty p{margin:0}.lobby-score-row{display:flex;align-items:center;justify-content:space-between;background:#0f1527;border-radius:8px;padding:8px 12px;gap:16px}.lobby-score-left{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.lobby-score-user{display:flex;align-items:center;gap:10px;text-decoration:none}.lobby-score-user-clickable{cursor:pointer;transition:opacity .15s ease}.lobby-score-user-clickable:hover{opacity:.8}.lobby-score-user-clickable:hover .lobby-score-name{color:var(--hub-accent)}.lobby-score-avatar{width:32px;height:32px;border-radius:8px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 1px #000000b8;overflow:hidden}.lobby-score-avatar-img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.lobby-score-avatar-initial{position:relative;z-index:1;font-family:var(--font-body);font-weight:800;font-size:14px;color:var(--hub-text-primary)}.lobby-score-avatar-glow{position:absolute;inset:0;border-radius:8px;pointer-events:none}.lobby-score-user-details{display:flex;flex-direction:column;justify-content:center;padding-bottom:4px}.lobby-score-name{font-family:var(--font-body);font-weight:800;font-size:14px;color:#ececec;line-height:1.2}.lobby-score-tier{display:flex;align-items:center;gap:2px;margin-top:-2px}.lobby-score-tier-icon{width:9px;height:9.375px;flex-shrink:0}.lobby-score-tier.patron .lobby-score-tier-icon{color:#ffc800}.lobby-score-tier.member .lobby-score-tier-icon{color:#00eaff}.lobby-score-tier-label{font-family:var(--font-body);font-weight:800;font-size:11px;line-height:11px}.lobby-score-tier.patron .lobby-score-tier-label{color:#ffc800}.lobby-score-tier.member .lobby-score-tier-label{color:#00eaff}.lobby-score-separator{width:0;height:20px;border-left:1px solid rgba(236,236,236,.2)}.lobby-score-game{font-family:var(--font-body);font-weight:800;font-size:14px;color:#ececec;white-space:nowrap}.lobby-score-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.lobby-score-value{font-family:var(--font-body);font-size:14px;color:#ececec;white-space:nowrap}.lobby-score-value-label{font-weight:700}.lobby-score-value-num{font-weight:400}.lobby-score-record-badge{display:flex;align-items:center;justify-content:center;gap:4px;background:#ffc800;padding:4px 8px;border-radius:3px;position:relative;flex-shrink:0}.lobby-score-record-badge:after{content:"";position:absolute;inset:0;border-radius:3px;box-shadow:inset 0 2px #ffffffb3;pointer-events:none}.lobby-score-trophy{width:12.5px;height:10px;color:#050b1e;flex-shrink:0}.lobby-score-record-badge span{font-family:var(--font-body);font-weight:700;font-size:12px;color:#050b1e;white-space:nowrap}@media(max-width:900px){.lobby-score-left{flex-wrap:wrap;gap:8px}.lobby-score-separator{display:none}.lobby-score-row{flex-direction:column;align-items:flex-start;gap:8px}.lobby-score-value{align-self:flex-end}}.lobby-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}@media(max-width:900px){.lobby-stats-row{grid-template-columns:1fr}}.lobby-arcade-stats-title{font-family:var(--font-body);font-weight:700;font-size:16px;color:#fff;margin-bottom:16px}.lobby-arcade-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.lobby-stat-card{display:flex;align-items:center;gap:12px;background:#0f1527;border-radius:12px;padding:16px;border:1px solid rgba(255,255,255,.05);transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.lobby-stat-card:hover{background:#151d35;border-color:#ffffff1a;transform:translateY(-2px)}.lobby-stat-card-primary{background:linear-gradient(135deg,#0f1527,#1a1f3d);border:1px solid rgba(13,141,210,.3)}.lobby-stat-card-primary:hover{border-color:#0d8dd280}.lobby-stat-card-featured{background:linear-gradient(135deg,#0f1527,#1a1f3d);border:1px solid rgba(255,193,7,.2)}.lobby-stat-card-featured:hover{border-color:#ffc10766}.lobby-stat-icon{width:40px;height:40px;border-radius:10px;background:#0d8dd226;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lobby-stat-icon svg{width:20px;height:20px;color:var(--hub-accent)}.lobby-stat-icon-cyan{background:#00d4ff26}.lobby-stat-icon-cyan svg{color:#00d4ff}.lobby-stat-icon-yellow{background:#ffd93d26}.lobby-stat-icon-yellow svg{color:#ffd93d}.lobby-stat-icon-green{background:#39ff1426}.lobby-stat-icon-green svg{color:#39ff14}.lobby-stat-icon-purple{background:#a78bfa26}.lobby-stat-icon-purple svg{color:#a78bfa}.lobby-stat-icon-blue{background:#60a5fa26}.lobby-stat-icon-blue svg{color:#60a5fa}.lobby-stat-icon-gold{background:#ffc10726}.lobby-stat-icon-gold svg{color:#ffc107}.lobby-stat-content{display:flex;flex-direction:column;gap:2px;min-width:0}.lobby-stat-value{font-family:var(--font-body);font-weight:700;font-size:20px;color:#fff;line-height:1.2}.lobby-stat-card-primary .lobby-stat-value{font-size:28px;background:linear-gradient(90deg,#fff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lobby-stat-label{font-family:var(--font-body);font-weight:500;font-size:12px;color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.5px}@media(max-width:600px){.lobby-arcade-stats-grid{grid-template-columns:1fr}.lobby-stat-card-primary{grid-column:span 1}.lobby-stat-card{padding:12px}.lobby-stat-value{font-size:18px}.lobby-stat-card-primary .lobby-stat-value{font-size:24px}}.lobby-community{padding:32px 32px 32px 16px;overflow-y:auto;max-height:100vh;min-width:350px;display:flex;flex-direction:column;gap:32px}.lobby-user-menu-bar{display:flex;align-items:center;gap:36px;position:relative}.lobby-user-profile{display:flex;align-items:center;gap:16px;flex:1}.lobby-user-avatar-large{width:64px;height:64px;border-radius:16px;background:#14264c;border:1px solid rgba(255,255,255,.06);box-shadow:0 2px #161b2f,inset 0 5px 10px #14264c;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.lobby-user-avatar-large img{width:100%;height:100%;object-fit:cover}.lobby-user-avatar-large .lobby-user-avatar-initial{font-family:var(--font-body);font-weight:800;font-size:24px;color:var(--hub-text-primary)}.lobby-user-details{display:flex;flex-direction:column;flex:1;min-width:0}.lobby-user-name-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.lobby-user-name{font-family:var(--font-body);font-weight:800;font-size:16px;color:#ececec;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lobby-user-online-dot{width:9px;height:9px;border-radius:50%;background:#39ff14;flex-shrink:0}.lobby-user-subtitle{font-family:var(--font-body);font-weight:400;font-size:14px;color:#ececec;opacity:.66;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lobby-menu-btn{width:64px;height:64px;border-radius:16px;background:#14264c;border:1px solid rgba(255,255,255,.06);box-shadow:0 2px #161b2f;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s,border-color .15s,box-shadow .15s,scale .15s;flex-shrink:0}.lobby-menu-btn:hover{background:#1a3060}.lobby-menu-btn img{width:26px;height:auto}.lobby-user-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#14264c;border:1px solid rgba(255,255,255,.1);border-radius:12px;min-width:180px;display:none;z-index:100;box-shadow:0 8px 24px #0006;overflow:hidden}.lobby-user-dropdown.open{display:block}.lobby-user-dropdown-item{display:block;width:100%;padding:14px 20px;text-align:left;background:none;border:none;color:var(--hub-text-primary);text-decoration:none;font-family:var(--font-body);font-weight:600;font-size:14px;cursor:pointer;transition:color .15s,background-color .15s}.lobby-user-dropdown-item:hover{background:#ffffff0d}.lobby-user-dropdown-item+.lobby-user-dropdown-item{border-top:1px solid rgba(255,255,255,.06)}.lobby-user-card{background:var(--hub-bg-card);border:1px solid var(--hub-border);border-radius:12px;padding:16px}.lobby-user-guest-msg{color:var(--hub-text-muted);font-size:14px;margin-bottom:12px;text-align:center}.lobby-bonus-card{background:var(--hub-bg-card);border:1px solid var(--hub-border);border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.lobby-bonus-card.available{border-color:var(--hub-accent-yellow);background:linear-gradient(180deg,rgba(255,217,61,.1) 0%,transparent 100%)}.lobby-bonus-icon{color:var(--hub-accent-yellow)}.lobby-bonus-card.available .lobby-bonus-icon{animation:bonusBounce 1s ease-in-out infinite}@keyframes bonusBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.lobby-bonus-title{font-size:14px;font-weight:600;color:var(--hub-text-primary);margin:0}.lobby-bonus-text{font-size:12px;color:var(--hub-text-secondary);line-height:1.5;margin:0}.lobby-bonus-btn{width:100%}.lobby-bonus-claimed-text{font-size:12px;color:var(--hub-accent-green);font-weight:600}@media(max-width:1400px){.lobby-games-grid{grid-template-columns:repeat(4,minmax(160px,1fr))}}@media(max-width:1200px){.lobby-layout{grid-template-columns:220px 1fr 280px}.lobby-games-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:900px){.lobby-layout{grid-template-columns:1fr}.lobby-nav,.lobby-community{display:none}.lobby-main{padding:24px}.lobby-games-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}}.placeholder-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:48px 24px}.placeholder-icon{color:var(--hub-accent-secondary);margin-bottom:32px;opacity:.9}.placeholder-icon svg{width:80px;height:80px;filter:drop-shadow(0 0 20px var(--hub-accent-secondary))}.placeholder-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#fff;margin-bottom:24px}.placeholder-message{font-size:18px;color:var(--hub-text-secondary);max-width:500px;line-height:1.6;margin-bottom:16px}.placeholder-subtitle{font-size:14px;color:var(--hub-text-muted);max-width:400px}@media(max-width:900px){.placeholder-content{min-height:50vh;padding:32px 16px}.placeholder-icon svg{width:60px;height:60px}.placeholder-title{font-size:18px}.placeholder-message{font-size:16px}}.profile-page{max-width:640px;margin:0 auto;padding:32px 0}.profile-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--hub-border)}.profile-avatar-large{width:100px;height:100px;border-radius:20px;background:linear-gradient(135deg,#14264c,#0a1628);border:3px solid var(--hub-accent);box-shadow:0 0 20px #ff6b9d4d;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-avatar-initial{font-family:var(--font-body);font-weight:800;font-size:40px;color:var(--hub-text-primary)}.profile-info{flex:1;min-width:0}.profile-name{font-family:var(--font-body);font-size:24px;font-weight:700;color:var(--hub-text-primary);margin:0 0 12px;word-break:break-word}.profile-badges{display:flex;gap:8px;margin-bottom:8px}.profile-badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:4px}.profile-badge-guest{background:#9ca3af33;color:#9ca3af;border:1px solid rgba(156,163,175,.3)}.profile-badge-member{background:#ff6b9d26;color:var(--hub-accent);border:1px solid rgba(255,107,157,.3)}.profile-joined{font-size:14px;color:var(--hub-text-muted);margin:0;padding-top:4px}.profile-edit-btn{display:flex;align-items:center;gap:8px;white-space:nowrap;flex-shrink:0}.profile-edit-icon{width:16px;height:16px}.profile-upgrade-card{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#ff6b9d1a,#8b5cf61a);border:1px solid rgba(255,107,157,.3);border-radius:16px;padding:24px;margin-bottom:32px}.profile-upgrade-content{flex:1}.profile-upgrade-title{font-family:var(--font-body);font-weight:700;font-size:16px;color:var(--hub-accent);margin:0 0 8px}.profile-upgrade-text{font-size:14px;color:var(--hub-text-secondary);margin:0;line-height:1.5}.profile-section{background:var(--hub-bg-card);border:1px solid var(--hub-border);border-radius:16px;padding:24px;margin-bottom:24px}.profile-section-title{font-family:"Press Start 2P",cursive;font-size:12px;color:var(--hub-text-primary);margin:0 0 20px;text-transform:uppercase;letter-spacing:1px}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}.profile-stat-card{background:#ffffff08;border:1px solid var(--hub-border);border-radius:12px;padding:20px 16px;text-align:center}.profile-stat-value{display:block;font-family:var(--font-body);font-weight:800;font-size:24px;color:var(--hub-text-primary);margin-bottom:4px}.profile-stat-label{font-size:12px;color:var(--hub-text-muted)}.profile-stats-note{font-size:13px;color:var(--hub-text-muted);text-align:center;margin:0;font-style:italic}.profile-activity-empty{text-align:center;padding:32px 16px}.profile-activity-empty p{color:var(--hub-text-muted);margin:0 0 16px}.profile-loading,.profile-error{text-align:center;padding:48px 16px;color:var(--hub-text-muted)}.profile-loading .spinner{margin:0 auto 16px}.profile-error p{margin:0 0 16px}.profile-activity-list{display:flex;flex-direction:column;gap:8px}.profile-activity-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#ffffff08;border:1px solid var(--hub-border);border-radius:8px}.profile-activity-game{display:flex;flex-direction:column;gap:2px}.profile-activity-game-name{font-size:14px;font-weight:500;color:var(--hub-text-primary)}.profile-activity-time{font-size:12px;color:var(--hub-text-muted)}.profile-activity-score{display:flex;align-items:center;gap:6px}.profile-activity-score-label{font-size:12px;color:var(--hub-text-secondary)}.profile-activity-score-value{font-size:14px;font-weight:600;color:var(--hub-accent)}@media(max-width:600px){.profile-page{padding:16px 0}.profile-header{flex-direction:column;align-items:center;text-align:center}.profile-badges{justify-content:center}.profile-edit-btn{width:100%;justify-content:center}.profile-upgrade-card{flex-direction:column;text-align:center}.profile-stats-grid{grid-template-columns:1fr}}.settings-back{margin-bottom:24px}.settings-back-link{display:inline-flex;align-items:center;gap:8px;color:var(--hub-text-secondary);font-size:14px;text-decoration:none;transition:color .15s ease}.settings-back-link:hover{color:var(--hub-accent)}.settings-back-link svg{width:18px;height:18px}.settings-page{max-width:640px;margin:0 auto;padding:32px 0}.settings-title{font-family:var(--font-body);font-size:24px;font-weight:700;color:var(--hub-text-primary);margin-bottom:32px}.settings-form{display:flex;flex-direction:column;gap:32px}.settings-columns{display:flex;gap:24px}.settings-col-main{flex:1}.settings-col-avatar{flex-shrink:0;width:220px}.settings-section{background:var(--hub-bg-card);border:1px solid var(--hub-border);border-radius:16px;padding:24px}.settings-section-title{font-family:var(--font-body);font-weight:700;font-size:16px;color:var(--hub-text-primary);margin-bottom:20px}.settings-avatar-preview{display:flex;align-items:center;gap:20px;margin-bottom:20px}.settings-avatar{width:80px;height:80px;border-radius:16px;background:#14264c;border:2px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.settings-avatar img{width:100%;height:100%;object-fit:cover}.settings-avatar-initial{font-family:var(--font-body);font-weight:800;font-size:32px;color:var(--hub-text-primary)}.settings-avatar-info{flex:1}.settings-avatar-hint{font-size:14px;color:var(--hub-text-secondary);margin:0}.settings-field-hint{font-size:12px;color:var(--hub-text-muted);margin-top:8px;margin-bottom:0}.email-field-row{display:flex;gap:12px;align-items:center}.email-field-row .input{flex:1}.email-field-row .btn{flex-shrink:0}.settings-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.settings-status{font-size:14px;font-weight:500}.settings-status.success{color:var(--hub-accent-green, #10b981)}.settings-status.error{color:#ef4444}.settings-status.loading{color:var(--hub-text-muted)}@media(max-width:700px){.settings-columns{flex-direction:column}}@media(max-width:600px){.settings-page{padding:16px 0}.settings-section{padding:16px}}.email-revert-result{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px;max-width:400px;margin:0 auto}.email-revert-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.email-revert-icon svg{width:48px;height:48px}.email-revert-icon.success{background:#10b98126;color:#10b981}.email-revert-icon.error{background:#ef444426;color:#ef4444}.email-revert-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#fff;margin:0 0 12px;text-shadow:none}.email-revert-message{font-size:16px;color:var(--hub-text-secondary);margin:0 0 24px;line-height:1.5}.avatar-picker{display:flex;flex-direction:column;align-items:center;gap:12px}.avatar-picker-preview{display:flex;flex-direction:column;align-items:center}.avatar-picker-image{width:160px;height:160px;border-radius:12px;border:2px solid var(--hub-border);transition:transform .1s ease,opacity .1s ease}.avatar-picker-empty{background:var(--hub-bg-elevated);display:flex;align-items:center;justify-content:center}.avatar-picker-empty-text{font-size:56px;font-weight:700;color:var(--hub-text-muted);opacity:.5}.avatar-picker-actions{display:flex;flex-wrap:wrap;gap:8px;width:100%;justify-content:center}.avatar-action-btn{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;padding:8px 12px}.avatar-action-btn:disabled{opacity:.7;cursor:not-allowed}.avatar-icon-btn{width:44px;height:44px;padding:0;border-radius:8px;flex:0 0 auto}.avatar-icon-btn .avatar-action-icon{width:20px;height:20px}.avatar-action-icon{width:16px;height:16px;flex-shrink:0}.avatar-discord-btn{background:#5865f226;border-color:#5865f266;color:#7289da}.avatar-discord-btn:hover:not(:disabled){background:#5865f240;border-color:#5865f299}.avatar-upload-status{margin-top:8px;font-size:12px;text-align:center;padding:4px 8px;border-radius:4px}.avatar-upload-status-loading{color:var(--hub-text-secondary);background:#ffffff0d}.avatar-upload-status-success{color:#4ade80;background:#4ade801a}.avatar-upload-status-error{color:#f87171;background:#f871711a}.avatar-picker-hint{margin-top:8px;font-size:11px;color:var(--hub-text-muted);text-align:center}.avatar-roll-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;font-size:13px;padding:8px 12px}.avatar-roll-btn:disabled{opacity:.7;cursor:not-allowed}.avatar-roll-icon{width:18px;height:18px}.user-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.user-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.user-badge-icon{font-size:12px}.user-badge-label{color:var(--hub-text-secondary)}.badge-designer{background:#8a2be226;border-color:#8a2be24d}.badge-designer .user-badge-label{color:#b47aff}.badge-founder{background:#ffd70026;border-color:#ffd7004d}.badge-founder .user-badge-label{color:gold}.badge-patron{background:#00bfff26;border-color:#00bfff4d}.badge-patron .user-badge-label{color:#00bfff}.badge-tester{background:#32cd3226;border-color:#32cd324d}.badge-tester .user-badge-label{color:#32cd32}.badge-icons{display:inline-flex;gap:2px;margin-left:4px}.badge-icon{font-size:12px;cursor:default}.admin-page{padding:32px 0;min-height:calc(100vh - 80px)}.admin-container{max-width:960px;margin:0 auto;padding:0 24px}.admin-header{margin-bottom:32px}.admin-title{font-family:var(--font-body);font-size:24px;font-weight:600;color:var(--hub-text-primary);margin-bottom:8px}.admin-subtitle{color:var(--hub-text-muted);font-size:14px}.admin-search{margin-bottom:24px}.admin-search-input{width:100%;max-width:400px;padding:10px 14px;background:var(--hub-bg-elevated);border:1px solid var(--hub-border);border-radius:8px;color:var(--hub-text-primary);font-size:14px}.admin-search-input::placeholder{color:var(--hub-text-muted)}.admin-search-input:focus{outline:none;border-color:var(--hub-accent)}.admin-user-list{display:flex;flex-direction:column;gap:8px}.admin-user-row{display:flex;gap:16px;align-items:center;padding:16px;background:var(--hub-bg-secondary);border:1px solid var(--hub-border);border-radius:8px}.admin-user-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.admin-user-name{font-weight:500;color:var(--hub-text-primary);display:flex;align-items:center;gap:8px}.admin-user-email{font-size:13px;color:var(--hub-text-muted);overflow:hidden;text-overflow:ellipsis}.admin-role-badge{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.admin-role-owner{background:#ff6b9d33;color:#ff6b9d}.admin-role-admin{background:#8a2be233;color:#b47aff}.admin-user-controls{display:flex;align-items:center;gap:8px}.admin-dropdown-wrapper{position:relative}.admin-dropdown-trigger{display:flex;align-items:center;gap:6px;padding:6px 10px;background:var(--hub-bg-elevated);border:1px solid var(--hub-border);border-radius:6px;color:var(--hub-text-secondary);font-size:13px;cursor:pointer;transition:color .15s,background-color .15s,border-color .15s,box-shadow .15s,scale .15s;min-width:90px}.admin-dropdown-trigger:hover{background:var(--hub-bg-card);border-color:var(--hub-text-muted);color:var(--hub-text-primary)}.admin-dropdown-trigger.open{border-color:var(--hub-accent);color:var(--hub-text-primary)}.admin-dropdown-label{flex:1;text-align:left}.admin-dropdown-arrow{width:14px;height:14px;opacity:.5;transition:transform .15s}.admin-dropdown-trigger.open .admin-dropdown-arrow{transform:rotate(180deg)}.admin-dropdown-menu{position:absolute;top:100%;left:0;margin-top:4px;background:var(--hub-bg-card);border:1px solid var(--hub-border);border-radius:8px;min-width:160px;z-index:100;display:none;overflow:hidden;box-shadow:0 8px 24px #0006}.admin-dropdown-menu.open{display:block}.admin-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:none;border:none;color:var(--hub-text-secondary);font-size:13px;cursor:pointer;transition:color .15s,background-color .15s;text-align:left}.admin-dropdown-item:hover{background:var(--hub-bg-elevated);color:var(--hub-text-primary)}.admin-dropdown-item.active{color:var(--hub-text-primary)}.admin-dropdown-item+.admin-dropdown-item{border-top:1px solid var(--hub-border)}.admin-dropdown-item-icon{font-size:14px}.admin-dropdown-item-label{flex:1}.admin-dropdown-item-check{color:var(--hub-accent);font-size:12px}.admin-role-static{padding:6px 10px;color:var(--hub-text-muted);font-size:13px;min-width:90px;text-align:center}.admin-delete-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid var(--hub-border);border-radius:6px;color:var(--hub-text-muted);cursor:pointer;transition:color .15s,background-color .15s,border-color .15s,scale .15s}.admin-delete-btn:hover{background:#ef44441a;border-color:#ef444466;color:#ef4444}.admin-delete-btn svg{width:16px;height:16px}.admin-pagination{display:flex;justify-content:center;gap:8px;margin-top:24px}.admin-pagination-btn{padding:8px 16px;background:var(--hub-bg-elevated);border:1px solid var(--hub-border);border-radius:6px;color:var(--hub-text-secondary);cursor:pointer;font-size:13px;transition:color .15s,background-color .15s,border-color .15s,scale .15s}.admin-pagination-btn:hover:not(:disabled){background:var(--hub-bg-secondary);color:var(--hub-text-primary)}.admin-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.admin-pagination-info{display:flex;align-items:center;color:var(--hub-text-muted);font-size:13px;padding:0 12px}.admin-loading,.admin-empty{text-align:center;padding:48px 0;color:var(--hub-text-muted)}.admin-section{margin-bottom:32px;padding:20px;background:var(--hub-bg-elevated);border:1px solid var(--hub-border);border-radius:12px}.admin-section-title{font-family:var(--font-body);font-size:18px;font-weight:600;color:var(--hub-text-primary);margin:0 0 4px}.admin-section-subtitle{font-size:13px;color:var(--hub-text-muted);margin:0 0 16px}.admin-leaderboard-actions{display:flex;gap:12px;flex-wrap:wrap}.admin-danger-btn{padding:10px 18px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-family:var(--font-body);font-size:13px;font-weight:600;cursor:pointer;transition:color .15s,background-color .15s,border-color .15s,scale .15s}.admin-danger-btn:hover{background:#ef444433;border-color:#ef444480}.admin-subnav{display:flex;gap:8px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--hub-border)}.admin-subnav-item{padding:10px 20px;background:transparent;border:1px solid var(--hub-border);border-radius:8px;color:var(--hub-text-muted);font-family:var(--font-body);font-size:14px;font-weight:600;cursor:pointer;transition:color .15s,background-color .15s,border-color .15s;text-decoration:none}.admin-subnav-item:hover{background:var(--hub-bg-elevated);color:var(--hub-text-primary)}.admin-subnav-item.active{background:var(--hub-accent);border-color:var(--hub-accent);color:#fff}.admin-tab-content{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.admin-controls-intro{margin-bottom:32px;padding:20px;background:var(--hub-bg-elevated);border:1px solid var(--hub-border);border-radius:12px}.admin-controls-intro p{margin:0 0 12px;font-size:14px;color:var(--hub-text-secondary);line-height:1.6}.admin-controls-intro p:last-child{margin-bottom:0}.admin-controls-intro strong{color:var(--hub-text-primary)}.admin-controls-intro code{background:#ffffff14;padding:2px 6px;border-radius:4px;font-family:var(--font-mono, monospace);font-size:12px;color:var(--hub-accent)}.admin-controls-usage{padding:12px 16px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.06)}.admin-controls-usage code{display:block;margin-top:8px;padding:8px 12px;background:#0000004d;border-radius:6px;font-size:11px;overflow-x:auto;white-space:nowrap}.admin-controls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.admin-control-card{background:var(--hub-bg-elevated);border:1px solid var(--hub-border);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px}.admin-control-card-header{display:flex;flex-direction:column;gap:6px}.admin-control-card-name{font-family:var(--font-body);font-weight:600;font-size:14px;color:var(--hub-text-primary)}.admin-control-card-id{font-family:var(--font-mono, monospace);font-size:11px;color:var(--hub-accent);background:#ffffff0d;padding:3px 8px;border-radius:4px;display:inline-block;width:fit-content}.admin-control-card-description{font-size:12px;color:var(--hub-text-muted);margin:0}.admin-control-card-preview{display:flex;justify-content:center;padding:20px;background:#060a20;border-radius:8px;margin-top:4px}.admin-control-category{margin-bottom:32px}.admin-control-category:last-child{margin-bottom:0}.admin-control-category-title{font-family:var(--font-body);font-weight:700;font-size:14px;color:var(--hub-text-primary);text-transform:uppercase;letter-spacing:1px;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid var(--hub-border)}.settings-connected-accounts{margin-top:24px}.connected-accounts-list{display:flex;flex-direction:column;gap:12px}.connected-accounts-loading,.connected-accounts-error{font-size:14px;color:var(--hub-text-muted);padding:16px;text-align:center}.connected-accounts-error{color:#ef4444}.connected-account{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#0003;border-radius:12px;border:1px solid var(--hub-border)}.connected-account-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.connected-account-icon svg{width:20px;height:20px}.connected-account-icon.email-icon{background:#0d8dd226;color:var(--hub-accent)}.connected-account-icon.discord-icon{background:#5865f226;color:#5865f2}.connected-account-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.connected-account-name{font-family:var(--font-body);font-weight:600;font-size:14px;color:var(--hub-text-primary)}.connected-account-detail{font-size:12px;color:var(--hub-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.connected-account-status{font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px;flex-shrink:0}.connected-account-status.connected{background:#10b98126;color:#10b981}.btn-sm{padding:6px 12px;font-size:12px}.shell{display:flex;min-height:100vh;position:relative;isolation:isolate}.shell-bg{position:fixed;inset:0;z-index:-1;overflow:hidden;background:radial-gradient(1200px 800px at 85% -10%,rgba(47,128,237,.1),transparent 60%),radial-gradient(900px 700px at -10% 110%,rgba(86,204,242,.07),transparent 60%),var(--hub-bg-primary)}.blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.35}.blob-1{width:420px;height:420px;top:-160px;right:-120px;background:linear-gradient(135deg,#2f80ed,#56ccf2)}.blob-2{width:260px;height:260px;bottom:-90px;left:32%;background:linear-gradient(135deg,#2f80ed,#7b61ff);opacity:.22}.blob-3{width:180px;height:180px;top:30%;left:-90px;background:linear-gradient(135deg,#56ccf2,#2f80ed);opacity:.25}.rail{width:72px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 0;background:#14172ab8;border-right:1px solid var(--hub-border);position:sticky;top:0;height:100vh;z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rail-logo{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--hub-gradient);box-shadow:var(--hub-glow-cyan);margin-bottom:10px}.rail-logo img{width:30px;height:30px;image-rendering:pixelated}.rail-nav{display:flex;flex-direction:column;gap:6px}.rail-item{position:relative;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--hub-text-muted);transition:color .15s ease,background-color .15s ease}.rail-item svg{width:21px;height:21px}.rail-item:hover{color:var(--hub-text-primary);background:#ffffff0f}.rail-item.active{color:#fff;background:#2f80ed2e}.rail-item.active:before{content:"";position:absolute;left:-14px;top:10px;bottom:10px;width:3px;border-radius:3px;background:var(--hub-gradient);box-shadow:0 0 8px #56ccf2cc}.rail-spacer{flex:1}.rail-foot{display:flex;flex-direction:column;gap:4px}.rail-foot a{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--hub-text-muted);text-decoration:none;font-size:11px;font-weight:700}.rail-foot a:hover{color:var(--hub-text-primary);background:#ffffff0f}.shell-body{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 28px;position:sticky;top:0;z-index:40;background:#14172ac7;border-bottom:1px solid var(--hub-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--font-body);font-size:14px}.topbar-left{display:flex;align-items:center;gap:14px;min-width:0}.topbar-brand{display:flex;align-items:center;gap:10px;text-decoration:none;line-height:1.25}.topbar-brand-text{display:flex;flex-direction:column}.topbar-logo{display:none;width:30px;height:30px;image-rendering:pixelated}.topbar-wordmark{font-family:var(--font-arcade);font-size:13px;color:#fff;letter-spacing:1px;text-shadow:0 0 12px rgba(86,204,242,.55);white-space:nowrap}.topbar-sub{font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--hub-text-muted)}.topbar-crumb-sep{color:var(--hub-text-muted)}.topbar-crumb{color:var(--hub-text-secondary);font-weight:600;white-space:nowrap}.topbar-right{display:flex;align-items:center;gap:14px}.shell-content{flex:1;display:flex;gap:24px;padding:26px 28px;max-width:1560px;width:100%;margin:0 auto}.page{flex:1;min-width:0;display:flex;flex-direction:column;gap:30px}.page-rail{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:18px}.hub-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;border-top:1px solid var(--hub-border);color:var(--hub-text-muted);font-size:12px}.hub-footer-links{display:flex;gap:16px}.hub-footer-links a{color:var(--hub-text-muted);text-decoration:none}.hub-footer-links a:hover{color:var(--hub-text-secondary)}.section-title{font-family:var(--font-arcade);font-size:15px;font-weight:400;letter-spacing:2px;color:var(--hub-text-primary);text-shadow:0 0 14px rgba(86,204,242,.35)}.section-head{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.section-head--split{justify-content:space-between;align-items:flex-end}.section-head--split>div{display:flex;flex-direction:column;gap:6px}.section-count{font-size:13px;color:var(--hub-text-muted);font-weight:500}.section-subtitle{margin:0;color:var(--hub-text-muted);font-size:13px}.hero-row-section .section-title{margin-bottom:16px}.section-head .section-title{margin-bottom:0}.chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;background:var(--hub-accent-red);color:#fff;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.chip+.chip{background:var(--hub-accent-pink)}.chip-dim{background:#ffffff14!important;color:var(--hub-text-secondary)}.latest-release{display:flex;flex-direction:column;gap:16px}.release-section-head{display:grid;grid-template-columns:minmax(28px,1fr) auto minmax(28px,1fr);align-items:center;gap:18px}.release-section-head .section-title{color:#ffc45f;letter-spacing:3px;text-shadow:0 0 18px rgba(255,139,48,.42)}.release-section-line{height:1px;background:linear-gradient(90deg,transparent,rgba(255,172,68,.44))}.release-section-line:last-child{background:linear-gradient(90deg,rgba(255,172,68,.44),transparent)}.release-feature{position:relative;display:block;width:100%;min-height:430px;overflow:hidden;padding:0;appearance:none;border:1px solid rgba(255,175,69,.28);border-radius:0;clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,13px 100%,0 calc(100% - 13px));color:#fff;text-align:left;font:inherit;cursor:pointer;background:radial-gradient(ellipse at 78% 52%,rgba(255,112,23,.24),transparent 28%),radial-gradient(ellipse at 10% 0%,rgba(116,138,66,.17),transparent 38%),linear-gradient(105deg,#15180f,#1a190f 40%,#0c0e0b 68%,#080908);box-shadow:0 28px 70px #00000080,inset 0 1px #ffe1af14,inset 0 -80px 120px #0000006b;isolation:isolate;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.release-feature:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.55;background:repeating-linear-gradient(92deg,transparent 0 46px,rgba(0,0,0,.14) 47px 49px),repeating-linear-gradient(4deg,transparent 0 32px,rgba(202,176,111,.05) 33px 34px);-webkit-mask-image:linear-gradient(90deg,#000,transparent 72%);mask-image:linear-gradient(90deg,#000,transparent 72%)}.release-feature:after{content:"";position:absolute;inset:10px;z-index:5;border:1px solid rgba(255,210,132,.1);border-radius:0;clip-path:polygon(0 0,calc(100% - 17px) 0,100% 17px,100% 100%,9px 100%,0 calc(100% - 9px));pointer-events:none}.release-feature:hover{transform:translateY(-4px);border-color:#ffb8548c;box-shadow:0 34px 80px #00000094,0 0 42px #ff691824,inset 0 1px #ffe1af1f,inset 0 -80px 120px #0000006b}.release-feature:active{transform:translateY(-1px) scale(.99)}.release-feature:focus-visible{outline:3px solid #ffc45f;outline-offset:4px}.release-feature-noise{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.28;background:radial-gradient(circle at 24% 24%,rgba(225,255,153,.11) 0 1px,transparent 2px),radial-gradient(circle at 40% 70%,rgba(255,200,116,.1) 0 1px,transparent 2px);background-size:19px 19px,27px 27px}.release-feature-copy{position:relative;z-index:3;display:flex;width:48%;min-height:430px;padding:52px 30px 48px 54px;flex-direction:column;align-items:flex-start;justify-content:center}.release-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:15px;color:#b9d881;font-size:10px;font-weight:800;letter-spacing:2.3px;text-transform:uppercase}.release-live-dot{width:7px;height:7px;border-radius:50%;background:#a9e74f;box-shadow:0 0 10px #a9e74fe6;animation:release-live-pulse 1.8s ease-in-out infinite}.release-title{max-width:11ch;font-family:var(--font-arcade);font-size:clamp(27px,3vw,43px);line-height:1.22;letter-spacing:1px;color:#fff2ce;text-wrap:balance;text-shadow:0 4px 0 #5e2d18,0 0 28px rgba(255,139,48,.28)}.release-tagline{margin-top:11px;color:#ffb24b;font-size:18px;font-weight:800}.release-description{max-width:44ch;margin-top:12px;color:#f5efdcb8;font-size:14px;line-height:1.65}.release-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:19px}.release-meta>span{padding:5px 8px;border:1px solid rgba(199,215,139,.18);border-radius:5px;color:#c8d49d;background:#667b3a1c;font-size:9px;font-weight:800;letter-spacing:1px}.device-badges{display:inline-flex;flex-wrap:wrap;gap:7px}.release-feature .device-badges{margin-top:10px}.device-badge{display:inline-flex;min-height:24px;padding:0 8px;align-items:center;gap:5px;border:1px solid rgba(128,220,255,.24);color:#9bdcf0;background:#3295bb14;font-size:9px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.device-badge svg{width:13px;height:13px;flex:0 0 auto}.device-badge--mobile{border-color:#aeee5c3d;color:#b9e77b;background:#89c23f14}.release-actions{display:flex;align-items:center;gap:18px;margin-top:24px}.release-play{display:inline-flex;min-height:44px;padding:0 18px;align-items:center;gap:11px;border-radius:0;color:#23160b;background:linear-gradient(180deg,#ffd178,#f29a35);box-shadow:0 8px 24px #ee741a33,inset 0 1px #ffffff6b;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.6px;clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,7px 100%,0 calc(100% - 7px));transition:background-color .15s ease,box-shadow .15s ease}.release-play svg{width:18px;height:18px;transition:transform .15s ease}.release-feature:hover .release-play{box-shadow:0 10px 30px #ee741a54,inset 0 1px #ffffff80}.release-feature:hover .release-play svg{transform:translate(3px)}.release-playing{color:#f5efdc91;font-size:12px;font-weight:700}.release-feature-art{position:absolute;z-index:2;right:-2%;top:50%;width:61%;max-width:700px;transform:translateY(-50%);filter:drop-shadow(0 18px 22px rgba(0,0,0,.7));image-rendering:pixelated;pointer-events:none;transition:transform .24s cubic-bezier(.2,.8,.2,1),filter .24s ease}.release-feature:hover .release-feature-art{transform:translateY(-50%) rotate(1.2deg) scale(1.035);filter:drop-shadow(0 22px 26px rgba(0,0,0,.76)) drop-shadow(0 0 14px rgba(255,111,24,.18))}.release-feature-runes{position:absolute;z-index:1;right:4%;bottom:18px;color:#a0ff5a38;font-family:serif;font-size:20px;letter-spacing:15px;pointer-events:none}.early-access-section{padding:22px;border:1px dashed rgba(255,255,255,.12);border-radius:var(--hub-radius-lg);background:#ffffff05}.early-access-stamp{padding:5px 9px;border:1px solid rgba(255,189,89,.27);border-radius:5px;color:#ffca7ab8;font-size:9px;font-weight:800;letter-spacing:1.4px;transform:rotate(-2deg)}@keyframes release-live-pulse{50%{opacity:.5;box-shadow:0 0 4px #a9e74f80}}.hero-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:20px}.hero-card{position:relative;min-height:200px;border-radius:var(--hub-radius-lg);padding:26px 28px;display:flex;align-items:stretch;overflow:hidden;cursor:pointer;appearance:none;width:100%;border:0;color:inherit;text-align:left;font:inherit;background:linear-gradient(135deg,var(--hero-from),var(--hero-to));box-shadow:var(--hub-shadow-card);transition:transform .18s ease,box-shadow .18s ease}.hero-card:active{transform:translateY(-1px) scale(.99)}.hero-card:focus-visible{outline:3px solid var(--hub-accent-secondary);outline-offset:4px}.hero-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #00000073,0 0 30px color-mix(in srgb,var(--hero-from) 35%,transparent)}.hero-card-glow{position:absolute;inset:0;background:radial-gradient(400px 220px at 85% 20%,rgba(255,255,255,.16),transparent 60%),linear-gradient(to top,rgba(10,12,24,.35),transparent 55%);pointer-events:none}.hero-card-body{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:10px;max-width:62%}.hero-row--arcade{grid-template-columns:minmax(360px,.72fr)}.hero-chips{display:flex;gap:8px}.hero-card .hero-title{display:block;font-family:var(--font-arcade);font-size:21px;font-weight:400;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.45);line-height:1.4;margin:0}.hero-card .hero-tagline{display:block;font-family:var(--font-body);font-size:14px;font-weight:500;color:#ffffffe0;text-shadow:0 1px 6px rgba(0,0,0,.35);margin:0}.hero-actions{display:flex;align-items:center;gap:14px;margin-top:6px}.btn-play{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;background:#0a0c188c;color:#fff;font-weight:700;font-size:14px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);transition:color .15s,background-color .15s,border-color .15s}.btn-play svg{width:16px;height:16px}.hero-card:hover .btn-play{background:#fff;color:#14172a}.hero-playing{font-size:13px;font-weight:600;color:#ffffffd9}.hero-art{position:absolute;right:-10px;bottom:-14px;width:42%;max-width:270px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.45));transform:rotate(-4deg);transition:transform .2s ease;pointer-events:none}.hero-card:hover .hero-art{transform:rotate(-2deg) scale(1.04)}.lobby-games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:18px}.cover-card{border-radius:var(--hub-radius-md);background:var(--hub-bg-card);border:1px solid var(--hub-border);overflow:hidden;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.cover-card:hover{transform:translateY(-4px);border-color:#56ccf273;box-shadow:0 14px 30px #00000073,0 0 22px #2f80ed2e}.cover-card.is-coming-soon,.cover-card.is-placeholder{cursor:default}.cover-card.is-coming-soon:hover,.cover-card.is-placeholder:hover{transform:none;box-shadow:none;border-color:var(--hub-border)}.cover-media{position:relative;aspect-ratio:4 / 5;background:var(--hub-bg-elevated);display:flex;align-items:center;justify-content:center;overflow:hidden}.cover-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.cover-card:not(.is-coming-soon):hover .cover-media img{transform:scale(1.05)}.is-coming-soon .cover-media img{filter:saturate(.35) brightness(.6)}.cover-play{position:absolute;inset:auto 0 0;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;font-family:var(--font-arcade);font-size:11px;color:#fff;background:linear-gradient(to top,rgba(10,12,24,.92),transparent);opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,background-color .18s ease}.cover-play svg{width:14px;height:14px}.cover-card:hover .cover-play{opacity:1;transform:translateY(0)}.cover-beta{position:absolute;top:10px;right:10px;padding:3px 8px;border-radius:5px;background:var(--hub-gradient-pink);color:#fff;font-size:9px;font-weight:800;letter-spacing:1px}.cover-soon-ribbon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:8px 14px;border-radius:8px;background:#0a0c18d9;border:1px solid rgba(255,255,255,.14);font-family:var(--font-arcade);font-size:9px;color:var(--hub-text-secondary);white-space:nowrap}.cover-placeholder-title{font-family:var(--font-arcade);font-size:26px;color:var(--hub-text-muted);opacity:.6}.is-placeholder .cover-media{background:repeating-linear-gradient(45deg,rgba(255,255,255,.015) 0 12px,transparent 12px 24px),var(--hub-bg-card);border-bottom:1px dashed var(--hub-border)}.cover-meta{padding:12px 14px 14px;display:flex;flex-direction:column;gap:3px}.cover-name{font-weight:700;font-size:15px;color:var(--hub-text-primary)}.cover-desc{font-size:12px;color:var(--hub-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cover-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.cover-online{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--hub-text-muted)}.cover-online.has-players{color:var(--hub-accent-green)}.cover-online-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.lobby-arcade-stats-title{font-size:20px;font-weight:700;margin-bottom:16px}.lobby-arcade-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.lobby-stat-card{display:flex;align-items:center;gap:14px;padding:18px;border-radius:var(--hub-radius-md);background:var(--hub-bg-card);border:1px solid var(--hub-border)}.lobby-stat-icon{width:44px;height:44px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#2f80ed29;color:var(--hub-accent-secondary)}.lobby-stat-icon svg{width:22px;height:22px}.lobby-stat-icon-cyan{background:#56ccf224;color:#56ccf2}.lobby-stat-icon-gold{background:#ffd93d24;color:var(--hub-accent-yellow)}.lobby-stat-icon-green{background:#3ddc8421;color:var(--hub-accent-green)}.lobby-stat-icon-purple{background:#b02ee729;color:#c77bff}.lobby-stat-icon-blue{background:#2f80ed29;color:var(--hub-accent-secondary)}.lobby-stat-content{display:flex;flex-direction:column}.lobby-stat-value{font-size:22px;font-weight:800;color:var(--hub-text-primary);line-height:1.15}.lobby-stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--hub-text-muted)}.rail-card{border-radius:var(--hub-radius-md);background:var(--hub-bg-card);border:1px solid var(--hub-border);overflow:hidden}.rail-card-head{padding:14px 16px;border-bottom:1px solid var(--hub-border)}.rail-card-title{font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--hub-text-secondary)}.rail-empty{padding:22px 16px;text-align:center;color:var(--hub-text-muted);font-size:13px;line-height:1.6}.rail-score-list{display:flex;flex-direction:column}.rail-score-row{display:flex;align-items:center;gap:10px;padding:11px 14px}.rail-score-row+.rail-score-row{border-top:1px solid var(--hub-border)}.rail-score-row.has-record{background:#ffd93d0d}.rail-score-info{flex:1;min-width:0;display:flex;flex-direction:column}.rail-score-name-link{text-decoration:none}.rail-score-name{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--hub-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rail-score-name-link:hover .rail-score-name{color:var(--hub-accent-secondary)}.rail-score-game{font-size:11px;color:var(--hub-text-muted)}.rail-score-value{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.rail-score-num{font-size:13px;font-weight:700;color:var(--hub-accent-secondary)}.lobby-score-record-badge{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;color:var(--hub-accent-yellow)}.lobby-score-trophy{width:11px;height:9px}.rail-online-list{display:flex;flex-direction:column}.rail-online-row{display:flex;align-items:center;gap:10px;padding:11px 16px;text-decoration:none;transition:background .12s}.rail-online-row:hover{background:#ffffff0a}.rail-online-row+.rail-online-row{border-top:1px solid var(--hub-border)}.rail-online-dot{width:8px;height:8px;border-radius:50%;background:var(--hub-text-muted);opacity:.5}.rail-online-dot.live{background:var(--hub-accent-green);opacity:1;box-shadow:0 0 6px #3ddc8499}.rail-online-name{flex:1;font-size:13px;font-weight:600;color:var(--hub-text-primary)}.rail-online-count{font-size:12px;font-weight:700;color:var(--hub-text-muted)}.page .lobby-games,.page .lobby-arcade-stats{margin:0}@media(max-width:1180px){.page-rail{display:none}}@media(max-width:900px){.hero-row{grid-template-columns:1fr}.release-feature{min-height:400px}.release-feature-copy{width:56%;min-height:400px;padding-left:38px}.release-feature-art{right:-9%;width:66%;opacity:.82}.shell-content{padding:18px 16px}.topbar{padding:12px 16px}}@media(max-width:640px){.rail{display:none}.lobby-games-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hero-card{padding:20px;min-height:170px}.hero-card-body{max-width:100%}.hero-art{opacity:.3}.hero-card .hero-title{font-size:16px}.release-section-head{gap:10px}.release-section-head .section-title{font-size:12px;letter-spacing:2px}.release-feature{min-height:520px;border-radius:16px}.release-feature-copy{width:100%;min-height:520px;padding:252px 24px 32px;justify-content:flex-end;background:linear-gradient(to top,rgba(10,11,8,.98) 10%,rgba(10,11,8,.82) 50%,transparent 76%)}.release-feature-art{top:19px;right:-8%;width:116%;transform:none}.release-feature:hover .release-feature-art{transform:scale(1.02)}.release-title{font-size:27px}.release-tagline{font-size:16px}.release-description{font-size:13px}.release-actions{width:100%;justify-content:space-between;gap:10px}.release-play{padding:0 14px;font-size:11px}.release-feature-runes{display:none}.section-head--split{align-items:flex-start}.section-count,.early-access-stamp{display:none}.early-access-section{padding:16px}.topbar{gap:10px}.topbar-left{flex-shrink:1;overflow:hidden}.topbar-sub{display:none}.topbar-wordmark{font-size:10px;overflow:hidden;text-overflow:ellipsis;max-width:38vw}.topbar-crumb-sep,.topbar-crumb{display:none}.topbar-logo{display:block}.topbar-brand-text{display:none}.topbar-right{flex-shrink:0}.hub-join-btn{white-space:nowrap}}body{font-family:var(--rf-font-display);color:var(--rf-cream);background:var(--rf-ink)}h1,h2,h3,h4{font-family:var(--rf-font-display);text-wrap:balance}p{text-wrap:pretty}.shell{min-height:100svh;color:var(--rf-cream);background:transparent}.shell-bg{background:linear-gradient(rgba(198,255,74,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(198,255,74,.025) 1px,transparent 1px),radial-gradient(circle at 82% 12%,rgba(98,217,208,.08),transparent 28rem),radial-gradient(circle at 22% 82%,rgba(255,104,70,.055),transparent 32rem),var(--rf-ink);background-size:72px 72px,72px 72px,auto,auto,auto}.shell-bg:before{content:"";position:absolute;inset:0;opacity:.22;pointer-events:none;background:repeating-linear-gradient(0deg,transparent 0 3px,rgba(255,255,255,.016) 3px 4px);-webkit-mask-image:linear-gradient(to bottom,black,transparent 92%);mask-image:linear-gradient(to bottom,black,transparent 92%)}.shell-bg:after{content:"KILL SCREEN / PUBLIC ACCESS GRID / 41.8781° N";position:absolute;right:28px;bottom:22px;color:#c6ff4a24;font:500 10px/1 var(--rf-font-data);letter-spacing:.16em}.blob{display:none}.rail{width:82px;padding:18px 0 16px;gap:14px;background:#070a0aeb;border-right:1px solid var(--rf-line);box-shadow:12px 0 40px #0000003d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.rail:after{content:"KS\a 01";white-space:pre;color:var(--rf-dim);font:600 9px/1.6 var(--rf-font-data);letter-spacing:.18em;text-align:center}.rail-logo{position:relative;width:48px;height:48px;margin-bottom:12px;border-radius:0;color:var(--rf-ink);background:var(--rf-phosphor);box-shadow:0 0 0 1px var(--rf-phosphor),0 0 24px #c6ff4a29;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,9px 100%,0 calc(100% - 9px));transition-property:background-color,box-shadow,scale;transition-duration:.18s;transition-timing-function:var(--rf-ease)}.rail-logo:hover{background:var(--rf-phosphor-bright);box-shadow:0 0 0 1px var(--rf-phosphor),0 0 34px #c6ff4a47}.rail-logo img{width:38px;height:38px;object-fit:contain;filter:none}.rail-nav{gap:8px}.rail-item{width:48px;height:48px;border-radius:0;color:var(--rf-muted);background:transparent;transition-property:color,background-color,box-shadow,scale;transition-duration:.16s;transition-timing-function:var(--rf-ease)}.rail-item:after{content:"";position:absolute;inset:7px;border:1px solid transparent;pointer-events:none;clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,0 100%)}.rail-item:hover{color:var(--rf-cream);background:#f0ead80b}.rail-item.active{color:var(--rf-phosphor);background:#c6ff4a11;box-shadow:inset 0 0 24px #c6ff4a06}.rail-item.active:before{left:-17px;top:8px;bottom:8px;width:2px;border-radius:0;background:var(--rf-phosphor);box-shadow:0 0 14px #c6ff4aa6}.rail-item.active:after{border-color:#c6ff4a42}.rail-item svg{width:20px;height:20px;stroke-width:1.6}.rail-foot{gap:6px}.rail-foot a{width:40px;height:40px;border-radius:0;color:var(--rf-dim);font:600 10px/1 var(--rf-font-data);transition-property:color,background-color,scale;transition-duration:.15s}.rail-foot a:hover{color:var(--rf-phosphor);background:#c6ff4a0d}.topbar{min-height:74px;padding:0 32px;font-family:var(--rf-font-display);background:#070a0ad6;border-bottom:1px solid var(--rf-line);-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%)}.topbar:after{content:"PUBLIC NODE  /  CHI-01";position:absolute;left:50%;translate:-50% 0;color:var(--rf-dim);font:500 9px/1 var(--rf-font-data);letter-spacing:.16em;white-space:nowrap}.topbar-left{gap:18px}.topbar-brand{gap:12px}.topbar-wordmark{color:var(--rf-cream);font:400 12px/1.5 var(--rf-font-pixel);letter-spacing:.06em;text-shadow:none}.topbar-sub{color:var(--rf-phosphor);font:600 9px/1.5 var(--rf-font-data);letter-spacing:.22em}.topbar-crumb-sep{color:var(--rf-dim)}.topbar-crumb{color:var(--rf-paper);font:500 11px/1 var(--rf-font-data);letter-spacing:.12em;text-transform:uppercase}.topbar-right{gap:18px}.hub-header-online{min-height:40px;padding:0 13px;gap:7px;color:var(--rf-phosphor);background:#c6ff4a0b;border:0;border-radius:0;box-shadow:inset 0 0 0 1px #c6ff4a21;clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,0 100%)}.hub-header-online-pulse,.hub-header-online-dot{width:6px;height:6px;background:var(--rf-phosphor);box-shadow:0 0 9px #c6ff4abf}.hub-header-online-count{color:var(--rf-phosphor);font:600 13px/1 var(--rf-font-data);font-variant-numeric:tabular-nums}.hub-header-online-label{color:var(--rf-muted);font:600 9px/1 var(--rf-font-data);letter-spacing:.12em}.hub-join-btn,.btn{min-height:42px;border:0;border-radius:0;font-family:var(--rf-font-display);font-weight:600;letter-spacing:.04em;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));transition-property:color,background-color,box-shadow,filter,scale;transition-duration:.16s;transition-timing-function:var(--rf-ease)}.hub-join-btn,.btn-primary{color:var(--rf-ink);background:var(--rf-phosphor);box-shadow:0 0 0 1px #c6ff4a73,0 8px 24px #0003}.hub-join-btn:hover,.btn-primary:hover:not(:disabled){color:var(--rf-ink);background:var(--rf-phosphor-bright);filter:none;box-shadow:0 0 0 1px var(--rf-phosphor),0 0 26px #c6ff4a29}.btn-secondary{color:var(--rf-paper);background:var(--rf-panel-raised);box-shadow:inset 0 0 0 1px var(--rf-line-strong)}.btn-secondary:hover:not(:disabled){color:var(--rf-cream);background:var(--rf-panel-soft);box-shadow:inset 0 0 0 1px #c6ff4a3d}.btn-discord{color:var(--rf-cream);background:#4553a7;box-shadow:inset 0 0 0 1px #ffffff24}.btn:disabled,.hub-join-btn:disabled{color:var(--rf-dim);background:var(--rf-panel);box-shadow:inset 0 0 0 1px var(--rf-line);cursor:not-allowed;opacity:.75}.hub-header-user-toggle{min-height:48px;margin:0;padding:4px 7px 4px 4px;border-radius:0;color:var(--rf-paper);transition-property:color,background-color,scale;transition-duration:.16s}.hub-header-user-toggle:hover{background:#f0ead80d}.hub-header-avatar{width:40px;height:40px;border:0;border-radius:0;background:var(--rf-panel-raised);box-shadow:inset 0 0 0 1px var(--rf-line-strong);clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,0 100%)}.hub-header-avatar img{outline:1px solid rgba(255,255,255,.08);outline-offset:-1px}.hub-header-user-name{color:var(--rf-cream);font-family:var(--rf-font-display);font-weight:600}.hub-header-user-status{color:var(--rf-muted);font:500 9px/1.2 var(--rf-font-data);letter-spacing:.08em;text-transform:uppercase}.hub-header-menu-icon{color:var(--rf-muted)}.hub-header-dropdown,.lobby-user-dropdown{padding:7px;border:0;border-radius:0;background:#111715fa;box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,8px 100%,0 calc(100% - 8px))}.hub-header-dropdown-item,.lobby-user-dropdown-item{min-height:40px;border-radius:0;color:var(--rf-paper);font:500 12px/1 var(--rf-font-data);letter-spacing:.03em;transition-property:color,background-color;transition-duration:.14s}.hub-header-dropdown-item:hover,.lobby-user-dropdown-item:hover{color:var(--rf-phosphor);background:#c6ff4a0e}.shell-content{max-width:1660px;gap:clamp(20px,2.2vw,36px);padding:36px clamp(24px,3vw,48px) 52px}.page{gap:42px}.page>*{animation:rf-enter .5s var(--rf-ease) both}.page>*:nth-child(2){animation-delay:80ms}.page>*:nth-child(3){animation-delay:.16s}.page>*:nth-child(4){animation-delay:.24s}@keyframes rf-enter{0%{opacity:0;transform:translateY(12px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.page-rail{width:clamp(280px,22vw,350px);gap:20px}.hub-footer{min-height:58px;padding:0 clamp(24px,3vw,48px);border-top:1px solid var(--rf-line);color:var(--rf-dim);background:#070a0abd;font:500 10px/1 var(--rf-font-data);letter-spacing:.08em;text-transform:uppercase}.hub-footer-links a{color:var(--rf-dim);transition-property:color;transition-duration:.14s}.hub-footer-links a:hover{color:var(--rf-phosphor)}.section-head{align-items:center;gap:14px;margin-bottom:18px}.section-title,.profile-section-title,.settings-section-title,.admin-section-title{position:relative;color:var(--rf-cream);font:600 clamp(17px,1.5vw,21px)/1.2 var(--rf-font-display);letter-spacing:.06em;text-transform:uppercase;text-shadow:none}.section-title:before,.profile-section-title:before,.settings-section-title:before,.admin-section-title:before{content:"//";margin-right:9px;color:var(--rf-phosphor);font:500 .72em/1 var(--rf-font-data);letter-spacing:-.16em}.section-count{color:var(--rf-muted);font:500 10px/1 var(--rf-font-data);letter-spacing:.08em;text-transform:uppercase}.hero-row-section .section-title{margin-bottom:18px}.hero-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hero-card{min-height:270px;padding:clamp(24px,3vw,38px);border-radius:0;background:linear-gradient(102deg,#070a0af5 4%,#070a0ac2 51%,#070a0a1f),linear-gradient(135deg,color-mix(in srgb,var(--hero-from) 42%,var(--rf-panel)),color-mix(in srgb,var(--hero-to) 25%,var(--rf-ink)));box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,13px 100%,0 calc(100% - 13px));transition-property:transform,box-shadow;transition-duration:.22s;transition-timing-function:var(--rf-ease)}.hero-card:before{content:"ACTIVE CABINET";position:absolute;top:14px;right:30px;z-index:2;color:#f0ead880;font:500 9px/1 var(--rf-font-data);letter-spacing:.14em}.hero-card--next:before{content:"EARLY ACCESS"}.hero-card--beta:before{content:"BETA CABINET"}.hero-card[data-game-id=blind-siege] .hero-art{right:-4%;bottom:-4%;width:52%;max-width:300px;transform:rotate(-3deg)}.hero-card[data-game-id=blind-siege]:hover .hero-art{transform:rotate(-1deg) scale(1.04)}.hero-card[data-game-id=scorched] .hero-art{right:-3%;top:50%;bottom:auto;width:54%;max-width:310px;transform:translateY(-50%) rotate(-3deg)}.hero-card[data-game-id=scorched]:hover .hero-art{transform:translateY(-50%) rotate(-1deg) scale(1.04)}.hero-card[data-game-id=guess-dungeon] .hero-art{right:-8%;bottom:-10%;width:72%;max-width:480px;transform:rotate(-2deg)}.hero-card[data-game-id=guess-dungeon]:hover .hero-art{transform:rotate(-.5deg) scale(1.06)}.hero-card:after{content:"";position:absolute;inset:0;z-index:3;border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.07);pointer-events:none}.hero-card:hover{transform:translateY(-4px);box-shadow:var(--rf-shadow-hover)}.hero-card--coming-soon{cursor:default;filter:grayscale(1);opacity:.72}.hero-card--coming-soon:before{content:"COMING SOON"}.hero-card--coming-soon:hover,.hero-card--coming-soon:active{transform:none;box-shadow:var(--rf-shadow)}.hero-card-glow{z-index:1;opacity:.8;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),radial-gradient(500px 240px at 92% 20%,rgba(255,255,255,.11),transparent 62%);background-size:30px 30px,30px 30px,auto;-webkit-mask-image:linear-gradient(90deg,transparent,black);mask-image:linear-gradient(90deg,transparent,black)}.hero-card-body{z-index:4;max-width:64%;gap:12px}.hero-card .device-badges{margin-top:2px}.device-badge{min-height:22px;padding-inline:7px;border:0;color:var(--rf-cyan);background:#3dd9eb0b;box-shadow:inset 0 0 0 1px #3dd9eb33;clip-path:polygon(0 0,calc(100% - 5px) 0,100% 5px,100% 100%,0 100%);font:600 8px/1 var(--rf-font-data);letter-spacing:.1em}.device-badge--mobile{color:var(--rf-phosphor);background:#c6ff4a0a;box-shadow:inset 0 0 0 1px #c6ff4a33}.hero-chips{gap:7px}.chip{min-height:23px;padding:0 8px;border-radius:0;color:var(--rf-paper);background:#070a0a8a;box-shadow:inset 0 0 0 1px #f0ead829;font:600 8px/23px var(--rf-font-data);letter-spacing:.12em;clip-path:polygon(0 0,calc(100% - 5px) 0,100% 5px,100% 100%,0 100%)}.chip+.chip{color:var(--rf-signal);background:#070a0a8a}.chip-dim{color:var(--rf-muted)!important;background:transparent!important;box-shadow:inset 0 0 0 1px var(--rf-line)}.hero-card .hero-title{max-width:12ch;margin:4px 0 0;color:var(--rf-cream);font:600 clamp(28px,3vw,43px)/.98 var(--rf-font-display);letter-spacing:-.035em;text-transform:uppercase;text-shadow:0 4px 22px rgba(0,0,0,.62)}.hero-card .hero-tagline{max-width:36ch;color:#f0ead8bd;font:400 14px/1.45 var(--rf-font-display)}.hero-actions{gap:16px;margin-top:4px}.btn-play{min-height:42px;padding:0 17px;border:0;border-radius:0;color:var(--rf-ink);background:var(--rf-phosphor);box-shadow:0 0 0 1px #c6ff4a6b;font:600 12px/1 var(--rf-font-display);letter-spacing:.05em;text-transform:uppercase;clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,7px 100%,0 calc(100% - 7px));transition-property:background-color,box-shadow,color;transition-duration:.16s}.hero-card:hover .btn-play{color:var(--rf-ink);background:var(--rf-phosphor-bright);box-shadow:0 0 26px #c6ff4a2e}.hero-card--coming-soon .btn-play,.hero-card--coming-soon:hover .btn-play{color:var(--rf-paper);background:#070a0a9e;box-shadow:inset 0 0 0 1px #f0ead852}.btn-play svg{margin-left:2px}.hero-playing{color:var(--rf-paper);font:500 10px/1 var(--rf-font-data);font-variant-numeric:tabular-nums;letter-spacing:.03em}.hero-art{right:-2%;bottom:-7%;width:48%;max-width:330px;filter:drop-shadow(0 16px 28px rgba(0,0,0,.62)) saturate(.88);transform:rotate(-2deg);transition-property:transform,filter;transition-duration:.26s;transition-timing-function:var(--rf-ease)}.hero-card:hover .hero-art{transform:rotate(-1deg) scale(1.035);filter:drop-shadow(0 18px 34px rgba(0,0,0,.68)) saturate(1)}.hero-card[data-game-id=planet-busters] .hero-art{right:-10%;bottom:-12%;width:78%;max-width:560px}.hero-card[data-game-id=planet-busters]:hover .hero-art{transform:rotate(-.5deg) scale(1.08)}.lobby-next .section-head{margin-bottom:18px}.lobby-games-grid{counter-reset:cabinets;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:18px}.cover-card{counter-increment:cabinets;position:relative;border:0;border-radius:0;overflow:visible;background:var(--rf-panel);box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,8px 100%,0 calc(100% - 8px));transition-property:transform,box-shadow;transition-duration:.2s;transition-timing-function:var(--rf-ease)}.cover-card:before{content:"UNIT " counter(cabinets,decimal-leading-zero);position:absolute;top:-15px;left:0;z-index:4;color:var(--rf-dim);font:500 8px/1 var(--rf-font-data);letter-spacing:.12em}.cover-card:hover{transform:translateY(-5px);border-color:transparent;box-shadow:var(--rf-shadow-hover)}.cover-card.is-coming-soon:hover,.cover-card.is-placeholder:hover{box-shadow:var(--rf-shadow)}.cover-media{aspect-ratio:4 / 4.7;background:#0d1211}.cover-media:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,transparent 58%,rgba(7,10,10,.48));box-shadow:inset 0 0 0 1px #f0ead814}.cover-media img{outline:1px solid rgba(255,255,255,.08);outline-offset:-1px;transition-property:transform,filter;transition-duration:.26s;transition-timing-function:var(--rf-ease)}.cover-card:not(.is-coming-soon):hover .cover-media img{transform:scale(1.035)}.cover-play{inset:auto 10px 10px;z-index:3;min-height:38px;padding:0 12px;color:var(--rf-ink);background:var(--rf-phosphor);font:600 10px/38px var(--rf-font-data);letter-spacing:.12em;clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px));transition-property:opacity,transform,filter;transition-duration:.18s;transition-timing-function:var(--rf-ease)}.cover-beta{top:10px;right:10px;z-index:3;padding:5px 8px;border-radius:0;color:var(--rf-ink);background:var(--rf-warning);font:700 8px/1 var(--rf-font-data);clip-path:polygon(0 0,calc(100% - 5px) 0,100% 5px,100% 100%,0 100%)}.cover-soon-ribbon{z-index:3;border:0;border-radius:0;color:var(--rf-paper);background:#070a0ae0;box-shadow:inset 0 0 0 1px var(--rf-line-strong);font:500 9px/1 var(--rf-font-data);letter-spacing:.14em}.cover-placeholder-title{color:var(--rf-dim);font:600 38px/1 var(--rf-font-display)}.is-placeholder .cover-media{background:linear-gradient(45deg,transparent 48%,rgba(198,255,74,.05) 49% 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(198,255,74,.05) 49% 51%,transparent 52%),var(--rf-deep);background-size:36px 36px;border:0}.cover-meta{min-height:112px;padding:15px 15px 16px;gap:4px;border-top:1px solid var(--rf-line)}.cover-name{color:var(--rf-cream);font:600 16px/1.25 var(--rf-font-display);letter-spacing:.01em}.cover-desc{color:var(--rf-muted);font:400 11px/1.35 var(--rf-font-data)}.cover-foot{margin-top:auto}.cover-online{color:var(--rf-muted);font:500 9px/1 var(--rf-font-data);font-variant-numeric:tabular-nums;letter-spacing:.04em}.cover-online.has-players{color:var(--rf-phosphor)}.cover-online-dot{width:5px;height:5px}.lobby-arcade-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lobby-stat-card{position:relative;min-height:112px;padding:19px;gap:14px;border:0;border-radius:0;background:var(--rf-panel);box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%);transition-property:transform,box-shadow;transition-duration:.17s}.lobby-stat-card:after{content:"";position:absolute;right:12px;bottom:11px;width:22px;height:3px;background:var(--rf-dim);box-shadow:8px 0 0 var(--rf-dim);opacity:.4}.lobby-stat-card:hover{transform:translateY(-2px);box-shadow:var(--rf-shadow-hover)}.lobby-stat-icon,.lobby-stat-icon-cyan,.lobby-stat-icon-gold,.lobby-stat-icon-green,.lobby-stat-icon-purple,.lobby-stat-icon-blue{width:40px;height:40px;border-radius:0;color:var(--rf-phosphor);background:#c6ff4a0e;box-shadow:inset 0 0 0 1px #c6ff4a26;clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,0 100%)}.lobby-stat-value{color:var(--rf-cream);font:600 24px/1 var(--rf-font-data);font-variant-numeric:tabular-nums;letter-spacing:-.04em}.lobby-stat-label{margin-top:6px;color:var(--rf-muted);font:500 9px/1.25 var(--rf-font-data);letter-spacing:.09em;text-transform:uppercase}.rail-card{position:relative;border:0;border-radius:0;overflow:hidden;background:#111715e6;box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,8px 100%,0 calc(100% - 8px))}.rail-card:after{content:"";position:absolute;top:0;right:13px;width:34px;height:2px;background:var(--rf-phosphor);opacity:.75}.rail-card-head{min-height:64px;padding:20px 18px 17px;align-items:center;border-bottom:1px solid var(--rf-line);background:#f0ead805}.rail-card-title{color:var(--rf-paper);font:600 11px/1 var(--rf-font-data);letter-spacing:.11em;text-transform:uppercase}.rail-card-title:before{content:"●";margin-right:8px;color:var(--rf-phosphor);font-size:7px}.rail-empty{padding:30px 20px;color:var(--rf-muted);font:400 11px/1.7 var(--rf-font-data)}.rail-score-row,.rail-online-row{min-height:62px;padding:11px 15px;border-bottom:1px solid var(--rf-line);transition-property:color,background-color;transition-duration:.14s}.rail-score-row.has-record{background:#ffca5809}.rail-online-row:hover{background:#c6ff4a09}.lobby-score-avatar{width:34px;height:34px;border-radius:0;clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,0 100%)}.lobby-score-avatar-img{outline:1px solid rgba(255,255,255,.08);outline-offset:-1px}.rail-score-name{color:var(--rf-paper);font:600 12px/1.3 var(--rf-font-display)}.rail-score-game{color:var(--rf-muted);font:400 9px/1.4 var(--rf-font-data)}.rail-score-num{color:var(--rf-phosphor);font:600 12px/1 var(--rf-font-data);font-variant-numeric:tabular-nums}.lobby-score-record-badge{color:var(--rf-warning);background:transparent;font:600 7px/1 var(--rf-font-data);letter-spacing:.03em}.rail-online-dot{width:6px;height:6px;background:var(--rf-dim)}.rail-online-dot.live{background:var(--rf-phosphor);box-shadow:0 0 9px #c6ff4a99}.rail-online-name{color:var(--rf-paper);font:500 12px/1 var(--rf-font-display)}.rail-online-count{color:var(--rf-muted);font:500 10px/1 var(--rf-font-data);font-variant-numeric:tabular-nums}.profile-page,.settings-page,.admin-page{width:100%}.profile-page{max-width:1100px;margin:0 auto}.settings-page{max-width:1080px;margin:0 auto}.profile-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;position:relative;min-height:210px;padding:clamp(24px,4vw,46px);gap:26px;border:0;border-radius:0;background:linear-gradient(90deg,rgba(198,255,74,.04),transparent 42%),linear-gradient(rgba(198,255,74,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(198,255,74,.025) 1px,transparent 1px),var(--rf-panel);background-size:auto,34px 34px,34px 34px,auto;box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,12px 100%,0 calc(100% - 12px))}.profile-header:after{content:"PLAYER RECORD / VERIFIED";position:absolute;top:18px;right:30px;color:var(--rf-dim);font:500 9px/1 var(--rf-font-data);letter-spacing:.14em}.profile-avatar-large,.settings-avatar{border:0;border-radius:0;background:var(--rf-panel-raised);box-shadow:0 0 0 1px #c6ff4a38,0 0 35px #c6ff4a14;clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,0 100%)}.profile-avatar-large img,.settings-avatar img,.avatar-picker-image{outline:1px solid rgba(255,255,255,.08);outline-offset:-1px}.profile-name,.settings-title,.admin-title{color:var(--rf-cream);font:600 clamp(30px,4vw,50px)/1 var(--rf-font-display);letter-spacing:-.04em;text-transform:uppercase}.profile-name{font-size:clamp(28px,3.3vw,44px);overflow-wrap:anywhere}.profile-joined{color:var(--rf-muted);font:400 10px/1.4 var(--rf-font-data);letter-spacing:.07em;text-transform:uppercase}.profile-badge,.user-badge,.admin-role-badge{border:0;border-radius:0;color:var(--rf-paper);background:#f0ead80e;box-shadow:inset 0 0 0 1px var(--rf-line-strong);font-family:var(--rf-font-data);letter-spacing:.08em;clip-path:polygon(0 0,calc(100% - 5px) 0,100% 5px,100% 100%,0 100%)}.profile-upgrade-card{border:0;border-radius:0;background:linear-gradient(100deg,#c6ff4a16,#c6ff4a05);box-shadow:inset 0 0 0 1px #c6ff4a33;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%)}.profile-upgrade-title{color:var(--rf-phosphor);font-family:var(--rf-font-display)}.profile-upgrade-text{color:var(--rf-paper)}.profile-section{margin-top:38px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.profile-stats-grid{gap:12px}.profile-stat-card{position:relative;min-height:142px;padding:28px;border:0;border-radius:0;background:var(--rf-panel);box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%)}.profile-stat-card:before{content:"DATA";position:absolute;top:14px;right:16px;color:var(--rf-dim);font:500 8px/1 var(--rf-font-data);letter-spacing:.12em}.profile-stat-value{color:var(--rf-phosphor);font:600 clamp(28px,3vw,42px)/1 var(--rf-font-data);font-variant-numeric:tabular-nums}.profile-stat-label{color:var(--rf-muted);font:500 10px/1.3 var(--rf-font-data);letter-spacing:.1em;text-transform:uppercase}.profile-activity-list,.profile-activity-empty,.profile-error,.profile-loading{border:0;border-radius:0;background:var(--rf-panel);box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%)}.profile-activity-row{min-height:68px;border-bottom:1px solid var(--rf-line)}.profile-activity-game-name{color:var(--rf-paper);font-family:var(--rf-font-display)}.profile-activity-time,.profile-activity-score-label{color:var(--rf-muted);font-family:var(--rf-font-data)}.profile-activity-score-value{color:var(--rf-phosphor);font-family:var(--rf-font-data);font-variant-numeric:tabular-nums}.settings-back-link{min-height:40px;color:var(--rf-muted);font:500 10px/1 var(--rf-font-data);letter-spacing:.08em;text-transform:uppercase;transition-property:color;transition-duration:.14s}.settings-back-link:hover{color:var(--rf-phosphor)}.settings-title{margin:10px 0 30px}.settings-form,.settings-section,.settings-connected-accounts{border:0;border-radius:0}.settings-columns{gap:18px}.settings-section{padding:clamp(22px,3vw,32px);background:var(--rf-panel);box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,8px 100%,0 calc(100% - 8px))}.settings-section-title{margin-bottom:20px}.form-label,.settings-field-hint,.avatar-picker-hint{color:var(--rf-muted);font-family:var(--rf-font-data)}.form-label{font-size:9px;letter-spacing:.12em;text-transform:uppercase}.input,.admin-search-input{min-height:48px;border:1px solid var(--rf-line-strong);border-radius:0;color:var(--rf-cream);background:var(--rf-deep);box-shadow:inset 0 1px 6px #0003;font-family:var(--rf-font-data);transition-property:border-color,box-shadow,background-color;transition-duration:.16s}.input:focus,.admin-search-input:focus{border-color:#c6ff4ab8;background:#0b100e;box-shadow:0 0 0 3px #c6ff4a14}.input::placeholder,.admin-search-input::placeholder{color:var(--rf-dim)}.input:disabled{color:var(--rf-muted);background:#070a0a80}.settings-actions{margin-top:18px;padding:18px 0 0;border-top:1px solid var(--rf-line)}.settings-status{font-family:var(--rf-font-data)}.settings-status.success{color:var(--rf-phosphor)}.settings-status.error{color:var(--rf-danger)}.avatar-picker-preview,.avatar-picker-empty{border:0;border-radius:0;background:var(--rf-deep);box-shadow:inset 0 0 0 1px var(--rf-line-strong);clip-path:polygon(0 0,calc(100% - 11px) 0,100% 11px,100% 100%,0 100%)}.avatar-action-btn,.avatar-icon-btn{min-width:42px;min-height:42px;border:0;border-radius:0;color:var(--rf-paper);background:var(--rf-panel-raised);box-shadow:inset 0 0 0 1px var(--rf-line-strong);transition-property:color,background-color,box-shadow,scale;transition-duration:.15s}.avatar-action-btn:hover:not(:disabled),.avatar-icon-btn:hover:not(:disabled){color:var(--rf-phosphor);background:var(--rf-panel-soft);box-shadow:inset 0 0 0 1px #c6ff4a3d}.connected-account{border:0;border-radius:0;background:var(--rf-deep);box-shadow:inset 0 0 0 1px var(--rf-line)}.connected-account-icon{border-radius:0}.connected-account-status{border-radius:0;font-family:var(--rf-font-data)}.connected-account-status.connected{color:var(--rf-phosphor);background:#c6ff4a0f}.placeholder-content,.email-revert-result{position:relative;width:min(100%,720px);min-height:470px;margin:clamp(24px,6vh,70px) auto;padding:clamp(42px,7vw,86px);border:0;border-radius:0;background:linear-gradient(rgba(198,255,74,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(198,255,74,.024) 1px,transparent 1px),var(--rf-panel);background-size:38px 38px,38px 38px,auto;box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,12px 100%,0 calc(100% - 12px))}.placeholder-content:after,.email-revert-result:after{content:"SYSTEM MESSAGE / 01";position:absolute;top:19px;right:28px;color:var(--rf-dim);font:500 8px/1 var(--rf-font-data);letter-spacing:.15em}.placeholder-icon,.email-revert-icon{width:74px;height:74px;border:0;border-radius:0;color:var(--rf-phosphor);background:#c6ff4a0d;box-shadow:inset 0 0 0 1px #c6ff4a2e,0 0 34px #c6ff4a12;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%)}.placeholder-title,.email-revert-title{color:var(--rf-cream);font:600 clamp(32px,5vw,56px)/.98 var(--rf-font-display);letter-spacing:-.045em;text-transform:uppercase}.placeholder-message,.email-revert-message{color:var(--rf-paper);font-family:var(--rf-font-display)}.placeholder-subtitle{color:var(--rf-muted);font-family:var(--rf-font-data)}.email-revert-icon.error{color:var(--rf-danger);background:#ff5a5f0f;box-shadow:inset 0 0 0 1px #ff5a5f33}.message{border:0;border-radius:0;font-family:var(--rf-font-data);clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,0 100%)}.message-error{color:#ff9c9f;background:#ff5a5f13;box-shadow:inset 0 0 0 1px #ff5a5f3d}.message-success{color:var(--rf-phosphor);background:#c6ff4a0f;box-shadow:inset 0 0 0 1px #c6ff4a33}.spinner{border-color:var(--rf-line-strong);border-top-color:var(--rf-phosphor);border-radius:50%}.modal-backdrop{padding:20px;background:#020403d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal{width:min(100%,470px);border:0;border-radius:0;overflow:hidden;background:var(--rf-panel);box-shadow:0 0 0 1px var(--rf-line-strong),0 30px 100px #000000ad;clip-path:polygon(0 0,calc(100% - 17px) 0,100% 17px,100% 100%,11px 100%,0 calc(100% - 11px));animation:rf-modal-enter .26s var(--rf-ease) both}@keyframes rf-modal-enter{0%{opacity:0;transform:translateY(12px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.modal-header{min-height:74px;padding:0 24px;border-bottom:1px solid var(--rf-line);background:#f0ead805}.modal-title{color:var(--rf-cream);font:600 22px/1 var(--rf-font-display);letter-spacing:.03em;text-transform:uppercase}.modal-title:before{content:"//";margin-right:9px;color:var(--rf-phosphor);font:500 12px/1 var(--rf-font-data)}.modal-body{padding:26px}.modal-close{width:42px;height:42px;border-radius:0;color:var(--rf-muted);transition-property:color,background-color,scale;transition-duration:.14s}.modal-close:hover{color:var(--rf-cream);background:#f0ead80d}.divider{color:var(--rf-dim);font:500 9px/1 var(--rf-font-data);letter-spacing:.14em;text-transform:uppercase}.divider:before,.divider:after{border-color:var(--rf-line)}.otp-input{color:var(--rf-phosphor);font-family:var(--rf-font-data);font-variant-numeric:tabular-nums}.admin-container{max-width:1280px}.admin-header{background:transparent;border:0}.admin-subtitle{color:var(--rf-muted);font-family:var(--rf-font-data)}.admin-subnav{gap:6px;padding:6px;border:0;border-radius:0;background:var(--rf-panel);box-shadow:var(--rf-shadow)}.admin-subnav-item{min-height:42px;border-radius:0;color:var(--rf-muted);font:500 10px/1 var(--rf-font-data);letter-spacing:.08em;text-transform:uppercase;transition-property:color,background-color,box-shadow;transition-duration:.15s}.admin-subnav-item:hover{color:var(--rf-paper);background:#f0ead809}.admin-subnav-item.active{color:var(--rf-ink);background:var(--rf-phosphor);box-shadow:none}.admin-tab-content,.admin-section,.admin-control-card,.admin-controls-intro{border:0;border-radius:0;background:var(--rf-panel);box-shadow:var(--rf-shadow);clip-path:polygon(0 0,calc(100% - 11px) 0,100% 11px,100% 100%,0 100%)}.admin-user-list{border:0;border-radius:0;background:var(--rf-panel);box-shadow:var(--rf-shadow)}.admin-user-row{border-bottom:1px solid var(--rf-line)}.admin-user-name{color:var(--rf-paper);font-family:var(--rf-font-display)}.admin-user-email{color:var(--rf-muted);font-family:var(--rf-font-data)}.admin-dropdown-trigger,.admin-pagination-btn,.admin-danger-btn,.admin-delete-btn{min-height:40px;border:0;border-radius:0;color:var(--rf-paper);background:var(--rf-panel-raised);box-shadow:inset 0 0 0 1px var(--rf-line-strong);font-family:var(--rf-font-data);transition-property:color,background-color,box-shadow,scale;transition-duration:.15s}.admin-dropdown-trigger:hover,.admin-pagination-btn:hover:not(:disabled){color:var(--rf-phosphor);background:var(--rf-panel-soft);box-shadow:inset 0 0 0 1px #c6ff4a38}.admin-danger-btn,.admin-delete-btn{color:#ff9c9f;box-shadow:inset 0 0 0 1px #ff5a5f3d}.admin-dropdown-menu{border:0;border-radius:0;background:var(--rf-panel-raised);box-shadow:var(--rf-shadow)}.admin-dropdown-item{border-radius:0;color:var(--rf-paper);transition-property:color,background-color;transition-duration:.14s}.admin-dropdown-item:hover{color:var(--rf-phosphor);background:#c6ff4a0d}.admin-dropdown-item.active{color:var(--rf-ink);background:var(--rf-phosphor)}.admin-control-card-preview{border:0;background:var(--rf-deep);box-shadow:inset 0 0 0 1px var(--rf-line)}.admin-control-card-name{color:var(--rf-cream);font-family:var(--rf-font-display)}.admin-control-card-id,.admin-controls-usage code{color:var(--rf-phosphor);font-family:var(--rf-font-data);background:#c6ff4a0d}.admin-control-category-title{color:var(--rf-paper);font-family:var(--rf-font-data)}@media(max-width:1180px){.hero-row{grid-template-columns:1fr}.page-rail{width:290px}.lobby-arcade-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar:after{display:none}}@media(max-width:900px){.shell{display:block}.rail{position:fixed;inset:auto 14px 14px;z-index:120;width:auto;height:64px;padding:8px;flex-direction:row;justify-content:center;gap:5px;border:0;background:#0c1110f2;box-shadow:0 0 0 1px var(--rf-line-strong),0 18px 50px #00000080;clip-path:polygon(0 0,calc(100% - 11px) 0,100% 11px,100% 100%,9px 100%,0 calc(100% - 9px))}.rail-logo,.rail-spacer,.rail-foot,.rail:after{display:none}.rail-nav{flex-direction:row}.rail-item{width:48px;height:48px}.rail-item.active:before{inset:auto 10px -8px;width:auto;height:2px}.shell-body{padding-bottom:86px}.shell-content{flex-direction:column;padding:28px 22px 38px}.page-rail{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{padding:0 22px}}@media(max-width:640px){.topbar{min-height:66px;padding:0 16px}.topbar-logo{display:block;width:34px;height:34px;padding:6px;background:var(--rf-phosphor);clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px))}.topbar-wordmark{font-size:9px}.topbar-sub{font-size:7px;letter-spacing:.16em}.topbar-crumb-sep,.topbar-crumb,.hub-header-user-details,.hub-header-online-label{display:none}.topbar-right{gap:8px}.hub-header-online{min-height:38px;padding:0 10px}.hub-join-btn{min-height:38px;padding:0 12px;font-size:12px}.shell-content{padding:24px 15px 30px}.page{gap:34px}.page-rail{grid-template-columns:1fr}.hero-card{min-height:300px;padding:24px 21px;align-items:flex-end}.hero-card:before{right:24px}.hero-card-body{max-width:88%}.hero-card .hero-title{font-size:32px}.hero-card .hero-tagline{max-width:26ch}.hero-art{width:58%;right:-4%;top:15px;bottom:auto;opacity:.54}.hero-card[data-game-id=planet-busters] .hero-art{top:0;right:-10%;bottom:auto;width:78%;max-width:none;opacity:.62}.hero-card[data-game-id=guess-dungeon] .hero-art{top:8px;right:-8%;bottom:auto;width:74%;max-width:none;opacity:.62}.hero-playing{display:none}.lobby-games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px}.cover-meta{min-height:108px;padding:12px}.cover-name{font-size:14px}.cover-desc{font-size:9px}.cover-foot .chip{display:none}.cover-play{opacity:1;transform:none}.lobby-arcade-stats-grid{grid-template-columns:1fr}.lobby-stat-card{min-height:94px}.profile-header{align-items:flex-start;padding:54px 22px 25px}.profile-header{display:flex}.profile-header:after{left:22px;right:auto}.profile-name{font-size:32px}.profile-edit-btn{width:100%;justify-content:center}.profile-stats-grid{grid-template-columns:1fr}.profile-stat-card{min-height:112px}.settings-columns{grid-template-columns:1fr}.settings-actions{flex-direction:column;align-items:stretch}.settings-actions .btn{width:100%}.email-field-row{flex-direction:column}.placeholder-content,.email-revert-result{min-height:420px;margin:10px auto;padding:72px 25px 42px}.placeholder-title,.email-revert-title{font-size:34px}.modal-body{padding:22px 18px}.hub-footer{flex-direction:column;justify-content:center;gap:8px;text-align:center}}.admin-section-note{margin:0 0 16px;color:var(--rf-muted);font-size:13px;max-width:640px}.admin-avatar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.admin-avatar-card{border:1px solid var(--rf-line);background:var(--rf-panel);padding:14px;display:flex;flex-direction:column;gap:10px;align-items:center}.admin-avatar-img img{width:96px;height:96px;object-fit:cover;border-radius:50%;border:1px solid var(--rf-line)}.admin-avatar-none{display:grid;place-items:center;width:96px;height:96px;border-radius:50%;border:1px dashed var(--rf-line);color:var(--rf-muted);font-size:28px}.admin-avatar-meta{display:flex;flex-direction:column;align-items:center;gap:2px}.admin-avatar-name{color:var(--rf-cream);font-size:13px}.admin-avatar-date{color:var(--rf-muted);font-size:11px}.admin-avatar-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.admin-activity-toolbar{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:16px}.admin-activity-field{display:flex;align-items:center;gap:8px;color:var(--rf-muted);font:500 10px/1 var(--rf-font-data);text-transform:uppercase;letter-spacing:.08em}.admin-activity-field select{background:var(--rf-panel-raised);color:var(--rf-cream);border:1px solid var(--rf-line);padding:8px 10px;font:500 12px/1 var(--rf-font-data)}.admin-activity-field select:focus{outline:none;border-color:var(--rf-phosphor)}.admin-activity-count{margin-left:auto;color:var(--rf-muted);font:500 10px/1 var(--rf-font-data);text-transform:uppercase;letter-spacing:.08em}.admin-activity-table{width:100%;border-collapse:collapse}.admin-activity-table th{text-align:left;padding:10px 14px;border-bottom:1px solid var(--rf-line);color:var(--rf-paper);font:500 10px/1.2 var(--rf-font-data);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.admin-activity-table td{padding:10px 14px;border-bottom:1px solid var(--rf-line);color:var(--rf-cream);font-size:13px}.admin-activity-table tr:hover td{background:#f0ead808}.admin-activity-sort{cursor:pointer;-webkit-user-select:none;user-select:none}.admin-activity-sort:hover{color:var(--rf-cream)}.admin-activity-sort.active{color:var(--rf-phosphor)}.admin-activity-badge{display:inline-block;padding:4px 8px;border:1px solid var(--rf-line);color:var(--rf-paper);font:500 9px/1 var(--rf-font-data);text-transform:uppercase;letter-spacing:.08em}.admin-activity-badge.account{color:var(--rf-phosphor);border-color:#c6ff4a59;background:#c6ff4a12}.admin-activity-muted{color:var(--rf-muted);font-size:11px}
