@import "https://fonts.googleapis.com/css2?family=Courgette&display=swap";
:root{--primary-blue:#0025cc;--primary-blue-light:#3347d9;--primary-blue-lighter:#6670f2;--primary-blue-pale:#e6eaff;--primary-blue-very-pale:#f0f3ff;--primary-blue-dark:#001a99}body{background:var(--primary-blue-pale);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;overflow-x:hidden}body:before,body:after{content:"";z-index:-1;border-radius:50% 40% 60% 30%;animation:20s ease-in-out infinite float;position:fixed}body:before{background:radial-gradient(circle,#0025cc2e,#3347d917);width:400px;height:400px;animation-delay:0s;top:-200px;right:-200px}body:after{background:radial-gradient(circle,#6670f224,#0025cc12);border-radius:40% 60% 30% 50%;width:300px;height:350px;animation-delay:-10s;bottom:-150px;left:-150px}.background-blobs{pointer-events:none;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}.background-blobs:before,.background-blobs:after{content:"";border-radius:60% 40% 50% 30%;position:absolute}.background-blobs:before{background:radial-gradient(circle,#001a991f,#001a9908);border-radius:30% 70% 60% 40%;width:250px;height:280px;animation:25s ease-in-out infinite reverse float;top:40%;right:10%}.background-blobs:after{background:radial-gradient(circle,#3347d929,#3347d90f);border-radius:70% 30% 40% 60%;width:180px;height:200px;animation:30s ease-in-out -5s infinite float;top:20%;left:15%}@keyframes float{0%,to{transform:translate(0)rotate(0)scale(1)}25%{transform:translate(30px,-20px)rotate(90deg)scale(1.1)}50%{transform:translate(-20px,30px)rotate(180deg)scale(.9)}75%{transform:translate(20px,10px)rotate(270deg)scale(1.05)}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#e6eaffd9;border-bottom:1px solid #0025cc1a;padding:1rem 0;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-left,.nav-right{flex:1;gap:2.5rem;display:flex}.nav-left{justify-content:flex-start}.nav-right{justify-content:flex-end}.nav-center{flex:none;justify-content:center;display:flex}.nav-link{color:#666;padding:.5rem 0;font-size:1rem;font-weight:400;text-decoration:none;position:relative}.logo{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;overflow:hidden}.logo-image{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.nav-container{padding:0 1rem}.nav-left,.nav-right{gap:1.5rem}.nav-link{font-size:.9rem}.logo{width:35px;height:35px}.character-section{margin-left:-100px;top:40%;left:50%}.character-frame{width:240px;height:300px}}.character-section{z-index:100;margin-left:-300px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.character-frame{background:#ffffff0d;border:2px solid #333;border-radius:8px;width:400px;height:300px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.character-image{object-fit:cover;object-position:center;width:100%;height:100%}.main-content{justify-content:center;align-items:center;gap:4rem;max-width:1200px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem;display:flex}.profile-image-container{border:2px solid #000;border-radius:6px;max-width:284px;padding:0;transition:all .3s;position:relative;overflow:hidden}.profile-image-container:hover{border-color:#333}.profile-image{object-fit:cover;border-radius:5px;width:100%;height:auto;display:block}.image-caption{text-align:center;color:#000;margin:.5rem 0 0;padding:.5rem;font-family:Courgette,cursive;font-size:.9rem}.welcome-section{color:#000;max-width:500px}.welcome-title{color:#000;white-space:nowrap;margin:0 0 1.5rem;font-family:Courgette,cursive;font-size:2.8rem;font-weight:700;line-height:1.2}.welcome-text{color:#000;opacity:.8;margin:0 0 1rem;font-size:1.1rem;line-height:1.6}.welcome-subtitle{color:#000;margin:0;font-size:1rem;font-style:italic;font-weight:600}@media (max-width:1200px){.main-content{gap:2rem;padding:1rem}.profile-image-container{max-width:224px;padding:0}.profile-image{width:220px;height:280px}.welcome-title{font-size:2rem}}@media (max-width:768px){.main-content{text-align:center;flex-direction:column;gap:2rem;min-height:calc(100vh - 60px);padding:1rem}.profile-image-container{order:1;max-width:184px;padding:0}.profile-image{width:180px;height:220px}.welcome-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;order:2;max-width:90%;padding:1.5rem}.welcome-title{font-size:1.8rem}}.about-page{background:var(--primary-blue-pale);min-height:100vh;padding:12rem 2rem 4rem}.about-container{max-width:1200px;margin:0 auto}.about-title-top{color:#1f2937;text-align:center;margin-bottom:3rem;font-family:Courgette,cursive;font-size:3rem;font-weight:700}.about-content{margin-bottom:5rem}.about-main-section{align-items:flex-start;gap:4rem;margin-bottom:3rem;display:flex}.about-image-container{flex-shrink:0}.about-title{color:#1f2937;text-align:center;margin-bottom:2rem;font-family:Courgette,cursive;font-size:3rem;font-weight:700}.about-text{flex:1}.about-text p{color:#374151;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.highlight-blue{color:var(--primary-blue);font-weight:600}.highlight-dark{color:var(--primary-blue-dark);font-weight:600}.tools-section,.interests-modern-section{margin:4rem 0}.tools-title{color:#1f2937;text-align:left;margin-bottom:3rem;font-size:2.2rem;font-weight:700}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.tool-card{background:#cdd3fa;border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.tool-card:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);transition:opacity .3s;position:absolute;inset:0}.tool-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0003}.tool-card:hover:before{opacity:1}.tool-icon{justify-content:flex-start;align-items:center;margin-bottom:1rem;font-size:3rem;display:flex}.tool-name{color:#1f2937;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.tool-description{color:#4b5563;margin:0;font-size:.95rem;line-height:1.4}.tool-icon.python{color:#3776ab}.tool-icon.vscode{color:#007acc}.tool-icon.docker{color:#0db7ed}.tool-icon.windows{color:#0078d4}.tool-icon.linux{color:#fcc624}.tool-icon.git{color:#f05032}.tool-icon.web{color:#61dafb}.tool-icon.sysadmin{color:#ff6b6b}.tool-icon.homelab{color:#4ecdc4}.tool-icon.ai{color:#ff9ff3}.tool-icon.security{color:#ffd93d}.tool-icon.cloud{color:#74c0fc}.skills-section,.interests-section{display:none}.section-title{color:var(--primary-blue-dark);text-align:center;margin-bottom:2rem;padding-bottom:1rem;font-size:1.8rem;font-weight:700;position:relative}.section-title:after{content:"";background:linear-gradient(90deg,var(--primary-blue),var(--primary-blue-lighter));border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.skills-grid>div{background:#fff;border:1px solid #0025cc1a;border-radius:12px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 16px #0025cc14}.skills-grid>div:before{content:"";background:linear-gradient(90deg,var(--primary-blue),var(--primary-blue-lighter));width:100%;height:3px;position:absolute;top:0;left:0}.skills-grid>div:first-child:before{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.skills-grid>div:nth-child(2):before{background:linear-gradient(90deg,#06b6d4,#0ea5e9)}.skills-grid>div:nth-child(3):before{background:linear-gradient(90deg,#10b981,#059669)}.skills-grid>div:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0025cc26}.skill-category{color:var(--primary-blue-dark);margin-bottom:1rem;font-size:1.1rem;font-weight:700;position:relative}.skill-list{padding:0;list-style:none}.skill-list li{color:#374151;border-bottom:1px solid #0025cc0d;padding:.5rem 0 .5rem 1rem;font-size:.95rem;transition:all .2s;position:relative}.skill-list li:last-child{border-bottom:none}.skill-list li:before{content:"▸";color:var(--primary-blue-lighter);font-weight:700;position:absolute;left:0}.skill-list li:hover{color:var(--primary-blue);padding-left:1.2rem}.interests-tags{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.interest-tag{cursor:pointer;border:2px solid #0000;border-radius:25px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.interest-tag:first-child{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.interest-tag:nth-child(2){color:#fff;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.interest-tag:nth-child(3){color:#fff;background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.interest-tag:nth-child(4){color:#fff;background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.interest-tag:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 8px 25px #0003}.interest-tag:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.interest-tag:hover:before{left:100%}.timeline-section{margin-top:5rem}.timeline-title{color:#1f2937;text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.timeline{max-width:1000px;margin:0 auto;position:relative}.timeline-line{background:linear-gradient(to bottom,var(--primary-blue),var(--primary-blue-lighter));width:2px;height:100%;position:absolute;left:50%;transform:translate(-50%)}.timeline-items{flex-direction:column;gap:3rem;display:flex}.timeline-item{align-items:center;display:flex;position:relative}.timeline-content-left,.timeline-content-right{width:50%;padding:0 2rem}.timeline-content-right{text-align:right}.timeline-dot{border:4px solid var(--primary-blue-pale);z-index:10;border-radius:50%;width:16px;height:16px;position:relative}.timeline-dot.blue{background:var(--primary-blue)}.timeline-dot.light-blue{background:var(--primary-blue-lighter)}.timeline-card{background:var(--primary-blue-very-pale);border:1px solid var(--primary-blue-pale);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.timeline-date{color:var(--primary-blue-dark);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.timeline-job{color:#1f2937;margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.timeline-desc{color:#6b7280;margin:0;line-height:1.5}@media (max-width:768px){.about-page{padding:2rem 1rem}.about-main-section{flex-direction:column;align-items:center;gap:2rem}.about-title-top{margin-bottom:2rem;font-size:2.5rem}.about-title{font-size:2rem}.tools-grid{grid-template-columns:1fr;gap:1rem}.tools-title{font-size:2rem}.tool-card{padding:1.5rem}.skills-grid{grid-template-columns:1fr}.timeline-line{left:2rem}.timeline-item{flex-direction:column;align-items:flex-start;padding-left:4rem}.timeline-content-left,.timeline-content-right{text-align:left;width:100%;padding:0}.timeline-dot{position:absolute;top:0;left:-2rem}}.text-primary-blue{color:var(--primary-blue)}.text-primary-blue-dark{color:var(--primary-blue-dark)}.bg-primary-blue-very-pale{background-color:var(--primary-blue-very-pale)}.border-primary-blue-pale{border-color:var(--primary-blue-pale)}.bg-primary-blue-light\/20{background-color:#3347d933}.bg-primary-blue-lighter\/20{background-color:#6670f233}.bg-primary-blue{background-color:var(--primary-blue)}.bg-primary-blue-lighter{background-color:var(--primary-blue-lighter)}.footer{background:var(--primary-blue-pale);color:#333;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem}.footer-content{grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:2rem;display:grid}.footer-section{flex-direction:column;display:flex}.footer-brand{align-items:flex-start}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo-image{filter:brightness(1.1);object-fit:cover;background:0 0;border-radius:50%}.footer-brand-name{color:#333;font-size:1.5rem;font-weight:600}.footer-description{color:#666;margin:0;line-height:1.5}.footer-title{color:#333;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-links{flex-direction:column;gap:.5rem;display:flex}.footer-link{color:#666;padding:.25rem 0;text-decoration:none;transition:color .3s}.footer-link:hover{color:#333;text-decoration:underline}.footer-bottom{text-align:center;border-top:1px solid #ccc;padding-top:1.5rem}.footer-legal-links{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer-legal-link{color:#666;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-legal-link:hover{color:#333;text-decoration:underline}.footer-legal-separator{color:#999;font-size:.9rem}.footer-copyright p{color:#666;margin:0;font-size:.9rem}@media (max-width:768px){.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-brand{align-items:center}.footer-container{padding:2rem 1rem 1rem}.footer-legal-links{flex-direction:column;gap:.75rem}.footer-legal-separator{display:none}}.legal-page{min-height:100vh;padding:2rem 0}.legal-container{max-width:800px;margin:0 auto;padding:0 2rem}.legal-content{background:0 0;margin-bottom:2rem;padding:2rem 0}.legal-title{color:#000;text-align:center;margin-bottom:2rem;font-size:2.5rem}.legal-section{margin-bottom:2rem}.legal-section h2{color:#000;border-bottom:2px solid var(--primary-blue-pale);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.legal-section p{color:#000;margin-bottom:1rem;line-height:1.7}.legal-section ul{color:#000;padding-left:1.5rem}.legal-section li{margin-bottom:.5rem;line-height:1.6}.legal-section strong{color:#000}.legal-title-courgette{color:#000;text-align:center;margin-bottom:2rem;font-family:Courgette,cursive;font-size:2.5rem}@media (max-width:768px){.legal-container{padding:0 1rem}.legal-content{padding:1rem 0}.legal-title,.legal-title-courgette{font-size:2rem}.legal-section h2{font-size:1.3rem}}.projects-page{min-height:100vh;padding:6rem 0 2rem}.projects-container{max-width:1200px;margin:0 auto;padding:0 2rem}.projects-header{text-align:center;margin-bottom:3rem}.projects-title{color:#000;margin-bottom:1rem;font-family:Courgette,cursive;font-size:3rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.project-card{background:#fff;border:1px solid #0025cc14;border-radius:16px;text-decoration:none;transition:all .3s;display:block;overflow:hidden;box-shadow:0 8px 32px #0025cc1a}.project-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0025cc26}.project-image{height:200px;position:relative;overflow:hidden}.project-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.project-img-zoomed-out{object-fit:contain;background:#fff;padding:1rem}.project-card:hover .project-img{transform:scale(1.05)}.project-detail-page{min-height:100vh;padding:4rem 0 2rem}.project-detail-container{max-width:1200px;margin:0 auto;padding:2rem}.project-breadcrumb{margin-bottom:2rem}.breadcrumb-link{color:var(--primary-blue);font-weight:500;text-decoration:none;transition:color .3s}.breadcrumb-link:hover{color:var(--primary-blue-dark)}.project-hero{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:3rem;display:grid}.project-meta{gap:1rem;margin-bottom:1rem;display:flex}.project-category-badge,.project-status-badge{border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:600}.project-category-badge{background:var(--primary-blue-pale);color:var(--primary-blue-dark)}.project-status-badge.completed{color:#22c55e;background:#22c55e33}.project-status-badge.ongoing{color:#3b82f6;background:#3b82f633}.project-hero-title{color:#000;margin-bottom:1rem;font-family:Courgette,cursive;font-size:2.5rem}.project-hero-description{color:#000;font-size:1.1rem;line-height:1.6}.project-hero-image{position:relative}.hero-img{border-radius:16px;width:100%;height:auto;box-shadow:0 8px 32px #0025cc26}.project-content{grid-template-columns:1fr 300px;gap:3rem;display:grid}.project-main{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 24px #0025cc14}.project-section{margin-bottom:2rem}.project-section:last-child{margin-bottom:0}.project-section h2{color:#000;border-bottom:2px solid var(--primary-blue-pale);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.project-section p{color:#000;margin-bottom:1rem;line-height:1.7}.feature-list{padding:0;list-style:none}.feature-list li{background:var(--primary-blue-very-pale);border-left:4px solid var(--primary-blue);color:#000;border-radius:8px;margin-bottom:.5rem;padding:.75rem 1rem}.project-sidebar{flex-direction:column;gap:2rem;display:flex}.project-info-card,.project-links-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 24px #0025cc14}.project-info-card h3,.project-links-card h3{color:#000;margin-bottom:1rem;font-size:1.1rem}.info-item{margin-bottom:1rem}.info-item:last-child{margin-bottom:0}.info-item strong{color:#000;margin-bottom:.5rem;display:block}.tech-tags{flex-wrap:wrap;gap:.5rem;display:flex}.project-external-link{color:#000;border-bottom:1px solid #0025cc1a;padding:.75rem 0;text-decoration:none;transition:color .3s;display:block}.project-external-link:hover{color:var(--primary-blue-dark)}.project-external-link:last-child{border-bottom:none}@media (max-width:768px){.projects-container,.project-detail-container{padding:1rem}.projects-title{font-size:2.5rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-hero{grid-template-columns:1fr;gap:2rem}.project-hero-title{font-size:2rem}.project-content{grid-template-columns:1fr;gap:2rem}.project-main{padding:1.5rem}}.contact-page{min-height:100vh;padding:4rem 0 2rem}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{color:#000;margin-bottom:1rem;font-family:Courgette,cursive;font-size:3rem}.contact-subtitle{color:#000;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.contact-content{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.contact-form{box-sizing:border-box;background:#fff;border-radius:16px;width:100%;padding:2rem;box-shadow:0 8px 32px #0025cc1a}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.form-group{width:100%;margin-bottom:1.5rem}.form-group label{color:#000;margin-bottom:.5rem;font-weight:600;display:block}.form-input,.form-textarea{color:#000;box-sizing:border-box;background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s}.form-input:focus,.form-textarea:focus{border-color:var(--primary-blue);outline:none}.form-textarea{resize:vertical;min-height:120px}.submit-button{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-button:hover{background:var(--primary-blue-dark);transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;background:#9ca3af;transform:none}.success-message{color:#22c55e;text-align:center;background:#22c55e1a;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-weight:500}.error-message{color:#ef4444;text-align:center;background:#ef44441a;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-weight:500}.contact-info-section{flex-direction:column;gap:2rem;display:flex}.contact-info-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0025cc1a}.contact-info-card h3{color:#000;margin-bottom:1.5rem;font-size:1.2rem}.contact-info-item{margin-bottom:1rem}.contact-info-item:last-child{margin-bottom:0}.contact-info-item strong{color:#000;margin-bottom:.5rem;font-size:.9rem;display:block}.contact-info-item a{color:var(--primary-blue);font-weight:500;text-decoration:none}.contact-info-item a:hover{color:var(--primary-blue-dark);text-decoration:underline}.contact-info-item span{color:#000}.social-links{gap:1rem;display:flex}.social-link{color:var(--primary-blue);border:1px solid var(--primary-blue-pale);border-radius:20px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .3s}.social-link:hover{background:var(--primary-blue);color:#fff;text-decoration:none}.expertise-tags{flex-wrap:wrap;gap:.5rem;display:flex}.expertise-tag{background:var(--primary-blue-pale);color:var(--primary-blue-dark);border-radius:16px;padding:.5rem .75rem;font-size:.8rem;font-weight:500}@media (max-width:768px){.contact-container{padding:0 1rem}.contact-title{font-size:2.5rem}.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-form{padding:1.5rem}.social-links{flex-direction:column}}
