.header-left h1{color:#1e293b;font-size:1.2rem;margin:0}.user-profile{align-items:center;display:flex;gap:12px}.user-info{text-align:right}.user-name{color:#1e293b;display:block;font-size:.9rem;font-weight:600}.user-role{color:#64748b;display:block;font-size:.8rem}.avatar-icon{color:#3b82f6;font-size:2rem}@media (max-width:768px){.user-info{display:none}.avatar-icon{font-size:1.75rem}}.search-container{flex:1 1;margin-right:2rem;max-width:400px;position:relative}.search-input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;padding:.75rem 1rem .75rem 2.5rem;transition:all .3s ease;width:100%}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.search-icon{color:#64748b;font-size:1rem;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.header-right{align-items:center;display:flex;gap:1.5rem}.notification-container{cursor:pointer;position:relative}.notification-icon{color:#64748b;font-size:1.25rem;transition:color .2s ease}.notification-icon:hover{color:#3b82f6}.notification-badge{align-items:center;background:#ef4444;border-radius:9999px;color:#fff;display:flex;font-size:.75rem;height:18px;justify-content:center;min-width:18px;padding:.25rem .5rem;position:absolute;right:-8px;top:-8px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.notification-badge{animation:pulse 2s infinite}.avatar-button{color:inherit!important;padding:4px!important}.avatar-button:hover{background-color:#ffffff1a!important}.MuiMenu-paper{border-radius:8px!important;box-shadow:0 4px 20px #0000001a!important;margin-top:8px;min-width:120px}.MuiMenuItem-root{font-size:.9rem;padding:8px 16px!important}.MuiMenuItem-root:hover{background-color:#0000000a!important}*,:after,:before{box-sizing:border-box}body,html{background:linear-gradient(135deg,#fff5ec,#ffe4ca);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;height:100%;margin:0;padding:0}.wrapper{background-color:#f5f7fb;display:flex;min-height:100vh}.sidebar{overflow-y:auto;transition:all .3s cubic-bezier(.4,0,.2,1);width:220px}.sidebar.collapsed{width:60px}.sidebar.hidden{transform:translateX(-100%)}.sidebar.action-collapsed{transition:width .4s cubic-bezier(.4,0,.2,1);width:60px}@media (max-width:768px){.sidebar.action-collapsed{transform:translateX(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}}.logo-sidebar{flex-shrink:0;padding:1rem;text-align:center}.logo-sidebar img{height:60px;margin:0 auto;object-fit:contain;transition:height .3s ease;width:auto}.logo-sidebar h1{color:#fff;font-size:1.2rem;margin-top:.5rem;overflow:hidden;transition:opacity .3s ease;white-space:nowrap}.sidebar.collapsed .logo-sidebar{padding:.5rem}.sidebar.collapsed .logo-sidebar img{height:40px}.sidebar.collapsed .logo-sidebar h1{height:0;margin:0;opacity:0}.logo-sidebar,.sidebar-header{flex-shrink:0}.sidebar-menu{display:flex;flex:1 1;flex-direction:column;gap:.5rem;overflow-y:auto;padding:0;scrollbar-color:#fff3 #0000!important;scrollbar-width:thin}.logout-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;margin-bottom:1rem;margin-top:auto;padding:.8rem 0;transition:all .2s ease}.logout-button:hover{background:#ffffff1a}.menu-item{align-items:center;border-radius:8px;color:#fff;display:flex;padding:.8rem 1rem;text-decoration:none;transition:all .2s ease}.menu-item:hover{background:#ffffff1a}.menu-item.active{background:#f96}.icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.label{margin-left:1rem;white-space:nowrap}.main-content{margin-left:220px;transition:margin-left .3s cubic-bezier(.4,0,.2,1)}.main-content.sidebar-collapsed{margin-left:60px}.main-content.sidebar-hidden{margin-left:0}.main-content.sidebar-action-collapsed{margin-left:60px;transition:margin-left .4s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.main-content.sidebar-action-collapsed{margin-left:0;transition:margin-left .4s cubic-bezier(.4,0,.2,1)}}.content-container{flex:1 1;overflow-y:auto;padding:24px}.content-wrapper{animation:fadeIn .3s ease-in-out;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;min-height:calc(100vh - 140px);padding:24px}@media (max-width:768px){.sidebar-collapsed{width:60px}.sidebar.hidden{transform:translateX(-100%)}.sidebar.show{transform:translateX(0)}.sidebar.auto-collapsed{transform:translateX(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.main-content.sidebar-collapsed{margin-left:60px;padding:10px}.main-content.sidebar-hidden{margin-left:0}.main-content.sidebar-auto-collapsed{margin-left:0;transition:margin-left .4s cubic-bezier(.4,0,.2,1)}.main-content:not(.sidebar-hidden){margin-left:60px}.sidebar-menu{padding:.8rem 0}.content-container,.content-wrapper{padding:16px}}.header{background:#fff;border-bottom:1px solid #e2e8f0;height:60px;position:sticky;width:100%;z-index:1000}.header-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 20px}.content-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:1.5rem}.content-wrapper:hover{box-shadow:0 4px 16px #0000000f;transition:box-shadow .3s ease}.app-container{display:flex;flex-direction:column;height:100vh}.main-wrapper{display:flex;flex:1 1;margin-top:60px;overflow:hidden;position:relative}.main-content{flex:1 1;overflow-y:auto;padding:20px;transition:margin-left .3s ease}.SnackbarContainer-top{top:80px!important}.SnackbarItem-variantError,.SnackbarItem-variantInfo,.SnackbarItem-variantSuccess,.SnackbarItem-variantWarning{z-index:1400!important}@media (max-width:768px){.SnackbarContainer-top{left:10px!important;right:10px!important;top:70px!important}}.sidebar{background:#24243e;height:calc(100vh - 60px);left:0;position:fixed;top:60px;transition:all .3s ease;z-index:1000}.sidebar:not(.collapsed){transform:translateX(0)}.header{left:0;position:fixed;right:0;top:0;z-index:1001}.toggle-button{align-items:center;background:none;border:none;color:#1e293b;cursor:pointer;display:flex;font-size:1.25rem;justify-content:center;padding:.5rem;transition:color .2s ease}.toggle-button:hover{color:#3b82f6}.header-left{align-items:center;display:flex;gap:1rem}@media screen and (max-width:768px){.sidebar{bottom:0;height:calc(100vh - 60px);left:0;max-height:100vh;padding-bottom:120px;position:fixed;z-index:1000}}.login-container{align-items:center;background:#0f0c29;background:linear-gradient(90deg,#24243e,#302b63,#0f0c29);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.login-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.login-shape{filter:blur(100px);opacity:.5;position:absolute}.login-shape:first-child{animation:morphing 15s linear infinite;background:#f96;border-radius:42% 58% 70% 30%/45% 45% 55% 55%;height:500px;right:-100px;top:-250px;width:500px}.login-shape:nth-child(2){animation:morphing 12s linear infinite reverse;background:#ff5e62;border-radius:38% 62% 63% 37%/41% 44% 56% 59%;bottom:-200px;height:400px;left:-100px;width:400px}@keyframes morphing{0%{border-radius:42% 58% 70% 30%/45% 45% 55% 55%}50%{border-radius:38% 62% 63% 37%/41% 44% 56% 59%}to{border-radius:42% 58% 70% 30%/45% 45% 55% 55%}}.login-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:24px;box-shadow:0 8px 32px 0 #1f26875e;max-width:450px;overflow:hidden;width:100%;z-index:1}.login-header{background:#ffffff1a;border-bottom:1px solid #ffffff1a;padding:30px 20px;text-align:center}.login-logo{filter:drop-shadow(0 0 10px rgba(255,153,102,.5));height:auto;margin-bottom:15px;width:120px}.login-header h1{color:#fff;font-size:28px;font-weight:600;letter-spacing:1px;margin:0;text-shadow:0 2px 4px #0003}.company-subtitle{color:#fffc;font-size:14px;margin-top:5px}.login-content{padding:40px}.login-content h2{color:#fff;font-size:24px;font-weight:600;margin:0;text-align:center}.login-subtitle{color:#ffffffb3;font-size:14px;margin:10px 0 30px;text-align:center}.input-group{margin-bottom:25px}.input-icon{color:#ffffffb3;font-size:18px;left:15px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.login-input{background:#ffffff1a;border:none;border-radius:12px;color:#fff;font-size:16px;padding:15px 15px 15px 45px;transition:all .3s ease;width:100%}.login-input::placeholder{color:#ffffff80}.login-input:focus{background:#ffffff26;box-shadow:0 0 0 3px #ff99664d;outline:none}.input-border{background:linear-gradient(90deg,#f96,#ff5e62);bottom:0;height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s ease;width:100%}.login-input:focus+.input-border{transform:scaleX(1)}.login-button{align-items:center;background:linear-gradient(90deg,#f96,#ff5e62);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;overflow:hidden;padding:15px;position:relative;transition:all .3s ease;width:100%}.login-button:before{background:linear-gradient(120deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.5s;width:100%}.login-button:hover:before{left:100%}.login-button.loading{background:#666;cursor:not-allowed}.loader{animation:rotate 1s linear infinite;border:3px solid;border-color:#fff #fff #0000;border-radius:50%;height:20px;width:20px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-footer{color:#ffffffb3;font-size:14px;margin-top:25px;text-align:center}.login-footer a{color:#f96;font-weight:500;text-decoration:none;transition:color .3s ease}.login-footer a:hover{color:#ff5e62;text-decoration:underline}.error-message{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f333;border:1px solid #ff33334d;border-radius:8px;color:#f33;font-size:14px;margin-bottom:20px;padding:12px;text-align:center}@media (max-width:480px){.login-box{margin:20px}.login-content,.login-header{padding:20px}.login-logo{width:100px}}.forgot-password-link{margin:15px 0;text-align:center}.auth-link{color:#24243e;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease}.auth-link:hover{color:#1a1a2e;text-decoration:underline}.success-message{padding:20px;text-align:center}.success-message .success-icon{margin-bottom:20px}.success-message h2{color:#24243e;font-size:24px;margin-bottom:15px}.success-message .success-text{color:#28a745;font-size:16px;font-weight:500;margin-bottom:15px}.success-message .instruction-text{color:#666;font-size:14px;line-height:1.5;margin-bottom:20px}.loading-message{padding:40px 20px;text-align:center}.loading-message h2{color:#24243e;font-size:22px;margin:20px 0 10px}.loading-message p{color:#666;font-size:14px}.input-group{position:relative}.password-toggle{color:#666;font-size:16px;padding:5px;right:10px;transition:color .3s ease}.password-toggle:hover{color:#24243e}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.password-requirements{background-color:#24243e0d;border-left:3px solid #24243e;border-radius:5px;margin:10px 0;padding:10px}.password-requirements p{color:#666;font-size:12px;margin:0}.error-message h2{color:#dc3545;font-size:22px;margin-bottom:15px}.error-message p{line-height:1.5;margin-bottom:10px}.login-button[href]{display:inline-block;text-align:center;text-decoration:none}@media (max-width:480px){.loading-message,.success-message{padding:20px 10px}.loading-message h2,.success-message h2{font-size:20px}.password-requirements{margin:8px 0;padding:8px}.forgot-password-link{margin:12px 0}}.register-container{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;flex-direction:column;min-height:100vh;padding:2rem}.logo-section{animation:fadeIn .6s ease-out;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:16px;box-shadow:0 8px 32px #0ea5e926;color:#fff;margin-bottom:2rem;max-width:800px;padding:1.5rem;text-align:center;width:100%}.logo{filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));height:120px;margin:10px auto;object-fit:contain;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.register-form{animation:slideUp .6s ease-out;display:flex;flex-direction:column;gap:1.5rem;max-width:800px;width:100%}.form-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6!important;border-radius:16px!important;box-shadow:0 8px 32px #00000014!important;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.form-section:hover{box-shadow:0 12px 48px #0000001f!important;transform:translateY(-4px)}.section-title{color:#0284c7!important;font-size:1.25rem!important;font-weight:700!important;margin-bottom:1.5rem!important;padding-bottom:.5rem;position:relative}.section-title:after{background:linear-gradient(90deg,#0ea5e9,#38bdf8);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.fields-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.form-field{width:100%}.MuiSelect-root,.MuiTextField-root{background:#fff;border-radius:8px!important}.MuiOutlinedInput-root{transition:transform .2s ease}.MuiOutlinedInput-root:hover{transform:translateY(-2px)}.MuiOutlinedInput-root.Mui-focused{box-shadow:0 4px 20px #0ea5e926;transform:translateY(-2px)}.submit-button{background:linear-gradient(135deg,#0ea5e9,#0284c7)!important;border-radius:12px!important;font-weight:600!important;letter-spacing:1px!important;margin-top:1rem!important;padding:1rem!important;text-transform:uppercase!important;transition:all .3s ease!important}.submit-button:hover{box-shadow:0 8px 32px #0ea5e940!important}.alert{animation:slideDown .4s ease-out;border-radius:12px!important;margin-bottom:1rem;max-width:800px;width:100%}@media (max-width:600px){.register-container{padding:1rem}.form-section{padding:1.5rem}.fields-container{grid-template-columns:1fr}.logo-section{border-radius:12px;padding:1rem}.logo{height:80px}.progress-section{margin-bottom:1rem;padding:1rem}}.MuiMenuItem-root,.MuiSelect-select{padding:1rem!important}.MuiMenuItem-root{transition:background .2s ease!important}.MuiMenuItem-root:hover{background:#f0f9ff!important}input[type=date]{padding:1rem}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0ea5e9!important;border-width:2px!important}.Mui-error .MuiOutlinedInput-notchedOutline{border-color:#ef4444!important}.progress-section{animation:fadeIn .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;max-width:800px;padding:1.5rem;width:100%}.progress-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-bar{background-color:#e0f2fe!important;border-radius:4px!important;height:8px!important}.progress-bar .MuiLinearProgress-bar{background:linear-gradient(90deg,#0ea5e9,#38bdf8)!important;border-radius:4px}@keyframes progressFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.MuiLinearProgress-bar{animation:progressFill .6s ease-out;transform-origin:left}.user-table{background:#fff;border-radius:16px!important;box-shadow:0 8px 32px #00000014!important;margin-bottom:2rem;max-width:100%;overflow-x:auto;transition:all .3s ease;width:100%}.user-table:hover{box-shadow:0 12px 48px #0000001f!important;transform:translateY(-2px)}.MuiTableHead-root .MuiTableCell-root{letter-spacing:1px}.user-row{border-bottom:1px solid #f1f5f9;transition:all .2s ease-in-out}.clickable-row{cursor:pointer}.clickable-row:hover{background-color:#f8fafc!important;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.user-table .MuiTableCell-root{font-size:14px;padding:16px 20px}.user-table .MuiTableHead-root .MuiTableCell-root{font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.user-table .MuiTableBody-root .MuiTableCell-root{font-weight:500}.employee-details-modal .MuiDialog-paper{border-radius:16px;box-shadow:0 8px 32px #0000001f}.employee-details-modal .MuiDialogTitle-root{background:linear-gradient(135deg,#f8fafc,#eef2f6);border-bottom:2px solid #e2e8f0}.employee-details-modal .MuiDialogActions-root{background:linear-gradient(135deg,#f8fafc,#eef2f6);border-top:1px solid #e2e8f0}.user-row:hover{background:linear-gradient(90deg,#f8fafc,#fff)!important;box-shadow:0 4px 12px #00000008;transform:translateY(-1px)}.user-row td{color:#475569;padding:16px}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#334155);-webkit-background-clip:text;background-clip:text;font-size:2.5rem!important;font-weight:800;margin-bottom:2rem}.email-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px!important;box-shadow:0 8px 32px #00000014!important;margin-bottom:1.5rem;transition:all .3s ease}.email-card:hover{box-shadow:0 12px 48px #0000001f!important;transform:translateY(-2px)}.email-list-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px!important;box-shadow:0 8px 32px #00000014!important;transition:all .3s ease}.email-list-card:hover{box-shadow:0 12px 48px #0000001f!important;transform:translateY(-2px)}.email-input-container{align-items:flex-start;display:flex;gap:1rem}.add-email-button{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;box-shadow:0 4px 12px #2563eb33!important;height:56px;min-width:120px;transition:all .3s ease!important}.add-email-button:hover{box-shadow:0 8px 24px #2563eb4d!important;transform:translateY(-2px)}.delete-button{box-shadow:0 4px 12px #dc262633!important;transition:all .3s ease!important}.delete-button:hover{box-shadow:0 8px 24px #dc26264d!important;transform:translateY(-2px)}.edit-button{background:linear-gradient(135deg,#6366f1,#4f46e5)!important;box-shadow:0 4px 12px #4f46e533!important;transition:all .3s ease!important}.edit-button:hover{box-shadow:0 8px 24px #4f46e54d!important;transform:translateY(-2px)}.section-title{color:#334155;font-size:1.75rem!important;font-weight:700;margin-bottom:1.5rem}.MuiTextField-root{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.MuiTableContainer-root{border-radius:16px}.select-role{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.4-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right 12px top 50%;background-repeat:no-repeat;background-size:10px auto;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 1px 3px #0000001a;color:#333;cursor:pointer;font-size:14px;min-width:160px;outline:none;padding:8px 12px;transition:all .2s ease}.select-role:hover{border-color:#80bdff;box-shadow:0 1px 4px #00000026}.select-role:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}@media (max-width:600px){.user-table{font-size:.7rem;overflow-x:auto;width:100%}.MuiTableHead-root .MuiTableCell-root,.user-row td{font-size:.65rem}.email-input-container{flex-direction:column}.add-email-button{width:100%}.user-table{border-radius:0!important}.page-title{font-size:2rem!important}.section-title{font-size:1.5rem!important}}.new-item{animation:fadeIn .3s ease-out}.glass-effect{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#9a9a9b;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.select-status{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.4-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right 12px top 50%;background-repeat:no-repeat;background-size:10px auto;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 1px 3px #0000001a;color:#333;cursor:pointer;font-size:14px;min-width:100px;outline:none;padding:8px 12px;transition:all .2s ease}.select-status:hover{border-color:#80bdff;box-shadow:0 1px 4px #00000026}.procurement-form-container{box-sizing:border-box;max-width:100%;padding:.75rem;width:100%}.page-header{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem;padding:1rem 0}.page-logo{height:60px;object-fit:contain;width:auto}.procurement-form-card{background:#fff;border-radius:16px!important;box-shadow:0 4px 16px #00000014!important;margin-bottom:2rem;overflow:hidden}.form-card-content{padding:0!important}.form-header{border-radius:0;margin:0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.form-header:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.form-header-content{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.form-title-section{align-items:center;display:flex;gap:1rem;width:100%}.form-icon{font-size:2rem!important;opacity:.9}.form-title{color:#fff;font-size:1.5rem!important;font-weight:600!important;line-height:1.3;margin:0!important;text-shadow:0 1px 2px #0003}.view-data-button-container{display:flex;justify-content:flex-end;width:100%}.view-data-button{border:2px solid #ffffff4d!important;border-radius:8px!important;font-size:.875rem!important;font-weight:500!important;min-height:44px!important;padding:10px 16px!important;text-transform:none!important;transition:all .2s ease!important;white-space:nowrap}.view-data-button:hover{box-shadow:0 4px 12px #ffffff4d;transform:translateY(-1px)}.button-text-short{display:none}.button-text-full{display:inline}.form-content{background:#fff;padding:2rem 1.5rem}.form-grid{margin:0!important;width:100%!important}.form-field{margin-bottom:1rem!important}.mobile-input,.mobile-select{background-color:#fff}.mobile-input .MuiInputBase-root,.mobile-select .MuiInputBase-root{border-radius:8px;font-size:1rem;min-height:48px}.mobile-input .MuiInputLabel-root,.mobile-select .MuiInputLabel-root{color:#64748b;font-size:1rem;font-weight:500}.mobile-select .MuiSelect-select{align-items:center;display:flex;min-height:48px;padding:12px 14px}.upload-section{display:flex;justify-content:center;margin:1rem 0}.mobile-button,.upload-button{border-radius:8px!important;font-size:1rem!important;font-weight:500!important;min-height:48px!important;padding:12px 24px!important;text-transform:none!important;transition:all .2s ease!important}.submit-section{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1rem}.submit-button{box-shadow:0 4px 16px #0000001a!important}.submit-button:hover{box-shadow:0 6px 20px #00000026!important}.image-preview-container{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;margin-top:1.5rem;padding:1rem}.preview-title{color:#475569;font-size:1rem!important;font-weight:600!important;margin-bottom:1rem!important;text-align:center}.image-preview-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));width:100%}.image-preview{background:#fff;box-shadow:0 2px 8px #0000001a;height:120px;transition:all .2s ease;width:100%}.image-preview:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.remove-image{box-shadow:0 2px 8px #0003!important;padding:4px!important;transition:all .2s ease!important}.MuiFormControl-root,.MuiTextField-root{background-color:#fff}.MuiInputBase-root{border-radius:8px;font-size:1rem;min-height:48px}.MuiInputLabel-root{font-size:1rem;font-weight:500}.MuiSelect-select{align-items:center;display:flex;min-height:48px}.MuiButton-root{border-radius:8px;font-size:1rem;font-weight:500;min-height:48px;text-transform:none}.MuiInputBase-root:focus-within{box-shadow:0 0 0 2px #24243e33}.MuiButton-root:focus{outline:2px solid #24243e80;outline-offset:2px}@media (min-width:480px){.procurement-form-container{padding:1rem}.page-logo{height:70px}.form-header-content{align-items:center;flex-direction:row;justify-content:space-between}.form-title-section{width:auto}.form-title{font-size:1.75rem!important}.form-icon{font-size:2.25rem!important}.view-data-button-container{width:auto}.view-data-button{font-size:1rem!important;min-height:48px!important;padding:12px 20px!important}.form-content{padding:2.5rem 2rem}.button-text-short{display:inline}.button-text-full{display:none}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.image-preview{height:140px}}@media (min-width:600px){.procurement-form-container{margin:0 auto;max-width:1200px;padding:1.5rem}.page-logo{height:80px}.form-title{font-size:2rem!important}.form-icon{font-size:2.5rem!important}.view-data-button{padding:12px 24px!important}.form-content{padding:3rem 2.5rem}.button-text-short{display:none}.button-text-full{display:inline}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.image-preview{height:160px}.mobile-input .MuiInputBase-root,.mobile-select .MuiInputBase-root{min-height:52px}.mobile-button{font-size:1.1rem!important;min-height:52px!important}}@media (min-width:768px){.procurement-form-container{padding:2rem}.page-logo{height:90px}.form-header{padding:2rem}.form-title{font-size:2.25rem!important}.form-icon{font-size:3rem!important}.form-content{padding:3.5rem 3rem}.submit-button:hover,.view-data-button:hover{transform:translateY(-2px)}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.image-preview{height:180px}}@media (min-width:1024px){.procurement-form-container{padding:3rem 0}.page-logo{height:100px}.form-header{padding:2.5rem}.form-content{padding:4rem 3.5rem}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.image-preview{height:200px}.form-title{font-size:2.5rem!important}.form-icon{font-size:3.5rem!important}}@media (hover:none) and (pointer:coarse){.view-data-button:hover{box-shadow:none;transform:none}.view-data-button:active{transform:scale(.95)}.submit-button:hover{transform:none}.submit-button:active{transform:scale(.98)}.image-preview:hover,.remove-image:hover{transform:none}.remove-image:active{transform:scale(.9)}.MuiButton-root,.MuiInputBase-root{min-height:52px}.view-data-button{min-height:48px!important}.mobile-button{min-height:52px!important}}.mobile-button:disabled,.submit-button:disabled,.view-data-button:disabled{cursor:not-allowed;opacity:.7;transform:none!important}.MuiGrid-item{padding-bottom:12px!important;padding-top:12px!important}.MuiMenuItem-root[style*=border-left]{transition:all .2s ease}.MuiMenuItem-root[style*=border-left]:hover{background-color:#0000000a;padding-left:20px}.form-grid .MuiGrid-item{display:flex;flex-direction:column}.MuiCircularProgress-root{margin-right:8px}.SnackbarContainer-root{margin-top:60px;z-index:1400!important}.procurement-display-dialog .MuiDialog-paper{border-radius:16px!important;box-shadow:0 12px 48px #00000026!important;margin:.5rem;max-height:calc(100% - 1rem);width:calc(100% - 1rem)}.procurement-display-dialog .dialog-title{background:linear-gradient(135deg,#f8fafc,#eef2f6);border-bottom:1px solid #e2e8f0;padding:1rem}.dialog-title-container{display:flex;flex-direction:column;gap:1rem;width:100%}.dialog-title-filter,.dialog-title-main{display:flex;flex-direction:column;gap:.75rem;width:100%}.dialog-title-filter{align-items:flex-start}.procurement-display-dialog .MuiFormControl-root{background-color:#fff;border-radius:6px}.procurement-display-dialog .MuiSelect-select{font-size:.875rem;min-height:20px;padding:8px 12px}.procurement-display-dialog .MuiInputLabel-root{font-size:.875rem;transform:translate(12px,8px) scale(1)}.procurement-display-dialog .MuiInputLabel-shrink{transform:translate(12px,-9px) scale(.75)}.procurement-display-dialog .MuiMenu-paper{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:400px!important;overflow-y:auto!important;z-index:1300!important}.procurement-display-dialog .MuiPopover-root{z-index:1300!important}.procurement-display-dialog .MuiMenu-list{max-height:400px;overflow-y:auto;padding:4px 0}.procurement-display-dialog .MuiMenuItem-root{font-size:1rem;line-height:1.4;min-height:48px;padding:12px 16px;transition:background-color .2s ease}.procurement-display-dialog .MuiMenuItem-root:hover{background-color:#f8f9fa}.procurement-display-dialog .MuiMenuItem-root:first-of-type{border-radius:8px 8px 0 0}.procurement-display-dialog .MuiMenuItem-root:last-of-type{border-radius:0 0 8px 8px}.procurement-display-dialog .MuiDivider-root{background-color:#e0e0e0;margin:4px 0}.procurement-display-dialog .MuiChip-root.MuiChip-sizeSmall{font-size:.75rem;height:20px}.procurement-display-dialog .dialog-title .MuiBox-root:last-child{flex-shrink:0}@media (max-width:480px){.procurement-display-dialog .dialog-title{padding:.875rem}.dialog-title-container{gap:.875rem}.dialog-title-main{gap:.5rem}.dialog-title-filter{align-items:stretch;gap:.5rem}.dialog-title-project-chip{align-self:flex-start}.dialog-title-select{max-width:none!important;min-width:0!important;min-width:auto!important;width:100%!important}.procurement-display-dialog .MuiMenuItem-root{font-size:.8rem;min-height:40px;padding:8px 12px}.procurement-display-dialog .MuiMenu-paper{max-width:95vw}}@media (min-width:481px) and (max-width:600px){.dialog-title-filter{align-items:center;flex-direction:row;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.dialog-title-project-chip{order:1}.dialog-title-select{flex:1 1;min-width:140px;order:2}.procurement-display-dialog .MuiMenuItem-root{min-height:42px;padding:10px 14px}.procurement-display-dialog .MuiMenu-paper{max-width:90vw}}@media (min-width:601px){.dialog-title-container{align-items:flex-start;flex-direction:row;gap:2rem;justify-content:space-between}.dialog-title-main{flex:1 1}.dialog-title-filter,.dialog-title-main{align-items:center;flex-direction:row;gap:1rem}.dialog-title-filter{flex-shrink:0}.procurement-display-dialog .MuiMenuItem-root{min-height:44px;padding:12px 16px}.procurement-display-dialog .MuiMenu-paper{max-width:400px}}.procurement-display-dialog .dialog-content{background-color:#f8fafc;max-height:70vh;overflow-y:auto;padding:.75rem!important}.procurement-display-dialog .dialog-actions{background-color:#f8fafc;border-top:1px solid #e2e8f0;padding:16px 24px!important}.system-type-card{background:#fff;border-radius:12px!important;box-shadow:0 4px 16px #00000014!important;transition:all .3s ease!important}.system-type-card:hover{box-shadow:0 8px 24px #0000001f!important;transform:translateY(-2px)}.system-type-card .card-header{align-items:center;border-radius:8px;cursor:pointer;display:flex;min-height:48px;padding:12px 0;transition:background-color .2s ease}.system-type-card .card-header:hover{background-color:#f8fafc}.system-type-card .card-header .MuiIconButton-root{min-height:48px;min-width:48px;padding:12px}.procurement-table{border-radius:8px!important;box-shadow:0 2px 8px #0000000f!important;overflow:hidden}.procurement-table .MuiTableHead-root{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.procurement-table .MuiTableHead-root .MuiTableCell-root{background:#0000;border-bottom:2px solid #cbd5e1;color:#334155;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:16px 12px;text-transform:uppercase}.procurement-table .MuiTableBody-root .MuiTableCell-root{border-bottom:1px solid #e2e8f0;font-size:.875rem;padding:12px}.procurement-row{transition:background-color .2s ease}.procurement-row:hover{background-color:#f8fafc}.procurement-row:nth-of-type(2n){background-color:#fafbfc}.procurement-row:nth-of-type(2n):hover{background-color:#f1f5f9}.procurement-display-dialog .MuiTypography-h5{color:#1e293b;font-size:1.5rem;font-weight:600;line-height:1.3}.procurement-display-dialog .MuiTypography-h6{font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:4px}.procurement-display-dialog .MuiTypography-body1{font-size:1rem;line-height:1.5}.procurement-display-dialog .MuiTypography-body2{font-size:.875rem;line-height:1.4}.procurement-display-dialog .MuiButton-root{border-radius:8px;font-size:1rem;font-weight:500;min-height:48px;padding:12px 24px;text-transform:none}.procurement-display-dialog .MuiButton-sizeSmall{font-size:.875rem;min-height:44px;padding:10px 20px}.procurement-display-dialog .MuiChip-root{border-radius:6px;font-weight:500}.procurement-display-dialog .MuiChip-outlined{border-width:1.5px}.procurement-display-dialog .MuiCircularProgress-root{color:#3b82f6}.procurement-display-dialog .empty-state{padding:48px 24px;text-align:center}.procurement-modal-content{box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;padding:0;width:100%}.procurement-system-section{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;margin-bottom:1rem;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.procurement-system-section:hover{box-shadow:0 8px 32px #0000001f}.procurement-system-header{border-left:4px solid;color:#fff;cursor:pointer;padding:1rem 1.25rem;text-shadow:0 1px 2px #0000004d;transition:all .2s ease}.procurement-system-header:hover{filter:brightness(1.05)}.procurement-system-header-content{align-items:center;display:flex;justify-content:space-between;width:100%}.procurement-system-info{align-items:center;display:flex;flex:1 1;gap:.75rem}.procurement-system-icon{flex-shrink:0;font-size:1.5rem;opacity:.9}.procurement-system-details{display:flex;flex-direction:column;gap:.25rem}.procurement-system-title{font-size:1.1rem;font-weight:600;line-height:1.2;margin:0}.procurement-system-count{font-size:.85rem;font-weight:400;opacity:.9}.procurement-system-toggle{align-items:center;background:#fff3;border-radius:50%;display:flex;justify-content:center;min-height:44px;min-width:44px;transition:all .2s ease}.procurement-system-toggle:hover{background:#ffffff4d}.procurement-system-toggle .MuiSvgIcon-root{color:#fff;font-size:1.5rem}.procurement-system-header[style*="#4B0082"],.procurement-system-header[style*="#4B0082"] .procurement-system-count,.procurement-system-header[style*="#4B0082"] .procurement-system-icon,.procurement-system-header[style*="#4B0082"] .procurement-system-title{color:#fff!important;text-shadow:0 1px 3px #00000080}.procurement-system-content{background:#fafbfc;border-top:1px solid #00000014;padding:0}.procurement-mobile-card{background:#fff;border-left:4px solid #3498db;border-radius:16px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;display:flex;flex-direction:column;margin:0;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.procurement-mobile-card:hover{box-shadow:0 8px 32px #3498db26;transform:translateY(-2px)}.procurement-card-header{align-items:center;box-sizing:border-box;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;min-height:60px;overflow:hidden;padding:1rem 1.25rem;position:relative;text-shadow:0 1px 2px #0003}.procurement-card-header:before{background:linear-gradient(135deg,#ffffff26,#ffffff0d);top:0}.procurement-card-header:after,.procurement-card-header:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0}.procurement-card-header:after{background:#fff3;height:1px}.procurement-mobile-card[data-system-type=Water]{border-left-color:#add8e6}.procurement-mobile-card[data-system-type=Sewer]{border-left-color:#90ee90}.procurement-mobile-card[data-system-type="Pressure Irrigation"]{border-left-color:#d8bfd8}.procurement-mobile-card[data-system-type="Storm Drain"]{border-left-color:indigo}.procurement-mobile-card[data-system-type="Gravity Irrigation"]{border-left-color:#ffa07a}.procurement-card-header .mobile-card-title{word-wrap:break-word;align-items:center;display:flex;flex:1 1;font-size:1.1rem;font-weight:600;gap:.75rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin:0;min-width:0;overflow-wrap:break-word}.procurement-card-header .mobile-card-icon{flex-shrink:0;font-size:1.5rem;opacity:.9}.procurement-card-header .mobile-card-status{background:#fff3;border-radius:12px;flex-shrink:0;font-size:.85rem;font-weight:500;margin-left:.75rem;padding:.25rem .75rem;white-space:nowrap}.procurement-card-content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.procurement-card-meta{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.procurement-card-meta .mobile-meta-item{display:flex;flex-direction:column;min-width:0}.procurement-card-meta .mobile-meta-label{align-items:center;color:#64748b;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;letter-spacing:.5px;line-height:1.2;margin-bottom:.25rem;text-transform:uppercase}.procurement-card-meta .mobile-meta-value{word-wrap:break-word;color:#2c3e50;font-size:1rem;font-weight:600;line-height:1.3;overflow-wrap:break-word}.procurement-comments-section{background:#f8fafc;border-left:3px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;padding:1rem}.procurement-comments-text{color:#475569;font-size:.95rem;font-style:italic;line-height:1.4;margin-top:.5rem}.procurement-card-actions{border-top:1px solid #e2e8f0;display:flex;flex-shrink:0;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:1rem}.procurement-card-actions .mobile-card-btn{-webkit-tap-highlight-color:transparent;align-items:center;border:none;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;min-height:44px;min-width:120px;padding:.75rem 1rem;text-decoration:none;touch-action:manipulation;transition:all .2s ease}.procurement-card-actions .mobile-card-btn.danger{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 2px 8px #e74c3c4d;color:#fff}.procurement-card-actions .mobile-card-btn.danger:hover{background:linear-gradient(135deg,#c0392b,#a93226);box-shadow:0 4px 12px #e74c3c66;transform:translateY(-1px)}.procurement-card-actions .mobile-card-btn:active{transform:scale(.98)}.procurement-card-actions .mobile-card-btn:disabled{background:#bdc3c7;box-shadow:none;color:#7f8c8d;cursor:not-allowed;transform:none}.procurement-card-actions .mobile-card-btn:focus{box-shadow:0 0 0 4px #e74c3c4d;outline:2px solid #fff;outline-offset:2px}.procurement-mobile-card:focus-within{box-shadow:0 8px 32px #3498db33;outline:2px solid #3498db;outline-offset:2px}.procurement-card-actions .mobile-card-btn.loading{cursor:wait;opacity:.7;pointer-events:none}.procurement-card-actions .mobile-card-btn.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;content:"";height:16px;margin-left:.5rem;position:absolute;width:16px}.procurement-mobile-card{position:relative}.procurement-mobile-card:before{background:linear-gradient(135deg,#3498db05,#3498db03);border-radius:16px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.procurement-mobile-card:hover:before{opacity:1}.mobile-card-container{align-items:center;background:#fafbfc;flex-direction:column;margin:0 auto;max-width:100%;padding:1rem}.mobile-card-container .procurement-mobile-card{margin:0 auto;max-width:480px;width:100%}.desktop-table-container{background:#fafbfc;padding:1rem}@media (max-width:1023px){.procurement-display-dialog .dialog-content{align-items:stretch;display:flex;flex-direction:column;padding:.75rem!important}.procurement-modal-content{gap:.75rem;width:100%}.procurement-system-section{margin-bottom:.75rem;width:100%}.procurement-system-header{padding:.875rem 1rem}.procurement-system-title{font-size:1rem}.procurement-system-count{font-size:.8rem}.mobile-card-container{align-items:center;justify-content:center;padding:.75rem}}@media (min-width:480px){.procurement-display-dialog .dialog-content{padding:1rem!important}.procurement-modal-content{gap:1rem}.procurement-system-section{margin-bottom:1rem}.procurement-system-header{padding:1rem 1.25rem}.procurement-system-title{font-size:1.1rem}.mobile-card-container{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;margin:0 auto;max-width:1000px;padding:1rem}.mobile-card-container .procurement-mobile-card{margin:0;max-width:none;width:100%}.procurement-card-content{padding:1.25rem}.procurement-card-meta{gap:1rem;grid-template-columns:repeat(2,1fr)}.procurement-card-actions{flex-direction:row;gap:1rem}.procurement-card-actions .mobile-card-btn{font-size:1rem;min-height:48px;min-width:140px}}@media (min-width:600px){.procurement-display-dialog .dialog-content{margin:0 auto;max-width:1200px;padding:1.5rem!important}.procurement-modal-content{gap:1.25rem}.procurement-system-section{margin-bottom:1.25rem}.procurement-system-header{padding:1.125rem 1.5rem}.procurement-system-title{font-size:1.2rem}.mobile-card-container{grid-gap:1.25rem;align-items:start;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center;margin:0 auto;max-width:1200px;padding:1.25rem}.procurement-card-content{padding:1.25rem}.procurement-card-meta{gap:1rem;grid-template-columns:repeat(3,1fr)}.procurement-card-actions{gap:1rem;margin-top:1rem;padding-top:1rem}.procurement-card-actions .mobile-card-btn{min-width:160px;padding:.875rem 1.25rem}}@media (min-width:768px){.procurement-display-dialog .dialog-content{padding:2rem!important}.procurement-modal-content{gap:1.5rem}.procurement-system-section{margin-bottom:1.5rem}.procurement-system-header{padding:1.25rem 1.75rem}.procurement-system-title{font-size:1.3rem}.mobile-card-container{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));justify-content:center;margin:0 auto;max-width:1400px;padding:1.5rem}.procurement-card-content{padding:1.5rem}.procurement-card-meta{gap:1.25rem;grid-template-columns:repeat(4,1fr)}.procurement-card-actions{gap:1.25rem;margin-top:1.25rem;padding-top:1.25rem}.procurement-card-actions .mobile-card-btn{font-size:1rem;min-width:180px;padding:1rem 1.5rem}.procurement-mobile-card:hover{transform:translateY(-4px)}}@media (min-width:1024px){.mobile-card-container{display:none!important}.desktop-table-container{display:block!important}.procurement-modal-content{gap:2rem}.procurement-system-section{margin-bottom:2rem}.procurement-system-header{padding:1.5rem 2rem}.procurement-system-title{font-size:1.4rem}.procurement-display-dialog .dialog-content{padding:2rem!important}.procurement-display-dialog .MuiFormControl-root{max-width:250px;min-width:180px}}@media (hover:none) and (pointer:coarse){.procurement-mobile-card:hover{box-shadow:0 4px 16px #00000014!important;transform:none}.procurement-card-actions .mobile-card-btn:hover{background:linear-gradient(135deg,#e74c3c,#c0392b);transform:none}.procurement-card-actions .mobile-card-btn:active{transform:scale(.95)}.system-type-card .card-header:hover{background-color:initial}.procurement-card-actions .mobile-card-btn{min-height:48px;padding:.875rem 1rem}.procurement-card-header{min-height:64px;padding:1.25rem}}.procurement-display-dialog .dialog-content::-webkit-scrollbar{width:8px}.procurement-display-dialog .dialog-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.procurement-display-dialog .dialog-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.procurement-display-dialog .dialog-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.MuiCollapse-root{transition:height .3s ease-in-out!important}.procurement-display-dialog .MuiSvgIcon-root{transition:transform .2s ease}.system-type-card .card-header:hover .MuiSvgIcon-root{transform:scale(1.1)}.procurement-table .MuiIconButton-root{transition:all .2s ease}.procurement-table .MuiIconButton-root:hover{transform:scale(1.1)}.procurement-table .MuiIconButton-colorError{color:#d32f2f}.procurement-table .MuiIconButton-colorError:hover{background-color:#d32f2f14;color:#b71c1c}.procurement-table .MuiTableCell-root:last-child{min-width:80px;width:80px}.material-form-container{box-sizing:border-box;margin:0 auto!important;max-width:100%!important;padding:2rem}.image-preview-container{flex-wrap:wrap}.image-preview{height:150px;width:150px}.remove-image{background-color:#fffc!important;right:5px;top:5px}.remove-image:hover{background-color:#ffffffe6!important}@media (max-width:480px){.material-form-container{margin:0!important;padding:.25rem!important}.form-paper{border-radius:6px!important;margin:0!important;padding:.75rem!important}.MuiGrid-item{padding:4px!important}.image-preview{height:100px;width:100px}.image-preview-container{gap:.5rem;margin-top:.5rem!important}.MuiTypography-h4{font-size:1.4rem!important;margin-bottom:.75rem!important}.MuiTypography-h5{font-size:1.2rem!important;margin-bottom:.5rem!important}.MuiTypography-h6{font-size:1.05rem!important;margin-bottom:.5rem!important}.MuiButton-root{font-size:.95rem!important;min-height:48px!important;padding:10px 16px!important}.MuiFormControl-root,.MuiTextField-root{margin-bottom:8px!important}.MuiInputBase-root,.MuiSelect-select{min-height:48px!important}.MuiSelect-select{align-items:center!important;display:flex!important;padding:12px 14px!important}.upload-button{margin:.5rem 0!important}.MuiDialogContent-root,.MuiDialogTitle-root,.mobile-modal-content{padding:12px!important}.MuiChip-root{font-size:.8rem!important;height:28px!important;margin:2px!important}.MuiTableCell-root{font-size:.8rem!important;padding:6px!important}.MuiTablePagination-toolbar{min-height:48px!important;padding:8px!important}.remove-image{min-height:28px!important;min-width:28px!important;right:3px;top:3px}}@media (max-width:600px){.material-form-container{padding:.5rem!important}.form-paper{padding:1rem!important}.MuiGrid-item{padding:6px!important}.image-preview{height:120px;width:120px}.image-preview-container{gap:.75rem}.MuiChip-root{font-size:.85rem!important;height:30px!important;margin:3px!important}.MuiDialogContent-root,.MuiDialogTitle-root{padding:14px!important}.MuiFormControl-root,.MuiTextField-root{margin-bottom:12px!important}.upload-button{margin:.75rem 0!important}.MuiTypography-h4{margin-bottom:1rem!important}.MuiTypography-h6{margin-bottom:.75rem!important}.remove-image{min-height:30px!important;min-width:30px!important}}@media (max-width:768px){.material-form-container{margin:0!important;padding:.75rem!important}.form-paper{margin:0!important;padding:1.25rem!important}.MuiGrid-item{padding:6px!important}.image-preview{height:130px;width:130px}.MuiDialog-paper{margin:12px!important;max-height:calc(100% - 24px)!important}.MuiTableContainer-root{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.MuiTable-root{min-width:600px!important}.MuiButton-root{margin:6px 0!important}.MuiFormControl-root,.MuiTextField-root{margin-bottom:14px!important}.upload-button{margin:.875rem 0!important}.MuiDialogContent-root,.MuiDialogTitle-root{padding:16px!important}}.resource-form-container{box-sizing:border-box;margin:0 auto!important;max-width:100%!important;padding:2rem}.upload-button{min-height:48px!important}.image-preview{width:200px}@media (max-width:480px){.resource-form-container{margin:0!important;padding:.25rem!important}.form-paper{border-radius:6px!important;margin:0!important;padding:.75rem!important}.MuiGrid-item{padding:4px!important}.image-preview{height:100px;width:100px}.image-preview-container{margin-top:.5rem!important}.MuiTypography-h4{font-size:1.4rem!important;margin-bottom:.75rem!important}.MuiTypography-h5{font-size:1.2rem!important;margin-bottom:.5rem!important}.MuiTypography-h6{font-size:1.05rem!important;margin-bottom:.5rem!important}.MuiButton-root{font-size:.95rem!important;min-height:48px!important;padding:10px 16px!important}.MuiFormControl-root,.MuiTextField-root{margin-bottom:8px!important}.MuiInputBase-root,.MuiSelect-select{min-height:48px!important}.MuiSelect-select{align-items:center!important;display:flex!important;padding:12px 14px!important}.upload-button{margin:.5rem 0!important}.MuiDialogContent-root,.MuiDialogTitle-root,.mobile-modal-content{padding:12px!important}.MuiChip-root{font-size:.8rem!important;height:28px!important;margin:2px!important}.MuiTableCell-root{font-size:.8rem!important;padding:6px!important}.MuiTablePagination-toolbar{min-height:48px!important;padding:8px!important}}@media (max-width:768px){.resource-form-container{margin:0!important;padding:.75rem!important}.form-paper{margin:0!important;padding:1.25rem!important}.MuiGrid-item{padding:6px!important}.image-preview{height:130px;width:130px}.MuiDialog-paper{margin:12px!important;max-height:calc(100% - 24px)!important}.MuiTableContainer-root{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.MuiTable-root{min-width:600px!important}.MuiButton-root{margin:6px 0!important}.MuiFormControl-root,.MuiTextField-root{margin-bottom:14px!important}.upload-button{margin:.875rem 0!important}.MuiDialogContent-root,.MuiDialogTitle-root{padding:16px!important}}@media (max-width:600px){.resource-form-container{padding:.5rem!important}.form-paper{padding:1rem!important}.MuiGrid-item{padding:6px!important}.MuiChip-root{font-size:.85rem!important;height:30px!important;margin:3px!important}.MuiDialogContent-root,.MuiDialogTitle-root{padding:14px!important}.MuiFormControl-root,.MuiTextField-root{margin-bottom:12px!important}.upload-button{margin:.75rem 0!important}.MuiTypography-h4{margin-bottom:1rem!important}.MuiTypography-h6{margin-bottom:.75rem!important}}.project-form-container{box-sizing:border-box;margin:0 auto!important;max-width:100%!important;padding:2rem}.form-paper{width:100%!important}.map-container{border-radius:8px;height:400px;margin:1rem 0;width:100%}.deliverable-container{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;padding:1rem;position:relative}.remove-deliverable{position:absolute!important;right:8px;top:8px}.add-deliverable-button{margin:1rem 0!important}.coordinate-display{color:#666;font-size:.9rem;margin-top:.5rem}@media (max-width:768px){.project-form-container{margin:0!important;padding:1rem}.form-paper{margin:0!important}.map-container{height:300px}.MuiGrid-item{padding:8px!important}}.inspection-form-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);box-sizing:border-box;min-height:100vh;padding:.75rem}.mobile-card{margin-bottom:1rem}.mobile-card:hover{box-shadow:0 8px 32px #24243e26}.mobile-card-header{background:linear-gradient(135deg,#24243e,#1a1a2e)}.mobile-card-title{color:#fff}.mobile-card-btn{min-height:48px}.mobile-card-btn.primary{background:linear-gradient(135deg,#24243e,#1a1a2e);box-shadow:0 4px 16px #24243e4d}.mobile-card-btn.primary:hover{background:linear-gradient(135deg,#1a1a2e,#16213e);box-shadow:0 6px 20px #24243e66;transform:translateY(-2px)}.image-preview-container{grid-template-columns:repeat(2,1fr)}.image-preview{aspect-ratio:1;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease}.image-preview:hover{transform:scale(1.02)}.remove-image{background-color:#e74c3ce6!important;border-radius:50%!important;color:#fff!important;min-height:32px!important;min-width:32px!important}.remove-image:hover{background-color:#e74c3c!important;transform:scale(1.1)}.mobile-friendly-button{font-size:1rem!important;min-height:48px!important;padding:12px 24px!important}.mobile-modal-content{padding:16px!important}.mobile-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:480px){.inspection-form-container{padding:.5rem}.mobile-card-content{padding:1rem}.image-preview-container{gap:.75rem;grid-template-columns:repeat(2,1fr)}.mobile-card-btn{font-size:.95rem;min-height:48px;padding:.75rem 1rem}.MuiTypography-h4{font-size:1.4rem!important;margin-bottom:.75rem!important}.MuiTypography-h5{font-size:1.2rem!important;margin-bottom:.5rem!important}.MuiTypography-h6{font-size:1.05rem!important;margin-bottom:.5rem!important}.MuiFormControl-root,.MuiTextField-root{margin-bottom:12px!important}.MuiInputBase-root,.MuiSelect-select{min-height:48px!important}.MuiSelect-select{align-items:center!important;display:flex!important;padding:12px 14px!important}.MuiDialogContent-root,.MuiDialogTitle-root,.mobile-modal-content{padding:12px!important}.MuiTableCell-root{font-size:.8rem!important;padding:6px!important}.MuiTablePagination-toolbar{min-height:48px!important;padding:8px!important}.remove-image{min-height:28px!important;min-width:28px!important;right:2px;top:2px}}@media (min-width:480px) and (max-width:600px){.inspection-form-container{padding:.75rem}.mobile-card-content{padding:1.25rem}.image-preview-container{gap:1rem;grid-template-columns:repeat(3,1fr)}.mobile-card-btn{font-size:1rem;min-height:48px;padding:.875rem 1.25rem}.MuiDialogContent-root,.MuiDialogTitle-root{padding:14px!important}.MuiFormControl-root,.MuiTextField-root{margin-bottom:14px!important}}@media (min-width:600px) and (max-width:768px){.inspection-form-container{padding:1rem}.mobile-card-content{padding:1.5rem}.image-preview-container{gap:1.25rem;grid-template-columns:repeat(4,1fr)}.mobile-card-btn{font-size:1rem;min-height:48px;padding:1rem 1.5rem}.MuiDialogContent-root,.MuiDialogTitle-root{padding:16px!important}.MuiFormControl-root,.MuiTextField-root{margin-bottom:16px!important}}@media (min-width:768px){.inspection-form-container{padding:1.5rem}.mobile-card-content{padding:2rem}.image-preview-container{gap:1.5rem;grid-template-columns:repeat(5,1fr)}.mobile-card-btn{font-size:1.1rem;min-height:52px;padding:1rem 2rem}.mobile-card:hover{transform:translateY(-4px)}.mobile-card-btn.primary:hover{box-shadow:0 6px 20px #24243e66;transform:translateY(-2px)}.MuiTableContainer-root{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.MuiTable-root{min-width:600px!important}}@media (min-width:1024px){.inspection-form-container{margin:0 auto;max-width:1200px;padding:2rem}.mobile-card-content{padding:2.5rem}.image-preview-container{gap:2rem;grid-template-columns:repeat(6,1fr)}.mobile-card-btn{font-size:1.2rem;min-height:56px;padding:1.25rem 2.5rem}.mobile-card:hover{box-shadow:0 12px 40px #24243e26;transform:translateY(-6px)}}.touch-target{-webkit-tap-highlight-color:transparent;min-height:44px!important;min-width:44px!important;touch-action:manipulation}@media (prefers-reduced-motion:reduce){.image-preview,.mobile-card,.mobile-card-btn{transition:none}.image-preview:hover,.mobile-card-btn:hover,.mobile-card:hover{transform:none}}.mobile-card-container{grid-gap:1rem;box-sizing:border-box;display:grid;gap:1rem;grid-template-columns:1fr;padding:.75rem;width:100%}.mobile-card{background:#fff;border-left:4px solid #3498db;border-radius:16px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;display:flex;flex-direction:column;margin:0;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.mobile-card:hover{box-shadow:0 8px 32px #3498db26;transform:translateY(-2px)}.mobile-card-header{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);box-sizing:border-box;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;min-height:60px;padding:1rem 1.25rem}.mobile-card-title{word-wrap:break-word;flex:1 1;font-size:1.1rem;font-weight:600;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin:0;min-width:0;overflow-wrap:break-word}.mobile-card-icon{flex-shrink:0;font-size:1.5rem;margin-left:.75rem;opacity:.9}.mobile-card-status{background:#fff3;border-radius:12px;flex-shrink:0;font-size:.85rem;font-weight:500;margin-left:.75rem;padding:.25rem .75rem;white-space:nowrap}.mobile-card-content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.mobile-card-meta{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.mobile-meta-item{display:flex;flex-direction:column;min-width:0}.mobile-meta-label{align-items:center;color:#64748b;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;letter-spacing:.5px;line-height:1.2;margin-bottom:.25rem;text-transform:uppercase}.mobile-meta-value{word-wrap:break-word;color:#2c3e50;font-size:1rem;font-weight:600;line-height:1.3;overflow-wrap:break-word}.mobile-meta-value.large{color:#3498db;font-size:1.5rem}.mobile-meta-value.highlight{color:#e74c3c;font-weight:700}.mobile-card-actions{border-top:1px solid #e2e8f0;display:flex;flex-shrink:0;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:1rem}.mobile-card-btn{-webkit-tap-highlight-color:transparent;align-items:center;border:none;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;min-height:44px;min-width:120px;padding:.75rem 1rem;text-decoration:none;touch-action:manipulation;transition:all .2s ease}.mobile-card-btn.primary{background:linear-gradient(135deg,#3498db,#2980b9);box-shadow:0 2px 8px #3498db4d;color:#fff}.mobile-card-btn.primary:hover{background:linear-gradient(135deg,#2980b9,#1f5f8b);box-shadow:0 4px 12px #3498db66;transform:translateY(-1px)}.mobile-card-btn.secondary{background:#fff;border:2px solid #3498db;box-shadow:0 2px 4px #0000001a;color:#3498db}.mobile-card-btn.secondary:hover{background:#3498db;color:#fff}.mobile-card-btn.danger{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 2px 8px #e74c3c4d;color:#fff}.mobile-card-btn:active{transform:scale(.98)}.mobile-card-btn:disabled{background:#bdc3c7;box-shadow:none;color:#7f8c8d;cursor:not-allowed;transform:none}.mobile-card.priority-high{border-left-color:#e74c3c}.mobile-card.priority-medium{border-left-color:#f39c12}.mobile-card.completed,.mobile-card.priority-low{border-left-color:#27ae60}.mobile-card.completed{background:linear-gradient(135deg,#f8fff9,#fff)}.mobile-card.warning{background:linear-gradient(135deg,#fffbf0,#fff);border-left-color:#f39c12}.mobile-card.error{background:linear-gradient(135deg,#fff5f5,#fff);border-left-color:#e74c3c}@media (min-width:480px){.mobile-card-container{gap:1.25rem;grid-template-columns:repeat(2,1fr);padding:1rem}.mobile-card-content{padding:1.5rem}.mobile-card-meta{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.mobile-card-actions{flex-direction:row;gap:1rem}.mobile-card-btn{min-width:140px}}@media (min-width:600px){.mobile-card-container{gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px;padding:1.5rem}.mobile-card-content{padding:1.75rem}.mobile-card-meta{gap:1.5rem;grid-template-columns:repeat(3,1fr)}.mobile-card-actions{gap:1.25rem;margin-top:1.25rem;padding-top:1.25rem}.mobile-card-btn{min-width:160px;padding:.875rem 1.25rem}}@media (min-width:768px){.mobile-card-container{gap:2rem;grid-template-columns:repeat(3,1fr);padding:2rem}.mobile-card-content{padding:2rem}.mobile-card-meta{gap:1.75rem;grid-template-columns:repeat(4,1fr)}.mobile-card-actions{gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem}.mobile-card-btn{font-size:1rem;min-width:180px;padding:1rem 1.5rem}.mobile-card:hover{transform:translateY(-4px)}}@media (min-width:1024px){.mobile-card-container,.mobile-card-meta{grid-template-columns:repeat(4,1fr)}}.mobile-card-container .progress-cards-grid.deliverable-quantity-grid,.progress-cards-grid.deliverable-quantity-grid,div.mobile-card-container .progress-cards-grid.deliverable-quantity-grid,div.progress-cards-grid.deliverable-quantity-grid{display:flex!important;flex-direction:column!important;gap:1.5rem!important;grid-auto-flow:unset!important;grid-template-columns:none!important;grid-template-rows:none!important;margin-bottom:2rem!important;margin-left:auto!important;margin-right:auto!important;max-width:800px!important;padding:0!important}@media (min-width:480px){.deliverable-quantity-grid,.progress-cards-grid.deliverable-quantity-grid{gap:1.5rem!important}}@media (min-width:600px){.deliverable-quantity-grid,.progress-cards-grid.deliverable-quantity-grid{gap:1.75rem!important}}@media (min-width:768px){.deliverable-quantity-grid,.progress-cards-grid.deliverable-quantity-grid{gap:2rem!important}}@media (min-width:1024px){.deliverable-quantity-grid,.progress-cards-grid.deliverable-quantity-grid{gap:2rem!important}}.deliverable-quantity-card{margin-bottom:0!important;max-width:none!important}.mobile-card-container .deliverable-quantity-grid,.mobile-card-container .progress-cards-grid.deliverable-quantity-grid{display:flex!important;flex-direction:column!important;gap:1.5rem!important;grid-auto-flow:row!important;grid-template-columns:1fr!important}.deliverable-quantity-card{flex:none!important;grid-column:1/-1!important;margin:0 auto!important;max-width:800px!important;width:100%!important}.mobile-card-container .progress-cards-grid.deliverable-quantity-grid,.mobile-card-container .progress-cards-grid.deliverable-quantity-grid *{display:flex!important;flex-direction:column!important;width:100%!important}.progress-cards-grid.deliverable-quantity-grid{align-items:stretch!important;display:flex!important;flex-direction:column!important;grid-auto-flow:row!important;grid-template-columns:1fr!important}.mobile-card-container{align-items:center!important;display:flex!important;flex-direction:column!important}@media (min-width:480px){.mobile-card-container .progress-cards-grid.deliverable-quantity-grid,.progress-cards-grid.deliverable-quantity-grid,div.progress-cards-grid.deliverable-quantity-grid{display:flex!important;flex-direction:column!important;gap:1.5rem!important;grid-template-columns:none!important}}@media (min-width:600px){.mobile-card-container .progress-cards-grid.deliverable-quantity-grid,.progress-cards-grid.deliverable-quantity-grid,div.progress-cards-grid.deliverable-quantity-grid{display:flex!important;flex-direction:column!important;gap:1.75rem!important;grid-template-columns:none!important}}@media (min-width:768px){.mobile-card-container .progress-cards-grid.deliverable-quantity-grid,.progress-cards-grid.deliverable-quantity-grid,div.progress-cards-grid.deliverable-quantity-grid{display:flex!important;flex-direction:column!important;gap:2rem!important;grid-template-columns:none!important}}@media (min-width:1024px){.mobile-card-container .progress-cards-grid.deliverable-quantity-grid,.progress-cards-grid.deliverable-quantity-grid,div.progress-cards-grid.deliverable-quantity-grid{display:flex!important;flex-direction:column!important;gap:2rem!important;grid-template-columns:none!important}}.form-paper,.incident-form-container{box-sizing:border-box;margin:0 auto!important;max-width:900px;padding:2rem}.form-paper{border-radius:12px!important}.upload-button{margin:1rem 0!important}.image-preview-container{display:flex;justify-content:center}.image-preview{border-radius:8px;height:200px;overflow:hidden;position:relative;width:300px}.image-preview img{height:100%;object-fit:cover;width:100%}.MuiAlert-root{margin-bottom:1rem}.MuiTextField-root{background-color:#fff}@media (max-width:768px){.incident-form-container{margin:0!important;padding:1rem}.form-paper{margin:0!important}.MuiGrid-item{padding:8px!important}.image-preview{height:180px;width:100%}}.dashboard-container{padding:2rem}.page-title{margin-bottom:1.5rem}.project-table{background:#fff;border-radius:16px!important;box-shadow:0 8px 32px #00000014!important;overflow:hidden;transition:all .3s ease}.project-table:hover{box-shadow:0 12px 48px #0000001f!important;transform:translateY(-2px)}.project-row{transition:background-color .2s ease}.project-row:hover{background-color:#f8fafc}.project-name{color:#0f172a;font-weight:600}.status-chip{padding:4px 8px}.risk-chip{font-weight:500;min-width:80px}.progress-container{padding:0 1rem}.completion-progress{border-radius:3px!important;height:6px!important}.timeline-container{display:flex;flex-direction:column;gap:4px}.action-button{min-width:36px!important;padding:6px!important}.delete-button,.edit-button{transition:transform .2s ease!important}.delete-button:hover,.edit-button:hover{transform:scale(1.1)}.budget-text{font-family:Roboto Mono,monospace}.MuiTableHead-root .MuiTableCell-root{background:linear-gradient(135deg,#f8fafc,#eef2f6);color:#334155}.add-button{background:linear-gradient(135deg,#0ea5e9,#0284c7);font-weight:600;padding:.5rem 1.5rem;transition:all .3s ease}.add-button:hover{box-shadow:0 4px 20px #0ea5e940;transform:translateY(-2px)}@media (max-width:1200px){.dashboard-container{padding:1rem}}@media (max-width:600px){.action-button{padding:4px!important}.status-chip{padding:2px 6px}}.gantt-chart-container{padding:20px;width:100%}.gantt-container{padding:2rem}.gantt-paper{border-radius:12px!important;padding:2rem}.chart-container{margin-top:2rem}@media (max-width:768px){.gantt-container,.gantt-paper{padding:1rem}}.gantt-layout{-webkit-overflow-scrolling:touch;display:block;margin-top:20px;overflow-x:auto;scrollbar-width:thin}.gantt-view{flex-grow:1;overflow-x:auto;padding-bottom:20px}.timeline-header{border-bottom:1px solid #ddd;display:flex;min-width:100%}.system-header{background:#fff;border-right:1px solid #eee;flex-shrink:0;font-weight:700;left:0;padding:8px;position:sticky;width:200px;z-index:2}.timeline-months{display:flex;flex-grow:1}.month-label{flex:0 0 100px;font-weight:700;padding:8px;text-align:center;width:100px}.timeline-bars{min-width:100%;position:relative}.timeline-row{align-items:center;display:flex;height:40px;margin:15px 0;min-width:100%}.system-label{word-wrap:break-word;background:#f5f5f5;border-radius:4px;border-right:1px solid #eee;flex-shrink:0;font-weight:500;left:0;margin:4px 0;padding:8px;position:sticky;text-align:left;white-space:normal;width:200px;z-index:1;z-index:2}.timeline-content{flex-grow:1;height:100%;position:relative}.timeline-bar{background-color:#2196f3;border-radius:4px;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s}.timeline-bar:hover{background-color:#1976d2}.date-label{font-size:12px;position:absolute;top:-20px;white-space:nowrap}.date-label.start{left:0}.date-label.end{right:0}@media (max-width:1200px){.gantt-chart-container{padding:10px}.system-header,.system-label{width:200px}}.burnup-container{padding:1rem}.burnup-paper{background:linear-gradient(145deg,#fff,#f0f0f0);border-radius:10px;box-shadow:0 8px 16px #0000001a;padding:1rem}.chart-container{background:linear-gradient(180deg,#f8f9fa,#e9ecef);border-radius:8px;height:400px;min-width:400px;overflow-x:auto;padding:1rem;width:100%}@media (max-width:768px){.burnup-container,.burnup-paper{padding:.5rem}.chart-container{height:300px;min-width:100%}}.MuiTableContainer-root{box-shadow:0 4px 6px #0000001a;margin-top:1rem}.MuiTableHead-root .MuiTableCell-root{background-color:#f5f5f5;font-weight:700}.MuiTableRow-root:hover{background-color:#0000000a}.MuiDialog-paper{min-width:400px}@media (max-width:600px){.MuiDialog-paper{min-width:300px}}.equipment-table{background:#fff;border-radius:12px!important;box-shadow:0 4px 20px #00000014!important;overflow:hidden}.equipment-row{transition:all .2s ease-in-out}.equipment-row:hover{background-color:#f8fafc!important;box-shadow:0 2px 8px #0000000a;transform:translateY(-1px)}.equipment-name{color:#1e293b;font-weight:500}.status-chip{font-weight:500;height:28px;min-width:120px}.hours-text{font-family:Roboto Mono,monospace;font-weight:500}.service-info{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.progress-container{margin:0 auto;padding:8px 0;width:150px}.service-progress{border-radius:4px;height:8px!important}.delete-button{transition:opacity .2s ease-in-out}.equipment-row:hover .delete-button{opacity:1}.add-button{border-radius:8px;font-weight:500;padding:8px 16px;text-transform:none}.MuiDialog-paper{border-radius:12px!important}.MuiDialogTitle-root{padding:20px 24px!important}.MuiDialogContent-root{padding:24px!important}.MuiDialogActions-root{padding:16px 24px!important}@media (max-width:960px){.progress-container{width:100px}.status-chip{min-width:100px}}@media (max-width:600px){.equipment-table{border-radius:0!important}.service-progress{height:6px!important}}.equipment-checklist-container{background-color:#f8fafc;min-height:100vh;padding:.75rem}.equipment-checklist-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.checklist-card{background:#fff;border-left:4px solid #3498db;border-radius:16px;box-shadow:0 4px 16px #00000014;margin-bottom:1rem;overflow:hidden;transition:all .2s ease}.checklist-card:hover{box-shadow:0 6px 24px #3498db26;transform:translateY(-2px)}.card-header{background:linear-gradient(135deg,#3498db,#2980b9);font-size:1.1rem;font-weight:600;gap:.75rem;padding:1rem}.card-content{padding:1.25rem}.form-field{margin-bottom:1.25rem}.form-field:last-child{margin-bottom:0}.form-label{color:#2c3e50;font-size:.95rem;font-weight:600}.form-input,.form-select,.form-textarea{appearance:none;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;min-height:48px;padding:1rem;touch-action:manipulation;transition:all .2s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none;transform:scale(1.02)}.form-textarea{min-height:120px;resize:vertical}.form-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23374151' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;cursor:pointer;padding-right:3rem}.file-upload-card{align-items:center;background:#f8fafc;border:2px dashed #3498db;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-height:48px;padding:1.5rem;text-align:center;transition:all .2s ease}.file-upload-card:hover{background-color:#e3f2fd;border-color:#2980b9;transform:scale(1.02)}.file-upload-icon{color:#3498db;font-size:2rem}.file-upload-text{color:#2c3e50;font-size:1rem;font-weight:500}.image-preview-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1rem}.image-preview-wrapper{border-radius:12px;box-shadow:0 4px 16px #0000001a;height:200px;overflow:hidden;position:relative;width:100%}.preview-image{height:100%;object-fit:cover;width:100%}.remove-image{background:#ffffffe6!important;color:#e74c3c!important;min-height:44px!important;min-width:44px!important;position:absolute;right:8px;top:8px}.mobile-button{-webkit-tap-highlight-color:transparent;border-radius:16px;font-size:1.1rem;font-weight:600;min-height:52px;padding:1rem 2rem;text-transform:none;touch-action:manipulation;transition:all .2s ease;width:100%}.primary-button{background:linear-gradient(135deg,#3498db,#2980b9);border:none;box-shadow:0 4px 16px #3498db4d;color:#fff}.primary-button:hover{background:linear-gradient(135deg,#2980b9,#1f5f8b);box-shadow:0 6px 24px #3498db66;transform:translateY(-2px)}.primary-button:active{box-shadow:0 2px 8px #3498db4d;transform:translateY(0)}.secondary-button{background:#fff;border:2px solid #3498db;color:#3498db}.secondary-button:hover{background:#3498db;color:#fff;transform:translateY(-1px)}.signature-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;margin-top:1rem;padding:1.5rem}.signature-title{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.signature-description{color:#64748b;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.status-indicator{align-items:center;border-radius:20px;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.status-complete{background:#d5f4e6;color:#27ae60}.status-incomplete{background:#fadbd8;color:#e74c3c}.status-pending{background:#fff3cd;color:#f39c12}.progress-container{margin:1rem 0}.progress-bar{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(135deg,#3498db,#2980b9);height:100%;transition:width .3s ease}.progress-text{color:#64748b;font-size:.9rem;margin-top:.5rem;text-align:center}.loading-spinner{color:#fff}.card-animate{animation:slideUp .3s ease}@media (max-width:599px){.form-input,.form-select,.form-textarea{font-size:1.1rem;min-height:52px;padding:1.25rem}.card-header{font-size:1.2rem;padding:1.25rem}.card-content{padding:1.5rem}.form-field{margin-bottom:1.5rem}.mobile-button{font-size:1.2rem;min-height:56px}}@media (min-width:480px){.equipment-checklist-container{padding:1rem}.equipment-checklist-title{font-size:1.75rem}.image-preview-container{grid-template-columns:repeat(2,1fr)}.photos-preview{grid-template-columns:repeat(3,1fr)}}@media (min-width:600px){.equipment-checklist-container{margin:0 auto;max-width:800px;padding:1.5rem}.equipment-checklist-title{font-size:2rem;text-align:left}.checklist-card{margin-bottom:1.5rem}.card-content{padding:2rem}.form-field-group{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.form-field-full{grid-column:1/-1}.mobile-button{display:block;margin:0 auto;min-width:200px;width:auto}.image-preview-container{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.equipment-checklist-container{max-width:1000px;padding:2rem}.checklist-card:hover{transform:translateY(-4px)}.form-input:focus,.form-select:focus,.form-textarea:focus{transform:none}.file-upload-card:hover{transform:scale(1.05)}.photos-preview{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.equipment-checklist-container{max-width:1200px;padding:3rem}.form-field-group{grid-template-columns:repeat(3,1fr)}.form-field-half{grid-column:span 1}.photos-preview{grid-template-columns:repeat(5,1fr)}}@media (hover:none) and (pointer:coarse){.checklist-card:hover{box-shadow:0 4px 16px #00000014;transform:none}.form-input:focus,.form-select:focus,.form-textarea:focus{transform:scale(1.02)}}@media (prefers-contrast:high){.checklist-card{border:2px solid #000}.card-header{background:#000;color:#fff}.form-input,.form-select,.form-textarea{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.checklist-card,.file-upload-card,.form-input,.form-select,.form-textarea,.mobile-button{transition:none}.card-animate{animation:none}}.form-input:active,.form-select:active,.form-textarea:active{transform:scale(.98)}.mobile-button:active{transform:scale(.95)}.file-upload-card:active{transform:scale(.98)}.form-input:focus-visible,.form-select:focus-visible,.form-textarea:focus-visible{border-color:#3498db;box-shadow:0 0 0 4px #3498db4d;outline:2px solid #0000}.mobile-button:focus-visible{outline:3px solid #fff;outline-offset:2px}.checklist-card.completed{background:linear-gradient(135deg,#f8fff9,#fff);border-left-color:#27ae60}.checklist-card.error{background:linear-gradient(135deg,#fff8f8,#fff);border-left-color:#e74c3c}.checklist-card.warning{background:linear-gradient(135deg,#fffcf8,#fff);border-left-color:#f39c12}.form-input.error,.form-select.error,.form-textarea.error{background-color:#fff5f5;border-color:#e74c3c}.form-input.success,.form-select.success,.form-textarea.success{background-color:#f8fff9;border-color:#27ae60}.error-message{color:#e74c3c}.error-message,.success-message{align-items:center;display:flex;font-size:.85rem;gap:.25rem;margin-top:.5rem}.success-message{color:#27ae60}.mobile-button:disabled{background:#bdc3c7;color:#7f8c8d;cursor:not-allowed;transform:none}.mobile-button:disabled:hover{background:#bdc3c7;box-shadow:none;transform:none}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}html{scroll-behavior:smooth}.checklist-card:focus-within{border-left-color:#2980b9;box-shadow:0 8px 32px #3498db33}.card-header{letter-spacing:.5px}.form-label{letter-spacing:.25px}.form-field-group .form-field{margin-bottom:1.5rem}@media (max-width:599px){.form-field-group .form-field{margin-bottom:2rem}}.photos-preview{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:1rem}.preview-item{aspect-ratio:1;border-radius:12px}.photos-preview{margin-top:16px!important}.preview-item{border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;position:relative}.preview-item img{height:100%;object-fit:cover;width:100%}.remove-image{background-color:#ffffffe6!important;position:absolute!important;right:4px;top:4px;z-index:1}.remove-image:hover{background-color:#fff!important}.MuiImageListItem-root{border-radius:8px;overflow:hidden}.mobile-progress-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:.75rem}.mobile-progress-title{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;text-shadow:0 1px 2px #0000001a}.progress-cards-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:2rem;padding:0}.progress-card{background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;margin:0;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.progress-card:hover{box-shadow:0 8px 32px #24243e26;transform:translateY(-2px)}.progress-card.priority-high{border-left-color:#e74c3c}.progress-card.priority-medium{border-left-color:#f39c12}.progress-card.completed,.progress-card.priority-low{border-left-color:#27ae60}.progress-card.completed{background:linear-gradient(135deg,#f8fff9,#fff)}.progress-card-header{align-items:center;background:#24243e;box-sizing:border-box;color:#fff;display:flex;justify-content:space-between;min-height:60px;padding:1rem 1.25rem}.progress-card-title{word-wrap:break-word;flex:1 1;font-size:1.1rem;font-weight:600;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin:0;overflow-wrap:break-word}.progress-card-icon{flex-shrink:0;font-size:1.5rem;margin-left:.75rem;opacity:.9}.progress-card-status{background:#fff3;border-radius:12px;flex-shrink:0;font-size:.85rem;font-weight:500;margin-left:.75rem;padding:.25rem .75rem;white-space:nowrap}.progress-card-content{box-sizing:border-box;padding:1.25rem}.progress-card-meta{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.progress-meta-item{display:flex;flex-direction:column;min-width:0}.progress-meta-label{align-items:center;color:#64748b;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;letter-spacing:.5px;line-height:1.2;margin-bottom:.25rem;text-transform:uppercase}.progress-meta-value{word-wrap:break-word;color:#2c3e50;font-size:1rem;font-weight:600;line-height:1.3;overflow-wrap:break-word}.progress-meta-value.large{color:#3498db;font-size:1.5rem}.progress-indicator{margin:1rem 0}.progress-bar-container{background:#e2e8f0;border-radius:8px;height:12px;overflow:hidden;position:relative}.progress-bar-fill{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:8px;height:100%;position:relative;transition:width .6s cubic-bezier(.4,0,.2,1)}.progress-bar-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.progress-percentage{color:#64748b;font-size:.9rem;font-weight:500;margin-top:.5rem;text-align:center}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.85rem;font-weight:600;gap:.5rem;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase}.status-badge.in-progress{background:#e3f2fd;color:#1976d2}.status-badge.completed{background:#e8f5e8;color:#2e7d32}.status-badge.pending{background:#fff3e0;color:#f57c00}.status-badge.overdue{background:#ffebee;color:#d32f2f}.progress-card-actions{border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;padding-top:1rem}.progress-card-action-btn{-webkit-tap-highlight-color:transparent;align-items:center;border:none;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;min-height:44px;min-width:120px;padding:.75rem 1rem;touch-action:manipulation;transition:all .2s ease}.progress-card-action-btn.primary{background:#24243e;box-shadow:0 2px 8px #24243e4d;color:#fff}.progress-card-action-btn.primary:hover{background:#1a1a2e;box-shadow:0 4px 12px #24243e66;transform:translateY(-1px)}.progress-card-action-btn.secondary{background:#fff;border:2px solid #24243e;box-shadow:0 2px 4px #0000001a;color:#24243e}.progress-card-action-btn.secondary:hover{background:#24243e;color:#fff}.progress-card-action-btn.danger{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 2px 8px #e74c3c4d;color:#fff}.progress-card-action-btn:active{transform:scale(.98)}.progress-card-action-btn:disabled{background:#bdc3c7;box-shadow:none;color:#7f8c8d;cursor:not-allowed;transform:none}.mobile-form-field{margin-bottom:1.5rem}.mobile-form-label{color:#2c3e50;display:block;font-size:.95rem;font-weight:600;letter-spacing:.25px;margin-bottom:.5rem}.mobile-form-input,.mobile-form-select,.mobile-form-textarea{appearance:none;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;min-height:48px;padding:1rem;touch-action:manipulation;transition:all .2s ease;width:100%}.mobile-form-input:focus,.mobile-form-select:focus,.mobile-form-textarea:focus{border-color:#24243e;box-shadow:0 0 0 3px #24243e33;outline:none;transform:scale(1.02)}.mobile-form-textarea{min-height:120px;resize:vertical}.mobile-form-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23374151' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;cursor:pointer;padding-right:3rem}.mobile-action-button{-webkit-tap-highlight-color:transparent;align-items:center;border:none;border-radius:16px;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;justify-content:center;min-height:52px;padding:1rem 2rem;text-transform:none;touch-action:manipulation;transition:all .2s ease;width:100%}.mobile-action-button.primary{background:#24243e;box-shadow:0 4px 16px #24243e4d;color:#fff}.mobile-action-button.primary:hover{background:#1a1a2e;box-shadow:0 6px 24px #24243e66;transform:translateY(-2px)}.mobile-action-button.secondary{background:#fff;border:2px solid #24243e;box-shadow:0 2px 8px #0000001a;color:#24243e}.mobile-action-button.secondary:hover{background:#24243e;color:#fff;transform:translateY(-1px)}.mobile-action-button.danger{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 4px 16px #e74c3c4d;color:#fff}.mobile-action-button:active{transform:scale(.98)}.mobile-action-button:disabled{background:#bdc3c7;box-shadow:none;color:#7f8c8d;cursor:not-allowed;transform:none}.mobile-button-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}.mobile-button-group.single{grid-template-columns:1fr}.mobile-button-group.triple{grid-template-columns:repeat(3,1fr)}.loading-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-spinner{border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:48px;width:48px}.loading-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;padding:2rem;text-align:center}.loading-text{font-weight:500;margin-top:1rem}.empty-state{color:#64748b;padding:3rem 1.5rem;text-align:center}.empty-state-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state-title{color:#2c3e50;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.empty-state-description{font-size:1rem;line-height:1.5}@media (min-width:480px){.mobile-progress-container{padding:1rem}.mobile-progress-title{font-size:1.75rem}.progress-cards-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.progress-card-content{padding:1.5rem}.progress-card-meta{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.progress-card-actions{flex-direction:row;gap:1rem}.progress-card-action-btn{min-width:140px}.mobile-button-group.triple{grid-template-columns:repeat(3,1fr)}}@media (min-width:600px){.mobile-progress-container{margin:0 auto;max-width:1200px;padding:1.5rem}.mobile-progress-title{font-size:2rem;text-align:left}.progress-cards-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.progress-card-content{padding:1.75rem}.progress-card-meta{gap:1.5rem;grid-template-columns:repeat(3,1fr)}.progress-card-actions{gap:1.25rem;margin-top:1.25rem;padding-top:1.25rem}.progress-card-action-btn{min-width:160px;padding:.875rem 1.25rem}.mobile-action-button{display:inline-flex;margin:0 auto;min-width:200px;width:auto}.mobile-button-group{gap:1.5rem;justify-content:center}}@media (min-width:768px){.mobile-progress-container{padding:2rem}.progress-cards-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}.progress-card-content{padding:2rem}.progress-card-meta{gap:1.75rem;grid-template-columns:repeat(4,1fr)}.progress-card-actions{gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem}.progress-card-action-btn{font-size:1rem;min-width:180px;padding:1rem 1.5rem}.progress-card:hover{transform:translateY(-4px)}.mobile-form-input:focus,.mobile-form-select:focus,.mobile-form-textarea:focus{transform:none}.mobile-action-button:hover{transform:translateY(-2px)}}@media (min-width:1024px){.mobile-progress-container{padding:3rem}.progress-card-meta,.progress-cards-grid{grid-template-columns:repeat(4,1fr)}}@media (hover:none) and (pointer:coarse){.progress-card:hover{box-shadow:0 4px 16px #00000014;transform:none}.mobile-form-input:focus,.mobile-form-select:focus,.mobile-form-textarea:focus{transform:scale(1.02)}.mobile-action-button:hover{transform:none}.mobile-action-button:active{transform:scale(.95)}}@media (prefers-contrast:high){.progress-card{border:2px solid #000}.progress-card-header{background:#000;color:#fff}.mobile-form-input,.mobile-form-select,.mobile-form-textarea{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.mobile-action-button,.mobile-form-input,.mobile-form-select,.mobile-form-textarea,.progress-bar-fill,.progress-card{transition:none}.progress-bar-fill:after{animation:none}@keyframes shimmer{0%,to{transform:translateX(0)}}}.mobile-filter-chips{margin-bottom:1rem}.mobile-filter-chip.active{background:#24243e}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.focus-visible{outline:3px solid #24243e;outline-offset:2px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:slideUp .3s ease}.animate-fade-in{animation:fadeIn .3s ease}.progress-dashboard-container{margin:0;padding:0}.dashboard-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;text-align:center}.progress-dashboard-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin:0;max-width:1200px;width:100%}.progress-dashboard-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;height:100%;min-height:160px;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.progress-dashboard-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.card-content{flex-direction:column;flex-grow:1}.card-content,.card-header{display:flex;justify-content:space-between}.card-header{align-items:center;background:#0000!important;background-color:initial!important;background-image:none!important;flex-shrink:0;margin-bottom:1rem}.card-title{word-wrap:break-word;color:#2c3e50;flex:1 1;font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1.2;margin:0;overflow-wrap:break-word;text-transform:uppercase}.card-icon{color:#64748b;flex-shrink:0;margin-left:.5rem;opacity:.8}.card-value{align-items:center;color:#1e293b;display:flex;flex-grow:1;font-family:Roboto Mono,monospace;font-size:2.5rem;font-weight:700;justify-content:center;line-height:1.2;margin:.5rem 0;text-align:center}.card-subtitle{color:#64748b;flex-shrink:0;font-size:.75rem;line-height:1.3;margin:0 0 .5rem;opacity:.9;text-align:center}.card-today-footage{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-left:4px solid #2196f3}.card-seven-day-average{background:linear-gradient(135deg,#e8f5e8,#c8e6c9);border-left:4px solid #4caf50}.card-completion-velocity{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-left:4px solid #ff9800}.progress-dashboard-card .card-header{background:#0000!important;background-color:initial!important;background-image:none!important;color:inherit!important}.card-today-footage .card-value{color:#1976d2}.card-seven-day-average .card-value{color:#388e3c}.card-completion-velocity .card-value{color:#f57c00}.card-today-footage .card-icon,.card-today-footage .card-title{color:#1976d2!important}.card-seven-day-average .card-icon,.card-seven-day-average .card-title{color:#388e3c!important}.card-completion-velocity .card-icon,.card-completion-velocity .card-title{color:#f57c00!important}.trend-indicator{align-items:center;display:flex;flex-shrink:0;gap:.25rem;justify-content:center;margin-top:auto;text-align:center}.trend-icon{color:#64748b;flex-shrink:0;font-size:1rem}.trend-text{color:#64748b;font-size:.75rem;opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trend-up{color:#4caf50!important}.trend-down{color:#f44336!important}.trend-stable{color:#ffc107!important}.mini-chart-container{height:40px;margin-top:12px;position:relative}.mini-chart{height:100%;width:100%}.card-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;height:120px;justify-content:center}.loading-spinner{color:#64748b;font-size:2rem}.loading-text{color:#64748b;font-size:.875rem}.card-error{padding:2rem;text-align:center}.card-error-text{color:#64748b;font-size:.875rem;opacity:.8}.card-no-data{padding:2rem;text-align:center}.card-no-data-text{color:#64748b;font-size:.875rem;opacity:.8}@media (max-width:1200px){.progress-dashboard-grid{gap:.75rem;grid-template-columns:repeat(3,1fr)}.card-value{font-size:2rem}}@media (max-width:768px){.progress-dashboard-grid{gap:1rem;grid-template-columns:1fr}.progress-dashboard-card{min-height:auto;padding:1.5rem}.card-header{margin-bottom:1rem}.card-value{font-size:2rem;margin:.5rem 0}.card-title{font-size:.875rem;line-height:1.2}.card-subtitle{font-size:.75rem}.trend-indicator{margin-top:auto}.trend-text{font-size:.75rem}}@media (max-width:480px){.dashboard-title{font-size:1.25rem;margin-bottom:1rem}.progress-dashboard-grid{gap:.75rem;grid-template-columns:1fr}.progress-dashboard-card{min-height:auto;padding:1.25rem}.card-header{align-items:center;margin-bottom:.75rem}.card-title{font-size:.8rem;line-height:1.2}.card-icon{font-size:1.25rem;margin-left:.5rem}.card-value{font-size:1.75rem;margin:.5rem 0}.card-subtitle{font-size:.7rem;line-height:1.3}.trend-indicator{gap:.25rem;margin-top:auto}.trend-text{font-size:.7rem}.trend-icon{font-size:.9rem}}@media (max-width:360px){.progress-dashboard-grid{gap:.5rem;grid-template-columns:1fr}.progress-dashboard-card{min-height:auto;padding:1rem}.card-value{font-size:1.5rem}.card-title{font-size:.75rem}.card-subtitle{font-size:.65rem}.card-icon{font-size:1rem}.card-header{margin-bottom:.5rem}.trend-text{font-size:.65rem}.mini-chart-container{height:20px;margin-top:.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.progress-dashboard-card{animation:fadeInUp .3s ease-out}.deliverable-stacked-container{gap:1rem;padding:.75rem}.deliverable-stack-card,.deliverable-stacked-container{box-sizing:border-box;display:flex;flex-direction:column;width:100%}.deliverable-stack-card{background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;margin:0;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.deliverable-stack-card:hover{box-shadow:0 8px 32px #24243e26;transform:translateY(-2px)}.deliverable-stack-card.priority-high{border-left-color:#e74c3c}.deliverable-stack-card.priority-medium{border-left-color:#f39c12}.deliverable-stack-card.completed{background:linear-gradient(135deg,#f8fff9,#fff);border-left-color:#27ae60}.quantity-report-header{align-items:center;background:#24243e;box-sizing:border-box;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;min-height:60px;padding:1rem 1.25rem}.quantity-report-title{word-wrap:break-word;flex:1 1;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0;min-width:0;overflow-wrap:break-word}.quantity-report-badge{background:#fff3;border-radius:12px;flex-shrink:0;font-size:.85rem;font-weight:500;margin-left:.75rem;padding:.25rem .75rem;white-space:nowrap}.quantity-report-content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.quantity-metrics-grid{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.quantity-metric-item{display:flex;flex-direction:column;min-width:0}.quantity-metric-label{align-items:center;color:#64748b;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;line-height:1.2;margin-bottom:.25rem}.quantity-metric-value{word-wrap:break-word;font-size:1rem;font-weight:600;line-height:1.3;overflow-wrap:break-word}.quantity-metric-value.large{color:#24243e;font-size:1.5rem;font-weight:700}.quantity-metric-value.highlight{font-weight:700}.progress-stack-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;margin-bottom:1rem;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.progress-stack-header{align-items:center;background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff;display:flex;justify-content:space-between;min-height:60px;padding:1rem 1.25rem}.progress-stack-title{flex:1 1;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0}.progress-stack-content{box-sizing:border-box;padding:1.25rem}.progress-metrics-display{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.progress-metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;text-align:center}.progress-metric-value{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.progress-metric-label{color:#64748b;font-size:.85rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.progress-indicator-bar{background:#e2e8f0;border-radius:8px;height:12px;margin:1rem 0;overflow:hidden;position:relative}.progress-indicator-fill{background:linear-gradient(135deg,#4caf50,#388e3c);border-radius:8px;height:100%;position:relative;transition:width .6s cubic-bezier(.4,0,.2,1)}.deliverable-table-container{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;margin:1rem 0;overflow:hidden}.deliverable-table-header{align-items:center;background:#24243e;color:#fff;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1rem 1.25rem}.deliverable-table-title{flex:1 1;font-size:1.25rem;font-weight:600;margin:0;min-width:200px}.deliverable-table-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.deliverable-table-search{min-width:200px;position:relative}.deliverable-table-search input{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;box-sizing:border-box;color:#fff;font-size:.9rem;padding:.5rem .75rem .5rem 2.5rem;width:100%}.deliverable-table-search input::placeholder{color:#ffffffb3}.deliverable-table-search-icon{color:#ffffffb3;font-size:1rem;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.deliverable-table-filter{min-width:120px;padding:.5rem .75rem}.deliverable-table-export,.deliverable-table-filter{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;font-size:.9rem}.deliverable-table-export{align-items:center;cursor:pointer;display:flex;gap:.5rem;min-height:40px;padding:.5rem 1rem;transition:all .2s ease}.deliverable-table-export:hover{background:#fff3}.deliverable-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.deliverable-table{border-collapse:collapse;font-size:.9rem;width:100%}.deliverable-table th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#2c3e50;font-weight:600;padding:1rem .75rem;position:sticky;text-align:left;top:0;white-space:nowrap;z-index:10}.deliverable-table td{border-bottom:1px solid #e2e8f0;padding:.75rem;vertical-align:middle}.deliverable-table tr:hover{background:#f8fafc}.deliverable-table-actions{align-items:center;display:flex;gap:.5rem}.deliverable-table-btn{-webkit-tap-highlight-color:transparent;align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.25rem;justify-content:center;min-height:32px;min-width:32px;padding:.5rem .75rem;touch-action:manipulation;transition:all .2s ease}.deliverable-table-btn.edit{background:#e3f2fd;color:#1976d2}.deliverable-table-btn.edit:hover{background:#bbdefb}.deliverable-table-btn.delete{background:#ffebee;color:#d32f2f}.deliverable-table-btn.delete:hover{background:#ffcdd2}.deliverable-table-btn.view{background:#e8f5e8;color:#2e7d32}.deliverable-table-btn.view:hover{background:#c8e6c9}@media (min-width:480px){.deliverable-stacked-container{padding:1rem}.quantity-metrics-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.progress-metrics-display{grid-template-columns:repeat(3,1fr)}.deliverable-table td,.deliverable-table th{padding:1rem}}@media (min-width:600px){.deliverable-stacked-container{margin:0 auto;max-width:1200px;padding:1.5rem}.quantity-metrics-grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}.progress-metrics-display{grid-template-columns:repeat(4,1fr)}.deliverable-table-controls,.deliverable-table-header{flex-wrap:nowrap}}@media (min-width:768px){.deliverable-stacked-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);padding:2rem}.deliverable-stack-card:hover{transform:translateY(-4px)}.quantity-metrics-grid{gap:1.75rem;grid-template-columns:repeat(4,1fr)}.deliverable-table{font-size:1rem}}@media (min-width:1024px){.deliverable-stacked-container{grid-template-columns:repeat(3,1fr)}.quantity-metrics-grid{grid-template-columns:repeat(4,1fr)}}.deliverable-progress-card{background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;margin-bottom:1.5rem;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.deliverable-progress-card:hover{box-shadow:0 8px 32px #24243e26;transform:translateY(-2px)}.deliverable-progress-card.completed{border-left-color:#27ae60}.deliverable-progress-card.in-progress{border-left-color:#f39c12}.deliverable-progress-card.not-started{border-left-color:#e74c3c}.progress-card-header-section{background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:1.5rem 1.5rem 1rem;transition:background-color .3s ease}.progress-card-header-section[style*=background-color]{background-image:none!important}.progress-system-type{color:#2c3e50;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.5rem;transition:color .3s ease}.progress-description{color:#64748b;font-size:1rem;font-weight:500;line-height:1.4;transition:color .3s ease}.progress-card-header-section[style*=background-color] .progress-description,.progress-card-header-section[style*=background-color] .progress-system-type{color:#fff!important;text-shadow:0 1px 2px #0000004d}.progress-metrics-section{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.progress-metric-line{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:.5rem 0}.progress-metric-line:last-child{margin-bottom:0}.metric-label{color:#475569;font-size:.95rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.metric-value{color:#2c3e50;font-size:1.1rem;font-weight:700}.progress-bar-section{background:#fff;padding:1.25rem 1.5rem}.progress-bar-container-new{background:#e2e8f0;border-radius:8px;height:12px;margin-bottom:.75rem;overflow:hidden;position:relative}.progress-bar-fill-new{background:#24243e;border-radius:8px;height:100%;position:relative;transition:width .6s cubic-bezier(.4,0,.2,1)}.deliverable-progress-card.completed .progress-bar-fill-new{background:linear-gradient(135deg,#27ae60,#229954)}.deliverable-progress-card.in-progress .progress-bar-fill-new{background:linear-gradient(135deg,#f39c12,#e67e22)}.deliverable-progress-card.not-started .progress-bar-fill-new{background:linear-gradient(135deg,#e74c3c,#c0392b)}.progress-percentage-new{color:#2c3e50;font-size:1rem;font-weight:600;text-align:center}.progress-status-section{align-items:center;display:flex;justify-content:center;padding:1rem 1.5rem 1.5rem}.progress-status-badge{border:2px solid #0000;border-radius:25px;font-size:.9rem;font-weight:700;letter-spacing:1px;min-width:140px;padding:.75rem 1.5rem;text-align:center;text-transform:uppercase;transition:all .2s ease}.progress-status-badge.completed{background:linear-gradient(135deg,#27ae60,#229954);box-shadow:0 4px 12px #27ae604d;color:#fff}.progress-status-badge.in-progress{background:linear-gradient(135deg,#f39c12,#e67e22);box-shadow:0 4px 12px #f39c124d;color:#fff}.progress-status-badge.not-started{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 4px 12px #e74c3c4d;color:#fff}.progress-action-section{display:flex;justify-content:center;padding:0 1.5rem 1.5rem}.progress-details-btn{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(135deg,#27ae60,#2ecc71);border:none;border-radius:12px;box-shadow:0 4px 16px #27ae604d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.75rem;justify-content:center;letter-spacing:.5px;min-height:56px;padding:1rem 1.5rem;text-transform:uppercase;touch-action:manipulation;transition:all .2s ease;width:100%}.progress-details-btn:hover{background:linear-gradient(135deg,#229954,#27ae60);box-shadow:0 6px 20px #27ae6066;transform:translateY(-2px)}.progress-details-btn:active{transform:translateY(0) scale(.98)}.progress-details-btn:disabled{color:#e2e8f0;cursor:not-allowed;opacity:.6}.progress-details-btn:disabled,.progress-details-btn:disabled:hover{background:linear-gradient(135deg,#94a3b8,#64748b);box-shadow:none;transform:none}@media (hover:hover) and (pointer:fine){.progress-details-btn:hover{background:linear-gradient(135deg,#229954,#27ae60);box-shadow:0 8px 24px #27ae6066;transform:translateY(-3px)}.quantity-input-field:hover{border-color:#1a1a2e;box-shadow:0 0 0 2px #24243e14}.quantity-input-field:focus{box-shadow:0 0 0 4px #24243e1f;transform:scale(1.01)}.progress-status-badge:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-1px)}}@media (hover:none) and (pointer:coarse){.progress-details-btn:hover{background:linear-gradient(135deg,#27ae60,#2ecc71);box-shadow:0 4px 16px #27ae604d;transform:none}.progress-details-btn:active{background:linear-gradient(135deg,#229954,#27ae60);box-shadow:0 2px 8px #27ae6066;transform:scale(.95)}.quantity-input-field:focus{box-shadow:0 0 0 3px #24243e33;transform:none}}.quantity-input-line{align-items:flex-start!important;flex-direction:column!important;gap:.75rem}.quantity-input-container{margin-top:0;width:100%}.quantity-input-field{-webkit-appearance:none;-moz-appearance:textfield;background:#fff;border:2px solid #24243e;border-radius:8px;box-sizing:border-box;color:#2c3e50;font-size:1.25rem;font-weight:600;min-height:48px;outline:none;padding:.875rem 1rem;transition:all .2s ease;width:100%}.quantity-input-field:focus{border-color:#1a1a2e;box-shadow:0 0 0 3px #24243e1a;transform:scale(1.02)}.quantity-input-field::placeholder{color:#94a3b8;font-weight:500}.quantity-input-field::-webkit-inner-spin-button,.quantity-input-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input-field:invalid{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c1a}.quantity-input-field:valid{border-color:#27ae60}.quantity-input-field:focus-visible{outline:2px solid #24243e;outline-offset:2px}.progress-details-btn:focus-visible{outline:2px solid #27ae60;outline-offset:2px}.deliverable-quantity-card{background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;margin-bottom:1.5rem;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.deliverable-quantity-card:hover{box-shadow:0 8px 32px #24243e26;transform:translateY(-2px)}.deliverable-quantity-card.high-quantity{border-left-color:#e74c3c}.deliverable-quantity-card.medium-quantity{border-left-color:#f39c12}.deliverable-quantity-card.low-quantity{border-left-color:#27ae60}.quantity-card-header-section{border-bottom:1px solid #f1f5f9;padding:1.5rem 1.5rem 1rem}.quantity-project-name{color:#2c3e50;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.quantity-system-type{color:#64748b;font-size:1rem;font-weight:500;line-height:1.4}.quantity-metrics-section{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.quantity-metric-line{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:.5rem 0}.quantity-metric-line:last-child{margin-bottom:0}.quantity-metric-label{color:#475569;font-size:.95rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.quantity-metric-value{color:#2c3e50;font-size:1.1rem;font-weight:700}.quantity-metric-value.large{color:#3498db;font-size:1.3rem}.quantity-metric-value.highlight{color:#e74c3c}.quantity-comments-section{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.quantity-comments-label{color:#475569;display:block;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.quantity-comments-text{word-wrap:break-word;color:#2c3e50;font-size:1rem;line-height:1.5;overflow-wrap:break-word}.quantity-actions-section{background:#fff;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;padding:1.25rem 1.5rem}.quantity-action-btn{-webkit-tap-highlight-color:transparent;align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;min-height:44px;min-width:100px;padding:.75rem 1.25rem;touch-action:manipulation;transition:all .2s ease}.quantity-action-btn.primary{background:#24243e;box-shadow:0 2px 8px #24243e4d;color:#fff}.quantity-action-btn.primary:hover{background:#1a1a2e;box-shadow:0 4px 12px #24243e66;transform:translateY(-1px)}.quantity-action-btn.secondary{background:linear-gradient(135deg,#6c757d,#5a6268);box-shadow:0 2px 8px #6c757d4d;color:#fff}.quantity-action-btn.secondary:hover{background:linear-gradient(135deg,#5a6268,#495057);box-shadow:0 4px 12px #6c757d66;transform:translateY(-1px)}.quantity-action-btn.danger{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 2px 8px #e74c3c4d;color:#fff}.quantity-action-btn.danger:hover{background:linear-gradient(135deg,#c0392b,#a93226);box-shadow:0 4px 12px #e74c3c66;transform:translateY(-1px)}.quantity-action-btn:active{transform:translateY(0)}@media (min-width:1200px){.deliverable-progress-card{border-left-width:6px;border-radius:20px;box-shadow:0 6px 20px #0000001a;margin-bottom:2rem}.deliverable-progress-card:hover{box-shadow:0 12px 40px #24243e33;transform:translateY(-4px)}.progress-card-header-section{padding:2rem 2.5rem 1.5rem}.progress-system-type{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}.progress-description{font-size:1.25rem;line-height:1.5}.progress-metrics-section{padding:2rem 2.5rem}.progress-metric-line{margin-bottom:1.25rem;padding:.75rem 0}.metric-label{font-size:1.1rem;font-weight:600;letter-spacing:.75px}.metric-value{font-size:1.4rem;font-weight:700}.quantity-input-line{gap:1rem;margin-bottom:1.5rem}.quantity-input-field{border-radius:10px;font-size:1.4rem;min-height:60px;padding:1.125rem 1.25rem}.progress-bar-section{padding:2rem 2.5rem}.progress-bar-container-new{height:16px;margin-bottom:1rem}.progress-percentage-new{font-size:1.25rem;font-weight:600}.progress-status-section{padding:1.5rem 2.5rem 2rem}.progress-status-badge{border-radius:30px;font-size:1rem;min-width:160px;padding:1rem 2rem}.progress-action-section{padding:0 2.5rem 2rem}.progress-details-btn{border-radius:14px;font-size:1.25rem;gap:1rem;min-height:64px;padding:1.25rem 2rem}}@media (min-width:992px) and (max-width:1199px){.deliverable-progress-card{border-left-width:5px;border-radius:18px;box-shadow:0 5px 18px #00000017;margin-bottom:1.75rem}.deliverable-progress-card:hover{box-shadow:0 10px 36px #3498db2e;transform:translateY(-3px)}.progress-card-header-section{padding:1.75rem 2rem 1.25rem}.progress-system-type{font-size:1.5rem;font-weight:700;line-height:1.25;margin-bottom:.625rem}.progress-description{font-size:1.125rem;line-height:1.45}.progress-metrics-section{padding:1.75rem 2rem}.progress-metric-line{margin-bottom:1.125rem;padding:.625rem 0}.metric-label{font-size:1.05rem;font-weight:600;letter-spacing:.6px}.metric-value{font-size:1.3rem;font-weight:700}.quantity-input-line{gap:.875rem;margin-bottom:1.25rem}.quantity-input-field{border-radius:9px;font-size:1.3rem;min-height:56px;padding:1rem 1.125rem}.progress-bar-section{padding:1.75rem 2rem}.progress-bar-container-new{height:14px;margin-bottom:.875rem}.progress-percentage-new{font-size:1.125rem;font-weight:600}.progress-status-section{padding:1.25rem 2rem 1.75rem}.progress-status-badge{border-radius:28px;font-size:.95rem;min-width:150px;padding:.875rem 1.75rem}.progress-action-section{padding:0 2rem 1.75rem}.progress-details-btn{border-radius:13px;font-size:1.15rem;gap:.875rem;min-height:60px;padding:1.125rem 1.75rem}}@media (min-width:769px) and (max-width:991px){.deliverable-progress-card{border-left-width:4px;border-radius:17px;box-shadow:0 4px 16px #00000014;margin-bottom:1.625rem}.deliverable-progress-card:hover{box-shadow:0 8px 32px #3498db29;transform:translateY(-2px)}.progress-card-header-section{padding:1.625rem 1.75rem 1.125rem}.progress-system-type{font-size:1.375rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.progress-description{font-size:1.0625rem;line-height:1.4}.progress-metrics-section{padding:1.5rem 1.75rem}.progress-metric-line{margin-bottom:1rem;padding:.5rem 0}.metric-label{font-size:1rem;font-weight:600;letter-spacing:.55px}.metric-value{font-size:1.2rem;font-weight:700}.quantity-input-line{gap:.8rem;margin-bottom:1.125rem}.quantity-input-field{border-radius:8px;font-size:1.2rem;min-height:52px;padding:.9375rem 1.0625rem}.progress-bar-section{padding:1.5rem 1.75rem}.progress-bar-container-new{height:13px;margin-bottom:.8rem}.progress-percentage-new{font-size:1.0625rem;font-weight:600}.progress-status-section{padding:1.125rem 1.75rem 1.5rem}.progress-status-badge{border-radius:26px;font-size:.9375rem;min-width:145px;padding:.8125rem 1.625rem}.progress-action-section{padding:0 1.75rem 1.5rem}.progress-details-btn{border-radius:12px;font-size:1.0625rem;gap:.8125rem;min-height:58px;padding:1.0625rem 1.625rem}}@media (max-width:768px){.progress-card-header-section,.quantity-card-header-section{padding:1.25rem 1.25rem .75rem}.progress-system-type,.quantity-project-name{word-wrap:break-word;font-size:1.1rem;line-height:1.4;overflow-wrap:break-word}.progress-description,.quantity-system-type{word-wrap:break-word;font-size:.9rem;line-height:1.5;overflow-wrap:break-word}.progress-metrics-section,.quantity-metrics-section{padding:1rem 1.25rem}.progress-metric-line{margin-bottom:1rem;padding:.75rem 0}.metric-label{font-size:.9rem;margin-bottom:.5rem}.metric-value{font-size:1rem}.quantity-input-line{margin-bottom:1.25rem;padding:.75rem 0}.quantity-input-field{border-width:2px;font-size:1.1rem;min-height:48px;padding:.875rem 1rem}.progress-bar-section,.quantity-comments-section{padding:1rem 1.25rem}.progress-status-section,.quantity-actions-section{padding:.75rem 1.25rem 1.25rem}.progress-status-badge{font-size:.85rem;min-width:130px;padding:.75rem 1.25rem}.progress-action-section{padding:0 1.25rem 1.25rem}.progress-details-btn{border-radius:10px;font-size:1rem;min-height:52px;padding:1rem 1.25rem}}@media (max-width:480px){.progress-card-header-section,.quantity-card-header-section{padding:1rem 1rem .75rem}.progress-system-type,.quantity-project-name{font-size:1rem;line-height:1.4}.progress-description,.quantity-system-type{font-size:.85rem;line-height:1.5}.progress-metrics-section,.quantity-metrics-section{padding:.875rem 1rem}.progress-metric-line{margin-bottom:1rem;padding:.5rem 0}.metric-label{font-size:.85rem;margin-bottom:.5rem}.metric-value{font-size:.95rem}.quantity-input-line{margin-bottom:1rem;padding:.5rem 0}.quantity-input-field{border-width:2px;font-size:1rem;min-height:48px;padding:.875rem}.progress-bar-section,.quantity-comments-section{padding:.875rem 1rem}.progress-status-section,.quantity-actions-section{padding:.75rem 1rem 1rem}.progress-status-badge{font-size:.8rem;min-width:120px;padding:.75rem 1rem}.progress-action-section{padding:0 1rem 1rem}.progress-details-btn{border-radius:8px;font-size:.95rem;min-height:48px;padding:.875rem 1rem}}@media (max-width:360px){.progress-card-header-section,.quantity-card-header-section{padding:.875rem .875rem .5rem}.progress-system-type,.quantity-project-name{font-size:.95rem}.progress-description,.quantity-system-type{font-size:.8rem}.progress-metrics-section,.quantity-metrics-section{padding:.75rem .875rem}.quantity-input-field{font-size:.95rem;min-height:44px;padding:.75rem}.progress-bar-section,.quantity-comments-section{padding:.75rem .875rem}.progress-status-section,.quantity-actions-section{padding:.5rem .875rem .875rem}.progress-status-badge{font-size:.75rem;min-width:110px;padding:.625rem .875rem}.progress-action-section{padding:0 .875rem .875rem}.progress-details-btn{font-size:.9rem;min-height:44px;padding:.75rem .875rem}}@media (max-width:768px) and (orientation:landscape){.progress-card-header-section,.quantity-card-header-section{padding:.875rem 1.25rem .5rem}.progress-metrics-section,.quantity-metrics-section{padding:.875rem 1.25rem}.progress-metric-line,.quantity-input-line{margin-bottom:.75rem;padding:.375rem 0}.progress-bar-section{padding:.875rem 1.25rem}.progress-status-section{padding:.5rem 1.25rem .875rem}.progress-action-section{padding:0 1.25rem .875rem}.progress-details-btn{min-height:44px;padding:.75rem 1rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.quantity-input-field{border-width:1px}.quantity-input-field:focus{border-width:2px}}@media (min-width:769px){.metric-label,.metric-value,.progress-description,.progress-details-btn,.progress-system-type,.quantity-input-field{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}}.deliverable-progress-card,.progress-action-section,.progress-bar-section,.progress-card-header-section,.progress-details-btn,.progress-metrics-section,.progress-status-badge,.progress-status-section,.quantity-input-field{transition:all .3s cubic-bezier(.4,0,.2,1)}@media (min-width:769px){.quantity-input-field:focus{border-width:3px}.progress-details-btn:focus{box-shadow:0 0 0 4px #27ae6033}}@media (min-width:1024px){.desktop-table-container{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;display:block;margin:0 auto;overflow:hidden;padding:1.5rem;width:100%}}.quantity-reports-table-wrapper{border:1px solid #e2e8f0;overflow-x:auto;width:100%}.table-header{background:#24243e;border-bottom:2px solid #2980b9;color:#fff;cursor:pointer;font-size:.95rem;letter-spacing:.5px;padding:1.25rem 1rem;position:sticky;text-align:left;text-transform:uppercase;top:0;transition:all .2s ease;-webkit-user-select:none;user-select:none;z-index:10}.table-header:hover{background:linear-gradient(135deg,#2980b9,#1f5f8b)}.table-header:first-child{border-top-left-radius:12px}.table-header:last-child{border-top-right-radius:12px}.table-row{border-bottom:1px solid #f1f5f9;transition:all .2s ease}.table-row:hover{background:#f8fafc;box-shadow:0 2px 8px #0000000d;transform:scale(1.01)}.table-row:last-child{border-bottom:none}.table-cell{border-right:1px solid #f1f5f9;font-size:.95rem;line-height:1.5;padding:1rem;vertical-align:middle}.table-cell:last-child{border-right:none}.system-type-cell{color:#2c3e50;font-weight:700;min-width:140px}.description-cell{word-wrap:break-word;color:#64748b;max-width:200px;overflow-wrap:break-word}.quantity-cell{color:#2c3e50;font-weight:600;min-width:100px;text-align:right}.input-cell{min-width:150px}.table-quantity-input{-webkit-appearance:none;-moz-appearance:textfield;background:#fff;border:2px solid #3498db;border-radius:6px;box-sizing:border-box;color:#2c3e50;font-size:.9rem;font-weight:600;max-width:120px;outline:none;padding:.5rem .75rem;transition:all .2s ease;width:100%}.table-quantity-input:focus{border-color:#2980b9;box-shadow:0 0 0 3px #3498db1a;transform:scale(1.02)}.table-quantity-input::placeholder{color:#94a3b8;font-weight:500}.table-quantity-input::-webkit-inner-spin-button,.table-quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.progress-cell{min-width:140px}.table-progress-container{align-items:center;display:flex;gap:.75rem}.table-progress-bar{background:#e2e8f0;border-radius:6px;flex:1 1;height:8px;overflow:hidden;position:relative}.table-progress-fill{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:6px;height:100%;position:relative;transition:width .6s cubic-bezier(.4,0,.2,1)}.table-progress-text{color:#2c3e50;font-size:.85rem;font-weight:600;min-width:35px;text-align:right}.status-cell{min-width:120px;text-align:center}.table-status-badge{border:2px solid #0000;border-radius:20px;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;min-width:100px;padding:.5rem 1rem;text-align:center;text-transform:uppercase;transition:all .2s ease}.table-status-badge.completed{background:linear-gradient(135deg,#27ae60,#229954);box-shadow:0 2px 8px #27ae604d;color:#fff}.table-status-badge.in-progress{background:linear-gradient(135deg,#f39c12,#e67e22);box-shadow:0 2px 8px #f39c124d;color:#fff}.table-status-badge.not-started{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 2px 8px #e74c3c4d;color:#fff}.action-cell{min-width:120px;text-align:center}.table-submit-btn{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(135deg,#27ae60,#2ecc71);border:none;border-radius:8px;box-shadow:0 2px 8px #27ae604d;color:#fff;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.5rem;letter-spacing:.25px;min-height:36px;padding:.625rem 1rem;text-transform:uppercase;touch-action:manipulation;transition:all .2s ease}.table-submit-btn:hover{background:linear-gradient(135deg,#229954,#27ae60);box-shadow:0 4px 12px #27ae6066;transform:translateY(-1px)}.table-submit-btn:active{transform:translateY(0) scale(.98)}.table-submit-btn:disabled{color:#e2e8f0;cursor:not-allowed;opacity:.6}.table-submit-btn:disabled,.table-submit-btn:disabled:hover{background:linear-gradient(135deg,#94a3b8,#64748b);box-shadow:none;transform:none}.mobile-card-container{display:flex}@media (max-width:1023px){.desktop-table-container{display:none!important}}@media (min-width:769px) and (max-width:1023px){.deliverable-progress-card{margin:0 auto 1.5rem;max-width:600px}.progress-card-header-section{padding:1.5rem 2rem 1rem}.progress-system-type{font-size:1.3rem}.progress-description{font-size:1.05rem}.progress-metrics-section{padding:1.25rem 2rem}.metric-label{font-size:1rem}.metric-value{font-size:1.15rem}.quantity-input-field{font-size:1.15rem;min-height:50px;padding:.875rem 1rem}.progress-bar-section{padding:1.25rem 2rem}.progress-status-section{padding:1rem 2rem 1.5rem}.progress-action-section{padding:0 2rem 1.5rem}.progress-details-btn{font-size:1.05rem;min-height:54px;padding:1rem 1.5rem}}.table-empty-state{background:#f8fafc;border-top:1px solid #e2e8f0;padding:4rem 2rem;text-align:center}.table-empty-icon{color:#94a3b8;font-size:3rem;margin-bottom:1rem}.table-empty-title{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.table-empty-description{color:#64748b;font-size:1rem;line-height:1.5;margin:0 auto;max-width:400px}@media (min-width:1024px){.loading-overlay{align-items:center;background:#ffffffe6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#3498db;height:40px;width:40px}}@media (min-width:1200px){.quantity-reports-table-wrapper{border-radius:16px}.table-header{font-size:1rem;padding:1.5rem 1.25rem}.table-cell{font-size:1rem;padding:1.25rem 1rem}.table-quantity-input{font-size:1rem;max-width:140px;padding:.625rem .875rem}.table-submit-btn{font-size:.9rem;min-height:40px;padding:.75rem 1.25rem}}@media (min-width:1024px) and (max-width:1199px){.desktop-table-container{padding:1rem}.table-header{font-size:.9rem;padding:1rem .875rem}.table-cell{font-size:.9rem;padding:.875rem .75rem}.system-type-cell{min-width:120px}.description-cell{max-width:180px}.quantity-cell{min-width:90px}.input-cell{min-width:130px}.table-quantity-input{font-size:.875rem;max-width:110px;padding:.5rem .625rem}.progress-cell{min-width:120px}.status-cell{min-width:110px}.table-status-badge{font-size:.7rem;min-width:85px;padding:.375rem .75rem}.action-cell{min-width:100px}.table-submit-btn{font-size:.8rem;gap:.375rem;min-height:34px;padding:.5rem .75rem}}@media (min-width:1024px) and (max-width:1280px){.quantity-reports-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.quantity-reports-table{min-width:900px}}.mobile-nav-container{box-sizing:border-box;padding:.75rem;width:100%}.mobile-nav-tabs{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;margin-bottom:1.5rem;overflow-x:auto;padding:.25rem;scrollbar-width:none}.mobile-nav-tabs::-webkit-scrollbar{display:none}.mobile-nav-tab{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;border-radius:8px;box-sizing:border-box;color:#64748b;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;min-height:48px;min-width:120px;padding:.75rem 1rem;text-align:center;touch-action:manipulation;transition:all .2s ease;white-space:nowrap}.mobile-nav-tab.active{background:#24243e;box-shadow:0 2px 8px #24243e4d;color:#fff;font-weight:600}.mobile-nav-tab:not(.active):hover{background:#f8fafc;color:#24243e}.mobile-nav-tab:active{transform:scale(.98)}.mobile-nav-tab-icon{flex-shrink:0;font-size:1rem}.mobile-accordion{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem;overflow:hidden}.mobile-accordion-item{border-bottom:1px solid #e2e8f0}.mobile-accordion-item:last-child{border-bottom:none}.mobile-accordion-header{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;box-sizing:border-box;color:#2c3e50;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;min-height:56px;padding:1rem 1.25rem;text-align:left;touch-action:manipulation;transition:all .2s ease;width:100%}.mobile-accordion-header:hover{background:#f8fafc}.mobile-accordion-header.active{background:#e3f2fd;color:#1976d2}.mobile-accordion-icon{flex-shrink:0;font-size:1.25rem;transition:transform .2s ease}.mobile-accordion-icon.expanded{transform:rotate(180deg)}.mobile-accordion-content{box-sizing:border-box;color:#64748b;line-height:1.5;padding:0 1.25rem 1rem}.mobile-accordion-content.collapsed{display:none}.mobile-bottom-sheet-overlay{align-items:flex-end;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:9999}.mobile-bottom-sheet{background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px #0003;max-height:80vh;overflow-y:auto;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:100%}.mobile-bottom-sheet.open{transform:translateY(0)}.mobile-bottom-sheet-handle{background:#cbd5e1;border-radius:2px;flex-shrink:0;height:4px;margin:12px auto 8px;width:40px}.mobile-bottom-sheet-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem 1.25rem .5rem}.mobile-bottom-sheet-title{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0}.mobile-bottom-sheet-close{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;min-height:44px;min-width:44px;padding:.5rem;touch-action:manipulation;transition:all .2s ease}.mobile-bottom-sheet-close:hover{background:#f1f5f9;color:#2c3e50}.mobile-bottom-sheet-content{box-sizing:border-box;padding:1.25rem}.mobile-search-container{box-sizing:border-box;margin-bottom:1.5rem;position:relative;width:100%}.mobile-search-input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-size:1rem;min-height:48px;padding:1rem 1rem 1rem 3rem;touch-action:manipulation;transition:all .2s ease;width:100%}.mobile-search-input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none}.mobile-search-icon{left:1rem;pointer-events:none}.mobile-search-clear,.mobile-search-icon{color:#64748b;font-size:1.25rem;position:absolute;top:50%;transform:translateY(-50%)}.mobile-search-clear{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;min-height:32px;min-width:32px;padding:.25rem;right:1rem;touch-action:manipulation;transition:all .2s ease}.mobile-search-clear:hover{background:#f1f5f9;color:#2c3e50}.mobile-filter-container{margin-bottom:1.5rem}.mobile-filter-chips{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.mobile-filter-chips::-webkit-scrollbar{display:none}.mobile-filter-chip{-webkit-tap-highlight-color:transparent;align-items:center;background:#e2e8f0;border:none;border-radius:20px;box-sizing:border-box;color:#2c3e50;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;min-height:40px;padding:.5rem 1rem;touch-action:manipulation;transition:all .2s ease;white-space:nowrap}.mobile-filter-chip.active{background:#3498db;box-shadow:0 2px 8px #3498db4d;color:#fff}.mobile-filter-chip:hover:not(.active){background:#cbd5e1}.mobile-filter-chip:active{transform:scale(.98)}.mobile-filter-chip-icon{flex-shrink:0;font-size:.875rem}@media (min-width:480px){.mobile-nav-container{padding:1rem}.mobile-nav-tab{font-size:1rem;min-width:140px;padding:.875rem 1.25rem}.mobile-accordion-header{font-size:1.1rem;padding:1.25rem 1.5rem}.mobile-accordion-content{padding:0 1.5rem 1.25rem}.mobile-bottom-sheet-content{padding:1.5rem}}@media (min-width:600px){.mobile-nav-container{margin:0 auto;max-width:1200px;padding:1.5rem}.mobile-nav-tabs{justify-content:center;overflow:visible}.mobile-nav-tab{min-width:160px;padding:1rem 1.5rem}.mobile-filter-chips{flex-wrap:wrap;justify-content:center;overflow:visible}}@media (min-width:768px){.mobile-nav-container{padding:2rem}.mobile-nav-tab:hover{transform:translateY(-1px)}.mobile-accordion-header:hover{transform:translateX(2px)}.mobile-filter-chip:hover:not(.active){transform:translateY(-1px)}}.mobile-progress-container{background:#0000!important}.main-content:has(.mobile-progress-container){background:linear-gradient(135deg,#fff5ec,#ffe4ca)!important}body:has(.mobile-progress-container) .main-content{background:linear-gradient(135deg,#fff5ec,#ffe4ca)!important}.deliverable-progress-page .main-content{background:linear-gradient(135deg,#fff5ec,#ffe4ca)!important}.main-content .deliverable-progress-page{background:#0000!important}.main-content:has(.deliverable-progress-page){background:linear-gradient(135deg,#fff5ec,#ffe4ca)!important}.main-content .mobile-progress-container{background:#0000!important}.progress-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:24px;width:100%}.progress-table{border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;margin-top:20px;overflow:hidden}.progress-table .MuiTableCell-head{background-color:#f5f5f5;font-weight:600}.progress-table .MuiTableRow-root:hover{background-color:#0000000a}.MuiTableHead-root .MuiTableCell-root{background-color:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.MuiTableBody-root .MuiTableRow-root:hover{background-color:#f8fafc}.MuiTableCell-root{border-bottom:1px solid #e2e8f0}.submit-button{border-radius:20px;box-shadow:0 2px 4px #0000001a;margin-top:20px;padding:10px 24px;text-transform:none}.submit-button:hover{box-shadow:0 4px 8px #0003}.MuiAlert-root{border-radius:8px}.service-progress{border-radius:5px;height:10px}.status-label{border-radius:12px;font-weight:500;padding:4px 8px;text-align:center}.status-label:hover{transform:scale(1.05)}.table-input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;padding:.5rem .75rem;transition:border-color .2s ease;width:100%}.table-input:focus{border-color:#24243e;box-shadow:0 0 0 3px #24243e1a;outline:none}.table-textarea{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;min-height:60px;padding:.5rem .75rem;resize:vertical;transition:border-color .2s ease;width:100%}.table-textarea:focus{border-color:#24243e;box-shadow:0 0 0 3px #24243e1a;outline:none}.table-cell-content{align-items:center;display:flex;gap:.5rem}.table-icon{color:#64748b;font-size:.875rem}.table-text{color:#1e293b;font-weight:500}.table-description{color:#64748b;font-size:.875rem;line-height:1.4}.table-quantity{color:#1e293b;font-size:.875rem;font-weight:600}.table-quantity.remaining{color:#e67e22;font-weight:700}.table-date,.table-notes,.table-reporter{color:#64748b;font-size:.875rem}.table-notes{word-wrap:break-word;display:block;line-height:1.4;max-width:300px;overflow-wrap:break-word;white-space:normal}.table-actions{align-items:center;display:flex;gap:.5rem}.table-action-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.375rem .75rem;transition:all .2s ease}.table-action-btn.primary{background:#24243e;color:#fff}.table-action-btn.primary:hover{background:#1a1a2e;transform:translateY(-1px)}.table-action-btn.secondary{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.table-action-btn.secondary:hover{background:#f1f5f9;color:#475569;transform:translateY(-1px)}.table-action-btn.danger{background:#e74c3c;color:#fff}.table-action-btn.danger:hover{background:#c0392b;transform:translateY(-1px)}.mobile-card-container{display:block}@media (min-width:1024px){.mobile-card-container{display:none}}.desktop-table-container{display:none}@media (min-width:1024px){.desktop-table-container{display:block}}.quantity-reports-table-wrapper{border-radius:12px;box-shadow:0 4px 16px #00000014;margin:1rem 0;overflow:hidden}.quantity-reports-table{background:#fff;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-width:800px;table-layout:auto;width:100%}.quantity-reports-table thead th{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:2px solid #cbd5e1;color:#475569;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:1rem .75rem;position:relative;text-align:center;text-transform:uppercase;vertical-align:middle}.quantity-reports-table thead th:first-child{width:20%}.quantity-reports-table thead th:nth-child(2){width:30%}.quantity-reports-table thead th:nth-child(3),.quantity-reports-table thead th:nth-child(4){width:15%}.quantity-reports-table thead th:nth-child(5){width:20%}.quantity-reports-table tbody td{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem .75rem;text-align:center;transition:background-color .2s ease;vertical-align:middle}.quantity-reports-table tbody tr:hover td{background:#f8fafc}.quantity-reports-table .table-cell-content{justify-content:center;text-align:center}.quantity-reports-table .table-description,.quantity-reports-table .table-quantity{display:block;text-align:center;width:100%}.quantity-reports-table .table-input{margin:0 auto;max-width:120px;text-align:center}.quantity-reports-table .table-notes{background:#f8fafc;border-radius:4px;color:#374151;font-weight:500;margin:.25rem;max-width:none;min-width:150px;padding:.75rem;text-align:left}.quantity-reports-table tbody td:nth-child(6){max-width:300px;min-width:200px;padding:.5rem}.quantity-reports-table .table-textarea{border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;line-height:1.4;max-width:280px;min-width:180px;padding:.5rem;resize:vertical;width:100%}.daily-reports-card-header[style*=background-color],.progress-card-header-section[style*=background-color],.quantity-card-header[style*=background-color]{background-image:none!important;color:#fff!important;text-shadow:0 1px 2px #0000004d}.daily-reports-card .daily-reports-card-header[style*=background-color],.daily-reports-card-header[style],.deliverable-progress-card .progress-card-header-section[style*=background-color],.progress-card-header-section[style],.quantity-card-header[style],.quantity-reporting-card .quantity-card-header[style*=background-color]{background-image:none!important}.daily-reports-card-header[style*=background-color] .daily-reports-card-icon,.daily-reports-card-header[style*=background-color] .daily-reports-card-title,.progress-card-header-section[style*=background-color] .progress-description,.progress-card-header-section[style*=background-color] .progress-system-type,.quantity-card-header[style*=background-color] .quantity-card-icon,.quantity-card-header[style*=background-color] .quantity-card-title{color:#fff!important;text-shadow:0 1px 2px #0000004d}.daily-reports-card-header[style*="#4B0082"],.progress-card-header-section[style*="#4B0082"],.quantity-card-header[style*="#4B0082"],.system-type-cell[style*="#4B0082"]{color:#fff!important;text-shadow:0 1px 3px #00000080}.system-type-cell{border-radius:8px;margin:.25rem;padding:.5rem .75rem!important;transition:all .3s ease}.system-type-cell,.system-type-cell .table-icon,.system-type-cell .table-text{color:#fff!important;text-shadow:0 1px 2px #0000004d}.system-type-cell:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.quantity-reporting-cards-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:2rem;padding:0}.quantity-reporting-card{background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;margin:0;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.quantity-reporting-card:hover{box-shadow:0 8px 32px #3498db26;transform:translateY(-2px)}.quantity-card-header{align-items:center;background:#24243e;border-radius:16px 16px 0 0;color:#fff;display:flex;justify-content:space-between;padding:1rem 1.25rem;transition:background-color .3s ease}.quantity-card-title{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0}.quantity-card-icon{color:#ffffffe6;flex-shrink:0;font-size:1.25rem}.quantity-card-content{background:#fff;padding:1.25rem}.quantity-card-meta{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1.5rem}.quantity-meta-item{display:flex;flex-direction:column;gap:.25rem}.quantity-meta-label{color:#64748b;font-size:.875rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.quantity-meta-value{color:#1e293b;font-size:1rem;font-weight:600;line-height:1.4}.quantity-meta-value.large{color:#24243e;font-size:1.25rem}.quantity-meta-value.remaining{align-items:center;color:#e67e22;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem}.completion-badge{background:#27ae60;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;white-space:nowrap}.quantity-form-field{margin-bottom:1rem}.quantity-form-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.quantity-form-input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.quantity-form-input:focus{border-color:#24243e;box-shadow:0 0 0 3px #24243e1a;outline:none}.quantity-form-input::placeholder{color:#9ca3af}.quantity-form-textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:1.5;min-height:100px;padding:.75rem 1rem;resize:vertical;transition:all .2s ease;width:100%}.quantity-form-textarea:focus{border-color:#24243e;box-shadow:0 0 0 3px #24243e1a;outline:none}.quantity-form-textarea::placeholder{color:#9ca3af}.quantity-submit-button{align-items:center;background:#24243e!important;border:none;border-radius:12px;box-shadow:0 4px 16px #24243e4d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin:0 auto;max-width:400px;padding:1rem 2rem;transition:all .3s ease;width:100%}.quantity-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#229954,#27ae60)!important;box-shadow:0 6px 24px #27ae6066;transform:translateY(-2px)}.quantity-submit-button:disabled{background:#95a5a6;box-shadow:0 2px 8px #95a5a64d;cursor:not-allowed;transform:none}.nav-tab-text{align-items:center;display:flex;flex-direction:column;gap:.125rem}.nav-tab-subtitle{font-size:.65rem;font-weight:400;line-height:1;opacity:.7}@media (min-width:480px){.quantity-reporting-cards-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.quantity-card-meta{gap:1.25rem;grid-template-columns:1fr}}@media (min-width:600px){.quantity-reporting-cards-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto 2rem;max-width:1200px}.quantity-card-content{padding:1.5rem}}@media (min-width:768px){.quantity-reporting-cards-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.quantity-reporting-card:hover{transform:translateY(-4px)}}@media (min-width:1024px){.quantity-reporting-cards-grid{gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto 2rem;max-width:1400px}.quantity-card-header{padding:1.25rem 1.5rem}.quantity-card-title{font-size:1.2rem}.quantity-card-content{padding:2rem}.quantity-card-meta{gap:1.5rem;grid-template-columns:1fr}.quantity-meta-value{font-size:1.1rem}.quantity-meta-value.large{font-size:1.5rem}.quantity-meta-value.remaining{font-size:1.3rem}.quantity-form-input,.quantity-form-textarea{font-size:1.1rem;padding:1rem 1.25rem}.quantity-form-textarea{min-height:120px}.quantity-submit-button{font-size:1.2rem;max-width:500px;padding:1.25rem 2.5rem}}@media (min-width:1200px){.quantity-reporting-cards-grid{gap:2.5rem;grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.quantity-reports-table-wrapper{border-radius:16px;margin:1.5rem 0}.quantity-reports-table thead th{font-size:.9rem;padding:1.25rem 1rem}.quantity-reports-table tbody td{padding:1.25rem 1rem}.quantity-reports-table .table-input{font-size:.9rem;max-width:140px;padding:.75rem 1rem}}@media (min-width:1200px){.quantity-reports-table thead th{font-size:1rem;padding:1.5rem 1.25rem}.quantity-reports-table tbody td{padding:1.5rem 1.25rem}.quantity-reports-table .table-input{font-size:1rem;max-width:160px;padding:.875rem 1.25rem}.quantity-reports-table .table-quantity{font-size:1rem}.quantity-reports-table .table-description{font-size:.95rem}}@media (min-width:768px) and (max-width:1023px){.desktop-table-container{display:none}.mobile-card-container{display:block}}.daily-reports-card-container{display:block;width:100%}.daily-reports-cards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin:0;width:100%}.daily-reports-card{background:#fff;border-left:4px solid #24243e;border-radius:12px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;margin:0;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.daily-reports-card:hover{box-shadow:0 8px 32px #3498db26;transform:translateY(-2px)}.daily-reports-card-header{align-items:center;background:#24243e;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;padding:1.25rem 1.5rem;transition:background-color .3s ease}.daily-reports-card-title{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.2;margin:0}.daily-reports-card-icon{color:#fff;flex-shrink:0;font-size:1.5rem;opacity:.9}.daily-reports-card-content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.daily-reports-card-meta{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.daily-reports-meta-item{display:flex;flex-direction:column;gap:.25rem}.daily-reports-meta-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.daily-reports-meta-value{color:#1e293b;font-size:.9rem;font-weight:500;line-height:1.4;margin:0}.daily-reports-meta-value.large{color:#24243e;font-size:1.25rem;font-weight:700}.daily-reports-form-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.daily-reports-form-label{color:#374151;font-size:.875rem;font-weight:600;margin:0}.daily-reports-form-input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.daily-reports-form-input:focus{border-color:#24243e;box-shadow:0 0 0 3px #24243e1a;outline:none}.daily-reports-form-textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:1rem;min-height:80px;padding:.75rem 1rem;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.daily-reports-form-textarea:focus{border-color:#24243e;box-shadow:0 0 0 3px #24243e1a;outline:none}.daily-reports-button-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.daily-reports-action-button{align-items:center;border:none;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;min-width:120px;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.daily-reports-action-button.primary{background:#24243e;color:#fff}.daily-reports-action-button.primary:hover{background:#1a1a2e;box-shadow:0 4px 12px #24243e4d;transform:translateY(-1px)}.daily-reports-action-button.secondary{background:#f8fafc;border:2px solid #e2e8f0;color:#64748b}.daily-reports-action-button.secondary:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569;transform:translateY(-1px)}.daily-reports-action-button.danger{background:#e74c3c;color:#fff}.daily-reports-action-button.danger:hover{background:#c0392b;box-shadow:0 4px 12px #e74c3c4d;transform:translateY(-1px)}@media (min-width:1024px){.daily-reports-cards-grid{gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.daily-reports-card-content{padding:2rem}.daily-reports-card-header{padding:1.5rem 2rem}.daily-reports-card-title{font-size:1.25rem}.daily-reports-meta-value{font-size:1rem}.daily-reports-meta-value.large{font-size:1.5rem}}@media (min-width:1200px){.daily-reports-cards-grid{gap:2.5rem;grid-template-columns:repeat(3,1fr);max-width:1400px}}@media (max-width:1023px){.daily-reports-cards-grid{gap:1.25rem;grid-template-columns:1fr}.daily-reports-card-content{padding:1.25rem}.daily-reports-card-header{padding:1rem 1.25rem}}@media (max-width:480px){.daily-reports-cards-grid{gap:1rem}.daily-reports-card-content,.daily-reports-card-header{padding:1rem}.daily-reports-card-meta{gap:.75rem;grid-template-columns:1fr}.daily-reports-button-group{flex-direction:column}.daily-reports-action-button{min-width:auto;width:100%}.daily-reports-meta-value.large{font-size:1.25rem}}.time-tracking-container{background:#fff;border-radius:12px!important;overflow:hidden;padding:0}.time-tracking-header{background:#24243e;border-radius:12px 12px 0 0;color:#fff;margin-bottom:0;padding:2rem;text-align:center}.time-tracking-logo{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:auto;margin-bottom:1rem;transition:transform .3s ease;width:80px}.time-tracking-logo:hover{transform:scale(1.05)}.time-tracking-title{color:#fff!important;font-weight:600!important;margin:0!important;text-shadow:0 2px 4px #0003}.time-tracking-content{padding:2rem}.active-time-entry{text-align:center}.elapsed-time{color:#1e293b;font-family:Roboto Mono,monospace;font-size:3rem!important;margin:2rem 0!important}.clock-in-form{margin-top:2rem}.clock-in-form .MuiButton-containedPrimary{background-color:#24243e!important}.clock-in-form .MuiButton-containedPrimary:hover{background-color:#1a1a2e!important}.MuiDialog-paper{min-width:320px;padding:1rem}.MuiDialogTitle-root{background-color:#f8fafc}.MuiDialogContent-root{padding:2rem!important}.MuiDialogActions-root{background-color:#f8fafc;padding:1rem!important}@media (min-width:480px){.time-tracking-header{padding:2.5rem}.time-tracking-logo{width:90px}.time-tracking-title{font-size:2.5rem!important}.time-tracking-content{padding:2.5rem}}@media (min-width:600px){.time-tracking-header{padding:3rem}.time-tracking-logo{width:100px}.time-tracking-content{padding:3rem}}@media (min-width:768px){.time-tracking-header{padding:3.5rem}.time-tracking-logo{width:110px}.time-tracking-title{font-size:3rem!important}}@media (min-width:1024px){.time-tracking-header{padding:4rem}.time-tracking-logo{width:120px}.time-tracking-content{padding:4rem}}body{background-color:#fff5eb}.change-order-form-container{background-color:#fff5eb;padding:2rem}.form-paper{background:#fff;border-radius:16px!important;box-shadow:0 8px 32px #00000014!important;overflow:hidden;transition:all .3s ease}.form-paper:hover{box-shadow:0 12px 48px #0000001f!important;transform:translateY(-2px)}.section-container{border-bottom:1px solid #eaeaea;margin-bottom:2rem;padding-bottom:1.5rem}.section-title{border-bottom:1px solid #eaeaea;color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.25rem;padding-bottom:.75rem}.subsection-title{color:#0f172a;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.form-group{flex:1 1;min-width:250px}.form-label{color:#334155;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-control{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:all .2s ease;width:100%}.form-control:focus{border-color:#0ea5e9;box-shadow:0 0 0 2px #0ea5e933;outline:none}.currency-input{position:relative}.currency-symbol{color:#334155;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.currency-field{font-family:Roboto Mono,monospace;padding-left:1.5rem}.textarea-control{min-height:100px;resize:vertical}.readonly-field{background-color:#f8fafc!important}.file-input{padding:.5rem}.approval-section{border:1px solid #eaeaea;border-radius:8px;margin-bottom:1.5rem;padding:1rem;transition:background-color .2s ease}.approval-section:hover{background-color:#f8fafc}.submit-button{background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:8px;padding:.5rem 1.5rem}.submit-button:hover{box-shadow:0 4px 20px #0ea5e940;transform:translateY(-2px)}.mx-auto{margin-left:auto;margin-right:auto}.bg-gray-100{background-color:#f7f7f7}.rounded-lg{border-radius:.5rem}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.text-gray-700{color:#374151}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#eff6ff00)}.to-gray-50{--tw-gradient-to:#f9fafb}.text-gray-800{color:#1f2937}@media (max-width:1200px){.change-order-form-container{padding:1rem}}@media (max-width:768px){.form-paper{margin:0!important;padding:1rem}.form-row{flex-direction:column;gap:.75rem}.form-group{min-width:100%}.section-title{font-size:1.25rem}.subsection-title{font-size:1.1rem}}.pressure-test-container{background-color:#f8fafc;min-height:100vh;padding:.75rem}.page-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.form-container{box-shadow:0 4px 16px #0000001a;overflow:hidden}.form-container,.section{background:#fff;border-radius:12px;margin-bottom:1rem}.section{border-left:4px solid #3498db;box-shadow:0 2px 8px #00000014;padding:1rem}h2{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem}.form-group{margin-bottom:1rem}label{color:#2c3e50;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}input,select,textarea{appearance:none;background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-size:1rem;min-height:48px;padding:1rem;transition:all .2s ease;width:100%}input:focus,select:focus,textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none;transform:scale(1.02)}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23374151' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;cursor:pointer;padding-right:3rem}.duration-container{align-items:stretch;display:flex;gap:.75rem}.duration-container input{flex:2 1;min-width:0}.duration-container select{flex:1 1;min-width:100px}.custom-pressure-input{animation:slideDown .3s ease;margin-top:.75rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.grid-2{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.add-reading-btn,button[type=submit]{-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-height:48px;padding:1rem 2rem;touch-action:manipulation;transition:all .2s ease;width:100%}.add-reading-btn:hover,button[type=submit]:hover{background:linear-gradient(135deg,#2980b9,#1f5f8b);box-shadow:0 4px 16px #3498db4d;transform:translateY(-1px)}.add-reading-btn:active,button[type=submit]:active{box-shadow:0 2px 8px #3498db4d;transform:translateY(0)}@media (max-width:599px){.add-reading-btn{border-radius:16px;font-size:1.1rem;margin-top:1.5rem;min-height:52px;padding:1.25rem 2rem}}.readings-table-container{display:none}.readings-cards-container{display:block}.reading-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1rem;overflow:hidden;transition:all .2s ease}.reading-card:hover{border-color:#3498db;box-shadow:0 4px 16px #3498db26}.reading-card-header{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;font-weight:600;padding:.75rem 1rem}.reading-card-header h3{font-size:1rem;margin:0}.reading-card-content{grid-gap:1rem;display:grid;gap:1rem;padding:1rem}@media (max-width:599px){.reading-field input[type=number],.reading-field input[type=time]{font-size:1.1rem;min-height:52px;padding:1.25rem 1rem}.reading-field input[type=text]{font-size:1rem;min-height:52px;padding:1.25rem 1rem}.reading-card{margin-bottom:1.5rem}.reading-card-header{padding:1rem}.reading-card-content{gap:1.25rem;padding:1.25rem}}.reading-field{display:flex;flex-direction:column}.reading-field label{color:#2c3e50;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.reading-field input{appearance:none;background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;min-height:48px;padding:1rem;touch-action:manipulation;transition:all .2s ease}.reading-field input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none;transform:scale(1.02)}.reading-field input:active{transform:scale(.98)}.reading-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #00000014;font-size:.9rem;margin-bottom:1rem;overflow:hidden;width:100%}.reading-table th{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;font-size:.9rem;font-weight:600;padding:1rem .75rem;text-align:left}.reading-table td{background:#fff;border-bottom:1px solid #e2e8f0;padding:.75rem}.reading-table input{border:1px solid #ddd;border-radius:6px;font-size:.9rem;margin:0;min-height:44px;min-width:100px;padding:.75rem;width:100%}.img-preview{border-radius:12px;box-shadow:0 2px 8px #0000001a;height:auto;max-width:100%}.file-input,.img-preview{margin-top:.75rem}.photo-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:480px){.pressure-test-container{padding:1rem}.page-title{font-size:1.75rem}.duration-container{gap:1rem}}@media (min-width:600px){.pressure-test-container{padding:1.5rem}.grid-2{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.section{padding:1.5rem}.photo-container{grid-template-columns:repeat(2,1fr)}.add-reading-btn,button[type=submit]{min-width:200px;width:auto}.readings-table-container{display:block}.readings-cards-container{display:none}.reading-card-content{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.pressure-test-container{margin:0 auto;max-width:1200px;padding:2rem}.page-title{font-size:2rem;text-align:left}.photo-container{grid-template-columns:repeat(3,1fr)}.reading-table{font-size:1rem}.reading-table th{font-size:1rem;padding:1rem}.reading-table td{padding:1rem}.reading-table input{font-size:1rem;padding:.75rem}}@media (min-width:1024px){.pressure-test-container{padding:3rem}.section:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}input:focus,select:focus,textarea:focus{transform:none}}.document-upload-container{margin:0 auto;max-width:1200px;padding:1.5rem}.document-header{background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px 12px 0 0;color:#fff;padding:2rem}.document-header h2{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.document-header p{color:#bfdbfe;font-size:1rem}.upload-button{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;color:#2563eb;display:flex;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.upload-button:hover{background-color:#eff6ff;transform:translateY(-1px)}.folder-container{background-color:#f8fafc;border-radius:8px;margin-bottom:1rem}.folder-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:.75rem 1rem;transition:all .2s ease}.folder-item:hover{background-color:#fff}.folder-item.selected{background-color:#eff6ff;color:#2563eb}.folder-icon{color:#eab308;margin-right:.5rem}.file-list{margin-left:2rem;padding:.5rem 0}.file-item{align-items:center;border-radius:6px;display:flex;justify-content:space-between;padding:.5rem 1rem;transition:background-color .2s ease}.file-item:hover{background-color:#f8fafc}.file-info{align-items:center;display:flex;gap:.5rem}.file-meta{color:#64748b;display:none;font-size:.875rem}.file-item:hover .file-meta{display:flex;gap:1rem}.upload-modal{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;margin:1rem;max-width:32rem;padding:2rem;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.modal-title{color:#1e293b;font-size:1.25rem;font-weight:700}.close-button{border-radius:50%;padding:.5rem;transition:background-color .2s ease}.close-button:hover{background-color:#f1f5f9}.dropzone{background-color:#eff6ff;border:2px dashed #93c5fd;border-radius:12px;cursor:pointer;padding:2rem;text-align:center;transition:all .2s ease}.dropzone:hover{background-color:#dbeafe}.upload-icon{color:#2563eb;margin-bottom:1rem}.upload-text{color:#334155;font-weight:500;margin-bottom:.5rem}.upload-subtext{color:#64748b;font-size:.875rem}.upload-list{background-color:#f8fafc;border-radius:8px;margin-top:1.5rem;padding:1rem}.upload-item{align-items:center;background-color:#fff;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.upload-status{color:#22c55e;font-size:.875rem;font-weight:500}.delete-button{opacity:.7;transition:opacity .2s}.delete-button:hover{background-color:#fee2e2;opacity:1}.file-item:hover .delete-button{opacity:1}.bg-orange-50{background-color:#fff7ed}.p-6{padding:1.5rem}.min-h-screen{min-height:100vh}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.mb-4{margin-bottom:1rem}.flex{display:flex}.space-x-4>*+*{margin-left:1rem}.items-center{align-items:center}.bg-blue-500{background-color:#3b82f6}.hover\:bg-blue-600:hover{background-color:#2563eb}.text-white{color:#fff}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.rounded{border-radius:.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.font-semibold{font-weight:600}.ml-auto{margin-left:auto}.relative{position:relative}.border{border-width:1px}.border-red-500{border-color:#ef4444}.appearance-none{appearance:none;-webkit-appearance:none;-moz-appearance:none}.bg-white{background-color:#fff}.border-none{border-style:none}.pr-8{padding-right:2rem}.w-48{width:12rem}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.overflow-x-auto{overflow-x:auto}.w-full{width:100%}.bg-gray-100{background-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.text-left{text-align:left}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.text-center{text-align:center}.bg-gray-200{background-color:#e5e7eb}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-gray-500{color:#6b7280}.bg-gray-50{background-color:#f9fafb}.border-gray-300{border-color:#d1d5db}.p-1{padding:.25rem}.w-16{width:4rem}.inline-block{display:inline-block}.action-buttons-container{display:flex;justify-content:flex-end;margin-bottom:10px;margin-top:10px}.action-button{align-items:center;border-radius:4px;display:flex;font-weight:500;height:40px;justify-content:center;margin-left:10px;min-width:120px}.save-button{background-color:#22c55e;color:#fff}.save-button:hover{background-color:#16a34a}.pdf-button{align-items:center;background-color:#3b82f6;border-radius:8px;box-shadow:0 4px 6px -1px #3b82f64d;color:#fff;display:flex;font-size:.95rem;font-weight:500;gap:8px;min-width:140px;padding:8px 16px;text-transform:none;transition:all .2s ease}.pdf-button:hover{background-color:#2563eb;box-shadow:0 6px 8px -1px #3b82f666;transform:translateY(-1px)}.pdf-button:active{box-shadow:0 4px 6px -1px #3b82f64d;transform:translateY(0)}.pdf-button:disabled{background-color:#94a3b8;box-shadow:none}.material-management-container{background-color:#f5f5f5;min-height:100vh;padding:24px}.chart-paper{margin-bottom:24px}.chart-paper,.table-paper{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:24px}.MuiTable-root{border-collapse:initial;border-spacing:0}.MuiTableHead-root .MuiTableCell-root{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;color:#495057;font-weight:600;padding:16px}.MuiTableBody-root .MuiTableCell-root{border-bottom:1px solid #dee2e6;padding:16px}.MuiTableRow-root:hover{background-color:#f8f9fa}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:#e9ecef}.recharts-text{fill:#6c757d;font-size:12px}.recharts-legend-item-text{color:#495057;font-size:12px}.MuiTypography-h4{color:#212529;font-weight:600;margin-bottom:24px}.MuiTypography-h6{color:#495057;font-weight:600;margin-bottom:16px}.MuiTypography-caption{color:#6c757d;font-size:12px}@media (max-width:768px){.chart-paper,.material-management-container,.table-paper{padding:16px}.MuiTableBody-root .MuiTableCell-root,.MuiTableHead-root .MuiTableCell-root{padding:12px}}.emergency-loading-container{align-items:center;background:linear-gradient(135deg,#fff5ec,#ffe4ca);display:flex;justify-content:center;min-height:100vh;padding:1rem}.emergency-loading-card{background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;padding:2rem;text-align:center}.emergency-page-container{background:linear-gradient(135deg,#fff5ec,#ffe4ca);box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:.75rem}.emergency-header{background:#fff;border-left:4px solid #dc2626;border-radius:16px;box-shadow:0 4px 16px #00000014;margin-bottom:1.5rem;overflow:hidden}.emergency-header-content{padding:1.5rem;text-align:center}.emergency-logo{height:48px;margin-bottom:1rem;object-fit:contain;width:auto}.emergency-title{color:#dc2626;font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.emergency-subtitle{color:#64748b;font-size:1rem;line-height:1.4;margin:0}.emergency-form-container{margin:0 auto;max-width:800px}.emergency-form-card{background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;overflow:hidden}.emergency-form{display:flex;flex-direction:column;gap:0;padding:0}.emergency-input-card{border-bottom:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.emergency-input-card:last-of-type{border-bottom:none}.emergency-input-card:hover{background:#f8fafc}.emergency-input-header{background:#24243e;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}.emergency-input-title-container{align-items:center;display:flex;gap:.75rem}.emergency-input-icon{color:#fff;flex-shrink:0;font-size:1.5rem;height:24px;width:24px}.emergency-input-title{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.2;margin:0}.emergency-input-content{padding:1.5rem}.emergency-form-control{background:#fff;border-radius:8px}.emergency-form-control .MuiOutlinedInput-root{border-radius:8px;font-size:1rem;min-height:48px}.emergency-form-control .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#24243e}.emergency-form-control .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#24243e;border-width:2px}.emergency-input-label{color:#64748b;font-weight:500}.emergency-input-label.Mui-focused{color:#24243e}.emergency-select{font-size:1rem;min-height:48px}.emergency-textarea .MuiOutlinedInput-root{border-radius:8px;font-size:1rem}.emergency-textarea .MuiOutlinedInput-root textarea{line-height:1.5;min-height:80px;resize:vertical}.priority-critical{color:#dc2626;font-weight:600}.priority-high{color:#ea580c;font-weight:600}.priority-medium{color:#0284c7;font-weight:600}.emergency-submit-card{background:#24243e;margin:0;padding:1.5rem}.emergency-submit-button{background:#dc2626;border:none;border-radius:12px;box-shadow:0 4px 16px #dc26264d;color:#fff;font-size:1.1rem;font-weight:700;min-height:48px;text-transform:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.emergency-submit-button:hover{background:#b91c1c;box-shadow:0 8px 32px #dc262666;transform:translateY(-2px)}.emergency-submit-button:disabled{color:#64748b;cursor:not-allowed}.emergency-submit-button:disabled,.emergency-submit-button:disabled:hover{background:#94a3b8;box-shadow:none;transform:none}@media (min-width:480px){.emergency-page-container{padding:1rem}.emergency-header-content{padding:2rem}.emergency-logo{height:56px}.emergency-title{font-size:1.75rem}.emergency-subtitle{font-size:1.1rem}.emergency-input-content,.emergency-submit-card{padding:2rem}.emergency-submit-button{font-size:1.2rem;min-height:52px}.emergency-textarea .MuiOutlinedInput-root textarea{min-height:85px}.emergency-input-icon{font-size:1.6rem;height:26px;width:26px}.emergency-input-title-container{gap:.875rem}}@media (min-width:600px){.emergency-page-container{padding:1.5rem}.emergency-header-content{padding:2.5rem}.emergency-logo{height:64px}.emergency-title{font-size:2rem}.emergency-subtitle{font-size:1.2rem}.emergency-input-header{padding:1.25rem 2rem}.emergency-input-title{font-size:1.2rem}.emergency-input-content,.emergency-submit-card{padding:2.5rem}.emergency-submit-button{font-size:1.3rem;min-height:56px}.emergency-textarea .MuiOutlinedInput-root textarea{min-height:90px}.emergency-input-icon{font-size:1.75rem;height:28px;width:28px}.emergency-input-title-container{gap:1rem}}@media (min-width:768px){.emergency-page-container{padding:2rem}.emergency-header-content{padding:3rem}.emergency-logo{height:72px}.emergency-title{font-size:2.25rem}.emergency-subtitle{font-size:1.3rem}.emergency-input-header{padding:1.5rem 2.5rem}.emergency-input-title{font-size:1.3rem}.emergency-input-content,.emergency-submit-card{padding:3rem}.emergency-submit-button{font-size:1.4rem;min-height:60px}.emergency-form-card:hover{box-shadow:0 8px 32px #24243e26;transform:translateY(-2px)}.emergency-textarea .MuiOutlinedInput-root textarea{min-height:100px}.emergency-input-icon{font-size:2rem;height:32px;width:32px}.emergency-input-title-container{gap:1.125rem}}@media (min-width:1024px){.emergency-page-container{margin:0 auto;max-width:1200px;padding:3rem}.emergency-form-container{max-width:900px}.emergency-header-content{padding:4rem}.emergency-logo{height:80px}.emergency-title{font-size:2.5rem}.emergency-subtitle{font-size:1.4rem}.emergency-input-content,.emergency-submit-card{padding:3.5rem}.emergency-submit-button{font-size:1.5rem;min-height:64px}.emergency-textarea .MuiOutlinedInput-root textarea{min-height:110px}.emergency-input-icon{font-size:2.25rem;height:36px;width:36px}.emergency-input-title-container{gap:1.25rem}.emergency-input-title{font-size:1.4rem}}.emergency-logs-container{background:linear-gradient(135deg,#fff5ec,#ffe4ca);box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:.75rem}.emergency-logs-header{background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;margin-bottom:1.5rem;overflow:hidden}.emergency-logs-header-content{padding:1.5rem;text-align:center}.emergency-logs-logo{height:48px;margin-bottom:1rem;object-fit:contain;width:auto}.emergency-logs-title{color:#24243e;font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.emergency-logs-filters{margin-top:1rem}.emergency-logs-filter-button{background:#fff;border:2px solid #24243e;border-radius:12px;color:#24243e;font-weight:600;min-height:48px;text-transform:none;width:100%}.emergency-logs-filter-button:hover{background:#24243e;color:#fff}.emergency-logs-tabs{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:.5rem}.emergency-logs-loading{align-items:center;background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;justify-content:center;margin:2rem auto;max-width:400px;padding:3rem}.emergency-logs-content{position:relative}.emergency-logs-mobile-view{display:block}.emergency-logs-desktop-view{display:none}@media (min-width:1024px){.emergency-logs-mobile-view{display:none}.emergency-logs-desktop-view{display:block}}.emergency-logs-cards-container{display:flex;flex-direction:column;gap:1rem}.emergency-log-card{background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;margin:0;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.emergency-log-card:hover{box-shadow:0 8px 32px #24243e26;transform:translateY(-2px)}.emergency-log-card.priority-critical{border-left-color:#dc2626}.emergency-log-card.priority-high{border-left-color:#ea580c}.emergency-log-card.priority-medium{border-left-color:#0284c7}.emergency-log-card.completed{background:linear-gradient(135deg,#f0fdf4,#fff);border-left-color:#16a34a}.emergency-log-header{align-items:center;background:#24243e;display:flex;justify-content:space-between;padding:1rem 1.5rem}.emergency-log-card.priority-critical .emergency-log-header{background:#dc2626}.emergency-log-card.priority-high .emergency-log-header{background:#ea580c}.emergency-log-card.priority-medium .emergency-log-header{background:#0284c7}.emergency-log-card.completed .emergency-log-header{background:#16a34a}.emergency-log-equipment{color:#fff;font-size:1.1rem;font-weight:700;line-height:1.2}.emergency-log-status{align-items:center;display:flex}.emergency-log-content{padding:1.5rem}.emergency-log-meta{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1.5rem}.emergency-log-meta-item{display:flex;flex-direction:column;gap:.25rem}.emergency-log-meta-label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.emergency-log-meta-value{color:#1e293b;font-size:1rem;font-weight:500;line-height:1.4}.emergency-log-priority-chip{align-self:flex-start;margin-top:.25rem}.emergency-log-description{margin-bottom:1.5rem}.emergency-log-description-label{color:#64748b;display:block;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.emergency-log-description-text{background:#f8fafc;border-left:3px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:1rem;line-height:1.5;margin:0;padding:1rem}.emergency-log-days{border-top:1px solid #e2e8f0;display:flex;justify-content:center;padding-top:1rem}.emergency-logs-empty{background:#fff;border-left:4px solid #64748b;border-radius:16px;box-shadow:0 4px 16px #00000014;padding:3rem 2rem;text-align:center}.emergency-logs-table-container{margin:0 auto;max-width:1400px}@media (min-width:480px){.emergency-logs-container{padding:1rem}.emergency-logs-header-content{padding:2rem}.emergency-logs-logo{height:56px}.emergency-logs-title{font-size:1.75rem}.emergency-log-meta{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.emergency-log-content{padding:2rem}.emergency-log-header{padding:1.25rem 2rem}.emergency-log-equipment{font-size:1.2rem}}@media (min-width:600px){.emergency-logs-container{padding:1.5rem}.emergency-logs-header-content{padding:2.5rem}.emergency-logs-logo{height:64px}.emergency-logs-title{font-size:2rem}.emergency-log-meta{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.emergency-log-content{padding:2.5rem}.emergency-log-header{padding:1.5rem 2.5rem}.emergency-log-equipment{font-size:1.3rem}}@media (min-width:768px){.emergency-logs-container{padding:2rem}.emergency-logs-header-content{padding:3rem}.emergency-logs-logo{height:72px}.emergency-logs-title{font-size:2.25rem}.emergency-log-meta{gap:1.75rem;grid-template-columns:repeat(3,1fr)}.emergency-log-content{padding:3rem}.emergency-log-header{padding:1.75rem 3rem}.emergency-log-equipment{font-size:1.4rem}.emergency-logs-cards-container{gap:1.5rem}}@media (min-width:1024px){.emergency-logs-container{margin:0 auto;max-width:1400px;padding:3rem}.emergency-logs-header-content{align-items:center;display:flex;flex-direction:column;padding:4rem}.emergency-logs-logo{height:80px}.emergency-logs-title{font-size:2.5rem}.emergency-logs-filters{margin-top:2rem}}.table-container{margin-top:20px;overflow-x:auto}.status-chip{margin:4px 0}.completed-time{color:#666;font-size:.75rem}.table-cell{min-width:150px}.table-header{background-color:#f5f5f5;font-weight:700}.user-row:hover{background-color:#f9f9f9}.image-viewer-container{align-items:center;background-color:#000;display:flex;height:70vh;justify-content:center;position:relative;width:100%}.image-viewer-nav{background-color:#fff3;position:absolute;z-index:1}.image-viewer-nav:hover{background-color:#ffffff4d}.image-viewer-nav-left{left:16px}.image-viewer-nav-right{right:16px}.image-viewer-counter{align-items:center;background-color:#000000b3;border-radius:4px;bottom:16px;color:#fff;display:flex;gap:8px;left:50%;padding:8px 16px;position:absolute;transform:translateX(-50%)}.image-viewer-img{max-height:100%;max-width:100%;object-fit:contain}.time-off-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:.75rem}.time-off-title{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;text-shadow:0 1px 2px #0000001a}.time-off-card{background:#fff;border-left:4px solid #24243e;border-radius:16px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;display:flex;flex-direction:column;margin:0 0 1.5rem;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.time-off-card:hover{box-shadow:0 8px 32px #24243e26;transform:translateY(-2px)}.time-off-card-header{align-items:center;background:#24243e;box-sizing:border-box;color:#fff;display:flex;justify-content:space-between;min-height:60px;padding:1rem 1.25rem}.time-off-card-title{word-wrap:break-word;flex:1 1;font-size:1.1rem;font-weight:600;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin:0;overflow-wrap:break-word}.time-off-card-icon{flex-shrink:0;font-size:1.5rem;margin-left:.75rem;opacity:.9}.time-off-card-content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.time-off-form-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.time-off-form-label{color:#2c3e50;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.time-off-form-input,.time-off-form-select,.time-off-form-textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:1rem;min-height:48px;padding:.875rem 1rem;transition:all .3s ease;width:100%}.time-off-form-input:focus,.time-off-form-select:focus,.time-off-form-textarea:focus{border-color:#24243e;box-shadow:0 0 0 3px #24243e33;outline:none;transform:scale(1.02)}.time-off-form-textarea{font-family:inherit;min-height:120px;resize:vertical}.time-off-radio-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.time-off-radio-item{align-items:center;border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;gap:.75rem;min-height:48px;padding:.75rem;transition:all .3s ease}.time-off-radio-item:hover{background:#f8fafc;border-color:#24243e}.time-off-radio-item.selected{background:#24243e0d;border-color:#24243e}.time-off-radio-input{accent-color:#24243e;cursor:pointer;height:20px;width:20px}.time-off-radio-input:checked{background-color:#24243e;border-color:#24243e}.time-off-radio-label{color:#2c3e50;cursor:pointer;flex:1 1;font-size:1rem}.time-input-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:1rem}.time-off-submit-button{align-items:center;background:#24243e;border:none;border-radius:12px;box-shadow:0 4px 16px #24243e4d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin:2rem auto 0;min-height:48px;min-width:200px;padding:1rem 2rem;transition:all .3s ease}.time-off-submit-button:hover:not(:disabled){background:#1a1a2e;box-shadow:0 6px 24px #24243e66;transform:translateY(-2px)}.time-off-submit-button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed;transform:none}.loading-spinner{animation:spin 1s linear infinite}.acknowledgment-text{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1rem;padding:1rem}@media (min-width:480px){.time-off-container{padding:1rem}.time-off-title{font-size:1.75rem}.time-off-card-content{padding:1.75rem}.time-off-radio-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:600px){.time-off-container{margin:0 auto;max-width:1200px;padding:1.5rem}.time-off-title{font-size:2rem;text-align:left}.time-off-card-content{padding:2rem}.time-off-radio-group{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.time-off-submit-button{min-width:250px}}@media (min-width:768px){.time-off-container{padding:2rem}.time-off-card-content{padding:2.5rem}.time-off-radio-group{gap:1.5rem;grid-template-columns:repeat(4,1fr)}.time-off-card:hover{transform:translateY(-4px)}.time-off-form-input:focus,.time-off-form-select:focus,.time-off-form-textarea:focus{transform:none}.time-off-submit-button:hover{transform:translateY(-2px)}}@media (min-width:1024px){.time-off-card-content,.time-off-container{padding:3rem}}@media (hover:none) and (pointer:coarse){.time-off-card:hover{box-shadow:0 4px 16px #00000014;transform:none}.time-off-form-input:focus,.time-off-form-select:focus,.time-off-form-textarea:focus{transform:scale(1.02)}.time-off-submit-button:hover{transform:none}.time-off-submit-button:active{transform:scale(.95)}.time-off-radio-item:hover{background:#f8fafc}}@media (prefers-contrast:high){.time-off-card{border:2px solid #000}.time-off-card-header{background:#000;color:#fff}.time-off-form-input,.time-off-form-select,.time-off-form-textarea{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.time-off-card,.time-off-form-input,.time-off-form-select,.time-off-form-textarea,.time-off-radio-item,.time-off-submit-button{transition:none}.loading-spinner{animation:none}@keyframes spin{0%,to{transform:rotate(0deg)}}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.client-layout{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh}.client-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #fff3;box-shadow:0 2px 20px #0000001a;height:70px;left:0;position:fixed;right:0;top:0;z-index:1000}.client-header-content{align-items:center;display:flex;height:100%;justify-content:space-between;max-width:100%;padding:0 24px}.client-header-left{align-items:center;display:flex;gap:16px}.client-nav-toggle{align-items:center;background:none;border:none;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:1.25rem;justify-content:center;padding:8px;transition:all .2s ease}.client-nav-toggle:hover{background:#4f46e51a;color:#4f46e5}.client-header-brand{align-items:center;display:flex;gap:12px}.client-header-logo{height:40px;object-fit:contain;width:40px}.client-header-title h1{color:#1a202c;font-size:1.25rem;font-weight:700;line-height:1.2;margin:0}.client-portal-subtitle{color:#718096;font-size:.75rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.client-header-right{align-items:center;display:flex;gap:16px}.client-user-info{align-items:center;background:#4f46e50d;border:1px solid #4f46e51a;border-radius:12px;display:flex;gap:12px;padding:8px 12px}.client-user-details{display:flex;flex-direction:column;text-align:right}.client-user-name{color:#2d3748;font-size:.875rem;font-weight:600;line-height:1.2}.client-company-name{color:#718096;font-size:.75rem;line-height:1.2}.client-user-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;font-size:1rem;height:36px;justify-content:center;width:36px}.client-logout-btn,.client-user-avatar{align-items:center;color:#fff;display:flex}.client-logout-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border:none;border-radius:8px;box-shadow:0 2px 8px #ff6b6b4d;cursor:pointer;font-size:.875rem;font-weight:600;gap:8px;padding:10px 16px;transition:all .2s ease}.client-logout-btn:hover{box-shadow:0 4px 12px #ff6b6b66;transform:translateY(-1px)}.client-main-wrapper{display:flex;flex:1 1;margin-top:70px;overflow:hidden;position:relative}.client-navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-right:1px solid #fff3;box-shadow:2px 0 20px #0000001a;height:calc(100vh - 70px);left:0;overflow-y:auto;position:fixed;top:70px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:900}.client-navigation.collapsed{width:60px}.client-nav-content{padding:24px 0}.client-nav-item{align-items:center;border-left:3px solid #0000;color:#4a5568;display:flex;margin:4px 0;padding:16px 20px;text-decoration:none;transition:all .2s ease}.client-nav-item:hover{background:#4f46e514;border-left-color:#4f46e54d;color:#4f46e5}.client-nav-item.active{background:#4f46e51f;border-left-color:#4f46e5;color:#4f46e5;font-weight:600}.client-nav-icon{align-items:center;display:flex;font-size:1.25rem;justify-content:center;min-width:20px}.client-nav-text{display:flex;flex-direction:column;margin-left:16px;min-width:0}.client-nav-label{font-size:.875rem;font-weight:500;line-height:1.2}.client-nav-description{color:#718096;font-size:.75rem;line-height:1.2;margin-top:2px}.client-main-content{background:#ffffff0d;flex:1 1;overflow-y:auto;padding:24px;transition:margin-left .3s cubic-bezier(.4,0,.2,1)}.client-main-content.nav-collapsed{margin-left:60px}.client-content-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;margin:0 auto;max-width:1200px;min-height:calc(100vh - 140px);padding:32px}@media (max-width:768px){.client-header-content{padding:0 16px}.client-logout-btn span,.client-user-details{display:none}.client-navigation{transform:translateX(-100%)}.client-navigation:not(.collapsed){transform:translateX(0);width:280px}.client-main-content{margin-left:0!important;padding:16px}.client-content-container{border-radius:12px;padding:20px}.client-header-title h1{font-size:1.1rem}.client-portal-subtitle{font-size:.7rem}}.client-profile-container{margin:0 auto;max-width:1000px;padding:0}.profile-header{margin-bottom:32px;text-align:center}.profile-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.5rem;font-weight:700;margin:0 0 12px}.profile-header p{color:#718096;font-size:1.125rem;margin:0}.profile-message{align-items:center;animation:slideIn .3s ease-out;border-radius:12px;display:flex;font-weight:500;justify-content:space-between;margin-bottom:24px;padding:16px 20px}.profile-message.success{background:linear-gradient(135deg,#48bb78,#38a169);box-shadow:0 4px 12px #48bb784d;color:#fff}.profile-message.error{background:linear-gradient(135deg,#f56565,#e53e3e);box-shadow:0 4px 12px #f565654d;color:#fff}.profile-message.info{background:linear-gradient(135deg,#4299e1,#3182ce);box-shadow:0 4px 12px #4299e14d;color:#fff}.message-content{align-items:center;display:flex;gap:12px}.message-icon{font-size:1.25rem}.message-close{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.5rem;padding:4px;transition:background-color .2s ease}.message-close:hover{background:#fff3}.profile-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #0000001a;display:flex;margin-bottom:32px;padding:8px}.tab-button{align-items:center;background:none;border:none;border-radius:12px;color:#718096;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:12px;justify-content:center;padding:16px 24px;position:relative;transition:all .3s ease}.tab-button:hover{background:#ffffff80;color:#4a5568}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;color:#fff}.tab-icon{font-size:1.125rem}.profile-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.card-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:32px;text-align:center}.card-header h2{align-items:center;display:flex;font-size:1.75rem;font-weight:700;gap:12px;justify-content:center;margin:0 0 12px}.card-header p{font-size:1.125rem;margin:0;opacity:.9}.card-icon{font-size:1.5rem}.profile-form{padding:32px}.form-grid{grid-gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.form-grid,.password-form-grid{display:grid;gap:24px;margin-bottom:32px}.password-form-grid{grid-gap:24px;grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:500px}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{align-items:center;color:#4a5568;display:flex;font-size:.875rem;font-weight:600;gap:8px;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.label-icon{color:#667eea;font-size:1rem}.form-input{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffc;border:2px solid #e2e8f0cc;border-radius:12px;color:#2d3748;font-size:1rem;padding:16px 20px;transition:all .3s ease}.form-input:focus{background:#fffffff2;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-input::placeholder{color:#a0aec0}.password-input-wrapper{position:relative}.password-input{padding-right:50px}.password-toggle{background:none;border:none;border-radius:4px;color:#718096;cursor:pointer;padding:4px;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:color .2s ease}.password-toggle:hover{color:#4a5568}.password-requirements{margin-top:8px}.password-requirements small{color:#718096;font-size:.875rem}.form-actions{border-top:1px solid #e2e8f080;padding-top:24px}.form-actions,.submit-button{display:flex;justify-content:center}.submit-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;gap:12px;min-width:180px;padding:16px 32px;transition:all .3s ease}.submit-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.submit-button.disabled,.submit-button:disabled{box-shadow:0 4px 12px #667eea33;cursor:not-allowed;opacity:.6;transform:none}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.profile-header h1{font-size:2rem}.form-grid{gap:20px;grid-template-columns:1fr}.profile-tabs{flex-direction:column;gap:8px}.tab-button{padding:12px 20px}.card-header,.profile-form{padding:24px 20px}.card-header h2{font-size:1.5rem}.submit-button{width:100%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}