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}.dashboard{display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.dashboard-shell{display:flex;flex:1;min-height:0;overflow:hidden}.dashboard-sidebar{width:80px;height:100%;flex-shrink:0;position:relative;z-index:3;background-color:#006e74;color:#fff;display:flex;flex-direction:column;border-right:1px solid #e0e0e0;box-shadow:2px 0 4px #0000001a;transition:all .3s ease}.sidebar-menu{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.sidebar-menu-item{width:100%;margin:0;display:flex;justify-content:center;align-items:center}.sidebar-menu-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px;color:#ffffffb3;background:transparent;border-radius:0;font-size:11px;font-weight:500;cursor:pointer;transition:color .3s ease,transform .3s ease;text-decoration:none;border:none;word-break:break-word;line-height:1.2}.sidebar-menu-link svg{width:24px;height:24px;transition:transform .3s ease;stroke:currentColor}.sidebar-menu-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.sidebar-menu-link:hover{color:#fff}.sidebar-menu-link.active{color:#fff;background-color:#008a8f;width:100%}.sidebar-menu-link.active svg{transform:scale(1.1)}.sidebar-menu::-webkit-scrollbar{width:6px}.sidebar-menu::-webkit-scrollbar-track{background:#ffffff1a}.sidebar-menu::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.sidebar-menu::-webkit-scrollbar-thumb:hover{background:#ffffff80}.sidebar-footer{padding:16px 8px;text-align:center;font-size:10px;color:#ffffff80;border-top:1px solid rgba(255,255,255,.1)}.sidebar-footer-settings{padding:16px 8px;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.sidebar-settings-btn{background:transparent;border:none;color:#ffffffb3;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px;transition:color .3s ease;font-size:11px;font-weight:500;width:100%}.sidebar-settings-btn:hover{color:#fff}.dashboard-main{flex:1;display:flex;flex-direction:column;min-height:0;position:relative;z-index:1;overflow:hidden}.dashboard-page-titlebar{height:42px;min-height:42px;max-height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-bottom:1px solid #e7ebee;background-color:#fff}.dashboard-page-title{margin:0;font-size:14px;font-weight:700;line-height:1;color:#2f3741;white-space:nowrap;flex-shrink:0}.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:14px;color:#7a7480;margin:0 1px;flex-shrink:0}.dashboard-titlebar-breadcrumb-text{font-size:13px;font-weight:500;color:#374151;line-height:1;white-space:nowrap}.dashboard-titlebar-breadcrumb-text.MuiTypography-root{font-size:13px}.dashboard-titlebar-breadcrumb-text.current{font-weight:700}.dashboard-titlebar-action-btn.MuiButton-root{margin-left:auto;flex-shrink:0;height:24px;min-width:0;padding:0 6px;text-transform:none;pointer-events:auto;font-size:11px;font-weight:700;line-height:1;border-radius:0;border-color:#9fd2d5;color:#006e74;background-color:#f3fbfb}.dashboard-titlebar-action-btn .MuiButton-startIcon{margin-right:4px}.dashboard-titlebar-action-btn:hover{background-color:#e8f4f6;border-color:#005a5f}.dashboard-header{height:45px;min-height:45px;max-height:45px;flex-shrink:0;background-color:#fff;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;align-items:center;padding:0 0 0 30px;box-shadow:0 2px 4px #0000000d}.header-logo{display:flex;align-items:center;gap:6px}.header-logo-image{height:28px;width:auto;object-fit:contain}.header-logo-text{color:#006e74;font-size:18px;font-weight:650;letter-spacing:-.5px}.header-user-section{display:flex;align-items:center;gap:20px;margin-left:auto}.header-user{display:flex;align-items:center;gap:12px;padding:7px 12px;border-radius:0;border:none;background-color:#f8f8f8;cursor:pointer;transition:all .3s ease;font-size:14px;color:#333}.header-user:hover{background-color:#f0f0f0}.header-user-avatar{width:30px;height:30px;border-radius:50%;background-color:#006e74;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.header-user-info{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.header-user-name{font-weight:600;color:#333;font-size:14px}.header-user-role{font-size:12px;color:#7a7480}.header-user-chevron{width:16px;height:16px;color:#7a7480;transition:transform .3s ease}.header-user-chevron.open{transform:rotate(180deg)}.dashboard-nav{display:none}.user-dropdown{position:absolute;top:54px;right:0;width:260px;background-color:#fff;border:1px solid #e8e8e8;border-radius:0;box-shadow:0 4px 12px #00000026;z-index:1000;overflow:hidden}.user-dropdown-header{padding:16px;display:flex;align-items:center;gap:12px;background-color:#f8f8f8}.user-dropdown-avatar{width:40px;height:40px;border-radius:50%;background-color:#006e74;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px;flex-shrink:0}.user-dropdown-info{display:flex;flex-direction:column;min-width:0}.user-dropdown-name{font-weight:600;color:#333;font-size:14px}.user-dropdown-email{font-size:12px;color:#7a7480;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown-divider{height:1px;background-color:#e8e8e8}.user-dropdown-item{width:100%;padding:12px 16px;border:none;background:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:12px;color:#333;font-size:14px;transition:all .3s ease}.user-dropdown-item:hover{background-color:#f8f8f8;color:#006e74}.user-dropdown-item.danger:hover{background-color:#ffebee;color:#c62828}.dashboard-content{flex:1;min-height:0;overflow-y:auto;padding:0;background-color:#f2f7f8;display:flex;flex-direction:column}.dashboard-content::-webkit-scrollbar{width:8px}.dashboard-content::-webkit-scrollbar-track{background:#f0f0f0}.dashboard-content::-webkit-scrollbar-thumb{background:silver;border-radius:4px}.dashboard-content::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.page-header{margin-bottom:30px}.page-title{font-size:28px;font-weight:700;color:#333;margin:0}.welcome-section{margin-bottom:0;padding:30px}.welcome-heading{font-size:32px;font-weight:200;color:#333;margin:0 0 2px;letter-spacing:-.5px}.welcome-subtitle{font-size:16px;color:#7a7480;margin:0 0 8px}.welcome-time{font-size:14px;color:#b0a8b5;margin:0}.modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;animation:fadeIn .3s ease-in;padding:0 30px 30px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.module-tile{background-color:#fff;border:2px solid #b3dce0;border-radius:0;padding:24px;transition:all .3s ease;box-shadow:0 2px 8px #006e741f;display:flex;flex-direction:column;gap:16px;text-align:left;cursor:pointer}.module-tile:hover{border-color:#006e74;background-color:#fff;box-shadow:0 8px 16px #006e742e;transform:translateY(-4px)}.module-tile-icon{width:48px;height:48px;background-color:#f0f8f9;border-radius:0;display:flex;align-items:center;justify-content:center;color:#006e74}.module-tile-icon svg{width:28px;height:28px;stroke:currentColor}.module-tile-title{font-size:18px;font-weight:200;color:#333;margin:0}.module-tile-description{font-size:14px;color:#7a7480;margin:0;line-height:1.4}.module-tile-skeleton{background-color:#fff;border:1px solid #e8e8e8;border-radius:0;padding:24px;display:flex;flex-direction:column;gap:16px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:0}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-icon{width:48px;height:48px;border-radius:0}.skeleton-title{height:20px;width:60%;border-radius:0}.skeleton-text{height:14px;width:100%;border-radius:0;margin-bottom:8px}.skeleton-text:last-child{width:90%}@media (max-width: 1200px){.modules-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.dashboard-content{padding:0}}@media (max-width: 768px){.dashboard{flex-direction:column}.dashboard-sidebar{width:100%;height:auto;flex-direction:row;border-right:none;border-bottom:1px solid #e0e0e0}.dashboard-shell{flex-direction:column}.sidebar-menu{flex-direction:row;padding:12px 20px}.sidebar-menu-item{margin:0 8px}.sidebar-logo-item,.sidebar-footer{display:none}.dashboard-header{padding:0 16px;flex-wrap:wrap}.dashboard-page-titlebar{height:38px;min-height:38px;max-height:38px}.modules-grid{grid-template-columns:1fr}.welcome-heading{font-size:24px}.dashboard-content{padding:0}}@media (max-width: 480px){.sidebar-menu-link{width:60px;height:60px;font-size:10px}.header-icons{gap:8px}.header-icon-btn{width:36px;height:36px}.welcome-heading{font-size:20px}.dashboard-content{padding:0}}
