.UserMenu-module__gr1FQq__userMenuContainer{position:relative}.UserMenu-module__gr1FQq__userTrigger{cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:8px 12px;transition:background .2s;display:flex}.UserMenu-module__gr1FQq__userTrigger:hover{background:var(--color-sidebar-hover)}.UserMenu-module__gr1FQq__userDetails{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.UserMenu-module__gr1FQq__userName{color:var(--text-primary);font-size:14px;font-weight:500}.UserMenu-module__gr1FQq__userRole{color:var(--text-secondary);font-size:12px}.UserMenu-module__gr1FQq__avatar{background:linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));width:36px;height:36px;color:var(--color-text-inverted);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex;box-shadow:0 1px 4px #d4af3740}.UserMenu-module__gr1FQq__dropdown{background:var(--color-bg-card);border:1px solid var(--color-border);z-index:50;border-radius:8px;min-width:160px;padding:8px;position:absolute;top:auto;bottom:calc(100% + 8px);left:0;box-shadow:0 4px 12px #0003}.UserMenu-module__gr1FQq__dropdownItem{text-align:left;width:100%;color:var(--color-danger);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:10px 12px;font-size:14px;font-weight:500;transition:background .2s}.UserMenu-module__gr1FQq__dropdownItem:hover{background:var(--color-danger-bg)}
.ThemeToggle-module__sGqMhG__toggleContainer{background:var(--color-bg-subtle);border-radius:var(--radius-full);border:1px solid var(--color-border);align-items:center;gap:2px;padding:4px;display:flex}.ThemeToggle-module__sGqMhG__placeholder{width:96px;height:36px}.ThemeToggle-module__sGqMhG__toggleBtn{border-radius:var(--radius-full);width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ThemeToggle-module__sGqMhG__toggleBtn:hover{color:var(--color-text-primary)}.ThemeToggle-module__sGqMhG__toggleBtn.ThemeToggle-module__sGqMhG__active{background:var(--color-bg-card);color:var(--color-gold);box-shadow:var(--shadow-sm)}
:root,[data-theme=light]{--font-sans:"DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif:"DM Serif Display", Georgia, serif;--neutral-950:#0c0c0f;--neutral-900:#111118;--neutral-800:#1c1c28;--neutral-700:#2a2a3a;--neutral-600:#3d3d52;--neutral-500:#5c5c78;--neutral-400:#8585a4;--neutral-300:#b0b0c8;--neutral-200:#d8d8e8;--neutral-100:#eeeef6;--neutral-50:#f7f7fc;--gold-600:#a07840;--gold-500:#b8914f;--gold-400:#c9a35e;--gold-300:#d9b878;--gold-200:#ecdcb4;--gold-100:#f7f0e0;--gold-glow:0 0 20px #b8914f40;--color-bg-base:#f6f6fa;--color-bg-card:#fff;--color-bg-subtle:#f1f1f8;--color-bg-hover:#ebebf5;--color-sidebar-bg:#fff;--color-sidebar-border:#e3e3ef;--color-sidebar-hover:#f1f1f8;--color-sidebar-active:#b8914f1f;--color-text-primary:#111118;--color-text-secondary:#5c5c78;--color-text-muted:#9090ab;--color-text-inverted:#fff;--color-border:#e3e3ef;--color-border-hover:#c8c8dc;--color-gold:#b8914f;--color-gold-dark:#a07840;--color-gold-light:#f7f0e0;--color-success:#16a34a;--color-success-bg:#16a34a14;--color-warning:#d97706;--color-warning-bg:#d9770614;--color-danger:#dc2626;--color-danger-bg:#dc262614;--color-info:#2563eb;--color-info-bg:#2563eb14;--text-primary:var(--color-text-primary);--text-secondary:var(--color-text-secondary);--text-muted:var(--color-text-muted);--bg-primary:var(--color-bg-base);--bg-secondary:var(--color-bg-card);--bg-hover:var(--color-bg-hover);--border-color:var(--color-border);--accent-color:var(--color-gold);--color-blue-900:#111118;--color-blue-800:#1c1c28;--color-blue-700:#2a2a3a;--color-blue-100:#f1f1f8;--color-blue-50:#f7f7fc;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 4px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000014, 0 1px 4px #0000000a;--shadow-lg:0 12px 40px #0000001a, 0 2px 8px #0000000f;--shadow-xl:0 24px 64px #0000001f;--shadow-gold:0 4px 20px #b8914f38;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--transition-fast:.15s var(--ease-out);--transition-normal:.25s var(--ease-in-out);--transition-slow:.4s var(--ease-in-out)}[data-theme=dark]{--color-bg-base:#0a0a0c;--color-bg-card:#121216;--color-bg-subtle:#1c1c22;--color-bg-hover:#26262e;--color-sidebar-bg:#0a0a0c;--color-sidebar-border:#ffffff14;--color-sidebar-hover:#ffffff0f;--color-sidebar-active:#d4af371f;--color-text-primary:#f8f8f8;--color-text-secondary:#a0a0ab;--color-text-muted:#6b6b7a;--color-text-inverted:#0a0a0c;--color-border:#2a2a32;--color-border-hover:#40404a;--color-gold:#d4af37;--color-gold-dark:#b38e24;--color-gold-light:#f3e5ab;--color-success:#34d399;--color-success-bg:#34d39926;--color-warning:#fbbf24;--color-warning-bg:#fbbf2426;--color-danger:#f87171;--color-danger-bg:#f8717126;--color-info:#60a5fa;--color-info-bg:#60a5fa26;--text-primary:var(--color-text-primary);--text-secondary:var(--color-text-secondary);--text-muted:var(--color-text-muted);--bg-primary:var(--color-bg-base);--bg-secondary:var(--color-bg-card);--bg-hover:var(--color-bg-hover);--border-color:var(--color-border);--accent-color:var(--color-gold)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{background-color:var(--color-bg-base);color:var(--color-text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--color-text-primary);letter-spacing:-.01em;font-weight:400;line-height:1.2}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);font-size:inherit;background:0 0;border:none}input,textarea,select{font-family:var(--font-sans)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-hover)}::selection{background:var(--gold-200);color:var(--color-text-primary)}
.layout-module__muyaCG__layoutContainer{background:var(--color-bg-base);width:100%;min-height:100vh;display:flex}.layout-module__muyaCG__sidebar{background:var(--color-sidebar-bg);border-right:1px solid var(--color-sidebar-border);z-index:10;flex-direction:column;width:256px;height:100vh;display:flex;position:fixed;overflow:hidden}.layout-module__muyaCG__sidebar:after{content:"";pointer-events:none;background:radial-gradient(at 20% 10%,#d4af370f 0%,#0000 60%);position:absolute;inset:0}.layout-module__muyaCG__sidebarHeader{border-bottom:1px solid var(--color-sidebar-border);z-index:1;align-items:center;gap:.875rem;padding:2rem;display:flex;position:relative}.layout-module__muyaCG__sidebarLogo{background:linear-gradient(135deg, var(--gold-500) 0%, var(--gold-600) 100%);width:34px;height:34px;color:var(--neutral-950);letter-spacing:0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;box-shadow:0 2px 8px #d4af3759}.layout-module__muyaCG__sidebarHeader h1{font-family:var(--font-serif);color:var(--color-text-primary);letter-spacing:.02em;margin:0;font-size:1.3rem;font-weight:400;line-height:1}.layout-module__muyaCG__sidebarHeader h1 span{font-family:var(--font-sans);color:var(--gold-400);letter-spacing:.12em;text-transform:uppercase;margin-top:2px;font-size:.65rem;font-weight:500;display:block}.layout-module__muyaCG__nav{z-index:1;flex-direction:column;flex:1;gap:2px;padding:1.25rem .875rem;display:flex;position:relative}.layout-module__muyaCG__navSection{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-top:.5rem;padding:.75rem .75rem .375rem;font-size:.7rem;font-weight:600}.layout-module__muyaCG__navItem{border-radius:var(--radius-sm);color:var(--color-text-secondary);transition:all var(--transition-fast);letter-spacing:0;align-items:center;gap:.85rem;padding:.7rem 1rem;font-size:.9rem;font-weight:500;display:flex;position:relative}.layout-module__muyaCG__navItem:hover{background-color:var(--color-sidebar-hover);color:var(--color-text-primary)}.layout-module__muyaCG__navItem.layout-module__muyaCG__active{background:var(--color-sidebar-active);color:var(--gold-400);font-weight:500}.layout-module__muyaCG__navItem.layout-module__muyaCG__active:before{content:"";background:var(--gold-400);border-radius:0 var(--radius-xs) var(--radius-xs) 0;width:2px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.layout-module__muyaCG__navIcon{opacity:.8;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.layout-module__muyaCG__navItem.layout-module__muyaCG__active .layout-module__muyaCG__navIcon{opacity:1}.layout-module__muyaCG__sidebarFooter{border-top:1px solid var(--color-sidebar-border);z-index:1;padding:1rem;position:relative}.layout-module__muyaCG__sidebarFooter p{color:var(--color-text-muted);text-align:center;letter-spacing:.02em;font-size:.75rem;line-height:1.6}.layout-module__muyaCG__mainContent{flex-direction:column;flex:1;min-width:0;margin-left:256px;display:flex}.layout-module__muyaCG__topbar{border-bottom:1px solid var(--color-border);background-color:var(--color-bg-card);z-index:5;height:72px;box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.layout-module__muyaCG__topbarLeft{align-items:center;gap:1rem;display:flex}.layout-module__muyaCG__topbarLeft h2{font-family:var(--font-sans);color:var(--color-text-primary);letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:600}.layout-module__muyaCG__breadcrumb{color:var(--color-text-muted);align-items:center;gap:.375rem;font-size:.78rem;display:flex}.layout-module__muyaCG__breadcrumb span{color:var(--color-gold);font-weight:500}.layout-module__muyaCG__topbarRight{align-items:center;gap:.5rem;display:flex}.layout-module__muyaCG__topbarDivider{background:var(--color-border);width:1px;height:24px;margin:0 .5rem}.layout-module__muyaCG__userInfo{border-radius:var(--radius-sm);transition:background var(--transition-fast);cursor:pointer;align-items:center;gap:.75rem;padding:.375rem .75rem;display:flex}.layout-module__muyaCG__userInfo:hover{background-color:var(--color-bg-hover)}.layout-module__muyaCG__userDetails{text-align:right;flex-direction:column;display:flex}.layout-module__muyaCG__userDetails span:first-child{color:var(--color-text-primary);font-size:.8rem;font-weight:600;line-height:1.2}.layout-module__muyaCG__userDetails span:last-child{color:var(--color-text-muted);font-size:.68rem;line-height:1.2}.layout-module__muyaCG__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));width:34px;height:34px;color:var(--color-text-inverted);justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 1px 4px #d4af3740}.layout-module__muyaCG__pageContent{background-color:var(--color-bg-base);flex:1;padding:2.5rem}
