:root{--blue:#1268e8;--navy:#052455;--bg:#f4f7fb;--card:#fff;--muted:#667085;--line:#e6ebf2}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:Arial,"Noto Sans Arabic",sans-serif;color:#14213d;padding-bottom:82px}.top{height:72px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 18px;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand{display:flex;gap:10px;align-items:center}.brand img{width:50px;height:50px;object-fit:cover;border-radius:14px}.brand b{font-size:24px;color:var(--navy)}.brand small{display:block;font-size:9px;letter-spacing:2.4px;color:#557}.ghost,.secondary{border:1px solid #cbd6e5;background:#fff;border-radius:12px;padding:10px 14px;color:var(--navy);font-weight:700}.hero{padding:26px 16px 20px;background:linear-gradient(150deg,#052455,#1268e8);color:white;border-radius:0 0 28px 28px}.hero h1{font-size:27px;line-height:1.35;margin:0 0 8px}.hero p{margin:0 0 18px;color:#dfeaff}.searchbar{display:flex;background:white;border-radius:15px;overflow:hidden;padding:5px}.searchbar input{border:0;outline:none;flex:1;padding:13px;font-size:15px;min-width:0}.searchbar button{background:var(--blue);color:white;border:0;border-radius:11px;padding:0 18px;font-weight:bold}.filters{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.filters select{width:100%;border:0;border-radius:11px;padding:10px 8px;background:#ffffff;color:#17335f}.actions{display:flex;gap:10px;padding:16px}.primary{background:var(--blue);color:#fff;border:0;border-radius:13px;padding:13px 16px;font-weight:700}.actions button{flex:1}.section-head{display:flex;align-items:center;justify-content:space-between;padding:0 16px}.section-head h2{margin:4px 0 12px}.section-head span{font-size:13px;color:var(--muted)}.cards{display:grid;gap:12px;padding:0 14px}.card{background:#fff;border-radius:18px;padding:13px;box-shadow:0 4px 16px #17335f14;border:1px solid #eef2f7}.card-top{display:flex;gap:12px}.thumb{width:78px;height:78px;border-radius:14px;object-fit:cover;background:#e9f0fb}.card h3{margin:2px 0 5px;font-size:18px}.meta{font-size:13px;color:var(--muted);line-height:1.6}.badge{display:inline-block;background:#e8f1ff;color:#075bc9;border-radius:999px;padding:4px 8px;font-size:11px;margin-top:4px}.card-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}.card-actions a{background:#f5f8fc;color:#12315f;padding:9px 5px;border-radius:10px;text-decoration:none;text-align:center;font-size:12px;font-weight:bold}.bottom{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);height:70px;z-index:30}.bottom button{border:0;background:none;font-size:21px;color:#667085}.bottom button span{display:block;font-size:11px;margin-top:4px}.bottom .active{color:var(--blue)}.modal{position:fixed;inset:0;background:#0007;z-index:50;display:flex;align-items:flex-end}.hidden{display:none!important}.sheet{background:#fff;width:100%;max-height:92vh;overflow:auto;border-radius:24px 24px 0 0;padding:18px}.sheet-head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:-18px;background:#fff;padding:8px 0;z-index:2}.sheet-head h3{font-size:22px}.sheet-head button{border:0;background:#f1f4f8;border-radius:50%;width:36px;height:36px}label{display:block;font-size:13px;font-weight:700;color:#344054;margin:11px 0}input,textarea,select{font:inherit}label input,label textarea,label select{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #d7dee8;border-radius:11px;outline:none}.row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.wide{width:100%;margin-top:10px}.empty{text-align:center;padding:40px;color:#667085}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}.stat{background:#f4f7fb;border-radius:14px;padding:13px;text-align:center}.stat b{display:block;font-size:22px;color:var(--blue)}.admin-item{border-bottom:1px solid var(--line);padding:11px 0;display:flex;justify-content:space-between;gap:8px}.danger{border:0;background:#fff0f0;color:#c62828;border-radius:10px;padding:7px 9px}@media(min-width:760px){main{max-width:800px;margin:auto}.top{padding-left:calc((100% - 800px)/2 + 16px);padding-right:calc((100% - 800px)/2 + 16px)}.bottom{left:50%;transform:translateX(-50%);max-width:800px;border-radius:18px 18px 0 0}.cards{grid-template-columns:1fr 1fr}.sheet{max-width:620px;margin:auto;border-radius:24px;align-self:center}.modal{align-items:center}}
.top-actions{display:flex;gap:6px}.account-strip{margin:0 16px 14px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.account-strip button{border:0;background:#e8f1ff;color:#075bc9;border-radius:9px;padding:8px 10px;font-weight:700}.auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.featured{display:inline-block;background:#fff5d6;color:#8a6100;border-radius:999px;padding:4px 8px;font-size:11px;margin-bottom:8px}.status{font-size:11px;border-radius:999px;padding:6px 8px;background:#eef2f7}.status.pending{background:#fff5d6;color:#8a6100}.status.published{background:#e7f8ed;color:#16733a}.status.rejected{background:#fff0f0;color:#b42318}
