@import"https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&family=Changa:wght@500;700&display=swap";:root{--bg: #f2f5fb;--bg-deep: #dde7f5;--surface: #ffffff;--surface-muted: #f8fbff;--text: #1a2738;--muted: #617088;--line: #d5dfed;--brand: #0d66c2;--brand-deep: #09498a;--accent: #ff9c28;--accent-soft: #fff3df;--danger: #d22f2f;--ok: #11805c;--shadow: 0 16px 30px rgba(16, 44, 82, .1);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Tajawal,Segoe UI,Tahoma,sans-serif;color:var(--text);line-height:1.45;background:radial-gradient(circle at 8% 6%,#ffffff 0%,transparent 30%),radial-gradient(circle at 94% 12%,#e8f0ff 0%,transparent 24%),linear-gradient(180deg,#e8f0fc 0%,var(--bg) 38%,#edf2f9 100%)}h1,h2,h3{font-family:Changa,Tajawal,sans-serif;margin-top:0}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(1180px,94vw);margin-inline:auto}.page-shell{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto}.site-main{padding:1.4rem 0 2.8rem}.header-top{background:linear-gradient(90deg,#0a4b8e,#0f68c4);color:#dfeeff;font-size:.88rem}.header-top__inner{display:flex;justify-content:space-between;gap:.65rem;padding:.15rem 0}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid color-mix(in srgb,var(--line) 85%,white 15%);background:color-mix(in srgb,#f2f6fc 90%,white 10%)}.header-main{display:grid;grid-template-columns:auto 1fr auto;column-gap:.65rem;row-gap:.2rem;align-items:center;padding:.12rem 0}.brand{display:inline-flex;align-items:center;gap:.4rem;border:none;background:transparent;padding:0}.brand-logo-img{width:5.2rem;height:5.2rem;object-fit:contain}.header-search{position:relative}.header-search input{width:100%;border:1px solid var(--line);border-radius:999px;background:#fff;min-height:2.8rem;padding:.22rem 5.15rem .22rem .8rem;font-weight:500}.header-search input:focus{outline:3px solid color-mix(in srgb,var(--brand) 23%,transparent 77%);border-color:var(--brand)}.search-tag{position:absolute;right:.5rem;top:.23rem;min-height:2rem;border-radius:999px;display:inline-flex;align-items:center;padding:0 .62rem;background:var(--accent-soft);color:#a35c00;font-size:.85rem;font-weight:700;text-transform:capitalize}.top-nav{display:inline-flex;align-items:center;gap:.3rem}.language-picker{display:inline-flex;align-items:center;gap:.28rem;color:var(--muted);font-size:.85rem;font-weight:700}.language-picker select{min-height:2.3rem;width:auto;border-radius:999px;padding:0 .5rem}.hero{margin-top:.4rem;display:grid;gap:1.2rem;grid-template-columns:1.5fr 1fr;align-items:stretch}.hero__content,.hero__stats{border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow)}.hero__content{padding:clamp(1.2rem,2.6vw,2.1rem);background:radial-gradient(circle at 94% 6%,rgba(255,255,255,.35),transparent 46%),linear-gradient(120deg,#0f66c2,#0d4b91 65%,#123764);color:#f2f8ff}.hero__kicker{margin:0;font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;color:color-mix(in srgb,white 86%,#ffe5bc 14%)}.hero__content h1{font-size:clamp(1.45rem,3.1vw,2.6rem);margin:.45rem 0 .7rem;line-height:1.2}.hero__content p{margin:0;max-width:62ch}.hero__actions{margin-top:1.1rem;display:inline-flex;gap:.55rem;flex-wrap:wrap}.hero__stats{background:var(--surface);padding:.9rem;display:grid;gap:.7rem}.hero__stats article{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-muted);padding:.9rem 1rem;display:grid;gap:.1rem}.hero__stats strong{color:var(--brand);font-size:1.55rem}.hero__stats span{color:var(--muted);font-weight:700}.section-head{margin-bottom:.95rem}.section-head h1,.section-head h2{margin-bottom:.2rem}.section-head p{margin:0;color:var(--muted)}.section-head--wide{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.categories-panel,.listings-panel,.form-shell,.static-page,.detail-page{margin-top:1rem}.categories-panel,.listings-panel,.form-shell,.static-page,.detail-card{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);padding:clamp(1rem,2vw,1.5rem)}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.7rem}.category-tile{border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(180deg,#fff,#f6faff);display:flex;align-items:center;gap:.6rem;text-align:left;padding:.8rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.category-tile:hover{transform:translateY(-2px);border-color:#b5cae6;box-shadow:0 10px 24px #0e386f1c}.category-tile__icon{width:2.2rem;height:2.2rem;border-radius:.7rem;display:grid;place-items:center;background:var(--accent-soft);font-size:1.15rem}.category-tile__text{display:grid;gap:.1rem}.category-tile__text strong{font-size:.98rem}.category-tile__text span{color:var(--muted);font-size:.84rem}.market-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:.85rem}.listing-card{position:relative;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.listing-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #14366524;border-color:#b8cce8}.favorite-icon-btn{position:absolute;top:.55rem;right:.55rem;z-index:2;width:2rem;height:2rem;border-radius:999px;border:1px solid #d6deeb;background:#fffffff2;color:#7f8da3;font-size:1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.favorite-icon-btn.is-active{color:#d22f2f;border-color:#f1b7b7;background:#fff3f3}.listing-card__image{aspect-ratio:4 / 3;background:#e9f0fb}.listing-card__image img,.detail-gallery__main img,.detail-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ad-image-fallback{height:100%;width:100%;display:grid;place-items:center;color:#5f7ea6;font-weight:800;letter-spacing:.08em;background:linear-gradient(150deg,#ecf3ff,#cfdff7)}.listing-card__body{padding:.82rem}.listing-card__meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.45rem}.pill{border-radius:999px;border:1px solid #d7e0ee;background:#f7fafd;color:#566987;padding:.18rem .56rem;font-size:.76rem;font-weight:700}.listing-card h3{margin:0;font-size:1rem;min-height:2.3em}.listing-price{margin:.35rem 0 0;font-size:1.12rem;color:var(--brand);font-weight:800}.listing-location{margin:.2rem 0 0;color:var(--muted);font-size:.9rem}.listing-desc{margin:.45rem 0 0;color:#4a5f7e;font-size:.92rem}.listing-card__foot{margin-top:.65rem;padding-top:.55rem;border-top:1px solid #e7edf7;color:#4f617c;font-weight:700;font-size:.88rem}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem;color:var(--muted);font-size:.9rem}.breadcrumb-link{border:none;background:transparent;color:var(--brand-deep);padding:0;font-weight:700}.breadcrumb-link:disabled{color:var(--muted);cursor:default}.subcategories-wrap{border:1px solid #dfe6f2;border-radius:var(--radius-md);background:#f9fbff;padding:.8rem;margin-bottom:1rem}.subcategories-wrap h2{margin-bottom:.5rem}.subcategories-grid{display:flex;flex-wrap:wrap;gap:.5rem}.subcategory-pill{border-radius:999px;border:1px solid #cfdaeb;background:#fff;padding:.42rem .85rem;color:#355176;font-weight:700}.subcategory-pill:hover{border-color:#aec4df;background:#f3f8ff}.filters-panel{margin-bottom:1rem;border:1px solid #d7e0ee;border-radius:var(--radius-md);background:linear-gradient(180deg,#fafdff,#f4f8ff);padding:.9rem}.filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.7rem}.filter-item{display:grid;gap:.25rem}.filters-actions{margin-top:.9rem;display:flex;gap:.5rem}label{color:#4b5f7e;font-weight:700;display:grid;gap:.25rem}input,textarea,select{width:100%;min-height:2.6rem;padding:.48rem .72rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:#fff}textarea{min-height:7rem;resize:vertical}input:focus,textarea:focus,select:focus{outline:3px solid color-mix(in srgb,var(--brand) 20%,transparent 80%);border-color:var(--brand)}.post-form{display:grid;gap:1rem}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.post-wide{grid-column:span 2}.file-tags{display:flex;gap:.45rem;flex-wrap:wrap}.file-tags span{border-radius:999px;border:1px solid #cdd9eb;background:#f6faff;padding:.27rem .64rem;font-size:.82rem}.extra-details{border-top:1px solid #dfebf8;padding-top:.85rem}.extra-details h2{margin-bottom:.7rem}.detail-layout{display:grid;grid-template-columns:1.06fr 1fr;gap:1rem}.detail-gallery__main{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4 / 3;border:1px solid var(--line);background:#eaf2ff}.detail-gallery__thumbs{margin-top:.55rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem}.detail-thumb{border:2px solid transparent;border-radius:9px;overflow:hidden;aspect-ratio:1;padding:0}.detail-thumb.is-active{border-color:var(--brand)}.detail-main h1{margin-bottom:.35rem}.detail-price{margin-top:0}.seller-box,.detail-copy{margin-top:.9rem;border:1px solid #e0e9f7;border-radius:var(--radius-md);background:#f9fbff;padding:.85rem}.seller-box h3,.detail-copy h3{margin-bottom:.45rem}.seller-box p,.detail-copy p{margin:.34rem 0}.detail-dl{margin:0}.detail-dl>div{padding:.42rem 0;border-bottom:1px solid #e7eef8}.detail-dl>div:last-child{border-bottom:0}.detail-dl dt{font-weight:700;color:#3f5575;text-transform:capitalize}.detail-dl dd{margin:.18rem 0 0}.static-page h1{margin-top:.8rem}.static-page h2{margin-top:1rem}.notice,.state-note,.state-error{margin:.6rem 0 0;border-radius:var(--radius-sm);padding:.7rem .85rem;font-weight:600}.notice{border:1px solid #cbeadf;background:#ebfaf4;color:var(--ok)}.state-note{border:1px solid #d8e4f6;background:#f5f9ff;color:#4d6384}.state-error{border:1px solid #f2c9c9;background:#fff3f3;color:var(--danger)}.btn{border:1px solid transparent;border-radius:999px;min-height:2.5rem;padding:0 .95rem;font-weight:800;transition:transform .14s ease,box-shadow .18s ease,background-color .18s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn--primary{color:#fff;background:linear-gradient(160deg,var(--accent),#f27f15 85%);border-color:#eb820f;box-shadow:0 10px 18px #e6770c4d}.btn--primary:hover{background:linear-gradient(160deg,#ffaa3d,#f18923 85%)}.btn--ghost{color:#395a82;background:#fff;border-color:var(--line)}.btn--ghost:hover{background:#f3f8ff}.btn--full{width:100%}.auth-overlay{position:fixed;inset:0;display:grid;place-items:center;background:#0a1d357a;z-index:40;padding:1rem}.auth-card{width:min(440px,100%);border-radius:22px;border:1px solid #d2dfee;background:#fff;box-shadow:0 26px 48px #0c1f3f57;padding:1rem}.auth-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.auth-tabs{display:inline-flex;border:1px solid #d4e0ef;border-radius:999px;padding:.2rem;background:#f5f9ff}.auth-tab{border:none;min-height:2rem;border-radius:999px;padding:0 .8rem;background:transparent;color:#4f6483;font-weight:800}.auth-tab.is-active{background:#fff;color:var(--brand-deep)}.auth-close{width:2rem;height:2rem;border-radius:999px;border:1px solid #d6e0ef;background:#f8fbff;font-size:1.2rem;line-height:1}.auth-form{display:grid;gap:.68rem}.auth-security-note{margin:.1rem 0;color:#365171;font-size:.9rem;font-weight:600}.auth-captcha-wrap{overflow-x:auto}.auth-captcha{min-height:78px}.link-like{border:none;background:transparent;color:var(--brand);padding:0;font-weight:700;width:fit-content}.site-footer{margin-top:1.2rem;color:#d2dced;background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.08),transparent 27%),linear-gradient(130deg,#0f2442,#071629);border-top-left-radius:24px;border-top-right-radius:24px}.footer-grid{padding:1.7rem 0 1.2rem;display:grid;grid-template-columns:1.1fr repeat(3,1fr);gap:1rem}.footer-logo{width:auto;height:3.75rem}.footer-tagline{margin:.48rem 0 0;max-width:30ch}.footer-grid h2{font-size:1rem;margin:0}.footer-grid ul{list-style:none;padding:0;margin:.68rem 0 0;display:grid;gap:.42rem}.footer-grid button{border:none;background:transparent;color:#c6d3e8;padding:0;text-align:start}.footer-grid button:hover{color:#fff}.footer-bottom{border-top:1px solid #25344b;padding:.9rem 0 1.05rem}.footer-bottom p{margin:0;font-size:.9rem}@media(max-width:1024px){.header-main{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand nav" "search search"}.brand{grid-area:brand}.header-search{grid-area:search}.top-nav{grid-area:nav;justify-content:flex-end;flex-wrap:wrap}.hero,.detail-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid>section:first-child{grid-column:1 / -1}}[dir=rtl] .header-search input{padding:.22rem .8rem .22rem 5.15rem}[dir=rtl] .search-tag{right:auto;left:.5rem}@media(max-width:760px){[dir=rtl] .header-search input{padding-left:4rem;padding-right:1rem}}@media(max-width:760px){.header-top__inner{flex-direction:column;align-items:flex-start;gap:.2rem}.header-search input{padding-right:4rem}.search-tag{padding:0 .65rem;font-size:.75rem}.top-nav{justify-content:flex-end}.market-grid,.post-grid{grid-template-columns:1fr}.post-wide{grid-column:span 1}.detail-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.footer-grid{grid-template-columns:1fr}.footer-grid>section{text-align:center}.footer-logo{display:block;margin:0 auto}.footer-tagline{margin-inline:auto}.footer-grid ul{justify-items:center}}.dashboard-shell{margin-top:1rem;display:grid;grid-template-columns:240px 1fr;gap:.9rem}.dashboard-sidebar,.dashboard-content{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.dashboard-sidebar{padding:1rem;position:sticky;top:6.2rem;align-self:start}.dashboard-sidebar h2{margin-bottom:.8rem}.dashboard-sidebar nav{display:grid;gap:.35rem}.dashboard-nav-btn{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;padding:.6rem .75rem;text-align:start;color:var(--text);font-weight:700}.dashboard-nav-btn.active{border-color:color-mix(in srgb,var(--brand) 60%,var(--line) 40%);background:color-mix(in srgb,var(--brand) 10%,white 90%);color:var(--brand-deep)}.dashboard-content{padding:1rem}.dashboard-head{margin-bottom:.75rem}.dashboard-head h1{margin-bottom:.2rem}.dashboard-head p{margin:0;color:var(--muted)}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.65rem}.dashboard-grid article{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted);padding:.85rem;display:grid;gap:.15rem}.dashboard-grid strong{font-size:1.5rem;color:var(--brand)}.dashboard-grid span{color:var(--muted);font-weight:700}.dashboard-panel{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted);padding:.9rem}.dashboard-panel-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.6rem}.dashboard-filter{min-height:2.2rem;border-radius:999px;border:1px solid var(--line);padding:0 .7rem;background:#fff}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th,.dashboard-table td{text-align:start;padding:.6rem;border-bottom:1px solid var(--line)}.dashboard-ad-title{display:inline-flex;align-items:center;gap:.6rem}.dashboard-ad-thumb-btn{width:64px;height:64px;padding:0;border:1px solid var(--line);border-radius:.45rem;overflow:hidden;background:#e9f0fb;cursor:pointer;flex-shrink:0}.dashboard-ad-thumb-btn img{width:100%;height:100%;object-fit:cover;display:block}.dashboard-table td:last-child{display:flex;flex-wrap:wrap;gap:.35rem}.dashboard-table th{color:var(--muted);font-size:.88rem}.dashboard-actions{display:inline-flex;gap:.45rem}.status-chip{display:inline-flex;align-items:center;padding:.16rem .58rem;border-radius:999px;font-size:.8rem;font-weight:700;text-transform:capitalize;border:1px solid var(--line)}.status-published{background:color-mix(in srgb,var(--ok) 14%,white 86%);color:#0e6a4c}.status-pending{background:color-mix(in srgb,var(--accent) 22%,white 78%);color:#9a5a00}.status-rejected{background:color-mix(in srgb,var(--danger) 14%,white 86%);color:#a52828}.status-sold,.status-expired,.status-draft{background:#eef3fa;color:#57667f}@media(max-width:980px){.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{position:static}}@media(max-width:640px){.dashboard-table,.dashboard-table thead,.dashboard-table tbody,.dashboard-table tr,.dashboard-table th,.dashboard-table td{display:block;width:100%}.dashboard-table thead{display:none}.dashboard-table tr{border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:.6rem;padding:.45rem;background:#fff}.dashboard-table td{border-bottom:none;padding:.35rem .2rem}}
