@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600&family=Kulim+Park:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600&display=swap";.projects-page{font-family:DM Sans,sans-serif;min-height:100vh;padding:0 1rem 3rem}.engine-tabs{display:flex;justify-content:center;gap:1rem;margin:2rem auto 1.25rem;flex-wrap:wrap}.engine-btn{background:#fff;border:none;border-radius:12px;padding:.6rem 1.2rem;display:flex;align-items:center;gap:.6rem;font-size:1rem;cursor:pointer;transition:all .2s ease;font-family:Space Grotesk,sans-serif}.engine-btn img{height:20px}.engine-btn.active{background:#6ae3ff;color:#000;font-weight:600}.engine-btn:focus-visible{outline:2px solid #111;outline-offset:2px}.engine-body{width:100%}.unity-wrap{max-width:1000px;margin:0 auto 2rem}.carousel-container{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;max-width:1000px;margin:auto}.arrow{background:transparent;border:none;cursor:pointer;padding:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s cubic-bezier(.2,.8,.2,1)}.arrow img{width:56px;height:56px;object-fit:contain}.arrow:hover{transform:scale(1.08);//box-shadow: 0 0 12px rgba(0,200,255,.45)}.arrow:active{transform:scale(.95);box-shadow:0 0 6px #00c8ff59}.card{background:#fff;border-radius:16px;display:flex;width:100%;max-width:900px;box-shadow:0 0 10px #00000014;overflow:hidden;transition:transform .4s ease}.card:hover{transform:translateY(-2px)}.card-image{width:30%;object-fit:cover;height:100%}.card-content{padding:1.5rem;width:70%}.card-content h2{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.tag{background:#e9e9e9;border-radius:999px;padding:.3rem .8rem;font-size:.8rem}.description{margin-bottom:1rem}.more-btn{background:transparent;border:1px solid #333;border-radius:999px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:all .2s ease;text-decoration:none;color:#111}.dots{margin-top:1.2rem;display:flex;justify-content:center;gap:.5rem}.more-btn[disabled],.more-btn[aria-disabled=true]{opacity:.6;cursor:not-allowed}@media (max-width: 800px){.card{flex-direction:column}.card-image{width:100%;height:220px}.card-content{width:100%}}.construct-wrap{max-width:1200px;margin:0 auto 2rem;padding:0 1rem;text-align:center}.construct-description{font-size:1.5rem;margin-bottom:2rem;color:#333}.construct-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.construct-card{background:#fff;border-radius:16px;box-shadow:0 4px 14px #00000014;text-decoration:none;color:#111;transition:transform .25s ease,box-shadow .25s ease;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding-bottom:12px}.construct-card .thumb{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#f2f2f2}.construct-card .thumb img{width:100%;height:100%;object-fit:cover}.construct-card .title{margin-top:10px;font-size:.95rem;font-weight:500;transition:font-weight .2s ease}.construct-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 6px 22px #00c8ff59}.construct-card:hover .title{font-weight:700}@media (max-width: 960px){.construct-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.construct-grid{grid-template-columns:1fr}}.landing-container{position:relative;height:100vh;width:100%;overflow:hidden;background:url(/videos/landing-poster.jpg) center / cover no-repeat}.landing-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.glass-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:4rem 3rem;background:#dcdcdc33;border-radius:24px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.15);text-align:center;max-width:800px;width:90%;color:#111;box-shadow:0 0 30px #0000000d;z-index:1}.intro-text{font-family:DM Sans,sans-serif;font-size:1.2rem;color:#111}.name-text{font-family:DM Sans,sans-serif;font-size:2.8rem;font-weight:600;margin:.3rem 0 1rem;color:#111}.animated-role-box{height:2.5rem;overflow:hidden}.role-text{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:500;color:#6ae3ff}.tagline{margin-top:1.5rem;font-size:1rem;font-family:DM Sans,sans-serif;color:#111;opacity:.95;line-height:1.6}.cta-buttons{margin-top:2.5rem;display:flex;gap:1.2rem;flex-wrap:wrap;justify-content:center}.cta-buttons button{font-family:Kulim Park,sans-serif;position:relative;overflow:hidden;padding:.7rem 1.5rem;border-radius:999px;background:transparent;border:1px solid #e94560;color:#e94560;cursor:pointer;font-size:1rem;z-index:1;transition:color .3s ease,transform .2s ease,box-shadow .3s ease}.cta-buttons button:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:0%;background-color:#e94560;z-index:-1;transition:height .3s ease}.cta-buttons button:hover:before{height:100%}.cta-buttons button:hover{color:#fff;transform:scale(1.04);box-shadow:0 8px 20px #e9456059}.topbar{position:sticky;top:0;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#28282880;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 20px #0000001a}.nav-logo{height:40px;cursor:pointer}.nav-links{list-style:none;display:flex;gap:2rem;font-family:DM Sans,sans-serif;font-size:1rem}.nav-links li{color:#fff;cursor:pointer;padding:.4rem 1rem;border-radius:999px;transition:all .3s ease}.nav-links li.active{background:#000;color:#fff;font-weight:600}.nav-icons{display:flex;align-items:center;gap:1rem}.nav-icon{height:24px;cursor:pointer}.nav-item:hover{transform:scale(1.1);filter:drop-shadow(0 0 8px rgba(255,255,255,.5))}.hamburger{width:28px;height:20px;display:none;flex-direction:column;justify-content:space-between;cursor:pointer}.hamburger div{width:100%;height:3px;background:#fff}.side-menu{position:fixed;top:70px;right:0;background:#141414f2;padding:1rem 2rem;z-index:1000;width:200px;box-shadow:-2px 0 10px #0000004d}.side-link{font-family:DM Sans,sans-serif;color:#fff;margin-bottom:1rem;cursor:pointer;transition:all .2s ease}.side-link:hover{transform:scale(1.05);filter:drop-shadow(0 0 6px #fff)}@media screen and (max-width: 900px){.nav-links,.nav-icons{display:none}.hamburger{display:flex;margin-left:auto;cursor:pointer}}.desktop-only{display:flex}.mobile-only{display:none}@media screen and (max-width: 900px){.desktop-only{display:none}.mobile-only{display:flex}}.animated-bg{position:fixed;inset:0;z-index:-1;pointer-events:none}.animated-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(-45deg,#fff,#f5f5f5,#ce796b,#f0f0f0,#0f7173);background-size:400% 400%;animation:gradientFlow 15s ease infinite;opacity:.25;mix-blend-mode:overlay;filter:blur(14px)}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.fullstack-wrap{max-width:1000px;margin:0 auto;padding:0 12px;font-family:DM Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.fs-carousel{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;max-width:1000px;margin:auto}.fs-arrow{background:transparent;border:none;cursor:pointer;padding:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s cubic-bezier(.2,.8,.2,1)}.fs-arrow img{width:56px;height:56px;object-fit:contain}.fs-arrow:hover{transform:scale(1.08)}.fs-arrow:active{transform:scale(.95);box-shadow:0 0 6px #00c8ff59}.fade-slide{animation:fadeSlideIn .28s cubic-bezier(.3,.7,.2,1)}@keyframes fadeSlideIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.fs-card{background:#fff;border-radius:16px;display:flex;width:100%;max-width:900px;box-shadow:0 0 10px #00000014;overflow:hidden;transition:transform .4s ease}.fs-media{width:50%;min-height:320px;display:flex;align-items:center;justify-content:center;background:#f9f9f9}.fs-image{width:100%;height:100%;object-fit:cover;display:block}.fs-content{padding:2rem;width:50%}.fs-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;color:#111}.fs-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.fs-pill{border-radius:999px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 6px #0000000f}.fs-desc{margin-bottom:1rem;line-height:1.55;color:#222}.more-btn{background:transparent;border:1px solid #333;border-radius:999px;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;color:#111;cursor:pointer;transition:all .2s ease;display:inline-block}.more-btn:hover{background:#111;color:#fff}.fs-dots{margin-top:1.2rem;display:flex;justify-content:center;gap:.5rem}.dot-nav{height:10px;width:10px;border-radius:50%;background:#bbb;border:none;cursor:pointer}.dot-nav.active{background:#333}@media (max-width: 800px){.fs-card{flex-direction:column}.fs-media{width:100%;height:220px}.fs-content{width:100%}}.resume-page{min-height:calc(100vh - 72px);padding:16px 16px 24px;display:grid;grid-template-rows:1fr auto;gap:12px;font-family:DM Sans,sans-serif}.resume-frame{max-width:1100px;width:100%;margin:0 auto;background:#fffc;border-radius:16px;box-shadow:0 8px 24px #00000014;overflow:hidden;-webkit-backdrop-filter:saturate(140%) blur(2px);backdrop-filter:saturate(140%) blur(2px)}.resume-viewer{width:100%;height:calc(100vh - 182px);display:block;border:none}.resume-fallback{padding:24px;text-align:center}.resume-actions{display:flex;justify-content:center}.resume-download{display:inline-block;padding:12px 22px;border:1px solid #111;border-radius:999px;color:#111;text-decoration:none;background:transparent;transition:transform .15s ease,background .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:0 3px 10px #00000014}.resume-download:hover{background:#111;color:#fff;transform:translateY(-1px)}@media (max-width: 640px){.resume-viewer{height:calc(100vh - 192px)}}.unitygamepage{max-width:1000px;margin:2rem auto;padding:1.5rem;font-family:Kulim Park,sans-serif;color:#111}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.page-header h1{font-size:1.8rem;font-weight:700;margin:0}.engine-badge{display:flex;align-items:center;background:#f3f3f3;border-radius:12px;padding:.4rem .8rem}.engine-logo{width:20px;height:20px;margin-right:.5rem}.engine-text{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.95rem;color:#111}.tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0}.tag{border-radius:999px;padding:.3rem .8rem;font-size:.8rem;font-weight:500;color:#fff}.tag-blue{background:#3b82f6}.tag-green{background:#10b981}.tag-purple{background:#8b5cf6}.tag-orange{background:#f97316}.tag-gray{background:#6b7280}.tag-black{background:#111}.tag-pink{background:#ec4899}.tag-teal{background:#14b8a6}.tag-amber{background:#f59e0b}.tag-navy{background:#1e3a8a}.tag-cyan{background:#06b6d4}.tag-lime{background:#84cc16}.tag-red{background:#ef4444}.tag-violet{background:#7c3aed}.tag-emerald{background:#059669}.tag-indigo{background:#4f46e5}.tag-yellow{background:#facc15}.tag-brown{background:#92400e}.tag-darkgreen{background:#065f46}.tag-mint{background:#34d399}.tag-rose{background:#f43f5e}.tag-turquoise{background:#40e0d0}.tag-strawberry{background:#fa5053}.tag-fawn{background:#e5aa70}.tag-canary{background:#873260}.tag-avacado{background:#568203}.tag-periwinkle{background:#000401}.tag-black{background:#ccf}.tag-khakhi{background:#d5c58a}.tag-default{background:#9ca3af}.game-description{font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.game-description p{margin-bottom:1rem}.download-btn{background:transparent;border:1px solid #333;border-radius:999px;padding:.6rem 1.4rem;font-size:1rem;cursor:pointer;transition:all .2s ease;color:#111;font-family:Kulim Park,sans-serif;text-decoration:none;display:inline-block;margin-bottom:2rem}.download-btn:hover{background:#111;color:#fff}.btn-row{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.webgl-frame{display:flex;justify-content:center;margin-bottom:2rem}.webgl-frame iframe,.webgl-frame canvas{max-width:100%;border:none}.webgl-embed{width:100%;max-width:1000px;margin:1rem auto 2rem;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;background:#000}.webgl-embed iframe{width:100%;height:100%;border:0;display:block}.video-embed{margin:2rem 0;display:flex;justify-content:center}.video-embed iframe{width:100%;max-width:800px;height:450px;border:none;border-radius:8px}.screenshots{margin-top:2rem}.screenshots h2{font-size:1.4rem;font-weight:700;margin-bottom:1rem}.screenshot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.screenshot-grid img{width:100%;border-radius:8px;cursor:pointer;transition:transform .2s ease}.screenshot-grid img:hover{transform:scale(1.03)}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000}.lightbox img{max-width:90%;max-height:80%;border-radius:8px}.lightbox-close{position:absolute;top:20px;right:30px;font-size:2rem;color:#fff;cursor:pointer;background:none;border:none}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:2rem;color:#fff;cursor:pointer;background:none;border:none;padding:0 1rem}.lightbox-arrow.left{left:20px}.lightbox-arrow.right{right:20px}@media (max-width: 600px){.video-embed iframe{height:250px}}:root{--glass-bg: rgba(255,255,255,.55);--glass-border: rgba(255,255,255,.35);--shadow: 0 10px 30px rgba(0,0,0,.1);--text: #111;--muted: #666;--accent: #111;--warning: #e11d48}.contactSection{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:96px 16px;max-width:1100px;margin:0 auto}.heading{text-align:center;font-weight:800;letter-spacing:.08em;color:var(--text);margin:0 0 12px}.decorativeLineWrapper{display:flex;justify-content:center;margin-bottom:28px}.decorativeLine{width:220px;height:8px;border-radius:999px;background:linear-gradient(90deg,#00000014,#00000040,#00000014)}.glassBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;box-shadow:var(--shadow);padding:24px;max-width:900px;margin:0 auto;animation:rise .35s ease both}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.inputGroup{position:relative;display:flex;flex-direction:column}.inputGroup input,.inputGroup textarea{border:1px solid rgba(0,0,0,.15);border-radius:12px;background:#fff;padding:16px 14px 14px;font-size:16px;line-height:1.4;color:var(--text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.inputGroup textarea{min-height:160px;resize:vertical}.inputGroup input:focus,.inputGroup textarea:focus{border-color:#00000059;box-shadow:0 0 0 3px #00000014}.inputGroup label{position:absolute;top:14px;left:14px;color:var(--muted);pointer-events:none;transition:all .12s ease;background:transparent;padding:0 4px}.inputGroup input:focus+label,.inputGroup textarea:focus+label,.inputGroup.filled label{top:-8px;font-size:12px;color:#000;background:#fff;border-radius:6px}.charCount{position:absolute;bottom:8px;right:12px;font-size:12px;color:var(--muted)}.warningPopup{position:absolute;right:8px;top:-10px;transform:translateY(-100%);background:#fff;color:var(--warning);border:1px solid rgba(225,29,72,.25);border-radius:8px;padding:6px 10px;font-size:12px;white-space:nowrap;box-shadow:0 6px 20px #e11d4814}.buttonRow{display:flex;justify-content:center;margin-top:16px}.loaderSpinner{width:36px;height:36px;border:3px solid rgba(0,0,0,.12);border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.submitButton{font-family:Kulim Park,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:transparent;color:var(--text);border:1px solid #333;border-radius:999px;padding:10px 18px;font-weight:600;cursor:pointer;transition:all .2s ease}.submitButton:hover{background:#111;color:#fff}.submitButton[disabled]{opacity:.5;cursor:not-allowed}.successBox{max-width:780px;margin:0 auto;text-align:center;animation:rise .35s ease both}.successGif{width:240px;height:240px;object-fit:contain;display:block;margin:0 auto 8px}.successText{font-size:18px;font-weight:600;color:var(--text);margin:8px 0 4px}.successSubText{color:var(--muted);margin-bottom:14px}.ghostButton{background:transparent;border:1px solid #333;color:var(--text);padding:10px 16px;border-radius:999px;cursor:pointer;transition:all .2s ease;font-weight:600}.ghostButton:hover{background:var(--accent);color:#fff}@media (max-width: 860px){.row{grid-template-columns:1fr}.contactSection{padding:88px 12px}.glassBox{padding:18px}.successGif{width:200px;height:200px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:transparent;color:#111}
