.dashboard-container{background:linear-gradient(to bottom right,#e4e4e7,#d4d4d8);height:100vh;display:flex}.dashboard-main{-webkit-backdrop-filter:blur(12px);color:#1f2937;background-color:#fff6;flex:1;transition:background-color .3s ease-in-out;overflow-y:auto}.dashboard-header{background-color:#0000;border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;padding:1rem 2.5rem;display:flex}.dashboard-title{color:#111827;font-size:1.5rem;font-weight:600}.dashboard-user-area{align-items:center;gap:.75rem;display:flex}.dashboard-user-box{background-color:#fff;border:1px solid #e4e4e7;border-radius:.5rem;padding:.5rem 1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem 2.5rem;display:grid}.stat-box{text-align:center;background-color:#fff;border:1px solid #e4e4e7;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.stat-box-title{color:#71717a;font-size:.875rem}.stat-box-count{font-size:2rem;font-weight:700}.role-switcher{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px;display:flex}.role-switcher span{font-weight:500}.role-buttons button{cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;margin-left:10px;padding:8px 12px}.role-buttons button:hover{background-color:#f9fafb}.role-buttons button:disabled{cursor:not-allowed;color:#9ca3af;background-color:#e5e7eb}.box-container{background-color:#fff;border:1px solid #e4e4e7;border-radius:.5rem;margin:1rem 2.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.box-title{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.status-badge{text-transform:capitalize;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.status-submitted{color:#166534;background-color:#dcfce7}.status-draft{color:#374151;background-color:#e5e7eb}.status-active{color:#166534;background-color:#dcfce7}.status-inactive,.status-not-started{color:#374151;background-color:#e5e7eb}.status-filled{color:#166534;background-color:#dcfce7}.status-waiting{color:#92400e;background-color:#fef3c7}
