@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap";
.Navbar-module__KHvhDq__navbar{--bg-deep:#020203;--bg-base:#050506;--bg-elevated:#0a0a0c;--surface:#ffffff0d;--surface-hover:#ffffff14;--fg:#ededef;--fg-muted:#8a8f98;--fg-subtle:#fff9;--accent:#5e6ad2;--accent-bright:#6872d9;--accent-glow:#5e6ad24d;--border:#ffffff0f;--border-hover:#ffffff1a;--border-accent:#5e6ad24d;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;z-index:100;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05050680;font-family:IBM Plex Sans Arabic,Inter,system-ui,sans-serif;position:fixed;top:0;left:0;right:0}.Navbar-module__KHvhDq__navbarInner{justify-content:space-between;align-items:center;gap:24px;max-width:1120px;height:64px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__KHvhDq__brand{color:var(--fg);align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__KHvhDq__brandIcon{border-radius:var(--radius-sm);border:1px solid var(--border-accent);width:32px;height:32px;color:var(--accent);background:#5e6ad21a;justify-content:center;align-items:center;display:flex;box-shadow:0 0 12px #5e6ad226}.Navbar-module__KHvhDq__brandText{flex-direction:column;line-height:1.2;display:flex}.Navbar-module__KHvhDq__brandName{letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:15px;font-weight:700}.Navbar-module__KHvhDq__brandTagline{color:var(--fg-muted);font-family:Inter,sans-serif;font-size:10px;font-weight:400}.Navbar-module__KHvhDq__nav{align-items:center;display:flex}.Navbar-module__KHvhDq__navCluster{align-items:center;gap:16px;display:flex}.Navbar-module__KHvhDq__navLink{color:var(--fg-muted);border-radius:var(--radius-sm);align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__KHvhDq__navLink:hover{color:var(--fg);background:var(--surface)}.Navbar-module__KHvhDq__navLink.Navbar-module__KHvhDq__active{color:var(--fg);background:var(--surface);box-shadow:inset 0 1px #ffffff0d}.Navbar-module__KHvhDq__divider{background:var(--border);width:1px;height:16px}.Navbar-module__KHvhDq__btnGhost{color:var(--fg-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.Navbar-module__KHvhDq__btnGhost:hover{background:var(--surface);color:var(--fg)}.Navbar-module__KHvhDq__btnPrimary{background:var(--accent);color:#fff;cursor:pointer;border-radius:var(--radius-sm);border:none;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #5e6ad280,0 4px 12px #5e6ad24d,inset 0 1px #fff3}.Navbar-module__KHvhDq__btnPrimary:before{content:"";background:linear-gradient(105deg,#0000 40%,#ffffff26 50%,#0000 60%);transition:transform .4s;position:absolute;inset:0;transform:translate(-100%)}.Navbar-module__KHvhDq__btnPrimary:hover:before{transform:translate(100%)}.Navbar-module__KHvhDq__btnPrimary:hover{background:var(--accent-bright);box-shadow:0 0 0 1px #5e6ad2b3,0 8px 24px #5e6ad280,inset 0 1px #fff3}.Navbar-module__KHvhDq__btnPrimary:active{transform:scale(.98)}.Navbar-module__KHvhDq__arrow{transition:transform .2s}.Navbar-module__KHvhDq__btnPrimary:hover .Navbar-module__KHvhDq__arrow{transform:translate(2px)}.Navbar-module__KHvhDq__accountWrap{position:relative}.Navbar-module__KHvhDq__accountTrigger{background:var(--surface);border:1px solid var(--border);color:var(--fg);cursor:pointer;border-radius:var(--radius-full);align-items:center;gap:8px;padding:6px 12px 6px 8px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.Navbar-module__KHvhDq__accountTrigger:hover{background:var(--surface-hover);border-color:var(--border-hover)}.Navbar-module__KHvhDq__accountAvatar{border:1px solid var(--border);width:24px;height:24px;color:var(--fg-subtle);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__KHvhDq__accountName{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.Navbar-module__KHvhDq__chevron{color:var(--fg-muted);transition:transform .2s}.Navbar-module__KHvhDq__chevronOpen{transform:rotate(180deg)}.Navbar-module__KHvhDq__adminPill{color:#8891dd;border:1px solid var(--border-accent);border-radius:var(--radius-full);background:#5e6ad226;padding:2px 6px;font-size:10px;font-weight:600}.Navbar-module__KHvhDq__accountDropdown{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:4px;width:240px;padding:8px;animation:.2s cubic-bezier(.16,1,.3,1) both Navbar-module__KHvhDq__fadeUp;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 30px #00000080,inset 0 1px #ffffff0d}.Navbar-module__KHvhDq__accountInfo{flex-direction:column;gap:2px;padding:12px 12px 8px;display:flex}.Navbar-module__KHvhDq__accountEmail{color:var(--fg);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.Navbar-module__KHvhDq__accountMeta{color:var(--fg-muted);font-size:11px}.Navbar-module__KHvhDq__dropdownDivider{background:var(--border);height:1px;margin:4px 0}.Navbar-module__KHvhDq__dropdownItem{color:var(--fg-muted);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__KHvhDq__dropdownItem:hover{background:var(--surface);color:var(--fg)}.Navbar-module__KHvhDq__mobileToggle{border:1px solid var(--border);color:var(--fg);border-radius:var(--radius-sm);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:none}.Navbar-module__KHvhDq__mobileToggle:hover{background:var(--surface)}.Navbar-module__KHvhDq__mobileDrawer{border-top:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:99;border-bottom:1px solid var(--border);background:#050506fa;flex-direction:column;padding:16px 24px 24px;animation:.2s ease-out both Navbar-module__KHvhDq__fadeUp;display:flex;position:absolute;top:64px;left:0;right:0;box-shadow:0 10px 30px #00000080}.Navbar-module__KHvhDq__mobileStack{flex-direction:column;gap:12px;display:flex}.Navbar-module__KHvhDq__mobileLink{color:var(--fg-muted);border-radius:var(--radius-sm);align-items:center;gap:10px;padding:10px 12px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__KHvhDq__mobileLink:hover,.Navbar-module__KHvhDq__mobileActive{color:var(--fg);background:var(--surface)}.Navbar-module__KHvhDq__mobileBtnGhost{border:1px solid var(--border);color:var(--fg-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.Navbar-module__KHvhDq__mobileBtnGhost:hover{background:var(--surface);color:var(--fg)}.Navbar-module__KHvhDq__mobileBtnPrimary{background:var(--accent);color:#fff;cursor:pointer;border-radius:var(--radius-sm);border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 0 0 1px #5e6ad280,0 4px 12px #5e6ad24d,inset 0 1px #fff3}.Navbar-module__KHvhDq__mobileBtnPrimary:hover{background:var(--accent-bright)}.Navbar-module__KHvhDq__mobileUser{align-items:center;gap:12px;padding:8px 12px;display:flex}.Navbar-module__KHvhDq__mobileAvatar{border:1px solid var(--border);width:36px;height:36px;color:var(--fg);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__KHvhDq__mobileUserName{color:var(--fg);font-size:14px;font-weight:600}.Navbar-module__KHvhDq__mobileUserEmail{color:var(--fg-muted);font-size:12px}.Navbar-module__KHvhDq__mobileAdminBadge{color:#8891dd;border:1px solid var(--border-accent);border-radius:var(--radius-full);background:#5e6ad226;margin-right:auto;padding:2px 8px;font-size:10px;font-weight:600}.Navbar-module__KHvhDq__mobileDivider{background:var(--border);height:1px;margin:8px 0}.Navbar-module__KHvhDq__mobileBtnDanger{color:#e08080;border-radius:var(--radius-sm);cursor:pointer;background:#c83c3c1a;border:1px solid #c83c3c33;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.Navbar-module__KHvhDq__mobileBtnDanger:hover{background:#c83c3c26;border-color:#c83c3c4d}@keyframes Navbar-module__KHvhDq__fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Navbar-module__KHvhDq__nav{display:none}.Navbar-module__KHvhDq__mobileToggle{display:flex}}
:root{--bg-deep:#020203;--bg-base:#050506;--bg-elevated:#0a0a0c;--surface:#ffffff0d;--surface-hover:#ffffff14;--fg:#ededef;--fg-muted:#8a8f98;--fg-subtle:#fff9;--accent:#5e6ad2;--accent-bright:#6872d9;--accent-glow:#5e6ad24d;--border:#ffffff0f;--border-hover:#ffffff1a;--border-accent:#5e6ad24d;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:64px}body{background-color:var(--bg-base);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:IBM Plex Sans Arabic,Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--fg);font-weight:600;line-height:1.25}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);border:2px solid var(--bg-deep);background:#ffffff1a}::-webkit-scrollbar-thumb:hover{background:#fff3}::selection{background:var(--accent-glow);color:#fff}
