@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--bg-top:#69cdfb;--bg-bottom:#f0f9ff;--text-main:#1e293b;--text-muted:#202d3e;--nav-bg:#fff0;--nav-border:#fff0;--accent:#2563eb;--card-bg:#fffc;--card-border:#fff9;--shadow:0 8px 32px #0000000d}[data-theme=dark]{--bg-top:#0b0f19;--bg-bottom:#1e1b4b;--text-main:#f8fafc;--text-muted:#cbd5e1;--nav-bg:#0f172ab3;--nav-border:#ffffff1a;--accent:#8b5cf6;--card-bg:#1e293b99;--card-border:#ffffff1a;--shadow:0 8px 32px #0000004d}@media (prefers-color-scheme:dark){[data-theme=system]{--bg-top:#0b0f19;--bg-bottom:#1e1b4b;--text-main:#f8fafc;--text-muted:#cbd5e1;--nav-bg:#0f172ab3;--nav-border:#ffffff1a;--accent:#8b5cf6;--card-bg:#1e293b99;--card-border:#ffffff1a;--shadow:0 8px 32px #0000004d}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text-main);scroll-behavior:smooth;font-family:Outfit,sans-serif;overflow-x:hidden}body{background:linear-gradient(135deg, var(--bg-top) 0%, var(--bg-bottom) 100%);background-attachment:fixed;min-height:100vh;transition:color .5s}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.main-content{min-height:calc(100vh - 80px);padding-top:120px}
.navbar{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #0000;width:100%;transition:all .3s;position:fixed;top:0}.navbar.scrolled{background:#fff;border-bottom:1px solid #0000000d;box-shadow:0 4px 20px #0000000d}[data-theme=dark] .navbar.scrolled{background:#0f172a;border-bottom:1px solid #ffffff1a;box-shadow:0 4px 20px #0006}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.5rem 1rem;display:flex}.logo-link{letter-spacing:-.5px;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;display:flex}.logo-icon{justify-content:center;align-items:center;width:55px;height:55px;display:flex}.logo-icon img,.custom-logo{object-fit:contain;width:100%;height:100%;transition:transform .3s}.logo-link:hover .logo-icon img,.logo-link:hover .custom-logo{transform:scale(1.05)}.nav-right{align-items:center;gap:2rem;display:flex}.desktop-links{gap:2rem;display:none}.nav-link{--nav-accent:var(--accent);font-size:1rem;font-weight:500;transition:color .2s;position:relative}[data-theme=dark] .nav-link{--nav-accent:#3b82f6}.nav-link:after{content:"";background-color:var(--nav-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover,.nav-link:focus{color:var(--nav-accent)}.nav-link:hover:after{width:100%}.nav-actions{align-items:center;gap:1rem;display:flex}.theme-toggle,.mobile-toggle{cursor:pointer;color:inherit;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s,transform .2s;display:flex}.theme-toggle:hover,.mobile-toggle:hover{background-color:#8080801a;transform:scale(1.1)}.mobile-toggle{display:flex}.mobile-menu{background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--nav-border);flex-direction:column;padding:1rem 2rem;display:flex}.mobile-nav-link{border-bottom:1px solid #8080801a;padding:1rem 0;font-size:1.1rem;font-weight:500}.mobile-nav-link:last-child{border-bottom:none}@media (min-width:768px){.desktop-links{display:flex}.mobile-toggle,.mobile-menu{display:none}}
.site-footer{border-top:1px solid var(--card-border);background:var(--card-bg);-webkit-backdrop-filter:blur(10px);margin-top:4rem;position:relative}.footer-inner{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2rem}.footer-top{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;display:grid}.footer-name{color:var(--text-main);margin-bottom:.9rem;font-size:1.35rem;font-weight:700}.footer-bio{color:var(--text-muted);max-width:22rem;margin-bottom:1.4rem;font-size:.95rem;line-height:1.6}.footer-socials{gap:1rem;display:flex}.footer-social{color:var(--text-muted);opacity:.75;justify-content:center;align-items:center;transition:color .2s,opacity .2s,transform .2s;display:inline-flex}.footer-social:hover{color:var(--accent);opacity:1;transform:translateY(-2px)}.footer-col{flex-direction:column;gap:.85rem;display:flex}.footer-col-title{color:var(--text-main);margin-bottom:.3rem;font-size:1.05rem;font-weight:700}.footer-link{color:var(--text-muted);opacity:.8;width:fit-content;font-size:.95rem;transition:color .18s,opacity .18s}.footer-link:hover{color:var(--accent);opacity:1}.footer-divider{background:var(--card-border);height:1px;margin:2.5rem 0 1.5rem}.footer-bottom{flex-wrap:wrap;justify-content:right;align-items:center;gap:1rem;display:flex}.footer-copy{color:var(--text-muted);opacity:.85;letter-spacing:.2px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.footer-copy-mark{font-size:1rem}.footer-copy-dot{opacity:.5}.footer-copy-name{color:#0000;background:linear-gradient(90deg, var(--accent), #38bdf8);-webkit-background-clip:text;background-clip:text;font-weight:600}@media (max-width:768px){.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (max-width:480px){.footer-inner{padding:2.5rem 1.5rem 1.75rem}.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;justify-content:center}}
.theme-layer{pointer-events:none;z-index:-1;width:100vw;height:100vh;transition:opacity 1s ease-in-out;position:fixed;top:0;left:0;overflow:hidden}[data-theme=dark] .clouds-layer,[data-theme=dark] .blobs-layer,[data-theme=light] .stars-layer{opacity:0}@media (prefers-color-scheme:dark){[data-theme=system] .clouds-layer,[data-theme=system] .blobs-layer{opacity:0}}@media (prefers-color-scheme:light){[data-theme=system] .stars-layer{opacity:0}}.blob{filter:blur(90px);opacity:.6;z-index:-1;border-radius:50%;animation:20s ease-in-out infinite alternate floatBlob;position:absolute}.blob-1{background:#77b6ff80;width:50vw;max-width:600px;height:50vw;max-height:600px;animation-duration:25s;top:-10%;left:-10%}.blob-2{background:#b5cdfd80;width:45vw;max-width:500px;height:45vw;max-height:500px;animation-duration:28s;animation-delay:-5s;bottom:-10%;right:-5%}.blob-3{background:#a4eefd66;width:40vw;max-width:450px;height:40vw;max-height:450px;animation-duration:22s;animation-delay:-10s;top:40%;left:50%;transform:translate(-50%,-50%)}.blob-4{background:#8ae0fd66;width:35vw;max-width:400px;height:35vw;max-height:400px;animation-duration:30s;animation-delay:-15s;top:10%;right:15%}@keyframes floatBlob{0%{transform:translate(0)scale(1)rotate(0)}33%{transform:translate(30px,-50px)scale(1.1)rotate(10deg)}66%{transform:translate(-20px,20px)scale(.9)rotate(-5deg)}to{transform:translate(0)scale(1)rotate(0)}}.cloud{filter:blur(12px)drop-shadow(0 5px 15px #0000000d);opacity:.6;animation:linear infinite floatCloud;position:absolute}.cloud-1{animation-duration:20s;top:10%;transform:scale(1)}.cloud-2{animation-duration:25s;animation-delay:-5s;top:35%;transform:scale(1.4)}.cloud-3{animation-duration:15s;animation-delay:-2s;top:60%;transform:scale(.9)}.cloud-4{animation-duration:28s;animation-delay:-10s;top:25%;transform:scale(1.2)}.cloud-5{animation-duration:35s;animation-delay:-15s;top:75%;transform:scale(1.5)}.cloud-6{animation-duration:18s;animation-delay:-8s;top:15%;transform:scale(.8)}.cloud-7{animation-duration:32s;animation-delay:-20s;top:50%;transform:scale(1.3)}.cloud-8{animation-duration:22s;animation-delay:-12s;top:85%;transform:scale(1.1)}@keyframes floatCloud{0%{left:-20%}to{left:120%}}.starfield{background:0 0;width:2px;height:2px;position:absolute;top:0;left:0}.starfield-1{border-radius:50%;width:1px;height:1px;animation:4s ease-in-out infinite twinkle;box-shadow:10vw 20vh #fff,20vw 10vh #fff,30vw 40vh #fff,40vw 30vh #fff,50vw 80vh #fff,60vw 15vh #fff,70vw 60vh #fff,80vw 20vh #fff,90vw 50vh #fff,15vw 70vh #fff,25vw 50vh #fff,35vw 90vh #fff,45vw 10vh #fff,55vw 40vh #fff,65vw 80vh #fff,75vw 30vh #fff,85vw 70vh #fff,95vw 10vh #fff,5vw 40vh #fff,12vw 85vh #fff,22vw 25vh #fff,32vw 65vh #fff,42vw 85vh #fff,52vw 25vh #fff,62vw 65vh #fff,72vw 85vh #fff,82vw 45vh #fff,92vw 95vh #fff}.starfield-2{border-radius:50%;width:2px;height:2px;animation:6s ease-in-out -2s infinite twinkle;box-shadow:18vw 28vh #fff,28vw 18vh #fff,38vw 48vh #fff,48vw 38vh #fff,58vw 88vh #fff,68vw 13vh #fff,78vw 58vh #fff,88vw 28vh #fff,98vw 48vh #fff,13vw 78vh #fff,26vw 53vh #fff,31vw 93vh #fff,46vw 16vh #fff,56vw 43vh #fff,61vw 86vh #fff,76vw 36vh #fff,81vw 73vh #fff,96vw 12vh #fff,8vw 42vh #fff,16vw 86vh #fff}.starfield-3{border-radius:50%;width:3px;height:3px;animation:8s ease-in-out -4s infinite twinkle;box-shadow:15vw 15vh #fff,25vw 75vh #fff,45vw 55vh #fff,65vw 25vh #fff,85vw 85vh #fff,35vw 35vh #fff,55vw 95vh #fff,75vw 15vh #fff,95vw 65vh #fff,5vw 55vh #fff}.shooting-star{opacity:0;background:linear-gradient(90deg,#fff0,#fff);width:150px;height:2px;animation:10s linear infinite shootingStar;position:absolute;top:10%;left:20%;transform:rotate(-45deg)}@keyframes twinkle{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes shootingStar{0%{opacity:1;transform:rotate(-45deg)translate(-100px)}10%{opacity:0;transform:rotate(-45deg)translate(40vw)}to{opacity:0;transform:rotate(-45deg)translate(40vw)}}
