:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:767px){input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{font-size:16px!important}}@media screen and (min-width:414px) and (max-width:430px) and (-webkit-min-device-pixel-ratio:3){.MuiButton-root{font-size:1.1rem!important;min-height:50px!important}.MuiTextField-root .MuiInputBase-root{font-size:1rem!important;min-height:50px!important}.MuiTypography-h4{font-size:1.5rem!important}.MuiTypography-h5{font-size:1.25rem!important}}@supports (padding:max(0px)){.ios-safe-area-bottom{padding-bottom:max(16px,env(safe-area-inset-bottom))!important}}body,html{max-width:100%;width:100%}@media (hover:none) and (pointer:coarse){.MuiIconButton-root{min-height:44px;min-width:44px}.MuiButton-root{min-height:48px;padding:12px 24px}}@media screen and (max-width:767px){.MuiAppBar-root{position:sticky;top:0;z-index:1100}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}}@media screen and (min-width:480px) and (max-width:767px){.MuiContainer-root{padding-left:20px!important;padding-right:20px!important}.MuiCard-root{border-radius:16px!important;margin:16px 0!important}.MuiButton-root{border-radius:12px!important;font-weight:500!important}}.dashboard-container{padding:32px 24px}@media (max-width:600px){.dashboard-container{padding:16px 8px}}@media (min-width:600px) and (max-width:960px){.dashboard-container{padding:24px 16px}}.dashboard-header{margin-bottom:32px}@media (max-width:600px){.dashboard-header{margin-bottom:16px}}@media (min-width:600px) and (max-width:960px){.dashboard-header{margin-bottom:24px}}.dashboard-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#1976d2,#9c27b0);background-clip:text;-webkit-background-clip:text;font-weight:700;margin-bottom:16px}@media (max-width:600px){.dashboard-title{font-size:1.75rem}}@media (min-width:600px) and (max-width:960px){.dashboard-title{font-size:2rem}}@media (min-width:960px){.dashboard-title{font-size:2.5rem}}.dashboard-tabs{margin-bottom:16px}.dashboard-tab{font-size:1rem;font-weight:600;min-height:48px;text-transform:none}@media (max-width:600px){.dashboard-tab{font-size:.875rem;min-height:52px;min-width:120px}}.stats-grid{gap:24px;margin-bottom:32px}@media (max-width:600px){.stats-grid{gap:16px;margin-bottom:24px}}@media (min-width:600px) and (max-width:960px){.stats-grid{gap:16px;margin-bottom:24px}}.stats-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff3;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.stats-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-4px)}.stats-card-content{padding:24px}@media (max-width:600px){.stats-card-content{padding:16px}}@media (min-width:600px) and (max-width:960px){.stats-card-content{padding:20px}}.stats-card-stack{gap:16px}@media (max-width:600px){.stats-card-stack{gap:12px}}.stats-avatar{height:56px;width:56px}@media (max-width:600px){.stats-avatar{height:48px;width:48px}}@media (min-width:600px) and (max-width:960px){.stats-avatar{height:52px;width:52px}}.stats-avatar-icon{font-size:1.5rem}@media (max-width:600px){.stats-avatar-icon{font-size:1.25rem}}.stats-number{color:#1a1a1a;font-weight:700}@media (max-width:600px){.stats-number{font-size:1.5rem}}@media (min-width:600px) and (max-width:960px){.stats-number{font-size:1.75rem}}@media (min-width:960px){.stats-number{font-size:2rem}}.stats-label{color:#666;font-weight:500}@media (max-width:600px){.stats-label{font-size:.75rem}}@media (min-width:600px) and (max-width:960px){.stats-label{font-size:.875rem}}.filter-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:12px;margin-bottom:24px}.filter-content{padding:24px}@media (max-width:600px){.filter-content{padding:16px}}@media (min-width:600px) and (max-width:960px){.filter-content{padding:20px}}.filter-grid{gap:24px}@media (max-width:600px){.filter-grid{gap:16px}}.filter-header-stack{gap:8px}.filter-avatar{background-color:#1976d21a;color:#1976d2;height:40px;width:40px}@media (max-width:600px){.filter-avatar{height:36px;width:36px}}.filter-title{font-weight:600}@media (max-width:600px){.filter-title{font-size:1rem}}@media (min-width:600px) and (max-width:960px){.filter-title{font-size:1.125rem}}.table-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff3;border-radius:16px}.table-header{background-color:#1976d205}.table-header-cell{border-bottom:2px solid #1976d21a;color:#1976d2;font-weight:600}.table-row{transition:all .2s ease}.table-row:hover{background-color:#1976d20a;transform:translateX(4px)}.table-row-highlighted{background-color:#2196f314;border-left:4px solid #2196f3}.table-row-highlighted:hover{background-color:#2196f31f}.status-chip-pending{background-color:#fff3e0;color:#f57c00}.status-chip-in_progress{background-color:#e3f2fd;color:#1976d2}.status-chip-completed{background-color:#e8f5e8;color:#2e7d32}.status-chip-cancelled{background-color:#ffebee;color:#d32f2f}.status-chip-on_hold{background-color:#f3e5f5;color:#7b1fa2}.urgency-chip-normal{background-color:#f5f5f5;color:#666}.urgency-chip-urgent{background-color:#ffebee;color:#d32f2f;font-weight:600}.type-chip-event{background-color:#e8f5e8;color:#2e7d32}.type-chip-web{background-color:#e3f2fd;color:#1976d2}.type-chip-technical{background-color:#fff3e0;color:#f57c00}.type-chip-graphic{background-color:#f3e5f5;color:#7b1fa2}.assignment-dialog .MuiDialog-paper{border-radius:16px;max-width:500px;width:100%}.assignment-dialog .MuiDialogTitle-root{font-weight:600;padding:24px 24px 16px}.assignment-dialog .MuiDialogContent-root{padding:0 24px 16px}.assignment-dialog .MuiDialogActions-root{gap:12px;padding:16px 24px 24px}@media (max-width:600px){.hide-on-mobile{display:none!important}}@media (min-width:600px){.show-on-mobile-only{display:none!important}}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-in-out}.skeleton-card{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.admin-dashboard-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:32px 24px}@media (max-width:600px){.admin-dashboard-container{padding:16px 8px}}@media (min-width:600px) and (max-width:960px){.admin-dashboard-container{padding:24px 16px}}.admin-header{margin-bottom:32px;text-align:center}@media (max-width:600px){.admin-header{margin-bottom:24px}}.admin-title{color:#fff;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px #0000004d}@media (max-width:600px){.admin-title{font-size:2rem}}@media (min-width:600px) and (max-width:960px){.admin-title{font-size:2.5rem}}@media (min-width:960px){.admin-title{font-size:3rem}}.admin-subtitle{color:#fffc;margin-bottom:24px}.admin-tabs-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;margin-bottom:24px}.admin-tabs{padding:8px}.admin-tab{border-radius:12px;color:#fffc;font-weight:600;margin:0 4px;text-transform:none;transition:all .3s ease}@media (max-width:600px){.admin-tab{font-size:.875rem;min-width:100px}}.admin-tab.Mui-selected{background:#fff3;color:#fff}.admin-tab:hover{background:#ffffff1a;color:#fff}.admin-stats-grid{gap:24px;margin-bottom:32px}@media (max-width:600px){.admin-stats-grid{gap:16px;margin-bottom:24px}}.admin-stats-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.admin-stats-card:hover{box-shadow:0 20px 60px #00000026;transform:translateY(-8px)}.admin-stats-content{padding:32px 24px;text-align:center}@media (max-width:600px){.admin-stats-content{padding:24px 16px}}.admin-stats-icon{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 24px #667eea4d;height:72px;margin:0 auto 16px;width:72px}@media (max-width:600px){.admin-stats-icon{height:60px;margin-bottom:12px;width:60px}}.admin-stats-number{color:#1a1a1a;font-weight:700;margin-bottom:8px}@media (max-width:600px){.admin-stats-number{font-size:2rem}}@media (min-width:600px) and (max-width:960px){.admin-stats-number{font-size:2.5rem}}@media (min-width:960px){.admin-stats-number{font-size:3rem}}.admin-stats-label{color:#666;font-weight:500;letter-spacing:.5px;text-transform:uppercase}@media (max-width:600px){.admin-stats-label{font-size:.75rem}}.admin-tab-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:20px;min-height:400px}.admin-tab-content{padding:32px}@media (max-width:600px){.admin-tab-content{padding:20px 16px}}@media (min-width:600px) and (max-width:960px){.admin-tab-content{padding:24px 20px}}.user-management-header{border-bottom:2px solid #667eea1a;margin-bottom:24px;padding-bottom:16px}.user-management-title{color:#1a1a1a;font-weight:600;margin-bottom:8px}@media (max-width:600px){.user-management-title{font-size:1.5rem}}.user-management-subtitle{color:#666}@media (max-width:600px){.user-management-subtitle{font-size:.875rem}}.user-actions-bar{gap:16px;margin-bottom:24px}@media (max-width:600px){.user-actions-bar{flex-direction:column;gap:12px}}.user-search-field{flex:1 1;max-width:400px}@media (max-width:600px){.user-search-field{max-width:none}}.add-user-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 16px #667eea4d;color:#fff;font-weight:600;padding:12px 24px;text-transform:none;transition:all .3s ease}.add-user-button:hover{box-shadow:0 8px 24px #667eea66;transform:translateY(-2px)}@media (max-width:600px){.add-user-button{padding:14px 24px;width:100%}}.mobile-user-card-content{padding:20px}.mobile-user-header{gap:16px;margin-bottom:16px}.mobile-user-info h6{color:#1a1a1a;font-weight:600;margin-bottom:4px}.mobile-user-info .MuiTypography-body2{color:#666}.mobile-user-details{gap:8px;margin-bottom:16px}.department-grid{gap:24px}@media (max-width:600px){.department-grid{gap:16px}}.department-card{background:#fff;border:1px solid #00000014;border-radius:20px;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.department-card:hover{box-shadow:0 16px 48px #0000001f;transform:translateY(-8px)}.department-card-content{display:flex;flex-direction:column;height:100%;padding:32px 24px;text-align:center}@media (max-width:600px){.department-card-content{padding:24px 16px}}.department-icon{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 24px #667eea4d;height:80px;margin:0 auto 20px;width:80px}@media (max-width:600px){.department-icon{height:64px;margin-bottom:16px;width:64px}}.department-name{color:#1a1a1a;font-weight:700;margin-bottom:8px}.department-description{color:#666;flex:1 1;margin-bottom:20px}.department-members{gap:8px;margin-bottom:20px}.member-chip{background:#667eea1a;border-radius:20px;color:#667eea;font-weight:500}.department-actions{gap:8px;justify-content:center}.reports-section{padding:24px}@media (max-width:600px){.reports-section{padding:16px}}.reports-header{margin-bottom:32px;text-align:center}@media (max-width:600px){.reports-header{margin-bottom:24px}}.reports-title{color:#1a1a1a;font-weight:600;margin-bottom:8px}.reports-subtitle{color:#666}.reports-controls{background:#667eea0d;border-radius:16px;gap:16px;margin-bottom:32px;padding:24px}@media (max-width:600px){.reports-controls{flex-direction:column;gap:12px;margin-bottom:24px;padding:16px}}.reports-export-buttons{gap:12px}@media (max-width:600px){.reports-export-buttons{width:100%}.reports-export-buttons .MuiButton-root{flex:1 1}}.analytics-grid{gap:24px;margin-bottom:32px}@media (max-width:600px){.analytics-grid{gap:16px;margin-bottom:24px}}.analytics-card{background:#fff;border:1px solid #00000014;border-radius:16px;transition:all .3s ease}.analytics-card:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-4px)}.analytics-card-content{padding:24px}@media (max-width:600px){.analytics-card-content{padding:16px}}.analytics-card-title{color:#1a1a1a;font-weight:600;margin-bottom:16px}.metrics-grid{gap:16px}@media (max-width:600px){.metrics-grid{gap:12px}}.metric-item{background:#667eea0d;border-radius:12px;padding:16px;text-align:center;transition:all .3s ease}.metric-item:hover{background:#667eea1a;transform:translateY(-2px)}@media (max-width:600px){.metric-item{padding:12px}}.metric-value{color:#667eea;font-weight:700;margin-bottom:4px}@media (max-width:600px){.metric-value{font-size:1.25rem}}.metric-label{color:#666;font-size:.875rem;letter-spacing:.5px;text-transform:uppercase}@media (max-width:600px){.metric-label{font-size:.75rem}}.admin-loading{align-items:center;display:flex;justify-content:center;min-height:200px}.admin-skeleton-grid{gap:24px}@media (max-width:600px){.admin-skeleton-grid{gap:16px}}.admin-error{color:#666;padding:48px 24px;text-align:center}@media (max-width:600px){.admin-error{padding:32px 16px}}.admin-error-icon{color:#ddd;font-size:64px;margin-bottom:16px}@media (max-width:600px){.admin-error-icon{font-size:48px}}.full-height{height:100%}.center-content{justify-content:center}.center-content,.space-between{align-items:center;display:flex}.space-between{justify-content:space-between}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}@media (max-width:600px){.auth-container{padding:16px}}.auth-paper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 60px #0000001a;max-width:480px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.auth-paper:hover{box-shadow:0 32px 80px #00000026;transform:translateY(-4px)}@media (max-width:600px){.auth-paper{border-radius:20px;margin:0;max-width:none}}.auth-content{padding:48px 40px}@media (max-width:600px){.auth-content{padding:32px 24px}}.auth-header{margin-bottom:40px;text-align:center}@media (max-width:600px){.auth-header{margin-bottom:32px}}.auth-logo{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 8px 24px #667eea4d;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}@media (max-width:600px){.auth-logo{border-radius:16px;height:64px;margin-bottom:16px;width:64px}}.auth-logo-icon{color:#fff;font-size:40px}@media (max-width:600px){.auth-logo-icon{font-size:32px}}.auth-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;color:#1a1a1a;font-weight:700;margin-bottom:8px}@media (max-width:600px){.auth-title{font-size:2rem}}@media (min-width:600px) and (max-width:960px){.auth-title{font-size:2.5rem}}@media (min-width:960px){.auth-title{font-size:3rem}}.auth-subtitle{color:#666;font-weight:400}@media (max-width:600px){.auth-subtitle{font-size:.875rem}}.auth-form{display:flex;flex-direction:column;gap:24px}@media (max-width:600px){.auth-form{gap:20px}}.auth-form-field{width:100%}.auth-form-field .MuiOutlinedInput-root{background:#fffc;border-radius:12px;transition:all .3s ease}.auth-form-field .MuiOutlinedInput-root:hover{background:#ffffffe6;box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}.auth-form-field .MuiOutlinedInput-root.Mui-focused{background:#fff;box-shadow:0 0 0 2px #667eea33}.auth-form-field .MuiInputLabel-root{color:#666;font-weight:500}.auth-form-field .MuiInputLabel-root.Mui-focused{color:#667eea}.auth-submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 16px #667eea4d;color:#fff;font-size:1rem;font-weight:600;margin-top:8px;padding:16px 24px;text-transform:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-submit-button:hover{background:linear-gradient(135deg,#5a6fd8,#6b42a3);box-shadow:0 8px 24px #667eea66;transform:translateY(-2px)}.auth-submit-button:active{transform:translateY(0)}.auth-submit-button.Mui-disabled{background:#ccc;box-shadow:none;color:#999;transform:none}@media (max-width:600px){.auth-submit-button{font-size:1rem;padding:18px 24px}}.auth-loading{align-items:center;display:flex;gap:8px;justify-content:center}.auth-loading .MuiCircularProgress-root{color:#fff;height:20px!important;width:20px!important}.auth-footer{border-top:1px solid #0000000f;margin-top:32px;padding-top:24px;text-align:center}@media (max-width:600px){.auth-footer{margin-top:24px;padding-top:20px}}.auth-footer-text{color:#666;margin-bottom:8px}@media (max-width:600px){.auth-footer-text{font-size:.875rem}}.auth-footer-link{color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease}.auth-footer-link:hover{color:#5a6fd8;text-decoration:underline}.auth-error{animation:shake .5s ease-in-out;background:#f443361a;border:1px solid #f4433633;border-radius:12px;color:#d32f2f;font-weight:500;margin-bottom:24px;padding:16px;text-align:center}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}@media (max-width:600px){.auth-error{font-size:.875rem;margin-bottom:20px;padding:12px}}.auth-success{animation:slideIn .5s ease-in-out;background:#4caf501a;border:1px solid #4caf5033;border-radius:12px;color:#2e7d32;font-weight:500;margin-bottom:24px;padding:16px;text-align:center}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-password-toggle{color:#666;transition:color .3s ease}.auth-password-toggle:hover{color:#667eea}.auth-role-selector{margin-top:8px}.auth-role-selector .MuiSelect-select{background:#fffc;border-radius:12px}.auth-role-selector .MuiOutlinedInput-root:hover{background:#ffffffe6}.auth-role-selector .MuiOutlinedInput-root.Mui-focused{background:#fff;box-shadow:0 0 0 2px #667eea33}.auth-company-field{position:relative}.auth-company-helper{color:#999;font-size:.75rem;font-style:italic;margin-top:4px}@media (max-width:480px){.auth-paper{border-radius:16px;margin:8px}.auth-content{padding:24px 20px}.auth-title{font-size:1.75rem}.auth-logo{border-radius:14px;height:56px;width:56px}.auth-logo-icon{font-size:28px}}.auth-form-enter{animation:formEnter .6s ease-out}@keyframes formEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-form-field:focus-within{position:relative;z-index:1}@media (prefers-contrast:high){.auth-paper{background:#fff;border:2px solid #000}.auth-title{-webkit-text-fill-color:#000;background:none}.auth-submit-button{background:#000;border:2px solid #000}}@media (prefers-reduced-motion:reduce){.auth-form-field .MuiOutlinedInput-root,.auth-paper,.auth-submit-button{transition:none}.auth-paper:hover,.auth-submit-button:hover{transform:none}.auth-error,.auth-form-enter,.auth-success{animation:none}}.mobile-table-container{padding:0;width:100%}.mobile-request-card{background:#fff;border:1px solid #00000014;border-radius:16px;margin-bottom:16px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-request-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.mobile-request-card.highlighted{background-color:#2196f30a;border-left:4px solid #2196f3;transform:translateX(2px)}.mobile-request-card.highlighted:hover{background-color:#2196f314}.mobile-card-content{padding:20px}.mobile-card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.mobile-card-header-left{flex:1 1;min-width:0}.mobile-card-header-right{flex-shrink:0}.mobile-request-number{color:#1976d2;font-size:1.1rem;font-weight:700;margin-bottom:4px}.mobile-request-number.highlighted{font-weight:800}.mobile-request-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-weight:600;line-height:1.3;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis}.mobile-chip-container{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.mobile-status-chip{border-radius:12px;font-size:.75rem;font-weight:600;height:24px}.mobile-status-chip.pending{background-color:#fff3e0;color:#f57c00}.mobile-status-chip.in_progress{background-color:#e3f2fd;color:#1976d2}.mobile-status-chip.completed{background-color:#e8f5e8;color:#2e7d32}.mobile-status-chip.cancelled{background-color:#ffebee;color:#d32f2f}.mobile-status-chip.on_hold{background-color:#f3e5f5;color:#7b1fa2}.mobile-type-chip{border-radius:12px;font-size:.75rem;font-weight:500;height:24px}.mobile-type-chip.event{background-color:#e8f5e8;color:#2e7d32}.mobile-type-chip.web{background-color:#e3f2fd;color:#1976d2}.mobile-type-chip.technical{background-color:#fff3e0;color:#f57c00}.mobile-type-chip.graphic{background-color:#f3e5f5;color:#7b1fa2}.mobile-urgency-chip{border-radius:12px;font-size:.75rem;font-weight:500;height:24px}.mobile-urgency-chip.normal{background-color:#f5f5f5;color:#666}.mobile-urgency-chip.urgent{background-color:#ffebee;color:#d32f2f;font-weight:600}.mobile-card-details{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.mobile-detail-row{align-items:center;color:#666;display:flex;font-size:.875rem;gap:8px}.mobile-detail-icon{color:#999;flex-shrink:0;font-size:16px}.mobile-detail-label{color:#333;font-weight:600;min-width:0}.mobile-detail-value{color:#666;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-card-actions{border-top:1px solid #0000000f;display:flex;gap:8px;justify-content:flex-end;padding-top:16px}.mobile-action-button{border-radius:8px;font-size:.875rem;font-weight:600;min-width:auto;padding:8px 16px;text-transform:none;transition:all .3s ease}.mobile-view-button{background-color:#1976d2;color:#fff}.mobile-view-button:hover{background-color:#1565c0;box-shadow:0 4px 12px #1976d24d;transform:translateY(-1px)}.mobile-assign-button{background-color:#2e7d32;color:#fff}.mobile-assign-button:hover{background-color:#1b5e20;box-shadow:0 4px 12px #2e7d324d;transform:translateY(-1px)}.mobile-skeleton-card{background:#fff;border:1px solid #00000014;border-radius:16px;margin-bottom:16px;padding:20px}.mobile-skeleton-header{display:flex;justify-content:space-between;margin-bottom:16px}.mobile-skeleton-chips{display:flex;gap:8px;margin-bottom:16px}.mobile-skeleton-details{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.mobile-skeleton-actions{border-top:1px solid #0000000f;display:flex;gap:8px;justify-content:flex-end;padding-top:16px}.mobile-empty-state{color:#666;padding:48px 24px;text-align:center}.mobile-empty-icon{color:#ddd;font-size:64px;margin-bottom:16px}.mobile-empty-title{color:#333;font-weight:600;margin-bottom:8px}.mobile-empty-subtitle{color:#999;font-size:.875rem}.mobile-reports-container{padding:16px}.mobile-reports-header{margin-bottom:24px;text-align:center}.mobile-reports-title{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:8px}.mobile-reports-subtitle{color:#666;font-size:.875rem}.mobile-expandable-section{background:#fff;border:1px solid #00000014;border-radius:12px;margin-bottom:16px;overflow:hidden}.mobile-section-header{align-items:center;background:#1976d205;border-bottom:1px solid #0000000f;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;transition:all .3s ease}.mobile-section-header:hover{background:#1976d20a}.mobile-section-header.expanded{background:#1976d20f}.mobile-section-title{align-items:center;color:#1976d2;display:flex;font-weight:600;gap:8px}.mobile-section-content{padding:20px}.mobile-section-content.collapsed{display:none}.mobile-controls-section{background:#1976d20d;border-radius:12px;margin-bottom:24px;padding:16px}.mobile-controls-title{align-items:center;color:#1976d2;display:flex;font-weight:600;gap:8px;margin-bottom:16px}.mobile-controls-grid{display:flex;flex-direction:column;gap:12px}.mobile-export-buttons{display:flex;gap:8px;margin-top:16px}.mobile-export-button{border-radius:8px;flex:1 1;font-size:.875rem;font-weight:600;padding:12px;text-transform:none}.mobile-chart-card{background:#fff;border:1px solid #00000014;border-radius:12px;margin-bottom:16px;padding:16px}.mobile-chart-title{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:16px}.mobile-chart-placeholder{align-items:center;background:#1976d20d;border-radius:8px;color:#666;display:flex;font-style:italic;height:200px;justify-content:center}.mobile-metrics-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.mobile-metric-card{background:#1976d20d;border-radius:12px;padding:16px;text-align:center;transition:all .3s ease}.mobile-metric-card:hover{background:#1976d214;transform:translateY(-2px)}.mobile-metric-value{color:#1976d2;font-size:1.25rem;font-weight:700;margin-bottom:4px}.mobile-metric-label{color:#666;font-size:.75rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.mobile-user-card{background:#fff;border:1px solid #00000014;border-radius:16px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.mobile-user-card:hover{transform:translateY(-2px)}.mobile-user-card.expanded,.mobile-user-card:hover{box-shadow:0 8px 24px #0000001f}.mobile-user-card-header{align-items:center;cursor:pointer;display:flex;gap:16px;padding:20px}.mobile-user-avatar{background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0;font-weight:600;height:56px;width:56px}.mobile-user-info{flex:1 1;min-width:0}.mobile-user-name{color:#1a1a1a;font-weight:600;margin-bottom:4px}.mobile-user-email,.mobile-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-user-email{color:#666;font-size:.875rem}.mobile-user-expand-icon{color:#999;flex-shrink:0;transition:transform .3s ease}.mobile-user-expand-icon.expanded{transform:rotate(180deg)}.mobile-user-details{border-top:1px solid #0000000f;margin-top:-1px;padding:0 20px 20px}.mobile-user-details-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;padding-top:16px}.mobile-user-detail-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.mobile-user-detail-label{color:#666;font-size:.875rem;font-weight:600}.mobile-user-detail-value{color:#1a1a1a;flex:1 1;font-size:.875rem;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.mobile-user-actions{border-top:1px solid #0000000f;display:flex;gap:8px;justify-content:flex-end;padding-top:16px}.mobile-user-action-button{border-radius:8px;font-size:.75rem;font-weight:600;min-width:auto;padding:8px 12px;text-transform:none}.mobile-department-card{background:#fff;border:1px solid #00000014;border-radius:16px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.mobile-department-card:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-4px)}.mobile-department-card.expanded{box-shadow:0 8px 24px #0000001f}.mobile-department-header{cursor:pointer;padding:24px 20px;text-align:center}.mobile-department-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 24px #667eea4d;color:#fff;display:flex;font-size:24px;height:64px;justify-content:center;margin:0 auto 16px;width:64px}.mobile-department-name{color:#1a1a1a;font-size:1.125rem;font-weight:700;margin-bottom:8px}.mobile-department-description{color:#666;font-size:.875rem;line-height:1.4;margin-bottom:16px}.mobile-department-member-count{color:#1976d2;font-size:.875rem;font-weight:600}.mobile-department-details{border-top:1px solid #0000000f;margin-top:-1px;padding:0 20px 20px}.mobile-department-members{margin-bottom:16px;padding-top:16px}.mobile-department-members-title{color:#333;font-size:.875rem;font-weight:600;margin-bottom:12px}.mobile-department-members-list{display:flex;flex-wrap:wrap;gap:8px}.mobile-member-chip{background:#667eea1a;border-radius:20px;color:#667eea;font-size:.75rem;font-weight:500;padding:4px 12px}.mobile-department-actions{border-top:1px solid #0000000f;display:flex;gap:8px;justify-content:center;padding-top:16px}@media (max-width:480px){.mobile-card-content{padding:16px}.mobile-request-number{font-size:1rem}.mobile-request-title{font-size:.9rem}.mobile-chip-container{gap:6px}.mobile-status-chip,.mobile-type-chip,.mobile-urgency-chip{font-size:.7rem;height:22px}.mobile-detail-row{font-size:.8rem}.mobile-metrics-grid{grid-template-columns:1fr}.mobile-department-header,.mobile-user-card-header{padding:16px}.mobile-department-icon,.mobile-user-avatar{height:48px;width:48px}.mobile-department-icon{border-radius:12px;font-size:20px}}@media (prefers-color-scheme:dark){.mobile-chart-card,.mobile-department-card,.mobile-expandable-section,.mobile-request-card,.mobile-user-card{background:#1e1e1e;border-color:#ffffff1a}.mobile-department-name,.mobile-request-title,.mobile-user-name{color:#fff}.mobile-department-description,.mobile-detail-value,.mobile-user-email{color:#ccc}.mobile-section-header{background:#ffffff05}.mobile-section-header:hover{background:#ffffff0a}}*{box-sizing:border-box;margin:0;padding:0}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,Helvetica,Arial,sans-serif;height:100%;overflow-x:hidden}#root{display:flex;flex-direction:column;height:100%}.full-width{width:100%!important}.full-height{height:100%!important}.center,.flex-center{align-items:center;display:flex;justify-content:center}.flex-between{align-items:center;display:flex;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.m-0{margin:0!important}.m-1{margin:8px!important}.m-2{margin:16px!important}.m-3{margin:24px!important}.m-4{margin:32px!important}.mt-0{margin-top:0!important}.mt-1{margin-top:8px!important}.mt-2{margin-top:16px!important}.mt-3{margin-top:24px!important}.mt-4{margin-top:32px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:8px!important}.mb-2{margin-bottom:16px!important}.mb-3{margin-bottom:24px!important}.mb-4{margin-bottom:32px!important}.ml-0{margin-left:0!important}.ml-1{margin-left:8px!important}.ml-2{margin-left:16px!important}.ml-3{margin-left:24px!important}.ml-4{margin-left:32px!important}.mr-0{margin-right:0!important}.mr-1{margin-right:8px!important}.mr-2{margin-right:16px!important}.mr-3{margin-right:24px!important}.mr-4{margin-right:32px!important}.p-0{padding:0!important}.p-1{padding:8px!important}.p-2{padding:16px!important}.p-3{padding:24px!important}.p-4{padding:32px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:8px!important}.pt-2{padding-top:16px!important}.pt-3{padding-top:24px!important}.pt-4{padding-top:32px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:8px!important}.pb-2{padding-bottom:16px!important}.pb-3{padding-bottom:24px!important}.pb-4{padding-bottom:32px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:8px!important}.pl-2{padding-left:16px!important}.pl-3{padding-left:24px!important}.pl-4{padding-left:32px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:8px!important}.pr-2{padding-right:16px!important}.pr-3{padding-right:24px!important}.pr-4{padding-right:32px!important}.text-primary{color:#1976d2!important}.text-secondary{color:#666!important}.text-success{color:#2e7d32!important}.text-warning{color:#f57c00!important}.text-error{color:#d32f2f!important}.text-white{color:#fff!important}.text-black{color:#000!important}.bg-primary{background-color:#1976d2!important}.bg-secondary{background-color:#666!important}.bg-success{background-color:#2e7d32!important}.bg-warning{background-color:#f57c00!important}.bg-error{background-color:#d32f2f!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:initial!important}.border{border:1px solid #ddd!important}.border-top{border-top:1px solid #ddd!important}.border-bottom{border-bottom:1px solid #ddd!important}.border-left{border-left:1px solid #ddd!important}.border-right{border-right:1px solid #ddd!important}.border-none{border:none!important}.rounded{border-radius:8px!important}.rounded-sm{border-radius:4px!important}.rounded-lg{border-radius:12px!important}.rounded-xl{border-radius:16px!important}.rounded-full{border-radius:50%!important}.shadow-sm{box-shadow:0 2px 4px #0000000d!important}.shadow{box-shadow:0 4px 8px #0000001a!important}.shadow-lg{box-shadow:0 8px 16px #00000026!important}.shadow-xl{box-shadow:0 16px 32px #0003!important}.shadow-none{box-shadow:none!important}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.sticky{position:sticky!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}@media (max-width:600px){.d-sm-none{display:none!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}}@media (min-width:600px) and (max-width:960px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}}@media (min-width:960px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.overflow-hidden{overflow:hidden!important}.overflow-scroll{overflow:scroll!important}.overflow-auto{overflow:auto!important}.overflow-visible{overflow:visible!important}.z-0{z-index:0!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-50{z-index:50!important}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#0000004d}::selection{background-color:#1976d2;color:#fff}::-moz-selection{background-color:#1976d2;color:#fff}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #1976d2;outline-offset:2px}@media print{.no-print{display:none!important}body{font-size:12pt;line-height:1.4}h1,h2,h3,h4,h5,h6{break-after:avoid;page-break-after:avoid}img{max-width:100%!important}@page{margin:1in}}@media (prefers-contrast:high){.shadow,.shadow-lg,.shadow-sm,.shadow-xl{border:2px solid #000!important;box-shadow:none!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme:dark){::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d}::-webkit-scrollbar-thumb:hover{background:#ffffff80}}
/*# sourceMappingURL=main.633ee084.css.map*/