.dashboard-sidebar{width:260px;min-width:260px;max-width:260px;padding:20px;border-right:1px solid #E5E7EB;background:#f8fafc;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;height:100vh;overflow-y:auto;position:fixed;left:0;top:0;box-sizing:border-box;transition:transform .3s ease;z-index:1000}.sidebar-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:100%}.sidebar-header-desktop{display:block}.sidebar-header-mobile{display:none;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #E5E7EB}.sidebar-close-btn{display:none;width:32px;height:32px;border:none;background:transparent;color:#2563eb;font-size:28px;line-height:1;cursor:pointer;padding:0;border-radius:4px;transition:background-color .2s;align-items:center;justify-content:center}.sidebar-close-btn:hover{background-color:#eff6ff}.sidebar-close-btn span{display:block;font-weight:300}.sidebar-title{margin-bottom:4px;font-weight:700;font-size:20px;color:#2563eb;font-family:Poppins,sans-serif}.sidebar-header-mobile .sidebar-title{margin-bottom:0}.sidebar-subtitle{font-size:12px;font-weight:600;color:#6b7280;margin:0;letter-spacing:1px;font-family:Poppins,sans-serif}.sidebar-menu{margin-top:28px}.menu-label{font-size:12px;font-weight:500;color:#9ca3af;margin:0 0 12px;letter-spacing:.5px;font-family:Poppins,sans-serif}.menu-list{list-style:none;padding:0;margin:0}.menu-item{padding:12px 16px;border-radius:8px;margin-bottom:8px;background:transparent;color:#6b7280;font-weight:400;cursor:pointer;transition:all .2s;font-size:15px;font-family:Poppins,sans-serif;display:flex;justify-content:space-between;align-items:center}.menu-item.active{background:#eff6ff;color:#2563eb;font-weight:600}.menu-item:hover:not(.active){background:#f0f3ff}.menu-arrow{font-size:10px;color:#6b7280;transition:transform .2s}.submenu-list{list-style:none;margin:4px 0 8px;padding:0 0 0 32px}.submenu-item{padding:8px 16px;border-radius:6px;margin-bottom:4px;background:transparent;color:#6b7280;font-weight:400;cursor:pointer;transition:all .2s;font-size:14px;font-family:Poppins,sans-serif}.submenu-item.active{background:#eff6ff;color:#2563eb;font-weight:600}.submenu-item:hover:not(.active){background:#f0f3ff;color:#2563eb}.sidebar-footer{padding-top:20px;border-top:1px solid #E5E7EB;margin-top:auto}.footer-text{font-size:13px;color:#6b7280;margin:0 0 8px;font-family:Poppins,sans-serif;font-weight:400}.logout-link{font-size:14px;color:#2563eb;text-decoration:none;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:color .2s}.logout-link:hover{color:#1d4ed8}@media (max-width: 1200px){.dashboard-sidebar{width:240px;min-width:240px;max-width:240px;padding:18px}}@media (max-width: 1024px){.dashboard-sidebar{width:220px;min-width:220px;max-width:220px;padding:16px}}@media (max-width: 768px){.sidebar-overlay{display:block}.dashboard-sidebar{position:fixed;left:0;top:0;width:280px;min-width:280px;max-width:280px;height:100vh;transform:translate(-100%);z-index:1000;box-shadow:2px 0 8px #0000001a}.dashboard-sidebar.sidebar-open{transform:translate(0)}.sidebar-header-desktop{display:none}.sidebar-header-mobile,.sidebar-close-btn{display:flex}}@media (max-width: 480px){.dashboard-sidebar{padding:12px}.sidebar-title{font-size:18px}.menu-item{padding:10px 12px;font-size:14px}}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:14px 28px;background-color:#fff;border-bottom:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000d;flex-shrink:0;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:16px}.dashboard-header h1{font-size:24px;font-weight:700;color:#2563eb;margin:0;font-family:Poppins,sans-serif}.dashboard-header h4{font-size:18px;font-weight:600;color:#111;margin:0;font-family:Poppins,sans-serif}.welcome-text-mobile{display:none}.header-top-row{display:contents}.mobile-clock-btn,.mobile-time{display:none}.desktop-time{display:inline}.desktop-clock-btn{display:inline-block}.mobile-loading{display:none}.hamburger-btn{display:none;flex-direction:column;justify-content:space-around;width:28px;height:28px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-btn span{width:100%;height:3px;background-color:#2563eb;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger-btn:hover span{background-color:#1d4ed8}.header-right{display:flex;gap:16px;align-items:center}.header-time{font-size:15px;font-weight:400;color:#6b7280;font-family:Poppins,sans-serif}.clock-in-btn{padding:10px 20px;background-color:#2563eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:background-color .2s}.clock-in-btn:hover:not(:disabled){background-color:#1d4ed8}.clock-in-btn:disabled{opacity:.6;cursor:not-allowed}.clock-out-btn{padding:10px 20px;background-color:#ef4444;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:background-color .2s}.clock-out-btn:hover:not(:disabled){background-color:#dc2626}.clock-out-btn:disabled{opacity:.6;cursor:not-allowed}.user-info{display:flex;align-items:center;gap:10px}.user-avatar{width:40px;height:40px;border-radius:50%;background-color:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;font-family:Poppins,sans-serif}.user-name{font-size:15px;font-weight:600;color:#111;font-family:Poppins,sans-serif}@media (max-width: 768px){.hamburger-btn{display:flex}.dashboard-header{padding:20px 16px 12px;flex-direction:column;align-items:flex-start;gap:10px}.header-left{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.welcome-text-desktop{display:none}.welcome-text-mobile{display:block;flex:1;padding-top:4px}.mobile-clock-btn,.mobile-loading{display:inline-block}.header-right{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.header-top-row,.desktop-clock-btn,.desktop-time{display:none}.mobile-time{display:inline;width:100%;text-align:right}.user-info{display:none}.dashboard-header h1{font-size:20px}}@media (max-width: 480px){.dashboard-header{padding:18px 12px 10px;gap:10px}.header-left{gap:12px}.dashboard-header h1{font-size:18px}.dashboard-header h4{font-size:16px}.hamburger-btn{width:24px;height:24px}.hamburger-btn span{height:2.5px}.header-time{font-size:13px}.clock-in-btn,.clock-out-btn{padding:8px 16px;font-size:13px}}.layout{display:flex;min-height:100vh;background-color:#f9fafb;margin:0;padding:0;overflow:hidden;width:100%;position:relative}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999;opacity:0;transition:opacity .3s ease;pointer-events:none}.sidebar-overlay.active{opacity:1;pointer-events:all}.layout-main{flex:1;display:flex;flex-direction:column;min-width:0;margin-left:260px;overflow:hidden}.layout-content{flex:1;padding:0;overflow-y:auto;min-width:0;width:100%}@media (max-width: 1200px){.layout-main{margin-left:240px}}@media (max-width: 1024px){.layout-main{margin-left:220px}}@media (max-width: 768px){.layout-main{margin-left:0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{min-height:100vh}
