@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.sidebar-root{flex-direction:column;flex:1;min-height:0;padding:.75rem;display:flex}.sidebar-nav{flex:1;min-height:0;overflow:hidden}.sidebar-nav-scroll{flex-direction:column;gap:.25rem;height:100%;padding-right:.125rem;display:flex;overflow-y:auto}.sidebar-nav-scroll::-webkit-scrollbar{width:4px}.sidebar-nav-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.sidebar-simple-link{border-radius:var(--radius-md);width:100%;min-height:40px;color:var(--text-secondary);transition:var(--transition);align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;font-weight:500;line-height:1;display:flex}.sidebar-simple-link:hover{background:var(--bg-secondary);color:var(--text-primary)}.sidebar-simple-link--active,.sidebar-simple-link--active:hover{background:var(--primary-light);color:var(--primary)}.sidebar-simple-link-icon,.sidebar-simple-link--icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:1.125rem;height:1.125rem;display:inline-flex}.sidebar-simple-link-icon svg,.sidebar-simple-link--icon svg{stroke-width:2px;display:block}.sidebar-simple-link-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:.25rem;margin-top:.75rem;padding-top:.75rem;display:flex}.sidebar-expandable{flex-direction:column;gap:.25rem;display:flex}.sidebar-expandable-trigger{border-radius:var(--radius-md);width:100%;min-height:40px;color:var(--text-secondary);font:inherit;cursor:pointer;transition:var(--transition);background:0 0;border:0;justify-content:space-between;align-items:center;padding:.625rem .75rem;font-size:.875rem;font-weight:500;display:flex}.sidebar-expandable-trigger:hover{background:var(--bg-secondary);color:var(--text-primary)}.sidebar-expandable-trigger--active{background:var(--primary-light);color:var(--primary)}.sidebar-expandable-trigger-left{align-items:center;gap:.75rem;min-width:0;display:inline-flex}.sidebar-expandable-chevron{color:currentColor;justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.sidebar-expandable--open .sidebar-expandable-chevron{transform:rotate(90deg)}.sidebar-expandable-content{flex-direction:column;gap:.125rem;padding-left:1.875rem;display:flex}.sidebar-expandable-link{border-radius:var(--radius-md);min-height:32px;color:var(--text-secondary);transition:var(--transition);align-items:center;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;display:flex}.sidebar-expandable-link:hover{background:var(--bg-secondary);color:var(--text-primary)}.sidebar-expandable-link--active,.sidebar-expandable-link--active:hover{background:var(--primary-light);color:var(--primary)}.layout-root{background:var(--bg-secondary);height:100vh;display:flex;overflow:hidden}.sidebar{background:var(--bg-primary);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:240px;min-width:240px;height:100vh;display:flex;overflow:hidden}.sidebar-logo{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:.75rem;padding:1.25rem 1rem;display:flex}.sidebar-logo-icon{flex-shrink:0;width:36px;height:36px}.sidebar-logo-text{flex-direction:column;gap:.1rem;display:flex}.sidebar-logo-name{color:var(--text-primary);letter-spacing:.08em;font-size:.8125rem;font-weight:800;line-height:1}.sidebar-logo-sub{color:var(--text-muted);letter-spacing:.02em;font-size:.625rem;line-height:1}.layout-main-column{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.layout-header{background:var(--bg-primary);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:56px;min-height:56px;padding:0 1.5rem;display:flex}.header-left{align-items:center;gap:.75rem;display:flex}.header-page-title{color:var(--text-primary);font-size:.9375rem;font-weight:600}.header-controls{align-items:center;gap:1rem;display:flex}.header-brand{color:var(--text-muted);font-size:.75rem;font-weight:500}.layout-content{flex:1;padding:1.5rem;overflow-y:auto}.page-container{max-width:1200px}.page-header{margin-bottom:1.5rem}.page-title{color:var(--text-primary);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.page-subtitle{color:var(--text-secondary);margin:0;font-size:.875rem}.page-content{flex-direction:column;gap:1rem;display:flex}@media (width<=768px){.sidebar{display:none}}:root{--primary:#dc2626;--primary-hover:#b91c1c;--primary-light:#fee2e2;--secondary:#111827;--text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--border:#e5e7eb;--border-light:#f3f4f6;--success:#10b981;--warning:#f59e0b;--error:#dc2626;--info:#3b82f6;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--transition:all .2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;color:var(--text-primary);background:var(--bg-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin:0;font-weight:700;line-height:1.3}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{color:var(--text-secondary);margin:0}a{color:var(--text-primary);transition:var(--transition);text-decoration:none}a:hover{color:var(--primary)}button,.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;display:inline-flex}button:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--bg-tertiary)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--bg-secondary)}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);transition:var(--transition);width:100%;padding:.625rem .875rem;font-family:inherit;font-size:.875rem}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}input::placeholder,textarea::placeholder{color:var(--text-muted)}.card{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);padding:1.5rem}
