.dashboard-layout{--dashboard-text:#545454;--sidebar-width-collapsed:56px;--sidebar-width-expanded:224px;--speed:.25s;--timing:cubic-bezier(.4,0,.2,1);--bg-main:#fff;--bg-panel:#f5f5f5;--active-accent:#fbc856;--hover:#e9e9e9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-layout .layout{background-color:var(--bg-panel);gap:.5rem;height:100vh;padding:.5rem;display:flex;overflow:hidden}.dashboard-layout .sidebar{width:var(--sidebar-width-collapsed);height:100%;transition:width var(--speed)var(--timing);z-index:10;background-color:transparent;flex-direction:column;flex-shrink:0;display:flex;position:relative;overflow:hidden}.dashboard-layout .sidebar.expanded{width:var(--sidebar-width-expanded)}.dashboard-layout .sidebar-header-bar{flex-shrink:0;align-items:center;gap:.5rem;height:44px;padding:0 .625rem;display:flex}.dashboard-layout .sidebar:not(.expanded) .sidebar-header-bar{justify-content:center;padding:0}.dashboard-layout .sidebar-header-logo{object-fit:contain;flex-shrink:0;width:24px;height:24px}.dashboard-layout .sidebar-header-workspace{min-width:0;transition:background-color .15s var(--timing);border-radius:4px;flex:1;align-items:center;gap:.25rem;padding:.125rem .25rem;text-decoration:none;display:flex}.dashboard-layout .sidebar-header-workspace:hover{background-color:var(--hover)}.dashboard-layout .sidebar-header-workspace-name{color:#212121;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.04em;font-size:13px;font-weight:600;overflow:hidden}.dashboard-layout .sidebar-header-actions{flex-shrink:0;align-items:center;gap:.125rem;display:flex}.dashboard-layout .sidebar-header-toggle{cursor:pointer;transition:background-color .15s var(--timing);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:5px;display:flex}.dashboard-layout .sidebar-header-toggle:hover{background-color:var(--hover)}.dashboard-layout .sidebar-header-toggle-collapsed{cursor:pointer;background:0 0;border:none;position:absolute;top:0;bottom:0;left:0;right:0}.dashboard-layout .sidebar-space-selector{padding:.25rem .625rem .375rem}.dashboard-layout .sidebar-space-dropdown{position:relative}.dashboard-layout .sidebar-space-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bg-panel);color:#545454;letter-spacing:-.04em;cursor:pointer;width:100%;transition:border-color .15s var(--timing);border:1px solid #ececec;border-radius:6px;outline:none;padding:.3rem 1.5rem .3rem .5rem;font-family:inherit;font-size:11px;font-weight:500}.dashboard-layout .sidebar-space-select:hover{border-color:#d0d0d0}.dashboard-layout .sidebar-space-select:focus{border-color:#bcbcbc}.dashboard-layout .sidebar-space-chevron{pointer-events:none;color:#ababab;position:absolute;top:50%;right:.375rem;transform:translateY(-50%)}.marketing-dashboard-analytics{--chart-background:#fff;--chart-foreground:#545454;--chart-foreground-muted:#727272;--chart-label:#727272;--chart-line-primary:#f4c358;--chart-line-secondary:rgba(244,193,84,.45);--chart-crosshair:rgba(0,0,0,.12);--chart-grid:rgba(0,0,0,.08);--chart-marker-background:#fff;--chart-marker-border:#ececec;--chart-marker-foreground:#545454;--chart-segment-background:rgba(0,0,0,.04);--chart-segment-line:rgba(0,0,0,.1)}.dashboard-layout .sidebar-nav{scrollbar-width:none;flex:1;padding:.25rem 0;overflow-x:hidden;overflow-y:auto}.dashboard-layout .sidebar-nav::-webkit-scrollbar{display:none}.dashboard-layout .route-list{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.dashboard-layout .route-item{width:100%;min-width:0;margin:0}.dashboard-layout .sidebar.expanded .route-link{color:#545454;transition:all .15s var(--timing);cursor:pointer;letter-spacing:-.04em;box-sizing:border-box;border-radius:6px;align-items:center;width:calc(100% - 1rem);max-width:100%;height:34px;margin:0 .5rem;padding:0 .625rem;font-size:13px;font-weight:500;text-decoration:none;display:flex;position:relative}.dashboard-layout .sidebar.expanded .route-link:hover{background-color:var(--hover);color:#212121}.dashboard-layout .sidebar.expanded .route-link.active{background-color:var(--hover);color:#212121;font-weight:600}.dashboard-layout .sidebar:not(.expanded) .route-link{color:#545454;transition:all .15s var(--timing);cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;width:100%;height:40px;margin:0;padding:0;text-decoration:none;display:flex;position:relative}.dashboard-layout .sidebar:not(.expanded) .route-link:hover{background-color:var(--hover)}.dashboard-layout .sidebar:not(.expanded) .route-link.active{background-color:#f4f4f4}.dashboard-layout .route-link{background:0 0;border:none;font-family:inherit}.dashboard-layout .icon-container{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.dashboard-layout .route-icon{color:#727272}.dashboard-layout .route-link:hover .route-icon,.dashboard-layout .route-group-toggle:hover .route-icon{color:#545454}.dashboard-layout .route-icon.active{color:#212121}.dashboard-layout .route-label{white-space:nowrap;opacity:0;width:0;transition:all var(--speed)var(--timing);margin-left:.5rem;overflow:hidden}.dashboard-layout .sidebar.expanded .route-label{opacity:1;width:auto}.dashboard-layout .sidebar.expanded .route-group-toggle{color:#545454;transition:all .15s var(--timing);text-align:left;letter-spacing:-.04em;box-sizing:border-box;border-radius:6px;align-items:center;width:calc(100% - 1rem);max-width:100%;height:34px;margin:0 .5rem;padding:0 .625rem;font-size:13px;font-weight:500;display:flex}.dashboard-layout .sidebar.expanded .route-group-toggle:hover{background-color:var(--hover);color:#212121}.dashboard-layout .sidebar.expanded .route-group-toggle.active{background-color:var(--hover);color:#212121;font-weight:600}.dashboard-layout .sidebar:not(.expanded) .route-group-toggle{color:#545454;transition:all .15s var(--timing);border-radius:0;justify-content:center;align-items:center;width:100%;height:40px;margin:0;padding:0;display:flex}.dashboard-layout .sidebar:not(.expanded) .route-group-toggle:hover{background-color:var(--hover)}.dashboard-layout .sidebar:not(.expanded) .route-group-toggle.active{background-color:#f4f4f4}.dashboard-layout .route-group-toggle{cursor:pointer;background:0 0;border:none;font-family:inherit}.dashboard-layout .route-chevron{opacity:0;color:#727272;transition:transform var(--speed)var(--timing),opacity var(--speed)var(--timing),color .15s var(--timing);flex-shrink:0;margin-left:auto}.dashboard-layout .sidebar.expanded .route-chevron{opacity:.92}.dashboard-layout .route-group-toggle:hover .route-chevron{color:#545454}.dashboard-layout .route-group-toggle.active .route-chevron{color:#212121}.dashboard-layout .route-chevron.rotated{transform:rotate(-180deg)}.dashboard-layout .sidebar:not(.expanded) .route-chevron{display:none}.dashboard-layout .subroute-list{box-sizing:border-box;width:100%;margin:0 0 2px;padding:0 .5rem;list-style:none}.dashboard-layout .subroute-item{width:100%;margin:0}.dashboard-layout .subroute-link{color:#727272;transition:all .15s var(--timing);letter-spacing:-.04em;box-sizing:border-box;border-radius:6px;align-items:center;gap:.375rem;width:100%;max-width:100%;height:30px;margin:1px 0;padding:0 .625rem 0 1.25rem;font-size:12px;font-weight:500;text-decoration:none;display:flex}.dashboard-layout .subroute-link:hover{background-color:var(--hover);color:#212121}.dashboard-layout .subroute-link.active{background-color:var(--hover);color:#212121;font-weight:600}.dashboard-layout .subroute-icon{color:#727272;opacity:.85;flex-shrink:0}.dashboard-layout .subroute-link:hover .subroute-icon,.dashboard-layout .subroute-link.active .subroute-icon{color:#212121;opacity:1}.dashboard-layout .sidebar-bottom-nav{flex-shrink:0;padding-bottom:.25rem}.dashboard-layout .nav-divider{background-color:#ececec;height:1px;margin:.25rem .75rem .375rem}.dashboard-layout .sidebar:not(.expanded) .nav-divider{margin:.25rem .5rem .375rem}.dashboard-layout .sidebar-footer{border-top:1px solid #ececec;flex-shrink:0;padding:.5rem}.dashboard-layout .user-info{transition:background-color .15s var(--timing);cursor:default;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.25rem;display:flex}.dashboard-layout .sidebar.expanded .user-info{justify-content:flex-start}.dashboard-layout .user-info:hover{background-color:var(--hover)}.dashboard-layout .user-avatar{color:#fff;letter-spacing:0;background-color:#212121;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:600;display:flex}.dashboard-layout .user-name{color:#545454;opacity:0;width:0;transition:all var(--speed)var(--timing);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.04em;font-size:13px;font-weight:500;overflow:hidden}.dashboard-layout .sidebar.expanded .user-name{opacity:1;width:auto}.dashboard-layout .main-content{background-color:var(--bg-main);scrollbar-width:thin;scrollbar-color:#dcdcdc transparent;border-radius:12px;flex:1;height:100%;padding:1.5rem;overflow-x:hidden;overflow-y:auto}.dashboard-layout .main-content::-webkit-scrollbar{width:6px}.dashboard-layout .main-content::-webkit-scrollbar-track{background:0 0}.dashboard-layout .main-content::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:3px}@media (max-width:768px){.dashboard-layout .layout{gap:0;padding:0}.dashboard-layout .sidebar{z-index:1000;background-color:var(--bg-panel);position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 16px rgba(0,0,0,.06)}.dashboard-layout .sidebar.expanded{width:var(--sidebar-width-expanded);transform:translate(0)}.dashboard-layout .main-content{border-radius:0;width:100%;margin-left:0}.dashboard-layout .sidebar.expanded:before{content:"";top:0;left:var(--sidebar-width-expanded);z-index:-1;background-color:rgba(0,0,0,.15);position:fixed;bottom:0;right:0}}.dashboard-layout *{box-sizing:border-box}
