:root{--primary-orange:#ff6b35;--primary-orange-dark:#e55a2b;--primary-purple:#7b2d8e;--primary-purple-dark:#5e2270;--primary-purple-light:#9b4db5;--gradient-orange-purple:linear-gradient(135deg,#ff6b35,#7b2d8e);--gradient-purple-orange:linear-gradient(135deg,#7b2d8e,#ff6b35);--text-dark:#2d2d2d;--text-light:#666;--bg-light:#fff9f7;--bg-white:#fff;--border-color:#e8e0ec;--shadow-sm:0 2px 4px rgba(123,45,142,.1);--shadow-md:0 4px 12px rgba(123,45,142,.15);--shadow-lg:0 8px 24px rgba(123,45,142,.2)}[data-theme=dark]{--text-dark:#f5f5f5;--text-light:#c8c8c8;--bg-light:#121220;--bg-white:#1e1e32;--border-color:#3d3d5c;--shadow-sm:0 2px 4px rgba(0,0,0,.3);--shadow-md:0 4px 12px rgba(0,0,0,.4);--shadow-lg:0 8px 24px rgba(0,0,0,.5);--primary-purple:#a855f7;--primary-orange:#fb923c}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--bg-light);min-height:100vh;display:flex;flex-direction:column;transition:background-color .3s ease,color .3s ease}.footer,.hero,.navbar,.project-card,.scroll-top{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.hero-subtitle,h1,h2,h3,p{transition:color .3s ease}.navbar{background:var(--gradient-orange-purple);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-md)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{color:var(--bg-white);font-size:1.5rem;font-weight:700;text-decoration:none;letter-spacing:.5px}.nav-menu{list-style:none;display:flex;gap:2rem;align-items:center}.nav-link{color:hsla(0,0%,100%,.9);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;cursor:pointer;background:none;border:none;font-size:1rem;font-family:inherit}.nav-link:hover,.theme-toggle{background:hsla(0,0%,100%,.2);color:#fff}.theme-toggle{border:none;border-radius:25px;padding:.5rem 1rem;cursor:pointer;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.theme-toggle:hover{background:hsla(0,0%,100%,.3)}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem;flex:1 1}.hero{text-align:center;padding:4rem 0;margin-bottom:3rem}.hero h1{font-size:3rem;color:var(--text-dark);margin-bottom:1rem}.gradient-text{background:var(--gradient-orange-purple);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;color:var(--text-light)}.projects-section{margin-bottom:3rem}.projects-section h2{color:var(--primary-purple);font-size:2rem;margin-bottom:2rem;text-align:center;position:relative}.projects-section h2:after{content:"";display:block;width:80px;height:4px;background:var(--gradient-orange-purple);margin:1rem auto 0;border-radius:2px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.project-card{background:var(--bg-white);border-radius:16px;padding:2rem;box-shadow:var(--shadow-md);border-top:4px solid var(--primary-orange);text-decoration:none;color:inherit;display:flex;gap:1.5rem;transition:all .3s ease;cursor:pointer}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-top-color:var(--primary-purple)}.project-icon{font-size:3rem;flex-shrink:0}.project-content{flex:1 1}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.project-header h3{color:var(--primary-purple);font-size:1.4rem;margin:0}.project-status{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;white-space:nowrap}.project-status.coming-soon{background:linear-gradient(135deg,rgba(255,107,53,.2),rgba(255,107,53,.1));color:var(--primary-orange);border:1px solid var(--primary-orange)}.project-status.available{background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(34,197,94,.1));color:#22c55e;border:1px solid #22c55e}.project-content p{color:var(--text-light);margin-bottom:1rem;line-height:1.5}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:linear-gradient(135deg,rgba(123,45,142,.1),rgba(255,107,53,.1));color:var(--primary-purple);font-size:.8rem;padding:.25rem .75rem;border-radius:15px;font-weight:500}.footer{background:var(--gradient-purple-orange);color:#fff;text-align:center;padding:2rem;margin-top:auto}.footer p{margin:0;font-size:.9rem}.footer-links{margin-top:.5rem!important}.footer-links a{color:hsla(0,0%,100%,.9);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}.scroll-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:var(--gradient-orange-purple);border:none;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{gap:1rem;flex-wrap:wrap;justify-content:center}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.projects-grid{grid-template-columns:1fr}.project-card{flex-direction:column;text-align:center}.project-header{flex-direction:column;align-items:center}.project-tags{justify-content:center}}@media (max-width:480px){.nav-logo{font-size:1.2rem}.container{padding:2rem 1rem}.hero{padding:2rem 0}.hero h1{font-size:1.6rem}.project-card{padding:1.5rem}.scroll-top{width:40px;height:40px;bottom:1rem;right:1rem}}