.dashboard-layout{display:flex;height:100vh;overflow:hidden;background:#f9fafb;font-family:system-ui,-apple-system,sans-serif}.dashboard-sidebar{width:256px;background:white;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:space-between;transition:width .3s ease;overflow:visible}.dashboard-sidebar.collapsed{width:80px}.dashboard-sidebar-header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #f3f4f6;gap:8px}.dashboard-sidebar.collapsed .dashboard-sidebar-header{flex-direction:column;justify-content:center;padding:8px;gap:4px}.dashboard-sidebar-logo{display:flex;align-items:center;justify-content:center;overflow:hidden;flex:1}.dashboard-sidebar.collapsed .dashboard-sidebar-logo{flex:0;padding:0;justify-content:center}.dashboard-sidebar-collapse{padding:6px;color:#9ca3af;cursor:pointer;border-radius:6px;transition:all .15s;flex-shrink:0;background:transparent;border:none;display:flex;align-items:center;justify-content:center}.dashboard-sidebar-collapse svg{width:20px;height:20px}.dashboard-sidebar-collapse:hover{background:#f3f4f6;color:#374151}.dashboard-sidebar-nav{padding:16px;overflow-y:auto;overflow-x:visible;flex:1}.dashboard-sidebar.collapsed .dashboard-sidebar-nav{padding:8px}.dashboard-sidebar.collapsed .dashboard-sidebar-nav-item-label,.dashboard-sidebar.collapsed .dashboard-sidebar-nav-item-arrow{display:none}.dashboard-sidebar-nav-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;font-size:14px;font-weight:500;color:#4b5563;border-radius:8px;cursor:pointer;transition:all .15s;margin-bottom:4px;background:transparent;border:none;width:100%;text-align:left}.dashboard-sidebar.collapsed .dashboard-sidebar-nav-item{justify-content:center;padding:12px 8px}.dashboard-sidebar.collapsed .dashboard-sidebar-nav-submenu{display:none}.dashboard-sidebar-nav-item:hover{background:#f9fafb;color:#4f46e5}.dashboard-sidebar-nav-item.active{background:#eef2ff;color:#4f46e5}.dashboard-sidebar-nav-item-content{display:flex;align-items:center;flex:1;gap:12px}.dashboard-sidebar.collapsed .dashboard-sidebar-nav-item-content{justify-content:center;gap:0}.dashboard-sidebar-nav-item-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#9ca3af}.dashboard-sidebar.collapsed .dashboard-sidebar-nav-item-icon{margin:0}.dashboard-sidebar-nav-item.active .dashboard-sidebar-nav-item-icon{color:#4f46e5}.dashboard-sidebar-nav-item-icon svg{width:20px;height:20px}.dashboard-sidebar-nav-item-label{flex:1}.dashboard-sidebar-nav-item-arrow{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-sidebar-nav-item-arrow svg{width:16px;height:16px}.dashboard-sidebar-nav-submenu{padding-left:12px;margin-top:4px}.dashboard-sidebar-nav-submenu .dashboard-sidebar-nav-item{padding-left:44px;font-size:13px;font-weight:500}.dashboard-sidebar-user{padding:20px;border-top:1px solid #f3f4f6;background:rgba(249,250,251,.5);cursor:pointer;transition:all .15s;min-height:80px}.dashboard-sidebar.collapsed .dashboard-sidebar-user{padding:20px 12px;display:flex;align-items:center;justify-content:center}.dashboard-sidebar.collapsed .dashboard-sidebar-user-content{flex-direction:column;gap:8px}.dashboard-sidebar.collapsed .dashboard-sidebar-user-info{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.dashboard-sidebar.collapsed .dashboard-sidebar-user-credits{flex-direction:column;gap:4px;font-size:12px}.dashboard-sidebar-user:hover{background:rgba(243,244,246,.8)}.dashboard-sidebar-user-content{display:flex;align-items:center;gap:12px}.dashboard-sidebar-user-avatar{width:40px;height:40px;border-radius:50%;background:#e0e7ff;display:flex;align-items:center;justify-content:center;color:#4f46e5;font-weight:700;flex-shrink:0}.dashboard-sidebar-user-avatar svg{width:20px;height:20px}.dashboard-sidebar-user-info{overflow:hidden;flex:1}.dashboard-sidebar-user-phone{font-size:12px;color:#6b7280;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-sidebar-user-credits{font-size:14px;font-weight:700;color:#111827;display:flex;align-items:center;gap:6px}.dashboard-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.dashboard-header{height:64px;background:white;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 32px;z-index:10;box-shadow:0 1px 2px #0000000d}.dashboard-header-title{font-size:20px;font-weight:700;color:#111827}.dashboard-header-actions{display:flex;align-items:center;gap:12px}.dashboard-header-button{padding:6px 16px;font-size:14px;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:6px;height:32px;white-space:nowrap}.dashboard-header-button svg{width:16px;height:16px}.dashboard-header-button-primary{background:#4f46e5;color:#fff;box-shadow:0 1px 2px #0000000d}.dashboard-header-button-primary:hover{background:#4338ca}.dashboard-header-button-secondary{background:white;color:#374151;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000d}.dashboard-header-button-secondary:hover{background:#f9fafb;border-color:#9ca3af}.dashboard-content{flex:1;overflow-x:hidden;overflow-y:auto;background:#f3f4f6;padding:32px}.dashboard-content-inner{max-width:1280px;margin:0 auto}.dashboard-sidebar-nav-group{position:relative}.dashboard-sidebar-nav-popup{position:fixed;left:80px;background:white;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:180px;padding:8px;z-index:1000;animation:slideIn .15s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.dashboard-sidebar-nav-popup-title{padding:8px 12px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f3f4f6;margin-bottom:4px}.dashboard-sidebar-nav-popup-item{display:block;width:100%;padding:10px 12px;font-size:14px;font-weight:500;color:#4b5563;border-radius:6px;cursor:pointer;transition:all .15s;background:transparent;border:none;text-align:left;margin-bottom:2px}.dashboard-sidebar-nav-popup-item:hover{background:#f9fafb;color:#4f46e5}.dashboard-sidebar-nav-popup-item.active{background:#eef2ff;color:#4f46e5;font-weight:600}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
