.dashboard-layout{background-color:var(--background,#f9fafb);width:100vw;height:100vh;color:var(--foreground,#111827);font-family:var(--font-public-sans), sans-serif;display:flex;overflow:hidden}.dashboard-sidebar{z-index:10;background-color:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:240px;min-width:240px;display:flex}.dashboard-sidebar-header{border-bottom:1px solid #e5e7eb;padding:1.5rem}.dashboard-sidebar-title{font-family:var(--font-archivo), sans-serif;text-transform:uppercase;letter-spacing:.05em;color:#111827;margin:0;font-size:1.25rem;font-weight:700}.dashboard-sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.dashboard-nav-item{color:#4b5563;cursor:pointer;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.dashboard-nav-item:hover{color:#111827;background-color:#f3f4f6}.dashboard-nav-item.active{color:#111827;background-color:#f3f4f6;border-left-color:#111827}.dashboard-sidebar-footer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.dashboard-user-info{align-items:center;gap:.75rem;display:flex;overflow:hidden}.dashboard-user-avatar{color:#4b5563;background-color:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex}.dashboard-user-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.dashboard-logout-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.dashboard-logout-btn:hover{color:#ef4444;background-color:#fee2e2}.dashboard-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.dashboard-header{background-color:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.dashboard-header-left{flex-direction:column;display:flex}.dashboard-header-title{font-family:var(--font-archivo), sans-serif;color:#111827;margin:0;font-size:1.5rem;font-weight:700}.dashboard-header-subtitle{color:#6b7280;margin:.25rem 0 0;font-size:.875rem}.dashboard-header-right{align-items:center;gap:1rem;display:flex}.dashboard-search-container{align-items:center;display:flex;position:relative}.dashboard-search-icon{color:#9ca3af;pointer-events:none;position:absolute;left:.75rem}.dashboard-search-input{color:#111827;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:8px;outline:none;width:250px;padding:.5rem 1rem .5rem 2.5rem;font-size:.875rem;transition:all .2s}.dashboard-search-input:focus{background-color:#fff;border-color:#111827;box-shadow:0 0 0 2px #1118271a}.dashboard-content-area{background-color:#f9fafb;flex:1;padding:1.5rem 2rem;overflow:hidden auto}
