.dashboard-layout{flex-direction:column;min-height:100vh;display:flex}.dashboard-header{background:#fff;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;height:64px;padding:0 1rem;display:flex;box-shadow:0 2px 8px #00000014}.logo-text{color:#333;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700}.user-button{color:#333;cursor:pointer;background:0 0;border:none;font-weight:500}.dashboard-content{background:#f5f5f5;flex:1;padding:1rem}@media (max-width:768px){.dashboard-header{height:56px;padding:0 .75rem}.dashboard-content{padding:.75rem}}@media (max-width:428px){.dashboard-header{height:56px;padding:0 .5rem}.logo-text{font-size:16px}.user-button{font-size:14px}.dashboard-content{padding:.5rem}}
