@import "https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap";:root{--bg:#051122;--card:#ffffff14;--card2:#ffffff1f;--line:#ffffff24;--text:#f8fafc;--muted:#b9c4d6;--yellow:#ffd23f;--yellow2:#f2b705;--blue:#1d4ed8;--danger:#ef4444;font-family:Tajawal,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:var(--text);direction:rtl;background:radial-gradient(circle at 20% 10%,#ffd23f38,#0000 28rem),radial-gradient(circle at 85% 15%,#1d4ed857,#0000 24rem),linear-gradient(145deg,#030914,#061426 55%,#081b36)}a{color:var(--yellow);text-decoration:none}button,input,textarea,select{font:inherit}body:before{content:"";background:linear-gradient(90deg, var(--yellow), var(--blue) 50%, var(--yellow));z-index:60;height:4px;position:fixed;inset:0 0 auto}.app-shell{width:min(1180px,100%);margin:0 auto;padding:18px 18px 100px}.topbar{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;padding:10px 0;display:flex;position:sticky;top:4px}.brand{cursor:pointer;align-items:center;gap:12px;display:flex}.brand img{border-radius:16px;width:52px;height:52px;box-shadow:0 0 0 3px #ffd23f59,0 12px 30px #00000047}.brand strong{font-size:1.25rem;display:block}.brand span{color:var(--muted);font-size:.86rem}.topbar-actions{align-items:center;gap:8px;display:flex}.card{background:var(--card);border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px;padding:22px;box-shadow:0 20px 60px #00000038}.stack{gap:18px;display:grid}.hero{grid-template-columns:1.3fr .8fr;align-items:center;gap:22px;min-height:370px;display:grid;position:relative;overflow:hidden}.hero:after{content:"";opacity:.35;background:repeating-linear-gradient(90deg,#ffd23f3d 0 10px,#0000 10px 42px);height:240px;position:absolute;inset:auto -60px -160px;transform:perspective(400px)rotateX(56deg)}.hero:before{content:"";opacity:.14;pointer-events:none;background:url(/fanart/football-stars.svg) -80px -60px/520px no-repeat;position:absolute;inset:0}.hero h1{max-width:750px;margin:14px 0;font-size:clamp(2.2rem,5vw,4.6rem);font-weight:900;line-height:1.04}.hero p{color:var(--muted);max-width:680px;font-size:1.1rem;line-height:1.8}.pill{color:var(--yellow);background:#ffd23f14;border:1px solid #ffd23f52;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;display:inline-flex}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.primary,.secondary,.ghost{cursor:pointer;border:0;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;display:inline-flex}.primary{background:linear-gradient(135deg, var(--yellow), var(--yellow2));color:#111827;font-weight:800}.secondary{color:var(--text);border:1px solid var(--line);background:#ffffff1a}.ghost{color:var(--text);border:1px solid var(--line);background:#ffffff12}.match-card{z-index:1;background:linear-gradient(145deg,#ffd23f33,#1d4ed82e);border:1px solid #ffffff29;border-radius:30px;min-height:260px;padding:24px;position:relative}.match-card span,.match-card small{color:var(--muted)}.match-card h2{margin:16px 0 6px;font-size:1.7rem}.mini-stat{border:1px solid var(--line);background:#0000003d;border-radius:18px;gap:2px;margin-top:28px;padding:12px 16px;display:inline-grid}.mini-stat b{color:var(--yellow);font-size:1.5rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.stat{gap:6px;display:grid}.stat b{color:var(--yellow);font-size:2rem}.stat span,.muted{color:var(--muted)}.two-col{grid-template-columns:1fr 1fr;gap:18px;display:grid}.page-title h1{margin:0 0 8px;font-size:2.2rem}.page-title p{color:var(--muted);margin:0}.fixture-list{gap:12px;display:grid}.fixture{border:1px solid var(--line);background:#ffffff0f;border-radius:18px;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:14px;display:grid}.fixture small{color:var(--muted);margin-top:4px;display:block}.fixture .score{color:var(--yellow);white-space:nowrap;background:#ffd23f1f;border:1px solid #ffd23f40;border-radius:12px;padding:8px 12px;font-weight:900}.news-list{gap:14px;display:grid}.news{border:1px solid var(--line);background:#ffffff0f;border-radius:20px;grid-template-columns:120px 1fr;gap:14px;padding:12px;display:grid}.news img{object-fit:cover;border-radius:14px;width:120px;height:95px}.news span{color:var(--yellow);font-size:.85rem}.news h3{margin:6px 0}.news p{color:var(--muted);margin:0 0 6px;line-height:1.7}.composer{gap:12px;display:grid}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--text);background:#ffffff14;border-radius:16px;outline:none;padding:13px 14px}textarea{resize:vertical;min-height:120px}::placeholder{color:#ffffff8c}.posts{gap:14px;display:grid}.post-head{color:var(--muted);justify-content:space-between;gap:12px;display:flex}.post p{font-size:1.05rem;line-height:1.8}.post img,.post video{object-fit:cover;border:1px solid var(--line);border-radius:20px;width:100%;max-height:420px;margin:8px 0 14px}.notice{color:#ffec99;background:#ffd23f1f;border:1px solid #ffd23f3d;border-radius:18px;padding:14px 16px}.notice.error{color:#fecaca;background:#ef444424;border-color:#ef444452}.upload-btn{border:1px dashed var(--line);color:var(--text);cursor:pointer;text-align:center;background:#ffffff0f;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:13px 14px;display:inline-flex}.media-preview{gap:8px;display:grid;position:relative}.media-preview img,.media-preview video{object-fit:cover;border:1px solid var(--line);border-radius:16px;width:100%;max-height:320px}.media-preview button{justify-self:start}.prediction{gap:12px;display:grid}.score-inputs{direction:ltr;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;display:grid}.score-inputs span{color:var(--yellow);font-size:2rem}.row{border-bottom:1px solid var(--line);justify-content:space-between;padding:12px;display:flex}.admin-actions{gap:10px;margin-top:6px;display:flex}.toggle-row{cursor:pointer;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.toggle-row input{width:auto}.news h3~button{margin-top:6px}.history ul{color:var(--muted);line-height:2}.history svg{color:var(--yellow)}.tabs{gap:8px;margin-bottom:14px;display:flex}.tabs button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#ffffff0f;border-radius:999px;padding:8px 18px}.tabs button.active{color:var(--yellow);background:#ffd23f29;border-color:#ffd23f4d}.tag-list{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.tag-list button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#ffffff0f;border-radius:999px;padding:8px 14px;font-size:.88rem}.tag-list button.active{color:var(--yellow);background:#ffd23f29;border-color:#ffd23f4d}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.gallery-item{border:1px solid var(--line);background:#ffffff0f;border-radius:18px;display:grid;overflow:hidden}.gallery-item img,.gallery-item video{object-fit:cover;width:100%;height:160px;display:block}.gallery-thumb{cursor:pointer;background:0 0;border:0;width:100%;margin:0;padding:0;display:block;position:relative}.gallery-thumb img{object-fit:cover;width:100%;height:160px;display:block}.video-thumb .play-badge{color:#fff;background:#00000040;justify-content:center;align-items:center;font-size:1.8rem;display:flex;position:absolute;inset:0}.gallery-meta{justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.gallery-meta span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.gallery-meta button{white-space:nowrap;padding:8px 10px;font-size:.8rem}.bottom-nav{border:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:20;background:#030914c7;border-top:2px solid #ffd23f66;border-radius:24px;grid-template-columns:repeat(6,1fr);gap:6px;width:min(780px,100% - 24px);padding:8px;display:grid;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 20px 70px #00000059}.bottom-nav button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:18px;place-items:center;gap:4px;padding:10px 6px;display:grid}.bottom-nav button.active{color:var(--yellow);background:linear-gradient(135deg,#ffd23f2e,#1d4ed82e)}.bottom-nav span{font-size:.78rem}.floating-history{z-index:18;color:var(--yellow);cursor:pointer;background:#ffd23f1f;border:1px solid #ffd23f40;border-radius:999px;padding:10px 14px;position:fixed;bottom:100px;left:18px}.article-overlay{z-index:50;background:#030914;flex-direction:column;display:flex;position:fixed;inset:0}.article-bar{border-bottom:1px solid var(--line);background:#030914eb;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.article-bar .lightbox-title{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.article-frame{background:#fff;border:0;flex:1;width:100%}.lightbox-body{flex:1;justify-content:center;align-items:center;padding:16px;display:flex;overflow:auto}.lightbox-body img,.lightbox-body video{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%}.lightbox-body iframe{border:0;border-radius:8px;width:min(100%,960px);height:min(80vh,540px)}@media (width<=820px){.app-shell{padding:12px 12px 95px}.hero,.two-col,.grid-3{grid-template-columns:1fr}.topbar .ghost:not(.icon-btn){display:none}.news{grid-template-columns:1fr}.news img{width:100%;height:180px}.fixture{text-align:center;grid-template-columns:1fr}}
