.header{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#fcfcfab3;border-bottom:1px solid #0000;transition:all .3s,transform .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{border-bottom-color:var(--border-subtle);box-shadow:var(--shadow-sm);background:#fcfcfae6}.dark .header{background:#0c0c0bb3}.dark .header.scrolled{border-bottom-color:var(--border);background:#0c0c0bf2}.header.header-hidden{transform:translateY(-100%)}.header-content{align-items:center;gap:24px;max-width:1180px;margin:0 auto;padding:14px 24px;display:flex}.header-brand{flex-shrink:0;align-items:center;gap:10px;display:flex}.header-logo{object-fit:contain;width:32px;height:32px}.header-text{color:var(--text-primary);letter-spacing:-.02em;font-size:1rem;font-weight:700}.header-nav{flex:1;justify-content:center;align-items:center;gap:28px;display:flex}.nav-link{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:.85rem;font-weight:500;transition:color .2s;position:relative}.nav-link:after{content:"";background:var(--gold);width:0;height:1.5px;transition:width .2s;position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--gold)}.nav-link:hover:after{width:100%}.header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.header-demo-btn{border-radius:var(--radius-md);padding:8px 18px;font-size:.8rem;text-decoration:none}.theme-toggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:color .2s;display:flex}.theme-toggle:hover{color:var(--gold)}.theme-toggle svg{width:16px;height:16px}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:4px;padding:6px;display:none}.hamburger-line{background:var(--text-primary);border-radius:1px;width:20px;height:2px;transition:all .3s}.hamburger-line.open:first-child{transform:rotate(45deg)translate(4px,4px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.mobile-menu{background:var(--bg-primary);border-bottom:1px solid var(--border-subtle);z-index:999;flex-direction:column;padding:8px 0;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #0000001f}.dark .mobile-menu{background:var(--bg-secondary);border-bottom-color:var(--border)}.mobile-nav-link{color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;min-height:44px;padding:12px 20px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:block}.mobile-nav-link:hover{background:var(--bg-secondary);color:var(--gold)}.demo-link{font-weight:600;color:var(--gold)!important}@media (max-width:768px){.header-nav,.header-demo-btn,.header-text{display:none}.hamburger{display:flex}.header-content{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:0;max-width:none;padding:10px 16px;display:flex}.header-brand{flex:none}.header-logo{width:28px;height:28px}.header-actions{flex:none;gap:16px}.theme-toggle{width:28px;height:28px;padding:0}.theme-toggle svg{width:18px;height:18px}.hamburger{justify-content:center;align-items:center;width:28px;height:28px;padding:0}.hamburger-line{width:18px}}
.footer{background:var(--panel-bg);border-top:1px solid var(--panel-border);padding:60px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.footer-brand-link{align-items:center;gap:10px;margin-bottom:12px;display:flex}.footer-brand-link img{width:auto;height:34px}.footer-brand-link span{color:var(--panel-text);font-size:1.05rem;font-weight:700}.footer-brand p{color:var(--panel-text-muted);max-width:280px;font-size:.88rem;line-height:1.6}.footer-socials{gap:12px;margin-top:16px;display:flex}.footer-socials a{width:34px;height:34px;color:var(--panel-text-muted);background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.footer-socials a:hover{color:var(--gold);background:#c9a22726}.footer-col h4{color:var(--panel-text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:.78rem;font-weight:600}.footer-col a{color:var(--panel-text-muted);padding:4px 0;font-size:.88rem;transition:color .2s;display:block}.footer-col a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--panel-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:28px;display:flex}.footer-bottom p{color:var(--panel-text-dim);font-size:.82rem}.supported-by{align-items:center;gap:20px;display:flex}.supported-by span{color:var(--panel-text-dim);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem}.supported-by img{opacity:.9;width:auto;height:70px;transition:opacity .2s}.supported-by img.seal-of-excellence{background:#ffffff14;border:1px solid #ffffff14;border-radius:4px;height:88px;padding:1px 2px}.supported-by img:hover{opacity:1}@media (max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{text-align:center;flex-direction:column}.supported-by{justify-content:center}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr;gap:32px}.footer-socials{gap:8px;margin-top:12px}.footer-socials a{width:40px;height:40px}.supported-by{flex-wrap:wrap;justify-content:center;gap:12px}.supported-by span{font-size:.65rem}.supported-by img{height:44px}.supported-by img.seal-of-excellence{height:62px}}
