:root{--v3-bg:#f4f7f8;--v3-surface:#fff;--v3-surface-soft:#edf3f4;--v3-text:#10283f;--v3-muted:#5b7082;--v3-line:rgba(16,40,63,.14);--v3-gold:#b99545;--v3-teal:#0f8580;--v3-shadow:0 18px 50px rgba(14,40,58,.1);--v3-radius:20px;--v3-safe-top:env(safe-area-inset-top,0px);--v3-safe-bottom:env(safe-area-inset-bottom,0px)}
:root[data-theme="dark"]{--v3-bg:#071f35;--v3-surface:#0b2b42;--v3-surface-soft:#10374f;--v3-text:#f3f8fb;--v3-muted:#b4c8d1;--v3-line:rgba(190,213,221,.2);--v3-gold:#d7b866;--v3-teal:#55d0c4;--v3-shadow:0 20px 56px rgba(0,0,0,.28)}
html{background:var(--v3-bg);color:var(--v3-text);font-family:"IBM Plex Sans Arabic","Cairo",system-ui,sans-serif;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;min-width:0;background:var(--v3-bg);color:var(--v3-text)}
*,*::before,*::after{box-sizing:border-box}
a{color:inherit}
.v3-shell-header{position:sticky;top:0;z-index:9000;padding-top:var(--v3-safe-top);background:color-mix(in srgb,var(--v3-bg) 88%,transparent);border-bottom:1px solid var(--v3-line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.v3-shell-header__inner{width:min(1280px,calc(100% - 32px));min-height:72px;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}
.v3-shell-brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:max-content}.v3-shell-brand__mark{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,var(--v3-teal),color-mix(in srgb,var(--v3-teal) 65%,#123b57));color:#fff;font-weight:900;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),0 0 0 1px rgba(185,149,69,.42)}.v3-shell-brand strong,.v3-shell-brand small{display:block}.v3-shell-brand strong{font-size:1.05rem}.v3-shell-brand small{color:var(--v3-muted);font-size:.72rem}
.v3-shell-nav{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0}.v3-shell-nav a{padding:10px 12px;border-radius:12px;text-decoration:none;color:var(--v3-muted);font-size:.88rem;font-weight:700}.v3-shell-nav a:hover,.v3-shell-nav a[aria-current="page"]{color:var(--v3-text);background:var(--v3-surface-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--v3-gold) 46%,transparent)}
.v3-shell-actions{display:flex;align-items:center;gap:8px}.v3-shell-actions button,.v3-shell-actions a,.v3-shell-menu{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--v3-line);border-radius:13px;background:var(--v3-surface);color:var(--v3-text);text-decoration:none;box-shadow:0 8px 20px rgba(10,37,56,.08)}.v3-shell-actions svg,.v3-shell-menu svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.v3-shell-menu{display:none}
.v3-shell-footer{margin-top:72px;padding:42px max(20px,calc((100% - 1280px)/2));padding-bottom:calc(34px + var(--v3-safe-bottom));border-top:1px solid color-mix(in srgb,var(--v3-gold) 42%,var(--v3-line));background:linear-gradient(145deg,var(--v3-surface),var(--v3-surface-soft));color:var(--v3-text)}
.v3-shell-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.v3-shell-footer h2,.v3-shell-footer h3{margin:0 0 12px}.v3-shell-footer p{color:var(--v3-muted);line-height:1.8}.v3-shell-footer a{display:block;margin:8px 0;color:var(--v3-muted);text-decoration:none}.v3-shell-footer a:hover{color:var(--v3-gold)}.v3-shell-footer__bottom{margin-top:28px;padding-top:18px;border-top:1px solid var(--v3-line);color:var(--v3-muted);font-size:.82rem}
[data-audience="visitor"] [data-audience="member"],[data-audience="visitor"] [data-audience="admin"],[data-audience="member"] [data-audience="visitor"],[data-audience="member"] [data-audience="admin"],[data-audience="admin"] [data-audience="visitor"],[data-audience="admin"] [data-audience="member"]{display:none!important}
@media(max-width:980px){.v3-shell-header__inner{grid-template-columns:auto auto 1fr}.v3-shell-menu{display:grid}.v3-shell-nav{position:fixed;top:calc(72px + var(--v3-safe-top));inset-inline:12px;display:none;flex-direction:column;align-items:stretch;padding:12px;border:1px solid var(--v3-line);border-radius:18px;background:var(--v3-surface);box-shadow:var(--v3-shadow)}.v3-shell-nav.is-open{display:flex}.v3-shell-nav a{text-align:start}.v3-shell-actions{justify-self:end}.v3-shell-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.v3-shell-header__inner{width:calc(100% - 20px);gap:8px}.v3-shell-brand small{display:none}.v3-shell-brand__mark{width:38px;height:38px}.v3-shell-actions button,.v3-shell-actions a,.v3-shell-menu{width:40px;height:40px}.v3-shell-footer{padding-inline:18px}.v3-shell-footer__grid{grid-template-columns:1fr}}
