*,:after,:before{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#6291d3,#0a406f);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#438ccb,#0224b9)}.override-kingdom{background-image:url(/KOGBackground.PNG);background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:100vh;margin:0;padding:0 8rem 0 0}.KOGTitle{font-family:Press Start\ 2P,monospace;color:#e3b341;font-size:2rem;margin-top:.5rem;text-shadow:2px 2px 0 #000,-2px -2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000;letter-spacing:1px;text-align:center}.KOGTopAnimationRow{display:flex;justify-content:center;align-items:center;gap:7rem;margin-bottom:.5rem}.goblin-right{width:64px;height:64px;background-size:500% 100%;background-image:url(/GoblinRight.png);background-repeat:no-repeat;animation:goblinrightAnim 1s steps(5) infinite}@keyframes goblinrightAnim{0%{background-position:0 0}to{background-position:-300px 0}}.ent-left{width:96px;height:96px;background-size:800% 100%;background-image:url(/EntLeft.png);background-repeat:no-repeat;animation:entLeftAnim 1s steps(8) infinite}@keyframes entLeftAnim{0%{background-position:0 0}to{background-position:-768px 0}}.KOGYoutube{border:6px solid #777002;background-color:#fff;border-radius:4px;padding:.5rem;display:flex;justify-content:center;align-items:center;margin-top:1rem;width:350px;height:350px;box-shadow:0 4px 10px hsla(47,36%,67%,.2)}.KOGYoutube iframe{width:100%;height:100%;border:none;border-radius:4px;-o-object-fit:cover;object-fit:cover}.KOGTitleScreen{width:350px;margin-top:1rem;border:6px solid #e3b341;box-shadow:0 0 12px #e3b341aa;border-radius:8px}.KOGIntroSection{display:flex;align-items:flex-start;gap:2rem;padding:2rem}@media (max-width:768px){.KOGIntroSection{flex-direction:column;flex-wrap:wrap}}.KOGTechTitle{color:#facc15;text-align:center}.KOGTechList{list-style:none;display:flex;gap:2rem;padding-left:0;margin-left:0;justify-content:center;align-items:center;flex-wrap:wrap}.KOGTechList li{position:relative;padding-left:3rem;margin-bottom:1.5rem;font-size:1.1rem;color:#facc15}.KOGTechList li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4.5rem;height:4.5rem;top:.6rem;background-image:url(/coin-icon.png);background-size:contain;background-repeat:no-repeat}.ProGenDungeonsSection{display:flex;gap:2rem}.ProGenDunTitle{color:#facc15;text-align:left}.DungeonImagesContainer{display:flex;gap:1rem;justify-content:center}.ProGenDunDescription{background:linear-gradient(270deg,#343f11,#978414,#343f11);background-size:400% 400%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 6s ease infinite;display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap;flex:2;min-width:125px;max-width:350px}.BossRoomImg,.DungeonRoomsImg{width:200px;height:200px;margin-top:1rem;margin-left:auto;display:block;border:6px solid #e3b341;box-shadow:0 0 12px #e3b341aa;border-radius:8px}@media (max-width:768px){.DungeonImagesContainer{flex-direction:column;align-items:right;flex-wrap:wrap}}.DecisionGameplayTitle{color:#facc15;text-align:right}.KOGDesignTitle{color:#facc15;text-align:left}.GameDemoTitle{color:#facc15;text-align:center}.DecisionGameplayDescription,.KOGDescription,.KOGDesignDescription{background:linear-gradient(270deg,#343f11,#978414,#343f11);background-size:400% 400%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 6s ease infinite}.KOGDesignSection{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.KOGDesignText{flex:1;min-width:300px;color:#b5b54d}.KOGDesignImagesGrid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;flex:1;min-width:300px}.KOGDesignImages{width:100px;height:100px;border:6px solid #e3b341;box-shadow:0 0 12px #e3b341aa;border-radius:8px}.GameDemoDescritpion{background:linear-gradient(270deg,#343f11,#978414,#343f11);background-size:400% 400%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 6s ease infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.goblin-download{width:128px;height:128px;background-image:url(/Celebrate.png);background-size:500% 100%;background-repeat:no-repeat;background-position:0 0;margin:1rem auto;display:block;cursor:pointer}.goblin-download:hover{filter:brightness(1.2);transform:scale(1.1);transition:transform .2s ease}.goblin-download.animate{animation:goblinClickAnim 1s steps(5) forwards}@keyframes goblinClickAnim{0%{background-position:0 0}to{background-position:-640px 0}}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(to bottom right,#e0e7ff,#fff 40%,#f0f4ff);background-attachment:fixed;color:#1a202c;min-height:100vh;line-height:1.6}a{text-decoration:none;color:#2563eb;transition:color .25s ease}a:hover{text-decoration:underline;color:#1d4ed8}nav{display:flex;justify-content:center;align-items:center;padding:1rem 1.5rem;gap:1.25rem;font-weight:500;font-size:1.125rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:hsla(0,0%,100%,.8);border-bottom:1px solid #e5e7eb}@media (max-width:640px){nav{font-size:1rem;gap:1rem;justify-content:center}}main{margin:auto;padding:3rem 2rem;display:flex;flex-direction:column;gap:3rem;max-width:1400px}section{background:linear-gradient(0deg,#536f9a,#fff);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;border:1px solid hsla(0,0%,100%,.2);box-shadow:0 20px 40px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.06);animation:fadeInUp .8s ease-out both;transition:transform .3s ease,box-shadow .3s ease}section:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.15),0 12px 24px rgba(0,0,0,.1)}.about-img{width:144px;height:144px;border-radius:50%;overflow:hidden;border:4px solid #c7d2fe;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:1rem;transition:transform .4s ease}.about-img:hover{transform:scale(1.06)}.download-btn{display:inline-block;padding:.75rem 2rem;background:#4f46e5;color:#fff;border-radius:9999px;font-weight:600;box-shadow:0 4px 10px rgba(79,70,229,.3);transition:background .25s ease,transform .25s ease}.download-btn:hover{background:#4338ca;transform:translateY(-2px)}footer{text-align:center;padding:1.5rem 0;margin-top:4rem;border-top:1px solid #ccc;font-size:.875rem;color:#666;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}#about{display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width:640px){#about{flex-direction:row;align-items:flex-start}}#about div.text-center{text-align:center}@media (min-width:640px){#about div.text-center{text-align:left}}.portfolio-layout{display:flex;min-height:100vh;flex-direction:row}.profile-img-wrapper{display:flex;justify-content:center}.sidebar{position:fixed;width:280px;background:linear-gradient(180deg,rgba(30,41,59,.95),rgba(15,23,42,.95));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid hsla(0,0%,100%,.1);color:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;height:100vh;overflow-y:auto;box-shadow:4px 0 20px rgba(0,0,0,.1);animation:slideInLeft .8s ease-out}.profile-img{height:130px;width:130px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:1rem;border:4px solid hsla(0,0%,100%,.2);box-shadow:0 8px 20px rgba(0,0,0,.3),0 0 0 8px hsla(0,0%,100%,.05);transition:transform .3s ease,box-shadow .3s ease}.profile-img:hover{transform:scale(1.05);box-shadow:0 12px 30px rgba(0,0,0,.4),0 0 0 12px hsla(0,0%,100%,.1)}.ProfilePicture{width:250px;height:auto;border-radius:17px;-o-object-fit:cover;object-fit:cover;margin-bottom:1rem;border:4px solid #cbd5e1;box-shadow:0 4px 8px rgba(0,0,0,.2);display:block;margin-left:auto;margin-right:auto}.sidebar h2{margin:.5rem 0;font-size:1.3rem}.sidebar p{font-size:.9rem;color:#cbd5e1}.nav-links a,.social-links a{display:block;color:#60a5fa;margin-bottom:.5rem;font-size:.9rem}.nav-links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;border:1px solid hsla(0,0%,100%,.1);font-weight:500;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:100%;box-shadow:0 4px 15px rgba(0,0,0,.1)}.nav-links,.nav-links a{background:hsla(0,0%,100%,.05)}.nav-links a{color:hsla(0,0%,100%,.9);padding:.6rem 1rem;border-radius:10px;text-decoration:none;font-size:.9rem;transition:all .3s ease;white-space:nowrap;border:1px solid hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.nav-links a:hover{background:hsla(0,0%,100%,.15);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2);border-color:hsla(0,0%,100%,.2)}.social-links a{color:#60a5fa;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(96,165,250,.2);background:rgba(96,165,250,.05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.social-links a:hover{color:#93c5fd;background:rgba(96,165,250,.1);transform:translateY(-2px);box-shadow:0 4px 12px rgba(96,165,250,.2)}.hire-btn{background:#10b981;color:#fff;padding:.6rem 1rem;border:none;border-radius:6px;cursor:pointer}.dark-toggle{margin-top:auto;font-size:.85rem}.intro h1{font-size:2.5rem;color:#1e3a8a}.intro h2{font-size:1.2rem;color:#475569;margin-top:.5rem}.intro p{margin:1rem 0;max-width:600px}.actions{margin-top:1rem}.btn{padding:.6rem 1.2rem;border-radius:6px;font-weight:700}.btn.green{background:#10b981}.btn.dark{background:#334155}.intro-card{background:linear-gradient(135deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.7));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.3);border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.06);padding:4rem;max-width:800px;margin:auto;text-align:center;animation:fadeInUp 1s ease-out both;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.intro-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);background-size:100% 100%}.intro-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px rgba(0,0,0,.15),rgba(121,111,230,.15)}.intro-card h1{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;letter-spacing:-.02em}.intro-card h2{font-size:1.4rem;font-weight:500;color:#4a5568;margin-bottom:1.5rem;opacity:.9}.intro-card p{font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem;color:#2d3748;max-width:600px;margin-left:auto;margin-right:auto}.intro-card a{color:#2563eb;text-decoration:none}.intro-card a:hover{text-decoration:underline}.actions{display:flex;justify-content:center;gap:1rem}.btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;text-decoration:none;display:inline-block;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;text-transform:none;letter-spacing:.025em}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);transition:left .3s ease}.btn:hover:before{left:100%}.btn.green{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px rgba(16,185,129,.3)}.btn.green:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,.4);background:linear-gradient(135deg,#059669,#047857)}.btn.dark{background:linear-gradient(135deg,#334155,#1e293b);color:#fff;box-shadow:0 4px 15px rgba(51,65,85,.3)}.btn.dark:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(51,65,85,.4);background:linear-gradient(135deg,#1e293b,#0f172a)}.contact-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.3);border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.06);padding:4rem;max-width:800px;margin:3rem auto;animation:fadeInUp 1s ease-out both;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.15),0 12px 24px rgba(0,0,0,.1)}.contact-card h3{font-size:1.75rem;color:#1e3a8a;margin-bottom:.5rem}.contact-card p{color:#475569;font-size:1rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.contact-form input,.contact-form textarea{font-size:1rem;padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-family:inherit;resize:vertical;width:100%;box-sizing:border-box}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb;outline:none}.projects-section{background:linear-gradient(0deg,#536f9a,#fff);max-width:720px;width:100%;text-align:center;animation:fadeIn .8s ease-out both}.projects-section h3{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:3rem;text-align:center;letter-spacing:-.02em}.projects-grid{display:grid;gap:1.5rem;width:100%}@media (min-width:640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.project-card{background:rgba(30,41,59,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.05);transition:all .3s ease;display:flex;flex-direction:column;animation:fadeInUp .6s ease-out both}.project-card:hover{transform:translateY(-8px);transform:translateY(-10px) scale(1.03);box-shadow:0 16px 40px rgba(121,111,230,.35);border-color:rgba(121,111,230,.4);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.project-card img{display:block;width:100%;height:auto}.project-card>div{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.project-card h4{margin:0 0 .5rem;color:#f3f4f6;font-size:1.2rem}.project-card p{color:#1f73db;font-size:.95rem}.contact-links{display:flex;flex-direction:column;align-items:center;gap:1.2rem;margin-top:2rem}@media (min-width:640px){.contact-links{flex-direction:row;justify-content:center}}.icon-btn{display:inline-flex;align-items:center;gap:.5rem}.education-row{justify-content:flex-start;padding-left:2rem}.education-header,.education-row{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.education-header{justify-content:space-between;flex-wrap:wrap;padding-left:1.5rem;text-align:left}.education-logo{width:110px;height:auto;flex-shrink:0}.education-details{display:flex;flex-direction:column;justify-content:center}.course-pill{display:inline-block;background:#f3f4f6;margin:.3rem;color:#111827;box-shadow:0 1px 4px rgba(0,0,0,.05)}.course-pill,.course-tag{padding:.5rem 1rem;border-radius:999px;font-size:.95rem}.course-tag{background:#e0e7ff;color:#1e3a8a;font-weight:500;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:background .2s ease}.courses-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}.course-tag:hover{background:#c7d2fe}.education-card{background:#2a60ce;padding:2.5rem;border-radius:16px;box-shadow:0 6px 20px rgba(0,0,0,.05);border-left:6px solid #1e3a8a;max-width:720px;margin:auto}.education-card h3{font-size:1.8rem;color:#1e3a8a;margin-bottom:1rem}.education-card h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.education-card p{font-size:.95rem;color:#374151}.skills-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}.skill-chip{background:#e0e7ff;color:#1e3a8a;padding:.5rem 1rem;border-radius:999px;font-weight:500;font-size:.95rem;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:background .2s ease}.skill-chip:hover{background:#c7d2fe}.experience-grid{display:grid;gap:1.5rem;margin-top:2rem}@media (min-width:640px){.experience-grid{grid-template-columns:repeat(2,1fr)}}.experience-card{background:#1e293b;border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;flex-direction:column;transition:transform .3s ease}.experience-card:hover{transform:translateY(-4px)}.experience-card img{width:100%;height:160px;-o-object-fit:contain;object-fit:contain}.experience-card>div{padding:1rem}.experience-card h4{color:#f3f4f6;font-size:1.2rem;margin-bottom:.25rem}.experience-card p{color:#cbd5e1;font-size:.95rem;margin:.25rem 0}.bio-section{background:linear-gradient(0deg,#536f9a,#fff);padding:2.5rem;border-radius:1rem;box-shadow:0 4px 10px rgba(0,0,0,.05);max-width:960px;margin:3rem auto auto}.bio-grid{flex-direction:column;align-items:start}@media (min-width:769px){.bio-grid{flex-direction:row}.main-content{margin-left:165px;width:calc(100% - 245px);max-width:unset;flex-grow:1;padding:2rem;color:#333;display:flex;flex-direction:column;align-items:center}}.bio-text{flex:1;font-size:1rem;color:#374151;line-height:1.6}.bio-photos{flex:1;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.bio-photos img{width:150px;height:200px;border:3px solid #1e293b;border-radius:12px;-o-object-fit:cover;object-fit:cover;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:transform .2s ease}.bio-text p{line-height:1.8;margin-bottom:1.5rem}.bio-photos img:hover{transform:scale(1.05)}.sprite-preview{width:160px;height:160px;background-image:url(/my-portfolio/KOGAnimation.png);background-repeat:no-repeat;background-position:0 0;animation:spriteAnim 1s steps(6) infinite}.bio-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@keyframes goblinWalk{0%{background-position:0 0}to{background-position:-320px 0}}.menu-toggle{position:fixed;top:1rem;left:1rem;background:none;border:none;font-size:2rem;color:#fff;z-index:1000;cursor:pointer;display:none}.kog-background{background-image:url(/KOGBackground.PNG);background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:100vh;margin:0;padding:0;overflow:hidden}@media (max-width:768px){.hardwareSoftwareGrid{display:flex;gap:2rem}.centerSection,.hardwareSoftwareGrid{flex-direction:column;align-items:center}.centerSection{gap:1.25rem}.leftArm,.rightArm{font-size:.9rem;padding:.5rem 1rem}.CoinAccept img{width:180px}.techList{flex-direction:column;align-items:center}.videoContainer iframe{width:100%;height:auto}.menu-toggle{display:block}.sidebar{position:fixed;left:-100%;top:0;height:100vh;width:80%;background-color:#1e293b;transition:left .3s ease-in-out;z-index:998;overflow-y:auto}.sidebar.open{left:0}.sidebar-toggle{display:block}.main-content{padding:2rem 1rem}.bio-grid{grid-template-columns:1fr}.bio-photos{justify-content:center}.bio-text{text-align:center}}