
:root{--red:#a4081d;--red2:#5c0010;--gold:#f4c34f;--bg:#09090b;--card:#151519;--line:#302229;--text:#fff7f8;--muted:#c7b8bc;--green:#22c875;--amber:#f2ae3e;--danger:#ed5361}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:radial-gradient(circle at top right,rgba(190,9,42,.35),transparent 35%),linear-gradient(180deg,#09090b,#140309 55%,#09090b);color:var(--text);min-height:100vh}a{color:inherit}.container{width:min(1220px,94%);margin:auto}.top{position:sticky;top:0;z-index:10;background:rgba(9,9,11,.86);backdrop-filter:blur(12px);border-bottom:1px solid #35131d}.topin{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:13px}.brand img{width:150px;max-height:54px;object-fit:contain}.brand small{display:block;color:var(--gold);font-weight:700}.adminlink,.btn{border:0;border-radius:11px;padding:11px 15px;background:linear-gradient(135deg,var(--red),var(--red2));color:white;text-decoration:none;font-weight:800;cursor:pointer}.ghost{background:#242027;border:1px solid #44313a}.danger{background:#50141c}.hero{padding:34px 0 18px}.hero-card{padding:26px;border:1px solid #51202c;border-radius:22px;background:linear-gradient(135deg,rgba(164,8,29,.28),rgba(15,15,18,.96));box-shadow:0 20px 60px rgba(0,0,0,.3)}h1{font-size:clamp(28px,5vw,52px);margin:0 0 10px}.hero p{color:var(--muted);line-height:1.65;margin:0}.ticker{margin-top:16px;padding:11px 15px;border-radius:12px;background:#2a0810;border:1px solid #682032;color:#ffd9df;overflow:hidden;white-space:nowrap}.toolbar{display:grid;grid-template-columns:1fr 220px 190px;gap:10px;margin:18px 0}.input,.select{width:100%;background:#121216;color:white;border:1px solid #432731;border-radius:11px;padding:12px 14px;outline:none}.input:focus,.select:focus{border-color:#cc3150;box-shadow:0 0 0 3px rgba(204,49,80,.15)}.clock{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:11px;background:#17171c;border:1px solid #34252b;color:var(--gold);font-weight:800}.panel{background:rgba(20,20,24,.96);border:1px solid #3e2029;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.28)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:880px}th,td{padding:14px 15px;border-bottom:1px solid #2f2228;text-align:left}th{background:linear-gradient(180deg,#8b081c,#650013);font-size:12px;letter-spacing:.05em}td{font-size:14px}tbody tr:hover{background:#1d1317}.name{font-weight:900}.badge{display:inline-block;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900}.open{background:rgba(34,200,117,.15);color:#69e8a6}.soon{background:rgba(242,174,62,.15);color:#ffd078}.closed{background:rgba(237,83,97,.15);color:#ff9ca6}.linkbtn{display:inline-block;padding:7px 10px;border-radius:8px;background:#37141e;color:#ffd3dc;text-decoration:none;border:1px solid #6d2638}.foot{padding:28px 0 38px;text-align:center;color:#927d83;font-size:12px}.admin-shell{padding:28px 0}.login-card,.admin-card{max-width:1100px;margin:auto;background:#151519;border:1px solid #44222c;border-radius:18px;padding:22px}.login-card{max-width:430px;margin-top:8vh}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.actions{display:flex;gap:8px;flex-wrap:wrap}.note{padding:12px 14px;border-radius:11px;background:#2d210f;color:#f5d997;border:1px solid #65502a;margin:14px 0;font-size:13px;line-height:1.5}.admin-table{margin-top:18px}.hidden{display:none!important}@media(max-width:760px){.toolbar{grid-template-columns:1fr}.brand img{width:120px}.grid{grid-template-columns:1fr}.field.full{grid-column:auto}.hero-card{padding:20px}.topin{min-height:68px}}
