.app-container{display:flex;width:100%;min-height:100vh;background:#f5f5f5}.sidebar{width:240px;min-width:240px;background:#1a1a2e;color:#e0e0e0;display:flex;flex-direction:column;padding:20px 0}.sidebar-header{padding:0 20px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h1{font-size:24px;color:#fff;margin:0 0 4px}.sidebar-header .subtitle{font-size:12px;color:#ffffff80;margin:0}.sidebar-nav{flex:1;padding:20px 0;display:flex;flex-direction:column;gap:4px}.nav-item{display:block;padding:10px 20px;color:#ffffffb3;text-decoration:none;font-size:14px;transition:all .2s;border-left:3px solid transparent}.nav-item:hover{background:#ffffff1a;color:#fff;border-left-color:#ffffff4d}.nav-item.active{background:#667eea33;color:#fff;border-left-color:#667eea;font-weight:500}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#fff6;display:flex;flex-direction:column;align-items:center;gap:10px}.btn-logout{background:#ffffff1a;color:#ffffffb3;border:1px solid rgba(255,255,255,.15);padding:6px 16px;border-radius:6px;cursor:pointer;font-size:12px;transition:all .2s}.btn-logout:hover{background:#ff000026;border-color:#ff00004d;color:#ff6b6b}.main-content{flex:1;padding:20px;overflow-y:auto}.page-title{font-size:24px;font-weight:600;color:#1a1a2e;margin-bottom:20px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.page-loading{padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:root{--cs-bg: #f5f5f5;--cs-surface: #ffffff;--cs-surface-muted: #f0f2f5;--cs-text: #213547;--cs-text-muted: #6b7280;--cs-text-inverse: #ffffff;--cs-primary: #4a6cf7;--cs-primary-contrast: #ffffff;--cs-danger: #ff4d4f;--cs-success: #52c41a;--cs-warning: #faad14;--cs-info: #1890ff;--cs-border: #e5e7eb;--cs-border-strong: #d1d5db;--cs-radius-sm: 4px;--cs-radius: 8px;--cs-radius-lg: 12px;--cs-radius-pill: 999px;--cs-space-1: 4px;--cs-space-2: 8px;--cs-space-3: 12px;--cs-space-4: 16px;--cs-space-6: 24px;--cs-space-8: 32px;--cs-shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--cs-shadow: 0 2px 8px rgba(0, 0, 0, .1);--cs-transition-fast: .15s ease;--cs-transition: .25s ease}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;color:#213547;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--transition-fast: .15s ease;--transition-normal: .25s ease}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;scroll-behavior:smooth;background-color:var(--cs-bg);color:var(--cs-text)}#root{display:flex;width:100%;min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}::selection{background:#4a6cf733;color:inherit}:focus-visible{outline:2px solid var(--cs-primary);outline-offset:2px}@keyframes skeleton-pulse{0%,to{opacity:.4}50%{opacity:.8}}.skeleton{animation:skeleton-pulse 1.5s ease-in-out infinite;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;border-radius:4px}
