@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg-color:#f8fafc;--bg-surface:#fff;--bg-hover:#f1f5f9;--text-primary:#0f172a;--text-secondary:#64748b;--text-tertiary:#94a3b8;--border-color:#e2e8f0;--border-hover:#cbd5e1;--accent-primary:#000;--accent-primary-hover:#333;--accent-primary-text:#fff;--accent-secondary:#10b981;--accent-secondary-bg:#d1fae5;--accent-warning:#f59e0b;--accent-warning-bg:#fef3c7;--accent-danger:#ef4444;--accent-danger-bg:#fee2e2;--accent-blue:#3b82f6;--accent-blue-bg:#dbeafe;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.05),0 4px 6px -2px rgba(0,0,0,.025);--sidebar-width:260px;--header-height:70px;--radius-md:8px;--radius-lg:12px}[data-theme=dark]{--bg-color:#09090b;--bg-surface:#18181b;--bg-hover:#27272a;--text-primary:#fafafa;--text-secondary:#a1a1aa;--text-tertiary:#52525b;--border-color:#27272a;--border-hover:#3f3f46;--accent-primary:#fff;--accent-primary-hover:#e4e4e7;--accent-primary-text:#000;--accent-secondary:#10b981;--accent-secondary-bg:rgba(16,185,129,.15);--accent-warning:#f59e0b;--accent-warning-bg:rgba(245,158,11,.15);--accent-danger:#ef4444;--accent-danger-bg:rgba(239,68,68,.15);--accent-blue:#3b82f6;--accent-blue-bg:rgba(59,130,246,.15);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.5);--shadow-md:0 4px 6px -1px rgba(0,0,0,.4),0 2px 4px -1px rgba(0,0,0,.2);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.5),0 4px 6px -2px rgba(0,0,0,.25)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.5;transition:background-color .3s ease,color .3s ease;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}.surface-panel{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease,background-color .3s ease}.text-gradient{background:linear-gradient(to right,var(--text-primary),var(--text-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.app-container{display:flex;min-height:100vh}.main-content{flex:1 1;padding:24px 40px 60px;transition:all .3s ease;max-width:1400px;margin:0 auto;margin-left:var(--sidebar-width)}h1{font-size:1.875rem;margin-bottom:.25rem}h1,h2{font-weight:600;letter-spacing:-.025em}h2{font-size:1.5rem;margin-bottom:.75rem}h3{font-size:1.125rem;font-weight:500;margin-bottom:.5rem;letter-spacing:-.015em}p{color:var(--text-secondary);margin-bottom:1rem}@media (max-width:1024px){.main-content{margin-left:0;padding:16px 20px 80px}}.Sidebar_sidebar__G7Mzs{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-width);display:flex;flex-direction:column;padding:32px 24px;z-index:100;background-color:var(--bg-surface);border-right:1px solid var(--border-color);transition:all .3s ease}.Sidebar_logoContainer__gXFZ7{display:flex;align-items:center;gap:12px;margin-bottom:48px;padding-left:8px}.Sidebar_logoIcon__P7jBu{width:28px;height:28px;background:var(--text-primary);border-radius:6px;display:flex;align-items:center;justify-content:center}.Sidebar_logoDot__djY2W{width:8px;height:8px;background:var(--bg-surface);border-radius:50%}.Sidebar_logoText__J5bd_{font-size:1.25rem;font-weight:700;color:var(--text-primary);letter-spacing:-.05em;margin:0}.Sidebar_nav__9EDqy{flex:1 1;display:flex;flex-direction:column;gap:4px}.Sidebar_navLabel__6PZtR{font-size:.7rem;font-weight:600;color:var(--text-tertiary);letter-spacing:.05em;margin-top:24px;margin-bottom:8px;padding-left:12px}.Sidebar_navItem__eIm4b{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-md);color:var(--text-secondary);transition:all .2s ease;font-weight:500;font-size:.9rem}.Sidebar_navItem__eIm4b.Sidebar_active__Bfm7L,.Sidebar_navItem__eIm4b:hover{background:var(--bg-hover);color:var(--text-primary)}.Sidebar_navItem__eIm4b.Sidebar_active__Bfm7L{font-weight:600}.Sidebar_userCard__TuzXJ{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg-hover);border-radius:var(--radius-lg);margin-top:auto;border:1px solid var(--border-color)}.Sidebar_avatar__WaU_g{width:36px;height:36px;border-radius:50%;background:var(--text-primary);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--bg-surface);font-size:.875rem}.Sidebar_userInfo__WMvHw{display:flex;flex-direction:column;overflow:hidden}.Sidebar_userName__CXibV{font-size:.85rem;font-weight:600;color:var(--text-primary)}.Sidebar_userName__CXibV,.Sidebar_userRole__92ocK{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Sidebar_userRole__92ocK{font-size:.7rem;color:var(--text-tertiary)}@media (max-width:1024px){.Sidebar_sidebar__G7Mzs{top:auto;bottom:0;left:0;right:0;width:100%;height:70px;flex-direction:row;padding:0 10px;border-right:none;border-top:1px solid var(--border-color);justify-content:space-around;align-items:center}.Sidebar_logoContainer__gXFZ7,.Sidebar_navLabel__6PZtR,.Sidebar_userCard__TuzXJ{display:none}.Sidebar_nav__9EDqy{flex-direction:row;justify-content:space-around;width:100%;gap:0}.Sidebar_navItem__eIm4b{flex-direction:column;gap:4px;padding:8px;font-size:.65rem}.Sidebar_navItem__eIm4b span{display:block}}.Topbar_topbar__U6ndT{display:flex;justify-content:space-between;align-items:center;height:var(--header-height);margin-bottom:32px;position:-webkit-sticky;position:sticky;top:0;z-index:90;background-color:var(--bg-color);padding-top:24px}.Topbar_searchContainer__s4E9_{display:flex;align-items:center;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:8px 12px;width:320px;transition:all .2s ease;box-shadow:var(--shadow-sm)}.Topbar_searchContainer__s4E9_:focus-within{border-color:var(--text-tertiary);box-shadow:0 0 0 2px var(--bg-hover)}.Topbar_searchIcon__mVNqN{color:var(--text-tertiary);margin-right:12px}.Topbar_searchInput__S6w2k{background:transparent;border:none;color:var(--text-primary);font-size:.875rem;width:100%;outline:none}.Topbar_searchInput__S6w2k::placeholder{color:var(--text-tertiary)}.Topbar_searchShortcut__PuFCE{font-size:.7rem;color:var(--text-tertiary);background:var(--bg-hover);padding:2px 6px;border-radius:4px;border:1px solid var(--border-color);font-weight:500}.Topbar_actions__lzsnN{display:flex;align-items:center;gap:12px}.Topbar_iconButton__Zhdhp{background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-secondary);height:36px;min-width:36px;padding:0 10px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;position:relative;transition:all .2s ease;box-shadow:var(--shadow-sm)}.Topbar_iconButton__Zhdhp:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-hover)}.Topbar_langText__nq_W_{font-size:.75rem;font-weight:600}.Topbar_badge__u2j6d{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:var(--accent-danger);border-radius:50%;box-shadow:0 0 0 2px var(--bg-color)}