/*
Theme Name: LIVEPAY
Description: Mobile-first LIVEPAY livestream theme.
Version: 2.0.0
*/
:root{--bg:#060606;--panel:#111;--text:#fff;--muted:#999;--red:#ff1744}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif}a{color:inherit}.lp-header{position:sticky;top:0;z-index:20;background:#0a0a0ae8;backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:space-between;padding:15px 22px}.lp-brand{text-decoration:none;font-size:23px;font-weight:950}.lp-brand span{color:var(--red)}.lp-nav{display:flex;gap:20px}.lp-nav a{text-decoration:none;color:#ddd}.lp-main{max-width:1250px;margin:auto;padding:20px}.hero{min-height:430px;border-radius:26px;padding:55px 30px;display:flex;align-items:end;background:radial-gradient(circle at 75% 25%,#641226,#121212 55%)}.hero h1{font-size:clamp(45px,8vw,100px);line-height:.9;margin:12px 0}.badge{background:var(--red);border-radius:99px;padding:8px 13px;font-weight:900}.bottom{display:none}@media(max-width:700px){.lp-nav{display:none}.lp-main{padding:10px 10px 85px}.bottom{position:fixed;display:flex;z-index:30;bottom:0;left:0;right:0;background:#101010f5;justify-content:space-around;padding:11px}.bottom a{text-decoration:none;font-size:11px;text-align:center}.hero{min-height:360px;padding:25px}}