.dashboard-layout{display:flex;min-height:100vh;width:100%;overflow-x:hidden;position:relative}.dashboard-main-content{flex:1;display:flex;flex-direction:column;min-height:100vh;background:var(--background);min-width:0;width:100%;margin-left:240px;transition:margin-left .3s ease,width .3s ease}.dashboard-layout:has(.sidebar-collapsed) .dashboard-main-content{margin-left:80px;width:100%}.main-header{background-color:var(--background-header);border-bottom:1px solid var(--border-color);padding:1rem .875rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;width:100%;box-sizing:border-box;margin:0;flex-shrink:0}.header-copy{display:flex;flex-direction:column;gap:.18rem;min-width:0}.header-title{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-primary)}.header-subtitle{margin:0;font-size:.84rem;color:var(--text-secondary)}.header-actions{display:flex;align-items:center;gap:1rem}.header-chip{display:flex;flex-direction:column;gap:.1rem;padding:.55rem .75rem;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);min-width:0;max-width:220px}.header-chip-label{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary)}.header-chip-value{font-size:.82rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.appshell-tutorial-focus{box-shadow:0 0 0 3px rgba(59,130,246,.12);border-radius:14px}.appshell-footer{border-top:1px solid rgba(71,85,105,.25);padding:1rem 1.25rem;display:flex;justify-content:center;background:rgba(2,6,23,.6)}.global-tutorial-launcher{border:1px solid rgba(148,163,184,.24);border-radius:999px;background:rgba(15,23,42,.92);color:var(--text-primary);padding:.6rem 1rem;font:inherit;cursor:pointer;box-shadow:0 10px 20px rgba(15,23,42,.2)}@media (max-width:768px){.dashboard-main-content{margin-left:0;width:100%}.main-header{padding:.875rem .75rem .875rem 3.25rem}.header-title{font-size:1.125rem}.header-chip,.header-subtitle{display:none}.global-tutorial-launcher{padding:.65rem .85rem;font-size:.82rem}}