.AppShell-module__cB5iMW__shell{grid-template:"header header"64px"sidebar content"minmax(0,1fr)/220px minmax(0,1fr);min-height:100vh;display:grid}.AppShell-module__cB5iMW__header{border-bottom:1px solid var(--border);background:var(--surface);z-index:10;grid-area:header;align-items:center;gap:16px;padding:0 20px;display:flex;position:sticky;top:0}.AppShell-module__cB5iMW__menuButton{border:1px solid var(--border);width:40px;height:40px;color:inherit;font:inherit;cursor:pointer;background:0 0;border-radius:8px}.AppShell-module__cB5iMW__brand{font-size:1.1rem;font-weight:700}.AppShell-module__cB5iMW__sidebar{border-left:1px solid var(--border);background:var(--surface);grid-area:sidebar;transition:width .18s,opacity .18s;overflow:hidden}.AppShell-module__cB5iMW__navigation{gap:6px;padding:20px 14px;display:grid}.AppShell-module__cB5iMW__navigation a{border-radius:8px;padding:10px 12px}.AppShell-module__cB5iMW__navigation a:hover{background:var(--surface-muted)}.AppShell-module__cB5iMW__content{grid-area:content;min-width:0;padding:28px}.AppShell-module__cB5iMW__shell[data-sidebar-open=false]{grid-template-columns:0 minmax(0,1fr)}.AppShell-module__cB5iMW__shell[data-sidebar-open=false] .AppShell-module__cB5iMW__sidebar{opacity:0;pointer-events:none;width:0}@media (max-width:720px){.AppShell-module__cB5iMW__shell{grid-template-columns:minmax(0,1fr);grid-template-areas:"header""content"}.AppShell-module__cB5iMW__sidebar{z-index:9;width:220px;position:fixed;top:64px;bottom:0;right:0;box-shadow:-8px 0 24px #00000014}.AppShell-module__cB5iMW__shell[data-sidebar-open=false]{grid-template-columns:minmax(0,1fr)}.AppShell-module__cB5iMW__content{padding:24px 18px}}
:root{--background:#f7f7f5;--surface:#fff;--surface-muted:#f0f0ed;--foreground:#1c1c1a;--muted:#6a6a64;--border:#ddddda}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{color:var(--foreground);background:var(--background);font-family:Arial,Noto Sans Arabic,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}
