@media (max-width:768px){.responsive-container{width:95vw;height:90vh;padding:1rem}.responsive-text h1{font-size:2em}.responsive-text h2{font-size:1.5em}}@media (max-width:480px){.responsive-container{width:100vw;height:100vh;padding:.5rem}.responsive-text h1{font-size:1.8em}.responsive-text h2{font-size:1.2em}}.navbar{position:fixed;top:0;width:100%;z-index:40;backdrop-filter:blur(5px);border-bottom:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.5);transition:background .3s ease-in-out}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1rem;height:56px;display:flex;align-items:center;justify-content:space-between}.navbar-title{font-size:1.2rem;font-weight:700;white-space:nowrap;margin-left:1rem}.navbar-icons{display:flex;align-items:center;gap:1rem}.icon{width:24px;height:24px}.theme-toggle{padding:.4rem;border-radius:50%;transition:background .2s}.theme-toggle:hover{background:hsla(0,0%,100%,.1)}@media (max-width:768px){.navbar-container{padding:0 .8rem}.navbar-title{font-size:1rem;margin-left:1.5rem}.navbar-icons{gap:.5rem}.icon{width:20px;height:20px}.theme-toggle{padding:.3rem}}@media (max-width:480px){.navbar-container{padding:0 .5rem}.navbar-title{font-size:.9rem;margin-left:1.2rem}.icon{width:18px;height:18px}.navbar-icons{gap:.4rem}}