:root{--font-body: "Inter", sans-serif;--font-heading: "Outfit", sans-serif;--color-bg: #0a0a0b;--color-surface: #121214;--color-text: #f8fafc;--color-text-muted: #94a3b8;--color-primary: #fbbf24;--color-accent: #fcd34d;--color-primary-glow: rgba(251, 191, 36, .4);--color-accent-glow: rgba(252, 211, 77, .4);--transition-fast: .2s ease;--transition-medium: .4s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}ul{list-style:none}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;position:fixed;top:0;width:100%;background:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid rgba(255,255,255,.05)}.logo-wrapper{display:flex;align-items:center;gap:1rem;cursor:pointer;z-index:101}.logo-emblem{width:40px;height:40px;perspective:1000px}.logo-svg{width:100%;height:100%;overflow:visible;animation:logo-float 6s ease-in-out infinite;transition:transform .6s cubic-bezier(.175,.885,.32,1.275)}.logo-wrapper:hover .logo-svg{transform:rotateX(15deg) rotateY(-15deg) scale(1.1)}.logo-path{fill:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;transition:stroke-width .4s ease}.logo-wrapper:hover .logo-path{stroke-width:10}.logo-o{stroke:#fbbf24}.logo-g{stroke:#f8fafc;stroke-dasharray:520;stroke-dashoffset:0;animation:logo-draw-g 6s ease-in-out infinite alternate}.logo-s{stroke:#fbbf24;stroke-dasharray:400;stroke-dashoffset:0;animation:logo-draw-s 6s ease-in-out infinite alternate-reverse;animation-delay:1.5s}.logo-text{font-family:var(--font-heading);font-weight:800;font-size:1.1rem;letter-spacing:.2em;color:#fbbf24;white-space:nowrap}@keyframes logo-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-3px) rotate(2deg)}}@keyframes logo-draw-g{0%{stroke-dashoffset:520}40%,to{stroke-dashoffset:0}}@keyframes logo-draw-s{0%{stroke-dashoffset:400}40%,to{stroke-dashoffset:0}}.nav-links{display:flex;gap:2rem}.nav-links a{font-size:.9rem;font-weight:500;color:var(--color-text-muted)}.nav-links a:hover{color:var(--color-primary)}.menu-toggle{display:none;flex-direction:column;cursor:pointer;z-index:101}.bar{width:25px;height:3px;background-color:var(--color-text);margin:3px 0;transition:.4s}@media(max-width:768px){.menu-toggle{display:flex}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:100%;background:#0a0a0afa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);flex-direction:column;justify-content:center;align-items:center;transition:right var(--transition-medium)}.nav-links.active{right:0}.nav-links li{margin:1rem 0}.nav-links a{font-size:1.2rem}.menu-toggle.is-active .bar:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.menu-toggle.is-active .bar:nth-child(2){opacity:0}.menu-toggle.is-active .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}}.hero-section{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1rem;background:radial-gradient(ellipse at top,rgba(251,191,36,.08) 0%,var(--color-bg) 80%);position:relative;overflow:hidden}#hero-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hero-content{position:relative;z-index:2}.hero-content h1{font-family:var(--font-heading);font-size:clamp(2.5rem,8vw,5rem);line-height:1.1;margin-bottom:1rem;background:linear-gradient(to right,#f8fafc,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;opacity:0;animation:fadeInUp .8s ease forwards .2s}.accent-text{background:linear-gradient(to right,var(--color-primary),var(--color-accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-content .subtitle{font-size:1.2rem;color:var(--color-text-muted);margin-bottom:2.5rem;opacity:0;animation:fadeInUp .8s ease forwards .4s}.cta-button{padding:.8rem 2rem;background:transparent;color:var(--color-primary);border:2px solid var(--color-primary);border-radius:50px;font-weight:600;transition:transform var(--transition-fast),background var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast);box-shadow:0 0 15px var(--color-primary-glow),inset 0 0 5px var(--color-primary-glow);display:inline-block;opacity:0;animation:fadeInUp .8s ease forwards .6s}.cta-button:hover{transform:translateY(-2px);background:var(--color-primary);color:#000;box-shadow:0 0 30px var(--color-primary-glow)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cta-button:hover{transform:translateY(-2px);box-shadow:0 0 30px var(--color-primary-glow)}.games-section,.studio-section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-title{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:3rem;text-align:center}.reveal-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal-on-scroll.visible{opacity:1;transform:translateY(0)}.game-card{display:flex;flex-direction:column;background:#121214cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;overflow:visible;border:1px solid rgba(251,191,36,.1);transition:transform .1s ease-out,box-shadow .3s ease,border-color .3s ease;box-shadow:0 10px 30px -10px #000c;margin-top:8rem}.game-card:hover{transform:translateY(-5px);border-color:#fbbf2480;box-shadow:0 15px 40px -10px #fbbf2433}.game-image-container{padding:1.5rem;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle at center,rgba(251,191,36,.1) 0%,transparent 70%);position:relative;perspective:1200px}.mobile-mockups-group{position:relative;width:200px;height:250px;display:flex;justify-content:center;align-items:flex-end;transform-style:preserve-3d;transform-origin:bottom center;transform:scale(.75)}.mobile-frame{position:absolute;bottom:0;width:200px;aspect-ratio:9 / 19.5;background-color:#030303;border-radius:34px;border:4px solid #1f1f1f;display:flex;justify-content:center;align-items:center;transition:transform .6s cubic-bezier(.2,.8,.2,1),filter .6s ease,box-shadow .6s ease}.mobile-left{transform-origin:bottom right;transform:translate(-50px) scale(.85) rotate(-12deg);z-index:1;filter:brightness(.8);box-shadow:inset 0 0 0 3px #000,0 0 0 1px #222,10px 20px 40px -10px #000c}.mobile-right{transform-origin:bottom left;transform:translate(50px) scale(.85) rotate(12deg);z-index:1;filter:brightness(.8);box-shadow:inset 0 0 0 3px #000,0 0 0 1px #222,-10px 20px 40px -10px #000c}.mobile-center{transform-origin:bottom center;transform:translate(0) scale(1) rotate(0);z-index:2;box-shadow:inset 0 0 0 3px #000,0 0 0 1px #333,0 30px 60px -15px #000000e6,0 0 40px #fbbf2440}.game-card:hover .mobile-left{transform:translate(-90px) scale(.9) rotate(-20deg);filter:blur(0px) brightness(.8);box-shadow:inset 0 0 0 3px #000,0 0 0 1px #2b2b2b,0 25px 50px -12px #000c}.game-card:hover .mobile-right{transform:translate(90px) scale(.9) rotate(20deg);filter:blur(0px) brightness(.8);box-shadow:inset 0 0 0 3px #000,0 0 0 1px #2b2b2b,0 25px 50px -12px #000c}.game-card:hover .mobile-center{transform:translate(0) scale(1.1) rotate(0);box-shadow:inset 0 0 0 3px #000,0 0 0 1px #333,0 40px 70px -10px #000000f2,0 0 50px #fbbf2459}.mobile-frame:after{content:"";position:absolute;inset:0;border-radius:30px;background:linear-gradient(135deg,#ffffff14,#fff0 40%);pointer-events:none;z-index:20}.mobile-screen{width:calc(100% - 6px);height:calc(100% - 6px);object-fit:cover;object-position:center;border-radius:28px;image-rendering:-webkit-optimize-contrast;image-rendering:high-quality}.game-info{padding:2rem}.game-info h3{font-family:var(--font-heading);font-size:2rem;margin-bottom:1rem}.game-tags{display:flex;gap:.5rem;margin:1rem 0}.tag{background:#ffffff0d;padding:.2rem .8rem;border-radius:4px;font-size:.8rem;color:var(--color-text-muted)}.secondary-button{padding:.6rem 1.5rem;background:transparent;border:1px solid var(--color-text-muted);color:var(--color-text-muted);border-radius:4px;cursor:not-allowed;margin-top:1rem}.studio-content{text-align:center}.profile-container{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem}.profile-image-placeholder{width:150px;height:150px;border-radius:50%;background:var(--color-surface);border:2px solid var(--color-primary);display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.5rem;color:var(--color-primary)}.profile-details h3{font-size:1.5rem;margin-bottom:.5rem}.profile-details .role{color:var(--color-primary);font-weight:600;margin-bottom:1rem}.studio-mission{max-width:600px;margin:0 auto;color:var(--color-text-muted);font-style:italic}footer{padding:2rem;background:var(--color-surface);text-align:center;font-size:.9rem;color:var(--color-text-muted)}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.social-link{color:var(--color-text);font-weight:500}.social-link:hover{text-decoration:underline}@media(min-width:768px){.hero-content h1{font-size:5rem}.game-card{flex-direction:row}.game-image-container{width:40%;height:auto}.mobile-mockups-group{transform:scale(1)}.game-info{width:60%}.profile-container{flex-direction:row;justify-content:center;text-align:left}.profile-details{max-width:400px}}
