@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);.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}.content-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 6px #0f172a14;display:flex;height:60px;opacity:1;padding:0 30px;position:sticky;top:0;z-index:100}.content-header-content{justify-content:space-between;width:100%}.content-header-content,.content-header-left{align-items:center;display:flex}.content-header-title{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:22px;font-weight:600;letter-spacing:0;line-height:100%;margin:0}.content-header-right{align-items:center;display:flex}.content-header-avatar-button{color:inherit!important;padding:0!important}.content-header-avatar{color:#3b82f6;height:30px;width:30px}body,html{background:linear-gradient(135deg,#fff5ec,#ffe4ca);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px}.wrapper{background-color:#f5f7fb;display:flex;min-height:100vh}.notistack-container-top-right{pointer-events:none!important;z-index:1200!important}.notistack-container-top-right>div{pointer-events:auto;position:relative;z-index:1201}.sidebar{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;background:linear-gradient(270deg,#404040 -20.39%,#000);overflow-y:auto;scrollbar-width:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:260px;z-index:1100}.sidebar::-webkit-scrollbar{display:none}.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:12px;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:99px;color:#fff;display:flex;gap:12px;height:48px;justify-content:flex-start;padding:0 1rem;text-decoration:none;transition:all .2s ease;width:220px}.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:0;white-space:nowrap}.main-content{margin-left:260px;transition:margin-left .3s 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-action-collapsed{margin-left:60px;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){.main-content{margin-left:0;padding:10px}.main-content.sidebar-hidden{margin-left:0}.main-content.sidebar-action-collapsed,.main-content.sidebar-auto-collapsed{margin-left:0;transition:margin-left .4s cubic-bezier(.4,0,.2,1)}.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)}.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{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;gap:1rem}@media screen and (max-width:768px){.sidebar{bottom:0;display:flex;flex-direction:column;height:100vh!important;height:100dvh!important;left:0;max-height:100vh!important;max-height:100dvh!important;min-height:100vh!important;min-height:100dvh!important;padding-bottom:0;position:fixed;top:0!important;z-index:1000}.sidebar,.sidebar nav{-webkit-overflow-scrolling:touch;overflow-y:auto}.sidebar nav{-ms-overflow-style:none;flex:1 1 auto;min-height:0;padding-bottom:2rem;scrollbar-width:none}.sidebar nav::-webkit-scrollbar{display:none}}.snackbar-container{left:auto!important;max-width:320px!important;pointer-events:none!important;position:fixed!important;right:20px!important;top:80px!important;width:auto!important;z-index:1300!important}.snackbar-container>div{margin-bottom:8px!important;pointer-events:auto!important}@media (max-width:768px){.snackbar-container{left:auto!important;max-width:calc(100vw - 80px)!important;min-width:250px!important;right:10px!important;top:70px!important}}.header{left:0;position:fixed;right:0;top:0;z-index:1400!important}.toggle-button{position:relative;z-index:1401!important}.sidebar{z-index:1200!important}.sidebar .logout-button,.sidebar .menu-item{pointer-events:auto!important;position:relative;z-index:1201!important}.login-container{box-sizing:border-box;display:flex;font-family:Roboto,sans-serif;height:100vh;margin:0;max-height:100vh;overflow:hidden;overflow-x:hidden;padding:0;width:100%}.login-image-side{height:100vh;max-height:100vh;overflow:hidden;position:relative;width:50%}.login-background-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.login-slider-container{height:100%;overflow:hidden;position:relative;width:100%}.login-slider-image{height:100%;left:0;object-fit:cover;opacity:0;position:absolute;top:0;transform:translateX(100%);transition:transform .8s ease-in-out,opacity .8s ease-in-out;width:100%;z-index:0}.login-slider-image.active{opacity:1;transform:translateX(0);z-index:2}.login-slider-image.prev{opacity:0;transform:translateX(-100%);z-index:1}.login-slider-image.next{opacity:0;transform:translateX(100%);z-index:0}.login-form-side{align-items:flex-start;background-color:#fff;box-sizing:border-box;display:flex;height:100vh;justify-content:center;max-height:100vh;overflow-x:hidden;overflow-y:auto;padding:10px 20px;position:relative;width:50%}.login-form-content{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:480px;overflow:visible;width:100%}.forgot-password-back{left:20px;position:absolute;top:20px;z-index:10}.forgot-password-back-link{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:500;gap:8px;letter-spacing:0;line-height:100%;text-decoration:none;transition:color .2s ease}.forgot-password-back-link:hover{color:#f60}.forgot-password-back-link svg{flex-shrink:0;font-size:20px;height:14px;width:20px}.forgot-password-back-link span{display:inline-block;line-height:26px}.login-logo-container{align-items:center;display:flex;flex-direction:column;margin-bottom:4px;margin-left:auto;margin-right:auto}.login-logo-image{height:185px;object-fit:contain;width:193px}.login-form-side .login-logo-container{align-items:center;margin-bottom:40px;position:relative}.login-form-side .login-logo-container .login-logo-image{height:96px;width:100px}.login-welcome-section{margin-bottom:4px;margin-left:auto;margin-right:auto;max-width:380px;width:100%}.login-welcome-title{border-bottom:none;color:#333;font-family:Roboto,sans-serif;font-size:24px;font-style:normal;font-weight:500;letter-spacing:0;line-height:100%;margin:0 0 -8px;text-decoration:none;vertical-align:middle}.login-form-side .login-welcome-title{height:38px;width:243px}.login-welcome-subtitle{color:#333;font-family:Roboto,sans-serif;font-size:13px;font-style:normal;font-weight:400;letter-spacing:0;line-height:100%;margin:-8px 0 0}.login-form-side .login-welcome-subtitle{height:38px;width:409px}.login-form{align-items:flex-start;display:flex;flex-direction:column;gap:24px;margin-left:auto;margin-right:auto;max-width:380px;width:100%}.login-form-side .login-form{gap:8px}.login-form-side .login-welcome-section{margin-bottom:4px}.login-form-side .login-submit-button{margin-top:0!important}.login-input-wrapper{display:flex;flex-direction:column;gap:2px;width:100%}.login-input-wrapper+.login-input-wrapper{margin-top:8px}.login-label{color:#666;font-family:Roboto,sans-serif;font-size:14px!important;font-style:normal;font-weight:400;letter-spacing:0;line-height:100%;white-space:nowrap}.login-form-side .login-label{height:19px;width:40px}.login-label-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:2px;max-width:100%;width:380px}.login-input-field{background-color:#fff;border:1px solid #66666659;border-radius:12px;box-sizing:border-box;color:#000;font-family:Roboto,sans-serif;font-size:14px;height:44px;max-width:100%;padding:8px 16px;transition:border-color .2s ease;width:380px}.login-input-field:focus{border-color:#f60;outline:none}.login-input-field::placeholder{color:#999;font-size:14px}.login-input-field.error{border-color:#ff5e62;box-shadow:0 0 5px #ff5e624d}.login-password-container{align-items:center;display:flex;position:relative}.login-password-container .login-input-field{padding-right:100px}.login-password-toggle{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;gap:4px;padding:4px 8px;transition:color .2s ease}.login-password-toggle:hover{color:#000}.login-password-toggle svg{font-size:12px;height:12px;width:12px}.login-forgot-password{margin-bottom:4px;margin-top:-12px}.login-forgot-password-right{display:block;margin-bottom:1px;margin-top:-6px;text-align:right!important;width:100%}.login-forgot-link{color:#111;font-family:Roboto,sans-serif;font-size:14px!important;font-style:normal;font-weight:400;letter-spacing:0;line-height:100%;text-align:right;text-decoration:underline;text-decoration-style:solid;transition:color .2s ease}.login-forgot-link:hover{color:#ff914d}.login-form .login-submit-button,.login-form button[type=submit],.login-submit-button,button.login-submit-button{align-items:center;background-color:#ff914d!important;background:#ff914d!important;border:none!important;border-radius:32px!important;box-sizing:border-box;color:#fff!important;cursor:pointer;display:flex!important;flex-shrink:0;font-family:Roboto,sans-serif!important;font-size:18px!important;font-style:normal;font-weight:500!important;height:42px!important;justify-content:center;letter-spacing:0!important;line-height:100%!important;margin-left:0!important;margin-right:auto!important;margin-top:12px!important;max-width:200px!important;min-height:42px!important;padding:0!important;text-align:center!important;transition:background-color .2s ease;vertical-align:middle;width:200px!important}.login-form .login-submit-button:hover:not(:disabled),.login-form button[type=submit]:hover:not(:disabled),.login-submit-button:hover:not(:disabled){background-color:#e57a3d!important;background:#e57a3d!important}.login-form .login-submit-button.loading,.login-form .login-submit-button:disabled:not(.loading),.login-submit-button.loading,.login-submit-button:disabled:not(.loading){background-color:#ccc!important;background:#ccc!important;cursor:not-allowed}.forgot-password-reset-button:disabled:not(.loading){background-color:#ff914d!important;background:#ff914d!important;cursor:pointer;opacity:1}.loader{margin:0 auto}.login-terms-section{margin-top:30px;text-align:center}.login-terms-section-left{margin-bottom:12px!important;margin-top:12px!important;position:relative!important;text-align:left!important;width:100%!important}.login-terms-section-left,.login-terms-section-left p,.login-terms-text{display:block!important;font-size:12px!important;line-height:1.2!important;opacity:1!important;visibility:visible!important}.login-terms-section-left p,.login-terms-text{color:#666!important;font-family:Roboto,sans-serif!important;font-style:normal!important;font-weight:400!important;letter-spacing:0!important;margin:0!important}.login-terms-link{color:#000;font-family:Roboto,sans-serif;font-size:12px!important;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.2!important;text-decoration:underline;text-decoration-style:solid;transition:color .2s ease}.login-terms-link:hover{color:#ff914d;text-decoration:underline}.login-register-section{margin-left:auto;margin-right:auto;margin-top:8px;max-width:380px;text-align:left;width:100%}.login-register-text{margin:0}.login-register-link,.login-register-text{color:#000;font-family:Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:0;line-height:100%}.login-register-link{text-decoration:underline;text-decoration-style:solid;transition:color .2s ease}.login-register-link:hover{color:#f60;text-decoration:underline}.register-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:10px;padding:12px 24px;transition:all .3s ease;width:100%}.register-button:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.register-button:active{transform:translateY(0)}.error-message{background:#ff33331a;border:1px solid #ff33334d;border-radius:4px;color:#f33;font-size:14px;margin-bottom:20px;padding:12px;text-align:center}.field-error{margin-bottom:0;margin-top:4px}@media (max-width:768px){.login-container{flex-direction:column}.login-image-side{display:none!important}.login-background-image{object-fit:cover}.login-form-side{min-height:60vh;padding:30px 20px;width:100%}.login-form-content{max-width:100%;padding-left:0}.login-welcome-title{font-size:28px}.login-logo-image{max-width:150px}.login-input-field,.login-submit-button{max-width:100%!important;width:100%!important}.login-terms-section-left{display:block!important;visibility:visible!important}.forgot-password-back{left:15px;top:15px}.forgot-password-back-link{font-size:18px}}@media (max-width:480px){.login-form-side{padding:20px 15px}.login-form-content{padding-left:0}.login-logo-image{max-width:120px}.login-welcome-title{font-size:24px}.login-welcome-subtitle{font-size:14px}.forgot-password-back{left:15px;top:15px}.forgot-password-back-link{font-size:16px}.login-input-field,.login-submit-button{max-width:100%!important;width:100%!important}.login-terms-section-left{display:block!important;visibility:visible!important}}.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{flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;margin-top:20px;max-width:100%;padding:20px;text-align:center}.success-message .success-icon{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.success-message h2{font-size:32px;font-weight:700}.success-message .success-text,.success-message h2{color:#000;margin-bottom:15px;text-align:center;width:100%}.success-message .success-text{font-size:16px;font-weight:400;line-height:1.5;max-width:400px}.success-message .instruction-text{color:#666;font-size:14px;line-height:1.6;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:400px;text-align:center;width:100%}.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}.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;overflow:hidden;padding:1.5rem;text-align:center;width:100%}.logo-section h4{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.4;max-width:100%;overflow-wrap:break-word}.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:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.form-field{min-height:56px;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%}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@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}}.register-container .MuiSelect-select{padding:1rem!important}.register-container .MuiMenuItem-root{padding:1rem!important;transition:background .2s ease!important}.register-container .MuiMenuItem-root:hover{background:#f0f9ff!important}.register-container input[type=date]{padding:1rem}.register-container .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0ea5e9!important;border-width:2px!important}.register-container .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}.onboarding-box{max-width:480px;width:100%}.login-content{box-sizing:border-box;max-width:100%;overflow-x:hidden;width:100%}.onboarding-header{margin-bottom:24px;margin-top:20px}.onboarding-title{border-bottom:none;color:#333;display:block;font-family:Roboto,sans-serif;font-size:25.6px;font-style:normal;font-weight:500;height:30.4px;letter-spacing:0;line-height:100%;margin:0 0 16px;padding:0;width:208.8px}.onboarding-title-line{border-radius:100px;box-sizing:border-box;display:flex;height:4.8px;margin:0 0 16px;max-width:479.2px;overflow:hidden;width:100%}.onboarding-title-line-orange{background-color:#ff914d;border-radius:100px 0 0 100px;height:4.8px;width:64px}.onboarding-title-line-gray{background-color:#d9d9d9;border-radius:0 100px 100px 0;flex:1 1;height:4.8px}.onboarding-section-title{border-bottom:1.6px solid #ff914d;padding-bottom:6.4px}.onboarding-section-title,.onboarding-section-title-no-underline{color:#333;display:inline-block;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;margin:16px 0;width:100%}.onboarding-section-title-no-underline{border-bottom:none;padding-bottom:0}.onboarding-form{align-items:flex-start;display:flex;flex-direction:column;gap:19.2px}.onboarding-form,.onboarding-form-row{box-sizing:border-box;max-width:100%;width:100%}.onboarding-form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.onboarding-form-row{grid-template-columns:1fr 1fr}}.onboarding-input-wrapper{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;min-width:0;width:100%}.onboarding-label{word-wrap:break-word;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.4;min-height:15.2px;white-space:normal;width:auto}.onboarding-input-field,.onboarding-label{color:#000;font-family:Roboto,sans-serif;font-size:12.8px}.onboarding-input-field{background-color:#fff;border:1px solid #66666659;border-radius:9.6px;box-sizing:border-box;height:44.8px;max-width:100%;padding:9.6px 12.8px;transition:border-color .2s ease;width:100%}.onboarding-input-field:focus{border-color:#f60;outline:none}.onboarding-input-field::placeholder{color:#999;font-size:12.8px}.onboarding-input-field.error{border-color:#ff5e62;box-shadow:0 0 5px #ff5e624d}.onboarding-submit-button{align-items:center;background-color:#ff914d!important;background:#ff914d!important;border:none;border-radius:23.04px!important;box-sizing:border-box;color:#fff!important;cursor:pointer;display:flex;flex-shrink:0;font-family:Roboto,sans-serif!important;font-size:15.84px!important;font-style:normal;font-weight:500!important;gap:5.76px;height:46.08px!important;justify-content:center;letter-spacing:0!important;line-height:100%!important;margin-top:0;padding:0;text-align:center!important;transition:background-color .2s ease;vertical-align:middle;width:194.4px!important}.onboarding-submit-button:hover:not(:disabled){background-color:#e57a3d!important;background:#e57a3d!important}.onboarding-submit-button.loading,.onboarding-submit-button:disabled:not(.loading){background-color:#ccc!important;background:#ccc!important;cursor:not-allowed}.onboarding-button-text{color:#fff!important;font-family:Roboto,sans-serif!important;font-size:15.84px!important;font-style:normal;font-weight:500!important;letter-spacing:0!important;line-height:100%!important;text-align:center!important;vertical-align:middle}.onboarding-form-footer{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;margin-top:32px;max-width:100%;width:100%}.onboarding-form-footer .onboarding-register-section{margin-top:0;order:2}@media (min-width:768px){.onboarding-form-footer{display:grid;flex-direction:row;grid-template-columns:1fr 1fr}.onboarding-form-footer .onboarding-register-section{grid-column:1;order:0}.onboarding-form-footer .onboarding-submit-button{grid-column:2;justify-self:start}}.onboarding-register-link-with-arrow{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:12.8px;font-style:normal;font-weight:400;gap:4px;letter-spacing:0;line-height:100%;text-decoration:none;transition:color .2s ease}.onboarding-register-link-with-arrow:hover{color:#f60}.onboarding-register-link-with-arrow img{border:none;display:block;flex-shrink:0;height:auto;object-fit:contain;transform:rotate(0deg);width:18.4px}.onboarding-register-link-with-arrow span{white-space:nowrap}.onboarding-form-footer .onboarding-register-button{border-radius:25.6px!important;grid-column:2;height:51.2px!important;justify-self:start;margin-top:0;width:216px!important}.onboarding-progress{align-items:center;display:flex;justify-content:center;margin-bottom:30px;padding:0 20px}.progress-step{flex-direction:column;position:relative}.progress-step,.step-number{align-items:center;display:flex}.step-number{background:#2a2a3e;border:2px solid #2a2a3e;border-radius:50%;color:#fff;font-weight:700;height:40px;justify-content:center;margin-bottom:8px;transition:all .3s ease;width:40px}.progress-step.active .step-number{background:#4a90e2;border-color:#4a90e2;box-shadow:0 0 15px #4a90e280}.progress-step.completed .step-number{background:#4caf50;border-color:#4caf50}.progress-step span{color:#aaa;font-size:12px;text-align:center}.progress-step.active span{color:#fff}.progress-line{background:#2a2a3e;height:2px;margin:0 10px 20px;width:100px}.progress-step.completed+.progress-line{background:#4caf50}.field-error{font-size:9.6px;margin-bottom:8px;margin-top:-8px;padding-left:4px}.login-input.error{border-color:#ff5e62;box-shadow:0 0 5px #ff5e624d}.onboarding-register-section{margin-top:16px;text-align:left}.onboarding-register-text{height:15.2px;margin:0;white-space:nowrap;width:auto}.onboarding-register-link,.onboarding-register-text{color:#000;font-family:Roboto,sans-serif;font-size:12.8px;font-style:normal;font-weight:400;letter-spacing:0;line-height:100%}.onboarding-register-link{text-decoration:underline;text-decoration-style:solid;transition:color .2s ease}.form-row{grid-gap:15px;gap:15px;margin-bottom:15px}.form-actions{gap:15px;margin-top:20px}.form-actions-onboarding{align-items:center;display:flex;justify-content:space-between;margin-top:20px;width:100%}.form-actions-onboarding .onboarding-register-section{margin-top:0}.form-actions-buttons{display:flex;gap:15px}.onboarding-register-button{align-items:center;background-color:#ff914d!important;background:#ff914d!important;border:none;border-radius:25.6px!important;box-sizing:border-box;color:#fff!important;cursor:pointer;display:flex;font-family:Roboto,sans-serif!important;font-size:17.6px!important;font-style:normal;font-weight:500!important;gap:6.4px;height:51.2px!important;justify-content:center;letter-spacing:0!important;line-height:100%!important;padding:0!important;text-align:center!important;transition:background-color .2s ease;vertical-align:middle;width:216px!important}.onboarding-register-button:hover:not(:disabled){background-color:#e57a3d!important;background:#e57a3d!important}.onboarding-register-button.loading,.onboarding-register-button:disabled{background-color:#ccc!important;background:#ccc!important;cursor:not-allowed}.login-button.secondary{background:#2a2a3e;border:1px solid #4a90e2;color:#4a90e2}.login-button.secondary:hover{background:#3a3a4e}.onboarding-footer{margin-top:20px;text-align:center}.back-link{background:none;border:none;color:#4a90e2;cursor:pointer;font-size:14px;padding:0;text-decoration:underline}.back-link:hover{color:#6ba3e8}@media (max-width:768px){.form-row,.onboarding-form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions-onboarding{align-items:flex-start;flex-direction:column;gap:15px}.progress-line{width:50px}.onboarding-input-field,.onboarding-submit-button{width:100%}}.company-settings-container{margin:0 auto;max-width:900px;padding:30px}.company-settings-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:40px}.settings-header{border-bottom:2px solid #f0f0f0;margin-bottom:30px;padding-bottom:20px}.settings-header h2{color:#333;font-size:28px;margin:0 0 10px}.settings-subtitle{color:#666;font-size:14px;margin:0}.settings-form{display:flex;flex-direction:column;gap:30px}.form-section,.info-section{display:flex;flex-direction:column;gap:20px}.form-section h3,.info-section h3{border-bottom:1px solid #e0e0e0;color:#333;font-size:20px;margin:0 0 15px;padding-bottom:10px}.info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item{align-items:flex-start;background:#f8f9fa;border-radius:8px;display:flex;gap:15px;padding:15px}.info-icon{color:#4a90e2;font-size:20px;margin-top:2px}.info-item label{color:#666;display:block;font-size:12px;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase}.info-item p{color:#333;font-weight:500;margin:0}.input-group{align-items:center}.logo-upload-section{display:flex;flex-direction:column;gap:15px}.logo-label{align-items:center;color:#333;display:flex;font-size:14px;font-weight:500;gap:10px}.logo-upload-container{display:flex;flex-direction:column;gap:15px}.logo-preview{align-items:center;background:#f8f9fa;border:2px dashed #e0e0e0;border-radius:8px;display:flex;height:150px;justify-content:center;overflow:hidden;width:150px}.logo-preview img{max-height:100%;max-width:100%;object-fit:contain}.logo-input{border:2px dashed #e0e0e0;border-radius:8px;cursor:pointer;padding:10px;transition:all .3s ease}.logo-input:hover{background:#f8f9fa;border-color:#4a90e2}.logo-hint{color:#666;font-size:12px;margin:0}@media (max-width:768px){.company-settings-container{padding:15px}.company-settings-card{padding:20px}.form-row,.info-grid{grid-template-columns:1fr}}.user-profile-container{margin:0 auto;max-width:1000px;padding:30px}.user-profile-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:40px}.profile-header{border-bottom:2px solid #f0f0f0;margin-bottom:30px;padding-bottom:20px}.profile-header h2{color:#333;font-size:28px;margin:0 0 10px}.profile-subtitle{color:#666;font-size:14px;margin:0}.profile-form{gap:30px}.form-section,.profile-form{display:flex;flex-direction:column}.form-section{gap:20px}.form-section h3{border-bottom:1px solid #e0e0e0;color:#333;font-size:20px;margin:0 0 15px;padding-bottom:10px}.input-group{align-items:flex-start;display:flex;flex-direction:column;gap:8px;position:relative}.input-group label{align-items:center;color:#333;display:flex;font-size:14px;font-weight:500;gap:10px;margin-bottom:0}.input-icon{color:#999;font-size:16px;left:15px;position:absolute;z-index:1}.form-input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;padding:12px 15px 12px 45px;width:100%}.form-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.form-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.form-input.error{border-color:#ff5e62;box-shadow:0 0 0 3px #ff5e621a}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;width:100%}.form-row>*{box-sizing:border-box;width:45%}.field-error{color:#ff5e62;font-size:12px;margin-bottom:5px;margin-top:-15px;padding-left:5px}.license-upload-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin-bottom:15px}.license-upload-item{display:flex;flex-direction:column;gap:15px}.license-label{align-items:center;color:#333;display:flex;font-size:14px;font-weight:500;gap:10px}.license-preview{align-items:center;background:#f8f9fa;border:2px dashed #e0e0e0;border-radius:8px;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.license-preview img{max-height:100%;max-width:100%;object-fit:contain}.license-input{border:2px dashed #e0e0e0;border-radius:8px;cursor:pointer;padding:10px;transition:all .3s ease}.license-input:hover{background:#f8f9fa;border-color:#4a90e2}.license-hint{color:#666;font-size:12px;margin:0}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea66;color:#fff;font-size:16px;gap:10px;margin-top:10px;padding:14px 28px;transition:all .3s ease}.submit-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.submit-button.loading{background:#666}.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)}}.button-icon{font-size:16px}@media (max-width:768px){.user-profile-container{padding:15px}.user-profile-card{padding:20px}.form-row,.license-upload-container{grid-template-columns:1fr}}.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{background:linear-gradient(135deg,#f8fafc,#eef2f6);color:#334155;letter-spacing:1px;padding:16px}.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;overflow-wrap:anywhere;padding:16px 20px;white-space:normal;word-break:break-word}.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}.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{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;transform:translateY(-2px)}.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;border-radius:12px;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{border-radius:50%!important;box-shadow:0 2px 8px #0003!important;min-height:32px!important;min-width:32px!important;padding:4px!important;transition:all .2s ease!important}.remove-image:hover{transform:scale(1.1)}.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}.resource-form-container{box-sizing:border-box;margin:0 auto!important;max-width:100%!important;padding:2rem}.form-paper{border-radius:12px!important;padding:2rem;width:100%!important}.upload-button{margin:1rem 0!important;min-height:48px!important}.image-preview-container{display:flex;justify-content:center}.image-preview{border-radius:8px;height:200px;overflow:hidden;position:relative;width:200px}.image-preview img{height:100%;object-fit:cover;width:100%}.MuiAlert-root{margin-bottom:1rem}.MuiTextField-root{background-color:#fff}.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}.touch-target{min-height:44px!important;min-width:44px!important}@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}}.inspection-form-container{background-color:#f5f5f5;min-height:100vh;padding:0}.inspection-page-header{background:#2d3748;border-bottom:3px solid #4a5568;padding:1rem 1.5rem}.inspection-page-title{color:#fff;font-size:1.25rem;font-weight:600;margin:0}.inspection-main-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin:2rem auto;max-width:900px;overflow:hidden}.inspection-card-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.inspection-form-title{color:#2d3748;font-size:1.125rem;font-weight:600;margin:0}.view-reports-button{align-items:center;background:#ff914d;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;gap:.5rem;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase;transition:all .2s ease}.view-reports-button:hover{background:#e55a2b}.view-reports-icon{font-size:1rem}.inspection-card-content{background:#fff;border-radius:0 0 12px 12px;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.form-field{margin-bottom:0}.form-label{font-size:.875rem}.form-sublabel{color:#4a5568;display:block;font-size:.8rem;font-weight:400;margin-bottom:.5rem;margin-top:-.25rem}.form-input,.form-select,.form-textarea{border:1px solid #cbd5e0;border-radius:4px;box-sizing:border-box;font-size:.875rem;min-height:40px;padding:.625rem .875rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.form-textarea{line-height:1.5;min-height:100px}.form-select{background-position:right .875rem center;background-size:1.25em 1.25em;padding-right:2.5rem}.file-upload-card{background:#fafafa;border:2px dashed #cbd5e0;border-radius:4px;min-height:120px;padding:2rem 1rem}.file-upload-card:hover{background-color:#f7fafc;border-color:#a0aec0}.file-upload-icon{color:#a0aec0}.file-upload-text{display:block;font-size:.875rem}.file-upload-subtext{color:#718096;font-size:.75rem;margin-top:0}.photos-preview{grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.preview-item{aspect-ratio:1;border-radius:4px;box-shadow:0 1px 3px #0000001a}.preview-item img{object-fit:cover}.remove-image{align-items:center;background-color:#fffffff2!important;border:none;border-radius:50%;box-shadow:0 1px 3px #0003;color:#e53e3e!important;cursor:pointer;display:flex;justify-content:center;min-height:28px!important;min-width:28px!important;padding:0}.form-submit-wrapper{border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.submit-button{align-items:center;border-radius:4px;box-shadow:none!important;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;min-height:40px;min-width:140px;padding:.625rem 2rem}.submit-button:hover{background:#e8804a!important}.submit-button:active{background:#d67240!important}.submit-button:focus{background:#ff914d!important}.submit-button:disabled{background:#cbd5e0!important;opacity:.6}@media (max-width:768px){.inspection-page-header{padding:.875rem 1rem}.inspection-page-title{font-size:1.125rem}.inspection-main-card{border-radius:9px;margin:1rem}.inspection-card-header{align-items:flex-start;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}.inspection-card-content{padding:1.5rem}.view-reports-button{justify-content:center;width:100%}.inspection-form-title{font-size:1rem}.form-submit-wrapper{justify-content:center;margin-top:1.5rem;padding-top:1.25rem}.submit-button{width:100%}}.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}}.dashboard-container{padding:.75rem 2rem}.dashboard-container .MuiButton-root{border-radius:8px!important}.dashboard-container .MuiIconButton-root{border-radius:0!important}.dashboard-container .MuiIconButton-root,.dashboard-container .MuiIconButton-root:hover{background:#0000!important;background-color:initial!important}.dashboard-container .MuiTypography-caption{line-height:1!important;margin-bottom:0!important;padding-bottom:0!important}.page-title{margin-bottom:1.5rem}.add-button-link{text-decoration:none}.add-button-native{background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px 14px}.cards-wrapper{display:flex;flex-direction:column;gap:12px}.project-card{background:#efefef;border:1px solid #d1d5db;border-radius:20px!important;box-shadow:0 8px 32px #00000014;min-height:300px;width:100%}.card-content{padding:36px 40px!important}.card-project-name{color:#0f172a;display:block;font-weight:700;margin-bottom:4px;text-align:left!important;width:auto}.card-subid{color:#94a3b8;margin-left:0!important;padding-left:0!important}.status-pill{border-radius:20px;font-size:.75rem;font-weight:600;padding:6px 10px}.status-pill.high{background:linear-gradient(90deg,#fff0f2,#ffe7ea);color:#dc2626!important}.status-pill.medium{background:#fff7ed;color:#92400e}.status-pill.low{background:#ecfdf5;color:#065f46}.progress-with-bar{align-items:center;display:flex;gap:12px;margin-top:6px}.card-progress{background-color:#eef2f6;flex:1 1}.percent-right{font-weight:700;min-width:44px;text-align:right}.tasks-row{margin-bottom:8px}.budget-spend-row{align-items:center;display:flex;gap:24px;margin-top:6px}.sparkline-wrapper{padding-bottom:6px;padding-top:6px}.dummy-sparkline{display:block;height:48px;width:100%}.date-box{align-items:center;color:#334155;display:flex;gap:8px}.action-icon{background:#0f172a08;border-radius:8px;margin-left:2px;margin-right:2px}.action-icon:hover{background:#0f172a0f;transform:scale(1.06)}.active-switch .MuiFormControlLabel-label{color:#0f172a;font-size:.82rem;margin-right:6px}.budget-text{font-family:Roboto Mono,monospace}@media (max-width:900px){.cards-wrapper{grid-template-columns:1fr}.project-card{min-height:250px}}.project-table{background:#fff;border-radius:16px!important;box-shadow:0 8px 32px #00000014!important;overflow:hidden;transition:all .3s ease}.project-row{transition:background-color .2s ease}.project-row:hover{background-color:#f8fafc}.project-name{color:#0f172a}.status-chip{font-weight:500;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)}.gantt-container{margin:0 auto!important;max-width:100%!important;min-height:100vh;padding:2rem 1.5rem;width:100%!important}.gantt-header{justify-content:space-between;margin-bottom:2rem;max-width:100%;width:100%}.gantt-actions,.gantt-header{align-items:center;display:flex}.gantt-actions{gap:.5rem}.gantt-paper{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;max-width:100%;overflow:hidden;padding:0;width:100%}.gantt-table-wrapper{overflow-x:auto;overflow-y:visible;width:100%}.gantt-table{display:block;min-width:100%;width:max-content}.gantt-row{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;min-height:48px}.gantt-header-row{background:#f9fafb;border-bottom:2px solid #e5e7eb;font-weight:600}.gantt-left{align-items:center;background:#fff;border-right:1px solid #e5e7eb;display:flex;left:0;min-width:400px;padding:12px 16px;position:sticky;z-index:10}.gantt-right{background:#fafafa;flex:1 1;min-height:48px;position:relative}.header-cell{color:#6b7280;font-family:Roboto;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.header-cell:first-of-type{flex:1 1;min-width:150px}.header-cell:nth-of-type(2){text-align:center;width:100px}.header-cell:nth-of-type(3){text-align:center;width:80px}.header-cell:nth-of-type(4){text-align:center;width:70px}.task-name{color:#1d1d1d;flex:1 1;font-family:Roboto;font-size:14px;font-weight:400;min-width:150px}.task-date{width:100px}.task-date,.task-duration{color:#6b7280;font-family:Roboto;font-size:13px;text-align:center}.task-duration{width:80px}.task-progress{color:#6b7280;font-family:Roboto;font-size:13px;text-align:center;width:70px}.week-headers{display:flex;height:100%}.week-header{align-items:center;border-right:1px solid #e5e7eb;display:flex;justify-content:center;min-width:50px;padding:4px 1px;width:50px}.week-label{color:#6b7280;font-family:Roboto;font-size:9px;font-weight:500;line-height:1.2;text-align:center;word-break:break-word}.gantt-body{position:relative}.gantt-bar{align-items:center;border-radius:6px;box-shadow:0 1px 2px #0000001a;display:flex;height:32px;padding:0 12px;position:absolute;top:50%;transform:translateY(-50%)}.bar-label{color:#fff;font-family:Roboto;font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-week-marker{bottom:0;pointer-events:none;position:absolute;top:0;width:2px;z-index:5}.marker-line{background:#ef4444;border-color:#ef4444;border-style:dashed;border-width:0 1px;height:100%;width:2px}.marker-label{background:#ef4444;border-radius:4px;color:#fff;font-family:Roboto;font-size:11px;font-weight:500;left:50%;padding:2px 8px;position:absolute;top:-24px;transform:translateX(-50%);white-space:nowrap}.selected-week-marker{bottom:0;pointer-events:none;position:absolute;top:0;width:2px;z-index:5}.selected-marker-line{background:#3b82f6;border-color:#3b82f6;border-style:dashed;border-width:0 1px;height:100%;width:2px}.selected-marker-label{background:#3b82f6;border-radius:4px;color:#fff;font-family:Roboto;font-size:11px;font-weight:500;left:50%;padding:2px 8px;position:absolute;top:-24px;transform:translateX(-50%);white-space:nowrap}@media (max-width:768px){.gantt-container{padding:1rem}.gantt-left{min-width:300px}.week-header{min-width:50px;width:50px}}.burnup-container{min-height:100vh;padding:2rem 1.5rem}.burnup-paper{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:2.5rem}.chart-container{background:#fff;border-radius:0;height:450px;min-width:400px;overflow-x:auto;padding:0;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:initial!important;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-table table{border-collapse:initial!important;border-spacing:0!important}.equipment-table table td,.equipment-table table th{border-left:none!important;border-right:none!important}.equipment-table .MuiTable-root{border-collapse:initial;border-spacing:0}.equipment-table .MuiTableHead-root .MuiTableRow-root .MuiTableCell-root{background-color:initial!important;border:none!important;border-bottom:2px solid #e2e8f0!important;padding:12px 16px}.MuiTableCell-head,.MuiTableHead-root .MuiTableCell-root,.equipment-table .MuiTableCell-head,.equipment-table .MuiTableHead-root .MuiTableCell-head{background-color:initial!important;border:none!important;border-bottom:2px solid #e2e8f0!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:.75rem;font-weight:500!important;letter-spacing:.5px;text-transform:uppercase}.MuiTableCell-root.MuiTableCell-head.MuiTableCell-sizeMedium,.equipment-table .MuiTableCell-root.MuiTableCell-head.MuiTableCell-sizeMedium,.equipment-table th.MuiTableCell-root.MuiTableCell-head,th.MuiTableCell-root.MuiTableCell-head{background-color:initial!important;background:#0000!important;border:none!important;border-bottom:2px solid #e2e8f0!important;box-shadow:none!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-weight:500!important;outline:none!important}.equipment-table .MuiTableHead-root .MuiTableRow-root{background-color:#f3f4f6!important;background:#f3f4f6!important}.equipment-table .MuiTableHead-root .MuiTableRow-root th{background-color:initial!important;background:#0000!important}.equipment-table .MuiTableHead-root .MuiTableRow-root th .MuiBox-root{line-height:1.2}.equipment-table .MuiTableHead-root .MuiTableRow-root th .MuiBox-root span{display:block;line-height:1.2}.equipment-row{transition:all .2s ease-in-out}.equipment-table .MuiTableBody-root .MuiTableCell-root,.equipment-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{font-family:Roboto,sans-serif!important;font-size:13.51px!important;font-weight:500!important;letter-spacing:0!important;line-height:19.31px!important;vertical-align:middle!important}.equipment-table .MuiTableBody-root .MuiTableCell-root{text-align:left!important}.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{height:28px;min-width:120px;vertical-align:middle!important}.status-chip,.status-chip .MuiChip-label{font-family:Roboto,sans-serif!important;font-size:11.58px!important;font-weight:500!important;letter-spacing:0!important;line-height:15.44px!important}.status-chip .MuiChip-label{color:#991b1b!important}.status-chip.MuiChip-colorError,.status-chip[color=error]{background-color:#fee2e2!important}.status-chip.MuiChip-colorError .MuiChip-label,.status-chip[color=error] .MuiChip-label{color:#991b1b!important}.status-chip.MuiChip-colorSuccess,.status-chip[color=success]{background-color:#dcfce7!important}.status-chip.MuiChip-colorSuccess .MuiChip-label,.status-chip[color=success] .MuiChip-label{color:#166534!important}.status-chip.MuiChip-colorWarning,.status-chip[color=warning]{background-color:#ffedd5!important}.status-chip.MuiChip-colorWarning .MuiChip-label,.status-chip[color=warning] .MuiChip-label{color:#92400e!important}.equipment-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:nth-child(2){color:#991b1b!important;font-family:Roboto,sans-serif!important;font-size:11.58px!important;font-weight:500!important;letter-spacing:0!important;line-height:15.44px!important;vertical-align:middle!important}.hours-text{margin:0!important}.hours-text,.service-interval-text{color:#1d1d1d!important}.hours-text,.hours-until-service-text,.last-checked-text,.service-interval-text{font-family:Roboto,sans-serif!important;font-size:13.51px!important;font-weight:400!important;letter-spacing:0!important;line-height:19.31px!important;vertical-align:middle!important}.last-checked-text{color:#1d1d1d!important}.equipment-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:nth-child(3)>.MuiBox-root{align-items:flex-start!important;display:flex!important;flex-direction:column!important;gap:2px!important;justify-content:center!important}.equipment-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:nth-child(3) .MuiIconButton-root{align-items:center!important;display:inline-flex!important;vertical-align:middle!important}.equipment-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:nth-child(3) .progress-container{max-width:60px;width:100%}.service-info{align-items:flex-start;display:flex;flex-direction:column;gap:0}.service-info .hours-until-service-text{margin-bottom:0!important}.service-info .MuiTypography-caption{line-height:1.2!important;margin-bottom:0!important;margin-top:0!important}.progress-container{margin:0 auto;padding:0!important;width:150px}.service-progress{border-radius:2px;height:4px!important}.service-progress .MuiLinearProgress-root{background-color:#fff!important;height:4px!important}.service-progress .MuiLinearProgress-bar{border-radius:2px;height:4px!important}.service-progress .MuiLinearProgress-colorError .MuiLinearProgress-bar{background-color:#ef4444!important}.service-progress .MuiLinearProgress-colorError{background-color:#fff!important}.service-progress .MuiLinearProgress-colorWarning .MuiLinearProgress-bar{background-color:#ef4444!important}.service-progress .MuiLinearProgress-colorWarning{background-color:#fff!important}.service-progress .MuiLinearProgress-colorSuccess .MuiLinearProgress-bar{background-color:#21c55e!important}.service-progress .MuiLinearProgress-colorSuccess{background-color:#afcdb1!important}.action-button{border-radius:9651.81px!important;box-shadow:none!important;height:30.88888931274414px!important;min-width:30.88888931274414px!important;padding:0!important;transition:all .2s ease-in-out!important;width:30.88888931274414px!important}.MuiIconButton-colorPrimary.action-button.edit-button,.MuiIconButton-root.action-button.edit-button,.action-button.edit-button,.action-button.edit-button.MuiIconButton-colorPrimary,.action-button.edit-button.MuiIconButton-root,.action-button.edit-button.MuiIconButton-sizeSmall{background-color:#dbeafe!important;background:#dbeafe!important;border-radius:9651.81px!important;color:#1e40af!important;height:30.88888931274414px!important;min-width:30.88888931274414px!important;padding:0!important;width:30.88888931274414px!important}.MuiIconButton-root.action-button.edit-button:hover,.action-button.edit-button.MuiIconButton-colorPrimary:hover,.action-button.edit-button.MuiIconButton-root:hover,.action-button.edit-button:hover{background-color:#bfdbfe!important;background:#bfdbfe!important}.MuiIconButton-root.action-button.edit-button .MuiSvgIcon-root,.action-button.edit-button .MuiSvgIcon-root,.action-button.edit-button svg,.action-button.edit-button.MuiIconButton-root .MuiSvgIcon-root{fill:#1e40af!important;color:#1e40af!important}.action-button.logs-button{background-color:#f3f4f6!important;color:#1f2937!important}.action-button.logs-button:hover{background-color:#e5e7eb!important}.action-button.delete-button{background-color:#fee2e2!important;color:#991b1b!important}.action-button.delete-button:hover{background-color:#fecaca!important}.edit-hours-button{background-color:#dbeafe!important;border-radius:50%!important;color:#1e40af!important}.edit-hours-button:hover{background-color:#bfdbfe!important}.delete-button{transition:opacity .2s ease-in-out}.equipment-row:hover .delete-button{opacity:1}.page-title{color:#1e293b}.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}.add-equipment-dialog .MuiDialog-paper{border-radius:8px!important;box-shadow:0 4px 20px #0000001a!important}.add-equipment-dialog-title{background-color:#fff!important;border-bottom:none!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:20px!important;font-weight:600!important;letter-spacing:0!important;line-height:28px!important;padding:24px 24px 16px!important;vertical-align:middle!important}.add-equipment-dialog-content{background-color:#fff!important;padding:24px!important}.add-equipment-dialog-actions{background-color:#fff!important;border-top:none!important;gap:12px!important;justify-content:flex-end!important;padding:16px 24px 24px!important}.add-equipment-cancel-button{border-radius:6px!important;box-shadow:none!important;color:#6b7280!important;font-family:Roboto,sans-serif!important;font-weight:500!important;padding:10px 20px!important;text-transform:none!important}.add-equipment-cancel-button,.add-equipment-cancel-button:hover{background-color:initial!important}.add-equipment-submit-button{background-color:#ff914d!important;border:none!important;border-radius:6px!important;box-shadow:none!important;color:#fff!important;font-family:Roboto,sans-serif!important;font-weight:500!important;padding:10px 20px!important;text-transform:none!important}.add-equipment-submit-button:hover{background-color:#ff7b28!important;border:none!important;box-shadow:none!important}.edit-equipment-dialog .MuiDialog-paper{border-radius:8px!important;box-shadow:0 4px 20px #0000001a!important}.edit-equipment-dialog-title{background-color:#fff!important;border-bottom:none!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:20px!important;font-weight:600!important;letter-spacing:0!important;line-height:28px!important;padding:24px 24px 16px!important;vertical-align:middle!important}.edit-equipment-dialog-content{background-color:#fff!important;padding:24px!important}.edit-equipment-dialog-actions{background-color:#fff!important;border-top:none!important;gap:12px!important;justify-content:flex-end!important;padding:16px 24px 24px!important}.edit-equipment-cancel-button{border-radius:6px!important;box-shadow:none!important;color:#6b7280!important;font-family:Roboto,sans-serif!important;font-weight:500!important;padding:10px 20px!important;text-transform:none!important}.edit-equipment-cancel-button,.edit-equipment-cancel-button:hover{background-color:initial!important}.edit-equipment-submit-button{background-color:#ff914d!important;border:none!important;border-radius:6px!important;box-shadow:none!important;color:#fff!important;font-family:Roboto,sans-serif!important;font-weight:500!important;padding:10px 20px!important;text-transform:none!important}.edit-equipment-submit-button:hover{background-color:#ff7b28!important;border:none!important;box-shadow:none!important}.edit-equipment-submit-button:disabled{background-color:#ff914d!important;opacity:.5!important}.maintenance-record-dialog .MuiDialog-paper{border-radius:8px!important;box-shadow:0 4px 20px #0000001a!important}.maintenance-record-dialog-title{background-color:#fff!important;border-bottom:none!important;margin-bottom:0!important;padding:24px 24px 16px!important}.maintenance-record-title-text{color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:20px!important;font-weight:600!important;letter-spacing:0!important;line-height:28px!important}.maintenance-record-close-button{color:#6b7280!important;padding:4px!important}.maintenance-record-close-button:hover{background-color:#f3f4f6!important}.maintenance-record-dialog-content{background-color:#fff!important;padding:24px!important}.maintenance-record-dialog-actions{background-color:#fff!important;border-top:none!important;gap:12px!important;justify-content:flex-end!important;padding:16px 24px 24px!important}.maintenance-record-cancel-button{border-radius:6px!important;box-shadow:none!important;color:#6b7280!important;font-family:Roboto,sans-serif!important;font-weight:500!important;padding:10px 20px!important;text-transform:none!important}.maintenance-record-cancel-button,.maintenance-record-cancel-button:hover{background-color:initial!important}.maintenance-record-submit-button{background-color:#ff914d!important;border:none!important;border-radius:6px!important;box-shadow:none!important;color:#fff!important;font-family:Roboto,sans-serif!important;font-weight:500!important;padding:10px 20px!important;text-transform:none!important}.maintenance-record-submit-button:hover{background-color:#ff7b28!important;border:none!important;box-shadow:none!important}.maintenance-record-submit-button:disabled{background-color:#ff914d!important;opacity:.5!important}.all-logs-dialog .MuiDialog-paper{border-radius:8px!important;box-shadow:0 4px 20px #0000001a!important}.all-logs-dialog-title{background-color:#fff!important;border-bottom:none!important;margin-bottom:0!important;padding:24px 24px 16px!important}.all-logs-title-text{align-items:center!important;color:#1d1d1d!important;display:flex!important;font-family:Roboto,sans-serif!important;font-size:20px!important;font-weight:600!important;letter-spacing:0!important;line-height:28px!important;margin:0!important}.all-logs-close-button{color:#6b7280!important;padding:4px!important}.all-logs-close-button:hover{background-color:#f3f4f6!important}.all-logs-dialog-content{background-color:#fff!important;padding:0 24px 24px!important}.all-logs-table-container{border-radius:0!important;box-shadow:none!important}.all-logs-table{border-collapse:initial!important}.all-logs-table-header,.all-logs-table-header-row{background-color:#f3f4f6!important}.all-logs-table-header{border:none!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-weight:500!important;letter-spacing:.7px!important;line-height:20px!important;padding:12px 16px!important;text-transform:uppercase!important;vertical-align:middle!important}.all-logs-table-row{border-bottom:1px solid #e5e7eb!important}.all-logs-table-row:last-child{border-bottom:none!important}.all-logs-table-cell{border:none!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:20px!important;padding:12px 16px!important;vertical-align:middle!important}.all-logs-maintenance-chip{border-radius:12px!important;font-family:Roboto,sans-serif!important;font-size:11.58px!important;font-weight:500!important;height:24px!important;line-height:15.44px!important}.all-logs-maintenance-chip.MuiChip-colorError,.all-logs-maintenance-chip.all-logs-maintenance-chip-emergency,.all-logs-maintenance-chip[data-type=emergency]{background-color:#fee2e2!important;color:#991b1b!important}.all-logs-maintenance-chip.MuiChip-colorWarning,.all-logs-maintenance-chip.all-logs-maintenance-chip-corrective,.all-logs-maintenance-chip[data-type=corrective]{background-color:#ffedd5!important;color:#92400e!important}.all-logs-maintenance-chip.MuiChip-colorInfo,.all-logs-maintenance-chip.all-logs-maintenance-chip-preventive,.all-logs-maintenance-chip[data-type=preventive]{background-color:#dbeafe!important;color:#1e40af!important}.all-logs-maintenance-chip.MuiChip-colorSuccess,.all-logs-maintenance-chip.all-logs-maintenance-chip-scheduled,.all-logs-maintenance-chip[data-type=scheduled]{background-color:#dcfce7!important;color:#166534!important}.all-logs-maintenance-chip .MuiChip-label{font-family:Roboto,sans-serif!important;font-size:11.58px!important;font-weight:500!important;line-height:15.44px!important;text-transform:capitalize!important}.individual-logs-dialog .MuiDialog-paper{border-radius:8px!important;box-shadow:0 4px 20px #0000001a!important}.individual-logs-dialog-title{background-color:#fff!important;border-bottom:none!important;margin-bottom:0!important;padding:24px 24px 16px!important}.individual-logs-title-text{align-items:center!important;color:#1d1d1d!important;display:flex!important;font-family:Roboto,sans-serif!important;font-size:20px!important;font-weight:600!important;letter-spacing:0!important;line-height:28px!important;margin:0!important}.individual-logs-close-button{color:#6b7280!important;padding:4px!important}.individual-logs-close-button:hover{background-color:#f3f4f6!important}.individual-logs-dialog-content{background-color:#fff!important;padding:0 24px 24px!important}.individual-logs-table-container{border-radius:0!important;box-shadow:none!important}.individual-logs-table{border-collapse:initial!important}.individual-logs-table-header,.individual-logs-table-header-row{background-color:#f3f4f6!important}.individual-logs-table-header{border:none!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-weight:500!important;letter-spacing:.7px!important;line-height:20px!important;padding:12px 16px!important;text-transform:uppercase!important;vertical-align:middle!important}.individual-logs-table-row{border-bottom:1px solid #e5e7eb!important}.individual-logs-table-row:last-child{border-bottom:none!important}.individual-logs-table-cell{border:none!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:20px!important;padding:12px 16px!important;vertical-align:middle!important}.individual-logs-maintenance-chip{border-radius:12px!important;font-family:Roboto,sans-serif!important;font-size:11.58px!important;font-weight:500!important;height:24px!important;line-height:15.44px!important}.individual-logs-maintenance-chip.MuiChip-colorError,.individual-logs-maintenance-chip.individual-logs-maintenance-chip-emergency,.individual-logs-maintenance-chip[data-type=emergency]{background-color:#fee2e2!important;color:#991b1b!important}.individual-logs-maintenance-chip.MuiChip-colorWarning,.individual-logs-maintenance-chip.individual-logs-maintenance-chip-corrective,.individual-logs-maintenance-chip[data-type=corrective]{background-color:#ffedd5!important;color:#92400e!important}.individual-logs-maintenance-chip.MuiChip-colorInfo,.individual-logs-maintenance-chip.individual-logs-maintenance-chip-preventive,.individual-logs-maintenance-chip[data-type=preventive]{background-color:#dbeafe!important;color:#1e40af!important}.individual-logs-maintenance-chip.MuiChip-colorSuccess,.individual-logs-maintenance-chip.individual-logs-maintenance-chip-scheduled,.individual-logs-maintenance-chip[data-type=scheduled]{background-color:#dcfce7!important;color:#166534!important}.individual-logs-maintenance-chip .MuiChip-label{font-family:Roboto,sans-serif!important;font-size:11.58px!important;font-weight:500!important;line-height:15.44px!important;text-transform:capitalize!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}}.mobile-equipment-card{background-color:#fff!important;border-left:4px solid #ff914d!important;border-radius:16px!important;box-shadow:0 2px 8px #0000001a!important;overflow:hidden!important}.mobile-equipment-card .MuiCardContent-root{background-color:#fff!important;border-radius:16px!important;padding:16px!important}.mobile-equipment-card.MuiPaper-root{border-radius:16px!important}.mobile-equipment-title{color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:1rem!important;font-weight:600!important;margin-bottom:4px!important}.mobile-equipment-id{color:#6b7280!important;font-family:Roboto,sans-serif!important;font-size:.75rem!important;font-weight:400!important}.mobile-status-chip{font-family:Roboto,sans-serif!important;font-size:11.58px!important;font-weight:500!important;height:24px!important;line-height:15.44px!important;min-width:auto!important}.mobile-status-chip.MuiChip-colorError,.mobile-status-chip[color=error]{background-color:#fee2e2!important}.mobile-status-chip.MuiChip-colorError .MuiChip-label,.mobile-status-chip[color=error] .MuiChip-label{color:#991b1b!important}.mobile-status-chip.MuiChip-colorSuccess,.mobile-status-chip[color=success]{background-color:#dcfce7!important}.mobile-status-chip.MuiChip-colorSuccess .MuiChip-label,.mobile-status-chip[color=success] .MuiChip-label{color:#166534!important}.mobile-status-chip.MuiChip-colorWarning,.mobile-status-chip[color=warning]{background-color:#ffedd5!important}.mobile-status-chip.MuiChip-colorWarning .MuiChip-label,.mobile-status-chip[color=warning] .MuiChip-label{color:#92400e!important}.mobile-equipment-detail{color:#1d1d1d!important;white-space:nowrap!important}.mobile-equipment-detail,.mobile-equipment-value{font-family:Roboto,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:20px!important}.mobile-equipment-value{align-items:center!important;color:#1d1d1d;display:flex!important;margin-left:8px!important;max-width:60%!important;min-height:20px!important;text-align:right!important;vertical-align:middle!important;white-space:normal!important;word-break:break-word!important}.mobile-detail-row>.MuiTypography-root.mobile-equipment-value,.mobile-detail-row>.mobile-equipment-value{align-items:center!important;display:flex!important;height:20px!important;line-height:20px!important}.mobile-detail-row{align-content:center!important;align-items:center!important;display:flex!important;min-height:24px!important;width:100%!important}.mobile-detail-row .MuiSvgIcon-root{align-items:center!important;display:inline-flex!important;flex-shrink:0!important;height:18px!important;justify-content:center!important;margin:0!important;padding:0!important;vertical-align:middle!important;width:18px!important}.mobile-detail-row>.MuiBox-root:first-of-type{align-items:center!important;align-self:center!important;display:flex!important;flex-shrink:0!important;gap:8px!important;height:20px!important}.mobile-detail-row>.MuiBox-root:first-of-type>.MuiSvgIcon-root{align-self:center!important;margin-bottom:0!important;margin-top:0!important;vertical-align:middle!important}.mobile-detail-row>.MuiBox-root:first-of-type>.MuiTypography-root,.mobile-detail-row>.MuiBox-root:first-of-type>.mobile-equipment-detail{align-items:center!important;display:flex!important;height:20px!important;line-height:20px!important;margin:0!important;padding:0!important}.mobile-detail-row>.MuiTypography-root.mobile-equipment-value{align-items:center!important;display:flex!important;justify-content:flex-end!important;margin:0!important;padding:0!important}.mobile-service-progress{border-radius:2px!important;height:4px!important}.mobile-service-progress .MuiLinearProgress-root{background-color:#fff!important;height:4px!important}.mobile-service-progress .MuiLinearProgress-bar{border-radius:2px;height:4px!important}.mobile-service-progress .MuiLinearProgress-colorError .MuiLinearProgress-bar{background-color:#ef4444!important}.mobile-service-progress .MuiLinearProgress-colorError{background-color:#fff!important}.mobile-service-progress .MuiLinearProgress-colorWarning .MuiLinearProgress-bar{background-color:#ef4444!important}.mobile-service-progress .MuiLinearProgress-colorWarning{background-color:#fff!important}.mobile-service-progress .MuiLinearProgress-colorSuccess .MuiLinearProgress-bar{background-color:#21c55e!important}.mobile-service-progress .MuiLinearProgress-colorSuccess{background-color:#afcdb1!important}.mobile-action-button{border-radius:50%!important;height:32px!important;padding:0!important;width:32px!important}.mobile-edit-button{color:#1e40af!important}.mobile-edit-button,.mobile-edit-button:hover,.mobile-view-button{background-color:initial!important}.mobile-view-button{color:#1f2937!important}.mobile-delete-button,.mobile-view-button:hover{background-color:initial!important}.mobile-delete-button{color:#991b1b!important}.mobile-delete-button:hover{background-color:initial!important}.mobile-filter-select{flex:1 1;max-width:200px}.mobile-filter-section{background-color:#fff!important}.mobile-filter-section,.mobile-filter-section.MuiBox-root{border-radius:16px!important}.mobile-log-card{border-left:4px solid #ff914d!important;box-shadow:0 2px 8px #0000001a!important;overflow:hidden!important}.mobile-log-card,.mobile-log-card .MuiCardContent-root{background-color:#fff!important;border-radius:16px!important}.mobile-log-card .MuiCardContent-root{padding:16px!important}.mobile-log-card.MuiPaper-root{border-radius:16px!important}.mobile-log-title{color:#1d1d1d!important;font-size:1rem!important;font-weight:600!important;margin-bottom:4px!important}.mobile-log-id,.mobile-log-title{font-family:Roboto,sans-serif!important}.mobile-log-id{color:#6b7280!important;font-size:.75rem!important;font-weight:400!important}.mobile-log-chip{font-family:Roboto,sans-serif!important;font-size:11.58px!important;font-weight:500!important;height:24px!important;line-height:15.44px!important;min-width:auto!important}.mobile-log-chip.mobile-log-chip-emergency,.mobile-log-chip[data-type=emergency]{background-color:#fee2e2!important;color:#991b1b!important}.mobile-log-chip.mobile-log-chip-corrective,.mobile-log-chip[data-type=corrective]{background-color:#ffedd5!important;color:#92400e!important}.mobile-log-chip.mobile-log-chip-preventive,.mobile-log-chip[data-type=preventive]{background-color:#dbeafe!important;color:#1e40af!important}.mobile-log-chip.mobile-log-chip-scheduled,.mobile-log-chip[data-type=scheduled]{background-color:#dcfce7!important;color:#166534!important}.mobile-log-chip .MuiChip-label{font-family:Roboto,sans-serif!important;font-size:11.58px!important;font-weight:500!important;line-height:15.44px!important;text-transform:capitalize!important}.mobile-log-print-button{flex:1 1;max-width:200px}@media (max-width:600px){.equipment-list-container,.equipment-list-container.MuiContainer-root{background-color:#fff!important}.equipment-list-container .MuiBox-root{background-color:initial!important}}.equipment-checklist-container{background-color:#f5f5f5;min-height:100vh;padding:.75rem}.equipment-checklist-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.card-header-section{align-items:center;background:#000;border-bottom:none;border-top:none;color:#fff;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin:0;padding:1rem}.checklist-main-card>.form-section:first-child .card-header-section{border-top-left-radius:8px;border-top-right-radius:8px}.section-icon{color:#fff;font-size:1.1rem}.checklist-main-card{background:#fff;border-radius:13px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .2s ease}.checklist-main-card:hover{box-shadow:0 4px 12px #00000026}.form-section{border-bottom:none;margin:0 0 2rem;padding:0}.form-section:last-child{border-bottom:none;margin-bottom:0}.form-section+.form-section{margin-top:0;padding-top:0}.form-section .card-content{padding:1.5rem 1.25rem}.form-section+.form-section .card-content{padding-top:1.5rem}.checklist-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem;overflow:hidden;transition:all .2s ease}.checklist-card:hover{box-shadow:0 4px 12px #00000026}.card-header{align-items:center;background:#000;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1rem 1.25rem}.card-content{background:#fff;padding:.75rem}.form-section .card-content .form-field:last-child{margin-bottom:0}.form-field{margin-bottom:2rem}.form-field:last-child{margin-bottom:0}.form-label{color:#2d3748;display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{appearance:none;background:#f7fafc;border:1px solid #e2e8f0;border-radius:3px;color:#2d3748;font-size:.95rem;min-height:38px;padding:.5rem .875rem;touch-action:manipulation;transition:all .2s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#fff;border-color:#4a5568;box-shadow:0 0 0 2px #4a556833;outline:none}.form-textarea{font-family:inherit;min-height:80px}.form-select{background-color:#f7fafc;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='%234a5568' 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}.form-select:focus{background-color:#fff}.file-upload-card{align-items:center;background:#f7fafc;border:2px dashed #000;border-radius:9px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-height:80px;padding:1rem .75rem;text-align:center;transition:all .2s ease}.file-upload-card:hover{background-color:#edf2f7;border-color:#4a5568}.file-upload-icon{color:#000;font-size:2rem}.file-upload-text{color:#4a5568;font-size:.85rem;font-weight:500}.image-preview-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1rem;width:100%}.image-preview-wrapper{align-items:center;background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;height:auto;justify-content:center;max-height:400px;min-height:200px;overflow:hidden;position:relative;width:100%}.preview-image{height:100%;max-height:400px;object-fit:contain;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:6px;font-size:.95rem;font-weight:600;min-height:38px;padding:.625rem 1.25rem;text-transform:none;touch-action:manipulation;transition:all .2s ease;width:100%}.primary-button{background:#4a5568;border:none;box-shadow:0 2px 8px #4a55684d;color:#fff}.primary-button:hover{background:#2d3748;box-shadow:0 4px 12px #4a556866;transform:translateY(-1px)}.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)}.certification-text-container{background:#f0f0f0;border-radius:6px;margin-bottom:.75rem;padding:.75rem 1rem}.certification-text-title{color:#2d3748;display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}.certification-card{background:#fff;padding:0}.certification-text{color:#64748b;display:inline;font-size:.85rem;line-height:1.5;margin:0}.certification-checkbox-field{margin-top:.75rem}.certification-checkbox-label{align-items:flex-start;cursor:pointer;display:flex;gap:.5rem;margin:0}.certification-checkbox{accent-color:#4a5568;cursor:pointer;flex-shrink:0;height:18px;margin-top:.2rem;width:18px}.certification-checkbox-text{color:#2d3748;flex:1 1;font-size:.85rem;line-height:1.5}.submit-section{border-top:1px solid #e2e8f0}.submit-section .card-content{display:flex;justify-content:flex-end;padding-bottom:.75rem;padding-right:1rem;padding-top:.75rem}.submit-button{background:#ff914d!important;border:none!important;border-radius:6px;box-shadow:0 2px 6px #ff6b3566!important;color:#fff!important;font-size:.95rem;font-weight:600;min-height:30px;min-width:190px;padding:.5rem 1.5rem;transition:all .2s ease;width:auto}.submit-button:hover{background:#e55a2b!important;box-shadow:0 4px 10px #ff6b3580!important;transform:translateY(-1px)}.submit-button:active{box-shadow:0 2px 6px #ff6b3566!important;transform:translateY(0)}.submit-button:focus{background:#ff6b35!important;outline:none}.submit-button:disabled{background:#bdc3c7!important;cursor:not-allowed;transform:none}.signature-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;margin-top:.5rem;padding:.75rem}.signature-title{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:.4rem}.signature-description{color:#64748b;font-size:.85rem;line-height:1.4;margin-bottom:.5rem}.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}.form-field-group{display:flex;flex-direction:column;gap:0}.form-field-group .form-field:last-child{margin-bottom:0}@media (max-width:599px){.form-input,.form-select,.form-textarea{font-size:.95rem;min-height:42px;padding:.625rem .875rem}.card-header{font-size:1rem;padding:1rem}.card-content{padding:1.5rem 1.25rem}.form-field,.form-section{margin-bottom:2rem}.mobile-button{font-size:1rem;min-height:44px}.submit-section .card-content{justify-content:center}.submit-button{min-width:auto;width:100%}}@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}.card-content{padding:2rem}.form-field-group{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}.form-field-group .form-field{margin-bottom:0}.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;margin-top:16px!important}.preview-item{align-items:center;background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;height:auto;justify-content:center;max-height:400px;min-height:200px;overflow:hidden;position:relative;width:100%}.preview-item img{height:100%;max-height:400px;object-fit:contain;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{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;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{color:#64748b;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{border:0}.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}.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}}.desktop-table-container{display:none}@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;border-radius:12px;width:100%}.quantity-reports-table{border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.table-header{background:#24243e;border-bottom:2px solid #2980b9;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;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 (min-width:1024px){.mobile-card-container{display:none}}@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)}}.view-progress-tab-container{background:#fff;border-radius:0 0 16px 16px;padding:3rem 1rem}.mobile-progress-container{-webkit-overflow-scrolling:touch;background:#0000!important;box-sizing:border-box;margin:0;max-width:100%;overflow-x:hidden;padding:0;width:100%}.deliverable-progress-page{min-height:100vh;overflow-x:hidden}.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}.project-selection-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;box-shadow:0 1px 2px 0 #1d1d1d0d!important;box-sizing:border-box;margin:0;max-width:100%;overflow:hidden;padding:.75rem;width:100%}@media (max-width:767px){.project-selection-card{margin:0 .5rem;padding:.5rem}.project-selection-card-header{padding:.75rem .5rem!important}.progress-card-content{padding:.5rem!important}}.project-selection-card-header{background:#0000!important;color:#1d1d1d!important;padding:1rem 1.25rem!important}.project-selection-card-title{font-family:Roboto,sans-serif!important;font-size:20px!important;font-weight:600!important;letter-spacing:0!important;line-height:28px!important;vertical-align:middle!important}.deliverable-nav-tabs-container{align-items:center;background:#fff;border-radius:16px 16px 0 0;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:0;margin-top:1.5rem;max-width:100%;overflow:hidden;padding:.5rem;position:relative;width:100%}.deliverable-nav-tabs-container,.deliverable-nav-tabs-container>*{box-sizing:border-box;min-width:0}@media (max-width:767px){.deliverable-nav-tabs-container{flex-wrap:nowrap;gap:.25rem;overflow-x:hidden;padding:.5rem .25rem}.deliverable-nav-tabs{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;flex:1 1 auto;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.deliverable-nav-tabs::-webkit-scrollbar{display:none}.deliverable-nav-tab{flex-shrink:0;font-size:.75rem;height:auto;max-width:110px;min-height:40px;min-width:70px;padding:.5rem .375rem}.deliverable-nav-tab .deliverable-nav-tab-text{word-wrap:break-word;font-size:.75rem;line-height:1.2;overflow-wrap:break-word;white-space:normal}.deliverable-nav-tab.active .deliverable-nav-tab-text{font-size:.75rem}.deliverable-view-mode-buttons{display:none!important;flex-shrink:0}}@media (min-width:768px) and (max-width:1023px){.deliverable-nav-tab{font-size:.875rem;height:auto;max-width:110px;min-height:44px;min-width:90px;padding:.625rem .5rem}.deliverable-nav-tab .deliverable-nav-tab-text,.deliverable-nav-tab.active .deliverable-nav-tab-text{font-size:.875rem}}.deliverable-nav-tabs{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:flex-end;display:flex;flex:1 1;gap:0;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.deliverable-nav-tabs::-webkit-scrollbar{display:none}.deliverable-nav-tab{word-wrap:break-word;align-items:center;background:#fff;border:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;height:auto;justify-content:center;max-width:200px;min-height:44px;min-width:80px;opacity:1;overflow-wrap:break-word;padding:.75rem .5rem;transition:all .2s ease}.deliverable-nav-tab .deliverable-nav-tab-text{word-wrap:break-word;color:#1d1d1d;display:block;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:19px;max-width:100%;min-width:0;overflow-wrap:break-word;text-align:center;vertical-align:middle;white-space:normal;width:100%}.deliverable-nav-tab.active{background:#ff914d;border-top-left-radius:16px;border-top-right-radius:16px;opacity:1}.deliverable-nav-tab.active .deliverable-nav-tab-text{word-wrap:break-word;color:#fff;display:block;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:19px;max-width:100%;min-width:0;overflow-wrap:break-word;text-align:center;vertical-align:middle;white-space:normal;width:100%}.deliverable-view-mode-buttons{align-items:center;display:none;flex-shrink:0;gap:.5rem;min-width:fit-content}@media (min-width:768px){.deliverable-view-mode-buttons{display:flex}}@media (min-width:768px) and (max-width:1023px){.deliverable-view-mode-buttons{gap:.25rem}.deliverable-view-mode-button{height:28px;padding:.25rem;width:28px}}.deliverable-view-mode-button{align-items:center;background:#ff914d;border:none;border-radius:8px;cursor:pointer;display:flex;height:32px;justify-content:center;opacity:1;padding:0;transition:all .2s ease;width:32px}.deliverable-view-mode-button svg{color:#fff;height:19px;opacity:1;width:19px}.deliverable-view-mode-button.active{background:#ff914d;opacity:1}.deliverable-view-mode-button:hover{opacity:.9;transform:scale(1.05)}.deliverable-view-mode-button:active{transform:scale(.95)}.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;font-weight:600;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-reporter{color:#374151;font-size:.875rem}.table-notes{word-wrap:break-word;color:#64748b;display:block;font-size:.875rem;line-height:1.4;max-width:300px;overflow-wrap:break-word;white-space:normal}.table-actions{display:flex;gap:.5rem}.table-action-btn,.table-actions{align-items:center;justify-content:center}.table-action-btn{background:#0000;border:none;border-radius:9999px;cursor:pointer;display:inline-flex;font-size:.875rem;padding:.5rem;transition:all .2s ease}.table-action-btn svg{height:1.25rem;width:1.25rem}.table-action-btn.primary{background:#0000;color:#3b82f6}.table-action-btn.primary:hover{background:#dbeafe;color:#2563eb}.table-action-btn.primary:focus{box-shadow:0 0 0 2px #3b82f633;outline:none}.table-action-btn.secondary{background:#0000;color:#3b82f6}.table-action-btn.secondary:hover{background:#dbeafe;color:#2563eb}.table-action-btn.secondary:focus{box-shadow:0 0 0 2px #3b82f633;outline:none}.table-action-btn.danger{background:#0000;color:#ef4444}.table-action-btn.danger:hover{background:#fee2e2;color:#dc2626}.table-action-btn.danger:focus{box-shadow:0 0 0 2px #ef444433;outline:none}.deliverable-progress-page .deliverable-nav-tabs-container~div .mobile-card-container,.deliverable-progress-page .deliverable-nav-tabs-container~form .mobile-card-container{background:#fff;border-radius:0 0 16px 16px;border-top:none;display:block;margin-top:0;padding:1rem}@media (min-width:1024px){.deliverable-progress-page .deliverable-nav-tabs-container~div .mobile-card-container,.deliverable-progress-page .deliverable-nav-tabs-container~form .mobile-card-container{display:none}}.deliverable-progress-page .deliverable-nav-tabs-container~div .desktop-table-container,.deliverable-progress-page .deliverable-nav-tabs-container~form .desktop-table-container{background:#fff;border-radius:0 0 16px 16px;border-top:none;box-sizing:border-box;display:none;margin-top:0;max-width:100%;overflow-x:auto;overflow-y:visible;padding:1rem;width:100%}.desktop-table-container{-webkit-overflow-scrolling:touch;box-sizing:border-box;margin:0;max-width:100%;overflow-x:auto;overflow-y:visible;padding:0;width:100%}.desktop-table-container>div{box-sizing:border-box;min-width:0;overflow-x:auto;width:100%}.desktop-table-container table{min-width:600px;table-layout:auto;width:100%}.desktop-table-container td,.desktop-table-container th{word-wrap:break-word;max-width:300px;overflow-wrap:break-word}@media (max-width:1023px){.desktop-table-container table{min-width:500px}.desktop-table-container td,.desktop-table-container th{font-size:.875rem;max-width:200px;padding:.5rem .75rem}}@media (min-width:1024px){.deliverable-progress-page .deliverable-nav-tabs-container~div .desktop-table-container,.deliverable-progress-page .deliverable-nav-tabs-container~form .desktop-table-container{display:block}}.quantity-reports-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 2px 0 #0000000d;overflow-x:auto}.quantity-reports-table{background:#fff;border-collapse:initial;border-spacing:0;font-family:Roboto,sans-serif;min-width:100%;width:100%}.quantity-reports-table thead{background:#f9fafb}.quantity-reports-table thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;position:relative;text-align:left;text-transform:uppercase;vertical-align:middle}.quantity-reports-table tbody td:nth-child(3),.quantity-reports-table tbody td:nth-child(4),.quantity-reports-table tbody td:nth-child(5),.quantity-reports-table thead th:nth-child(3),.quantity-reports-table thead th:nth-child(4),.quantity-reports-table thead th:nth-child(5){text-align:right}.quantity-reports-table tbody{background:#fff}.quantity-reports-table tbody tr{border-bottom:1px solid #f3f4f6}.quantity-reports-table tbody tr:last-child{border-bottom:none}.quantity-reports-table tbody td{background:#fff;color:#374151;font-size:.875rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s ease;vertical-align:middle}.quantity-reports-table tbody tr:hover,.quantity-reports-table tbody tr:hover td{background:#f9fafb}.quantity-reports-table .table-cell-content{justify-content:flex-start;text-align:left}.quantity-reports-table .table-description{color:#374151;display:block;text-align:left;width:100%}.quantity-reports-table .table-quantity{color:#374151;display:block;text-align:right;width:100%}.quantity-reports-table .table-input{border:1px solid #d1d5db;border-radius:.375rem;color:#374151;font-size:.875rem;margin:0;max-width:120px;padding:.5rem .75rem;text-align:left}.quantity-reports-table .table-input:focus{border-color:#ff914d;box-shadow:0 0 0 2px #ff914d33;outline:none}.quantity-reports-table .table-notes{background:#0000;border-radius:0;color:#374151;font-size:.875rem;font-weight:400;margin:0;max-width:none;min-width:150px;padding:.5rem;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:.375rem;color:#374151;font-family:Roboto,sans-serif;font-size:.875rem;line-height:1.4;max-width:280px;min-width:180px;padding:.5rem .75rem;resize:vertical;width:100%}.quantity-reports-table .table-textarea:focus{border-color:#ff914d;box-shadow:0 0 0 2px #ff914d33;outline:none}.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{align-items:center;border-radius:.5rem;display:inline-flex;gap:.5rem;margin:0;padding:.5rem .75rem;transition:all .2s ease}.system-type-cell,.system-type-cell .table-icon,.system-type-cell .table-text{color:#fff;text-shadow:0 1px 2px #0000004d}.system-type-cell:hover{opacity:.9;transform:scale(1.02)}.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 (max-width:767px){.desktop-table-container{display:none!important}.mobile-card-container{display:block}.mobile-progress-container .bg-white{box-sizing:border-box;max-width:100%;overflow-x:hidden;padding:.5rem;width:100%}.mobile-progress-container .grid{box-sizing:border-box;gap:1rem;max-width:100%;padding-left:.5rem;padding-right:.5rem;width:100%}.project-selection-card{margin:0 .5rem;padding:.5rem}.view-progress-tab-container{padding:1rem .5rem}.mobile-progress-container input[type=date],.mobile-progress-container input[type=number],.mobile-progress-container input[type=text],.mobile-progress-container select,.mobile-progress-container textarea{box-sizing:border-box!important;max-width:100%!important}.desktop-table-container,.desktop-table-container *{display:none!important}}@media (min-width:768px) and (max-width:1023px){.desktop-table-container{display:none}.mobile-card-container{display:block}.desktop-table-container table{min-width:700px}}@media (min-width:1024px){.desktop-table-container{display:block}.desktop-table-container table{min-width:800px}}.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;overflow:hidden;padding:0;width:100%}.time-tracking-header{background:linear-gradient(90deg,#000,#545454);border-radius:12px 12px 0 0;margin-bottom:0;padding:24px 16px;text-align:center}.time-tracking-title{color:#fff;font-family:Roboto;font-size:24px;font-style:normal;font-weight:700;letter-spacing:0;line-height:32px;margin:0;text-align:center;vertical-align:middle}.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-content{padding:1rem}.loading-container{flex-direction:column;gap:16px}.loading-text{color:#6b7280;font-family:Roboto;font-size:16px}.active-time-entry{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center;width:100%}.active-time-entry>*{max-width:100%;width:100%}.clocked-in-label{word-wrap:break-word;font-weight:400;overflow-wrap:break-word}.clocked-in-label,.project-name{color:#1d1d1d;font-family:Roboto;font-size:16px;font-style:normal;letter-spacing:0;line-height:24px;text-align:center;vertical-align:middle}.project-name{font-weight:600}.clock-in-time-label{font-weight:400}.clock-in-time-label,.clock-in-time-value{color:#4a5462;font-family:Roboto;font-size:14px;font-style:normal;letter-spacing:0;line-height:20px;text-align:center;vertical-align:middle}.clock-in-time-value{font-weight:500}.elapsed-time{color:#1d1d1d;font-family:Roboto;font-size:48px;font-style:normal;font-weight:700;letter-spacing:0;line-height:48px;margin:1.5rem 0;min-height:48px;overflow-wrap:break-word;text-align:center;vertical-align:middle;word-break:break-all}.clock-out-button-wrapper{display:flex;justify-content:center;width:100%}.clock-in-form{margin-top:1rem;width:100%}.clock-in-form>*{width:100%}.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 (max-width:479px){.time-tracking-container{border-radius:8px}.time-tracking-header{border-radius:8px 8px 0 0;padding:20px 12px}.time-tracking-title{font-size:22px;line-height:28px}.time-tracking-content{padding:.75rem}.elapsed-time{font-size:42px;line-height:42px;margin:1rem 0}.week-summary-container{border-radius:12px;padding:16px}.week-summary-title{font-size:15px;margin-bottom:12px}.week-summary-content{flex-direction:column;gap:1.5rem}.week-summary-number{font-size:26px;line-height:30px}.week-summary-label{font-size:13px;line-height:20px}.view-history-container{border-radius:12px;padding:16px}.view-history-button{min-height:44px;padding-left:16px;padding-right:16px}.view-history-text{font-size:15px}}@media (min-width:480px){.time-tracking-header{padding:28px 20px}.time-tracking-title{font-size:26px;line-height:34px}.time-tracking-content{padding:1.25rem}.clocked-in-label,.project-name{font-size:17px;line-height:26px}.clock-in-time-label,.clock-in-time-value{font-size:15px;line-height:22px}.elapsed-time{font-size:52px;line-height:52px}.week-summary-container{padding:22px}.week-summary-title{font-size:17px}.week-summary-number{font-size:29px;line-height:34px}.view-history-container{padding:22px}}@media (min-width:600px){.time-tracking-header{padding:30px 22px}.time-tracking-title{font-size:28px;line-height:35px}.time-tracking-content{padding:1.5rem}.clocked-in-label,.project-name{font-size:18px;line-height:28px}.clock-in-time-label,.clock-in-time-value{font-size:16px;line-height:24px}.elapsed-time{font-size:56px;line-height:56px}.week-summary-container{padding:24px}.week-summary-title{font-size:18px}.week-summary-content{gap:3rem}.week-summary-number{font-size:30px;line-height:36px}.view-history-container{padding:24px}}@media (min-width:768px){.time-tracking-header{padding:20px 24px}.time-tracking-title{font-size:30px;line-height:36px}.time-tracking-content{padding:1.5rem}.clocked-in-label,.project-name{font-size:18px;line-height:28px}.clock-in-time-label,.clock-in-time-value{font-size:16px;line-height:24px}.elapsed-time{font-size:60px;line-height:60px;margin:2rem 0}.week-summary-container{padding:24px}.week-summary-title{font-size:18px}.week-summary-content{gap:4rem}.week-summary-number{font-size:30px;line-height:36px}.view-history-container{padding:25px}.view-history-button{width:300px}}@media (min-width:1024px){.time-tracking-content{padding:1.5rem}}.week-summary-container{align-items:center;background:#fff;border-radius:16px;display:flex;flex-direction:column;margin-top:16px;padding:20px}.week-summary-title{color:#111827;font-family:Roboto;font-size:16px;font-style:normal;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:16px;text-align:center;vertical-align:middle}.week-summary-content{align-items:center;display:flex;gap:2rem;justify-content:center;width:100%}.week-summary-item{align-items:center;display:flex;flex-direction:column}.week-summary-number{font-family:Roboto;font-size:28px;font-style:normal;font-weight:700;letter-spacing:0;line-height:32px;text-align:center;vertical-align:middle}.week-summary-hours{color:#ff914d}.week-summary-days{color:#16a34a}.week-summary-label{color:#4b5563;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;letter-spacing:0;line-height:25.32px;text-align:center;vertical-align:middle}.view-history-container{background:#fff;border:1px solid #e4e7eb;border-radius:16px;box-shadow:0 1px 2px 0 #1d1d1d0d;margin-top:16px;padding:20px}.view-history-button,.view-history-container{align-items:center;display:flex;justify-content:center}.view-history-button{background:#f2f4f5;border:none;border-radius:8px;cursor:pointer;gap:8px;max-width:300px;min-height:45px;padding:12px 20px;transition:background-color .2s ease;width:100%}.view-history-button:hover{background:#e5e7eb}.view-history-button:active{background:#d1d5db}.view-history-icon{flex-shrink:0;height:20px;width:20px}.view-history-text{color:#1d1d1d;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:24px;text-align:center;vertical-align:middle}.time-tracking-records-mobile{display:block}.time-tracking-records-desktop{display:none}@media (min-width:1024px){.time-tracking-records-mobile{display:none!important}.time-tracking-records-desktop{display:block!important}}.change-order-form-container{background-color:#e5e7eb!important;min-height:100vh;padding:4px 20px 24px}.container:has(.change-order-form-container){background-color:#e5e7eb!important}.form-paper{background:#fff;border:1px solid #e4e7eb;border-radius:16px;box-shadow:0 1px 2px 0 #1d1d1d0d;box-sizing:border-box;margin:0;max-width:100%;overflow:hidden;padding:21px!important}.form-main-title{border-bottom:none;color:#1d1d1d;font-family:Roboto,sans-serif;font-size:20px;font-weight:600;line-height:28px;margin:0 0 1.25rem!important}.form-content,.form-main-title{padding:0!important}.section-container{border:none!important;margin-bottom:32px}.section-title,h2.section-title{background:#0000!important;border:none!important;box-shadow:none!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:15px!important;font-weight:600!important;margin:0 0 16px!important;padding:0!important;text-decoration:none!important}.section-title:after,.section-title:before,h2.section-title:after,h2.section-title:before{border:none!important;content:none!important;display:none!important}.subsection-title{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:14px;font-weight:700;margin:0 0 12px}.form-grid{grid-gap:16px!important;display:grid!important;gap:16px!important;grid-template-columns:repeat(2,1fr)!important;width:100%!important}.form-grid>*{min-width:0!important}.form-grid-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.form-grid-3>:nth-child(3){grid-column:1}.form-full-width{grid-column:1/-1}.form-grid-single-row{margin-top:16px}.form-full-width-field{margin-top:16px;width:100%}.form-full-width-field input,.full-width-input{width:100%!important}.form-vertical-stack{display:flex;flex-direction:column;gap:16px}.form-field-wrapper{display:flex;flex-direction:column;gap:4px}.form-field-with-status{display:flex;flex-direction:column;gap:0}.field-status-text{font-size:11px;margin-top:4px}.field-label{font-weight:500;line-height:20px}.field-label,.form-textarea{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:14px}.form-textarea{background:#fff;border:1px solid #d0d5da;border-radius:8px;min-height:72px;outline:none;padding:10px 16px;resize:vertical;transition:border-color .2s,box-shadow .2s;width:100%}.form-textarea::placeholder{color:#9ca3af}.form-textarea:focus{border-color:#ff914d;box-shadow:0 0 0 3px #ff914d26}.form-textarea-highlighted{background-color:#fff}.cost-impact-container{display:flex;flex-direction:column;gap:16px}.cost-category-section{display:none}.cost-item-row{margin-bottom:12px}.cost-item-inputs{grid-gap:12px;align-items:end;display:grid;gap:12px;grid-template-columns:1fr 2fr auto}.cost-amount-field{flex:1 1}.cost-desc-field{flex:2 1}.cost-remove-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:20px;height:36px;justify-content:center;margin-bottom:2px;transition:all .2s;width:36px}.cost-remove-btn:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.cost-add-btn{margin-top:8px}.total-cost-display{align-items:center;display:flex;gap:8px;padding-top:8px}.total-cost-label{font-weight:500}.total-cost-label,.total-cost-value{color:#ff914d;font-family:Roboto,sans-serif;font-size:14px}.total-cost-value{font-weight:600}.file-upload-zone{background:#fff;border:2px dashed #d0d5da;border-radius:8px;position:relative;transition:border-color .2s,background-color .2s}.file-upload-zone:hover{background:#fffbf7;border-color:#ff914d}.file-input-hidden{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.file-upload-label{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:32px 24px}.file-upload-icon{margin-bottom:8px}.file-upload-text{color:#1d1d1d;font-size:14px}.file-upload-hint,.file-upload-text{font-family:Roboto,sans-serif;font-weight:400}.file-upload-hint{color:#9ca3af;font-size:12px;margin-top:4px}.preview-image{max-width:200px}.approval-sections-wrapper{display:flex;flex-direction:column;gap:24px}.approval-block{display:flex;flex-direction:column;gap:12px}.form-submit-section{display:flex;justify-content:flex-end;margin-top:8px;padding-top:24px}@media (max-width:768px){.change-order-form-container{padding:2px 4px 4px!important}.form-paper{border-radius:16px!important;margin:0!important;padding:24px!important;width:100%!important}.form-main-title{font-size:18px!important}.form-content,.form-main-title{padding:0!important}.form-grid,.form-grid-3{display:flex!important;flex-direction:column!important;gap:16px!important}.form-grid-3>:nth-child(3){grid-column:1}.cost-item-inputs,.form-vertical-stack .form-grid{display:flex!important;flex-direction:column!important}.cost-item-inputs{gap:12px!important}.cost-remove-btn{margin-top:8px}.form-full-width-field{margin-top:16px!important}}@media (max-width:480px){.change-order-form-container{padding:0 2px 2px!important}.form-paper{border-radius:16px!important;margin:0!important;padding:20px!important;width:100%!important}.form-main-title{font-size:18px!important}.file-upload-label{padding:24px 16px}}.pressure-test-container{background-color:#e5e7eb!important;min-height:100vh}.view-reports-btn{align-items:center;background-color:#ff914d;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:8px;justify-content:center;min-height:41px;padding:10px 20px;transition:background-color .2s}.view-reports-btn:hover{background-color:#ff7b28}.view-reports-btn .btn-text-short{display:none}.view-reports-btn .btn-text-full{display:inline}.duration-container{align-items:flex-end;display:flex;gap:12px}.custom-pressure-input{margin-top:12px}.readings-table-container{margin-bottom:16px;overflow-x:auto}.reading-table{background:#fff;border-collapse:collapse;border-radius:16px;overflow:hidden;width:100%}.reading-table thead{background:linear-gradient(90deg,#000,#545454cc)}.reading-table th{background:#0000;color:#fff;font-family:Roboto,sans-serif;font-size:12px;font-weight:600;padding:12px 16px;text-align:left;text-transform:uppercase}.reading-table td{border-bottom:1px solid #e5e7eb;padding:12px 16px}.reading-table input{background:#fff;border:1px solid #d0d5da;border-radius:6px;font-size:14px;min-height:36px;padding:8px 12px;width:100%}.reading-table input::placeholder{color:#9ca3af}.reading-table input:focus{border-color:#ff914d;box-shadow:0 0 0 2px #ff914d26;outline:none}.add-reading-btn{align-items:center;background-color:#ff914d;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;justify-content:center;min-height:41px;padding:10px 20px;transition:background-color .2s}.add-reading-btn:hover{background-color:#ff7b28}.photo-container{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.photo-container .form-group{display:flex;flex-direction:column;height:100%;margin-bottom:0}.photo-container .form-group label{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.photo-upload-box{align-items:center!important;background:#fff;border:2px dashed #d0d5da;border-radius:16px;cursor:pointer;display:flex!important;flex-direction:column!important;justify-content:space-between!important;min-height:160px!important;padding:24px 16px!important;transition:border-color .2s,background-color .2s}.photo-upload-box:hover{background:#fafafa;border-color:#999}.photo-upload-box.border-red-500{border-color:#ef4444!important;border-width:2px!important}.photo-upload-box .icon{align-items:center!important;display:flex!important;flex-grow:1!important;justify-content:center!important;padding-top:16px!important}.photo-upload-box .icon svg{height:32px!important;width:33px!important}.photo-upload-box span{color:#1d1d1d;font-family:Roboto,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;letter-spacing:0!important;line-height:20px!important;margin-top:auto!important;padding-bottom:8px!important;text-align:center!important;text-transform:none!important;white-space:normal}.preview-image{border:1px solid #e5e7eb;border-radius:8px;margin-top:12px;max-height:150px;max-width:100%}.readings-cards-container{display:none}.reading-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;overflow:hidden}.reading-card-header{background:#ff914d;color:#fff;font-weight:600;padding:12px 16px}.reading-card-header h3{font-size:14px;margin:0}.reading-card-content{grid-gap:16px;display:grid;gap:16px;padding:16px}.reading-field{display:flex;flex-direction:column}.reading-field label{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:12px;font-weight:600;margin-bottom:6px;text-transform:uppercase}.reading-field input{background:#fff;border:1px solid #d0d5da;border-radius:8px;font-size:14px;min-height:36px;padding:8px 12px}.reading-field input:focus{border-color:#ff914d;box-shadow:0 0 0 2px #ff914d26;outline:none}.loading-overlay{align-items:center;background:#fffc;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@media (max-width:768px){.form-container{border-radius:12px!important;margin:0!important;padding:16px!important;width:100%!important}.page-title{font-size:18px!important;line-height:24px!important}.title-row{align-items:stretch;flex-direction:column;gap:12px;justify-content:flex-start;margin-bottom:20px}.title-row .page-title{margin-bottom:0!important;width:100%}.view-reports-btn{flex-shrink:0;padding:8px 14px;width:auto}.view-reports-btn .btn-text-full{display:none}.view-reports-btn .btn-text-short{display:inline}.section{border-radius:10px;margin-bottom:20px;padding:16px}.section h2{font-size:15px;line-height:22px;margin-bottom:14px}.grid-2{gap:14px;grid-template-columns:1fr}.form-group{margin-bottom:14px}.duration-container{flex-direction:column;gap:14px}.duration-container .flex-1{width:100%}.photo-container{gap:14px;grid-template-columns:1fr}.photo-upload-box{min-height:140px!important;padding:20px 12px!important}.readings-table-container{display:none}.readings-cards-container{display:block}.reading-card{margin-bottom:14px}.reading-card-header{padding:10px 14px}.reading-card-content{gap:14px;padding:14px}.add-reading-btn{font-size:14px;padding:10px 16px;width:100%}.flex.justify-end{justify-content:stretch!important}.flex.justify-end button{width:100%!important}}@media (max-width:480px){.form-container{border-radius:12px!important;padding:14px!important}.page-title{font-size:16px!important;line-height:22px!important}.title-row{gap:10px;margin-bottom:16px}.section{margin-bottom:16px;padding:14px}.section h2{font-size:14px;line-height:20px}.form-group,.section h2{margin-bottom:12px}.grid-2{gap:12px}.photo-upload-box{min-height:120px!important;padding:16px 10px!important}.photo-upload-box .icon svg{height:28px!important;width:28px!important}.photo-upload-box p{font-size:12px!important;line-height:16px!important}.reading-card-header h3{font-size:13px}.reading-field label{font-size:11px}.reading-field input{font-size:13px;padding:6px 10px}.add-reading-btn{font-size:13px;min-height:38px;padding:8px 14px}.preview-image{margin-top:10px;max-height:120px}}@media (max-width:768px){.photo-upload-box,button,input[type=file]+label{min-height:44px;min-width:44px}.reading-field input,.reading-table input{min-height:40px}}.reports-modal{background:#f9fafb;box-sizing:border-box;padding:16px}.reports-container{padding:0 24px 40px!important}.reports-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:16px;justify-content:space-between;padding-bottom:12px}.reports-title{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;margin:0}.reports-close{color:#1d1d1d;min-height:44px;min-width:44px}.reports-top-bar{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin:0 0 16px;padding-bottom:16px}.reports-subtitle{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:24px;margin:0}.reports-filter{align-items:center;display:flex;gap:12px}.reports-filter label{color:#6b7280;font-family:Roboto,sans-serif;font-size:14px;line-height:20px}.reports-filter .filter-select{background:#fff;border:1px solid #d0d5da;border-radius:8px;color:#1d1d1d;font-family:Roboto,sans-serif;font-size:14px;height:40px;min-width:220px;padding:6px 10px}.reports-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:none;margin-top:16px;overflow:auto}.reports-table{border-collapse:collapse;min-width:900px;width:100%}.reports-table thead tr{background:#f9fafb}.reports-table th{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;text-align:left;text-transform:uppercase}.reports-table td,.reports-table th{border:none!important;border-bottom:1px solid #e5e7eb!important;font-family:Roboto,sans-serif;padding:14px 18px;vertical-align:middle}.reports-table td{color:#1d1d1d;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-table tbody tr:hover{background:#f9fafb}.reports-actions,.reports-pagination{align-items:center;display:flex;justify-content:flex-end}.reports-pagination{color:#6b7280;font-family:Roboto,sans-serif;gap:8px;padding:12px 8px}.image-viewer{align-items:center;background:#000;border-radius:8px;display:flex;height:70vh;justify-content:center;position:relative}.image-viewer img{max-height:100%;max-width:100%;object-fit:contain}.image-nav-btn{background:#ffffff2e;border-radius:50%;color:#fff;min-height:44px;min-width:44px;position:absolute;top:50%;transform:translateY(-50%)}.image-counter{background:#000000b3;border-radius:6px;bottom:16px;color:#fff;font-size:14px;left:50%;padding:8px 12px;position:absolute;transform:translateX(-50%)}@media (max-width:920px){.reports-filter .filter-select{min-width:160px}.reports-table{min-width:700px}}@media (max-width:640px){.reports-header{align-items:flex-start;flex-direction:column;gap:10px}.reports-table{min-width:600px}.reports-pagination{justify-content:center}}.dot-compliance-container{background-color:#e5e7eb!important;min-height:100vh}.form-container{background:#fff;border:1px solid #e4e7eb;border-radius:16px;box-shadow:0 1px 2px 0 #1d1d1d0d;box-sizing:border-box;margin:0;max-width:100%;overflow:hidden;padding:21px!important}.page-title{border:none!important;color:#1d1d1d;font-family:Roboto,sans-serif;font-size:20px!important;font-weight:600;letter-spacing:0;line-height:28px;margin:0 0 1.25rem;padding:0;text-align:left}.title-row{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.title-row .page-title{align-items:center!important;display:flex!important;flex:1 1;margin:0!important;min-width:0}.section{background:#f9fafa;border-radius:12px;box-shadow:none;margin-bottom:24px;padding:20px}.section,.section h2{border:none!important}.section h2{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;line-height:24px;margin:0 0 16px;padding:0}.form-group{margin-bottom:16px}.form-group textarea{background:#fff;border:1px solid #d0d5da;border-radius:8px;box-sizing:border-box;color:#1d1d1d;font-family:Roboto,sans-serif;font-size:14px;min-height:100px;outline:none;padding:8px 16px;resize:vertical;transition:border-color .2s,box-shadow .2s;width:100%}.form-group textarea::placeholder{color:#9ca3af}.form-group textarea:focus{border-color:#ff914d;box-shadow:0 0 0 3px #ff914d26}.grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.flex.justify-end{display:flex;justify-content:flex-end;padding-top:16px}@media (max-width:1024px) and (min-width:769px){.form-container{padding:20px!important}.section{padding:18px}.grid-2{gap:14px}}@media (max-width:768px){.form-container{border-radius:12px!important;margin:0!important;padding:16px!important;width:100%!important}.page-title{font-size:18px!important;line-height:24px!important}.title-row{align-items:stretch;flex-direction:column;gap:12px;justify-content:flex-start;margin-bottom:20px}.title-row .page-title{margin-bottom:0!important;width:100%}.section{border-radius:10px;margin-bottom:20px;padding:16px}.section h2{font-size:15px;line-height:22px;margin-bottom:14px}.grid-2{gap:14px;grid-template-columns:1fr}.form-group{margin-bottom:14px}.flex.justify-end{justify-content:stretch!important}.flex.justify-end button{width:100%!important}}@media (max-width:480px){.form-container{border-radius:12px!important;padding:14px!important}.page-title{font-size:16px!important;line-height:22px!important}.title-row{gap:10px;margin-bottom:16px}.section{margin-bottom:16px;padding:14px}.section h2{font-size:14px;line-height:20px}.form-group,.section h2{margin-bottom:12px}.grid-2{gap:12px}}.doc-container{background:#fff;max-width:100%;padding:0}.doc-container,.doc-main{min-height:calc(100vh - 64px)}.doc-main{background:#e7e8eb;display:flex;gap:0;overflow:hidden}.doc-sidebar{background:#fff;border-right:1px solid #e8e8e8;height:calc(100vh - 64px);min-width:280px;overflow-y:auto;position:sticky;top:0;width:280px}.sidebar-header{color:#1f2937;font-size:.875rem;font-weight:600;padding:1.25rem 1rem 1rem}.folder-tree{padding:.25rem .5rem}.folder-tree-item{margin-bottom:.125rem}.folder-row{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:.625rem;margin:0 .5rem;padding:.625rem 1rem;transition:all .15s ease}.folder-row:hover{background:#f0f0f0}.folder-row.active{background:#fef3e2}.folder-row.active .folder-name{color:#ea7c34;font-weight:600}.expand-icon{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:18px;justify-content:center;width:18px}.expand-icon:hover{background:#e5e7eb}.folder-name{color:#374151;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subfolder-list{border-left:1px solid #e5e7eb;margin-left:1rem;padding-left:.75rem}.subfolder-row{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;margin:.125rem 0;padding:.5rem .75rem;transition:all .15s ease}.subfolder-row:hover{background:#f0f0f0}.subfolder-row.active{background:#fef3e2}.subfolder-row.active .folder-name{color:#ea7c34;font-weight:500}.sidebar-empty{color:#9ca3af;font-size:.8125rem;padding:1.5rem 1rem;text-align:center}.sidebar-empty .hint{color:#d1d5db;font-size:.75rem;margin-top:.25rem}.doc-content{background:#e7e8eb;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.doc-content-header{align-items:flex-start;background:#e7e8eb;display:flex;justify-content:space-between;padding:1.75rem 2rem 1.25rem}.header-left{display:flex;flex-direction:column;gap:.5rem}.content-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0}.breadcrumb-nav{align-items:center;display:flex;font-size:.875rem;gap:.25rem}.breadcrumb-item{color:#6b7280}.breadcrumb-item.clickable{color:#3b82f6;cursor:pointer}.breadcrumb-item.clickable:hover{text-decoration:underline}.breadcrumb-item.current{color:#374151;font-weight:500}.breadcrumb-separator{color:#9ca3af;margin:0 .125rem}.header-actions{display:flex;gap:.75rem}.content-table-wrapper{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f;flex:1 1;margin:.5rem 2rem 2rem;overflow-y:auto}.content-table{border-collapse:collapse;table-layout:fixed;width:100%}.content-table thead{background:#fafafa;position:sticky;top:0;z-index:10}.content-table th{border-bottom:1px solid #f0f0f0;color:#6b7280;font-size:.8125rem;font-weight:500;padding:1rem 1.25rem;text-align:left}.content-table td{border-bottom:1px solid #f5f5f5;color:#374151;font-size:.9rem;padding:1rem 1.25rem;vertical-align:middle}.content-table tbody tr{cursor:pointer;transition:background .15s ease}.content-table tbody tr:hover{background:#fafafa}.content-table tbody tr.folder-row-table:hover{background:#fffbf5}.content-table tbody tr:last-child td{border-bottom:none}.col-name{width:40%}.col-owner{width:20%}.col-date{width:18%}.col-size{width:15%}.col-actions{text-align:center;width:7%}.name-cell{align-items:center;display:flex;gap:.875rem}.file-name{color:#1f2937;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-folder{align-items:center;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f;display:flex;flex-direction:column;justify-content:center;margin:.5rem 2rem 2rem;padding:5rem 2rem;text-align:center}.empty-folder p{color:#6b7280;font-size:.9375rem;margin:.5rem 0 0}.empty-hint{color:#9ca3af!important;font-size:.8125rem!important;margin-top:.25rem!important}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.modal-box{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:480px;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.modal-header h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.modal-close{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;padding:.5rem;transition:all .15s}.modal-close:hover{background:#f3f4f6;color:#111827}.modal-body{padding:1.5rem}.modal-hint{color:#6b7280;font-size:.8125rem;margin-top:.75rem}.upload-zone{border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;padding:2.5rem 1.5rem;text-align:center;transition:all .2s ease}.upload-zone:hover{background:#fff7ed;border-color:#ff914d}.upload-zone input[type=file]{display:none}.upload-zone label{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.75rem}.upload-main-text{color:#374151;font-size:1rem;font-weight:600;margin:0}.upload-sub-text{color:#9ca3af;font-size:.8125rem;margin:0}.text-input{border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:border-color .15s;width:100%}.text-input:focus{border-color:#ff914d;outline:none}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.doc-loading{align-items:center;display:flex;justify-content:center;min-height:400px}@media (max-width:768px){.doc-container{overflow-x:hidden}.doc-container,.doc-main{max-width:100%;width:100%}.doc-main{flex-direction:column}.doc-sidebar{border-bottom:1px solid #e8e8e8;border-right:none;height:auto;max-height:none;max-width:100%;min-width:0;min-width:auto;position:relative}.doc-sidebar,.folder-tree{box-sizing:border-box;width:100%}.folder-tree{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem .75rem}.folder-tree-item{flex:none;max-width:100%}.folder-row{background:#f5f5f5;border-radius:6px;margin:0;max-width:100%;padding:.5rem .875rem}.folder-row.active{background:#fef3e2}.folder-name{max-width:150px;overflow:hidden;text-overflow:ellipsis}.subfolder-list{display:none}.doc-content{box-sizing:border-box;max-width:100%;width:100%}.doc-content-header{box-sizing:border-box;padding:1.25rem 1rem;width:100%}.content-title{font-size:1.25rem}.breadcrumb-nav{flex-wrap:wrap;font-size:.8125rem}.header-actions{flex-shrink:0}.content-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.content-table-wrapper,.empty-folder{box-sizing:border-box;margin:.5rem 1rem 1rem;width:calc(100% - 2rem)}.empty-folder{padding:3rem 1.5rem}}@media (max-width:600px){.doc-container{max-width:100vw;overflow-x:hidden;width:100vw}.doc-content,.doc-main{max-width:100%;width:100%}.doc-content-header{align-items:stretch;box-sizing:border-box;flex-direction:column;gap:1rem;padding:1rem;width:100%}.header-left{gap:.375rem;min-width:0;width:100%}.content-title{font-size:1.125rem;word-break:break-word}.breadcrumb-nav{flex-wrap:wrap;font-size:.75rem;word-break:break-word}.header-actions{flex-direction:row;gap:.5rem;width:100%}.header-actions button{flex:1 1;font-size:.875rem!important;min-width:0!important;padding:.5rem .75rem!important}.content-table-wrapper{-webkit-overflow-scrolling:touch;border-radius:12px;box-sizing:border-box;margin:.5rem;overflow-x:auto;width:calc(100% - 1rem)}.content-table{min-width:550px;table-layout:auto}.content-table td,.content-table th{padding:.75rem .875rem;white-space:nowrap}.col-name{min-width:180px}.col-date,.col-owner{min-width:100px}.col-size{min-width:70px}.col-actions{min-width:50px}.name-cell{gap:.625rem}.file-name{font-size:.875rem;max-width:150px;overflow:hidden;text-overflow:ellipsis}.empty-folder{border-radius:12px;box-sizing:border-box;margin:.5rem;padding:2.5rem 1rem;width:calc(100% - 1rem)}.sidebar-header{font-size:.8125rem;padding:1rem .75rem .75rem}.folder-tree{box-sizing:border-box;gap:.375rem;padding:.5rem;width:100%}.folder-row{font-size:.8125rem;max-width:calc(50% - .25rem);padding:.5rem .75rem}.folder-name{font-size:.8125rem;max-width:100px}}@media (max-width:400px){.content-title{font-size:1rem}.breadcrumb-nav{font-size:.6875rem}.header-actions button{font-size:.8125rem!important;padding:.4rem .5rem!important}.content-table{min-width:480px}.content-table td,.content-table th{font-size:.75rem;padding:.625rem}.col-name{min-width:150px}.col-owner{min-width:80px}.col-date{min-width:85px}.col-size{min-width:60px}.col-actions{min-width:40px}.file-name{font-size:.8125rem;max-width:120px}.folder-row{max-width:calc(50% - .25rem)}.folder-name{max-width:80px}}.MuiBox-root[class*=mt-4]{background-color:#e7e8eb!important;margin:0!important;max-width:100%;min-height:100vh;padding:1rem;width:100%}.MuiTypography-h5{color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:24px!important;font-style:normal!important;font-weight:600!important;letter-spacing:0!important;line-height:28px!important;margin-bottom:1.5rem!important;padding:0!important}.MuiBox-root[class*=display][class*=flex][class*=flexDirection]{background-color:#fff!important;border-radius:8px!important;box-shadow:0 2px 4px #0000001a!important;gap:.75rem!important;margin-bottom:1rem!important;max-width:100%!important;padding:1rem!important;width:fit-content!important}.MuiTextField-root{background-color:initial!important}.MuiTextField-root .MuiOutlinedInput-root{background-color:#fff!important;border-radius:6px!important}.MuiTextField-root .MuiOutlinedInput-root fieldset{border-color:#d0d5da!important}.MuiTextField-root .MuiOutlinedInput-root:hover fieldset{border-color:#9ca3af!important}.MuiTextField-root .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#0ea5e9!important;border-width:2px!important}.MuiTextField-root .MuiInputLabel-root{color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:500!important;letter-spacing:0!important;line-height:20px!important;vertical-align:middle!important}.MuiTextField-root .MuiInputLabel-root.MuiInputLabel-shrink{background-color:#fff!important;padding:0 4px!important;transform:translate(14px,-9px) scale(.75)!important}.MuiSelect-root{background-color:#efefef!important;border-radius:6px!important}.MuiSelect-root .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5da!important}.MuiSelect-root:hover .MuiOutlinedInput-notchedOutline{border-color:#d0d5da!important}.MuiSelect-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#d0d5da!important;border-width:1px!important}.MuiInputLabel-root{color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:500!important;letter-spacing:0!important;line-height:20px!important;vertical-align:middle!important}.MuiInputLabel-root.MuiInputLabel-shrink{background-color:#fff!important;padding:0 4px!important;transform:translate(14px,-9px) scale(.75)!important}.MuiFormControl-root .MuiInputLabel-root{color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:500!important;letter-spacing:0!important;line-height:20px!important;vertical-align:middle!important}.MuiFormControl-root{display:flex!important;flex-direction:column!important}.MuiSelect-root .MuiOutlinedInput-input,.MuiSelect-root .MuiSelect-select{background-color:#efefef!important}.MuiBox-root[class*=display][class*=flex]:last-child>.MuiButton-root:first-of-type:not(.pdf-button){background-color:#ff914d!important;border-radius:6px!important;box-shadow:0 2px 4px #ff914d4d!important;color:#fff!important;font-weight:500!important;text-transform:none!important;transition:all .2s ease!important}.MuiBox-root[class*=display][class*=flex]:last-child>.MuiButton-root:first-of-type:not(.pdf-button):hover:not(:disabled){background-color:#ff7b28!important;box-shadow:0 4px 6px #ff914d66!important;transform:translateY(-1px)!important}.MuiBox-root[class*=display][class*=flex]:last-child>.MuiButton-root:first-of-type:not(.pdf-button):disabled{background-color:#ffb88c!important;opacity:.6!important}.pdf-button{align-items:center!important;background-color:#ff914d!important;border-radius:6px!important;box-shadow:0 2px 4px #ff914d4d!important;color:#fff!important;display:flex!important;font-size:.95rem!important;font-weight:500!important;gap:8px!important;min-width:140px!important;padding:8px 16px!important;text-transform:none!important;transition:all .2s ease!important}.pdf-button:hover:not(:disabled){background-color:#ff7b28!important;box-shadow:0 4px 6px #ff914d66!important;transform:translateY(-1px)!important}.pdf-button:active{box-shadow:0 2px 4px #ff914d4d!important;transform:translateY(0)!important}.pdf-button:disabled{background-color:#ffb88c!important;box-shadow:none!important;opacity:.6!important}.MuiBox-root[class*=display][class*=flex]:last-child>.MuiButton-root:last-of-type:not(.pdf-button){background-color:#0abe31!important;border-radius:6px!important;box-shadow:0 2px 4px #0abe314d!important;color:#fff!important;font-weight:500!important;text-transform:none!important;transition:all .2s ease!important}.MuiBox-root[class*=display][class*=flex]:last-child>.MuiButton-root:last-of-type:not(.pdf-button):hover:not(:disabled){background-color:#09a52a!important;box-shadow:0 4px 6px #0abe3166!important;transform:translateY(-1px)!important}.MuiBox-root[class*=display][class*=flex]:last-child>.MuiButton-root:last-of-type:not(.pdf-button):disabled{background-color:#6ed88a!important;opacity:.6!important}.MuiTableContainer-root{background-color:#fff!important;border-radius:8px!important;box-shadow:0 2px 4px #0000001a!important;max-height:calc(100vh - 300px)!important;max-width:100%!important;overflow-y:auto!important;width:100%!important}.MuiTable-root{border-collapse:collapse!important;font-size:.6rem!important;table-layout:fixed!important}.MuiTableCell-root{border:1px solid #e5e7eb!important;font-size:.6rem!important;overflow:hidden!important;padding:3px 1px!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important}.MuiTable-root .MuiTableCell-root:first-child{width:6%!important}.MuiTable-root .MuiTableCell-root:nth-child(2),.MuiTable-root .MuiTableCell-root:nth-child(n+3):nth-child(-n+9){width:4%!important}.MuiTable-root .MuiTableCell-root:nth-child(10),.MuiTable-root .MuiTableCell-root:nth-child(11),.MuiTable-root .MuiTableCell-root:nth-child(12),.MuiTable-root .MuiTableCell-root:nth-child(13){width:5%!important}.MuiTable-root .MuiTableCell-root:nth-child(14){width:5.5%!important}.MuiTable-root .MuiTableCell-root:nth-child(15),.MuiTable-root .MuiTableCell-root:nth-child(16){width:4%!important}.MuiTable-root .MuiTableCell-root:nth-child(17){width:8%!important}.MuiTableCell-head{background-color:#f9fafb!important;color:#1d1d1d!important;font-size:.6rem!important;font-weight:600!important;padding:4px 1px!important;position:sticky!important;top:0!important;z-index:10!important}.MuiTableCell-body{background-color:#fff!important;color:#1d1d1d!important}.MuiTableCell-root .MuiTextField-root{max-width:100%!important;width:100%!important}.MuiTableCell-root .MuiTextField-root .MuiInputBase-input{font-size:.6rem!important;padding:1px!important;text-align:center!important;width:100%!important}.MuiTableCell-root .MuiTextField-root .MuiOutlinedInput-root{height:22px!important;width:100%!important}.MuiTableCell-root .MuiTextField-root .MuiOutlinedInput-root fieldset{border-color:#d0d5da!important;border-width:1px!important}.MuiTableCell-root .MuiSelect-root{font-size:.6rem!important;height:22px!important;padding:1px!important;width:100%!important}.MuiTableCell-root .MuiSelect-root .MuiSelect-select{font-size:.6rem!important;padding:1px 12px 1px 1px!important;text-align:center!important}.MuiTableRow-root:has(.MuiTableCell-root:first-child:contains("Hours Total")),.MuiTableRow-root[class*="Hours Total"]{background-color:#f5f5f5!important;font-weight:700!important}.MuiTableRow-root:has(.MuiTableCell-root:first-child:contains("Hours Total")) .MuiTableCell-root,.MuiTableRow-root[class*="Hours Total"] .MuiTableCell-root{background-color:#f5f5f5!important;color:#1d1d1d!important;font-weight:700!important}.MuiTableRow-root:has(.MuiTableCell-root:first-child:contains("Pay Total")),.MuiTableRow-root[class*="Pay Total"]{background-color:#e8f5e9!important;font-weight:700!important}.MuiTableRow-root:has(.MuiTableCell-root:first-child:contains("Pay Total")) .MuiTableCell-root,.MuiTableRow-root[class*="Pay Total"] .MuiTableCell-root{background-color:#e8f5e9!important;color:#1d1d1d!important;font-weight:700!important}.MuiTableContainer-root{overflow-x:hidden!important}.MuiTable-root{min-width:100%!important;width:100%!important}@media (max-width:1920px){.MuiTable-root,.MuiTableCell-root{font-size:.65rem!important}.MuiTableCell-root{padding:5px 3px!important}.MuiTableCell-head{font-size:.65rem!important;padding:7px 3px!important}.MuiTableCell-root .MuiTextField-root .MuiInputBase-input{font-size:.65rem!important;padding:2px 3px!important}.MuiTableCell-root .MuiSelect-root,.MuiTableCell-root .MuiSelect-root .MuiSelect-select{font-size:.65rem!important}}@media (max-width:1600px){.MuiTable-root,.MuiTableCell-root{font-size:.6rem!important}.MuiTableCell-root{padding:4px 2px!important}.MuiTableCell-head{font-size:.6rem!important;padding:6px 2px!important}.MuiTableCell-root .MuiTextField-root .MuiInputBase-input{font-size:.6rem!important;padding:1px 2px!important}.MuiTableCell-root .MuiSelect-root,.MuiTableCell-root .MuiSelect-root .MuiSelect-select{font-size:.6rem!important}}.MuiBox-root[class*=display][class*=flex][class*=flexDirection]:last-child{gap:.75rem!important}.MuiButton-root .MuiCircularProgress-root{height:18px!important;margin-right:8px!important;width:18px!important}.MuiButton-root svg{height:18px!important;margin-right:6px!important;width:18px!important}.MuiBox-root[class*=display][class*=flex]:last-child>.MuiButton-root:first-of-type:not(.pdf-button).MuiButton-containedPrimary{background-color:#ff914d!important}.MuiBox-root[class*=display][class*=flex]:last-child>.MuiButton-root:last-of-type:not(.pdf-button).MuiButton-containedPrimary{background-color:#0abe31!important}.space-x-4>*+*{margin-left:1rem}.ml-auto{margin-left:auto}.appearance-none{-webkit-appearance:none;-moz-appearance:none}.pr-8{padding-right:2rem}.w-48{width:12rem}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.w-16{width:4rem}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{appearance:button;cursor:pointer;overflow:visible;text-transform:none}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar :after,.rbc-calendar :before{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{border-bottom:1px solid #ddd;flex:1 0;font-size:90%;font-weight:700;min-height:0;overflow:hidden;padding:0 3px;text-align:center;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{background:none;border:none;color:inherit;cursor:pointer;margin:0;padding:0;-webkit-user-select:text;user-select:text}.rbc-row-content{position:relative;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:flex;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{-ms-overflow-style:none;height:100%;overflow-y:scroll;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{align-items:center;display:flex;flex-wrap:wrap;font-size:16px;justify-content:center;margin-bottom:10px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{background:none;background-image:none;border:1px solid #ccc;border-radius:4px;color:#373a3c;display:inline-block;line-height:normal;margin:0;padding:.375rem 1rem;text-align:center;vertical-align:middle;white-space:nowrap}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-color:#e6e6e6;background-image:none;border-color:#adadad;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.rbc-toolbar button.rbc-active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button:active:hover{background-color:#d4d4d4;border-color:#8c8c8c;color:#373a3c}.rbc-toolbar button:focus,.rbc-toolbar button:hover{background-color:#e6e6e6;border-color:#adadad;color:#373a3c}.rbc-toolbar button:hover{cursor:pointer}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width:767px){.rbc-toolbar{flex-direction:column}}.rbc-day-slot .rbc-background-event,.rbc-event{background-color:#3174ad;border:none;border-radius:5px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;margin:0;padding:2px 5px;text-align:left;width:100%}.rbc-day-slot .rbc-slot-selecting .rbc-background-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-day-slot .rbc-selected.rbc-background-event,.rbc-event.rbc-selected{background-color:#265985}.rbc-day-slot .rbc-background-event:focus,.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px 0 #33333380}.rbc-event-continues-prior{border-bottom-left-radius:0;border-top-left-radius:0}.rbc-event-continues-after{border-bottom-right-radius:0;border-top-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;color:#3174ad;font-size:85%;font-weight:700;height:auto;line-height:normal;z-index:4}.rbc-show-more:focus,.rbc-show-more:hover{color:#265985}.rbc-month-view{border:1px solid #ddd;display:flex;flex:1 0;flex-direction:column;height:100%;position:relative;user-select:none;-webkit-user-select:none;width:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;flex:1 0;flex-basis:0px;flex-direction:column;height:100%;overflow:hidden;position:relative}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex:1 0;flex-direction:row;overflow:hidden;right:1px}.rbc-day-bg{flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 5px 15px #00000040;padding:10px;position:absolute;z-index:5}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:flex;flex:1 0;flex-direction:column;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{border:1px solid #ddd;border-collapse:collapse;border-spacing:0;width:100%}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{border-bottom:1px solid #ddd;padding:3px 5px;text-align:left}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1 1}.rbc-timeslot-group{border-bottom:1px solid #ddd;display:flex;flex-flow:column nowrap;min-height:40px}.rbc-header-gutter,.rbc-time-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;margin-right:10px;position:absolute;right:0;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-event{align-items:flex-start;border:1px solid #265985;display:flex;flex-flow:column wrap;max-height:100%;min-height:20px;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{word-wrap:break-word;flex:1 1;height:100%;line-height:1;min-height:1em;width:100%}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{background-color:#fff;border-right:1px solid #ddd;left:0;margin-right:-1px;position:sticky;z-index:10}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{flex:1 0;flex-basis:0px;min-width:auto}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-day-bg,.rbc-time-view-resources .rbc-header{flex:1 1;flex-basis:0 px;width:140px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{background-color:#00000080;color:#fff;font-size:75%;padding:3px;position:absolute;width:100%;z-index:10}.rbc-slot-selecting{cursor:move}.rbc-time-view{border:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-height:0;width:100%}.rbc-time-view .rbc-time-gutter{text-align:right;white-space:nowrap}.rbc-time-view .rbc-allday-cell{box-sizing:initial;height:100%;position:relative;width:100%}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-left:1px solid #ddd;border-right-width:0}.rbc-time-header>.rbc-row.rbc-row-resource,.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{border-left:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-width:0}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{align-items:flex-start;border-top:2px solid #ddd;display:flex;flex:1 0;overflow-y:auto;position:relative;width:100%}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{user-select:none;-webkit-user-select:none;width:100%}.rbc-current-time-indicator{background-color:#74ad31;height:1px;left:0;pointer-events:none;position:absolute;right:0;z-index:3}.rbc-resource-grouping.rbc-time-header-content{display:flex;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.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{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.emergency-logs-header{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;margin-bottom:1.5rem;overflow:hidden}.emergency-logs-header-content{margin-bottom:24px;margin-top:14px}.emergency-logs-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.emergency-logs-logo{height:48px;object-fit:contain;width:auto}.emergency-logs-title{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:20px;font-weight:600;letter-spacing:0;line-height:28px;margin:0;vertical-align:middle}.emergency-logs-create-button{border-radius:8px;box-shadow:0 2px 8px #ea580c4d;font-weight:600;padding:.625rem 1.5rem;text-transform:none}.emergency-logs-loading{align-items:center;background:#fff;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}.kanban-board{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));overflow-x:auto;padding:0}.kanban-column{background:#fff;border:1px solid #e4e7eb;border-radius:16px;box-shadow:0 1px 2px 0 #1d1d1d0d;display:flex;flex-direction:column;overflow:hidden;padding:12px}.kanban-column-header{margin-bottom:.75rem;padding:0}.kanban-column-title{align-items:center;display:flex;justify-content:space-between}.kanban-column-title>span:first-child{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;letter-spacing:0;line-height:24px;vertical-align:middle}.kanban-column-count{align-items:center;background:#f2f4f5;border-radius:9999px;display:inline-flex;height:24px;justify-content:center;min-width:22.75px;padding:4px 8px}.kanban-column-count-text{color:#1f2937;font-family:Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:0;line-height:16px;vertical-align:middle}.kanban-column-content{display:flex;flex:1 1;flex-direction:column;gap:12px;margin-top:.75rem;overflow-y:auto;padding:0}.kanban-column-empty{align-items:center;color:#94a3b8;display:flex;justify-content:center;padding:2rem}.kanban-card{background:#fff;border:1px solid #e4e7eb;border-radius:16px;cursor:grab;padding:1rem;position:relative;transition:all .2s ease}.kanban-card:active{cursor:grabbing}.kanban-card:hover{box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.kanban-card-dragging{opacity:.5;transform:rotate(5deg)}.kanban-card.priority-critical{border-left-color:#dc2626}.kanban-card.priority-high{border-left-color:#ea580c}.kanban-card.priority-medium{border-left-color:#0284c7}.kanban-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.kanban-card-time{color:#64748b;font-size:.75rem;font-weight:500}.kanban-card-title{color:#1e293b;font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.kanban-card-location{align-items:center;color:#64748b;display:flex;font-size:.875rem;margin-bottom:.75rem}.kanban-card-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#4a5462;display:-webkit-box;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;letter-spacing:0;line-height:20px;margin-bottom:.75rem;overflow:hidden;vertical-align:middle}.kanban-card-footer{align-items:center;display:flex;justify-content:space-between;padding-top:.75rem}.kanban-card-assigned{align-items:center;display:flex;gap:.5rem}.kanban-card-avatar{align-items:center;background-color:#dae9fe;border-radius:9999px;color:#1e40af;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:24px;justify-content:center;opacity:1;width:24px}.kanban-card-assigned span{color:#4a5462;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;letter-spacing:0;line-height:20px;vertical-align:middle}@media (max-width:768px){.emergency-logs-container{padding:.75rem}.emergency-logs-header-content{padding:1rem}.emergency-logs-title{font-size:1.5rem}.emergency-logs-title-row{align-items:flex-start;flex-direction:column}.emergency-logs-create-button{width:100%}.kanban-board{gap:1rem;grid-template-columns:1fr}.kanban-column{max-height:500px;min-height:300px}}@media (min-width:768px){.kanban-board{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.kanban-board{gap:1rem;grid-template-columns:repeat(4,1fr)}.kanban-column{min-height:500px}}.kanban-column-content::-webkit-scrollbar{width:6px}.kanban-column-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.kanban-column-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.kanban-column-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dashboard-container{background-color:#f5f5f5;border-radius:8px;min-height:100vh;overflow-x:hidden}.dashboard-container,.dashboard-header{box-sizing:border-box;max-width:100%;padding:24px;width:100%}.dashboard-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-wrap:nowrap;gap:16px;justify-content:space-between;margin-bottom:24px;overflow:hidden;position:relative}.dashboard-title-section{display:flex;flex:0 1 auto;flex-direction:column;gap:4px;min-width:0;overflow:hidden}.dashboard-title{color:#1d1d1d;font-size:24px;font-weight:600}.dashboard-subtitle,.dashboard-title{font-family:Roboto,sans-serif;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-subtitle{color:#666;font-size:14px}.dashboard-header-actions{align-items:center;box-sizing:border-box;display:flex;flex:0 1 auto;flex-wrap:nowrap;gap:10px;justify-content:flex-end;max-width:100%;min-width:0;overflow:hidden}.metrics-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:32px}@media (min-width:960px){.metrics-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:959px){.metrics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.metrics-grid{gap:12px;grid-template-columns:repeat(3,1fr)}}.metric-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;overflow:hidden;padding:18px 16px;position:relative;text-align:center;transition:transform .2s,box-shadow .2s}.metric-card:before{border-radius:12px 0 0 12px;bottom:0;content:"";left:0;position:absolute;top:0;width:6px}.metric-card.blue-border:before{background-color:#3b82f6}.metric-card.green-border:before{background-color:#21c55e}.metric-card.red-border:before{background-color:#ef4444}.metric-card.orange-border:before{background-color:#ff914c}.metric-card.purple-border:before{background-color:#b774f8}.metric-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.metric-icon-container{align-items:center;border-radius:50%;display:flex;height:56px;justify-content:center;margin-bottom:12px;width:56px}.metric-icon-container.blue{background-color:#e3f2fd}.metric-icon-container.green{background-color:#dcfce7}.metric-icon-container.red{background-color:#fee2e2}.metric-icon-container.orange{background-color:#ffedd5}.metric-icon-container.purple{background-color:#f3e5f5}.metric-icon{font-size:36px!important;height:36px;width:36px}.metric-icon svg{font-size:36px!important;height:36px!important;width:36px!important}.metric-icon.blue{color:#2196f3}.metric-icon.green{color:#166534}.metric-icon.red{color:#991b1b}.metric-icon.orange{color:#9a3412}.metric-icon.purple{color:#9c27b0}.metric-label{color:#666;font-size:14px;font-weight:400;margin-bottom:8px;max-height:40px;min-height:40px;text-align:center}.metric-label,.metric-value{align-items:center;display:flex;font-family:Roboto,sans-serif;justify-content:center;line-height:1.2}.metric-value{color:#1d1d1d;font-size:32px;font-weight:600;margin-bottom:4px;min-height:38px}.metric-value.blue{color:#2196f3}.metric-value.green{color:#1d1d1d}.metric-value.blue.safety{color:#166534}.metric-value.red{color:#991b1b}.metric-value.orange{color:#9a3412}.metric-value.purple{color:#9c27b0}.metric-value.black{color:#1d1d1d}.metric-progress-bar{background-color:#e0e0e0;border-radius:2px;height:4px;margin-top:8px;overflow:hidden;width:100%}@media (max-width:768px){.metric-progress-bar{height:3px;margin-top:6px}}@media (max-width:480px){.metric-progress-bar{height:2px;margin-top:4px}}.metric-progress-fill{background-color:#9c27b0;border-radius:2px;height:100%;transition:width .3s ease}.dashboard-button-auto-refresh{align-items:center!important;background-color:#f5f5f5!important;border:none!important;border-radius:8px!important;color:#1d1d1d!important;cursor:pointer!important;display:inline-flex!important;flex-shrink:0;font-family:Roboto,sans-serif!important;font-size:13px!important;font-weight:500!important;gap:8px!important;height:auto!important;line-height:1.4!important;min-width:auto!important;padding:8px 16px!important;transition:background-color .2s!important;white-space:nowrap}.dashboard-button-auto-refresh:hover{background-color:#e0e0e0!important}.dashboard-button-auto-refresh:hover svg{color:#1d1d1d!important}.dashboard-button-auto-refresh svg{color:#1d1d1d!important;height:20px!important;width:20px!important}.dashboard-button-auto-refresh span,.dashboard-button-auto-refresh span svg{color:#1d1d1d!important}.dashboard-button-daily-reports{align-items:center;background:linear-gradient(135deg,#424242,#1d1d1d)!important;border:none!important;border-radius:8px;color:#fff!important;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;gap:8px;height:auto!important;line-height:1.4;min-width:auto!important;padding:8px 16px;text-transform:uppercase;transition:all .2s;white-space:nowrap}.dashboard-button-daily-reports:hover{background:linear-gradient(135deg,#1d1d1d,#000)!important}.dashboard-button-daily-reports svg{color:#fff!important}.dashboard-button-accountability{align-items:center;background-color:#ff914d!important;border:none!important;border-radius:8px;color:#fff!important;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;gap:8px;height:auto!important;line-height:1.4;min-width:auto!important;padding:8px 16px;text-transform:uppercase;transition:background-color .2s;white-space:nowrap}.dashboard-button-accountability:hover{background-color:#ff7b28!important}.dashboard-button-accountability svg{color:#fff!important}@media (min-width:769px){.dashboard-header-actions{flex-wrap:nowrap!important}.dashboard-button-accountability,.dashboard-button-auto-refresh,.dashboard-button-daily-reports{flex-shrink:0!important;flex:0 0 auto!important;font-size:13px!important;height:auto!important;line-height:1.4!important;max-width:none!important;min-width:auto!important;padding:8px 16px!important;white-space:nowrap!important}.dashboard-button-accountability[class*=h-],.dashboard-button-auto-refresh[class*=h-],.dashboard-button-daily-reports[class*=h-]{height:auto!important}.dashboard-button-accountability[class*=min-w-],.dashboard-button-auto-refresh[class*=min-w-],.dashboard-button-daily-reports[class*=min-w-]{min-width:auto!important}}.table-container-wrapper{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;max-width:100%;overflow:hidden;width:100%}.equipment-mobile-cards{box-sizing:border-box;display:none;flex-direction:column;gap:16px;padding:16px;width:100%}.equipment-mobile-card{background:#fff;border-left:6px solid #ff914d;border-radius:12px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;overflow:hidden;padding:16px;position:relative;transition:transform .2s,box-shadow .2s;width:100%}.equipment-mobile-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.equipment-card-checked-today,.equipment-card-default,.equipment-card-never-checked,.equipment-card-overdue{border-left-color:#ff914d}.equipment-card-header{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:12px;justify-content:space-between;margin-bottom:14px}.equipment-card-header .MuiChip-root{flex-shrink:0;margin-left:auto}.equipment-card-title-row{align-items:center;display:flex;flex:1 1;gap:12px;justify-content:flex-start;min-width:0}.equipment-card-title-row .equipment-card-name{line-height:1.2;margin:0}.equipment-card-icon{color:#991b1b!important;flex-shrink:0;font-size:24px!important}.equipment-card-name{word-wrap:break-word;color:#1d1d1d!important;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:24px;margin:0;overflow-wrap:break-word;text-align:left!important;vertical-align:middle}.equipment-card-row{align-items:flex-start;display:flex;gap:12px;justify-content:flex-start;margin-bottom:12px;min-width:0}.equipment-card-row:last-of-type{margin-bottom:0}.equipment-card-row-icon{color:#991b1b!important;flex-shrink:0;font-size:20px!important;margin-top:2px}.equipment-card-row .MuiSvgIcon-root.equipment-card-row-icon{color:#991b1b!important}.equipment-card-row-icon.MuiSvgIcon-root{height:20px;width:20px}.equipment-card-row-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0;text-align:left}.equipment-card-row-content.flex-row{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.equipment-card-checklist-details{align-items:flex-start!important;gap:8px}.equipment-card-checklist-details .MuiBox-root{align-items:flex-start!important;justify-content:flex-start!important;width:100%}.equipment-card-checklist-details .MuiChip-root{margin-bottom:4px;margin-right:4px}.equipment-card-row-label{color:#666!important;font-size:13px!important;font-weight:500!important}.equipment-card-row-value{word-wrap:break-word;color:#1d1d1d!important;font-size:13px!important;overflow-wrap:break-word;text-align:left}.equipment-card-row-content .MuiBox-root{align-items:flex-start!important;flex-wrap:wrap;justify-content:flex-start!important;text-align:left!important;width:100%}.equipment-card-row-content .MuiBox-root .MuiTypography-root{text-align:left!important}.equipment-card-row-label{margin-right:4px;text-align:left!important}.equipment-card-row-content .MuiChip-root{margin-left:0;margin-right:4px}.equipment-card-comments{color:#666!important;font-size:12px!important;font-style:italic;margin-top:4px}.equipment-card-actions{border-top:1px solid #f0f0f0;display:flex;gap:8px;justify-content:flex-end;margin-top:12px;padding-top:12px}.equipment-card-action-btn{border-radius:50%!important;height:36px!important;padding:8px!important;width:36px!important}.equipment-card-action-view{background-color:#e3f2fd!important;color:#2196f3!important}.equipment-card-action-view:hover{background-color:#bbdefb!important}.equipment-card-action-delete{background-color:#fee2e2!important;color:#991b1b!important}.equipment-card-action-delete:hover{background-color:#fecaca!important}.table-header-section{align-items:center;background-color:#f9fafb;border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;padding:20px}.table-header-title{align-items:center;display:flex;flex-shrink:0;gap:12px;margin-bottom:0}.table-title{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:15.91px;font-weight:600;letter-spacing:0;line-height:24.74px;margin:0;vertical-align:middle}.table-filters-grid{align-items:center;display:flex;flex:1 1;gap:16px;justify-content:flex-end}.table-filters-grid>div{align-items:center!important;display:flex!important;flex-direction:row!important;flex-shrink:0;gap:8px!important}.table-filters-grid label{flex-shrink:0!important;line-height:1.3;margin-bottom:0!important;min-width:fit-content!important;text-align:left;white-space:pre-line!important}.table-filters-grid select{background-color:#efefef!important;color:#4b5563!important;flex:1 1!important;font-family:Roboto,sans-serif!important;font-size:13.22px!important;font-weight:400!important;letter-spacing:0!important;line-height:18.89px!important;min-width:0!important;vertical-align:middle!important}.table-container{margin-top:0;overflow-x:auto}.table-header-row{background-color:#f9fafb!important}.table-header-cell{background-color:#f9fafb!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-weight:600!important;letter-spacing:.5px!important;padding:16px!important;text-transform:uppercase!important}.table-container thead .MuiTableCell-root,.table-container thead [class*=MuiTableCell],.table-container thead [class*=css-],.table-container thead th,.table-header-cell,.table-header-cell[class*=MuiTableCell],.table-header-cell[class*=css-],[class*=css-13no44o-MuiTableCell-root],th.table-header-cell,th[class*=MuiTableCell-head],th[class*=MuiTableCell][class*=head],th[class*=css-13no44o]{border:none!important;border-bottom:1px solid #e0e0e0!important}.table-data-row,.table-data-row:nth-child(2n){background-color:#fff!important}.table-data-row:hover{background-color:#f3f4f6!important}.table-data-row .MuiTableCell-root,.table-data-row:nth-child(2n) .MuiTableCell-root{background-color:#fff!important}.table-container .MuiTableCell-root{background-color:#fff!important;border:0!important;border-bottom:1px solid #f0f0f0!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:13.22px!important;font-style:normal!important;font-weight:500!important;letter-spacing:0!important;line-height:18.89px!important;padding:16px!important;vertical-align:middle!important}.table-container .MuiTable-root{border-collapse:initial!important;border-spacing:0!important}.table-container .MuiTable-root,.table-container .MuiTable-root td,.table-container .MuiTable-root th,.table-container table,.table-container table td,.table-container table th{border:none!important}.table-container .MuiTable-root th{border-bottom:1px solid #e0e0e0!important}.table-container .MuiTable-root td{border-bottom:1px solid #f0f0f0!important}.table-container .MuiTable-root .MuiTableCell-root,.table-container .MuiTableBody-root .MuiTableCell-root{border:0!important;border-bottom:1px solid #f0f0f0!important}.table-container .MuiTableBody-root .MuiTableCell-root{color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:13.22px!important;font-style:normal!important;font-weight:500!important;letter-spacing:0!important;line-height:18.89px!important;vertical-align:middle!important}.table-container .MuiTableBody-root td,.table-container .MuiTableHead-root th,.table-container td[class*=MuiTableCell],.table-container th[class*=MuiTableCell]{border-left:0!important;border-right:0!important;border-top:0!important}.table-container .MuiTableHead-root .MuiTableCell-head,.table-container .MuiTableHead-root .MuiTableCell-root,.table-container .MuiTableHead-root th,.table-container .css-13no44o-MuiTableCell-root,.table-container [class*=MuiTableCell-root],.table-container [class*=css-13no44o],.table-container th[class*=MuiTableCell],.table-container th[class*=css-],.table-container thead .MuiTableCell-root,.table-container thead th{border:none!important;border-bottom:1px solid #e0e0e0!important}.table-container .MuiTable-root .MuiTableCell-root{border-left:none!important;border-right:none!important;border-top:none!important}.table-container .MuiTableHead-root .MuiTableCell-root{border:none!important;border-bottom:1px solid #e0e0e0!important}.table-container table{border-collapse:initial;border-spacing:0}.table-container table td,.table-container table th{border-left:0!important;border-right:0!important;border-top:0!important}.table-container table th{border:none!important;border-bottom:1px solid #e0e0e0!important}.table-container table td{border-bottom:1px solid #f0f0f0!important;color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:13.22px!important;font-style:normal!important;font-weight:500!important;letter-spacing:0!important;line-height:18.89px!important;vertical-align:middle!important}.table-container .MuiTableCell-body,.table-container .MuiTableCell-head,.table-container .MuiTableRow-root td,.table-container .MuiTableRow-root th{border-left:0!important;border-right:0!important;border-top:0!important}.equipment-name{color:#1d1d1d;font-size:14px;font-weight:600;margin-bottom:4px}.equipment-details{color:#666;font-size:12px;line-height:1.4}.status-chip-overdue{background-color:#fee2e2!important;color:#991b1b!important}.status-chip-never-checked,.status-chip-overdue{border-radius:16px!important;font-size:12px!important;font-weight:500!important;padding:4px 12px!important}.status-chip-never-checked{background-color:#ffedd5!important;color:#9a3412!important}.status-chip-checked-today{background-color:#dcfce7!important;color:#166534!important}.status-chip-checked-today,.status-chip-default{border-radius:16px!important;font-size:12px!important;font-weight:500!important;padding:4px 12px!important}.status-chip-default{background-color:#e3f2fd!important;color:#2196f3!important}.status-chip-compliant{background-color:#dcfce7!important;color:#166534!important}.status-chip-compliant,.status-chip-incomplete{border-radius:16px!important;font-size:12px!important;font-weight:500!important;padding:4px 12px!important}.status-chip-incomplete{background-color:#fee2e2!important;color:#991b1b!important}.checklist-chip-yes{background-color:#dcfce7!important;color:#166534!important}.checklist-chip-no,.checklist-chip-yes{border-radius:16px!important;font-size:12px!important;font-weight:500!important;margin-bottom:4px!important;margin-right:8px!important;padding:4px 12px!important}.checklist-chip-no{background-color:#fee2e2!important;color:#991b1b!important}.last-check-name{color:#1d1d1d;font-size:14px;font-weight:500;margin-bottom:4px}.last-check-details{color:#666;font-size:12px;line-height:1.4}.action-icon-view{background-color:#e3f2fd!important;border-radius:50%!important;color:#2196f3!important;height:36px!important;padding:8px!important;transition:all .2s;width:36px!important}.action-icon-view:hover{background-color:#bbdefb!important;transform:scale(1.1)}.action-icon-delete{background-color:#fee2e2!important;border-radius:50%!important;color:#991b1b!important;height:36px!important;padding:8px!important;transition:all .2s;width:36px!important}.action-icon-delete:hover{background-color:#fecaca!important;transform:scale(1.1)}.assigned-user-text{color:#1d1d1d;font-size:14px}.no-assignments-text,.no-checklist-data{color:#666;font-size:12px}.no-checklist-data{font-style:italic}.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}.loading-container{align-items:center;display:flex;justify-content:center;min-height:200px}.daily-reports-dialog .MuiDialog-paper{border-radius:8px}.daily-reports-dialog-title{background-color:#fff!important;border-bottom:1px solid #e0e0e0!important;padding:20px 24px!important}.daily-reports-title{color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:24px!important;font-weight:600!important;margin:0!important;white-space:nowrap}.daily-reports-close-icon{color:#666!important;padding:8px!important}.daily-reports-close-icon:hover{background-color:#f5f5f5!important}.daily-reports-dialog-content{background-color:#fff!important;padding:24px!important}.daily-reports-date-picker{margin:0!important;max-width:300px}.daily-reports-dialog-title .MuiBox-root{width:100%}.daily-reports-kpi-card{background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.daily-reports-kpi-label{color:#666!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-weight:400!important;margin-bottom:8px!important}.daily-reports-kpi-value{color:#1f2937!important;font-family:Roboto,sans-serif!important;font-size:32px!important;font-weight:600!important;margin:0!important}.daily-reports-kpi-value-green{color:#16a34a!important}.daily-reports-kpi-value-red{color:#dc2626!important}.daily-reports-kpi-value-blue{color:#2563eb!important}.daily-reports-dialog-actions{background-color:#fff!important;border-top:1px solid #e0e0e0!important;display:flex!important;justify-content:flex-end!important;padding:16px 24px!important}.daily-reports-close-button{background-color:#ff914d!important;border-radius:8px!important;color:#fff!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-weight:500!important;padding:10px 20px!important}.daily-reports-close-button:hover{background-color:#ff7b28!important}.accountability-dialog .MuiDialog-paper{border-radius:8px;height:auto!important;margin:16px!important;max-height:90vh!important;max-width:1400px!important;width:90%!important}@media (max-width:768px){.accountability-dialog .MuiDialog-paper{background-color:#e7e8eb!important;border-radius:0!important;height:100vh!important;margin:0!important;max-height:100vh!important;max-width:100%!important;width:100%!important}.accountability-dialog .MuiDialogContent-root{max-width:100%!important;padding:0!important;width:100%!important}}@media (max-width:480px){.accountability-dialog .MuiDialog-paper{background-color:#e7e8eb!important;border-radius:0!important;height:100vh!important;margin:0!important;max-height:100vh!important;max-width:100%!important;width:100%!important}.accountability-dialog .MuiDialogContent-root{max-width:100%!important;padding:0!important;width:100%!important}}.accountability-dialog-title{background-color:#fff!important;border-bottom:1px solid #e0e0e0!important;padding:20px 24px!important}.accountability-dialog-title-text{color:#1d1d1d!important;font-family:Roboto,sans-serif!important;font-size:24px!important;font-weight:600!important;margin:0!important}.accountability-close-button{background-color:#ff914d!important;border-radius:8px!important;color:#fff!important;font-family:Roboto,sans-serif!important;font-size:14px!important;font-weight:500!important;padding:10px 20px!important}.accountability-close-button:hover{background-color:#ff7b28!important}@media (max-width:768px){.daily-reports-dialog .MuiDialog-paper{border-radius:0!important;height:100vh!important;margin:0!important;max-height:100vh!important}.daily-reports-dialog-title{padding:16px!important}.daily-reports-dialog-title .MuiBox-root:first-of-type{align-items:flex-start!important;flex-direction:column!important;gap:12px!important;width:100%!important}.daily-reports-dialog-title .MuiBox-root:first-of-type>.MuiBox-root:first-of-type{align-items:center!important;display:flex!important;flex-direction:row!important;gap:8px!important;justify-content:space-between!important;width:100%!important}.daily-reports-title{flex:1 1!important;font-size:20px!important}.daily-reports-date-picker{max-width:100%!important;width:100%!important}.daily-reports-dialog-content{padding:16px!important}.daily-reports-dialog-content .MuiGrid-container{margin:0!important;width:100%!important}.daily-reports-dialog-content .MuiGrid-item{flex-basis:calc(50% - 8px)!important;max-width:calc(50% - 8px)!important;padding:8px!important}.daily-reports-kpi-card{background:#fff!important;border-radius:8px!important;box-shadow:0 2px 8px #00000014!important;padding:16px!important}.daily-reports-kpi-label{font-size:12px!important;margin-bottom:8px!important}.daily-reports-kpi-value{font-size:24px!important}.daily-reports-table-desktop{display:none!important}.daily-reports-user-cards{gap:12px!important;margin-top:16px!important}.daily-reports-user-card,.daily-reports-user-cards{display:flex!important;flex-direction:column!important}.daily-reports-user-card{background:#fff!important;border-left:4px solid #ff914d!important;border-radius:8px!important;border-top:none!important;box-shadow:0 2px 8px #00000014!important;gap:8px!important;padding:16px!important}.daily-reports-user-card-header{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-bottom:8px!important}.daily-reports-user-name{color:#1d1d1d!important;font-size:16px!important;font-weight:600!important;margin:0!important}.daily-reports-user-role{align-items:center!important;display:flex!important;gap:8px!important;justify-content:space-between!important;margin:0!important;width:100%!important}.daily-reports-user-role-label{color:#666!important;font-size:14px!important;margin:0!important}.daily-reports-user-role-value{color:#1d1d1d!important;font-size:14px!important;font-weight:500!important;margin:0!important}}@media (min-width:769px){.daily-reports-table-desktop{display:block!important}.daily-reports-user-cards{display:none!important}}@media (max-width:768px){.dashboard-container{background-color:#e7e8eb;box-sizing:border-box;max-width:100vw;overflow-x:hidden;padding:12px;width:100%}.dashboard-header{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;flex-direction:column;gap:16px;margin-bottom:20px}.dashboard-header,.dashboard-title-section{box-sizing:border-box;width:100%}.dashboard-title{font-size:18px;line-height:1.3;margin-bottom:6px}.dashboard-subtitle,.dashboard-title{word-wrap:break-word;overflow-wrap:break-word}.dashboard-subtitle{font-size:12px;line-height:1.4}.dashboard-header{flex-wrap:nowrap;gap:8px;padding:16px}.dashboard-title-section{flex:0 1 auto;min-width:0;overflow:hidden}.dashboard-header-actions{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;gap:12px;max-width:100%;min-width:0;overflow:hidden;width:100%}.dashboard-button-auto-refresh{box-sizing:border-box;flex:0 0 auto;font-size:12px!important;justify-content:center;max-width:100%!important;min-width:0!important;overflow:hidden;padding:10px 16px!important;text-overflow:ellipsis;white-space:nowrap!important;width:100%!important}.dashboard-header-actions>div:not(.dashboard-button-auto-refresh):not(.dashboard-button-daily-reports):not(.dashboard-button-accountability){flex:0 0 auto!important;max-width:100px!important;min-width:0!important;width:auto!important}.dashboard-header-actions [class*="w-[100px]"],.dashboard-header-actions [class*="w-\[100px\]"]{max-width:100px!important;min-width:0!important;width:auto!important}.dashboard-button-daily-reports{flex:0 0 auto}.dashboard-button-accountability,.dashboard-button-daily-reports{box-sizing:border-box;font-size:12px!important;justify-content:center;line-height:1.2!important;max-width:100%!important;min-width:0!important;overflow:hidden;padding:10px 16px!important;text-overflow:ellipsis;white-space:nowrap!important;width:100%!important}.dashboard-button-accountability{flex:0 0 auto!important}.metrics-grid{gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.metric-card,.metrics-grid{box-sizing:border-box;width:100%}.metric-card{border:none!important;border-left:4px solid #0000;border-radius:5px!important;box-shadow:none!important;max-width:100%;min-width:0;padding:16px 10px}.metric-card.blue-border{border-left:4px solid #3b82f6!important}.metric-card.green-border{border-left:4px solid #21c55e!important}.metric-card.red-border{border-left:4px solid #ef4444!important}.metric-card.orange-border{border-left:4px solid #ff914c!important}.metric-card.purple-border{border-left:4px solid #b774f8!important}.metric-card:before{display:none!important}.metric-icon-container{height:38px!important;margin-bottom:10px;width:38px!important}.metric-icon,.metric-icon svg{font-size:24px!important;height:24px!important;width:24px!important}.metric-label{font-size:11px;line-height:1.2;margin-bottom:8px}.metric-value{font-size:22px;margin-bottom:4px}.metric-value.purple{color:#ff914d!important}.table-header-section{box-sizing:border-box;padding:12px;width:100%}.table-title{word-wrap:break-word;font-size:15px}.table-header-section{align-items:flex-start!important;flex-direction:column!important;gap:16px!important}.table-filters-grid{grid-gap:12px!important;box-sizing:border-box!important;display:grid!important;flex:none!important;gap:12px!important;grid-template-columns:1fr!important;justify-content:flex-start!important;width:100%!important}.table-filters-grid>div{align-items:center!important;display:flex!important;flex-direction:row!important;gap:10px!important;width:100%!important}.table-filters-grid label{flex-shrink:0!important;font-size:12px!important;margin-bottom:0!important;min-width:fit-content!important;white-space:pre-line!important}.table-filters-grid select{flex:1 1!important;min-width:0!important}.table-container,.table-container-wrapper{-webkit-overflow-scrolling:touch;box-sizing:border-box;max-width:100%;overflow-x:auto;width:100%}.table-container-wrapper .table-container{display:none!important}.equipment-mobile-cards{display:flex!important}.table-container-wrapper .MuiTablePagination-root{display:flex!important;padding:12px 16px!important}}@media (min-width:769px){.dashboard-container{background-color:#e7e8eb}.dashboard-header{border-radius:12px 12px 0 0;box-shadow:none!important;margin-bottom:0}.metrics-grid{background:#fff;border-radius:0 0 12px 12px;box-shadow:0 2px 8px #00000014;margin-bottom:24px;margin-top:0;padding:24px}.equipment-mobile-cards{display:none!important}.table-container-wrapper .table-container{display:block!important}.equipment-mobile-cards{display:none!important}.table-container-wrapper .table-container{display:block!important}}@media (max-width:480px){.dashboard-container{background-color:#e7e8eb;box-sizing:border-box;max-width:100vw;padding:10px;width:100%}.dashboard-title{font-size:16px}.dashboard-subtitle{font-size:11px}.dashboard-header{gap:12px;margin-bottom:16px}.dashboard-header-actions{flex-direction:column!important;flex-wrap:nowrap;gap:12px!important;overflow:hidden;width:100%!important}.dashboard-button-accountability,.dashboard-button-auto-refresh,.dashboard-button-daily-reports{flex-shrink:0!important;font-size:12px!important;max-width:100%!important;min-width:0!important;padding:10px 16px!important;width:100%!important}.metrics-grid{gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.metric-card{border:none!important;border-left:4px solid #0000;border-radius:5px!important;box-shadow:none!important;box-sizing:border-box;max-width:100%;padding:14px 8px;width:100%}.metric-card.blue-border{border-left:4px solid #3b82f6!important}.metric-card.green-border{border-left:4px solid #21c55e!important}.metric-card.red-border{border-left:4px solid #ef4444!important}.metric-card.orange-border{border-left:4px solid #ff914c!important}.metric-card.purple-border{border-left:4px solid #b774f8!important}.metric-card:before{display:none!important}.metric-icon-container{height:34px!important;margin-bottom:8px;width:34px!important}.metric-icon,.metric-icon svg{font-size:22px!important;height:22px!important;width:22px!important}.metric-label{font-size:10px;line-height:1.2;margin-bottom:6px}.metric-value{font-size:18px;margin-bottom:4px}.metric-value.purple{color:#ff914d!important}.table-header-section{padding:10px}.table-title{font-size:13px}.table-filters-grid{grid-gap:8px!important;display:grid!important;gap:8px!important;grid-template-columns:1fr!important;width:100%!important}.table-filters-grid label{font-size:11px!important}.table-container .MuiTableCell-root{font-size:11px!important}.table-container .MuiTableCell-root,.table-header-cell{word-wrap:break-word;overflow-wrap:break-word;padding:10px 6px!important}.table-header-cell{font-size:10px!important}}@media (max-width:360px){.dashboard-container{background-color:#e7e8eb;box-sizing:border-box;max-width:100vw;padding:8px;width:100%}.dashboard-title{font-size:15px}.dashboard-subtitle{font-size:10px}.metrics-grid{gap:6px;grid-template-columns:repeat(3,1fr)}.metric-card{border:none!important;border-left:4px solid #0000;border-radius:5px!important;box-shadow:none!important;box-sizing:border-box;max-width:100%;padding:12px 6px;width:100%}.metric-card.blue-border{border-left:4px solid #3b82f6!important}.metric-card.green-border{border-left:4px solid #21c55e!important}.metric-card.red-border{border-left:4px solid #ef4444!important}.metric-card.orange-border{border-left:4px solid #ff914c!important}.metric-card.purple-border{border-left:4px solid #b774f8!important}.metric-card:before{display:none!important}.metric-icon-container{height:29px!important;width:29px!important}.metric-icon,.metric-icon svg{font-size:19px!important;height:19px!important;width:19px!important}.metric-value{font-size:20px}.metric-value.purple{color:#ff914d!important}}.dashboard-container *{box-sizing:border-box;max-width:100%}.dashboard-header-actions .MuiButton-root,.dashboard-header-actions [role=button],.dashboard-header-actions button{box-sizing:border-box!important;flex-shrink:1!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.dashboard-header-actions .min-w-\[106px\],.dashboard-header-actions [class*=min-w-]{min-width:0!important}.dashboard-header-actions button.dashboard-button-auto-refresh{flex:0 1 auto!important;max-width:none!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.dashboard-header-actions button.dashboard-button-accountability,.dashboard-header-actions button.dashboard-button-daily-reports{flex:1 1!important;max-width:none!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.dashboard-header-actions button span{flex-shrink:0!important}.dashboard-header-actions button{display:inline-flex!important}.dashboard-header-actions .MuiInputBase-root,.dashboard-header-actions .MuiSelect-root,.dashboard-header-actions input,.dashboard-header-actions select{box-sizing:border-box!important;max-width:100%!important}@media (max-width:768px){.table-container-wrapper{-webkit-overflow-scrolling:touch;box-sizing:border-box;max-width:100vw;overflow-x:auto;width:100%}.table-container{min-width:0}.table-container table{min-width:600px;width:100%}}.accountability-container{background-color:#f9fafb;box-sizing:border-box;min-height:100vh;padding:24px;width:100%}.accountability-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:32px}.accountability-title{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:24px;font-weight:600;margin:0}.accountability-date-picker{max-width:200px}.accountability-period-select{max-width:150px}.accountability-refresh-button{background-color:#e3f2fd!important;border-radius:50%!important;color:#2196f3!important;display:none!important;height:40px!important;width:40px!important}.accountability-refresh-button:hover{background-color:#bbdefb!important}@media (max-width:768px){.accountability-refresh-button{display:flex!important}}.accountability-close-icon-button{color:#666!important;margin-left:8px!important;padding:8px!important}.accountability-close-icon-button:hover{background-color:#f5f5f5!important}.accountability-metrics-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:32px;margin-top:60px}@media (min-width:960px){.accountability-metrics-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:959px){.accountability-metrics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.accountability-metrics-grid{grid-template-columns:repeat(2,1fr)}}.accountability-metric-card{align-items:center;background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;display:flex;flex-direction:column;overflow:visible;padding:0!important;position:relative;text-align:center;transition:none}.accountability-metric-card:hover{box-shadow:none;transform:none}.accountability-metric-icon-container{align-items:center;background-color:initial!important;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.accountability-metric-icon-container.blue,.accountability-metric-icon-container.green,.accountability-metric-icon-container.orange{background-color:initial!important}.accountability-metric-icon{height:40px;width:40px}.accountability-metric-icon.blue{color:#2563eb}.accountability-metric-icon.green{color:#16a34a}.accountability-metric-icon.orange{color:#ff9800}.accountability-metric-label{color:#666;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;margin-bottom:12px}.accountability-metric-value{color:#1f2937;font-family:Roboto,sans-serif;font-size:32px;font-weight:600;margin-bottom:8px}.accountability-metric-value.green{color:#16a34a}.accountability-metric-value.blue{color:#2563eb}.accountability-metric-value.orange{color:#ff9800}.accountability-metric-value.black{color:#1f2937}.accountability-progress-bar{background-color:#e0e0e0;border-radius:2px;height:4px;margin-top:8px;overflow:hidden;width:100%}.accountability-progress-fill{background-color:#2563eb;border-radius:2px;height:100%;transition:width .3s ease}.accountability-table-section{margin-top:32px}.accountability-table-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.accountability-table-title{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:18px;font-weight:600;margin:0}.accountability-role-chip{background-color:#e3f2fd!important;border:1px solid #2563eb!important;border-radius:16px!important;color:#2563eb!important;font-size:12px!important;font-weight:500!important;padding:4px 12px!important}.accountability-performance-bar{background-color:#e0e0e0;border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden;width:100%}.accountability-performance-fill{background-color:#2563eb;border-radius:4px;height:100%;transition:width .3s ease}.accountability-loading{align-items:center;display:flex;justify-content:center;min-height:200px}@media (max-width:768px){.accountability-container{background-color:#f9fafb!important;max-width:100%!important;padding:16px;width:100%!important}.accountability-header{align-items:flex-start!important;flex-direction:column!important;gap:16px!important;margin-bottom:24px!important;width:100%!important}.accountability-title{margin-bottom:0!important;width:100%!important}.accountability-header .MuiBox-root{flex-direction:column!important;gap:12px!important;width:100%!important}.accountability-header .MuiBox-root>*{width:100%!important}.accountability-date-picker,.accountability-period-select{flex:1 1 auto;max-width:100%!important;width:100%!important}.accountability-refresh-button{align-items:center!important;background-color:#ff914d!important;border-radius:8px!important;color:#fff!important;display:flex!important;height:44px!important;justify-content:center!important;margin-top:8px!important;width:100%!important}.accountability-refresh-button:hover{background-color:#ff7b28!important}.accountability-refresh-button svg{margin-right:8px!important}.accountability-close-icon-button{display:none!important}.accountability-metrics-grid{gap:12px!important;grid-template-columns:repeat(2,1fr)!important;margin-bottom:24px!important;margin-top:0!important;width:100%!important}.accountability-metric-card{background:#fff!important;border-left:none!important;border-radius:8px!important;box-shadow:0 2px 8px #00000014!important;padding:16px!important}.accountability-metric-card:nth-child(6){grid-column:1/-1!important}.accountability-metric-icon-container{height:48px!important;margin-bottom:12px!important;width:48px!important}.accountability-metric-icon,.accountability-metric-icon svg{font-size:28px!important;height:28px!important;width:28px!important}.accountability-metric-label{font-size:12px!important;margin-bottom:8px!important}.accountability-metric-value{font-size:24px!important;margin-bottom:4px!important}.accountability-table-desktop{display:none!important}.accountability-user-cards{margin-top:16px!important}.accountability-user-card,.accountability-user-cards{display:flex!important;flex-direction:column!important;gap:12px!important}.accountability-user-card{background:#fff!important;border-left:none!important;border-radius:8px!important;box-shadow:0 2px 8px #00000014!important;padding:16px!important}.accountability-user-card-header{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-bottom:8px!important}.accountability-user-name-container{align-items:center!important;display:flex!important;gap:8px!important}.accountability-user-name{color:#1d1d1d!important;font-size:16px!important;font-weight:600!important;margin:0!important}.accountability-user-role{color:#1d1d1d!important;font-size:14px!important;font-weight:500!important;margin:0!important}.accountability-user-card-row{align-items:center!important;display:flex!important;gap:12px!important}.accountability-user-card-row-icon{color:#666!important;flex-shrink:0!important;height:20px!important;width:20px!important}.accountability-user-card-row-content{align-items:center!important;display:flex!important;flex:1 1!important;gap:8px!important}.accountability-user-card-row-label{color:#666!important;font-size:14px!important;margin:0!important}.accountability-user-card-row-value{color:#1d1d1d!important;font-size:14px!important;font-weight:500!important;margin:0!important}.accountability-user-activity-level{align-items:center!important;display:flex!important;gap:12px!important;width:100%!important}.accountability-user-activity-level-label{color:#666!important;font-size:14px!important;margin:0!important;white-space:nowrap!important}.accountability-user-activity-level-content{align-items:center!important;display:flex!important;flex:1 1!important;gap:8px!important}.accountability-user-activity-bar{background-color:#e0e0e0!important;border-radius:4px!important;flex:1 1!important;height:8px!important;overflow:hidden!important}.accountability-user-activity-fill{background-color:#3b82f6!important;border-radius:4px!important;height:100%!important}.accountability-user-activity-percent{color:#1d1d1d!important;font-size:14px!important;font-weight:500!important;margin:0!important;white-space:nowrap!important}}@media (min-width:769px){.accountability-table-desktop{display:block!important}.accountability-user-cards{display:none!important}}@media (max-width:480px){.accountability-container{margin:0!important;max-width:100%!important;padding:12px;width:100%!important}.accountability-header{margin-bottom:24px}.accountability-title{font-size:20px;width:100%}.accountability-header .MuiBox-root{gap:12px;width:100%}.accountability-date-picker,.accountability-period-select{max-width:100%!important;min-width:0!important;width:100%!important}.accountability-metrics-grid{gap:12px!important;grid-template-columns:repeat(2,1fr)!important;margin-bottom:24px!important;margin-top:0!important;width:100%}.accountability-metric-card{width:100%}.accountability-metric-card:nth-child(6){grid-column:1/-1!important}}.time-off-container{background:#fff;border:1px solid #e4e7eb;border-radius:16px;box-shadow:0 1px 2px 0 #1d1d1d0d;box-sizing:border-box;font-family:Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:auto;padding:1rem;width:100%}.time-off-title{color:#1d1d1d;font-family:Roboto,sans-serif;font-size:18px;font-style:normal;font-weight:600;letter-spacing:0;line-height:28px;margin-bottom:1.25rem;vertical-align:middle}.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{padding:1.5rem}.time-off-card-content,.time-off-form{display:flex;flex-direction:column;gap:1rem}.time-off-form-field,.time-off-form>div:not(.time-off-date-row):not(.acknowledgment-text){margin-bottom:0;padding:0}.time-off-form-field{display:flex;flex-direction:column}.time-off-form-label{color:#2c3e50;font-size:.875rem;font-weight:600}.time-off-form-input,.time-off-form-select{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%}@media (max-width:639px){.time-off-form-input,.time-off-form-select{font-size:16px}}.time-off-form-textarea{background:#fff;border:1px solid #d0d5da;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:1rem;min-height:120px;padding:.875rem 1rem;resize:vertical;transition:all .3s ease;width:100%}.time-off-form-input:focus,.time-off-form-select:focus{border-color:#24243e;box-shadow:0 0 0 3px #24243e33;outline:none;transform:scale(1.01)}@media (min-width:1024px){.time-off-form-input:focus,.time-off-form-select:focus{transform:none}}.time-off-form-textarea:focus{border-color:#24243e;box-shadow:0 0 0 3px #24243e33;outline:none}.time-off-radio-group{display:flex;flex-direction:column;gap:.75rem;width:100%}.time-off-radio-item{align-items:center;border:1px solid #d0d5da;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;gap:.75rem;min-height:48px;padding:.75rem;transition:all .3s ease;width:100%}.time-off-radio-item.selected{background:#ff914d0d;border-color:#ff914d}.time-off-radio-item:hover{background:#f8fafc;border-color:#d0d5da}.time-off-radio-input{accent-color:#ff914d;color:#dbdbdb;cursor:pointer;height:12px;width:12px}.time-off-radio-input:checked{accent-color:#ff914d}.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{align-items:flex-start;color:#1d1d1d;display:flex;font-family:Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:400;gap:8px;letter-spacing:0;line-height:20px;margin-bottom:1rem;vertical-align:middle}.acknowledgment-text span{flex:1 1}.acknowledgment-icon{color:#3b82f6;flex-shrink:0;height:16px;margin-top:2px;width:16px}.time-off-date-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;padding:0}.time-off-date-field{margin:0;padding:0;width:100%}@media (min-width:640px){.time-off-container{padding:1.25rem}.time-off-title{font-size:20px;margin-bottom:1.5rem}.time-off-form{gap:1.25rem}.time-off-radio-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.time-off-radio-item{width:auto}}@media (min-width:768px){.time-off-container{margin:0 auto;max-width:1200px;padding:1.5rem}.time-off-form{gap:1.5rem}.time-off-date-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.time-off-radio-group{gap:1.25rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.time-off-container{padding:2rem}.time-off-radio-group{gap:1.5rem;grid-template-columns:repeat(4,1fr)}.time-off-form-input:focus,.time-off-form-select:focus{transform:none}}@media (min-width:1280px){.time-off-container{padding:2.5rem}}@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)}}}.accept-invite-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.accept-invite-card{border-radius:12px;box-shadow:0 8px 32px #0000001a;max-width:500px;width:100%}.accept-invite-title{color:#333;font-weight:600;margin-bottom:24px;text-align:center}.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-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;display:flex;justify-content:center;padding-top:24px}.spinning{animation:spin 1s linear infinite}@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}}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Roboto,sans-serif;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}*{-ms-overflow-style:none;box-sizing:border-box;scrollbar-width:none}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1d1d1d;font-family:Roboto,sans-serif;height:100%;margin:0;padding:0}::-webkit-scrollbar{display:none}button{font-family:Roboto,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}select option{padding:8px 12px}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.-right-2{right:-.5rem}.-top-2{top:-.5rem}.left-0{left:0}.left-1\/2{left:50%}.left-3{left:.75rem}.left-\[0\.6rem\]{left:.6rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-4{top:1rem}.z-10{z-index:10}.z-\[1000\]{z-index:1000}.z-\[1200\]{z-index:1200}.z-\[1300\]{z-index:1300}.z-\[1\]{z-index:1}.z-\[998\]{z-index:998}.z-\[999\]{z-index:999}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.m-0{margin:0}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-auto{margin-bottom:auto;margin-top:auto}.-ml-1{margin-left:-.25rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-\[60px\]{margin-left:60px}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.grid{display:grid}.hidden{display:none}.\!h-\[36px\]{height:36px!important}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-2{height:.5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100px\]{height:100px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[41px\]{height:41px}.h-\[80px\]{height:80px}.h-full{height:100%}.h-screen{height:100vh}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.\!min-h-\[36px\]{min-height:36px!important}.\!min-h-\[40px\]{min-height:40px!important}.\!min-h-\[80px\]{min-height:80px!important}.\!min-h-\[96px\]{min-height:96px!important}.min-h-0{min-height:0}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[200px\]{min-height:200px}.min-h-\[32px\]{min-height:32px}.min-h-\[36px\]{min-height:36px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[60px\]{min-height:60px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.\!w-\[100px\]{width:100px!important}.\!w-full{width:100%!important}.w-10{width:2.5rem}.w-12{width:3rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100px\]{width:100px}.w-\[220px\]{width:220px}.w-\[260px\]{width:260px}.w-\[40px\]{width:40px}.w-\[60px\]{width:60px}.w-\[80px\]{width:80px}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[106px\]{min-width:106px}.min-w-\[150px\]{min-width:150px}.min-w-\[180px\]{min-width:180px}.min-w-\[200px\]{min-width:200px}.min-w-\[800px\]{min-width:800px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-\[100px\]{max-width:100px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[200px\]{max-width:200px}.max-w-\[250px\]{max-width:250px}.max-w-\[280px\]{max-width:280px}.max-w-\[320px\]{max-width:320px}.max-w-\[55px\]{max-width:55px}.max-w-\[60px\]{max-width:60px}.max-w-\[80px\]{max-width:80px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.-rotate-90{--tw-rotate:-90deg}.-rotate-90,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-\[12px\]{gap:12px}.gap-\[2px\]{gap:2px}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:#f3f4f6;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-lg{border-radius:.5rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[12\.82px\]{border-radius:12.82px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-\[0\.8px\]{border-width:.8px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-l-\[3px\]{border-left-width:3px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-\[\#2C2C2C\]{--tw-border-opacity:1!important;border-color:#2c2c2c!important;border-color:rgb(44 44 44/var(--tw-border-opacity,1))!important}.\!border-\[\#4A4A4A\]{--tw-border-opacity:1!important;border-color:#4a4a4a!important;border-color:rgb(74 74 74/var(--tw-border-opacity,1))!important}.border-\[\#D0D5DA\]{--tw-border-opacity:1;border-color:#d0d5da;border-color:rgb(208 213 218/var(--tw-border-opacity,1))}.border-\[\#E4E7EB\]{--tw-border-opacity:1;border-color:#e4e7eb;border-color:rgb(228 231 235/var(--tw-border-opacity,1))}.border-\[\#E5E7EB\]{--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-\[\#FF914D\]{--tw-border-opacity:1;border-color:#ff914d;border-color:rgb(255 145 77/var(--tw-border-opacity,1))}.border-amber-200{--tw-border-opacity:1;border-color:#fde68a;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:#bfdbfe;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:#2563eb;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:#f3f4f6;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:#d1d5db;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:#9ca3af;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:#4b5563;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:#bbf7d0;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-300{--tw-border-opacity:1;border-color:#86efac;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.border-orange-200{--tw-border-opacity:1;border-color:#fed7aa;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:#fecaca;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:#fca5a5;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:#ef4444;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-600{--tw-border-opacity:1;border-color:#dc2626;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:#fff;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-yellow-300{--tw-border-opacity:1;border-color:#fde047;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:#0000}.\!bg-\[\#2C2C2C\]{--tw-bg-opacity:1!important;background-color:#2c2c2c!important;background-color:rgb(44 44 44/var(--tw-bg-opacity,1))!important}.\!bg-\[\#FF914D\]{--tw-bg-opacity:1!important;background-color:#ff914d!important;background-color:rgb(255 145 77/var(--tw-bg-opacity,1))!important}.\!bg-\[\#FFF\]{--tw-bg-opacity:1!important;background-color:#fff!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.\!bg-red-500{--tw-bg-opacity:1!important;background-color:#ef4444!important;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.bg-\[\#1D1D1D\]{--tw-bg-opacity:1;background-color:#1d1d1d;background-color:rgb(29 29 29/var(--tw-bg-opacity,1))}.bg-\[\#F9FAFB\]{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-\[\#FF914D\]{--tw-bg-opacity:1;background-color:#ff914d;background-color:rgb(255 145 77/var(--tw-bg-opacity,1))}.bg-\[\#FFF2D0\]{--tw-bg-opacity:1;background-color:#fff2d0;background-color:rgb(255 242 208/var(--tw-bg-opacity,1))}.bg-\[\#e6e8eb\]{--tw-bg-opacity:1;background-color:#e6e8eb;background-color:rgb(230 232 235/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:#fffbeb;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-blue-100{--tw-bg-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-200{--tw-bg-opacity:1;background-color:#bfdbfe;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-cyan-100{--tw-bg-opacity:1;background-color:#cffafe;background-color:rgb(207 250 254/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:#dcfce7;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:#f0fdf4;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:#22c55e;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:#e0e7ff;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.bg-indigo-500{--tw-bg-opacity:1;background-color:#6366f1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:#ffedd5;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-orange-50{--tw-bg-opacity:1;background-color:#fff7ed;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:#f97316;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-pink-100{--tw-bg-opacity:1;background-color:#fce7f3;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))}.bg-pink-500{--tw-bg-opacity:1;background-color:#ec4899;background-color:rgb(236 72 153/var(--tw-bg-opacity,1))}.bg-primary{--tw-bg-opacity:1;background-color:#ff914d;background-color:rgb(255 145 77/var(--tw-bg-opacity,1))}.bg-purple-100{--tw-bg-opacity:1;background-color:#f3e8ff;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:#a855f7;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:#fee2e2;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-200{--tw-bg-opacity:1;background-color:#fecaca;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:#fef2f2;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:#ef4444;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-slate-900\/40{background-color:#0f172a66}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-yellow-100{--tw-bg-opacity:1;background-color:#fef9c3;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:#fefce8;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:#eab308;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-gray-50{--tw-gradient-from:#f9fafb var(--tw-gradient-from-position);--tw-gradient-to:#f9fafb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[16px\]{padding-left:16px;padding-right:16px}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-4{padding-right:1rem}.pt-0\.5{padding-top:.125rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-\[\'Roboto\'\]{font-family:Roboto}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-medium{font-weight:500!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.\!text-\[\#4A4A4A\]{--tw-text-opacity:1!important;color:#4a4a4a!important;color:rgb(74 74 74/var(--tw-text-opacity,1))!important}.\!text-white{--tw-text-opacity:1!important;color:#fff!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-\[\#1D1D1D\]{--tw-text-opacity:1;color:#1d1d1d;color:rgb(29 29 29/var(--tw-text-opacity,1))}.text-\[\#24243e\]{--tw-text-opacity:1;color:#24243e;color:rgb(36 36 62/var(--tw-text-opacity,1))}.text-\[\#2c3e50\]{--tw-text-opacity:1;color:#2c3e50;color:rgb(44 62 80/var(--tw-text-opacity,1))}.text-\[\#FF914D\]{--tw-text-opacity:1;color:#ff914d;color:rgb(255 145 77/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:#92400e;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-amber-900{--tw-text-opacity:1;color:#78350f;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:#3b82f6;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:#1d4ed8;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:#1e40af;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:#1e3a8a;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-cyan-700{--tw-text-opacity:1;color:#0e7490;color:rgb(14 116 144/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:#e5e7eb;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:#22c55e;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:#16a34a;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:#15803d;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:#166534;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-green-900{--tw-text-opacity:1;color:#14532d;color:rgb(20 83 45/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:#4338ca;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:#f97316;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:#ea580c;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:#c2410c;color:rgb(194 65 12/var(--tw-text-opacity,1))}.text-orange-800{--tw-text-opacity:1;color:#9a3412;color:rgb(154 52 18/var(--tw-text-opacity,1))}.text-orange-900{--tw-text-opacity:1;color:#7c2d12;color:rgb(124 45 18/var(--tw-text-opacity,1))}.text-pink-700{--tw-text-opacity:1;color:#be185d;color:rgb(190 24 93/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:#a855f7;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:#7e22ce;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:#dc2626;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:#991b1b;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:#94a3b8;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/90{color:#ffffffe6}.text-yellow-600{--tw-text-opacity:1;color:#ca8a04;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:#854d0e;color:rgb(133 77 14/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-\[0px_0\.8px_1\.6px_0px_rgba\(29\2c 29\2c 29\2c 0\.05\)\]{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0\.8px_1\.6px_0px_rgba\(29\2c 29\2c 29\2c 0\.05\)\]{--tw-shadow:0px 0.8px 1.6px 0px #1d1d1d0d;--tw-shadow-colored:0px 0.8px 1.6px 0px var(--tw-shadow-color)}.shadow-\[0px_0px_8px_0px_\#1D1D1D26\]{--tw-shadow:0px 0px 8px 0px #1d1d1d26;--tw-shadow-colored:0px 0px 8px 0px var(--tw-shadow-color)}.shadow-\[0px_0px_8px_0px_\#1D1D1D26\],.shadow-sm{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.outline-none{outline:2px solid #0000;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert:invert(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px)}.backdrop-blur-\[2px\],.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded-lg::file-selector-button{border-radius:.5rem}.file\:border-0::file-selector-button{border-width:0}.file\:bg-\[\#FF914D\]::file-selector-button{--tw-bg-opacity:1;background-color:#ff914d;background-color:rgb(255 145 77/var(--tw-bg-opacity,1))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-bottom:.5rem;padding-top:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-white::file-selector-button{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.last\:border-0:last-child{border-width:0}.hover\:-translate-y-\[1px\]:hover{--tw-translate-y:-1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#FF914D\]:hover{--tw-border-opacity:1;border-color:#ff914d;border-color:rgb(255 145 77/var(--tw-border-opacity,1))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:#9ca3af;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.hover\:\!bg-\[\#1A1A1A\]:hover{--tw-bg-opacity:1!important;background-color:#1a1a1a!important;background-color:rgb(26 26 26/var(--tw-bg-opacity,1))!important}.hover\:\!bg-\[\#F3F4F6\]:hover{--tw-bg-opacity:1!important;background-color:#f3f4f6!important;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))!important}.hover\:\!bg-\[\#ff7b28\]:hover{--tw-bg-opacity:1!important;background-color:#ff7b28!important;background-color:rgb(255 123 40/var(--tw-bg-opacity,1))!important}.hover\:\!bg-red-600:hover{--tw-bg-opacity:1!important;background-color:#dc2626!important;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#FF914D\]\/10:hover{background-color:#ff914d1a}.hover\:bg-\[\#FF914D\]\/90:hover{background-color:#ff914de6}.hover\:bg-\[\#ff7b28\]:hover{--tw-bg-opacity:1;background-color:#ff7b28;background-color:rgb(255 123 40/var(--tw-bg-opacity,1))}.hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:#93c5fd;background-color:rgb(147 197 253/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:#d1d5db;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:#fca5a5;background-color:rgb(252 165 165/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:#fef2f2;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:#ef4444;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:#dc2626;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:text-\[\#FF914D\]:hover{--tw-text-opacity:1;color:#ff914d;color:rgb(255 145 77/var(--tw-text-opacity,1))}.hover\:text-\[\#ff7b28\]:hover{--tw-text-opacity:1;color:#ff7b28;color:rgb(255 123 40/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:#b91c1c;color:rgb(185 28 28/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:shadow-\[0px_0\.8px_1\.6px_0px_rgba\(29\2c 29\2c 29\2c 0\.1\)\]:hover{--tw-shadow:0px 0.8px 1.6px 0px #1d1d1d1a;--tw-shadow-colored:0px 0.8px 1.6px 0px var(--tw-shadow-color)}.hover\:shadow-\[0px_0\.8px_1\.6px_0px_rgba\(29\2c 29\2c 29\2c 0\.1\)\]:hover,.hover\:shadow-md:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:file\:bg-\[\#FF914D\]\/90::file-selector-button:hover{background-color:#ff914de6}.focus\:border-\[\#FF914D\]:focus{--tw-border-opacity:1;border-color:#ff914d;border-color:rgb(255 145 77/var(--tw-border-opacity,1))}.focus\:border-green-400:focus{--tw-border-opacity:1;border-color:#4ade80;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.focus\:border-orange-500:focus{--tw-border-opacity:1;border-color:#f97316;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.focus\:border-red-400:focus{--tw-border-opacity:1;border-color:#f87171;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:#ef4444;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:#0000}.focus\:border-yellow-400:focus{--tw-border-opacity:1;border-color:#facc15;border-color:rgb(250 204 21/var(--tw-border-opacity,1))}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-\[\#24243e\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(36 36 62/var(--tw-ring-opacity,1))}.focus\:ring-\[\#FF914D\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 145 77/var(--tw-ring-opacity,1))}.focus\:ring-\[\#FF914D\]\/30:focus{--tw-ring-color:#ff914d4d}.focus\:ring-\[\#FF914D\]\/40:focus{--tw-ring-color:#ff914d66}.focus\:ring-blue-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(219 234 254/var(--tw-ring-opacity,1))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity,1))}.focus\:ring-green-400\/40:focus{--tw-ring-color:#4ade8066}.focus\:ring-orange-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity,1))}.focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity,1))}.focus\:ring-red-400\/40:focus{--tw-ring-color:#f8717166}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-red-500\/30:focus{--tw-ring-color:#ef44444d}.focus\:ring-red-500\/40:focus{--tw-ring-color:#ef444466}.focus\:ring-yellow-400\/40:focus{--tw-ring-color:#facc1566}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-\[\#FF914D\]\/50:disabled{background-color:#ff914d80}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.disabled\:bg-red-400:disabled{--tw-bg-opacity:1;background-color:#f87171;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width:640px){.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:w-40{width:10rem}.sm\:w-64{width:16rem}.sm\:w-80{width:20rem}.sm\:w-\[140px\]{width:140px}.sm\:w-\[250px\]{width:250px}.sm\:w-auto{width:auto}.sm\:flex-initial{flex:0 1 auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-4{gap:1rem}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.sm\:pt-4{padding-top:1rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:768px){.md\:z-\[900\]{z-index:900}.md\:col-span-2{grid-column:span 2/span 2}.md\:ml-\[260px\]{margin-left:260px}.md\:block{display:block}.md\:hidden{display:none}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:p-6{padding:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:text-\[20px\]{font-size:20px}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}}