.header{position:fixed;top:0;left:0;right:0;z-index:100;height:50px;background:#000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease}.header.is-transparent{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:transparent}.header-inner{max-width:1200px;margin:0 auto;height:100%;padding:0 .8rem;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:.5rem}.header-logo{width:28px;height:28px;object-fit:contain;flex-shrink:0}.header-brand{font-size:1.2rem;color:#fff;letter-spacing:-.02em;transition:font-weight .25s ease}.header.is-transparent .header-brand{font-weight:600}.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav-item{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#ffffffd9;border-radius:8px;transition:color .2s,background .2s,font-weight .25s ease}.header.is-transparent .header-nav-item{font-weight:700;color:#fff}.header-nav-item:hover{color:#fff;background:#3aa69433}.header-nav-item.is-active{color:#3aa694;background:#3aa69433}.header.is-transparent .header-nav-item.is-active{color:#3aa694;font-weight:700}@media (max-width: 480px){.header-nav-item{padding:.4rem .75rem;font-size:.85rem}}.footer{background:#000;color:#ffffffd9;border-top:1px solid rgba(58,166,148,.3);scroll-snap-align:start;flex-shrink:0}.footer-inner{max-width:1200px;margin:0 auto;padding:clamp(2rem,5vw,4rem) 1.5rem 1.5rem}.footer-intro{margin-bottom:2rem}.footer-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem}.footer-desc{font-size:.95rem;line-height:1.7;max-width:56ch}.footer-links{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:2rem}.footer-link{font-size:.9rem;color:#fffc;transition:color .2s}.footer-link:hover{color:#3aa694}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(58,166,148,.15)}.footer-copy{font-size:.85rem;color:#ffffff80}@media (max-width: 480px){.footer-inner{padding-left:1rem;padding-right:1rem}.footer-links{gap:.5rem 1rem}}.hero-slides{--header-height: 0px;margin-top:var(--header-height);height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));overflow-y:scroll;overflow-x:hidden;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-y}.hero-slides::-webkit-scrollbar{display:none}.hero-slide{height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));min-height:280px;scroll-snap-align:center;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center}.hero-slide-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#000,#0a1628 40%,#0d2a24);color:#fff;font-size:clamp(1rem,4vw,1.5rem)}.hero-slide-placeholder{padding:1rem 2rem;border:2px dashed rgba(58,166,148,.5);border-radius:12px;background:#0006}.hero-slide-inner img{width:100%;height:100%;object-fit:cover}.hero-slides .footer{scroll-snap-align:start;scroll-snap-stop:normal}.app{min-height:100vh;display:flex;flex-direction:column}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:system-ui,-apple-system,Arial,sans-serif,Segoe UI,Roboto,Helvetica Neue;line-height:1.5;color:#fff;background:#000;overflow-x:hidden}#root{min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}
