:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;width:100%;padding:1rem 0;position:fixed;top:0;box-shadow:0 2px 10px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo{color:#667eea;font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links button{color:#333;cursor:pointer;background:0 0;border:none;border-radius:5px;padding:.5rem 1rem;font-size:1rem;transition:all .3s}.nav-links button:hover,.nav-links button.active{color:#fff;background:#667eea}.section{max-width:1200px;margin:0 auto;padding:5rem 2rem}.section-title{text-align:center;color:#fff;text-shadow:2px 2px 4px #0003;margin-bottom:3rem;font-size:2.5rem}.hero-section{justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 2rem;display:flex}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;display:grid}.hero-text h1{color:#fff;margin-bottom:1rem;font-size:3rem}.highlight{color:gold;text-shadow:2px 2px 4px #0000004d}.hero-text h2{color:#ffffffe6;margin-bottom:1rem;font-size:1.8rem}.hero-text p{color:#fffc;margin-bottom:2rem;font-size:1.2rem}.hero-buttons{gap:1rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:50px;padding:.8rem 2rem;font-size:1rem;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#667eea;background:#fff;font-weight:700}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.btn-secondary:hover{color:#667eea;background:#fff}.hero-image{justify-content:center;display:flex}.profile-placeholder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:3px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:300px;height:300px;font-size:8rem;display:flex}.about-content{background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #0003}.about-content p{color:#555;margin-bottom:1.5rem;font-size:1.1rem}.stats{text-align:center;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:2rem;display:grid}.stat-item h3{color:#667eea;margin-bottom:.5rem;font-size:2.5rem}.stat-item p{color:#777;font-size:1rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.skill-category{background:#fffffff2;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a}.skill-category h3{color:#667eea;margin-bottom:1rem;font-size:1.3rem}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:.4rem 1rem;font-size:.9rem;font-weight:500}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.project-card{background:#fffffff2;border-radius:15px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0003}.project-card:hover{transform:translateY(-10px)}.project-image{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;height:200px;display:flex}.screenshot-placeholder{text-align:center;color:#fff}.screenshot-placeholder span{margin-bottom:.5rem;font-size:4rem;display:block}.screenshot-placeholder p{opacity:.8;font-size:.9rem}.project-info{padding:1.5rem}.project-info h3{color:#667eea;margin-bottom:.5rem;font-size:1.4rem}.project-info p{color:#666;margin-bottom:1rem;font-size:.95rem}.project-tech{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.project-tech span{color:#667eea;background:#f0f0f0;border-radius:15px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.project-links{gap:1rem;display:flex}.link-github,.link-demo{border-radius:5px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.link-github{color:#fff;background:#333}.link-github:hover{background:#555}.link-demo{color:#fff;background:#667eea}.link-demo:hover{background:#764ba2}.contact-content{text-align:center;background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #0003}.contact-content p{color:#555;margin-bottom:2rem;font-size:1.1rem}.contact-links{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.contact-item{color:#333;background:#f8f9fa;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.contact-item:hover{color:#fff;background:#667eea;transform:translateY(-3px)}.contact-icon{font-size:1.5rem}.cta-section{border-top:2px solid #f0f0f0;margin-top:2rem;padding-top:2rem}.cta-section h3{color:#667eea;margin-bottom:.5rem;font-size:1.5rem}.cta-section p{color:#777;margin-bottom:1.5rem}.footer{text-align:center;color:#fffc;background:#0003;padding:2rem}.footer p{margin:.5rem 0}@media (width<=768px){.nav-links{gap:1rem}.nav-links button{padding:.3rem .6rem;font-size:.9rem}.hero-content{text-align:center;grid-template-columns:1fr}.hero-text h1{font-size:2rem}.hero-buttons{justify-content:center}.profile-placeholder{width:200px;height:200px;font-size:5rem}.section-title{font-size:2rem}.projects-grid,.contact-links{grid-template-columns:1fr}}.project-image{background:#f0f0f0;justify-content:center;align-items:center;height:200px;display:flex;overflow:hidden}.project-screenshot{object-fit:cover;width:100%;height:100%;transition:transform .3s}.project-card:hover .project-screenshot{transform:scale(1.05)}.project-image-container{background:#f0f0f0;height:220px;position:relative;overflow:hidden}.project-screenshot{object-fit:cover;width:100%;height:100%}.nav-btn{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:none;border-radius:50%;padding:10px 15px;font-size:1.2rem;transition:background .3s;position:absolute;top:50%;transform:translateY(-50%)}.nav-btn:hover{background:#000c}.prev{left:10px}.next{right:10px}.image-dots{gap:8px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:10px;height:10px;transition:all .3s}.dot.active{background:#fff;transform:scale(1.2)}.gallery-modal{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-content{will-change:transform;background:#fff;border-radius:12px;max-width:90%;max-height:90vh;padding:30px;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 10px 40px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.close-gallery{cursor:pointer;color:#333;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:background-color .2s;display:flex;position:absolute;top:15px;right:15px}.close-gallery:hover{background-color:#f0f0f0}.gallery-content h3{color:#333;margin-top:0;margin-bottom:20px}.gallery-images{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;display:grid}.gallery-image-item{will-change:transform;border-radius:8px;transition:transform .2s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.gallery-image-item:hover{transform:scale(1.03)}.gallery-image-item img{object-fit:cover;width:100%;height:auto;display:block}.link-screenshots{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:transform .2s,box-shadow .2s}.link-screenshots:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}body.modal-open{overflow:hidden}.link-demo.google-play{background:linear-gradient(135deg,#01875f 0%,#00c853 100%);align-items:center;gap:8px;display:inline-flex}.play-store-icon{flex-shrink:0}.link-demo.google-play:hover{box-shadow:0 4px 12px #00c85366}
