html{box-sizing:border-box;scroll-behavior:smooth}*,:before,:after{box-sizing:inherit;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;font-family:system-ui,sans-serif;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}:root{--primary-color:#007bff;--header-background-color:#0e141e;--secondary-color:#28a745;--background-light:#f4f7f6;--card-background:#fff;--text-dark:#333;--text-light:#555;--border-color:#dee2e6;--shadow-light:0 4px 12px #00000014;--primary:#8b8dec;--bg-card:#fff;--text-main:#1f2937;--text-muted:#8992a3;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}:root[data-theme=dark]{--bg:#1a1a1a}.b1 h2{text-align:left;color:#fff;font-size:12px}.b1 h1{color:#fff;font-size:22px}#Header{background:var(--header-background-color);padding:10px}#Header>div{width:90%;max-width:900px;margin:0 auto;padding:0 20px}.menuIcon div{background-color:#000;width:20px;height:2px;margin:0 0 4px;transition:all .4s}#nav{border-top:1px solid #e0e0e0;padding:10px 0 0}#nav a{color:#c2c2c2;border-radius:50px;width:100%;margin:10px 15px 0 0;padding:4px 6px;font-weight:600;text-decoration:none;transition:background-color .3s}#nav a:hover{color:#fff}#nav a.active{color:#329c40;font-weight:600}#nav a.active:hover{color:#ffba92}.headerTop{justify-content:space-between;align-items:center;padding:0 10px;display:flex}.b2{margin-right:10px;display:flex;position:relative}.b2 a{margin:0 10px;font-size:22px;text-decoration:none;position:relative}.b2 a>div{color:#fff;background-color:#3821a1;border-radius:50px;padding:2px 10px;display:none;position:absolute;top:100%;left:-60px}.b2 a:hover>div{display:block}#themeToggle{cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:-5px;right:-55px}#themeToggle:hover{background:#ffffff4d;transform:rotate(15deg)}.containerProjectsHeader{color:#fff;text-align:center;background:linear-gradient(135deg,#4a6cf7,#6f42c1);max-height:220px;padding:40px 0 10px;position:relative;box-shadow:0 4px 12px #0000001a}.containerProjectsHeader>*,.containerProjectsHeader h1{color:#fff}.containerProjectsHeader p{color:#fff;max-width:1000px;margin:10px auto 5%}@media screen and (width<=900px){.b2{margin-right:10px}.containerProjectsHeader h1{font-size:20px}.containerProjectsHeader p{color:#fff;max-width:90%;margin:10px auto 5%;font-size:14px}}@media screen and (width<=600px){.HeaderDesktop{display:none}.containerProjectsHeader h1{font-size:18px}}#Header #MobileHeader{background:var(----header-background-color);z-index:100;background:#161616;width:100%;height:100%;padding:0;transition:left .3s ease-in-out;position:absolute;top:0;left:-100%}#Header #MobileHeader>div{width:100%;margin:0 auto;padding:0}#navMobile{flex-wrap:wrap;width:100%;margin-top:20px;padding:10px 0;display:flex}#navMobile>a{color:#fff;border-bottom:1px solid #fff;width:100%;margin:0;padding:10px;text-decoration:none}#navMobile>a:hover{color:#ff7070;background:#ffffff1a;border-bottom:1px solid #ff7070}.BottomHeader{width:100%;margin:0 auto;position:absolute;bottom:10px;left:0}.BottomHeader .b2{justify-content:center;align-items:center;margin:0;display:flex}.BottomHeader .b1{text-align:center;margin:10px 0}.BottomHeader .b1 h1{margin:0;font-size:24px}.BottomHeader .b1 h2{text-align:center;opacity:.8;margin:0;font-size:16px;font-weight:400}.closeMenu{cursor:pointer;color:#fff;padding:10px;font-size:24px;position:absolute;top:5px;right:10px}.closeMenu:hover{color:red}.HeaderMobile{justify-content:space-between;align-items:center;padding:0 10px;transition:left .3s ease-in-out;display:flex}.HeaderMobile h3{color:#fff;font-size:18px}.HeaderMobile>div{color:#fff}.HeaderMobile .menuIcon{cursor:pointer}.HeaderMobile .menuIcon>div{background-color:#fff}#Header #MobileHeader.active{transition:left .3s ease-in-out;left:0}@media screen and (width>=601px){#Header #MobileHeader,.HeaderMobile{display:none}}#Footer{color:#dfdfdf;background-color:#222;justify-content:center;padding:8px 0;display:flex}.little-nav{z-index:100;background:#8f0094;border-radius:0 8px 8px 0;flex-direction:column;padding:0;display:flex;position:fixed;top:30%;left:0}.little-nav a{color:#fff;border-bottom:1px solid #fff;padding:6px 8px;font-weight:600;text-decoration:none;transition:color .3s}.little-nav a:hover{background:#df20e6}#ProjectPage .filter-controls{background:#fff;padding:20px}.ProjectPage>div{background:#fff;max-width:1000px;margin:0 auto;padding:20px}.ProjectPage .containerProjectsHeader *{color:#fff}.ProjectPage *{color:#000}#ProjectPage{width:90%;max-width:1000px;margin:0 auto}#ProjectPage h2{color:#fff;background:linear-gradient(135deg,#4aa3f7,#e66d95c4);max-width:1000px;margin:20px auto 0;padding:20px}#ProjectPage>div{flex-wrap:wrap;display:flex}.projects-container,.games-container{flex-wrap:wrap;width:100%;margin:0 auto;display:flex}.Project-card{width:30.3%;box-shadow:0 5px 15px var(--shadow);background:#fff;border-radius:12px;margin:0 1.5% 20px;padding:14px;transition:transform .18s ease-out;position:relative;box-shadow:0 0 10px 2px #0f172a38}.Project-card>h3{font-size:24px}.Project-card>p{font-size:12px}.Project-card .progress-bar{background:#81a0e4;width:100%;height:5px;margin:4px 0}.Project-card .server-title{margin:10px 0 0;font-weight:800}.Project-card .tech-stack{flex-wrap:wrap;gap:5px;margin:10px 0;display:flex}.Project-card .tech-stack>div{color:#4a6cf7;background:#4a6cf71a;border-radius:20px;padding:5px 10px;font-size:12px}#live-section .server-block,#dev-section .server-block{background-color:#35dc7b1a;border-left:3px solid #16a145;border-radius:6px;align-items:center;gap:6px;margin:5px 0;padding:6px 10px;font-size:.75rem;font-weight:500;display:flex}#live-section .server-block>i,#dev-section .server-block>i,#live-section .server-block>strong,#dev-section .server-block>strong{color:#16a145}#live-section .server-block>a,#dev-section .server-block>a{color:#3c39eb;font-weight:800;text-decoration:none}#live-section .server-block:hover{background-color:#218d4e33;box-shadow:0 2px 8px #124b2994}#live-section .server-block:hover>i,#live-section .server-block:hover>strong{color:#107732}#live-section .server-block:hover>a:hover{color:red}#dev-section .server-block{background-color:#ecc08571;border-left:3px solid #690000;box-shadow:0 2px 8px #f8c24f4d}#dev-section .server-block>i,#dev-section .server-block>strong{color:#6e4117}#dev-section .server-block>a{color:#ec1414}#dev-section .server-block:hover{background-color:#e69f42a2;box-shadow:0 2px 8px #e4a723a6}#dev-section .server-block:hover>i,#dev-section .server-block:hover>strong{color:#6e4117}#dev-section .server-block:hover>a{color:#ec1414}#dev-section .server-block>a:hover{color:#01f}.modern-button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:8px;width:180px;max-height:48px;margin:0 auto;padding:12px 8px;font-size:18px;font-weight:600;transition:background-color .3s,transform .2s;box-shadow:0 4px 12px #0000001a}.modern-button2{background-color:#ee6746;margin-left:10px}.modern-button:hover{background-color:#0056b3;transform:translateY(-2px)}.modern-button2:hover{background-color:#a8361f}.modern-button:active{transform:translateY(0);box-shadow:0 2px 6px #0003}.Project-card:hover .extraCard{display:flex}.extraCard{color:#000;background:#ff774dad;border-radius:20px;justify-content:space-between;margin-top:10px;padding:10px 8px;font-size:12px;font-weight:600;display:none;position:absolute;top:-30px;right:-30px}.extraCard>div{color:#000;margin-left:4px}.load-more-container{text-align:center;justify-content:center;margin-top:20px;display:flex}.ProjectPage select{appearance:none;font:inherit;background:var(--arrow-icon) no-repeat right .8em center/1.4em,linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);color:#222;cursor:pointer;background:linear-gradient(35deg,#aa03aa9a,#ffa6a67c);border:0;border-radius:.25em;outline:0;width:9rem;margin-right:20px;padding:.6rem;font-weight:700;box-shadow:0 0 1em #0003}.ProjectPage select::-ms-expand{display:none}.ProjectPage select:focus{outline:none}.ProjectPage select option{color:inherit;background-color:var(--option-bg);cursor:pointer}.filter-controls>*{margin:10px}#ProjectPage .apps-container{z-index:1;grid-template-columns:repeat(5,1fr);display:grid}.card-app-content{z-index:10;background:#68005a;width:300px;padding:10px;display:none;position:absolute;top:-20px;left:-50px}.card-app{background:var(--bg-card);transition:var(--transition);cursor:default;border:1px solid #f3f4f6;border-radius:16px;margin:10px;position:relative;box-shadow:0 4px 12px -1px #0000001a,0 2px 8px -1px #0000000f}.card-app:hover{z-index:100000}.card-app:hover .card-app-content{display:block}.card-app{z-index:9}.card-app:hover{transition:all ease-out;transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.card-image-wrapper{height:180px;position:relative}.card-image{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.card-category-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--primary);background:#ffffffe6;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.card-app-content{padding:1.5rem}.card-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.card-header h3{color:#ececec;margin:0;font-size:1.25rem}.card-year{color:var(--text-muted);background:#f3f4f6;border-radius:6px;padding:2px 8px;font-size:.85rem}.card-stack{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:1rem;font-size:.75rem;font-weight:700}.card-description{color:var(--text-muted);-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.links-container{gap:10px;display:flex}.btn-link{text-align:center;transition:var(--transition);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.android{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.ios{color:#334155;background:#f8fafc;border:1px solid #e2e8f0}.btn-link:hover{filter:brightness(.95);transform:translateY(-2px)}#ProjectPage .desktop-container{margin-bottom:60px!important;padding-bottom:100px!important}@media screen and (width<=1200px){.b2 a:hover>div{display:none}}@media screen and (width<=900px){#ProjectPage{width:100%}#ProjectPage .apps-container{grid-template-columns:repeat(4,1fr);width:100%;margin:0 auto;padding:0 5% 20px}.card-app-content{width:250px;left:-25px}}@media screen and (width<=768px){#ProjectPage .apps-container{grid-template-columns:repeat(3,1fr)}.little-nav{display:none}.containerProjectsHeader>*{color:#fff;font-size:20px}.Project-card{width:46%;margin:0 2% 20px}}@media screen and (width<=600px){#ProjectPage .apps-container{grid-template-columns:repeat(2,1fr)}}@media screen and (width<=480px){#ProjectPage .apps-container{grid-template-columns:repeat(1,1fr)}.card-app{aspect-ratio:3/2;justify-content:center;align-items:center;display:flex}.card-image-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.card-image-wrapper>img{object-fit:cover;width:80%;height:80%}.card-app-content{top:0;left:auto}.containerProjectsHeader>*{color:#fff;font-size:30px}.Project-card{width:96%;margin:0 2% 20px}}.background-page{color:var(--text-dark);background-color:var(--background-light);max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.page-header{text-align:center;border-bottom:3px solid var(--primary-color);margin-bottom:60px;padding:20px}.page-header h1{color:var(--primary-color);font-size:2.8rem}.page-header p{color:var(--text-light);font-size:1.2rem}.section{margin-bottom:20px;padding:40px 0}.section-header{text-align:center;justify-content:center;align-items:center;margin-bottom:30px;font-size:2rem;display:flex}.header-icon{color:var(--secondary-color);margin-right:15px;font-size:1.5em}.timeline{max-width:1000px;margin:0 auto;position:relative}.timeline:after{content:"";background-color:var(--primary-color);width:4px;margin-left:-2px;position:absolute;top:0;bottom:0;left:50%}.timeline-item{box-sizing:border-box;width:50%;padding:10px 40px;position:relative}.timeline-item:nth-child(odd){left:0}.timeline-item:nth-child(2n){left:50%}.timeline-dot{background-color:var(--secondary-color);border:3px solid var(--card-background);z-index:1;border-radius:50%;width:16px;height:16px;position:absolute;top:25px}.timeline-item:nth-child(odd) .timeline-dot{right:-8px}.timeline-item:nth-child(2n) .timeline-dot{left:-8px}.timeline-content{background:var(--card-background);box-shadow:var(--shadow-light);border-radius:8px;padding:20px;position:relative}.timeline-content h3{color:var(--primary-color);margin-top:0}.timeline-content .subtitle{color:var(--text-dark);margin:5px 0;font-weight:600}.timeline-content .duration{color:var(--text-light);border-bottom:1px dashed var(--border-color);margin-bottom:10px;padding-bottom:5px;font-size:.9em}.skills-cloud{flex-wrap:wrap;justify-content:center;gap:15px;max-width:900px;margin:0 auto;display:flex}.skill-card{background-color:var(--primary-color);color:#fff;letter-spacing:.5px;border-radius:20px;padding:10px 20px;font-weight:600;transition:transform .2s;box-shadow:0 2px 4px #0000001a}.skill-card:hover{background-color:var(--secondary-color);transform:translateY(-2px)}.learning-grid,.other-skills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1000px;margin:0 auto;display:grid}.learning-card,.other-skill-box{background:var(--card-background);box-shadow:var(--shadow-light);border-left:5px solid var(--secondary-color);border-radius:10px;padding:25px}.learning-card h4,.other-skill-box h4{color:var(--primary-color);margin-top:0}.source-tag{color:var(--text-light);background-color:#f0f0f0;border-radius:5px;margin-bottom:10px;padding:3px 8px;font-size:.8em;display:inline-block}@media screen and (width<=600px){.timeline:after{left:20px}.timeline-item{width:100%;padding-left:60px;padding-right:20px}.timeline-item:nth-child(2n),.timeline-item:nth-child(odd){left:0}.timeline-item:nth-child(odd) .timeline-dot,.timeline-item:nth-child(2n) .timeline-dot{left:12px}}*{box-sizing:border-box;color:#000;margin:0;padding:0;font-family:Poppins,sans-serif;font-weight:600}body{color:#fff;background-color:#f5f8ff;font-family:Open Sans,sans-serif;font-size:16px}
