:root{--ink:#0f1117;--accent:#ff3b30;--lisleby-yellow:#fec300;--gk-orange:#f97316;--bg-app:#f2f4f7;--text-main:#0f1117;--lisleby-green:#0f1117}body{background-color:var(--bg-app);color:var(--text-main);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:-apple-system,system-ui,sans-serif}.header-nav{background:var(--ink);color:#fff;z-index:1000;align-items:center;height:60px;display:flex;position:sticky;top:0;box-shadow:0 2px 16px #0000002e}.container{max-width:600px;margin:0 auto;padding:0 15px}.card{background:#fff;border:1px solid #e1e4e8;border-radius:16px;margin-bottom:12px;padding:18px;box-shadow:0 2px 8px #0000000a}.flex{align-items:center;display:flex}.grid{display:grid}.btn{cursor:pointer;text-transform:uppercase;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;height:55px;font-size:.9rem;font-weight:950;transition:active .1s;display:flex}.btn:active{transform:scale(.98)}.btn.primary{color:var(--lisleby-yellow);background:#000}.badge-live{background:var(--accent);color:#fff;border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:950}.badge-finished{color:#64748b;background:#e2e8f0;border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:950}.badge-upcoming{background:var(--lisleby-yellow);color:#000;border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:950}.form-group{margin-bottom:20px}.form-group label{color:#000;opacity:.5;text-transform:uppercase;margin-bottom:8px;font-size:.75rem;font-weight:950;display:block}.form-group input,.form-group select{color:#000;box-sizing:border-box;appearance:none;background:#f8fafc;border:1px solid #e1e4e8;border-radius:18px;width:100%;padding:18px 20px;font-size:1.1rem;font-weight:800}.form-group input:focus,.form-group select:focus{border-color:var(--ink);background:#fff;outline:none;box-shadow:0 4px 15px #0f111714}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:3000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:24px;width:100%;max-width:450px;padding:30px;box-shadow:0 20px 40px #0003}.mobile-menu-overlay{z-index:2000;background:#000000d9;position:fixed;inset:0}.mobile-menu-content{background:#fff;flex-direction:column;width:80%;height:100%;padding:40px 25px;display:flex}.menu-item{color:#000;border-bottom:1px solid #f0f0f0;align-items:center;gap:15px;padding:20px;font-size:1.3rem;font-weight:950;text-decoration:none;display:flex}.menu-item-icon{background:var(--ink);width:45px;height:45px;color:var(--lisleby-yellow);border-radius:12px;justify-content:center;align-items:center;display:flex}.animate-pro{animation:.3s ease-out slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
