@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary-color: #4f46e5;--primary-dark: #4338ca;--text-dark: #111827;--text-light: #4b5563;--bg-light: #ffffff;--border-color: #e5e7eb;--font-family: "Inter", sans-serif}.help-container{font-family:var(--font-family);color:var(--text-light);background-color:#f8f9fa;background-image:radial-gradient(at 0% 0%,hsla(244,82%,95%,1) 0px,transparent 50%),radial-gradient(at 95% 98%,hsla(158,82%,95%,1) 0px,transparent 50%);padding:2.5rem;max-height:85vh;overflow-y:auto;border-radius:8px}.help-container::-webkit-scrollbar{width:8px}.help-container::-webkit-scrollbar-track{background:#f1f1f1}.help-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.help-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.help-header{text-align:center;margin-bottom:2.5rem;border-bottom:1px solid var(--border-color);padding-bottom:1.5rem}.help-header h1{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.help-header p{font-size:1.1rem;color:var(--text-light);margin-top:.25rem}.help-toc{background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:3rem;box-shadow:0 4px 6px -1px #00000008,0 2px 4px -1px #00000005}.help-toc h3{margin:0 0 1rem;font-size:1.1rem;color:var(--text-dark)}.help-toc ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.help-toc li a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .2s;padding:.25rem 0}.help-toc li a:hover{color:var(--primary-dark)}.help-section{margin-bottom:3.5rem}.help-section h2{display:inline-block;font-size:1.5rem;font-weight:600;color:var(--text-dark);border-bottom:3px solid var(--primary-color);padding-bottom:.5rem;margin-bottom:1rem;scroll-margin-top:1rem}.help-section-intro{font-size:1rem;color:var(--text-light);margin-bottom:2rem;max-width:75ch;line-height:1.7}.help-card{background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #00000008,0 2px 4px -1px #00000005}.help-card h4{margin:0 0 1rem;font-size:1.1rem;color:var(--text-dark);font-weight:600}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.role-card-user{background-color:var(--bg-light);color:var(--text-light);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #00000008,0 2px 4px -1px #00000005}.role-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #00000012,0 4px 6px -2px #0000000a}.role-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.role-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#eef2ff;color:var(--primary-color);border-radius:8px;font-size:1.25rem;flex-shrink:0}.role-card-header h3{margin:0;font-size:1.2rem;font-weight:600;color:var(--text-dark)}.role-card-description{font-size:.95rem;color:var(--text-light);margin-bottom:1rem;flex-grow:1}.role-features{list-style:none;padding:0;margin:0;font-size:.9rem}.role-features li{padding-left:1.5rem;position:relative;margin-bottom:.5rem;color:var(--text-light)}.role-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:600}.styled-ol{list-style:none;counter-reset:step-counter;padding-left:0}.styled-ol li{counter-increment:step-counter;margin-bottom:1rem;display:flex;align-items:flex-start;gap:1rem;line-height:1.6}.styled-ol li:last-child{margin-bottom:0}.styled-ol li:before{content:counter(step-counter);background-color:var(--primary-color);color:#fff;font-weight:600;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.status-list{list-style:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.status-list li{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.status-pill{display:inline-block;padding:.2rem .6rem;font-size:.8rem;font-weight:600;border-radius:12px;min-width:80px;text-align:center;flex-shrink:0}.status-pill.status-approved{background-color:#d1fae5;color:#065f46}.status-pill.status-sent-back{background-color:#fee2e2;color:#991b1b}.status-pill.status-submitted{background-color:#dbeafe;color:#1e40af}.status-pill.status-draft{background-color:#e5e7eb;color:#4b5563}.faq-container{display:flex;flex-direction:column;gap:.75rem}.faq-item{background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:12px;transition:border-color .2s}.faq-item[open]{border-color:#a5b4fc}.faq-item[open] summary{color:var(--primary-dark)}.faq-item summary{font-size:1rem;font-weight:600;padding:1rem 1.5rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:color .2s;color:var(--text-dark)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.75rem;font-weight:300;color:var(--primary-color);transition:transform .3s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{padding:0 1.5rem 1.5rem;margin:0;color:var(--text-light);line-height:1.7}.help-footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color);font-size:.95rem;color:var(--text-light)}@media (max-width: 768px){.help-container{padding:1.5rem;max-height:90vh}.help-header h1{font-size:1.7rem}.help-toc ul{flex-direction:column;gap:.75rem}.help-section h2{font-size:1.3rem}.help-card{padding:1rem}.styled-ol li{gap:.75rem}.status-list li{flex-direction:row;align-items:center}}@media (max-width: 480px){.roles-grid{grid-template-columns:1fr}.status-list li{flex-direction:column;align-items:flex-start;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;margin-bottom:.5rem}.status-pill{width:100%;max-width:100%}}.modern-navbar{background:#0b68cb;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 4px 20px #0b68cb4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-container{background:#0b68cb;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem;height:70px}.navbar-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s ease}.navbar-logo:hover{transform:scale(1.02)}.logo-image{width:40px;height:40px;object-fit:contain;border-radius:8px}.logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.5px}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:28px;height:28px;cursor:pointer;padding:4px}.hamburger-line{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:all .3s cubic-bezier(.645,.045,.355,1);transform-origin:center}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.navbar-menu{display:flex;align-items:center}.login-btn{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-btn:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.login-icon{font-size:1.1rem}.profile-section{position:relative}.profile-trigger{display:flex;align-items:center;gap:.5rem;background:transparent;padding:.5rem;border-radius:16px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-trigger:hover{background:transparent;transform:translateY(-1px)}.profile-avatar{position:relative;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#00bcd4,#00acc1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-text{font-weight:700;color:#fff;font-size:.9rem;letter-spacing:.5px}.dropdown-arrow{color:#fffc;font-size:1rem;transition:transform .3s ease;flex-shrink:0}.dropdown-arrow.rotated{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:320px;background:#1e293b;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 20px 40px #0006;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1001}.profile-dropdown.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.profile-dropdown:before{content:"";position:absolute;top:-8px;right:24px;width:16px;height:16px;background:#1e293b;border:1px solid rgba(255,255,255,.1);border-bottom:none;border-right:none;transform:rotate(45deg)}.dropdown-header{display:flex;align-items:center;gap:1rem;padding:1.5rem}.dropdown-avatar{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#00bcd4,#00acc1);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px #00bcd44d}.dropdown-avatar-text{font-weight:700;color:#fff;font-size:1.2rem;letter-spacing:.5px}.dropdown-user-info{flex:1;min-width:0}.dropdown-name{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-role{font-size:.85rem;color:#4caf50;margin:0 0 .25rem;font-weight:500}.dropdown-code{font-size:.75rem;color:#fff9;margin:0;font-family:Monaco,Menlo,monospace}.dropdown-divider{height:1px;background:#ffffff1a;margin:0 1rem}.dropdown-menu{padding:.75rem 0}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;background:none;border:none;color:#ffffffe6;cursor:pointer;transition:all .2s ease;font-size:.9rem;text-align:left}.dropdown-item:hover{background:#ffffff14;color:#fff}.dropdown-item.logout-item{color:#ff6b6b;margin:.5rem 0 .75rem}.dropdown-item.logout-item:hover{background:#ff6b6b1a;color:#ff5252}.dropdown-icon{font-size:1.1rem;flex-shrink:0}.help-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:3000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.help-modal-content{background:#fff;width:95%;max-width:1000px;height:90vh;max-height:90vh;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0006}.help-close-button{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;width:44px;height:44px;border-radius:50%;font-size:1.5rem;cursor:pointer;color:#374151;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.help-close-button:hover{background:#fff;transform:scale(1.05);box-shadow:0 8px 20px #0003}@media (max-width: 768px){.navbar-container{padding:.75rem 1rem}.mobile-menu-toggle{display:flex}.navbar-menu{justify-content:right;position:fixed;top:70px;left:0;right:0;background:#0b68cb;padding:1.5rem;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.navbar-menu.mobile-active{transform:translate(0)}.login-btn{width:100%;justify-content:center;padding:1rem 1.5rem;font-size:1.1rem}.profile-section{width:auto;display:flex;align-items:center;justify-content:flex-end;position:relative}.profile-trigger{width:auto;padding:.75rem;border-radius:12px}.profile-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:280px;margin-top:0;transform:translateY(-10px) scale(.95);opacity:0;visibility:hidden;border-radius:12px;transition:all .3s ease;max-height:none;overflow:visible;z-index:1002}.profile-dropdown.visible{transform:translateY(0) scale(1);opacity:1;visibility:visible;max-height:none}.profile-dropdown:before{content:"";position:absolute;top:-8px;right:24px;width:16px;height:16px;background:#1e293b;border:1px solid rgba(255,255,255,.1);border-bottom:none;border-right:none;transform:rotate(45deg)}.dropdown-header{padding:1.25rem}.dropdown-avatar{width:48px;height:48px}.dropdown-avatar-text{font-size:1.1rem}.help-modal-content{width:98%;height:95vh;border-radius:12px}.help-close-button{top:.75rem;right:.75rem;width:40px;height:40px;font-size:1.3rem}}@media (max-width: 480px){.navbar-container{padding:.5rem .75rem;height:65px}.logo-text{font-size:1.3rem}.logo-image{width:35px;height:35px}.navbar-menu{top:65px;padding:1rem}.dropdown-name{font-size:1rem}.dropdown-item{padding:.875rem 1.25rem;font-size:.85rem}}.profile-trigger:focus,.dropdown-item:focus,.login-btn:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.profile-trigger:focus{outline:none!important;box-shadow:none!important}.profile-trigger:active{outline:none!important;box-shadow:none!important}.profile-avatar{border:none!important;box-shadow:none!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown.visible{animation:fadeInUp .3s ease-out}button,.common-btn-success,.common-btn-primary,.common-btn-danger,.common-btn-outline{text-align:center!important;justify-content:center!important;align-items:center!important;display:flex!important}button{display:inline-block;padding:5px 7px;background-color:#369393;color:#fff;border-radius:8px;font-size:16px;font-weight:600;text-align:center;cursor:pointer;border:none;transition:background-color .3s ease,transform .2s ease;margin-right:10px}button:last-child{margin-right:0}button:hover{background-color:#2563eb}button:focus{outline:none;box-shadow:0 0 0 2px #1d4ed880}button:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}button:disabled:hover{background-color:#e5e7eb}.modal-buttons{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.common-btn-filter-sort{background-color:#fff;color:#2563eb;border:1px solid #2563eb;padding:1rem 2rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;transition:background-color .2s ease}.common-btn-filter-sort:hover{background-color:#dbeafe}.common-btn-secondary{background-color:transparent;color:#8e8d8d;border:1px solid #a19f9f;padding:.5rem 1rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;transition:background-color .2s ease,color .2s ease}.common-btn-secondary:hover{border:1px solid #d4d1d1;background-color:#f3f1f1}.common-btn-success{text-align:center;background-color:#16a34a;color:#fff;border:1px solid #16a34a;padding:.5rem 1rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.common-btn-success:hover{background-color:#06072b;color:#fff;border-color:#06072b}.common-btn-decline{background-color:var(--decline-color);color:#fff;border:1px solid var(--decline-color);padding:1rem 2rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.common-btn-decline:hover{background-color:#f2666a;color:#fff;border-color:#f2666a}.common-btn-primary{text-align:center;background-color:#0b68cb;color:#fff;border:1px solid #0b68cb;padding:.5rem 1rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.common-btn-primary:hover{background-color:#212529;color:#fff;border-color:#212529}.common-btn-timesheet{margin-top:1rem;padding:1rem;color:#151515;border:none;border-radius:4px;cursor:pointer;margin-left:10px;white-space:normal;text-align:center;font-size:15px;width:200px;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.approve{background-color:#dbffcb}.approve-with-overwrite{background-color:#fdd0f1}.sent-back{background-color:#fddbbb}.approve:hover{background-color:#ebffe3}.approve-with-overwrite:hover{background-color:#f8e8f3}.sent-back:hover{background-color:#f8e4d1}.sidebar-container{width:260px;position:fixed;top:90px;height:calc(100vh - 65px);z-index:100;box-shadow:2px 0 5px #0003;transition:all .3s ease;background-color:#0d1b2a}.side-navbar{width:100%;height:100%;display:flex;flex-direction:column;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.side-navbar::-webkit-scrollbar{display:none}.sidebar-header{padding:20px;border-bottom:1px solid #1b263b;position:sticky;top:0;background-color:#0d1b2a;z-index:10;display:flex;justify-content:space-between;align-items:center}.sidebar-header h3{margin:0;color:#fff;font-size:1.2rem;font-weight:600}.sidebar-close-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:5px;border-radius:4px;transition:background-color .2s ease}.sidebar-close-btn:hover{background-color:#ffffff1a}.sidebar-menu{list-style:none;padding:0;margin:0;flex-grow:1}.sidebar-section{margin-bottom:15px}.section-title{display:block;padding:10px 20px;font-size:.7rem;text-transform:uppercase;color:#7f8fa6;font-weight:600;letter-spacing:.5px;position:sticky;top:61px;background-color:#0d1b2a;z-index:5}.sidebar-item{display:flex;align-items:center;padding:12px 20px;cursor:pointer;color:#a8b2d1;font-size:.85rem;font-weight:500;transition:all .2s ease;border-left:4px solid transparent}.sidebar-item:hover{background-color:#1b263b;color:#fff}.sidebar-item.active{background-color:#1b263b;color:#fff;border-left:4px solid white}.menu-group{margin-bottom:5px}.menu-header{display:flex;align-items:center;padding:12px 20px;cursor:pointer;color:#a8b2d1;font-size:.85rem;font-weight:500;transition:all .2s ease;border-left:4px solid transparent}.menu-header:hover{background-color:#1b263b;color:#fff}.menu-arrow{margin-left:auto;font-size:.7rem;transition:transform .2s ease;color:#7f8fa6}.menu-group.expanded-menu .menu-arrow{transform:rotate(90deg);color:#fff}.submenu{background-color:#0d1b2ae6;overflow:hidden;max-height:1000px;transition:max-height .3s ease}.submenu-item{display:flex;align-items:center;padding:10px 20px 10px 50px;cursor:pointer;color:#a8b2d1;font-size:.8rem;font-weight:400;transition:all .2s ease;border-left:4px solid transparent}.submenu-item:hover{background-color:#1b263b99;color:#fff}.submenu-item.active{background-color:#1b263bcc;color:#fff;border-left:4px solid white;font-weight:500}.sidebar-icon{margin-right:12px;font-size:1.1rem;min-width:24px;color:#a8b2d1}.sidebar-item.active .sidebar-icon,.menu-header.active .sidebar-icon,.submenu-item.active .sidebar-icon,.sidebar-item:hover .sidebar-icon,.menu-header:hover .sidebar-icon,.submenu-item:hover .sidebar-icon{color:#fff}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999;display:none}body.sidebar-hidden .sidebar-container,body.sidebar-hidden .sidebar-container-mobile{display:none!important}@media (max-width: 768px){.sidebar-container{width:280px;top:0;height:100vh;left:0;transform:translate(-100%);transition:transform .3s ease;z-index:1000;box-shadow:5px 0 15px #0000004d}.sidebar-container.open{transform:translate(0)}.sidebar-overlay,.sidebar-close-btn{display:block}.side-navbar{background-color:#0d1b2a;height:100%;padding-top:0}.sidebar-header{padding:15px 20px;position:relative}.sidebar-header h3{font-size:1.3rem}.section-title{padding:12px 20px;font-size:.75rem;top:0}.sidebar-item,.menu-header{padding:16px 20px;font-size:.9rem;min-height:48px}.menu-arrow{font-size:.8rem}.submenu-item{padding:14px 20px 14px 55px;font-size:.85rem;min-height:48px}.sidebar-icon{font-size:1.2rem;margin-right:15px}.submenu{transition:max-height .4s ease,opacity .3s ease}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.submenu-item{animation:fadeIn .2s ease forwards}.layout-container{height:100vh;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.layout-container::-webkit-scrollbar{display:none}.navbar-container{height:70px;position:fixed;top:0;width:100%;z-index:100}.main-container{display:flex;flex:1;margin-top:70px;transition:all .3s ease;width:100%;max-width:100%}.main-container.with-sidebar{display:flex;width:100%;height:calc(100vh - 70px)}.sidebar-container{width:260px;top:70px;height:calc(100vh - 65px);box-shadow:2px 0 5px #0003;transition:all .3s ease;position:fixed;overflow:hidden}.content-container{flex:1;padding:14px;background-color:#f3f3f3;min-height:calc(100vh - 70px);transition:all .3s ease;overflow-x:hidden;min-width:0;scrollbar-width:none;-ms-overflow-style:none}.content-container::-webkit-scrollbar{display:none}.content-container.shifted{margin-left:260px;width:calc(100% - 260px);max-width:none}.content-container.full-width{margin-left:0!important;margin-right:0!important;margin-top:0!important;width:100%}.overlay{position:fixed;top:70px;left:0;width:100vw;height:calc(100vh - 70px);background-color:#0000001a;z-index:999}.sidebar-container-mobile{position:fixed;left:0;width:260px;height:calc(100vh - 65px);box-shadow:2px 0 5px #0003;transform:translate(-100%);transition:transform .3s ease;z-index:1000;overflow:hidden}.sidebar-container-mobile.closed{transform:translate(-100%)}.sidebar-container-mobile.show{transform:translate(0)}.sidebar-toggle-btn{position:fixed;top:70px;left:10px;z-index:101;padding:0;background-color:transparent;color:#000;border:none;font-size:20px;cursor:pointer;box-shadow:none}.sidebar-toggle-btn:hover{color:#000}.table-container{overflow-x:auto;width:100%;scrollbar-width:none;-ms-overflow-style:none}.table-container::-webkit-scrollbar{display:none}.table-container table{min-width:800px;width:100%}.toast-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:9998}.app-disabled{pointer-events:none;-webkit-user-select:none;user-select:none;filter:blur(1px)}.Toastify__toast-container,.Toastify__toast{pointer-events:auto!important;z-index:9999!important}@media (max-width: 1400px){.content-container{overflow-x:auto}}@media (max-width: 768px){.sidebar-container{display:none}.content-container.shifted{margin-left:0;width:100%}.sidebar-toggle-btn{display:block}}.Toastify__toast-container{position:fixed!important;z-index:9999!important;pointer-events:none}section.Toastify{position:absolute!important;top:0;left:0;width:0;height:0;overflow:hidden;padding:0!important;margin:0!important}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vertical-flow-container{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.flow-stage-group{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.flow-card{background:var(--bg-light);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;align-items:center;padding:1rem;width:290px;transition:box-shadow .3s ease,transform .3s ease}.flow-card-icon{background-color:var(--primary-color);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}.flow-card-content h3{margin:0 0 4px;font-size:1.1rem;font-weight:600;color:var(--text-dark)}.flow-card-content p{margin:0;font-size:.9rem;color:var(--text-light)}.vertical-connector{display:flex;flex-direction:column;align-items:center;gap:12px}.connector-label-box{background-color:#f3f4f6;border:1px solid var(--border-color);border-radius:20px;padding:6px 16px;text-align:center}.connector-label{font-weight:500;font-size:.875rem;color:var(--text-dark)}.connector-arrow{font-size:1.5rem;color:#cbd5e1}.branch-junction{width:2px;height:30px;background-color:#cbd5e1;margin:10px 0}.flow-branch-stage{width:100%;display:flex;justify-content:center;gap:100px;align-items:flex-start;position:relative;padding-top:30px}.flow-branch-stage:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);height:2px;width:calc(100% - 200px);max-width:600px;background-color:#cbd5e1}.flow-branch{display:flex;flex-direction:column;align-items:center;gap:20px;position:relative}.flow-branch:before{content:"";position:absolute;top:-30px;left:50%;transform:translate(-50%);width:2px;height:30px;background-color:#cbd5e1}.flow-return-connector{display:flex;align-items:center;gap:8px;color:var(--text-light);font-size:.85rem;margin-top:10px}.return-icon{font-size:1.1rem}@media (max-width: 768px){.flow-branch-stage{flex-direction:column;gap:40px;align-items:center}.flow-branch-stage:before,.flow-branch:before{display:none}}:root{--primary-color: #0B68CB;--primary-dark: #08509c;--secondary-color: #10b981;--text-dark: #111827;--text-light: #4b5563;--bg-light: #ffffff;--bg-off-white: #f8f9fa;--border-color: #e5e7eb;--font-family: "Inter", sans-serif;--card-shadow-base: 0 4px 12px rgba(0, 0, 0, .06);--card-shadow-hover: 0 10px 20px rgba(0, 0, 0, .1);--section-shadow: 0 8px 24px rgba(0, 0, 0, .08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--bg-light);color:var(--text-light);overflow-x:hidden}.homepage-container{width:100%}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:0;margin:0}.content-section+.content-section{background-color:var(--bg-light);border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px}.section-heading{text-align:center;font-size:2.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.section-subheading{text-align:center;max-width:600px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.7}.hero-section{padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden;background-color:var(--bg-light);border-radius:8px;box-shadow:0 4px 6px #0000001a}.hero-content{position:relative;z-index:2;padding:0 1rem}.hero-title{font-size:3.75rem;font-weight:700;color:var(--text-dark);line-height:1.2;margin-bottom:1.25rem;max-width:800px;margin-left:auto;margin-right:auto}.gradient-text{background:linear-gradient(90deg,#0b68cb,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;max-width:700px;margin:0 auto;line-height:1.6}.hero-background-blur{position:absolute;border-radius:50%;filter:blur(120px);opacity:.2;z-index:1}.blur-1{width:500px;height:500px;background:var(--primary-color);top:-150px;left:-150px}.blur-2{width:400px;height:400px;background:var(--secondary-color);bottom:-150px;right:-150px}.features-section,.process-flow-section,.audience-section,.about-section{background-color:var(--bg-off-white);padding:2rem 0 3rem;margin:0}.features-section{background-color:var(--bg-light);border-radius:20px;box-shadow:var(--section-shadow);margin:2rem 0;padding:3rem 2rem;border:1px solid var(--border-color)}.features-section .section-heading{margin-bottom:2rem}.features-section .section-subheading{margin-bottom:3rem}.features-section .card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.features-section .card-grid .feature-card:nth-child(1){order:1}.features-section .card-grid .feature-card:nth-child(2){order:3}.features-section .card-grid .feature-card:nth-child(3){order:2}.features-section .card-grid .feature-card:nth-child(4){order:4}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--bg-light);padding:2rem;border:none;border-radius:12px;text-align:left;transition:transform .3s ease,box-shadow .3s ease;box-shadow:var(--card-shadow-base)}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--card-shadow-hover)}.feature-card-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background-color:#e0f2fe;color:var(--primary-color);border-radius:10px;font-size:1.5rem;margin-bottom:1.5rem}.feature-card-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.feature-card-desc{font-size:1rem;line-height:1.6}.process-flow-section .section-heading{color:var(--text-dark);margin-bottom:3rem}.footer{background-color:var(--text-dark);color:#a0aec0;padding:2.5rem 1rem;text-align:center;border-radius:8px;box-shadow:0 4px 6px #0000001a}@media (max-width: 900px){.features-section .card-grid{grid-template-columns:1fr}.features-section .card-grid .feature-card{order:0!important}.features-section{margin:1rem 0;padding:2rem 1.5rem}}@media (max-width: 768px){.hero-section{padding:4rem 0 2rem}.features-section,.process-flow-section,.audience-section,.about-section{padding:1.5rem 0 2.5rem}.features-section{margin:1rem 0;padding:2rem 1rem;border-radius:16px}.container{padding:0 1rem}.hero-title{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.125rem}.section-heading{font-size:1.8rem;margin-bottom:.5rem}.section-subheading,.features-section .section-heading{margin-bottom:1.5rem}.features-section .section-subheading{margin-bottom:2rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.section-heading{font-size:1.5rem}.card-grid{grid-template-columns:1fr}.features-section{margin:.5rem 0;padding:1.5rem 1rem;border-radius:12px}}.common-card{padding:30px;background-color:#f0f4f8;min-height:100%;border-radius:16px;box-shadow:0 4px 20px #0000001f;margin-bottom:20px;flex-direction:column;display:flex;gap:20px;border:1px solid #E2E8F0;overflow:hidden;min-width:0}.common-card .table-wrapper{overflow-x:auto;margin:-10px -15px;padding:10px 15px;scrollbar-width:none;-ms-overflow-style:none}.common-card .table-wrapper::-webkit-scrollbar{display:none}.common-card h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:18px;border-bottom:2px solid #CBD5E1;padding-bottom:8px;flex-shrink:0}.common-card p{font-size:1rem;color:#4b5563;line-height:1.6}@media (max-width: 768px){.common-card{padding:20px;margin-bottom:16px}.common-card h2{font-size:1.25rem}.common-card .table-wrapper{margin:-10px;padding:10px}}.common-input{border-radius:8px;border:1px solid #D1D5DB;background-color:#fff;font-size:16px;color:#000;padding:10px 12px;transition:border-color .3s ease,background-color .3s ease;box-sizing:border-box}.common-input:focus{outline:none;border-color:#2563eb}.common-input:disabled{background-color:#f3f4f6;color:#d1d5db;cursor:not-allowed}label{display:block;font-weight:600;color:#111827;margin-bottom:5px}.common-input:disabled+label{color:#9ca3af}@media (max-width: 768px){.common-input{padding:10px}}.restricted-field{cursor:not-allowed;color:#242424;background-color:#868686}.restricted-field-tooltip{position:relative;display:inline-block}.restricted-field-tooltip .tooltiptext{visibility:hidden;width:max-content;max-width:180px;background-color:#000c;color:#f6f6f6;text-align:center;border-radius:4px;padding:6px 10px;position:absolute;z-index:10;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;opacity:0;transition:opacity .3s ease;font-size:13px;pointer-events:none;white-space:normal;box-shadow:0 0 8px #00000080}.restricted-field-tooltip:hover .tooltiptext{visibility:visible;opacity:1}.admin-dashboard{padding:2rem;max-width:112rem;margin:0 auto;background-color:#f9fafb;min-height:100vh}.stat-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.chart-container{display:flex;align-items:center;justify-content:center;height:14rem}.chart-container.hours-chart-container,.chart-container.status-chart-container{justify-content:center;align-items:center}.hours-chart{width:165px;height:165px;position:relative;display:flex;align-items:center;justify-content:center}.hours-chart-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.hours-value{text-align:center}.hours-number{font-size:1.5rem;font-weight:700;color:#111827}.hours-label{font-size:.875rem;color:#6b7280}.status-chart{display:flex;justify-content:center;align-items:center;gap:2rem;width:100%}.pie-chart-container{width:200px;height:200px;position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center}.percentage-label{position:absolute;font-size:12px;font-weight:600;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.7);pointer-events:none;transform:translate(-50%,-50%)}.status-legend{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.legend-color{width:.75rem;height:.75rem;border-radius:50%;flex-shrink:0}.legend-text{font-size:.875rem;color:#374151;white-space:nowrap}.legend-percentage{font-size:.875rem;font-weight:500;color:#111827;margin-left:auto}.table-card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.status-badge{display:inline-flex;padding:.25rem .5rem;font-size:.75rem;font-weight:600;border-radius:9999px;background-color:#dcfce7;color:#166534}@media (max-width: 768px){.admin-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;align-items:flex-start}.stats-grid,.charts-grid{grid-template-columns:1fr}.chart-container{height:12rem}.status-chart{flex-direction:column;gap:1.5rem}.status-legend{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}.pie-chart-container{width:150px;height:150px}.hours-chart{width:130px;height:130px}}.common-dropdown-wrapper{display:inline-flex;flex-direction:column;margin-bottom:16px;margin-top:0%}.dropdown-label{font-weight:600;color:#000;margin-bottom:5px}.common-dropdown{font-size:16px;color:#111827;cursor:pointer;transition:border-color .3s ease,background-color .3s ease;width:100%}.common-dropdown:focus{outline:none;border-color:#2563eb;background-color:#fff}.common-dropdown:disabled{background-color:#545454;color:#9ca3af;cursor:not-allowed}.required-asterisk{color:red}@media (max-width: 768px){.common-dropdown-wrapper{display:block;width:100%}}.custom-dropdown{position:relative;width:100%}.dropdown-input{width:100%;padding:8px;box-sizing:border-box;border:1px solid #ccc;border-radius:4px}.dropdown-options{position:absolute;width:100%;max-height:100px;overflow-y:auto;background:#fff;border:1px solid #ccc;z-index:10;margin-top:2px;border-radius:4px;list-style:none;padding:0}.dropdown-option{padding:8px 10px;cursor:pointer}.dropdown-option:hover{background-color:#f0f0f0}.dropdown-option.disabled{color:#aaa;pointer-events:none;cursor:not-allowed}.custom-dropdown.disabled .dropdown-input{background-color:#f5f5f5;cursor:not-allowed}.react-select__control{background-color:#fff;border:1px solid #ccc;border-radius:4px;min-height:40px;color:#000}.react-select__single-value{color:#000}.react-select__menu{background-color:#fff;z-index:10}.react-select__option{padding:10px;cursor:pointer}.react-select__option--is-focused{background-color:#f0f0f0}.react-select__menu-list{max-height:200px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.react-select__menu-list::-webkit-scrollbar{display:none}.default-location-section{width:100%;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.25rem;margin-bottom:1.5rem;box-sizing:border-box}.default-location-title{font-size:.9375rem;font-weight:600;color:#334155;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.default-location-title svg{width:1.25rem;height:1.25rem;color:#64748b}.location-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;width:100%}.location-checkbox-label{display:flex;align-items:center;gap:.5rem;padding:.625rem;border-radius:.375rem;background-color:#fff;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease;width:100%;box-sizing:border-box}.location-checkbox-label:hover{border-color:#cbd5e1;background-color:#f1f5f9}.location-checkbox-label.checked{border-color:#3b82f6;background-color:#eff6ff}.location-checkbox-input{width:1rem;height:1rem;accent-color:#3b82f6}.location-checkbox-text{font-size:.875rem;font-weight:500;color:#334155}.default-location-selected{margin-top:.75rem;font-size:.8125rem;color:#3b82f6;display:flex;align-items:center;gap:.25rem}.error-message{width:100%;background-color:#fef2f2;border:1px solid #fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:.375rem;margin-bottom:1.5rem;font-size:.875rem;box-sizing:border-box}.form-fields-container{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;width:100%}.common-input-container{min-width:100%}.common-input input,.common-dropdown .dropdown-input{min-width:100%;padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;box-sizing:border-box;transition:border-color .2s ease}.common-input input:focus,.common-dropdown .dropdown-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.submit-button-container{display:flex;justify-content:flex-start;margin-top:1rem;width:100%}.submit-button{min-width:200px;width:auto;padding:.625rem 1.25rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.submit-button:hover{background-color:#2563eb}.submit-button:disabled{background-color:#93c5fd;cursor:not-allowed}@media (min-width: 640px){.form-fields-container{display:flex;flex-direction:column;gap:1.25rem}.default-location-section,.submit-button-container,.error-message{grid-column:span 2}}.common-dropdown .dropdown-options{min-width:100%;box-sizing:border-box}@media (max-width: 600px){.attendance-entry-container{margin:5% auto;padding:12px;gap:15px;max-width:95vw;min-height:400px}}.attendance-container{padding:1rem;background-color:#f9fafb;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.attendance-title{text-align:center;font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;color:#1e293b}.remove-button{background:none;border:none;cursor:pointer;margin-left:.5rem;color:#64748b}.attendance-management-container{background-color:#f0f4f8;border-radius:12px;overflow:hidden}.attendance-table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;margin-top:20px;max-width:100%;overflow:hidden}.table-scroll-container{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.attendance-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:auto}.attendance-table th{padding:16px 12px;text-align:center;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.attendance-table td{padding:16px 12px;border-bottom:1px solid #e5e7eb;text-align:center}.attendance-table tr:last-child td{border-bottom:none}.attendance-table tr:hover{background-color:#f9fafb}.sticky-col-1{position:sticky;left:0;z-index:2;background-color:#fff;min-width:180px;border-right:1px solid #e5e7eb}.sticky-col-2{position:sticky;left:180px;z-index:2;background-color:#fff;min-width:180px;border-right:1px solid #e5e7eb}.attendance-table thead .sticky-col-1,.attendance-table thead .sticky-col-2{background-color:#f9fafb;z-index:3}.sticky-attendance-header{position:sticky;top:0;z-index:10;background-color:#f9fafb;box-shadow:0 2px 4px #0000000a}.quarter-header{background-color:#e0e7ff;color:#4f46e5;font-weight:600;border-right:1px solid #e5e7eb}.month-header{background-color:#f9fafb;min-width:80px;border-right:1px solid #e5e7eb}.score-header{background-color:#f0fdf4;color:#16a34a;font-weight:600;min-width:80px;border-right:1px solid #e5e7eb}.month-data{background-color:#fff}.score-data{background-color:#f0fdf4;color:#16a34a;font-weight:600}.employee-code-report{color:#3b82f6;font-family:monospace;font-size:1rem;font-weight:600}.employee-name-report{font-weight:400;color:#1f2937;font-size:1rem}.mobile-view{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem 0 2rem}.employee-card-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #00000014;overflow:hidden;border:1px solid #e2e8f0;margin-bottom:10px}.employee-card-header{padding:1.25rem;border-bottom:1px solid #f1f5f9;background-color:#f8fafc}.employee-card-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.employee-card-header h4{margin:.25rem 0 0;font-size:.9375rem;color:#64748b}.quarters-scroll-container{display:flex;overflow-x:auto;padding:1.25rem;gap:1.25rem;scrollbar-width:none;-ms-overflow-style:none}.quarters-scroll-container::-webkit-scrollbar{display:none}.quarter-card{min-width:280px;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;flex-shrink:0;background:#fff;box-shadow:0 1px 2px #0000000d}.quarter-title{font-weight:600;color:#4f46e5;margin-bottom:1rem;text-align:center;font-size:1rem;padding-bottom:.5rem;border-bottom:1px dashed #e2e8f0}.quarter-body{display:flex;flex-direction:column;gap:.75rem}.month-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9375rem}.month-row:not(:last-child){border-bottom:1px solid #f3f4f6}.month-row span:first-child{color:#64748b}.month-row span:last-child{font-weight:500;color:#1e293b}.quarter-total{display:flex;justify-content:space-between;padding:.75rem 0;margin-top:.5rem;border-top:1px solid #e2e8f0;font-weight:600;font-size:.9375rem;color:#334155}.quarter-score{display:flex;justify-content:space-between;padding:.75rem;background-color:#f0fdf4;border-radius:.375rem;margin-top:.75rem;font-weight:600;color:#065f46;font-size:.9375rem}.quarter-score-border{border-right:1px solid #e5e7eb!important}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;flex-wrap:wrap;gap:1rem}.attendance-table th:hover{background-color:#e2e8f0}.items-per-page{display:flex;align-items:center;gap:.75rem}.page-size-select{padding:.5rem .75rem;border-radius:.375rem;border:1px solid #cbd5e1;background-color:#fff;font-size:.9375rem}.controls{position:relative;z-index:100;margin-bottom:.5rem;max-width:250px}.pagination-controls{display:flex;gap:.75rem}.sort-buttons{display:flex;justify-content:space-between;gap:1.5rem}@media (max-width: 768px){.attendance-title{font-size:1.5rem}.employee-card-header{padding:1rem}.quarter-card{min-width:260px;padding:.875rem}}@media (max-width: 480px){.attendance-container{padding:.75rem}.employee-card-header h3{font-size:1rem}.quarters-scroll-container{padding:1rem;gap:1rem}.quarter-card{min-width:240px}.pagination-container{flex-direction:column;align-items:stretch}.items-per-page{justify-content:space-between}}.action-icon{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;margin-right:8px;transition:opacity .2s ease}.action-icon:last-child{margin-right:0}.action-icon.disabled{opacity:.5;cursor:not-allowed}.filter-sort-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;position:relative}.filter-sort-container>div{position:relative}.filter-popup,.sort-popup{position:absolute;left:0;top:calc(100% + 8px);z-index:1000;background:#fff;border:1px solid #ddd;border-radius:.5rem;padding:1rem;box-shadow:0 4px 12px #00000026;width:300px;transform:translateZ(0);backface-visibility:hidden;will-change:transform;animation:popupSlideIn .2s ease-out;scrollbar-width:none;-ms-overflow-style:none}.filter-popup::-webkit-scrollbar,.sort-popup::-webkit-scrollbar{display:none}.filter-input-row,.sort-input-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.filter-buttons,.sort-buttons{display:flex;gap:.5rem}.filter-pill{display:inline-flex;align-items:center;background-color:#f3f4f6;padding:.375rem .75rem;border-radius:9999px;margin-right:.5rem;margin-bottom:.5rem}.filter-text{font-size:.875rem;margin-right:.5rem;background-color:#fff;border-radius:14px;padding:.5rem .7rem;color:#4a5568}.filter-form-container{width:280px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:16px;z-index:1000;animation:slideDown .2s ease-out}.filter-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.filter-form-header h3{margin:0;font-size:16px;font-weight:600;color:#2d3748}.clear-all-button{display:flex;align-items:center;gap:4px;background:none;border:none;color:#718096;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s}.clear-all-button:hover{background:#f7fafc;color:#4a5568}.filter-form-container{display:flex;flex-direction:column;max-height:450px;overflow:hidden}.filter-scrollable-content{overflow-y:auto;flex-grow:1;padding-right:4px}.filter-scrollable-content::-webkit-scrollbar{width:6px}.filter-scrollable-content::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:6px}.filter-fields-container{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.filter-field{width:100%}.filter-input .CommonInput-label{font-size:13px;color:#4a5568;margin-bottom:4px;display:block}.filter-input .CommonInput-input{width:100%;padding:8px 12px;font-size:14px;border:1px solid #e2e8f0;border-radius:4px;transition:border-color .2s}.filter-input .CommonInput-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 2px #4299e133}.filter-actions{display:flex;justify-content:flex-end}.apply-button{padding:8px 16px;font-size:14px}.sort-wrapper{width:100%}.filter-popup{max-height:350px;overflow-y:auto;box-sizing:border-box}.sort-popup{max-height:200px;overflow-y:auto;box-sizing:border-box}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.filter-popup,.sort-popup{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:90vw!important;max-width:320px!important;max-height:80vh;overflow-y:auto;margin-top:0!important}.filter-popup:before,.sort-popup:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:-1;pointer-events:none}.filter-form-container{width:90%;max-width:320px;padding:12px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #0000001a;z-index:1000;animation:slideDown .2s ease-out}.filter-form-header{flex-direction:row;justify-content:space-between;align-items:center}.filter-form-header h3{font-size:15px}.clear-all-button{font-size:12px;padding:2px 6px}.filter-fields-container{gap:10px}.filter-input .CommonInput-label{font-size:12px}.filter-input .CommonInput-input{font-size:13px;padding:6px 10px}.apply-button{width:100%;font-size:14px;padding:10px}.filter-actions{justify-content:center}@keyframes popupSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}}@media (max-width: 1024px) and (min-width: 769px){.filter-popup,.sort-popup{width:280px}}@media (min-width: 1025px){.filter-sort-container>div:last-child .filter-popup,.filter-sort-container>div:last-child .sort-popup{right:0}}.list-of-users{padding:20px;color:#fff;border-radius:10px;max-width:100%}.employee-management-container{background-color:#f0f4f8}.employee-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:8px}.employee-header p{color:#6b7280}.employee-table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;margin-top:20px;max-width:100%;overflow:hidden}.table-header{padding:16px 24px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.header-content{display:flex;align-items:center;justify-content:space-between}.table-header h2{font-size:1.25rem;font-weight:600;color:#1f2937}.employee-count{background-color:#e0e7ff;color:#4f46e5;padding:4px 12px;border-radius:9999px;font-size:.875rem;font-weight:500}.employee-table{width:100%;border-collapse:collapse}.employee-table th{padding:16px 24px;text-align:left;font-size:.75rem;font-weight:600;position:sticky;top:0;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb}.custom-table-header:hover{background-color:#f3f4f6}.employee-table td{padding:16px 24px;border-bottom:1px solid #e5e7eb;color:#374151}.employee-table tr:last-child td{border-bottom:none}.employee-table tr:hover{background-color:#f9fafb}.employee-id-cell{display:flex;align-items:center;gap:12px}.user-employee-code{color:#3b82f6;font-family:monospace;font-size:1rem;font-weight:600}.employee-email a{color:#6b7280;text-decoration:none;transition:color .2s}.employee-email a:hover{color:#3b82f6}.employee{font-weight:400;color:#374151}.modal-overlay{position:relative;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-buttons{display:flex;gap:10px;margin-top:15px}.checkbox-group{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.checkbox-group label{background-color:#fff;padding:8px 12px;border-radius:5px;cursor:pointer;display:flex;align-items:center;gap:5px}.checkbox-group input{margin-right:30px}.mobile-users-container{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.user-card{background-color:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000001a;max-width:100%;overflow-x:auto;word-break:break-word;box-sizing:border-box}.user-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.user-card-header h3,.user-card-header .employee-code,.user-details .detail-row span,.user-card-actions{word-break:break-word;overflow-wrap:anywhere}.user-details{width:100%;overflow-x:auto}.user-name{margin:0;font-size:1.1rem;color:#000}.user-details{display:flex;flex-direction:column;gap:8px}.main-header-name-h3{color:#3b82f6}.detail-label{color:#6b7280;font-size:.9rem;font-weight:500;min-width:90px;max-width:40%;text-align:left;margin-right:4px;white-space:nowrap}.detail-value{color:#374151;font-size:.9rem;text-align:right;max-width:60%;word-break:break-word}.user-card-actions{display:flex;gap:8px;margin-top:15px}.action-btn{flex:1;padding:8px;font-size:.85rem;border-radius:6px}.edit-btn{background:#1976d2;color:#fff}.assign-btn{background:#4caf50;color:#fff}.roles-btn{background:#ff9800;color:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:15px;box-sizing:border-box}.modal-content{width:100%;max-width:95%;max-height:90vh;overflow-y:auto}.modal-header{margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.employee-name{color:#000;font-weight:500}.current-roles-container{margin-bottom:15px}.roles-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.role-badge{background:#1976d2;color:#fff;padding:4px 10px;border-radius:12px;font-size:.85rem}.no-roles{color:#ff6b6b;font-style:italic;font-size:.9rem}.roles-selection{margin-bottom:15px}.mobile-checkbox-container{display:flex;flex-direction:column;gap:10px;margin-top:10px}.role-option{display:flex;align-items:center;padding:12px;background:#f3f4f6;border-radius:8px;position:relative;cursor:pointer;color:#1f2937}.role-option input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:relative;height:18px;width:18px;background-color:#d1d5db;border-radius:3px;margin-right:10px}.role-option input:checked~.checkmark{background-color:#1976d2}.checkmark:after{content:"";position:absolute;display:none}.role-option input:checked~.checkmark:after{display:block}.role-option .checkmark:after{left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.modal-actions{display:flex;gap:10px;margin-top:15px}.modal-action-btn{flex:1;padding:10px;border-radius:6px;font-size:.9rem}.modal-action-btn.primary{background:#033363;color:#fff}.modal-action-btn.secondary{background:#450101;color:#fff}.remove-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:.5rem 0}.page-size-select{padding:.25rem .5rem;border-radius:4px;border:1px solid #ddd}.sort-buttons{display:flex;flex-direction:row}@media (max-width: 768px){.pagination-container{flex-direction:row;gap:1rem}.items-per-page{width:10%;justify-content:space-between}}@media (max-width: 480px){.modal-actions,.modal-buttons{flex-direction:column}.modal-action-btn,.modal-buttons .common-button{width:100%}.user-card-actions{flex-wrap:wrap}.action-btn{min-width:calc(50% - 4px)}.user-details .detail-row{display:flex;justify-content:flex-start;align-items:flex-start;gap:8px;flex-wrap:wrap;width:100%}.user-details .detail-row span{word-break:break-all;overflow-wrap:anywhere;max-width:70%;display:inline-block;font-size:.95rem}}.user-details .detail-row{display:flex;justify-content:flex-start;align-items:flex-start;gap:8px;flex-wrap:nowrap;width:100%}.user-details .detail-label{flex-shrink:0;color:#a0a0a0;font-size:.9rem;font-weight:500;min-width:90px;max-width:40%;text-align:left;margin-right:4px;white-space:nowrap}.user-details .detail-row span:not(.detail-label){word-break:break-all;overflow-wrap:anywhere;max-width:60%;display:inline-block;font-size:.95rem;text-align:left;vertical-align:top;white-space:normal}@media (max-width: 480px){.user-details .detail-row span:not(.detail-label){font-size:.9rem;max-width:100%}}.modal-table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;overflow:hidden;width:100%}.table-scroll-container{max-height:500px;overflow-x:auto;overflow-y:auto;scrollbar-width:thin}.modal-table{width:100%;border-collapse:collapse;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;font-size:13px}.modal-table-header{background-color:#f2f4f6;color:#6b7280;font-weight:500;padding:10px 12px;text-align:left;position:sticky;top:0;z-index:1}.modal-table-row{border-bottom:1px solid #e5e7eb}.modal-table-row:hover{background-color:#f9fafb}.modal-table-data{padding:10px 12px;vertical-align:middle}.employee-code-assign{font-family:monospace;color:#3b82f6;font-weight:500}.role-dropdown{min-width:180px}.action-cell{min-width:80px}.action-buttons{display:flex;gap:6px}.no-users{text-align:center;color:#6b7280;font-style:italic;padding:16px}.compact-dropdown{font-size:13px;padding:6px 8px}.mobile-date-picker .styled-date-input{padding:6px;font-size:.8rem}.styled-date-input{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#4a5568;transition:all .2s;background-color:#fff}.styled-date-input:focus{outline:none;border-color:#0b68cb;box-shadow:0 0 0 2px #4299e133}.table-scroll-container::-webkit-scrollbar{width:6px;height:6px}.table-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.table-scroll-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.table-scroll-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.table-responsive{overflow-y:auto;max-height:60vh;border-radius:6px;-ms-overflow-style:none;scrollbar-width:none}.table-responsive::-webkit-scrollbar{display:none}.modal-table .empty-state{text-align:center;padding:24px;color:#6c757d}.modal-card h3{margin:0 0 16px;color:#2f2e2e;font-size:20px}.modal-actions{display:flex;justify-content:flex-end;padding-top:16px;margin-top:16px}.modal-table .dropdown-container{min-width:200px}.modal-table .assign-btn{white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 12px;font-size:14px;line-height:1.5;margin-top:25%}@media (max-width: 768px){.modal-card{width:95%;padding:16px}.modal-table th,.modal-table td{padding:8px;font-size:13px}.modal-table{display:block;overflow-x:auto}}.modal-list{max-height:400px;overflow-y:auto;margin:15px 0;padding:0;list-style:none}.modal-item{background:#fff;padding:12px;margin-bottom:10px;border-radius:5px;border:1px solid #e5e7eb;color:#1f2937}.modal-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.modal-item-actions{display:flex;gap:8px}.modal-item-details{display:flex;gap:15px;margin:8px 0;font-size:.9em;color:#6b7280}.modal-empty{text-align:center;padding:20px;color:#999}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:15px}.modal-form-group{margin-bottom:15px}.modal-form-group label{display:block}.modal-input{width:100%;padding:8px;background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-radius:5px}.modal-input-dropdown{width:538.67px;background:#fff;color:#1f2937;border-radius:5px;cursor:pointer}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px;margin-left:10px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#4caf50}input:checked+.slider:before{transform:translate(26px)}.status-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.8em;font-weight:700;background-color:#f3f4f6;color:#1f2937}.status-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600;color:#fff;margin-bottom:.25rem}.status-badge.correction_required{background-color:transparent;color:#f8ae00;font-size:medium;font-weight:700}.status-badge.approved{background-color:transparent;color:#4caf50;font-size:medium;font-weight:700}.status-badge.rejected{background-color:transparent;color:#f50000;font-size:medium;font-weight:700}.status-badge.draft{display:inline-block;padding:.125rem .5rem;border-radius:.75rem;background-color:transparent;color:#a0a644;font-size:medium;font-weight:700}.status-badge.pending{background-color:transparent;color:#fa8100;font-size:medium;font-weight:700}.status-badge.not_submitted{background-color:transparent;color:#747474;font-size:medium;font-weight:700}.status-badge.submitted{background-color:transparent;color:#1906ee;font-size:medium;font-weight:700}.hours-badge{font-size:.85rem;font-weight:500;color:#333;display:block}.project-card{background:#fff;border-radius:10px;padding:15px;box-shadow:0 2px 8px #0000001a;color:#1f2937;margin-bottom:20px;border:1px solid #e5e7eb}.project-card-header{display:grid;grid-template-columns:auto max-content;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.project-title-heading{margin:0;font-size:1.5rem;color:#1f2937;padding-bottom:10px;text-transform:uppercase}.project-timesheet-modal-header-mobile{background:#fff;color:#1f2937;align-items:center;margin-bottom:1rem;border-radius:8px;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 15px #0000001a;padding:1.5rem;max-width:500px}.mobile-dropdown{max-width:100px}.project-code{background:#f3f4f6;padding:3px 8px;margin-left:8px;border-radius:12px;text-align:right;float:right;color:#1f2937;font-size:.8rem;white-space:nowrap}.project-details{background:#f9fafb;border-radius:8px;padding:16px;box-shadow:0 1px 2px #0000001a;margin-bottom:24px;border:1px solid #e5e7eb;flex-direction:column;gap:8px;display:flex}.detail-label{color:#6b7280;font-size:.85rem;font-weight:500}.detail-value{color:#1f2937;font-size:.9rem;word-break:break-word}.project-actions{display:flex;gap:8px;flex-wrap:wrap}.projects-management-container{background-color:#f0f4f8}.projects-table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;margin-top:20px;max-width:100%;overflow:hidden}.projects-table{width:100%;border-collapse:collapse}.projects-table th{padding:16px 24px;text-align:left;font-size:.75rem;font-weight:600;position:sticky;top:0;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb}.projects-table td{padding:16px 24px;border-bottom:1px solid #e5e7eb;color:#374151}.projects-table tr:last-child td{border-bottom:none}.projects-table tr:hover{background-color:#f9fafb}.project-code-cell{display:flex;align-items:center;gap:12px}.project-code-desktop{color:#3b82f6;font-family:monospace;font-size:1rem;font-weight:600}.project-title{font-weight:400;color:#1f2937;font-size:1rem}.project-description{font-weight:400;color:#6b7280;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-date{font-weight:400;color:#374151;white-space:nowrap}.project-client,.project-manager,.project-cost-center{font-weight:400;color:#374151}.no-description,.no-client,.no-manager,.no-cost-center{color:#9ca3af;font-style:italic}.no-projects{text-align:center;padding:20px;color:#9ca3af}.modal-card{padding:30px;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;margin-bottom:20px;width:100%;max-width:600px;max-height:80vh;display:flex;overflow-y:auto;gap:20px;border:1px solid #E2E8F0;flex-direction:column;-ms-overflow-style:none;scrollbar-width:none}.modal-card::-webkit-scrollbar{display:none}.modal-card.large-modal{background-color:#fff;width:100%;max-width:1050px;max-height:85vh;border-radius:12px;overflow-y:auto;padding:1.5rem;box-shadow:0 4px 20px #0000001a;position:relative;transition:transform .3s ease-in-out}.modal-header{display:flex;background:#fff;color:#1f2937;justify-content:space-between;align-items:center;margin-bottom:1rem;border-radius:8px;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 15px #0000001a;padding:1.5rem;min-width:1000px}.project-timesheet-modal-header{background:#fff;color:#1f2937;justify-content:space-between;align-items:center;margin-bottom:1rem;border-radius:8px;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 15px #0000001a;padding:1.5rem;min-width:1000px;display:flex;flex-direction:row}.project-timesheet-modal-header .period-selectors,.common-dropdown-wrapper{display:flex;flex-direction:row;gap:10px}.project-timesheet-modal-header .project-timesheet-dropdown .label{min-width:130px;max-width:50px}.date-picker-wrapper{min-width:150px;margin-bottom:5%}.project-timesheet-dropdown .label{min-width:150px;max-width:50px}.period-selectors .common-dropdown-wrapper{display:flex;flex-direction:column;gap:0;min-width:170px;max-width:50px}@media (max-width: 768px){.modal-header{flex-direction:column;align-items:flex-start;min-width:100%;padding:1rem;gap:1rem}}.modal-header h3{font-size:1.5rem;font-weight:600;color:#1f2937}.project-code-modal{background:#f3f4f6;padding:3px 8px;border-radius:12px;font-size:.8rem;white-space:now}.employee-dashboard{padding:2rem;max-width:112rem;margin:0 auto;background-color:#f9fafb;min-height:100vh}.stat-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#dbeafe;border-radius:.5rem;margin:0 auto 1rem;position:relative}.stat-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px}.table-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.status-badge{display:inline-flex;padding:.25rem .5rem;font-size:.75rem;font-weight:600;border-radius:9999px;color:#fff;text-transform:capitalize}@media (max-width: 768px){.employee-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;align-items:flex-start}.stats-grid{grid-template-columns:1fr}.table-header{flex-direction:column;align-items:flex-start;gap:1rem}}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.chart-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.chart-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.chart-container{display:flex;align-items:center;justify-content:center;height:300px}@media (max-width: 768px){.charts-grid{grid-template-columns:1fr}.chart-container{height:250px}}.bar-chart{width:100%;padding:1rem}.bar-chart-item{margin-bottom:1rem}.bar-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.bar-container{display:flex;align-items:center;gap:.5rem}.bar{height:24px;border-radius:4px;transition:width .3s ease}.bar-value{font-size:.75rem;color:#111827;font-weight:500}.pie-chart-container{position:relative;width:200px;height:200px;margin:0 auto}.percentage-label{position:absolute;font-size:.75rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);transform:translate(-50%,-50%)}.status-legend{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:1rem;height:1rem;border-radius:4px}.legend-color.orange{background-color:#f97316}.legend-color.blue{background-color:#3b82f6}.legend-color.green{background-color:#10b981}.legend-color.gray{background-color:#6b7280}.legend-text{font-size:.875rem;color:#4b5563;flex-grow:1}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.timesheet-container{padding:20px;font-family:Arial,sans-serif;color:#333}.shift-details{margin-bottom:10px;color:#444;text-align:center}.top-bar{display:flex;flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:10px;color:#2000f2}.calendar-wrapper{position:relative}.calendar-icon{font-size:20px;cursor:pointer}.calendar-popup-inline{position:relative;margin-top:10px}.week-status-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;color:#000}.week-selector{display:flex;align-items:center;gap:10px;font-weight:700}.status{font-size:16px}.timesheet-table th{background-color:#f2f2f2}.timesheet-actions{display:flex;justify-content:space-between;align-items:flex-start;margin-top:1rem;margin-left:100px;gap:1rem}.timesheet-buttons{margin-top:18px;display:flex;gap:5rem}.status-message{text-align:right}.status-message h5{margin-top:0;margin-bottom:.5rem}.textarea-filled{background-color:#fff}.textarea-empty{background-color:#f0f0f0}.btn{padding:8px 16px;background:#d57901;color:#fff;border:none;cursor:pointer;border-radius:4px;font-size:14px;transition:background-color .3s ease}.btn:hover{background-color:#ff7900}.btn.submit{background:#397900}.btn.remove{background:#dc3545}.btn.add{background:#007bff}.legend{margin-top:20px;font-size:15px;color:#fff;display:flex;gap:30px;flex-wrap:wrap;padding:1%;border-radius:0%;background-color:#6486a6}.legend-item{display:flex;align-items:center;gap:8px}.dot{width:12px;height:12px;border-radius:50%;display:inline-block}.dot.approved{background-color:#dbffcb}.dot.overwrite-approved{background-color:#fdd0f1}.dot.overwrite-sentBack{background-color:#fddbbb}.dot.sentBack{background-color:#fffece}.editable-cell{border:none;background:transparent;padding:4px;outline:none;min-width:40px;text-align:center;font-size:14px}.warning-message{color:#ff6f61;background-color:#ffe6e6;border:1px solid #ff6f61;padding:10px;margin-top:20px;border-radius:5px;text-align:center;font-weight:700}.open-modal-btn{background-color:#1e2a38;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:14px}.open-modal-btn:hover{background-color:#333}.timesheet-container{padding:20px;font-family:Arial,sans-serif;color:#333;overflow-x:auto}.timesheet-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:20px}.timesheet-table{width:100%;border-collapse:collapse;margin-bottom:20px;color:#000}.timesheet-table th,.timesheet-table td{border:1px solid #333;padding:8px;text-align:center;font-size:14px}.timesheet-table th{background-color:#b11616}.hour-input{width:40px;text-align:center;background-color:#f8f8f8;color:#333;border:1px solid #ccc;border-radius:4px;box-shadow:0 0 2px #aaa;outline:none}.hour-input:disabled,.hour-input[readonly]{background-color:#e0e0e0;color:#888;border:1px solid #ddd}.modalOverlayStyle{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modalContentStyle{background-color:#fff;padding:20px;border-radius:8px;width:400px;max-width:90%;box-shadow:0 2px 8px #00000040}.timesheet-container{transition:opacity .3s ease;position:relative}.timesheet-container.disabled{opacity:.5}.timesheet-container.disabled .timesheet-actions button,.timesheet-container.disabled .hour-input,.timesheet-container.disabled textarea{pointer-events:none}.warning-message{color:#ff6f61;background-color:#ffe6e6;border:1px solid #ff6f61;padding:10px;margin-bottom:20px;border-radius:5px;text-align:center;font-weight:700}@media (max-width: 768px){.top-bar{align-items:flex-start;flex-direction:column;gap:10px}.week-status-bar{flex-direction:column;align-items:flex-start;gap:10px}.timesheet-table th,.timesheet-table td{font-size:12px;padding:6px}.hour-input{width:30px;font-size:12px}.btn{padding:6px 12px;font-size:12px}.timesheet-actions{flex-direction:column;gap:10px}.legend{flex-direction:column;align-items:flex-start}.timesheet-table-wrapper{max-width:100%;overflow-x:scroll}.timesheet-table{min-width:600px}}@media (max-width: 480px){.timesheet-container{padding:10px}.timesheet-table th,.timesheet-table td{font-size:10px;padding:5px}.hour-input{width:25px;font-size:10px}.btn{padding:5px 10px;font-size:10px}.week-selector button{font-size:12px}}@media (max-width: 768px){.timesheet-actions{flex-direction:column;margin-left:0;gap:1rem}.timesheet-buttons{flex-direction:row;align-items:flex-start;gap:1rem}.status-message{text-align:left}.status-message textarea{width:100%}}.timesheet-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;margin:0 auto;padding:20px;background-color:#f0f4f8;border-radius:8px;box-shadow:0 2px 10px #0000001a}.shift-details{background-color:#e9f7fe;padding:10px 15px;border-radius:5px;margin-bottom:20px;font-size:24px;align-items:center;justify-content:center;display:flex}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.top-bar select{padding:8px 12px;border-radius:4px;border:1px solid #ddd;font-size:14px}.week-status-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:10px;background-color:#f0f0f0;border-radius:5px}.week-selector{display:flex;align-items:center;gap:10px}.week-selector button{background-color:#4a90e2;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer}.week-selector button:hover{background-color:#3a7bc8}.status{font-size:14px}.timesheet-table{width:100%;border-collapse:collapse;margin-bottom:20px;background-color:#fff;box-shadow:0 1px 3px #0000001a}.timesheet-table th,.timesheet-table td{padding:12px 15px;text-align:center;border:1px solid #eeeded}.timesheet-table th{background-color:#f5f5f5;font-weight:600}.timesheet-table tfoot td{font-weight:700;background-color:#f5f5f5}.editable-cell{position:relative}.hour-input{outline:none;min-width:50px;height:36px;text-align:center;font-size:16px;font-family:inherit;background-color:transparent;padding:4px 6px;display:flex;align-items:center;justify-content:center}.mobile-timesheet{display:flex;flex-direction:column;gap:1.5rem}.mobile-day-card{border:1px solid #ddd;border-radius:8px;padding:1rem;background:#fff;box-shadow:0 1px 3px #0000001a}.mobile-day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.mobile-day-header h3{margin:0;font-size:1.1rem;color:#333}.day-total{font-weight:700;color:#4a90e2;font-size:.9rem}.mobile-day-entries{display:flex;flex-direction:column;gap:.75rem}.mobile-entry-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.entry-label{font-weight:500;font-size:.95rem;flex:1}.entry-input-container{display:flex;align-items:center;gap:.5rem}.mobile-hour-input{width:60px;padding:.5rem;border:1px solid #ddd;border-radius:4px;text-align:center;background:#fff;font-size:1rem}.mobile-week-total{font-weight:700;font-size:1.2rem;margin-top:1rem;padding:1rem;background-color:#f5f5f5;border-radius:8px;text-align:center}.mobile-hour-input[contenteditable=true]:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233;outline:none}.status-approved{background-color:#dbffcb}.status-correction{background-color:#fffece}.status-modified-approved{background-color:#ffedfa}.status-modified-correction{background-color:#fddbbb}.warning-message{color:#856404;background-color:#fff3cd;border-color:#ffeeba;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.input-warning{color:#d9534f;background-color:#f8d7da;border-color:#f5c6cb;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:8px;width:90%;max-width:500px}.modal-content h3{margin-top:0;color:#333}.modal-content textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit;resize:vertical}.dropdown-month-year .label{width:100%;min-width:120px;box-sizing:border-box;display:block}.dropdowns-newtimesheet{display:flex;flex-direction:row}.dropdowns-newtimesheet .common-dropdown-wrapper{min-width:20%}.newtimesheet-dropdown{max-width:150px;font-size:14px;z-index:10}.common-dropdown-wrapper label{max-width:150px;font-size:14px;display:flex;flex-direction:row}.manager-controls-sidebar{width:100%;margin-bottom:1.5rem;background:#f7faff;border-radius:8px;box-shadow:0 2px 8px #0000000a;padding:1.5rem 1rem 1rem;display:flex;flex-direction:column;align-items:flex-start;position:static;z-index:1}.manager-controls-container{width:100%}.manager-controls-title{font-size:1.15rem;font-weight:600;color:#1a237e;margin-bottom:.25rem}.manager-controls-subtitle{font-size:.95rem;color:#4a5568;margin-bottom:1rem}.employee-select-container{width:100%;margin-bottom:.5rem}.employee-select-label{font-size:.98rem;font-weight:500;color:#333;margin-bottom:.3rem;display:block}.employee-select-wrapper{display:flex;align-items:center;gap:.5rem}.timesheet-dropdown.employee-dropdown{min-width:220px;max-width:320px;font-size:1rem;border-radius:5px;border:1px solid #bdbdbd;background:#fff;padding:.4rem .7rem;box-shadow:0 1px 3px #00000008}.clear-selection-btn{background:#e0e7ef;border:none;color:#1a237e;font-size:1.3rem;border-radius:50%;width:2rem;height:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.clear-selection-btn:hover{background:#c5cae9}@media (max-width: 900px){.manager-controls-sidebar{padding:1rem .5rem}.timesheet-dropdown.employee-dropdown{min-width:140px;max-width:100%;font-size:.95rem}}.manager-controls-sidebar .timesheet-dropdown{width:100%;padding-right:30px}.employee-indicator{margin:10px 0 15px;padding:8px 12px;background-color:#e9f7fe;border-radius:4px;font-size:14px}.timesheet-dropdown:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.dropdowns-newtimesheet{display:flex;flex-wrap:wrap;gap:15px;align-items:flex-end;margin-bottom:15px}@media (max-width: 768px){.timesheet-table{display:none}.top-bar{flex-direction:column;gap:10px}.week-status-bar{flex-direction:column;gap:10px;align-items:flex-start}.dropdowns-newtimesheet{flex-direction:column;align-items:stretch}.employee-select-container,.timesheet-dropdown{width:100%}}@media (min-width: 769px){.mobile-timesheet{display:none}}.timesheet-table th{text-align:center}.mobile-timesheet-view{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.week-card{border:1px solid #ddd;border-radius:8px;padding:1rem;background:#fff;box-shadow:0 2px 4px #0000001a;cursor:pointer}.week-header{font-weight:700;margin-bottom:.5rem;color:#333}.week-entries{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.entry-row{display:flex;justify-content:space-between}.entry-type{font-weight:500}.entry-hours{color:#666}.week-total{font-weight:700;border-top:1px solid #eee;padding-top:.5rem;text-align:right}.date-selectors{gap:1rem;align-items:center}.month-selector{padding:.5rem;border-radius:4px;border:1px solid #ccc}.clickable-week{font-weight:600}.app-welcome{max-width:1200px;margin:0 auto;padding:2rem;color:var(--text-color)}.quote-section{text-align:center;margin-bottom:3rem;padding:2rem;background-color:var(--light-color);border-radius:8px;box-shadow:0 4px 6px #0000001a}.quote-section blockquote{font-size:1.5rem;font-style:italic;color:var(--secondary-color);margin-bottom:.5rem}.quote-section footer{font-size:1rem;color:var(--text-light);font-style:normal}.section-selector{display:flex;justify-content:center;margin-bottom:2rem;gap:1rem}.section-selector button{padding:.75rem 1.5rem;border:none;background-color:var(--light-color);color:var(--text-color);border-radius:4px;cursor:pointer;font-weight:600;transition:all .3s ease}.section-selector button.active{background-color:var(--primary-color);color:#fff}.section-selector button:hover:not(.active){background-color:#d6eaf8}.features-section,.data-model-section{padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-top:2rem}.features-section h2,.data-model-section h2{text-align:center;margin-bottom:2rem;color:var(--secondary-color);font-size:2rem}.features-grid,.data-model-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:1rem}.feature-card,.data-model-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid var(--primary-color)}.feature-card:hover,.data-model-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.icon-container{width:60px;height:60px;background-color:#e3f2fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--primary-color)}.feature-card h3,.data-model-card h3{margin-bottom:.75rem;color:var(--secondary-color)}.feature-card p,.data-model-card p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.features-grid,.data-model-grid{grid-template-columns:1fr}.quote-section blockquote{font-size:1.2rem}}.edit-user-container{max-width:90%;margin:2rem auto;padding:1.5rem;background-color:#1e1e2f;color:#f5f5f5;border-radius:12px;box-shadow:0 10px 30px #0000004d;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.edit-user-container h2{text-align:center;margin-bottom:1.5rem;color:#00d8ff;font-size:200%}.edit-form-group{display:flex;flex-direction:column;margin-bottom:1rem}.edit-form-group label{margin-bottom:.5rem;font-weight:700}.edit-form-group input{padding:.8rem;border:none;border-radius:8px;background-color:#2e2e42;color:#fff;font-size:1rem;outline:none;transition:background-color .3s ease}.edit-form-group input:focus{background-color:#3a3a55}.edit-buttons{display:flex;flex-direction:row;gap:1rem;margin-top:1.5rem}.edit-buttons .save-btn{background-color:#00d8ff;color:#000}.edit-buttons .save-btn:hover{background-color:#00b5d6}.edit-buttons .cancel-btn{background-color:#ff4d4f;color:#fff}.edit-buttons .cancel-btn:hover{background-color:#d9363e}.edit-user-save-cancel{display:flex;flex-direction:row}@media screen and (max-width: 480px){.edit-buttons{flex-direction:column}.edit-buttons button{width:100%}}.status-badge-container{display:flex;align-items:center;gap:.5rem}.status-icon.correction_required{color:#ef4444}.manager-dashboard{padding:2rem;max-width:112rem;margin:0 auto;background-color:#f9fafb;min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-title{font-size:1.875rem;font-weight:700;color:#111827;margin:0}.month-navigation{display:flex;align-items:center;gap:.5rem}.nav-button{padding:.5rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;cursor:pointer;transition:background-color .2s}.nav-button:hover:not(:disabled){background-color:#f3f4f6}.nav-button:disabled{opacity:.5;cursor:not-allowed}.current-month-label{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:transform .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#dbeafe;border-radius:.5rem;margin:0 auto 1rem}.stat-icon svg{display:block;margin:auto}.stat-icon.green{background-color:#dcfce7}.stat-content{text-align:center}.stat-value{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#6b7280;line-height:1.2}.chart-card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;margin-bottom:2rem}.chart-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1rem}.table-card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;margin-bottom:2rem}.table-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.table-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.table-head{background-color:#f9fafb}.table-head th{padding:.75rem 1.5rem;text-align:left;font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.table-body tr{border-bottom:1px solid #e5e7eb}.table-body tr:last-child{border-bottom:none}.table-body td{padding:1rem 1.5rem;white-space:nowrap}.table-cell-primary{font-size:.875rem;font-weight:500;color:#111827}.table-cell-secondary{font-size:.875rem;color:#111827}.status-badge{display:inline-flex;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase}.status-approved{background-color:#dcfce7;color:#166534}.status-submitted{background-color:#dbeafe;color:#1e40af}.status-draft{background-color:#e5e7eb;color:#4b5563}.status-correction_required{background-color:#fef2f2;color:#dc2626}.loading-container{padding:2rem;max-width:112rem;margin:0 auto}.loading-skeleton{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.loading-title{height:2rem;background-color:#e5e7eb;border-radius:.25rem;width:33.333333%}.loading-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.loading-card{height:8rem;background-color:#e5e7eb;border-radius:.75rem}.error-container{padding:2rem;max-width:112rem;margin:0 auto;text-align:center;color:#dc2626}.no-data{padding:2rem;text-align:center;color:#6b7280}.retry-button{margin-top:1rem;padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border-radius:.25rem;border:none;cursor:pointer;transition:background-color .2s}.retry-button:hover{background-color:#2563eb}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.status-card{background-color:#f9fafb;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb;transition:transform .2s}.status-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.status-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.status-icon{width:1.5rem;height:1.5rem;flex-shrink:0}.status-icon.approved{color:#10b981}.status-icon.submitted{color:#3b82f6}.status-icon.draft{color:#6b7280}.status-title{font-weight:600;color:#111827;font-size:1rem}.status-details{display:flex;flex-direction:column;gap:.75rem}.status-item{display:flex;justify-content:space-between;align-items:center}.status-label{color:#6b7280;font-size:.875rem}.status-value{font-weight:600;color:#111827;font-size:1.125rem}.submission-card{background-color:#f9fafb;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb}.submission-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.employee-avatar{width:3rem;height:3rem;border-radius:50%;background-color:#dbeafe;display:flex;align-items:center;justify-content:center;font-weight:600;color:#1e40af;font-size:1.25rem;flex-shrink:0}.employee-info h4{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:#111827}.employee-info p{margin:0;font-size:.875rem;color:#6b7280}.submission-details{display:flex;flex-direction:column;gap:1rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.detail-label{color:#6b7280;font-size:.875rem;font-weight:500}.rm-detail-value{font-weight:600;color:#111827;font-size:.875rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.employee-card{background-color:#f9fafb;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb;transition:transform .2s}.employee-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.employee-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.employee-stats{display:flex;flex-direction:column;gap:.75rem}.stat-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;padding:.5rem 0}.stat-item .stat-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.stat-item .stat-icon.approved{color:#10b981}.stat-item .stat-icon.submitted{color:#3b82f6}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.manager-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;align-items:flex-start}.stats-grid,.status-grid,.team-grid{grid-template-columns:1fr}.chart-card{padding:1rem;margin-bottom:1.5rem}.submission-header{flex-direction:column;align-items:flex-start;text-align:center}.detail-item{flex-direction:column;align-items:flex-start;gap:.25rem}}.list-of-clients{padding:20px;background-color:#fff;color:#374151;border-radius:10px;max-width:100%}.mobile-clients-container{display:flex;flex-direction:column;gap:15px;margin-top:15px}.client-card{background:#fff;border-radius:10px;padding:15px;box-shadow:0 2px 8px #0000001a;color:#374151;border:1px solid #e5e7eb}.client-card-header{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.client-name{margin:0;font-size:1.1rem;color:#3b82f6!important;font-weight:500}.client-details{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.detail-label{color:#6b7280!important;font-size:.9rem;font-weight:500}.detail-value{color:#374151!important;font-size:.9rem;text-align:right;flex:1;word-break:break-word}.client-actions{display:flex;justify-content:flex-end}.client-card .detail-value a{color:#6b7280!important;text-decoration:none;transition:color .2s}.client-card .detail-value a:hover{color:#3b82f6!important}.client-management-container{background-color:#f0f4f8}.client-table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;margin-top:20px;max-width:100%;overflow:hidden}.client-table{width:100%;border-collapse:collapse}.client-table th{padding:16px 24px;text-align:left;font-size:.75rem;font-weight:600;position:sticky;top:0;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb}.client-table td{padding:16px 24px;border-bottom:1px solid #e5e7eb;color:#374151}.client-table tr:last-child td{border-bottom:none}.client-table tr:hover{background-color:#f9fafb}.client-name-cell{display:flex;align-items:center;gap:12px}.client-name{font-weight:500;color:#3b82f6}.client-email a{color:#6b7280;text-decoration:none;transition:color .2s}.client-email a:hover{color:#3b82f6}.client-info{font-weight:400;color:#374151}.no-address{color:#9ca3af;font-style:italic}@media (max-width: 768px){.client-table{display:none}}@media (min-width: 769px){.mobile-clients-container{display:none}}.page-size-select{padding:.05rem;border-radius:4px;border:1px solid #ccc;margin-left:60%;margin-top:30%}.pagination-controls{display:flex;gap:.5rem;align-items:center;color:#000}.list-of-cost-centers{padding:20px;color:#fff;border-radius:10px;max-width:100%;box-sizing:border-box}.cost-center-card{background:#1e1e1e;border-radius:10px;padding:15px;box-shadow:0 2px 8px #0003;color:#fff;max-width:100%;overflow-x:auto;word-break:break-word;box-sizing:border-box}.cost-center-details{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;width:100%}.detail-row{display:flex;justify-content:flex-start;align-items:flex-start;gap:8px;flex-wrap:nowrap;width:100%}.detail-label{color:#a0a0a0;font-size:.9rem;font-weight:500;min-width:90px;max-width:40%;text-align:left;margin-right:4px;white-space:nowrap}.detail-value{color:#fff;font-size:.9rem;text-align:left;max-width:60%;word-break:break-word;display:inline-block;vertical-align:top;white-space:normal}.sortable-header{padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;-webkit-user-select:none;user-select:none;transition-property:background-color;transition-duration:.2s}.sortable-header:hover{background-color:#f3f4f6}.sort-indicator-container{display:flex;flex-direction:column;opacity:.6;transition:opacity .2s ease-in-out}.sortable-header:hover .sort-indicator-container{opacity:1}.header-content{display:flex;align-items:center;gap:8px}.sort-indicator{display:flex;align-items:center;color:#3b82f6}.sort-icon-group{display:flex;flex-direction:column}.sort-icon-placeholder{color:#9ca3af}.sort-icon-up{margin-bottom:-4px}.actions-header{text-align:center}.action-buttons{display:flex;justify-content:center;gap:8px}.list-of-cost-centers{padding:20px;color:#fff;border-radius:10px;max-width:100%;min-height:100%;box-sizing:border-box}.text-sm-l{color:#000}.mobile-cost-centers-container{display:flex;flex-direction:column;gap:15px;margin-top:15px}.cost-center-card{background:#1e1e1e;border-radius:10px;padding:15px;box-shadow:0 2px 8px #0003;color:#fff}.cost-center-header{display:grid;grid-template-columns:auto max-content;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #333}.cost-center-name{margin:0;font-size:1.1rem;color:#3b82f6}.cost-center-code-mobile{background:#3a3a3a;padding:3px 8px;border-radius:12px;font-size:.8rem;white-space:nowrap}.cost-center-details{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.detail-row{display:flex;justify-content:space-between}.detail-label{color:#a0a0a0;font-size:.9rem;font-weight:500}.detail-value{color:#fff;font-size:.9rem;text-align:right;flex:1;word-break:break-word}.cost-center-actions{display:flex;justify-content:flex-end}.edit-btn{padding:8px 16px;font-size:.85rem;background:#1976d2;color:#fff;border-radius:6px;border:none}.cost-center-management-container{background-color:#f0f4f8}.cost-center-table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;margin-top:20px;max-width:100%;overflow:hidden}.cost-center-table{width:100%;border-collapse:collapse}.cost-center-table th{padding:16px 24px;text-align:left;font-size:.75rem;font-weight:600;position:sticky;top:0;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb}.cost-center-table td{padding:16px 24px;border-bottom:1px solid #e5e7eb;color:#374151}.cost-center-table tr:last-child td{border-bottom:none}.cost-center-table tr:hover{background-color:#f9fafb}.cost-center-code-cell{display:flex;align-items:center;gap:12px}.cost-center-code{color:#3b82f6;font-family:monospace;font-size:1rem;font-weight:600}.cost-center-info{font-weight:400;color:#374151}.cost-center-description{font-weight:400;color:#4b5563}.no-description,.no-manager{color:#9ca3af;font-style:italic}.action-buttons,.cursor-pointer{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.text-red-500.cursor-pointer:hover{cursor:pointer!important}@media (max-width: 768px){.cost-center-table{display:none}}@media (min-width: 769px){.mobile-cost-centers-container{display:none}}.summary-card{margin-top:20px;background:#1e1e1e;border-radius:10px;padding:15px;box-shadow:0 2px 8px #0003}.summary-card p{margin:0;font-size:1rem;color:#fff}.remove-button{background:none;border:none;padding:.25rem;cursor:pointer;border-radius:50%;transition:all .2s;color:#4b5563}.remove-button:hover{background-color:#e5e7eb;color:#dc2626}.trash-icon{vertical-align:middle}.pagination-container{display:flex;justify-content:end;align-items:center;margin-top:1rem;gap:1rem;padding:.5rem;background:#f9f9f900;border-radius:4px;flex-wrap:wrap}.items-per-page{display:flex;align-items:center;gap:.5rem}.page-size-select{padding:.05rem;border-radius:4px;border:1px solid #ccc;margin-left:0%;margin-top:30%}.pagination-controls{display:flex;gap:.5rem;align-items:center}.page-number{margin:0 .5rem}.common-card-content{padding:0%;margin-top:0%}.month-select{padding:.5rem;border-radius:4px;border:1px solid #ccc}.action-buttons{display:flex;gap:1rem;margin-bottom:1.5rem}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.filter-pill{margin-bottom:.4rem;padding:1rem;margin-left:0%;background-color:#e2e8f0;border-radius:14px}.filter-text{margin-right:.5rem}.filter-value{font-weight:600}.remove-button{background:none;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center}.trash-icon{margin-left:.25rem}.no-records{text-align:center;padding:2rem;color:#64748b}.timesheet-management-container{background-color:#f0f4f8}.timesheet-table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;margin-top:20px;max-width:100%;overflow:hidden;position:relative}.table-scroll-container{overflow-x:auto;overflow-y:auto;max-height:70vh;position:relative}.timesheet-table{width:100%;border-collapse:separate;border-spacing:0;position:relative}.timesheet-table th{padding:16px 24px;text-align:left;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb;position:sticky;top:0;z-index:0;border-bottom:1px solid #eeeded;border-right:1px solid #eeeded}.timesheet-table th:last-child{border-right:none}.timesheet-table td{padding:16px 24px;border-bottom:1px solid #eeeded;color:#374151;background-color:#fff}.timesheet-table th,.timesheet-table td{border-right:1px solid #eeeded;background-clip:padding-box}.timesheet-table th:last-child,.timesheet-table td:last-child{border-right:none}.timesheet-table tr:last-child td{border-bottom:none}.timesheet-table tr:hover td:not(.fixed-column){background-color:#f9fafb}.fixed-column{position:sticky;left:0;background-color:#fff;z-index:100;border-right:1px solid #e5e7eb!important;box-shadow:none}.timesheet-table th.fixed-column{z-index:110;background-color:#f9fafb;border-right:1px solid #eeeded!important;box-shadow:none}.timesheet-table td.fixed-column{z-index:100;border-right:1px solid #eeeded!important;box-shadow:none;background-color:#fff}.timesheet-table th.fixed-column+th,.timesheet-table td.fixed-column+td{border-left:none!important}.timesheet-table th:not(.fixed-column),.timesheet-table td:not(.fixed-column){z-index:auto}.timesheet-table td,.timesheet-table th{z-index:10}.timesheet-table th.fixed-column:nth-child(2),.timesheet-table td.fixed-column:nth-child(2){left:200px;border-right:1px solid #eeeded!important;box-shadow:none}.timesheet-table th.fixed-column:nth-child(1),.timesheet-table td.fixed-column:nth-child(1){left:0;min-width:200px;border-right:1px solid #eeeded!important;box-shadow:none}.timesheet-table tr:hover td.fixed-column{background-color:#f9fafb;border-right:1px solid #eeeded!important;box-shadow:none}.week-column{min-width:180px}.week-header{display:flex;flex-direction:column;gap:8px}.week-header-top{display:flex;flex-direction:column;align-items:center}.week-header-top small{color:#6b7280;font-size:.75rem}.week-header-actions{display:flex;flex-direction:column;gap:8px;align-items:center}.select-all{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#6b7280}.employee-name{font-weight:500;color:#1f2937;min-width:200px}.week-entry{display:flex;flex-direction:column;gap:8px}.hours-display{font-weight:600;color:#1f2937;text-align:center}.week-actions{display:flex;justify-content:center;align-items:center;gap:8px}.week-checkbox{margin-right:8px}.approved-label{display:flex;align-items:center;gap:4px;color:#16a34a;font-size:.875rem}.approved-icon{color:#16a34a}.no-data{color:#9ca3af;font-style:italic}.table-footer{padding:16px 24px;border-top:1px solid #f8f8f8;background-color:#f9fafb;display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280}.dropdown-container-selection{gap:1rem;display:flex;flex-direction:row}.dropdown-month-year{z-index:100}.week-header{display:flex;flex-direction:column;gap:.5rem}.select-all{align-items:center;gap:.5rem;font-weight:400;font-size:.875rem}.approve-selected-button{margin-top:.5rem;padding:.25rem .5rem;font-size:.875rem}.employee-code-cell{left:0;font-weight:600}.approved{background-color:#f0fdf4}.small-button{padding:.25rem .5rem;font-size:.875rem}.view-button{background-color:#10b981}.view-button:hover{background-color:#059669}.hours{font-weight:700;font-size:medium;margin-left:.5rem}.approved-label{color:green;font-size:.9rem}.week-entry-content{display:flex;flex-direction:column;gap:.5rem}.mobile-cards-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.week-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.week-card-header{padding:1rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.week-card-header h3{margin:0;font-size:1.125rem}.week-actions{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.employee-list{display:flex;flex-direction:column}.employee-card{padding:1rem;border-bottom:1px solid #e2e8f0}.employee-card:last-child{border-bottom:none}.employee-card.approved{background-color:#f0fdf4}.employee-info{display:flex;justify-content:space-between;margin-bottom:.75rem}.employee-code{font-weight:600}.employee-hours{color:#334155}.employee-actions{display:flex;gap:.5rem;align-items:center}.employee-checkbox{margin-right:auto}.action-button{padding:.375rem .75rem;font-size:.875rem}.pagination-controls{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:1.5rem}.delegation-modal-content{display:flex;flex-direction:column;gap:1rem;padding:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600}.modal-input{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none}.header-content{display:flex;align-items:center;justify-content:space-between;gap:8px}.sort-indicator-container{display:flex;align-items:center}.sort-indicator{opacity:1}.sort-icon-group{display:flex;flex-direction:column;gap:1px}.sort-icon-placeholder{opacity:.3}.sort-icon-up{margin-bottom:-2px}@media (min-width: 640px){.pagination-controls{flex-direction:row;justify-content:space-between}}.page-size-selector{display:flex;align-items:center;gap:.5rem}.page-navigation{display:flex;align-items:center;gap:1rem}@media (max-width: 767px){.filter-input-row,.sort-input-row{flex-direction:column}.filter-buttons,.sort-buttons{justify-content:flex-end}.week-entry-content{align-items:flex-start}.employee-actions{width:100%;justify-content:flex-end}.timesheet-table th.fixed-column:nth-child(2),.timesheet-table td.fixed-column:nth-child(2){left:150px}.timesheet-table th.fixed-column:nth-child(1),.timesheet-table td.fixed-column:nth-child(1){min-width:150px}}.timesheet-table th.fixed-column,.timesheet-table td.fixed-column{border-right:2px solid #eeeded!important;box-shadow:none;background-color:#fff;z-index:2}.timesheet-table th.fixed-column{background-color:#f9fafb;z-index:15;border-right:2px solid #e5e7eb!important;box-shadow:none}.timesheet-table tr:hover td.fixed-column{background-color:#f9fafb;border-right:2px solid #e5e7eb!important;box-shadow:none}.wfo-card-content{padding:0;margin-top:0;display:flex;flex-direction:column;height:100%}.wfo-filter-section{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.wfo-filter-section{max-width:10px}.wfo-filter-sort-container{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.wfo-management-container{background-color:#f0f4f8;border-radius:12px;overflow:hidden}.wfo-table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;margin-top:20px;max-width:100%;overflow:hidden}.table-scroll-container{max-height:500px;overflow-y:auto;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.table-scroll-container::-webkit-scrollbar{display:none}.wfo-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:auto}.wfo-table th{padding:16px 12px;text-align:center;font-size:.75rem;font-weight:600;position:sticky;top:0;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.wfo-table td{padding:16px 12px;border-bottom:1px solid #e5e7eb;color:#374151;text-align:center}.wfo-table tr:last-child td{border-bottom:none}.wfo-table tr:hover{background-color:#f9fafb}.wfo-fixed-column-1{position:sticky;left:0;z-index:2;background-color:#fff;min-width:180px;border-right:1px solid #e5e7eb}.wfo-fixed-column-2{position:sticky;left:180px;z-index:2;background-color:#fff;min-width:180px;border-right:1px solid #e5e7eb}.wfo-table thead .wfo-fixed-column-1,.wfo-table thead .wfo-fixed-column-2{background-color:#f9fafb;z-index:3}.date-column{min-width:60px}.date-header{display:flex;flex-direction:column;gap:4px}.date-day{font-weight:600;color:#1f2937}.date-weekday{font-size:.75rem;color:#6b7280}.employee-code-badge{color:#3b82f6;font-family:monospace;font-size:1rem;font-weight:600;text-align:center}.wfo-employee-name{font-weight:400;color:#1f2937}.wfo-present{color:#16a34a;position:relative}.wfo-absent{color:#dc2626}.location-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#1f2937;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;white-space:nowrap;visibility:hidden;opacity:0;transition:opacity .2s;z-index:10}.wfo-present:hover .location-tooltip{visibility:visible;opacity:1}.wfo-legend{display:flex;gap:24px;padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-radius:0 0 12px 12px}.legend-item{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#374151}.legend-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px}.legend-icon.wfo-present{color:#16a34a;background-color:#f0fdf4}.legend-icon.wfo-absent{color:#dc2626;background-color:#fef2f2}.wfo-tick-mark{color:green;font-weight:700}.cross-mark{color:red;font-weight:700}.location{color:#3e3e3e;font-weight:450;font-size:.8rem;display:block}.sort-arrow{position:absolute;right:5px;text-align:left;font-size:.75rem}.wfo-filter-popup,.wfo-sort-popup{position:absolute;left:0;top:100%;margin-top:.5rem;z-index:50;width:300px;background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:1rem;box-shadow:0 4px 12px #0000001a}.wfo-filter-pill{display:flex;align-items:center;background-color:#e2e8f0;padding:.5rem 1rem;border-radius:14px;margin-right:.5rem;font-size:.875rem}.wfo-filter-text{margin-right:.5rem}.wfo-pagination-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem}.wfo-page-size-select{padding:.5rem;border:1px solid #ccc;border-radius:4px}.wfo-no-records{text-align:center;padding:2rem;color:#64748b}@media (max-width: 767px){.wfo-mobile-cards-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.wfo-employee-card{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;background-color:#fff}.wfo-employee-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.employee-code-badge{background-color:#5b6a70;color:#fff;padding:.1rem .5rem;border-radius:12px;font-size:.875rem;font-weight:600;text-align:center}.employee-name{font-weight:600;color:#1f2937;text-align:center}.wfo-wfo-dates-container{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#cbd5e0 transparent}.wfo-wfo-dates-container::-webkit-scrollbar{height:4px}.wfo-wfo-dates-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.wfo-wfo-dates-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.wfo-wfo-dates-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.wfo-wfo-date-entry{flex:0 0 auto;min-width:80px;border:1px solid #cbd5e0;border-radius:6px;padding:.75rem .5rem;text-align:center;background-color:#f8fafc}.wfo-wfo-date{font-weight:600;font-size:.875rem;color:#374151;margin-bottom:.25rem}.wfo-wfo-status{margin-top:.25rem}.wfo-wfo-status .tick-mark{color:#10b981;font-weight:700;font-size:1.125rem}.wfo-wfo-status .wfo-cross-mark{color:#ef4444;font-weight:700;font-size:1.125rem}.wfo-wfo-status .location{font-size:.625rem;color:#6b7280;margin-top:.125rem;display:block;line-height:1.2}.wfo-table-container{display:none}}@media (min-width: 768px){.wfo-mobile-cards-container{display:none}}.dropdown-month-year{width:100%;min-width:120px;box-sizing:border-box;display:block}.filter-section,.wfo-filter-section{max-width:250px;width:100%;box-sizing:border-box}.employee-calendar{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f8f9fa;border-radius:12px;box-shadow:0 4px 6px #0000001a}.calendar-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.header-left{display:flex;flex-direction:column;gap:10px}.calendar-title{font-size:28px;font-weight:700;color:#1f2937;margin:0;line-height:1.2}.employee-info{display:flex;flex-direction:column;gap:4px}.employee-name{font-size:16px;font-weight:600;color:#374151}.employee-code-display{font-size:14px;color:#6b7280;font-family:Courier New,monospace}.header-right{display:flex;flex-direction:column;gap:20px;align-items:flex-end}.employee-selector{display:flex;align-items:center;gap:10px}.employee-selector label{font-weight:600;color:#374151}.employee-input{padding:8px 12px;border:2px solid #e5e7eb;border-radius:6px;font-size:14px;min-width:120px;transition:border-color .2s}.employee-input:focus{outline:none;border-color:#3b82f6}.navigation{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.year-navigation,.month-navigation{display:flex;align-items:center;gap:12px;min-width:fit-content}.nav-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s;color:#374151;font-weight:600}.nav-button:hover:not(:disabled){background:#f3f4f6;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f61a}.nav-button:active:not(:disabled){transform:translateY(0)}.nav-button:disabled{opacity:.4;cursor:not-allowed;border-color:#e5e7eb;color:#9ca3af}.nav-button svg{flex-shrink:0}.year-display,.month-display{font-weight:600;font-size:16px;color:#1f2937;min-width:80px;text-align:center;white-space:nowrap}.loading{text-align:center;padding:60px;font-size:18px;color:#6b7280;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.calendar-grid{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.weekday-header{display:grid;grid-template-columns:repeat(7,1fr);background:#374151;color:#fff}.weekday{padding:15px;text-align:center;font-weight:600;font-size:14px}.calendar-body{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e5e7eb}.calendar-day{background:#fff;min-height:120px;padding:8px;display:flex;flex-direction:column;position:relative;transition:all .2s;cursor:pointer;border:1px solid transparent}.calendar-day:hover{background:#f0f9ff;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f61a}.calendar-day.today{background:#eff6ff;border-left:4px solid #3b82f6}.calendar-day.today:hover{background:#dbeafe}.calendar-day.empty{background:#f9fafb;min-height:120px}.day-number{font-weight:600;font-size:16px;color:#1f2937;margin-bottom:8px}.wfo-status{margin-bottom:8px}.wfo-present .status-icon{color:#10b981;font-weight:700;font-size:16px}.wfo-absent .status-icon{color:#ef4444;font-weight:700;font-size:16px}.location{font-size:11px;color:#6b7280;margin-top:2px;line-height:1.2}.timesheet-status{padding:6px 8px;border-radius:4px;margin-top:auto;border:1px solid #e5e7eb}.status-text{font-size:10px;font-weight:600;color:#374151;margin-bottom:2px;text-transform:uppercase}.action-date{font-size:9px;color:#6b7280}.legend{display:flex;justify-content:center;gap:30px;margin-top:20px;padding:15px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151}.legend-icon{font-weight:700;font-size:16px}.legend-icon.wfo-present{color:#10b981}.legend-icon.wfo-absent{color:#ef4444}.legend-color{width:16px;height:16px;border-radius:3px;border:1px solid #e5e7eb}@media (max-width: 768px){.employee-calendar{padding:10px}.calendar-header{flex-direction:column;gap:20px;align-items:flex-start}.header-right{align-items:flex-start;width:100%}.calendar-title{font-size:24px}.navigation{gap:15px;justify-content:space-between;width:100%}.year-navigation,.month-navigation{gap:8px}.nav-button{width:36px;height:36px}.year-display,.month-display{font-size:14px;min-width:70px}.calendar-day{min-height:100px;padding:6px}.legend{flex-wrap:wrap;gap:15px}}@media (max-width: 480px){.calendar-title{font-size:20px}.employee-selector,.employee-input{width:100%}.navigation{flex-direction:column;gap:15px;width:100%;align-items:stretch}.year-navigation,.month-navigation{justify-content:center;gap:10px}.nav-button{width:32px;height:32px}.year-display,.month-display{font-size:13px;min-width:60px}.calendar-day{min-height:80px;padding:4px}.day-number{font-size:14px}.status-text{font-size:9px}.action-date{font-size:8px}.location{font-size:10px}}.list-of-roles{padding:20px;color:#fff;border-radius:10px;max-width:100%}.mobile-roles-container{display:flex;flex-direction:column;gap:15px;margin-top:15px}.role-card{background:#1e1e1e;border-radius:10px;padding:15px;box-shadow:0 2px 8px #0003;color:#fff}.role-card-header{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #333}.role-actions{display:flex;align-items:center;gap:10px}.roles-management-container{background-color:#f0f4f8}.roles-table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;margin-top:20px;max-width:100%;overflow:hidden}.table-scroll-container{max-height:500px;overflow-y:auto;overflow-x:auto}.roles-table{width:100%;border-collapse:collapse}.roles-table th{padding:16px 24px;text-align:left;font-size:.75rem;font-weight:600;position:sticky;top:0;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb}.roles-table td{padding:16px 24px;border-bottom:1px solid #e5e7eb;color:#374151;text-align:left}.roles-table tr:last-child td{border-bottom:none}.roles-table tr:hover{background-color:#f9fafb}.role-name-cell{display:flex;align-items:center;gap:12px}.role-name{font-weight:400;color:#1f2937;font-size:1.05rem}.table-footer{padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#f9fafb;display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}@media (max-width: 768px){.role-table{display:none}}@media (min-width: 769px){.mobile-roles-container{display:none}}.timeline-view-container{padding:1rem 2rem 2rem;background-color:#f9fafb;border-radius:12px;max-width:1400px;margin:2rem auto}.controls-section{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background-color:#fff;border-radius:8px;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}.left-controls{display:flex;align-items:center;gap:1rem}.search-container{position:relative}.search-input{padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;width:250px;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#6b7280;pointer-events:none}.year-selector{display:flex;align-items:center;gap:.5rem}.controls-section label,.controls-section select{font-size:1rem;font-weight:500}.employee-list-timeline{display:flex;flex-direction:column;gap:1.5rem}.employee-timeline-card{position:relative;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:box-shadow .2s ease-in-out;box-shadow:0 1px 2px #0000000a}.employee-timeline-card:hover{box-shadow:0 4px 8px #0000000f}.employee-info{display:flex;justify-content:space-between;margin-bottom:1.5rem}.employee-info-left{margin-left:10px;display:flex;align-items:baseline;gap:.75rem}.employee-info-right{margin-left:auto;display:flex;align-items:center}.name-details{display:flex;align-items:flex-start;gap:.75rem}.employee-code-employee-timeline{margin-left:0%;background-color:#eff6ff;color:#3b82f6;padding:.2rem .5rem;border-radius:4px;font-size:.9rem;font-weight:700;font-family:Courier New,Courier,monospace}.employee-name{font-size:1.25rem;font-weight:600;color:#111827}.employee-timeline-header{display:grid;grid-template-columns:repeat(12,1fr);margin-bottom:.25rem;gap:0;border-radius:4px;position:relative}.month-label{text-align:center;font-size:.8rem;font-weight:500;color:#6b7280;width:100%;padding:0 2px;position:relative}.timeline-track{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:1.75rem;gap:0;border-radius:4px;background-color:#f9fafb;position:relative}.timeline-track:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(to right,transparent 0,transparent calc(100% / 12 - 1px),#e5e7eb calc(100% / 12 - 1px),#e5e7eb calc(100% / 12));pointer-events:none;z-index:1}.project-bar{height:100%;border-radius:4px;opacity:.9;transition:opacity .2s,transform .2s;cursor:pointer;display:flex;align-items:center;padding:0 .5rem;overflow:hidden;position:relative;z-index:2;margin:0 1px}.project-bar:hover{opacity:1;transform:scale(1.02);z-index:10}.project-bar-label{color:#fff;font-size:.8rem;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.project-bar:after{content:attr(data-tooltip-text);position:absolute;bottom:110%;left:50%;transform:translate(-50%) scale(.9);background-color:#111827;color:#fff;padding:.5rem .8rem;border-radius:6px;font-size:.85rem;white-space:pre-wrap;text-align:center;line-height:1.4;opacity:0;visibility:hidden;transition:all .2s ease;z-index:20;pointer-events:none;min-width:120px}.project-bar:hover:after{opacity:1;visibility:visible;transform:translate(-50%) scale(1)}.details-button{display:flex;align-items:center;gap:.25rem;background-color:#fff;border:1px solid #d1d5db;color:#2d5fe8;padding:.4rem .8rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}.details-button:hover{background-color:#f9fafb;border-color:#9ca3af}.chevron-icon{width:1.25rem;height:1.25rem;color:#6b7280;transition:transform .2s ease-in-out}.details-button.expanded .chevron-icon{transform:rotate(90deg)}.details-panel{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.details-panel h4{margin:0 0 1rem;color:#374151}.details-panel ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.details-panel li{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.project-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.placeholder-text{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#6b7280}.download-button{background-color:#3b82f6;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.download-button:hover{background-color:#2563eb}.learning-ui-container{max-width:100%;margin:0 auto;background:#f8fafc;min-height:100vh;padding:2rem 1rem}.status-tabs-container{margin-bottom:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid #e2e8f0}.status-tabs{display:flex;background:#fff;border-radius:8px;overflow:hidden;border-bottom:2px solid #e2e8f0}.status-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:none;background:#fff;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:.875rem;color:#64748b;border-right:1px solid #e2e8f0;position:relative}.status-tab:last-child{border-right:none}.status-tab:hover{background:#f8fafc;color:#0b68cb}.status-tab.active{background:#0b68cb;color:#fff;font-weight:600}.status-tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#0b68cb}.tab-label{font-size:.875rem}.tab-count{background:#fff3;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;min-width:24px;text-align:center}.status-tab.active .tab-count{background:#ffffff4d;color:#fff}.status-tab:not(.active) .tab-count{background:#e2e8f0;color:#64748b}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:2rem 0;padding:3rem 2rem;border:1px solid #e2e8f0}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #0B68CB;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:#64748b;font-size:1rem;font-weight:500}.error-container,.empty-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;margin:2rem 0;box-shadow:0 2px 4px #0000001a;border:1px solid #e2e8f0}.error-container h2,.empty-container h2{color:#1e293b;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.error-container p,.empty-container p{color:#64748b;margin-bottom:1rem;line-height:1.6;font-size:1rem}.course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;padding:1rem 0}.course-card{border:1px solid #e2e8f0;background:#fff;border-radius:8px;overflow:hidden;transition:all .2s ease;display:flex;flex-direction:column;position:relative;height:100%;box-shadow:0 1px 3px #0000001a}.course-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#0b68cb}.mandate-banner-container{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;align-items:start;z-index:10}.left-labels,.right-labels{display:flex;gap:8px}.mandate-banner{padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#fff;letter-spacing:.025em}.mandate-banner.mandatory{background:#f59e0b}.mandate-banner.due-soon{background:#ef4444}.mandate-banner.overdue{background:#dc2626;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.course-image-placeholder{width:100%;height:160px;background:linear-gradient(135deg,#0b68cb,#064a8f);display:flex;align-items:center;justify-content:center;position:relative}.video-thumbnail{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;border:2px solid rgba(255,255,255,.3)}.course-content{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column;gap:.75rem}.course-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;line-height:1.4;min-height:2.8em;overflow:hidden;display:flex;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.course-competency{font-size:.875rem;color:#64748b;font-weight:500;margin:0;padding:.5rem .75rem;background:#f1f5f9;border-radius:4px;border-left:3px solid #0B68CB}.course-dates{background:#fef3cd;border:1px solid #f6cc4f;border-radius:4px;padding:.75rem;font-size:.875rem}.date-info{display:flex;justify-content:space-between;align-items:center}.date-label{font-weight:600;color:#92400e}.date-value{color:#1e293b;font-weight:600;background:#fff;padding:.25rem .5rem;border-radius:4px}.course-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag-badge{background:#f1f5f9;color:#475569;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap;border:1px solid #e2e8f0}.tag-badge.mandatory-tag{background:#fef3cd;color:#92400e;border-color:#f6cc4f}.card-progress-container{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#f8fafc;border-radius:4px;border:1px solid #e2e8f0}.card-progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.card-progress-bar-inner{height:100%;background:#0b68cb;border-radius:4px;transition:width .3s ease}.progress-text{font-size:.75rem;color:#64748b;font-weight:500;text-align:center}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:auto;padding-top:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;padding:2rem;border-radius:8px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;position:relative;animation:slideIn .2s ease;color:#1e293b;box-shadow:0 10px 25px #0000004d;border:1px solid #e2e8f0}@keyframes slideIn{0%{transform:translateY(-20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-close-button{position:absolute;top:1rem;right:1rem;background:#f8fafc;border:1px solid #e2e8f0;font-size:1.25rem;cursor:pointer;color:#64748b;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-button:hover{background:#ef4444;color:#fff;border-color:#ef4444}.modal-image-placeholder{width:100%;height:180px;background:linear-gradient(135deg,#0b68cb,#064a8f);display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:1.5rem}.modal-details h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:#1e293b;font-weight:600}.modal-meta{background:#f8fafc;padding:1.25rem;border-radius:8px;margin:1.5rem 0;border:1px solid #e2e8f0}.meta-item{margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.meta-item:last-child{margin-bottom:0}.meta-item strong{color:#1e293b;font-weight:600}.modal-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.5rem 0}.modal-dates{background:#f8fafc;padding:1rem;border-radius:8px;margin:1.5rem 0;border:1px solid #e2e8f0}.modal-dates p{margin:0;font-size:.875rem;color:#475569;font-weight:500}.modal-status,.modal-progress{margin:1rem 0;font-size:.875rem;padding:.75rem;background:#f8fafc;border-radius:6px;border-left:3px solid #0B68CB}.modal-status strong,.modal-progress strong{color:#1e293b;font-weight:600}.items-per-page select{padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#1e293b;font-size:.875rem;cursor:pointer}.items-per-page select:focus{outline:none;border-color:#0b68cb;box-shadow:0 0 0 2px #0b68cb1a}.pagination-controls{display:flex;gap:.5rem}@media (max-width: 768px){.learning-ui-container{padding:1rem .5rem}.status-tabs{flex-direction:column}.status-tab{border-right:none;border-bottom:1px solid #e2e8f0}.status-tab:last-child{border-bottom:none}.course-grid{grid-template-columns:1fr;gap:1rem}.modal-content{width:95%;padding:1.5rem;margin:1rem}.card-actions{grid-template-columns:1fr;gap:.5rem}}@media (max-width: 480px){.course-content{padding:1rem}.mandate-banner{font-size:.625rem;padding:.25rem .5rem;top:8px;right:8px}.modal-content{padding:1rem}}:root{--primary-bg: #f0f4f8;--navbar-color: #0B68CB;--sidebar-color: #0d1b2a;--white: #ffffff;--text-primary: #1a202c;--text-secondary: #4a5568;--text-light: #a0aec0;--border-color: #e2e8f0;--success-color: #38a169;--warning-color: #dd6b20;--error-color: #e53e3e;--info-color: #3182ce;--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -1px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-md: 8px;--radius-lg: 12px}.video-page-container{display:flex;height:100vh;width:100%;background-color:var(--primary-bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;background:#f8fafc;padding:20px 10px}.loading-screen,.error-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;padding:2rem;text-align:center;color:var(--text-primary)}.error-screen h2{font-size:1.5rem;margin-bottom:1rem}.error-screen p{color:var(--text-secondary);margin-bottom:2rem}.loading-spinner{width:48px;height:48px;border:4px solid var(--border-color);border-top-color:var(--navbar-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.video-main-content{flex:1;padding:1.5rem 2rem;display:flex;flex-direction:column;overflow-y:auto;min-width:0;border-radius:16px 0 0 16px;box-shadow:0 4px 20px #0000001f;background-color:#f0f4f8}.video-header{margin-bottom:1.5rem;flex-shrink:0}.back-button{background:transparent;color:var(--navbar-color);border:1px solid var(--border-color);padding:.6rem 1.2rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm)}.back-button:hover{background-color:var(--white);border-color:var(--navbar-color);box-shadow:var(--shadow-md)}.video-player-container{width:100%;position:relative;background-color:#000;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);font-size:1.5rem}.video-player-container video{width:100%;height:auto;display:block}.video-player-container.paused video{cursor:pointer}.controls-overlay,.enrollment-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;transition:opacity .3s ease}.controls-overlay{opacity:0;flex-direction:column;justify-content:flex-end}.video-player-container:hover .controls-overlay,.video-player-container.paused .controls-overlay{opacity:1}.enrollment-overlay{flex-direction:column;align-items:center;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);text-align:center;padding:2rem}.enrollment-overlay h3{font-size:1.75rem;margin:0 0 .75rem}.enrollment-overlay p{font-size:1.1rem;color:#fffc;margin:0 0 1.5rem;max-width:400px}.enroll-main-button{background:var(--navbar-color);color:var(--white);border:none;padding:.8rem 2rem;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-md)}.enroll-main-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.enroll-main-button:disabled{background:var(--text-secondary);cursor:not-allowed}.controls-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.controls-left,.controls-right{display:flex;align-items:center;gap:.5rem}.controls-center{flex-grow:1;display:flex;align-items:center;gap:1rem}.control-button{background:transparent;border:none;color:var(--white);padding:.5rem;cursor:pointer;font-size:inherit;transition:all .2s ease;border-radius:50%;width:40px;height:40px}.control-button:hover{background-color:#fff3}.control-button:disabled{color:#fff6;cursor:not-allowed}.time-display{font-size:.9rem;color:var(--white);font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none}.progress-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:5px;background:#ffffff4d;border-radius:5px;opacity:.5;cursor:not-allowed;background-image:linear-gradient(var(--navbar-color),var(--navbar-color));background-size:var(--value, 0%) 100%;background-repeat:no-repeat;transition:height .1s ease-in-out}.progress-slider:hover{height:8px}.progress-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:var(--white);border-radius:50%;box-shadow:var(--shadow-sm);transform:scale(0);transition:transform .2s ease}.progress-slider:hover::-webkit-slider-thumb,.progress-slider:active::-webkit-slider-thumb{transform:scale(1)}.speed-control{position:relative}.speed-button{font-size:.9rem;font-weight:600;width:50px}.speed-menu{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#1e293be6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:var(--radius-md);padding:.25rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.speed-option{display:block;width:100%;padding:.5rem 1rem;background:none;border:none;color:var(--white);font-size:.9rem;cursor:pointer;text-align:center;border-radius:4px;transition:background-color .2s ease}.speed-option:hover{background:#ffffff1a}.speed-option.active{background:var(--navbar-color);font-weight:600}.video-player-container[data-fullscreen=true]{position:fixed;top:0;left:0;width:100vw;height:100vh;border-radius:0;z-index:1000}.video-info-section{padding:1.5rem 0;color:var(--text-primary)}.video-title-bar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.video-title-bar h1{font-size:1.75rem;font-weight:700;line-height:1.3;margin:0}.video-meta-tags{display:flex;gap:.75rem;flex-shrink:0;padding-top:4px}.status-indicator{padding:.25rem .75rem;border-radius:99px;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:.3rem;border:1px solid}.status-indicator.status-not-enrolled{background-color:var(--warning-color);color:var(--white);border-color:transparent}.status-indicator.status-enrolled,.status-indicator.status-in-progress{background-color:var(--info-color);color:var(--white);border-color:transparent}.status-indicator.status-completed{background-color:var(--success-color);color:var(--white);border-color:transparent}.status-indicator.mandatory{background-color:var(--error-color);color:var(--white);border-color:transparent}.video-details{border-top:1px solid var(--border-color);padding-top:1.5rem;display:grid;gap:1rem}.detail-item{display:grid;grid-template-columns:120px 1fr;gap:1rem;font-size:.95rem}.detail-item strong{color:var(--text-primary);font-weight:600}.detail-item span,.detail-item p{color:var(--text-secondary);margin:0}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.tag-badge{background-color:#e0e7ff;color:#4338ca;padding:.2rem .6rem;border-radius:4px;font-size:.8rem;font-weight:500}.video-playlist-sidebar{width:380px;background-color:var(--sidebar-color);color:var(--white);display:flex;flex-direction:column;overflow:hidden;flex-shrink:0;border-radius:0 16px 16px 0;box-shadow:0 4px 20px #0000001f}.playlist-header{padding:1.5rem;background:#0003;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.playlist-header h3{font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.playlist-header span{font-size:.9rem;color:var(--text-light)}.playlist-list{list-style:none;padding:.5rem;margin:0;overflow-y:auto;flex:1}.playlist-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:var(--radius-md);cursor:pointer;transition:background-color .2s ease;border:1px solid transparent}.playlist-item:hover{background-color:#ffffff0d}.playlist-item.active{background-color:var(--navbar-color);border-color:var(--info-color)}.playlist-item.not-enrolled{opacity:.6}.playlist-item-index{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border-radius:50%;font-size:.9rem;font-weight:600}.playlist-item.active .playlist-item-index{background-color:var(--white);color:var(--navbar-color)}.playlist-item-details{flex-grow:1;min-width:0}.playlist-item-title{margin:0 0 .25rem;font-weight:500;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-status-badge{font-size:.75rem;text-transform:capitalize;color:var(--text-light)}.playlist-item.active .playlist-status-badge{color:#fffc}.playlist-enroll-button{background:var(--white);color:var(--sidebar-color);border:none;padding:.4rem .8rem;border-radius:4px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.playlist-enroll-button:hover{background-color:var(--primary-bg)}@media (max-width: 1024px){.video-page-container{flex-direction:column;height:auto}.video-playlist-sidebar{width:100%;max-height:40vh;height:auto;border-radius:16px;box-shadow:0 4px 20px #0000001f}.video-main-content{padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000001f;margin-bottom:14px}.video-title-bar h1{font-size:1.5rem}}@media (max-width: 768px){.video-title-bar{flex-direction:column;align-items:flex-start;gap:.75rem}.detail-item{grid-template-columns:100px 1fr}.controls-bar{flex-wrap:wrap;padding:.5rem}.controls-center{order:-1;width:100%;flex-basis:100%;gap:.5rem;padding:.5rem 0}.controls-left,.controls-right{flex-grow:1}.controls-right{justify-content:flex-end}}@media (max-width: 480px){.video-main-content{padding:1rem;border-radius:16px;box-shadow:0 4px 20px #0000001f}.video-header{margin-bottom:1rem}.back-button{padding:.5rem 1rem;font-size:.85rem}.detail-item{grid-template-columns:1fr;gap:.25rem}.time-display,.speed-button{font-size:.8rem}.control-button{width:36px;height:36px}}
