*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#050505;color:#fff;font-family:Arial,Inter,sans-serif}body{overflow-x:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}.app{min-height:100vh;background:#050505}.top{height:72px;background:#0b0b0b;display:flex;align-items:center;padding:10px 16px;gap:12px;position:sticky;top:0;z-index:20;border-bottom:1px solid #151515}.logo{width:44px;height:44px;border-radius:12px}.brand{font-size:21px;font-weight:800}.brand small{display:block;color:#777;font-size:9px;font-weight:500;margin-top:4px;letter-spacing:1px}.grow{flex:1}.round{width:42px;height:42px;border-radius:50%;background:#181818;color:#fff;border:1px solid #282828;font-size:19px}.page{max-width:900px;margin:auto;padding:16px 16px 95px}.section{font-size:19px;font-weight:800;margin:19px 2px 12px}.hero{height:205px;border:1px solid #292929;border-radius:20px;overflow:hidden;position:relative;background:#111}.hero img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000b,#0000 70%)}.heroText{position:absolute;z-index:1;left:22px;top:50%;transform:translateY(-50%)}.heroText h1{font-size:27px;margin:0 0 7px}.heroText p{margin:0;color:#bbb;font-size:12px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.match{background:#0d0d0d;border:1px solid #303030;border-radius:18px;overflow:hidden;box-shadow:0 5px 18px #0009}.match img{width:100%;aspect-ratio:1.5;object-fit:cover;display:block}.matchBody{padding:10px 11px 12px}.title{font-size:14px;font-weight:800}.muted{color:#858585;font-size:11px}.row{display:flex;align-items:center;gap:8px}.between{justify-content:space-between}.badge{display:inline-block;padding:6px 11px;border-radius:20px;background:#102e1b;color:#39ee82;font-size:10px;font-weight:800}.blue{color:#5c9dff;font-weight:800}.primary{background:#096cff;color:#fff;border-radius:12px;padding:10px 14px;font-weight:800}.danger{background:#401515;color:#ff5757}.fab{position:fixed;right:20px;bottom:87px;width:60px;height:60px;border-radius:50%;background:#086cff;color:#fff;font-size:31px;z-index:25;box-shadow:0 8px 25px #000b}.bottom{position:fixed;bottom:0;left:0;right:0;height:72px;background:#111;border-top:1px solid #222;display:flex;z-index:30}.nav{flex:1;background:transparent;color:#999;border:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px}.nav .ico{font-size:23px;line-height:22px}.nav.active{color:#fff}.list{display:flex;flex-direction:column;gap:10px}.item{min-height:82px;background:#070707;border:1px solid #454545;border-radius:22px;padding:17px 18px;display:flex;align-items:center;gap:13px}.item b{font-size:14px}.item small{display:block;color:#707070;font-size:10px;margin-top:5px}.arrow{font-size:25px;color:#777}.avatar{width:44px;height:44px;border-radius:14px;background:#1c1c1c;display:grid;place-items:center;font-weight:800;color:#66a4ff}.adminCards{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat{border:1px solid #292929;background:#0c0c0c;border-radius:18px;padding:15px}.stat small{color:#777}.stat strong{display:block;font-size:25px;margin-top:8px}.form{display:flex;flex-direction:column;gap:12px}.field label{display:block;color:#aaa;font-size:11px;margin:0 0 6px}.field input,.field textarea,.field select{width:100%;background:#141414;border:1px solid #303030;color:#fff;border-radius:13px;padding:13px;outline:0}.field textarea{min-height:90px}.modal{display:none;position:fixed;inset:0;background:#000c;z-index:60;align-items:flex-end}.modal.show{display:flex}.sheet{width:100%;max-height:88vh;overflow:auto;background:#111;border-radius:24px 24px 0 0;padding:20px}.close{float:right;width:35px;height:35px;border-radius:50%;background:#252525;color:#fff;font-size:22px}.login{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top,#18233a,#050505 48%)}.loginBox{width:min(420px,100%);background:#101010;border:1px solid #303030;border-radius:24px;padding:24px}.loginBox h1{margin:0 0 5px}.loginBox p{color:#777;font-size:12px;margin:0 0 20px}.dev{text-align:center;color:#777;font-size:10px;margin-top:17px}.dev a{color:#63a3ff;text-decoration:none}.toast{position:fixed;z-index:90;left:50%;bottom:84px;transform:translate(-50%,20px);opacity:0;background:#fff;color:#000;padding:11px 16px;border-radius:12px;font-size:12px;font-weight:800;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}.empty{text-align:center;color:#777;padding:45px 15px}.back{font-size:28px;background:transparent;color:#fff}.statusActions{display:flex;gap:7px}.statusActions button{flex:1}.sliderCard{background:#121212;border:1px solid #353535;border-radius:18px;overflow:hidden}.sliderCard img{width:100%;display:block;aspect-ratio:2.4;object-fit:cover}.sliderFoot{padding:10px 12px;display:flex;align-items:center;gap:10px}.sliderFoot .grow{font-size:12px}.circleBtn{width:45px;height:45px;border-radius:50%;background:#0d2c63;color:#66a7ff;font-size:20px}.circleBtn.del{background:#431515;color:#ff5757}@media(min-width:700px){.page{padding-left:24px;padding-right:24px}.grid{grid-template-columns:repeat(3,1fr)}.hero{height:250px}.adminCards{grid-template-columns:repeat(4,1fr)}}