@import "https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Caveat:wght@400;600;700&display=swap";
[data-nextjs-toast],[data-nextjs-dialog],.__next-dev-overlay,#__next-build-watcher,nextjs-portal,[class*=next-logo],[class*=NextLogo],[data-nextjs-dev-indicator]{visibility:hidden!important;opacity:0!important;display:none!important}html,body{background:var(--gp-bg);min-height:100vh;color:var(--gp-text);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}*,:before,:after{box-sizing:border-box}:root,body.neo-theme-a{--neo-bg:#e6f0f7;--neo-surface:#f1f6fb;--neo-text:#1f2933;--neo-text-muted:#7b8ba0;--neo-accent:#3ba7ff;--neo-accent-soft:#d4ebff;--neo-accent-secondary:#2ed3c6;--neo-shadow-light:#fff;--neo-shadow-dark:#c3d0dd}body.neo-theme-b{--neo-bg:#fff5f9;--neo-surface:#ffeef7;--neo-text:#4a2438;--neo-text-muted:#b36b86;--neo-accent:#f973b9;--neo-accent-soft:#ffe3f2;--neo-accent-secondary:#c084fc;--neo-shadow-light:#fffafd;--neo-shadow-dark:#f4c5dd}body.neo-theme-c{--neo-bg:#050316;--neo-surface:#090718;--neo-text:#f9fafb;--neo-text-muted:#e5e7eb;--neo-accent:#fb923c;--neo-accent-soft:#1f2933;--neo-accent-secondary:#fb7185;--neo-shadow-light:#111827;--neo-shadow-dark:#000}.neo-page{background:radial-gradient(circle at top left,color-mix(in srgb,var(--neo-bg)90%,#fff 10%)0,var(--neo-bg)45%,color-mix(in srgb,var(--neo-bg)80%,#000 20%)100%);min-height:100vh;color:var(--neo-text);flex-direction:column;padding:20px;display:flex;position:relative}.neo-dashboard-container{z-index:1;width:100%;max-width:1360px;margin:0 auto;position:relative}.neo-bg-orbs{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.neo-orb{filter:blur(70px);opacity:.55;mix-blend-mode:screen;border-radius:50%;animation:26s ease-in-out infinite alternate neo-orb-float;position:absolute}.neo-orb-1{background:radial-gradient(circle,color-mix(in srgb,var(--neo-accent)75%,transparent),transparent);width:340px;height:340px;top:-80px;left:-40px}.neo-orb-2{background:radial-gradient(circle,color-mix(in srgb,var(--neo-accent-secondary)75%,transparent),transparent);width:320px;height:320px;animation-delay:-8s;bottom:-60px;right:-40px}.neo-orb-3{background:radial-gradient(circle,color-mix(in srgb,var(--neo-accent-soft)80%,transparent),transparent);width:260px;height:260px;animation-delay:-14s;top:40%;right:15%}@keyframes neo-orb-float{0%{transform:translate(0,0)scale(1)}50%{transform:translate(20px,-30px)scale(1.05)}to{transform:translate(-15px,15px)scale(.98)}}.neo-elevated{background:var(--neo-surface);box-shadow:10px 10px 22px var(--neo-shadow-dark),-10px -10px 22px var(--neo-shadow-light);border-radius:20px}.neo-inset{background:var(--neo-surface);box-shadow:inset 6px 6px 14px var(--neo-shadow-dark),inset -6px -6px 14px var(--neo-shadow-light);border-radius:16px}.neo-header{justify-content:space-between;align-items:center;gap:20px;padding:12px 0 28px;display:flex}.neo-logo{align-items:center;gap:14px;display:flex}.neo-logo-icon{justify-content:center;align-items:center;width:52px;height:52px;display:flex}.neo-logo-emoji{font-size:1.7rem}.neo-logo-title{letter-spacing:.02em;font-size:1.35rem;font-weight:700}.neo-logo-subtitle{color:var(--neo-text-muted);font-size:.9rem}.neo-time-filter{background:var(--neo-surface);gap:4px;padding:4px;display:flex}.neo-filter-option{color:var(--neo-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .2s}.neo-filter-option-active{box-shadow:3px 3px 6px var(--neo-shadow-dark),-3px -3px 6px var(--neo-shadow-light);color:var(--neo-accent);background:#fdfdfd}.neo-filter-option:not(.neo-filter-option-active):hover{color:var(--neo-text)}.neo-user{align-items:center;gap:12px;display:flex}.neo-user-info{flex-direction:column;gap:2px;display:flex}.neo-user-name{font-size:.95rem;font-weight:600}.neo-user-role{color:var(--neo-text-muted);font-size:.8rem}.neo-user-avatar{width:40px;height:40px;color:var(--neo-text-muted);justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.neo-main-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:22px;margin-bottom:28px;display:grid}.neo-card{padding:22px}.neo-card-stats{flex-direction:column;grid-column:span 3;gap:14px;display:flex}.neo-card-featured{grid-column:span 6}.neo-card-activity{grid-column:span 3}.neo-card-categories{grid-column:span 4}.neo-card-table{grid-column:span 8}.neo-card.neo-elevated{transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.neo-card.neo-elevated:after{content:"";inset-inline:0;background:linear-gradient(90deg,color-mix(in srgb,var(--neo-accent)80%,transparent),color-mix(in srgb,var(--neo-accent-secondary)75%,transparent));opacity:0;height:3px;transition:opacity .2s,transform .2s;position:absolute;top:0;transform:translateY(-4px)}.neo-card.neo-elevated:hover{box-shadow:12px 12px 26px color-mix(in srgb,var(--neo-shadow-dark)88%,transparent),-10px -10px 24px color-mix(in srgb,var(--neo-shadow-light)95%,transparent);transform:translateY(-2px)}.neo-card.neo-elevated:hover:after{opacity:1;transform:translateY(0)}.neo-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.neo-card-title{font-size:1.05rem;font-weight:600}.neo-card-subtitle{color:var(--neo-text-muted);margin-top:4px;font-size:.85rem}.neo-btn{color:var(--neo-text);cursor:pointer;background:var(--neo-surface);white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.neo-btn:hover{box-shadow:inset 4px 4px 10px var(--neo-shadow-dark),inset -4px -4px 10px var(--neo-shadow-light);background:linear-gradient(135deg,color-mix(in srgb,var(--neo-accent)35%,transparent),color-mix(in srgb,var(--neo-accent-secondary)28%,transparent));transform:translateY(1px)}.neo-stat-item{align-items:center;gap:14px;display:flex}.neo-stat-icon{color:#fff;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;display:flex;box-shadow:6px 6px 14px #0000002e,-2px -2px 8px #fffc}.neo-stat-icon-main{background:linear-gradient(135deg,#ff9f43,#ff6b6b)}.neo-stat-icon-blue{background:linear-gradient(135deg,#54a0ff,#2e86de)}.neo-stat-icon-green{background:linear-gradient(135deg,#1dd1a1,#10ac84)}.neo-stat-icon-purple{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.neo-stat-value{font-size:1.6rem;font-weight:700}.neo-stat-label{color:var(--neo-text-muted);margin-top:2px;font-size:.85rem}.neo-stat-change{margin-top:4px;font-size:.8rem;font-weight:600}.neo-stat-change-pos{color:#27ae60}.neo-stat-change-neg{color:#c0392b}.neo-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.neo-featured-card{color:inherit;gap:14px;padding:12px;text-decoration:none;transition:transform .15s;display:flex}.neo-featured-card:hover{transform:translateY(-2px)}.neo-featured-cover{background:linear-gradient(145deg,#d2d1d8,#f5f4f9) 50%/cover;border-radius:18px;justify-content:center;align-items:center;width:84px;height:84px;display:flex;position:relative;overflow:hidden}.neo-featured-cover[data-has-image=true] .neo-featured-initial{display:none}.neo-featured-initial{color:var(--neo-text-muted);font-size:1.9rem;font-weight:700}.neo-featured-overlay{background:linear-gradient(#0000 0%,#00000038 100%);justify-content:flex-end;align-items:flex-end;padding:8px;display:flex;position:absolute;inset:0}.neo-play-pill{letter-spacing:.06em;background:#fffffff5;border-radius:999px;padding:2px 10px;font-size:.75rem;font-weight:700;box-shadow:0 2px 6px #0000002e,0 0 0 1px #ffffffbf}.neo-featured-info{flex-direction:column;justify-content:center;gap:4px;display:flex}.neo-featured-name{font-size:.95rem;font-weight:600}.neo-featured-meta{color:var(--neo-text-muted);flex-wrap:wrap;gap:8px;font-size:.8rem;display:flex}.neo-featured-type{color:var(--neo-text-muted);background:#0000000a;border-radius:999px;padding:2px 8px}.neo-activity-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.neo-activity-item{align-items:center;gap:12px;display:flex}.neo-activity-icon{justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.neo-activity-content{flex:1}.neo-activity-title{font-size:.9rem;font-weight:600}.neo-activity-sub{color:var(--neo-text-muted);margin-top:2px;font-size:.8rem}.neo-category-list{flex-direction:column;gap:10px;display:flex}.neo-category-item{padding:10px 12px}.neo-category-main{justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.85rem;display:flex}.neo-category-name{font-weight:500}.neo-category-count{color:var(--neo-text-muted)}.neo-category-bar{background:#00000008;border-radius:999px;height:6px;overflow:hidden}.neo-category-bar-fill{background:linear-gradient(90deg,#ff9f43,#feca57);border-radius:999px;height:100%}.neo-table-wrapper{margin-top:8px}.neo-footer{text-align:center;color:var(--neo-text-muted);padding:10px 0 18px;font-size:.8rem}.neo-page .studio-games-container{margin-top:6px}.neo-page .studio-category-filters{flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-bottom:14px;display:flex}.neo-page .studio-category-filter-btn{background:var(--neo-surface);color:var(--neo-text-muted);cursor:pointer;box-shadow:4px 4px 8px var(--neo-shadow-dark),-4px -4px 8px var(--neo-shadow-light);border:none;border-radius:999px;align-items:center;gap:4px;padding:5px 12px;font-size:.8rem;font-weight:500;transition:all .15s;display:inline-flex}.neo-page .studio-category-filter-btn:hover{transform:translateY(1px)}.neo-page .studio-category-filter-btn.active{color:#fff;background:linear-gradient(135deg,var(--neo-accent),color-mix(in srgb,var(--neo-accent-secondary)70%,var(--neo-accent)30%));box-shadow:0 4px 10px #0000002e,0 0 0 1px #ffffff80}.neo-page .studio-category-filter-count{opacity:.9;font-size:.7rem}.neo-page .studio-search-box{max-width:420px;margin:0 0 18px;position:relative}.neo-page .studio-search-input{background:var(--neo-surface);width:100%;color:var(--neo-text);box-shadow:inset 4px 4px 8px var(--neo-shadow-dark),inset -4px -4px 8px var(--neo-shadow-light);border:none;border-radius:999px;padding:9px 14px 9px 34px;font-size:.85rem}.neo-page .studio-search-input::placeholder{color:var(--neo-text-muted)}.neo-page .studio-search-icon{opacity:.6;font-size:.9rem;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.neo-page .studio-games-list{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;display:grid}.neo-page .studio-game-item{background:var(--neo-surface);color:inherit;box-shadow:6px 6px 14px var(--neo-shadow-dark),-6px -6px 14px var(--neo-shadow-light);border:none;border-radius:18px;flex-direction:column;gap:8px;padding:10px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex}.neo-page .studio-game-item:hover{box-shadow:10px 10px 20px var(--neo-shadow-dark),-10px -10px 20px var(--neo-shadow-light);transform:translateY(-2px)}.neo-page .studio-game-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,color-mix(in srgb,var(--neo-accent)75%,#000 10%),color-mix(in srgb,var(--neo-accent-secondary)70%,#fff 10%));color:#fff;background-position:50%;background-size:cover;border-radius:14px;justify-content:center;align-items:center;width:100%;font-size:1.4rem;font-weight:700;display:flex}.neo-page .studio-game-thumb[data-has-image=true] span{display:none}.neo-page .studio-game-details{text-align:left}.neo-page .studio-game-item-name{color:var(--neo-text);margin:0 0 2px;font-size:.9rem;font-weight:600}.neo-page .studio-game-item-meta{color:var(--neo-text-muted);margin:0;font-size:.75rem}.neo-page .studio-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:20px;padding:12px 4px 4px;display:flex}.neo-page .studio-pagination-btn{background:var(--neo-surface);color:var(--neo-text);cursor:pointer;box-shadow:4px 4px 8px var(--neo-shadow-dark),-4px -4px 8px var(--neo-shadow-light);border:none;border-radius:999px;padding:6px 16px;font-size:.8rem;font-weight:600;transition:all .15s}.neo-page .studio-pagination-btn:disabled{opacity:.4;cursor:default}.neo-page .studio-pagination-btn:not(:disabled):hover{transform:translateY(1px)}.neo-page .studio-pagination-info{color:var(--neo-text-muted);font-size:.8rem}.neo-page .studio-pagination-count{font-size:.75rem}.neo-page .studio-empty{text-align:center;color:var(--neo-text-muted);padding:2.5rem 1.5rem;font-size:.9rem}.neo-theme-switcher{z-index:20;border-radius:16px;flex-direction:column;gap:6px;padding:10px 12px;display:flex;position:fixed;bottom:20px;right:20px}.neo-theme-switcher-label{color:var(--neo-text-muted);font-size:.75rem;font-weight:600}.neo-theme-switcher-row{gap:6px;display:flex}.neo-theme-chip{cursor:pointer;background:var(--neo-surface);min-width:28px;height:24px;color:var(--neo-text-muted);box-shadow:4px 4px 8px var(--neo-shadow-dark),-4px -4px 8px var(--neo-shadow-light);border:none;border-radius:999px;padding:0 8px;font-size:.75rem;font-weight:600;transition:all .15s}.neo-theme-chip.active{color:#fff;background:linear-gradient(135deg,var(--neo-accent),color-mix(in srgb,var(--neo-accent-secondary)70%,var(--neo-accent)30%));box-shadow:0 4px 10px #0003,0 0 0 1px #ffffff80}.neo-theme-chip:not(.active):hover{transform:translateY(1px)}.neo-loading-card{text-align:center;max-width:320px;margin:80px auto;padding:28px 24px}.neo-spinner{border:3px solid #0000000a;border-top-color:var(--neo-accent);border-radius:50%;width:28px;height:28px;margin:0 auto 16px;animation:.8s linear infinite neo-spin}.neo-loading-text{color:var(--neo-text-muted);font-size:.9rem}@keyframes neo-spin{to{transform:rotate(360deg)}}@media (max-width:1200px){.neo-card-stats,.neo-card-featured,.neo-card-activity{grid-column:span 6}.neo-card-categories,.neo-card-table{grid-column:span 12}.neo-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.neo-page{padding:16px}.neo-header{flex-direction:column;align-items:flex-start}.neo-main-grid{grid-template-columns:1fr}.neo-card-stats,.neo-card-featured,.neo-card-activity,.neo-card-categories,.neo-card-table{grid-column:span 1}.neo-featured-grid{grid-template-columns:minmax(0,1fr)}}:root,body.neo-theme-a{--gp-bg:#f3f6fb;--gp-surface:#fff;--gp-card:#fff;--gp-border-subtle:#e2e8f0;--gp-border-strong:#cbd5e1;--gp-text:#0f172a;--gp-text-muted:#64748b;--gp-accent:#0ea5e9;--gp-accent-hover:#0284c7;--gp-accent-light:#e0f2fe;--gp-shadow:#0f172a0f;--gp-shadow-hover:#0f172a24}body.neo-theme-b{--gp-bg:#fff5f9;--gp-surface:#fff7fb;--gp-card:#fff;--gp-border-subtle:#f9d2e3;--gp-border-strong:#f08fb8;--gp-text:#4a2438;--gp-text-muted:#b36b86;--gp-accent:#f472b6;--gp-accent-hover:#ec4899;--gp-accent-light:#fce7f3;--gp-shadow:#f472b62e;--gp-shadow-hover:#ec489959;--gp-gradient-1:#f9a8d4;--gp-gradient-2:#e879f9;--gp-gradient-3:#93c5fd;--gp-accent-glow:#f472b6e6}body.neo-theme-c{--gp-bg:#050316;--gp-surface:#050316;--gp-card:#090718;--gp-border-subtle:#f8717159;--gp-border-strong:#f87171d9;--gp-text:#f9fafb;--gp-text-muted:#fecaca;--gp-accent:#fb923c;--gp-accent-hover:#f97316;--gp-accent-light:#fb923c38;--gp-shadow:#000000c7;--gp-shadow-hover:#fb718566}body{color:var(--gp-text);background:0 0}.language-switcher-wrapper{z-index:1000;position:fixed;top:1rem;right:1rem}@media (max-width:768px){.language-switcher-wrapper{top:auto;bottom:1rem;right:1rem}}a{color:inherit}.gp-page{z-index:1;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem;position:relative}.gp-bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#6366f108 1px,#0000 1px),linear-gradient(90deg,#6366f108 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite gridMove;position:fixed;inset:0}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.gp-bg-particles{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.gp-particle{background:var(--gp-accent);width:2px;height:2px;box-shadow:0 0 6px var(--gp-accent);animation:15s ease-in-out infinite particleFloat;animation-delay:var(--delay);opacity:.6;border-radius:50%;position:absolute}@keyframes particleFloat{0%,to{opacity:0;transform:translate(0)scale(1)}10%{opacity:.6}50%{transform:translate(calc(var(--x,100px)*1),calc(var(--y,200px)*1))scale(1.5);opacity:.8}90%{opacity:.6}}.gp-bg-gradients{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.gp-gradient-orb{filter:blur(80px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite orbFloat;position:absolute}.gp-gradient-orb-1{background:radial-gradient(circle,var(--gp-gradient-1),transparent);width:600px;height:600px;animation-duration:25s;top:-200px;left:-200px}.gp-gradient-orb-2{background:radial-gradient(circle,var(--gp-gradient-2),transparent);width:500px;height:500px;animation-duration:30s;animation-delay:-10s;bottom:-150px;right:-150px}.gp-gradient-orb-3{background:radial-gradient(circle,var(--gp-gradient-3),transparent);width:400px;height:400px;animation-duration:35s;animation-delay:-5s;top:50%;right:10%}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.gp-header{z-index:10;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1.75rem 0;display:flex;position:relative}.gp-logo{align-items:center;gap:.75rem;display:flex;position:relative}.gp-logo-icon-wrapper{justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.gp-logo-icon{filter:drop-shadow(0 0 12px var(--gp-accent-glow));z-index:2;font-size:1.8rem;animation:3s ease-in-out infinite logoPulse;position:relative}@keyframes logoPulse{0%,to{filter:drop-shadow(0 0 12px var(--gp-accent-glow));transform:scale(1)}50%{filter:drop-shadow(0 0 20px var(--gp-accent-glow));transform:scale(1.05)}}.gp-logo-glow{background:radial-gradient(circle,var(--gp-accent-glow),transparent);opacity:.6;border-radius:50%;animation:3s ease-in-out infinite logoGlow;position:absolute;inset:-8px}@keyframes logoGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.gp-logo-text{flex-direction:column;gap:.1rem;display:flex}.gp-logo-main{color:var(--gp-text);letter-spacing:-.02em;background:linear-gradient(135deg,var(--gp-text),var(--gp-text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:800}.gp-logo-sub{color:var(--gp-text-muted);letter-spacing:.1em;font-size:.7rem}.gp-header-nav{align-items:center;gap:1.5rem;display:flex}.gp-nav-link{color:var(--gp-text-muted);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.gp-nav-link:after{content:"";background:var(--gp-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.gp-nav-link:hover{color:var(--gp-text);background:#ffffff0d}.gp-nav-link:hover:after{width:80%}.gp-nav-link-icon{margin-right:.25rem;font-size:1.1rem}.gp-nav-link-vr{background:linear-gradient(135deg,#8b5cf626,#ec489926);border:1px solid #8b5cf64d;border-radius:8px;padding:.5rem 1rem;font-weight:600}.gp-nav-link-vr:hover{background:linear-gradient(135deg,#8b5cf640,#ec489940);border-color:#8b5cf680}.gp-hero{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#6366f11a 0%,#8b5cf60d 100%);border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;min-height:320px;margin-bottom:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}.gp-hero-content{z-index:1;text-align:center;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem;position:relative}.gp-hero-badge{color:var(--gp-accent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#6366f126;border:1px solid #6366f14d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #6366f133}.gp-hero-badge:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);animation:3s ease-in-out infinite badgeShine;position:absolute;inset:0;transform:translate(-100%)}@keyframes badgeShine{0%{transform:translate(-100%)}to{transform:translate(200%)}}.gp-hero-badge-dot{background:var(--gp-accent);width:8px;height:8px;box-shadow:0 0 12px var(--gp-accent);border-radius:50%;animation:2s ease-in-out infinite badgePulse}@keyframes badgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.gp-hero-title{flex-direction:column;gap:.5rem;margin:0 0 1rem;display:flex}.gp-hero-title-main{letter-spacing:-.03em;flex-wrap:wrap;justify-content:center;gap:.4rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1;display:flex}.gp-hero-title-gradient{background:linear-gradient(135deg,var(--gp-text)0%,var(--gp-accent)50%,var(--gp-gradient-2)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.gp-hero-title-sub{color:var(--gp-text-muted);letter-spacing:-.01em;opacity:.9;font-size:clamp(1rem,2vw,1.4rem);font-weight:600}.gp-hero-subtitle{color:var(--gp-text-muted);opacity:.85;max-width:600px;margin:0 auto 1.5rem;font-size:.95rem;line-height:1.6}.gp-hero-stats{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172a99;border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 16px #0000004d}.gp-hero-stat{align-items:center;gap:.75rem;padding:.25rem;display:flex}.gp-hero-stat-icon{filter:drop-shadow(0 0 6px var(--gp-accent-glow));font-size:1.5rem}.gp-hero-stat-content{flex-direction:column;gap:.15rem;display:flex}.gp-hero-stat-value{background:linear-gradient(135deg,var(--gp-gradient-1),var(--gp-gradient-2),var(--gp-gradient-3));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;line-height:1}.gp-hero-stat-label{color:var(--gp-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.gp-hero-stat-divider{background:linear-gradient(#0000,#fff3,#0000);width:1px;height:40px}.gp-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.gp-hero-button-primary{background:linear-gradient(135deg,var(--gp-gradient-1),var(--gp-gradient-2));color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #6366f14d}.gp-hero-button-primary:before{content:"";background:linear-gradient(135deg,#fff3,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.gp-hero-button-primary:hover:before{transform:translate(100%)}.gp-hero-button-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 36px #6366f180,0 0 0 4px #6366f133}.gp-button-arrow{font-size:1.2rem;transition:transform .3s}.gp-hero-button-primary:hover .gp-button-arrow{transform:translate(4px)}.gp-hero-button-secondary{color:var(--gp-text);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.gp-hero-button-secondary:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a,#0000);transition:opacity .3s;position:absolute;inset:0}.gp-hero-button-secondary:hover:before{opacity:1}.gp-hero-button-secondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}.gp-hero-button-vr{color:#fff;background:linear-gradient(135deg,#8b5cf633,#ec489933);border:1px solid #8b5cf666;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #8b5cf640}.gp-hero-button-vr:before{content:"";background:linear-gradient(135deg,#fff3,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.gp-hero-button-vr:hover:before{transform:translate(100%)}.gp-hero-button-vr:hover{border-color:#8b5cf699;transform:translateY(-3px)scale(1.02);box-shadow:0 12px 36px #8b5cf666,0 0 0 4px #8b5cf633}.gp-button-vr-icon{filter:drop-shadow(0 0 8px #8b5cf699);font-size:1.3rem}.gp-hero-decoration{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.gp-hero-decoration-item{filter:blur(40px);background:radial-gradient(circle,#6366f133,#0000);border-radius:50%;animation:20s ease-in-out infinite decorationFloat;position:absolute}.gp-hero-decoration-1{width:300px;height:300px;animation-duration:25s;top:10%;left:5%}.gp-hero-decoration-2{width:200px;height:200px;animation-duration:30s;animation-delay:-5s;bottom:15%;right:8%}.gp-hero-decoration-3{width:150px;height:150px;animation-duration:35s;animation-delay:-10s;top:60%;left:15%}@keyframes decorationFloat{0%,to{opacity:.6;transform:translate(0)scale(1)}33%{opacity:.8;transform:translate(30px,-30px)scale(1.2)}66%{opacity:.7;transform:translate(-20px,20px)scale(.9)}}.gp-games-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;margin-bottom:1.5rem;display:flex}.gp-search-box{flex:1;min-width:280px;max-width:500px;position:relative}.gp-search-input{border:1px solid var(--gp-border-subtle);width:100%;color:var(--gp-text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border-radius:12px;padding:.75rem 1rem .75rem 2.75rem;font-family:inherit;font-size:.95rem;transition:all .3s}.gp-search-input:focus{border-color:var(--gp-accent);background:#0f172acc;outline:none;box-shadow:0 0 0 3px #6366f11a}.gp-search-input::placeholder{color:var(--gp-text-muted)}.gp-search-icon{opacity:.6;pointer-events:none;font-size:1.1rem;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.gp-search-results-info{color:var(--gp-text-muted);font-size:.9rem}.gp-search-results-info strong{color:var(--gp-accent);font-weight:600}.gp-category-nav{margin-bottom:1.5rem}.gp-category-nav ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.gp-category-nav button{border:1px solid var(--gp-border-subtle);color:var(--gp-text-muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-family:inherit;font-size:.85rem;transition:all .2s;display:inline-flex}.gp-category-nav button:hover{border-color:var(--gp-border-strong);color:var(--gp-text);background:#ffffff08}.gp-category-nav button.active{background:var(--gp-accent);border-color:var(--gp-accent);color:#fff}.gp-category-count{opacity:.8;font-size:.75rem}.gp-vr-zone{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#8b5cf61a,#ec48991a);border:1px solid #8b5cf633;border-radius:24px;margin-bottom:3rem;padding:2rem;box-shadow:0 8px 32px #8b5cf626,inset 0 1px #ffffff1a}.gp-vr-zone-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.gp-vr-zone-title{align-items:center;gap:1rem;display:flex}.gp-vr-icon{filter:drop-shadow(0 0 12px #8b5cf699);font-size:2.5rem;animation:3s ease-in-out infinite vrPulse}@keyframes vrPulse{0%,to{filter:drop-shadow(0 0 12px #8b5cf699);transform:scale(1)}50%{filter:drop-shadow(0 0 20px #8b5cf6cc);transform:scale(1.1)}}.gp-vr-zone-title h2{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.8rem;font-weight:800}.gp-vr-zone-title p{color:var(--gp-text-muted);margin:.25rem 0 0;font-size:.9rem}.gp-vr-toggle{color:#c084fc;cursor:pointer;background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:12px;padding:.6rem 1.2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s}.gp-vr-toggle:hover{background:#8b5cf640;border-color:#8b5cf680;transform:translateY(-2px)}.gp-vr-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.9rem;display:grid}.gp-card-vr{background:#0f172afa;border-color:#8b5cf64d;position:relative}.gp-card-vr:hover{border-color:#8b5cf699;box-shadow:0 8px 24px #8b5cf64d}.gp-vr-badge{color:#fff;letter-spacing:.05em;z-index:2;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:6px;padding:.25rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:.5rem;right:.5rem;box-shadow:0 4px 12px #8b5cf666}.gp-section{margin-top:2rem}.gp-empty{color:var(--gp-text-muted);font-size:.9rem}.hero{background:#0f172ae6;border:1px solid #1e40af8c;border-radius:24px;flex-direction:column;gap:.9rem;padding:1.75rem 1.75rem 1.9rem;display:flex;box-shadow:0 18px 35px #0f172ad9}.hero:before{content:none}.hero-kicker{letter-spacing:.18em;text-transform:uppercase;color:#e2e8f0cc;font-size:.78rem}.hero-title{margin:.35rem 0 .3rem;font-size:clamp(1.9rem,2.7vw,2.4rem)}.hero-subtitle{color:var(--text-muted);margin:0;font-size:.98rem}.hero-actions{margin-top:1.25rem}.hero-primary{padding-inline:1.6rem}.hero-meta{color:var(--text-muted);flex-wrap:wrap;gap:.75rem;margin-top:1.2rem;font-size:.9rem;display:flex}.hero-meta strong{color:#e5e7eb}.stats-card{background:var(--surface);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:20px;padding:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.stat-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:1rem 1.25rem}.stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem}.stat-value{margin-top:.35rem;font-size:1.7rem;font-weight:600}.game-icon[data-has-image=true]{color:#0000}.gp-category-block+.gp-category-block{margin-top:2.25rem}.gp-category-header{justify-content:space-between;align-items:baseline;margin-bottom:.9rem;display:flex}.gp-category-header h2{margin:0;font-size:1.15rem}.gp-category-header span{color:var(--gp-text-muted);font-size:.8rem}.gp-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.9rem;display:grid}.gp-card{border:1px solid var(--gp-border-subtle);background:var(--gp-card);color:inherit;box-shadow:0 6px 16px var(--gp-shadow);cursor:pointer;border-radius:12px;flex-direction:column;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.gp-card:hover{border-color:var(--gp-accent);box-shadow:0 8px 24px var(--gp-shadow-hover);transform:translateY(-2px)}.gp-card-cover{aspect-ratio:16/9;background:linear-gradient(135deg,var(--gp-accent),var(--gp-accent-hover));color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;font-size:1.8rem;font-weight:700;display:flex;position:relative;overflow:hidden}.gp-card-cover:after{content:"";opacity:0;background:linear-gradient(#0000 0%,#0000004d 100%);transition:opacity .2s;position:absolute;inset:0}.gp-card:hover .gp-card-cover:after{opacity:1}.gp-card-cover[data-has-image=true]{color:#0000}.gp-card-content{flex-direction:column;flex:1;gap:.4rem;padding:.7rem;display:flex}.gp-card-title{color:var(--gp-text);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:2.2em;margin:0;font-size:.85rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.gp-card-footer{justify-content:space-between;align-items:center;gap:.4rem;margin-top:auto;display:flex}.gp-card-badge{color:var(--gp-accent);white-space:nowrap;background:#6366f126;border:1px solid #6366f14d;border-radius:4px;flex-shrink:0;padding:.15rem .4rem;font-size:.65rem;font-weight:500}.gp-card-date{color:var(--gp-text-muted);white-space:nowrap;flex-shrink:0;font-size:.65rem}.neo-card-table .studio-game-info-inline{border-top:1px solid var(--gp-border-subtle);flex-direction:column;gap:.75rem;margin-top:.75rem;padding-top:.5rem;font-family:inherit;display:flex}.neo-card-table .studio-game-info-item-inline{background:var(--gp-card);border:1px solid var(--gp-border-subtle);box-shadow:0 2px 6px var(--gp-shadow);border-radius:12px;font-family:inherit}.neo-card-table .studio-info-icon-small{background:var(--gp-accent-light);border-color:var(--gp-accent)}.neo-card-table .studio-game-info-label-inline{color:var(--gp-text-muted);font-family:inherit;font-size:.85rem}.neo-card-table .studio-game-info-value-inline{color:var(--gp-text);font-family:inherit;font-size:.95rem}@media (max-width:720px){.gp-page{padding-inline:1.1rem}.gp-header{flex-direction:column;align-items:flex-start;gap:1rem}.gp-header-nav{justify-content:flex-start;width:100%}.gp-hero{border-radius:20px;min-height:280px;margin-bottom:2rem}.gp-hero-content{padding:1.5rem 1.25rem}.gp-hero-title-main{flex-direction:column;font-size:clamp(1.5rem,6vw,2.5rem)}.gp-hero-stats{flex-direction:column;gap:1rem;padding:1rem}.gp-hero-stat{justify-content:center;width:100%}.gp-hero-stat-divider{width:100%;height:1px}.gp-hero-actions{flex-direction:column;width:100%}.gp-hero-button-primary,.gp-hero-button-secondary,.gp-hero-button-vr{justify-content:center;width:100%}.gp-vr-zone{margin-bottom:2rem;padding:1.5rem}.gp-vr-zone-header{flex-direction:column;align-items:flex-start}.gp-vr-zone-title{width:100%}.gp-vr-toggle{justify-content:center;width:100%}.gp-category-header{flex-direction:column;gap:.15rem}.gp-games-header{flex-direction:column;align-items:stretch}.gp-search-box{max-width:100%}.gp-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.gp-card-cover{font-size:1.5rem}.gp-card-content{padding:.6rem}.gp-card-title{min-height:2em;font-size:.8rem}.gp-card-badge,.gp-card-date{font-size:.6rem}}.studio-page{color:#5d4e37;background:linear-gradient(135deg,#fef5e7 0%,#fdebd0 50%,#fad7a0 100%) fixed;min-height:100vh;padding:0;font-family:Kalam,Caveat,cursive,sans-serif;position:relative}.studio-page:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 20% 30%,#fdebd04d 0%,#0000 50%),radial-gradient(circle at 80% 70%,#fad7a04d 0%,#0000 50%);position:fixed;inset:0}.studio-page>*{z-index:1;position:relative}.studio-hero{text-align:center;max-width:900px;margin:0 auto;padding:2.5rem 2rem 3rem;position:relative}.studio-hero-content{z-index:2;position:relative}.studio-logo{margin-bottom:1.5rem}.studio-title{color:#8b4513;text-shadow:2px 2px #8b451333,4px 4px #8b45131a;letter-spacing:.05em;margin:0;font-family:Caveat,cursive;font-size:clamp(3.5rem,8vw,6rem);font-weight:700;display:inline-block;transform:rotate(-1deg)}.studio-tagline{color:#a0826d;margin:.5rem 0 0;font-family:Kalam,cursive;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:400;display:inline-block;transform:rotate(.5deg)}.studio-description{color:#6b5d4f;background:#fff9;border:2px solid #d4a574;border-radius:16px;max-width:700px;margin:1.5rem auto;padding:1.2rem;font-family:Kalam,cursive;font-size:clamp(1rem,2vw,1.3rem);line-height:1.7;position:relative;box-shadow:0 3px 10px #8b45131f,inset 0 1px #fffc}.studio-description-link{cursor:pointer;text-decoration:none;display:inline-block}.studio-description-link:hover{border-color:#b8865b;box-shadow:0 4px 14px #8b451333,inset 0 1px #ffffffe6}.studio-description:before{content:"\"";color:#d4a574;opacity:.5;font-family:Caveat,cursive;font-size:4rem;position:absolute;top:-10px;left:20px}.studio-stats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;display:flex}.studio-stat{flex-direction:column;align-items:center;gap:.5rem;display:flex}.studio-stat-number{color:#8b4513;font-family:Caveat,cursive;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1}.studio-stat-label{color:#a0826d;font-family:Kalam,cursive;font-size:1rem;font-weight:400}.studio-hero-decoration{pointer-events:none;z-index:1;position:absolute;inset:0}.studio-doodle{opacity:.3;font-size:2rem;animation:6s ease-in-out infinite studio-float;position:absolute}.studio-doodle-1{animation-delay:0s;top:10%;left:10%}.studio-doodle-2{animation-delay:-2s;top:20%;right:15%}.studio-doodle-3{animation-delay:-4s;bottom:15%;left:20%}@keyframes studio-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}.studio-section{max-width:1200px;margin:0 auto;padding:2.5rem 2rem}.studio-section-title{color:#8b4513;text-align:center;justify-content:center;align-items:center;gap:.75rem;margin:0 0 1.5rem;font-family:Caveat,cursive;font-size:clamp(2rem,4vw,3rem);font-weight:700;display:flex}.studio-title-decoration{color:#d4a574;opacity:.6;font-size:1.5rem}.studio-games-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:0;display:grid}@media (max-width:1200px){.studio-games-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (max-width:900px){.studio-games-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.studio-game-card{color:inherit;background:#ffffffb3;border:2px solid #d4a574;border-radius:16px;text-decoration:none;transition:all .3s;animation:.6s ease-out backwards studio-fadeInUp;overflow:hidden;box-shadow:0 3px 10px #8b45131a}@keyframes studio-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.studio-game-card:hover{border-color:#b8865b;transform:translateY(-8px)rotate(-1deg);box-shadow:0 8px 24px #8b451333}.studio-game-cover{aspect-ratio:5/3;background:linear-gradient(135deg,#d4a574,#b8865b) 50%/cover;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.studio-game-initial{color:#ffffffe6;text-shadow:2px 2px 4px #0003;font-family:Caveat,cursive;font-size:2rem;font-weight:700}.studio-game-overlay{opacity:0;background:#8b4513b3;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.studio-game-card:hover .studio-game-overlay{opacity:1}.studio-play-icon{color:#fff;font-size:2rem;transform:translate(3px)}.studio-game-info{padding:.6rem .75rem}.studio-game-name{color:#8b4513;margin:0 0 .15rem;font-family:Caveat,cursive;font-size:1rem;font-weight:600;line-height:1.2}.studio-game-category{color:#a0826d;margin:0;font-family:Kalam,cursive;font-size:.75rem;line-height:1.3}.studio-categories{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.studio-category-card{color:inherit;background:#fff9;border:2px solid #d4a574;border-radius:20px;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 8px #8b45131a}.studio-category-card:hover{border-color:#b8865b;transform:translate(8px)rotate(.5deg);box-shadow:0 4px 16px #8b451326}.studio-category-icon{color:#fff;background:linear-gradient(135deg,#d4a574,#b8865b);border:3px solid #8b4513;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-family:Caveat,cursive;font-size:2rem;font-weight:700;display:flex}.studio-category-content{flex:1}.studio-category-name{color:#8b4513;margin:0 0 .25rem;font-family:Caveat,cursive;font-size:1.5rem;font-weight:600}.studio-category-count{color:#a0826d;margin:0;font-family:Kalam,cursive;font-size:.9rem}.studio-category-arrow{color:#d4a574;font-size:1.5rem;transition:transform .3s}.studio-category-card:hover .studio-category-arrow{transform:translate(4px)}.studio-games-list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;display:grid}.studio-game-item{color:inherit;background:#fff9;border:2px solid #d4a574;border-radius:16px;flex-direction:column;gap:.75rem;padding:1rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 6px #8b451314}.studio-game-item:hover{border-color:#b8865b;transform:translateY(-4px)rotate(-.5deg);box-shadow:0 4px 12px #8b451326}.studio-game-thumb{aspect-ratio:16/9;color:#fff;background:linear-gradient(135deg,#d4a574,#b8865b) 50%/cover;border:2px solid #8b4513;border-radius:12px;justify-content:center;align-items:center;width:100%;font-family:Caveat,cursive;font-size:2rem;font-weight:700;display:flex}.studio-game-details{text-align:center}.studio-game-item-name{color:#8b4513;margin:0 0 .25rem;font-family:Caveat,cursive;font-size:1.2rem;font-weight:600}.studio-game-item-meta{color:#a0826d;margin:0;font-family:Kalam,cursive;font-size:.8rem}.studio-footer{text-align:center;background:#fff6;border-top:3px dashed #d4a574;margin-top:4rem;padding:4rem 2rem}.studio-footer-content{max-width:600px;margin:0 auto}.studio-footer-text{color:#8b4513;margin:0 0 .5rem;font-family:Caveat,cursive;font-size:1.8rem;font-weight:600}.studio-heart{color:#e74c3c;animation:1.5s ease-in-out infinite studio-heartbeat}@keyframes studio-heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.studio-footer-subtext{color:#a0826d;margin:0;font-family:Kalam,cursive;font-size:1rem}.studio-search-box{max-width:500px;margin:0 auto 2rem;position:relative}.studio-search-input{color:#5d4e37;background:#fffc;border:3px solid #d4a574;border-radius:20px;outline:none;width:100%;padding:1rem 1rem 1rem 3rem;font-family:Kalam,cursive;font-size:1rem;transition:all .3s;box-shadow:0 2px 8px #8b45131a}.studio-search-input:focus{background:#fffffff2;border-color:#b8865b;box-shadow:0 4px 16px #8b451333}.studio-search-input::placeholder{color:#a0826d;opacity:.7}.studio-search-icon{opacity:.6;font-size:1.2rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.studio-games-container{margin-top:2rem}.studio-category-filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.studio-category-filter-btn{color:#8b4513;cursor:pointer;background:#fff9;border:2px solid #d4a574;border-radius:12px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-family:Kalam,cursive;font-size:.85rem;transition:all .3s;display:inline-flex;box-shadow:0 2px 6px #8b45131a}.studio-category-filter-btn:hover{background:#fffc;border-color:#b8865b;transform:translateY(-2px)rotate(-.5deg);box-shadow:0 4px 12px #8b451326}.studio-category-filter-btn.active{color:#fff;background:linear-gradient(135deg,#d4a574,#b8865b);border-color:#8b4513;font-weight:600;box-shadow:0 4px 12px #8b451333}.studio-category-filter-count{opacity:.8;font-size:.75rem}.studio-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem;display:flex}.studio-pagination-btn{color:#8b4513;cursor:pointer;background:#ffffffb3;border:2px solid #d4a574;border-radius:16px;padding:.75rem 1.5rem;font-family:Kalam,cursive;font-size:1rem;transition:all .3s;box-shadow:0 2px 6px #8b45131a}.studio-pagination-btn:hover:not(:disabled){border-color:#b8865b;transform:translateY(-2px);box-shadow:0 4px 12px #8b451326}.studio-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.studio-pagination-info{color:#8b4513;font-family:Kalam,cursive;font-size:1rem;font-weight:600}.studio-pagination-count{color:#a0826d;margin-left:.5rem;font-size:.85rem;font-weight:400}.studio-empty{text-align:center;color:#a0826d;padding:4rem 2rem;font-family:Kalam,cursive;font-size:1.2rem}.play-layout{background:#111;flex-direction:column;min-height:100vh;display:flex}.play-toolbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f7f4f1;background:#0f0a08f2;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-family:Kalam,cursive;display:flex;position:fixed;top:0;left:0;right:0}.play-toolbar-left{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.play-toolbar-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.play-toolbar-button{background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .9rem;display:inline-flex;box-shadow:0 4px 10px #0006}.play-toolbar-button:hover{background:#ffffff29;border-color:#ffffff47}.play-toolbar-button-icon{font-size:.9rem;transform:translateY(.5px)}.play-toolbar-link{color:#f7f4f1;border-radius:8px;padding:.25rem .5rem;font-size:.95rem;text-decoration:none;transition:background .2s,transform .2s}.play-toolbar-link:hover{background:#ffffff1f;transform:translateY(-1px)}.play-toolbar-divider{opacity:.4}.play-toolbar-meta{opacity:.7;font-size:.85rem}.play-canvas{flex:1;margin-top:3.5rem;position:relative}.play-canvas .game-container{width:100%;height:100%}@media (max-width:768px){.play-toolbar{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem}.play-canvas{margin-top:4.5rem}.studio-hero{padding:2rem 1.5rem 2.5rem}.studio-section{padding:2rem 1.5rem}.studio-games-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.studio-categories{grid-template-columns:1fr}.studio-games-list{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.studio-category-filters{gap:.5rem}.studio-category-filter-btn{padding:.4rem .75rem;font-size:.8rem}}.studio-game-detail{max-width:900px;margin:0 auto}.game-detail-card{margin-top:1rem;padding:1.25rem 1.5rem 1.5rem}.game-detail-main{align-items:center;gap:1.25rem;display:flex}.game-detail-cover{background:linear-gradient(135deg,var(--gp-accent),var(--gp-accent-hover));aspect-ratio:16/9;color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;flex:0 0 260px;justify-content:center;align-items:center;min-height:0;font-size:2.4rem;font-weight:700;display:flex;position:relative;overflow:hidden}.game-detail-cover[data-has-image=true] .game-detail-initial{display:none}.game-detail-initial{text-shadow:0 4px 12px #0f172a66}.game-detail-info{flex-direction:column;flex:1;justify-content:center;gap:.6rem;display:flex}.game-detail-title{font-size:1.4rem;font-weight:700}.game-detail-category{color:var(--gp-text-muted);font-size:.9rem}.game-detail-description{color:var(--gp-text-muted);font-size:.95rem;line-height:1.6}.game-detail-meta-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.game-detail-meta-pill{background:var(--gp-accent-light);border-radius:999px;padding:.25rem .7rem;font-size:.8rem}.game-detail-meta-text{color:var(--gp-text-muted);font-size:.8rem}.game-detail-actions,.game-detail-thumbs-row{margin-top:.9rem}.game-detail-thumbs{align-items:center;gap:.5rem;display:flex}.game-detail-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,var(--gp-accent),var(--gp-accent-hover));color:#fff;opacity:.9;border:1px solid var(--gp-border-subtle);width:72px;box-shadow:0 2px 6px var(--gp-shadow);cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;transition:transform .15s,box-shadow .15s,border-color .15s,opacity .15s;display:flex;overflow:hidden}.game-detail-thumb[data-has-image=true] .game-detail-thumb-initial{display:none}.game-detail-thumb-initial{text-shadow:0 3px 8px #0f172a80}.game-detail-thumb:hover{opacity:1;box-shadow:0 4px 10px var(--gp-shadow-hover);transform:translateY(-1px)}.game-detail-thumb-active{border-color:var(--gp-accent);box-shadow:0 0 0 1px #38bdf899,0 6px 14px var(--gp-shadow-hover);opacity:1}@media (max-width:768px){.game-detail-main{flex-direction:column}.game-detail-cover{flex-basis:auto;width:100%}}.studio-back-link{color:#8b4513;background:#fff9;border:2px solid #d4a574;border-radius:12px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-family:Kalam,cursive;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 6px #8b45131a}.studio-back-link:hover{border-color:#b8865b;transform:translate(-4px);box-shadow:0 4px 12px #8b451326}.studio-back-arrow{font-size:1.2rem;font-weight:700}.studio-game-main-content{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;margin-bottom:2rem;display:grid}.studio-game-cover-wrapper{position:sticky;top:2rem}.studio-game-detail-cover{aspect-ratio:16/9;background:linear-gradient(135deg,#d4a574,#b8865b) 50%/cover;border:4px solid #8b4513;border-radius:24px;justify-content:center;align-items:center;width:100%;transition:transform .3s;display:flex;overflow:hidden;transform:rotate(-2deg);box-shadow:0 12px 32px #8b45134d,0 6px 16px #8b451333}.studio-game-detail-cover:hover{transform:rotate(-1deg)scale(1.02)}.studio-game-detail-initial{color:#ffffffe6;text-shadow:2px 2px 4px #0003;font-family:Caveat,cursive;font-size:5rem;font-weight:700}.studio-game-content-card{background:#ffffffb3;border:3px solid #d4a574;border-radius:28px;padding:2.5rem;box-shadow:0 6px 20px #8b451326}.studio-game-breadcrumb{color:#a0826d;letter-spacing:.05em;margin:0 0 .75rem;font-family:Kalam,cursive;font-size:.85rem}.studio-game-detail-title{color:#8b4513;margin:0 0 1rem;font-family:Caveat,cursive;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2;transform:rotate(-.5deg)}.studio-game-detail-description{color:#6b5d4f;margin:0;font-family:Kalam,cursive;font-size:1.1rem;line-height:1.8}.studio-game-category-tag{color:#8b4513;background:#d4a57433;border:2px solid #d4a574;border-radius:12px;align-items:center;gap:.5rem;margin:.75rem 0;padding:.5rem 1rem;font-family:Kalam,cursive;font-size:.95rem;display:inline-flex}.studio-category-icon-small{font-size:1rem}.studio-game-actions-wrapper{flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0;display:flex}.studio-game-info-inline{border-top:2px dashed #d4a574;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.studio-game-info-item-inline{background:#ffffff80;border:2px solid #d4a5744d;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.studio-info-icon-small{background:#d4a57433;border:2px solid #d4a574;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.studio-info-content-inline{flex-direction:column;flex:1;gap:.25rem;display:flex}.studio-game-info-label-inline{color:#a0826d;font-family:Kalam,cursive;font-size:.85rem;font-weight:600}.studio-game-info-value-inline{color:#8b4513;font-family:Kalam,cursive;font-size:1rem;font-weight:500}.studio-button-primary,.studio-button-secondary{border-radius:16px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Kalam,cursive;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #8b451326}.studio-button-primary{color:#fff;background:linear-gradient(135deg,#8b4513,#6b3410);border:3px solid #8b4513;padding:1rem 2.5rem;font-size:1.1rem;box-shadow:0 4px 12px #8b451340}.studio-button-primary:hover{background:linear-gradient(135deg,#6b3410,#5a2a0d);border-color:#6b3410;transform:translateY(-3px)rotate(-1deg);box-shadow:0 6px 20px #8b451359}.studio-button-secondary{color:#8b4513;background:#fffc;border:2px solid #d4a574}.studio-button-secondary:hover{background:#fffffff2;border-color:#b8865b;transform:translateY(-2px)rotate(.5deg);box-shadow:0 4px 16px #8b451333}.studio-button-icon{font-size:.9rem}.studio-game-info-card{background:#fff9;border:3px solid #d4a574;border-radius:24px;padding:2rem;box-shadow:0 4px 12px #8b451326}.studio-game-info-title{color:#8b4513;text-align:center;margin:0 0 1.5rem;font-family:Caveat,cursive;font-size:2rem;font-weight:600}.studio-game-info-list{gap:1.25rem;margin:0;display:grid}.studio-game-info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:0;display:grid}.studio-game-info-item{background:#ffffff80;border:2px solid #d4a5744d;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.studio-game-info-item:hover{border-color:#d4a574;transform:translateY(-2px);box-shadow:0 4px 12px #8b45131a}.studio-info-icon{background:#d4a57433;border:2px solid #d4a574;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex}.studio-info-content{flex-direction:column;flex:1;gap:.25rem;display:flex}.studio-game-info-label{color:#8b4513;margin:0;font-family:Kalam,cursive;font-size:.95rem;font-weight:600}.studio-game-info-value{color:#6b5d4f;word-break:break-word;margin:0;font-family:Kalam,cursive;font-size:.95rem}.studio-game-badge{color:#fff;background:linear-gradient(135deg,#d4a574,#b8865b);border:2px solid #8b4513;border-radius:8px;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.studio-code{color:#6b3410;background:#8b45131a;border:1px solid #8b451333;border-radius:6px;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.9rem}.studio-error{text-align:center;max-width:600px;margin:0 auto;padding:4rem 2rem}.studio-error-icon{margin-bottom:1rem;font-size:4rem}.studio-error-title{color:#8b4513;margin:0 0 1rem;font-family:Caveat,cursive;font-size:2.5rem;font-weight:700}.studio-error-text{color:#6b5d4f;margin:0 0 2rem;font-family:Kalam,cursive;font-size:1.1rem;line-height:1.8}@media (max-width:768px){.studio-game-main-content{grid-template-columns:1fr;gap:2rem}.studio-game-cover-wrapper{position:static}.studio-game-detail-cover{max-width:100%;transform:rotate(-1deg)}.studio-game-content-card{padding:1.5rem}.studio-game-actions-wrapper{margin:1.5rem 0}.studio-button-primary{justify-content:center;width:100%}.studio-game-info-grid{grid-template-columns:1fr}.studio-game-info-item{flex-direction:column;align-items:flex-start}.studio-info-icon{justify-content:flex-start;width:100%}}
