*,:after,:before{box-sizing:border-box}.override-kingdom{background-image:url(/KOGBackground.PNG);background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:100vh;margin:0;padding: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:0 auto;width:600px;height:600px;box-shadow:0 4px 10px hsla(47,36%,67%,.2)}.KOGYoutube iframe{width:100%;height:100%;border:none;border-radius:4px}.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}.BossRoomImg,.DungeonRoomsImg,.StartRoomImg{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,.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}.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%}}body{margin:0;font-family:Arial,sans-serif;background:linear-gradient(to bottom right,#e0e7ff,#fff 40%,#f0f4ff);color:#333;min-height:100vh}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:2.5rem 1.5rem;display:flex;flex-direction:column;gap:5rem}section{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 10px rgba(0,0,0,.08);animation:fadeIn .8s ease-out both}.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)}@media (min-width:960px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{padding:1.5rem;transition:box-shadow .3s ease,transform .3s ease}.project-card:hover{transform:translateY(-4px)}.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 fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}#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}}.project-card{background:#fff;width:100%}.project-card img{border-top-left-radius:1rem;border-top-right-radius:1rem}.project-card>div{width:100%}.portfolio-layout{display:flex;min-height:100vh;flex-direction:row}.profile-img-wrapper{display:flex;justify-content:center}.sidebar{position:fixed;width:280px;background:#1e293b;color:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;max-height:100vh;overflow-y:auto}.profile-img{height:120px;width:120px;border-radius:50%;border:3px solid #cbd5e1;box-shadow:0 4px 6px rgba(0,0,0,.1)}.ProfilePicture,.profile-img{-o-object-fit:cover;object-fit:cover;margin-bottom:1rem}.ProfilePicture{width:250px;height:auto;border-radius:17px;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{background:hsla(0,0%,100%,.1);padding:1rem;border-radius:8px;font-weight:700;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:100%}.nav-links a{color:#fff;padding:.4rem .8rem;border-radius:6px;background-color:transparent;text-decoration:none;font-size:.95rem;transition:background .3s ease;white-space:nowrap}.nav-links a:hover{background-color:hsla(0,0%,100%,.15)}s .nav-links a{font-weight:700;color:#fff;margin-top:1rem}.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}.intro-card{background:linear-gradient(180deg,#536f9a,#fff);border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:3rem;max-width:720px;margin:auto;text-align:center;animation:fadeIn .8s ease-out both}.intro-card h1{font-size:2.5rem;color:#1e3a8a;margin-bottom:.5rem}.intro-card h2{font-size:1.2rem;color:#475569;margin-bottom:1rem}.intro-card p{font-size:1rem;line-height:1.6;margin-bottom:2rem}.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:.7rem 1.4rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;text-decoration:none;display:inline-block;cursor:pointer}.btn.green{background:#10b981;color:#fff}.btn.dark{background:#334155;color:#fff}.contact-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:3rem;max-width:720px;margin:3rem auto;animation:fadeIn .8s ease-out both;text-align:center}.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:1.75rem;color:#1e3a8a;margin-bottom:2rem}.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:#1e293b;border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:box-shadow .3s ease;display:flex;flex-direction:column}.project-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.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:#cbd5e1;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:#fff;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;max-height:100vh;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}}