.sidebar-shell{position:relative;display:flex;flex-direction:column;overflow-x:hidden;height:100vh;background:linear-gradient(180deg,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,.005) 35%),var(--theme-bg);backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);border-right:1px solid var(--theme-border);transition:width .28s ease,transform .28s ease}.sidebar-shell--resizing{transition:none}.sidebar-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background:linear-gradient(180deg,var(--theme-border) 0,color-mix(in srgb,var(--theme-accent) 55%,transparent) 22%,color-mix(in srgb,var(--theme-secondary,var(--theme-accent)) 50%,transparent) 78%,var(--theme-border) 100%);opacity:.85;pointer-events:none}.sidebar-shell--mobile{position:fixed;top:0;left:0;bottom:0;height:100dvh;z-index:120;box-shadow:0 0 40px rgba(0,0,0,.5);overflow-y:auto}.sidebar-shell--mobile .sidebar-footer{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.sidebar-shell--mobile-closed{transform:translateX(-100%);box-shadow:none}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 12px;flex-shrink:0;border-bottom:1px solid var(--theme-border)}.sidebar-header-brand{display:flex;align-items:center;gap:10px;min-width:0}.sidebar-brand-chip{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--theme-radius-button);background:linear-gradient(135deg,var(--theme-accent) 0,var(--theme-accent-hover) 100%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3),var(--theme-shadow-button);flex-shrink:0}.sidebar-brand-chip-letter{font-size:12px;font-weight:700;color:var(--theme-on-accent);line-height:1}.sidebar-brand-text{min-width:0}.sidebar-brand-name{font-family:var(--theme-font);font-size:14px;font-weight:600;color:var(--theme-text);letter-spacing:-.01em;line-height:1;margin:0}.sidebar-brand-tag{font-size:10px;color:var(--theme-text-muted);margin:2px 0 0;line-height:1}.sidebar-header-actions{display:flex;align-items:center;gap:2px;flex-shrink:0;margin-left:8px}.sidebar-icon-button{display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:var(--theme-radius-button);color:var(--theme-text-muted);background:transparent;border:none;cursor:pointer;transition:color .15s ease,background .15s ease}.sidebar-icon-button:hover{color:var(--theme-text);background:var(--theme-surface-2)}.sidebar-icon-button-svg{width:16px;height:16px}.sidebar-expand-button{margin:0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:var(--theme-radius-button);color:var(--theme-text-muted);background:transparent;border:none;cursor:pointer;transition:color .15s ease,background .15s ease}.sidebar-expand-button:hover{color:var(--theme-text);background:var(--theme-surface-2)}.sidebar-nav{flex:1;display:flex;flex-direction:column;padding:8px 0;overflow-y:auto;overflow-x:hidden}.sidebar-group-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--theme-text-muted);padding:12px 16px 4px;opacity:.65;margin:0}.sidebar-divider{height:1px;margin:6px 12px;background:linear-gradient(90deg,transparent 0,var(--theme-border) 20%,var(--theme-border) 80%,transparent 100%)}.sidebar-group{position:relative;margin:14px 10px 4px;padding:14px 4px 6px;border-radius:var(--theme-radius-card);transition:padding .22s ease}.sidebar-group:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,color-mix(in srgb,var(--theme-accent) 55%,transparent) 0,color-mix(in srgb,var(--theme-secondary,var(--theme-accent)) 40%,transparent) 50%,color-mix(in srgb,var(--theme-accent) 22%,transparent) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:opacity .2s ease}.sidebar-group:hover:before{background:linear-gradient(135deg,color-mix(in srgb,var(--theme-accent) 85%,transparent) 0,color-mix(in srgb,var(--theme-secondary,var(--theme-accent)) 70%,transparent) 50%,color-mix(in srgb,var(--theme-accent) 35%,transparent) 100%)}.sidebar-group-legend{position:absolute;top:-7px;left:14px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--theme-text-muted);background:var(--theme-bg);border:none;cursor:pointer;z-index:2;font-family:inherit;white-space:nowrap;user-select:none;transition:color .15s ease}.sidebar-group-legend:hover{color:var(--theme-text)}.sidebar-group-chevron{width:8px;height:8px;display:inline-block;transition:transform .22s ease}.sidebar-group--collapsed .sidebar-group-chevron{transform:rotate(-90deg)}.sidebar-group-body{display:flex;flex-direction:column;gap:0;overflow:hidden;max-height:1200px;opacity:1;transition:max-height .24s ease,opacity .2s ease}.sidebar-group--collapsed{padding-top:10px;padding-bottom:2px}.sidebar-group--collapsed .sidebar-group-body{max-height:0;opacity:0}.sidebar-nav-item-wrap{position:relative;padding:0 8px;margin-bottom:2px}.sidebar-nav-item{display:flex;align-items:center;height:36px;gap:12px;padding:0 12px 0 16px;border-radius:var(--theme-radius-button);color:var(--theme-text-muted);text-decoration:none;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.sidebar-nav-item:hover{background:var(--theme-surface-2);color:var(--theme-text)}.sidebar-nav-item--collapsed{justify-content:center;padding:0;gap:0}.sidebar-nav-item--active{color:var(--module-color,var(--theme-accent));background:linear-gradient(90deg,color-mix(in srgb,var(--module-color,var(--theme-accent)) 18%,transparent) 0,color-mix(in srgb,var(--module-color,var(--theme-accent)) 4%,transparent) 100%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--module-color,var(--theme-accent)) 28%,transparent)}.sidebar-nav-item--active:hover{color:var(--module-color,var(--theme-accent));background:linear-gradient(90deg,color-mix(in srgb,var(--module-color,var(--theme-accent)) 22%,transparent) 0,color-mix(in srgb,var(--module-color,var(--theme-accent)) 6%,transparent) 100%)}.sidebar-nav-bar{position:absolute;left:8px;top:50%;transform:translateY(-50%);width:2px;height:22px;border-radius:2px;background:linear-gradient(180deg,var(--module-color,var(--theme-accent)) 0,color-mix(in srgb,var(--module-color,var(--theme-accent)) 60%,var(--theme-secondary,var(--theme-accent))) 100%);box-shadow:0 0 8px color-mix(in srgb,var(--module-color,var(--theme-accent)) 70%,transparent),0 0 14px color-mix(in srgb,var(--module-color,var(--theme-accent)) 35%,transparent);pointer-events:none;z-index:1}.sidebar-nav-icon{display:inline-flex;width:16px;height:16px;flex-shrink:0}.sidebar-nav-icon,.sidebar-nav-label{color:inherit;transition:color .18s ease}.sidebar-nav-label{font-size:12px;font-weight:500;letter-spacing:-.005em}.sidebar-sub-tree{margin-left:36px;padding:0 0 4px 8px;border-left:1px solid var(--theme-border)}.sidebar-sub-item{display:flex;align-items:center;gap:8px;height:28px;padding:0 8px;border-radius:8px;font-size:11px;font-weight:500;color:var(--theme-text-muted);text-decoration:none;transition:background .18s ease,color .18s ease}.sidebar-sub-item:hover{color:var(--theme-text);background:var(--theme-surface)}.sidebar-sub-item--active{color:var(--module-color,var(--theme-accent));background:color-mix(in srgb,var(--module-color,var(--theme-accent)) 12%,transparent)}.sidebar-sub-icon{display:inline-flex;width:12px;height:12px;flex-shrink:0}.sidebar-tooltip{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:12px;padding:6px 10px;border-radius:8px;font-size:12px;color:var(--theme-text);background:var(--theme-surface-3);border:1px solid var(--theme-border);box-shadow:0 8px 24px rgba(0,0,0,.5);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:50}.sidebar-footer-row:hover .sidebar-tooltip,.sidebar-nav-item-wrap:hover .sidebar-tooltip{opacity:1}.sidebar-footer{flex-shrink:0;border-top:1px solid var(--theme-border)}.sidebar-footer-row{position:relative;padding:8px 8px 0}.sidebar-footer-row--gear{padding-bottom:4px}.sidebar-footer-button{display:flex;align-items:center;width:100%;height:36px;gap:12px;padding:0 12px 0 16px;border-radius:var(--theme-radius-button);background:transparent;border:none;color:var(--theme-text-muted);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.sidebar-footer-button:hover{background:var(--theme-surface-2);color:var(--theme-text)}.sidebar-footer-button--collapsed{justify-content:center;padding:0;gap:0}.sidebar-footer-button--bell-open{box-shadow:inset 0 0 0 1px var(--theme-accent-ring)}.sidebar-footer-button--bell-open,.sidebar-footer-button--bell-open:hover{color:var(--theme-accent);background:var(--theme-accent-subtle)}.sidebar-footer-button--gear-open{color:var(--theme-text);background:color-mix(in srgb,var(--theme-text-muted) 18%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--theme-text-muted) 30%,transparent)}.sidebar-footer-button--gear-open:hover{color:var(--theme-text);background:color-mix(in srgb,var(--theme-text-muted) 22%,transparent)}.sidebar-footer-button-icon{position:relative;display:inline-flex;width:16px;height:16px;flex-shrink:0}.sidebar-footer-button-label{font-size:12px;font-weight:500;color:inherit}.sidebar-badge{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;width:12px;height:12px;border-radius:9999px;background:var(--theme-danger);color:#fff;font-size:7px;font-weight:700;line-height:1}.sidebar-user{padding:4px 12px 12px}.sidebar-user-row{display:flex;align-items:center;gap:10px}.sidebar-user-row--collapsed{justify-content:center;gap:0}.sidebar-user-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:9999px;background:linear-gradient(135deg,var(--theme-accent) 0,var(--theme-accent-hover) 100%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3),0 0 12px color-mix(in srgb,var(--theme-accent) 45%,transparent)}.sidebar-user-avatar-letter{font-size:12px;font-weight:600;color:var(--theme-on-accent);line-height:1}.sidebar-user-text{min-width:0}.sidebar-user-name{font-size:12px;font-weight:600;color:var(--theme-text);line-height:1;margin:0}.sidebar-user-tag{font-size:10px;color:var(--theme-text-muted);line-height:1;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-mobile-backdrop{position:fixed;inset:0;z-index:55;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity .2s ease;opacity:0;pointer-events:none}.sidebar-mobile-backdrop--open{opacity:1;pointer-events:auto}.sidebar-mobile-hamburger{position:fixed;z-index:60;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--theme-radius-card);color:var(--theme-text);background:linear-gradient(180deg,hsla(0,0%,100%,.04) 0,hsla(0,0%,100%,0) 100%),var(--theme-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--theme-border);box-shadow:0 4px 16px rgba(0,0,0,.4);cursor:pointer;transition:background .15s ease}.sidebar-mobile-hamburger:active{background:var(--theme-surface-2)}.sidebar-mobile-hamburger-svg{width:20px;height:20px}.sidebar-resize-handle{position:fixed;top:0;bottom:0;width:6px;cursor:col-resize;z-index:57}.sidebar-resize-handle-bar{position:absolute;inset:0 0 0 50%;transform:translateX(-50%);width:2px;background:var(--theme-accent);opacity:0;transition:opacity .15s ease;box-shadow:0 0 8px color-mix(in srgb,var(--theme-accent) 60%,transparent)}.sidebar-resize-handle:hover .sidebar-resize-handle-bar{opacity:.85}@font-face{font-family:__geistSans_1e4310;src:url(/_next/static/media/4473ecc91f70f139-s.p.woff) format("woff");font-display:swap;font-weight:100 900}@font-face{font-family:__geistSans_Fallback_1e4310;src:local("Arial");ascent-override:85.83%;descent-override:20.52%;line-gap-override:9.33%;size-adjust:107.19%}.__className_1e4310{font-family:__geistSans_1e4310,__geistSans_Fallback_1e4310}.__variable_1e4310{--font-geist-sans:"__geistSans_1e4310","__geistSans_Fallback_1e4310"}:root,html[data-theme=noorx-classic]{--theme-bg:#080d1a;--theme-surface:hsla(0,0%,100%,.05);--theme-surface-2:hsla(0,0%,100%,.07);--theme-surface-3:hsla(0,0%,100%,.1);--theme-input-bg:hsla(0,0%,100%,.04);--theme-text:#f1f5f9;--theme-text-muted:#94a3b8;--theme-border:hsla(0,0%,100%,.1);--theme-accent:#818cf8;--theme-accent-hover:#6366f1;--theme-accent-subtle:rgba(129,140,248,.12);--theme-accent-ring:rgba(129,140,248,.3);--theme-on-accent:#fff;--theme-success:#22c55e;--theme-warning:#f59e0b;--theme-danger:#ef4444;--theme-info:#3b82f6;--theme-success-subtle:rgba(34,197,94,.1);--theme-warning-subtle:rgba(245,158,11,.1);--theme-danger-subtle:rgba(239,68,68,.1);--theme-info-subtle:rgba(59,130,246,.1);--theme-tone-blue:#3b82f6;--theme-tone-blue-subtle:rgba(59,130,246,.1);--theme-tone-orange:#f97316;--theme-tone-orange-subtle:rgba(249,115,22,.1);--theme-tone-amber:#f59e0b;--theme-tone-amber-subtle:rgba(245,158,11,.1);--theme-tone-green:#22c55e;--theme-tone-green-subtle:rgba(34,197,94,.1);--theme-tone-emerald:#10b981;--theme-tone-emerald-subtle:rgba(16,185,129,.1);--theme-tone-red:#ef4444;--theme-tone-red-subtle:rgba(239,68,68,.1);--theme-tone-cyan:#06b6d4;--theme-tone-cyan-subtle:rgba(6,182,212,.1);--theme-tone-indigo:#818cf8;--theme-tone-indigo-subtle:rgba(129,140,248,.1);--theme-tone-violet:#6366f1;--theme-tone-violet-subtle:rgba(99,102,241,.1);--theme-tone-purple:#8b5cf6;--theme-tone-purple-subtle:rgba(139,92,246,.1);--theme-tone-pink:#ec4899;--theme-tone-pink-subtle:rgba(236,72,153,.1);--theme-tone-slate:#64748b;--theme-tone-slate-subtle:rgba(100,116,139,.1);--theme-radius-card:16px;--theme-radius-button:10px;--theme-radius-input:10px;--theme-shadow-card:inset 0 1px 0 hsla(0,0%,100%,.08),0 8px 24px rgba(0,0,0,.35);--theme-shadow-button:0 0 16px rgba(129,140,248,.25);--theme-font:"Inter",system-ui,sans-serif}html[data-theme=steel-emerald]{--theme-bg:#0a0a0a;--theme-surface:hsla(0,0%,100%,.025);--theme-surface-2:hsla(0,0%,100%,.055);--theme-surface-3:hsla(0,0%,100%,.1);--theme-input-bg:hsla(0,0%,100%,.03);--theme-text:#e8edf5;--theme-text-muted:#8893a8;--theme-border:hsla(0,0%,100%,.06);--theme-accent:#3b82f6;--theme-accent-hover:#60a5fa;--theme-accent-subtle:rgba(59,130,246,.14);--theme-accent-ring:rgba(59,130,246,.65);--theme-on-accent:#fff;--theme-secondary:#10b981;--theme-secondary-rgb:16,185,129;--theme-secondary-subtle:rgba(16,185,129,.14);--theme-success:#34d399;--theme-warning:#f59e0b;--theme-danger:#ef4444;--theme-info:#3b82f6;--theme-success-subtle:rgba(52,211,153,.14);--theme-warning-subtle:rgba(245,158,11,.14);--theme-danger-subtle:rgba(239,68,68,.14);--theme-info-subtle:rgba(59,130,246,.14);--theme-tone-blue:#3b82f6;--theme-tone-blue-subtle:rgba(59,130,246,.14);--theme-tone-orange:#f97316;--theme-tone-orange-subtle:rgba(249,115,22,.14);--theme-tone-amber:#f59e0b;--theme-tone-amber-subtle:rgba(245,158,11,.14);--theme-tone-green:#22c55e;--theme-tone-green-subtle:rgba(34,197,94,.14);--theme-tone-emerald:#10b981;--theme-tone-emerald-subtle:rgba(16,185,129,.14);--theme-tone-red:#ef4444;--theme-tone-red-subtle:rgba(239,68,68,.14);--theme-tone-cyan:#06b6d4;--theme-tone-cyan-subtle:rgba(6,182,212,.14);--theme-tone-indigo:#818cf8;--theme-tone-indigo-subtle:rgba(129,140,248,.14);--theme-tone-violet:#6366f1;--theme-tone-violet-subtle:rgba(99,102,241,.14);--theme-tone-purple:#8b5cf6;--theme-tone-purple-subtle:rgba(139,92,246,.14);--theme-tone-pink:#ec4899;--theme-tone-pink-subtle:rgba(236,72,153,.14);--theme-tone-slate:#64748b;--theme-tone-slate-subtle:rgba(100,116,139,.14);--theme-radius-card:10px;--theme-radius-button:8px;--theme-radius-input:8px;--theme-shadow-card:inset 0 1px 0 hsla(0,0%,100%,.14),0 16px 48px rgba(0,0,0,.55),0 4px 12px rgba(0,0,0,.35);--theme-shadow-button:0 0 32px rgba(59,130,246,.75),inset 0 1px 0 hsla(0,0%,100%,.45);--theme-font:"Inter",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;--glass-blur:0px;--glass-saturate:100%;--glass-brightness:100%;--glass-bg-top:#101216;--glass-bg-mid:#101216;--glass-bg-bot:#101216;--glass-radius:22px;--glass-border-start:color-mix(in srgb,var(--theme-accent) 70%,transparent);--glass-border-mid:color-mix(in srgb,var(--theme-secondary) 50%,transparent);--glass-border-end:color-mix(in srgb,var(--theme-accent) 30%,transparent);--glass-shadow-inner-top:hsla(0,0%,100%,.22);--glass-shadow-inner-bot:rgba(0,0,0,.2);--glass-shadow-outer-far:rgba(0,0,0,.45);--glass-shadow-outer-near:rgba(0,0,0,.25);--glass-catch-light:hsla(0,0%,100%,.28);--glass-inner-tint:#101216;--glass-inner-border:hsla(0,0%,100%,.12)}