html,body,#root{height:100%;margin:0;padding:0;scroll-behavior:smooth;font-family:sans-serif}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-width:320px}:root{--teal-900: #103b3f;--teal-800: #185055;--teal-700: #206e74;--teal-600: #2a8389;--teal-100: #e8f4f5;--teal-50: #f0f7f7;--text-primary: #0d1f22;--text-secondary: #4b5563;--text-muted: #9ca3af;--border-light: #e5e7eb;--bg-surface: #f4f8f9;--radius-sm: 0;--radius-md: 0;--radius-lg: 0}.dashboard{display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:var(--bg-surface);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}.dashboard-shell{display:flex;flex:1;min-height:0;overflow:hidden}.dashboard-header{height:52px;min-height:52px;max-height:52px;flex-shrink:0;background:#fff;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;padding:0 0 0 20px;box-shadow:0 1px 8px #0050560f;position:relative;z-index:10}.header-logo{display:flex;align-items:center;gap:8px}.header-logo-image{height:26px;width:auto;object-fit:contain}.header-logo-text{color:var(--teal-700);font-size:17px;font-weight:700;letter-spacing:-.4px}.header-right{display:flex;align-items:center}.header-user-wrapper{position:relative}.header-user{display:flex;align-items:center;gap:10px;padding:6px 16px 6px 12px;border:none;background:transparent;cursor:pointer;transition:background .15s ease;height:52px}.header-user:hover{background:var(--teal-50)}.header-user-avatar{width:32px;height:32px;border-radius:50%;background:var(--teal-700);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0;box-shadow:0 2px 6px #006e744d}.header-user-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.header-user-name{font-weight:600;color:var(--text-primary);font-size:13px;line-height:1.3}.header-user-role{font-size:11px;color:var(--text-muted);line-height:1.3}.header-user-chevron{width:14px;height:14px;color:var(--text-muted);transition:transform .2s ease;flex-shrink:0}.header-user-chevron.open{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + 6px);right:12px;width:220px;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:0 8px 28px #0000001f,0 2px 8px #0000000f;z-index:1000;overflow:hidden}.user-dropdown-divider{height:1px;background:var(--border-light);margin:2px 0}.user-dropdown-item{width:100%;padding:10px 16px;border:none;background:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:13px;font-weight:500;transition:background .15s ease,color .15s ease}.user-dropdown-item:hover{background:var(--teal-50);color:var(--teal-700)}.user-dropdown-item.danger:hover{background:#fff1f1;color:#c62828}.dashboard-sidebar{width:84px;height:100%;flex-shrink:0;position:relative;z-index:3;background:var(--teal-700);color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 12px #0039402e}.sidebar-menu{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:stretch;scrollbar-width:none}.sidebar-menu::-webkit-scrollbar{display:none}.sidebar-menu-item{width:100%;display:flex}.sidebar-menu-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:100%;margin:0;padding:11px 6px;color:#ffffffd9;background:transparent;border-radius:0;font-size:11px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease;text-decoration:none;border:none;word-break:break-word;line-height:1.25;text-align:center}.sidebar-menu-link:hover{color:#fff;background:#ffffff1f}.sidebar-menu-link.active{color:#fff;background:var(--teal-900);box-shadow:none}.sidebar-menu-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px}.sidebar-footer-settings{padding:0 0 12px}.sidebar-ust-brand{display:flex;flex-direction:column;align-items:center;gap:3px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}.sidebar-ust-logo{height:40px;width:auto;max-width:100%;object-fit:contain;display:block}.dashboard-main{flex:1;display:flex;flex-direction:column;min-height:0;position:relative;overflow:hidden}.dashboard-page-titlebar{height:32px;min-height:32px;max-height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;border-bottom:1px solid var(--border-light);background:#fff;box-shadow:0 1px 4px #0000000a}.dashboard-page-title{margin:0;font-size:11px;font-weight:700;color:var(--text-primary);white-space:nowrap;flex-shrink:0;letter-spacing:-.1px}.dashboard-page-titlebar-extra{flex:1;height:100%;min-width:0;display:flex;align-items:center;justify-content:flex-end;pointer-events:none}.dashboard-titlebar-context{display:flex;align-items:center;gap:8px;min-width:0;width:100%;pointer-events:none}.dashboard-titlebar-breadcrumb{display:flex;align-items:center;gap:2px;min-width:0;flex:1;flex-wrap:nowrap;overflow:hidden}.dashboard-titlebar-breadcrumb-segment{display:inline-flex;align-items:center;min-width:0}.dashboard-titlebar-breadcrumb-arrow{font-size:12px;color:var(--text-muted);margin:0 2px;flex-shrink:0}.dashboard-titlebar-breadcrumb-text{font-size:11px;font-weight:500;color:var(--text-secondary);white-space:nowrap}.dashboard-titlebar-breadcrumb-text.MuiTypography-root{font-size:11px}.dashboard-titlebar-breadcrumb-text.current{font-weight:700;color:var(--text-primary)}.dashboard-titlebar-action-btn.MuiButton-root{margin-left:auto;flex-shrink:0;height:26px;min-width:0;padding:0 10px;text-transform:none;pointer-events:auto;font-size:11px;font-weight:600;border-radius:var(--radius-sm);border-color:#9fd2d5;color:var(--teal-700);background:var(--teal-50)}.dashboard-titlebar-action-btn .MuiButton-startIcon{margin-right:4px}.dashboard-titlebar-action-btn:hover{background:var(--teal-100);border-color:var(--teal-700)}.dashboard-content{flex:1;min-height:0;overflow-y:auto;padding:0;background:var(--bg-surface);display:flex;flex-direction:column}.dashboard-content::-webkit-scrollbar{width:6px}.dashboard-content::-webkit-scrollbar-track{background:transparent}.dashboard-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:0}.dashboard-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.welcome-section{padding:28px 28px 20px;background:var(--teal-50);border-bottom:1px solid #d6eaec;margin-bottom:0}.welcome-heading{font-size:26px;font-weight:700;color:var(--text-primary);margin:0 0 4px;letter-spacing:-.5px}.welcome-subtitle{font-size:14px;color:var(--text-secondary);margin:0 0 6px}.welcome-time{font-size:12px;color:var(--text-muted);margin:0}.modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;padding:24px 28px 28px;animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.module-tile{background:#fff;border:1px solid #dde8ea;border-radius:var(--radius-lg);padding:22px 20px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:0 2px 8px #00505612;display:flex;flex-direction:column;gap:14px;text-align:left;cursor:pointer;position:relative;overflow:hidden}.module-tile:hover{border-color:#9fd2d5;box-shadow:0 8px 24px #00505624;transform:translateY(-3px)}.module-tile-icon{width:44px;height:44px;background:var(--teal-50);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--teal-700);box-shadow:0 1px 4px #006e741f}.module-tile-icon svg{width:24px;height:24px}.module-tile-title{font-size:15px;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.2px}.module-tile-description{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.5}.module-tile-skeleton{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:22px 20px;display:flex;flex-direction:column;gap:14px}.skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e9eaec,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-icon{width:44px;height:44px;border-radius:var(--radius-md)}.skeleton-title{height:18px;width:55%}.skeleton-text{height:13px;width:100%;margin-bottom:6px}.skeleton-text:last-child{width:80%}.dashboard-nav{display:none}@media (max-width: 1200px){.modules-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}}@media (max-width: 768px){.dashboard{flex-direction:column}.dashboard-sidebar{width:100%;height:auto;flex-direction:row;background:var(--teal-700)}.dashboard-shell{flex-direction:column}.sidebar-menu{flex-direction:row;padding:8px 12px;scrollbar-width:none}.sidebar-menu-item{margin:0}.sidebar-footer-settings{display:none}.dashboard-header{padding:0 12px}.modules-grid{grid-template-columns:1fr;padding:16px;gap:14px}.welcome-section{padding:20px 16px 16px}.welcome-heading{font-size:20px}}@media (max-width: 480px){.sidebar-menu-link{font-size:10px;padding:8px 4px}.welcome-heading{font-size:18px}}
