:root{--line:#1e1e1e} body{background:#0f0f0f;color:#fff;font-family:Inter,Arial} .container{max-width:1100px;margin:0 auto;padding:20px} .footer{opacity:.7;text-align:center;margin:24px 0}
/* Top bar with logo */
.topbar{position:sticky;top:0;z-index:50;background:rgba(15,15,15,.98);backdrop-filter:saturate(120%) blur(4px);border-bottom:1px solid var(--line)}
.topbar .wrap{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:12px;padding:10px 20px}
.topbar img{height:34px;width:auto;display:block}
.topbar .brand{font-weight:600;letter-spacing:.2px;font-size:13px;color:#fff;opacity:.9}

/* Footer contact */
.footer .contact{margin-top:6px;font-size:14px;line-height:1.5;opacity:.9}
.footer .contact a{color:#8BFFB3;text-decoration:none}
.footer .contact a:hover{text-decoration:underline}
