.error-boundary{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);z-index:10000}.error-boundary .error-boundary-container{background:#fff;border-radius:.75rem;padding:2rem;max-width:500px;width:90%;text-align:center;box-shadow:0 10px 15px #0000001a;border:1px solid #e2e8f0}@media (max-width: 767px){.error-boundary .error-boundary-container{padding:1.5rem;max-width:95%}}.error-boundary .error-icon{font-size:64px;margin-bottom:1rem}@media (max-width: 767px){.error-boundary .error-icon{font-size:48px;margin-bottom:.75rem}}.error-boundary .error-title{color:#1a202c;font-weight:600;margin-bottom:.75rem}@media (max-width: 767px){.error-boundary .error-title{font-size:1.25rem}}.error-boundary .error-description{color:#718096;margin-bottom:1.5rem;line-height:1.6}@media (max-width: 767px){.error-boundary .error-description{font-size:.875rem;margin-bottom:1rem}}.error-boundary .error-actions{display:flex;gap:.75rem;justify-content:center;margin-bottom:1rem}@media (max-width: 767px){.error-boundary .error-actions{flex-direction:column;gap:.5rem}}.error-boundary .error-button{min-width:120px}.error-boundary .error-button.primary{background:#009688}.error-boundary .error-button.primary:hover{background:#00695c}.error-boundary .error-button.secondary{color:#009688;border-color:#009688}.error-boundary .error-button.secondary:hover{background:#0096880a}@media (max-width: 767px){.error-boundary .error-button{width:100%;min-width:unset}}.error-boundary .error-details{margin-top:1rem;text-align:left;background:#f8f9fa;border-radius:.25rem;padding:.75rem}.error-boundary .error-details summary{cursor:pointer;font-weight:500;color:#718096;margin-bottom:.5rem}.error-boundary .error-details summary:hover{color:#1a202c}.error-boundary .error-details .error-stack,.error-boundary .error-details .error-component-stack{font-family:Monaco,Menlo,monospace;font-size:.75rem;color:#718096;background:#fff;padding:.5rem;border-radius:.125rem;overflow-x:auto;margin:.25rem 0;border:1px solid #e2e8f0}.error-boundary{animation:errorBoundaryFadeIn .3s ease-out}@keyframes errorBoundaryFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.app-loading,.app-error{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);z-index:9999}.app-loading .loading-container,.app-loading .error-container,.app-error .loading-container,.app-error .error-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:400px;padding:2rem 1.5rem;text-align:center}@media (max-width: 767px){.app-loading .loading-container,.app-loading .error-container,.app-error .loading-container,.app-error .error-container{gap:1rem;padding:1.5rem 1rem;max-width:90%}}.app-loading .logo-container{margin-bottom:1rem}.app-loading .logo-container .loading-logo{height:80px;width:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}@media (max-width: 767px){.app-loading .logo-container .loading-logo{height:60px}}.app-loading .loading-content{width:100%;max-width:300px;display:flex;flex-direction:column;gap:.75rem}.app-loading .loading-progress{width:100%;height:6px;border-radius:3px;background-color:#ffffff4d}.app-loading .loading-progress .MuiLinearProgress-bar{border-radius:3px;background:linear-gradient(90deg,#009688,#26a69a)}.app-loading .loading-message{font-weight:500;color:#1a202c;font-size:1rem}@media (max-width: 767px){.app-loading .loading-message{font-size:.875rem}}.app-loading .loading-hint{color:#718096;font-size:.75rem;opacity:.8}.app-error .error-container{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px #0000001a;border:1px solid #e2e8f0}.app-error .error-icon{font-size:48px;margin-bottom:.5rem}.app-error .error-title{color:#1a202c;font-weight:600;margin-bottom:.5rem}.app-error .error-message{color:#718096;margin-bottom:1rem;line-height:1.5}.app-error .retry-button{background:#009688;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.app-error .retry-button:hover{background:#00695c;transform:translateY(-1px)}.app-error .retry-button:active{transform:translateY(0)}.app-loading,.app-error{opacity:0;animation:fadeInApp .3s ease-out forwards}@keyframes fadeInApp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.loading-logo{animation:logoBreath 2s ease-in-out infinite alternate}@keyframes logoBreath{0%{transform:scale(1);opacity:1}to{transform:scale(1.05);opacity:.9}}.sidebar{flex-shrink:0!important;transition:width .3s ease!important}.sidebar.open,.sidebar.open .sidebar-paper{width:280px!important}.sidebar.closed{width:0!important}.sidebar.closed .sidebar-paper{width:0!important;overflow:hidden!important}.sidebar.collapsed,.sidebar.collapsed .sidebar-paper{width:80px!important}.sidebar-paper{border-right:none!important;box-shadow:0 10px 15px #0000001a!important;background:#fff!important;overflow:visible!important;position:relative;width:280px!important;box-sizing:border-box!important;border:none!important;overflow-x:hidden!important;pointer-events:auto!important}@media (max-width: 767px){.sidebar-paper{position:fixed!important;z-index:1301!important;height:100vh!important;box-shadow:0 8px 32px #0003!important;transform:none!important}}@media (min-width: 768px){.sidebar-paper{position:relative!important;z-index:1200!important;height:100%!important;box-shadow:2px 0 8px #0000001a!important}.sidebar-paper.closed{transform:translate(-100%)!important;transition:transform .3s ease!important}.sidebar-paper.open{transform:translate(0)!important;transition:transform .3s ease!important}}.sidebar-paper:before{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(0,150,136,.1) 0%,rgba(0,150,136,.05) 50%,transparent 100%);z-index:1}.sidebar-paper.collapsed{overflow:visible!important}@media (max-width: 767px){.sidebar-paper{width:280px!important;box-shadow:0 20px 25px #0000001a}}.sidebar-header{display:flex;align-items:center;min-height:72px;max-height:72px;height:72px;padding:0 20px;background:#fff;border-bottom:none;position:relative}.sidebar-header.collapsed{justify-content:center;padding:0 16px}.sidebar-header .brand-container{display:flex;align-items:center;gap:12px;flex:1}.sidebar-header .sidebar-logo{height:32px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.sidebar-header .sidebar-name{height:22px;width:auto;object-fit:contain}.sidebar-header .collapse-button,.sidebar-header .expand-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:.25rem;background:#f8fafc;cursor:pointer;transition:all .2s ease;color:#718096}.sidebar-header .collapse-button:hover,.sidebar-header .expand-button:hover{background:#009688;color:#fff;transform:scale(1.05)}.sidebar-header .collapse-button svg,.sidebar-header .expand-button svg{font-size:18px}.sidebar-header .collapsed-header{display:flex;flex-direction:column;align-items:center;gap:8px}.sidebar-header .collapsed-logo{border:2px solid #f1f5f9;background:#fff}.sidebar-divider{margin:0!important;background-color:transparent!important;border:none!important;height:0!important}.sidebar-profile{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#f8fafc,#00968805);border-bottom:1px solid #f1f5f9;position:relative}.sidebar-profile .profile-avatar{background:linear-gradient(135deg,#009688,#26a69a)!important;box-shadow:0 2px 8px #0096884d;width:40px!important;height:40px!important;font-weight:600;font-size:16px}.sidebar-profile .profile-info{flex:1;min-width:0}.sidebar-profile .profile-info .profile-name{font-weight:600;color:#1a202c;line-height:1.4}.sidebar-profile .profile-info .profile-role{color:#718096;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.sidebar-list{padding:12px 8px!important;flex:1}.sidebar-list.collapsed{padding:12px 4px!important}.sidebar-item{border-radius:.5rem!important;margin:2px 0!important;min-height:48px!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden;justify-content:initial!important;padding-left:1rem!important;padding-right:1rem!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-user-select:none!important;user-select:none!important;-webkit-tap-highlight-color:transparent!important}.sidebar-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:#009688;border-radius:0 4px 4px 0;transition:all .3s ease}.sidebar-item:hover{background:#0096880a!important;transform:translate(4px);box-shadow:0 2px 8px #00968826}.sidebar-item:hover:before{height:16px;opacity:.6}.sidebar-item:hover .sidebar-icon{color:#009688;transform:scale(1.1) rotate(5deg);background:#00968814;border-radius:.25rem;padding:2px}.sidebar-item:hover .sidebar-label{color:#1a202c;font-weight:500;transform:translate(2px)}.sidebar-item.active{background:linear-gradient(135deg,#00968814,#0096880a)!important;color:#009688!important}.sidebar-item.active:before{height:24px}.sidebar-item.active .sidebar-icon{color:#009688!important;background:#0096881a;border-radius:.25rem;padding:4px}.sidebar-item.active .sidebar-label{color:#009688!important;font-weight:600!important}.sidebar-item.soon{opacity:.6;cursor:not-allowed}.sidebar-item.soon:hover{transform:none;background:transparent!important}.sidebar-item.soon:hover .sidebar-icon{transform:none;color:#a0aec0}.sidebar-item.collapsed{justify-content:center!important;margin:4px 0!important}.sidebar-item.collapsed:hover{transform:none}.sidebar-item.collapsed:before{display:none}.sidebar-icon{color:#718096!important;transition:all .2s ease!important;display:flex;align-items:center;justify-content:center;position:relative;min-width:40px!important;margin-right:.5rem!important}.sidebar-icon.active{color:#009688!important}.sidebar-icon svg{font-size:20px}.sidebar-badge{position:absolute!important;top:-4px!important;right:-4px!important;min-width:20px!important;height:20px!important;font-size:.75rem!important}.sidebar-label{color:#718096!important;font-size:.875rem!important;font-weight:500!important;transition:all .2s ease!important}.sidebar-label.active{color:#009688!important;font-weight:600!important}.item-indicators{display:flex;align-items:center;gap:8px}.sidebar-badge{background:#009688!important;color:#fff!important;font-size:.7rem!important;height:20px!important;min-width:20px!important;font-weight:600!important;border-radius:10px!important;box-shadow:0 2px 4px #0096884d!important}.sidebar-chip{background:#a0aec01a!important;color:#a0aec0!important;border:1px solid rgba(160,174,192,.3)!important;font-size:.7rem!important;height:20px!important;font-weight:500!important;text-transform:uppercase;letter-spacing:.5px}.sidebar-chip:hover{background:#a0aec026!important}@media (max-width: 768px){.sidebar-header{min-height:64px;max-height:64px;height:64px;padding:0 16px}.sidebar-header .sidebar-logo{height:32px}.sidebar-header .sidebar-name{height:24px}.sidebar-profile{padding:12px 16px}.sidebar-profile .profile-avatar{width:36px!important;height:36px!important;font-size:14px}.sidebar-profile .profile-name{font-size:.875rem}.sidebar-profile .profile-role{font-size:.7rem}.sidebar-list{padding:8px 6px!important}.sidebar-item{margin:1px 0!important;padding:0 12px!important}.sidebar-icon svg{font-size:18px}.sidebar-label{font-size:.8rem!important}}@media (min-width: 769px) and (max-width: 1024px){.sidebar-paper,.sidebar.open .sidebar-paper{width:240px!important}}@media (-webkit-min-device-pixel-ratio: 2){.sidebar-logo,.sidebar-name{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-color-scheme: dark){.sidebar-paper{background:#fff!important}}.sidebar .MuiBackdrop-root{pointer-events:none!important}@media (max-width: 767px){.sidebar .MuiBackdrop-root{pointer-events:auto!important}}@media (prefers-reduced-motion: reduce){.sidebar-item,.sidebar-icon,.sidebar-label,.collapse-button,.expand-button{transition:none!important;animation:none!important}.sidebar-item:hover{transform:none!important}}.header{background:#fff!important;border-bottom:1px solid #e2e8f0!important;box-shadow:0 4px 6px #00000012!important;position:sticky!important;top:0;z-index:1100!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2!important;color:#1a202c!important}.header .header-toolbar{min-height:72px!important;max-height:72px!important;height:72px!important;padding:0 1.5rem!important;display:flex;align-items:center;justify-content:space-between;position:relative}@media (max-width: 767px){.header .header-toolbar{min-height:64px!important;max-height:64px!important;height:64px!important;padding:0 1rem!important}}.header .header-left{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:1rem;flex:1}.header .header-left .menu-button{background:#0096881a!important;border-radius:.5rem!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;color:#009688!important}.header .header-left .menu-button:hover{background:#00968833!important;transform:scale(1.05)}@media (max-width: 767px){.header .header-left .menu-button{padding:.5rem;background:#0096880d!important}}.header .header-left .back-button{border:1px solid #009688!important;background:#0096881a!important;border-radius:50%!important;color:#009688!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;width:36px!important;height:36px!important;padding:0!important}.header .header-left .back-button:hover{background:#00968833!important;color:#00695c!important;transform:scale(1.05);box-shadow:0 4px 12px #00968833!important}.header .header-left .back-button:active{transform:scale(.95);box-shadow:0 2px 6px #0096884d!important}@media (max-width: 767px){.header .header-left .back-button{width:36px!important;height:36px!important}}.header .header-left .header-title{font-size:1.5rem;font-weight:800;line-height:1.2;color:#1a202c;margin:0;background:linear-gradient(135deg,#009688,#26a69a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,150,136,.1)}@media (max-width: 767px){.header .header-left .header-title{font-size:1.25rem!important}}.header .header-center{flex:1;display:flex;align-items:center;justify-content:center;max-width:500px;margin:0 auto}.header .header-center .search-container{display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:.75rem;padding:0 1rem;width:100%;max-width:400px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.header .header-center .search-container:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(0,150,136,.1) 50%,transparent 100%);transition:transform .2s cubic-bezier(.4,0,.2,1)}.header .header-center .search-container:hover{transition:all .2s cubic-bezier(.4,0,.2,1)}.header .header-center .search-container:hover:hover{transform:translateY(-1px);box-shadow:0 10px 15px #0000001a}.header .header-center .search-container:hover:before{left:100%}.header .header-center .search-container:focus-within{border-color:#009688;background:#fff;transform:translateY(-1px)}.header .header-center .search-container:focus-within:focus{outline:3px solid #009688;outline-offset:0}.header .header-center .search-container:focus-within:before{left:100%}.header .header-center .search-container .search-icon{color:#718096;font-size:1.25rem;margin-right:.75rem;transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}.header .header-center .search-container .search-input{flex:1;border:none;outline:none;background:transparent;font-size:.875rem;color:#1a202c;padding:.75rem 0}.header .header-center .search-container .search-input::placeholder{color:#718096}.header .header-center .search-container .search-input:focus+.search-icon{color:#009688}.header .header-right{display:flex;align-items:center;justify-content:center;justify-content:flex-end;gap:.5rem;flex:1}@media (max-width: 767px){.header .header-right{gap:.25rem}}.header .header-right .search-button-mobile{background:#71809614!important;color:#718096!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.header .header-right .search-button-mobile:hover{background:#0096881a!important;color:#009688!important;transform:scale(1.05)}.header .header-right .notification-button{background:#71809614!important;color:#718096!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;position:relative}.header .header-right .notification-button:hover{background:#0096881a!important;color:#009688!important;transform:scale(1.05)}.header .header-right .notification-button .MuiBadge-badge{background:#009688!important;color:#fff!important;font-size:.75rem!important;height:18px!important;min-width:18px!important;border:2px solid #ffffff;box-shadow:0 1px 2px #0000000d}.header .header-right .profile-section .profile-button{border-radius:.75rem!important;padding:.5rem .75rem!important;background:#7180960d!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;min-width:auto!important;text-transform:none!important;color:#1a202c!important}.header .header-right .profile-section .profile-button:hover{background:#0096881a!important;transition:all .2s cubic-bezier(.4,0,.2,1)}.header .header-right .profile-section .profile-button:hover:hover{transform:translateY(-1px);box-shadow:0 4px 6px #00000012}@media (max-width: 767px){.header .header-right .profile-section .profile-button{min-width:auto!important;padding:.25rem!important}}@media (min-width: 768px){.header .header-right .profile-section .profile-button{min-width:120px!important;padding:0 1rem!important}}.header .header-right .profile-section .profile-button .profile-avatar{background:linear-gradient(135deg,#009688,#26a69a)!important;font-weight:600!important;box-shadow:0 2px 8px #0096884d!important;width:36px!important;height:36px!important;font-size:1rem!important}@media (max-width: 767px){.header .header-right .profile-section .profile-button .profile-avatar{width:32px!important;height:32px!important;font-size:.875rem!important}}.header .header-right .profile-section .profile-button .profile-info{margin:0 .5rem;text-align:left}@media (max-width: 767px){.header .header-right .profile-section .profile-button{padding:.5rem!important;background:transparent!important}}.profile-menu{border:1px solid #f1f5f9!important;background:#fff!important;overflow:visible!important}.profile-menu .profile-menu-header{display:flex;align-items:center;gap:12px;padding:20px;background:linear-gradient(135deg,#f8fafc,#00968805);border-radius:16px 16px 0 0}.profile-menu .profile-menu-header .MuiAvatar-root{background:linear-gradient(135deg,#009688,#26a69a)!important;box-shadow:0 4px 12px #0096884d!important;width:48px!important;height:48px!important}.profile-menu .menu-item{padding:12px 20px!important;transition:all .2s ease!important;border-radius:0!important;margin:0 8px!important;border-radius:.5rem!important}.profile-menu .menu-item:hover{background:#0096880a!important;transform:translate(4px)}.profile-menu .menu-item .MuiListItemIcon-root{color:#718096!important;min-width:36px!important;transition:color .2s ease!important}.profile-menu .menu-item:hover .MuiListItemIcon-root{color:#009688!important}.profile-menu .menu-item .MuiListItemText-primary{font-weight:500!important;color:#1a202c!important}.profile-menu .menu-item.logout{margin-top:4px}.profile-menu .menu-item.logout:hover{background:#ef44440a!important}.profile-menu .menu-item.logout:hover .MuiListItemIcon-root,.profile-menu .menu-item.logout:hover .MuiListItemText-primary{color:#ef4444!important}.notification-menu{border:1px solid #f1f5f9!important;background:#fff!important}.notification-menu .notification-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.notification-menu .notification-header .MuiButton-root{color:#009688!important;font-weight:600!important;text-transform:none!important}.notification-menu .notification-header .MuiButton-root:hover{background:#0096880a!important}.notification-menu .notification-list{max-height:300px;overflow-y:auto}.notification-menu .notification-list .notification-item{padding:16px 20px!important;border-bottom:1px solid #f1f5f9;transition:all .2s ease!important;border-radius:0!important}.notification-menu .notification-list .notification-item:hover{background:#f8fafc!important}.notification-menu .notification-list .notification-item:last-child{border-bottom:none}.notification-menu .notification-list .notification-item .notification-content{display:flex;flex-direction:column;gap:4px;width:100%}.notification-menu .notification-list .notification-item .notification-content .notification-time{align-self:flex-end;font-size:.75rem!important;margin-top:4px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-menu,.notification-menu{animation:slideDown .2s cubic-bezier(.4,0,.2,1)}@media (max-width: 767px){.header .header-toolbar{padding:0 .75rem!important}.header .header-left{gap:.75rem}.header .header-right{gap:.25rem}.header .profile-menu .profile-menu-header{padding:1rem}.header .profile-menu .menu-item{padding:.5rem 1rem!important;margin:0 .25rem!important}.header .notification-menu .notification-header{padding:.75rem 1rem}.header .notification-menu .notification-list .notification-item{padding:.75rem 1rem!important}}@media (min-width: 768px) and (max-width: 1023px){.header-center,.header-center .search-container{max-width:300px}}@media (min-width: 1280px){.header .header-toolbar{padding:0 2rem!important}.header .header-center{max-width:600px}.header .header-center .search-container{max-width:500px}}@media (prefers-contrast: high){.header{border-bottom:2px solid #1a202c!important}.menu-button,.notification-button,.search-button-mobile{border:1px solid #718096!important}.search-container{border:2px solid #718096!important}}@media (prefers-reduced-motion: reduce){.header .menu-button,.header .notification-button,.header .profile-button,.header .search-button-mobile,.header .search-container{transition:none!important}.profile-menu,.notification-menu{animation:none!important}.menu-item{transition:none!important}.menu-item:hover{transform:none!important}}@media (prefers-color-scheme: dark){.header{background:#fffffff2!important}}.mobile-bottom-nav{display:block}@media (min-width: 768px){.mobile-bottom-nav{display:none}}.mobile-bottom-nav .bottom-nav-paper{border-top:1px solid #e2e8f0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffffff2;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:1000!important;box-shadow:0 10px 15px #0000001a}.mobile-bottom-nav .bottom-navigation{position:relative;overflow:hidden;height:64px!important;background:#fff!important}.mobile-bottom-nav .bottom-navigation .MuiBottomNavigationAction-root{min-width:auto!important;padding:4px 8px 6px!important;color:#718096!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}.mobile-bottom-nav .bottom-navigation .MuiBottomNavigationAction-root.Mui-selected{color:#009688!important}.mobile-bottom-nav .bottom-navigation .MuiBottomNavigationAction-label{font-size:.65rem!important;font-weight:500!important;margin-top:1px!important;opacity:1!important}.mobile-bottom-nav .bottom-navigation .MuiBottomNavigationAction-label.Mui-selected{font-size:.65rem!important;font-weight:600!important}.mobile-bottom-nav .bottom-navigation:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,150,136,.2),transparent)}.mobile-bottom-nav .bottom-nav-action{position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.mobile-bottom-nav .bottom-nav-action .MuiBottomNavigationAction-label{opacity:1!important;font-size:.65rem;font-weight:500;margin-top:1px;transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}.mobile-bottom-nav .bottom-nav-action.Mui-selected .MuiBottomNavigationAction-label{font-weight:600}.mobile-bottom-nav .bottom-nav-action.Mui-selected:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:2rem;height:3px;background:#009688;border-radius:0 0 .125rem .125rem}.mobile-bottom-nav .bottom-nav-action:hover{background:#0096881a}.mobile-bottom-nav .bottom-nav-action .MuiSvgIcon-root{font-size:1.125rem;transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}.mobile-bottom-nav .safe-area-padding{height:env(safe-area-inset-bottom,0px);background:#fff;position:fixed;bottom:0;left:0;right:0;z-index:1400;pointer-events:none}@media (max-width: 767px){.page-content{margin-bottom:0!important}.main-content{height:100vh!important;overflow:hidden!important}.content-container{overflow-y:auto!important;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}}@media (prefers-color-scheme: dark){.mobile-bottom-nav .bottom-nav-paper{background:#718096f2;border-top-color:#ffffff1f}.mobile-bottom-nav .safe-area-padding{background:#1a202c}}@media (prefers-contrast: high){.mobile-bottom-nav .bottom-nav-paper{border-top-width:1px;border-top-color:#a0aec0}.mobile-bottom-nav .bottom-nav-action.Mui-selected:before{height:4px;background:#1a202c}}@media (prefers-reduced-motion: reduce){.mobile-bottom-nav .bottom-nav-action,.mobile-bottom-nav .bottom-nav-action .MuiSvgIcon-root,.mobile-bottom-nav .bottom-nav-action .MuiBottomNavigationAction-label{transition:none}}.dashboard-layout{display:flex;align-items:center;justify-content:center}.dashboard-layout{align-items:stretch;height:100vh;background:#fff;position:relative;overflow:hidden;width:100vw}.dashboard-layout .main-content{flex:1;display:flex;flex-direction:column}.dashboard-layout .main-content{height:100vh;position:relative;min-width:0;overflow:hidden}.dashboard-layout .main-content .page-content{flex:1;position:relative;overflow-x:hidden;overflow-y:auto;height:calc(100vh - 72px)}.dashboard-layout .main-content .page-content .background-pattern{position:absolute;inset:0;opacity:.02;pointer-events:none;z-index:0;background-image:radial-gradient(circle at 25% 25%,#009688 0%,transparent 50%),radial-gradient(circle at 75% 75%,#26a69a 0%,transparent 50%)}.dashboard-layout .main-content .page-content .content-container{position:relative;z-index:1;min-width:0;width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (max-width: 767px){.dashboard-layout .main-content .page-content .content-container{padding-left:1rem;padding-right:1rem}}.dashboard-layout .sidebar-backdrop{position:fixed;inset:0;background-color:#1a202c80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:fadeIn .2s ease-out}.dashboard-layout .sidebar-backdrop{z-index:1400;opacity:0;cursor:pointer}@media (min-width: 768px){.dashboard-layout.sidebar-open .main-content{margin-left:280px}}@media (min-width: 768px){.dashboard-layout.sidebar-collapsed .main-content{margin-left:80px}}.dashboard-layout.sidebar-closed .main-content{margin-left:0}.content-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.content-loading{gap:1rem;min-height:200px;color:#718096}.content-loading .loading-spinner{width:2rem;height:2rem;border:3px solid #f1f5f9;border-top:3px solid #009688;border-radius:50%;animation:spin 1s linear infinite}.content-loading .loading-text{font-size:.875rem;color:#718096;line-height:1.4;margin:0}.content-loading .loading-text{font-weight:500;animation:pulse 2s ease-in-out infinite}.content-loading .skeleton-card{position:relative;pointer-events:none}.content-loading .skeleton-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmer 1.5s infinite}.content-loading .skeleton-card{width:100%;max-width:300px;height:120px;background:#f8fafc;border-radius:.5rem}.content-error{display:flex;flex-direction:column;align-items:center;justify-content:center}.content-error{min-height:200px;padding:2rem;color:#718096;text-align:center}.content-error .error-icon{font-size:3rem;color:#ef4444;margin-bottom:1rem}.content-error .error-message{font-size:1.125rem;font-weight:500;line-height:1.2;color:#1a202c;margin:0}.content-error .error-message{margin-bottom:.5rem}.content-error .error-description{font-size:.875rem;color:#718096;line-height:1.4;margin:0}.content-error .error-description{max-width:400px}.page-content{scrollbar-width:thin;scrollbar-color:rgba(0,150,136,.3) transparent}.page-content::-webkit-scrollbar{width:6px}.page-content::-webkit-scrollbar-track{background:transparent}.page-content::-webkit-scrollbar-thumb{background:#0096884d;border-radius:3px;transition:background .2s}.page-content::-webkit-scrollbar-thumb:hover{background:#00968880}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:slideInFromRight .3s ease-out}.page-exit{animation:slideInFromLeft .3s ease-out reverse}@media (max-width: 767px){.dashboard-layout{overflow:hidden}.dashboard-layout .main-content{margin-left:0!important;height:100vh!important;overflow:hidden!important}.dashboard-layout .main-content .page-content{padding:0 .5rem!important;height:calc(100vh - 144px)!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding-bottom:calc(80px + env(safe-area-inset-bottom,.5rem) + .5rem)!important}.dashboard-layout .main-content .page-content.MuiBox-root{padding:0 .5rem!important;padding-bottom:calc(80px + env(safe-area-inset-bottom,.5rem) + .5rem)!important}.dashboard-layout .main-content .content-container{padding:0!important;height:100%!important;min-height:auto!important}}@media (min-width: 768px) and (max-width: 1023px){.dashboard-layout .main-content .page-content{padding:1.5rem!important}.dashboard-layout.sidebar-open .main-content{margin-left:240px}.dashboard-layout.sidebar-collapsed .main-content{margin-left:80px}}@media (min-width: 1280px){.dashboard-layout .main-content .page-content{padding:2rem!important;height:calc(100vh - 72px)!important;overflow-y:auto!important}.dashboard-layout .main-content .content-container{max-width:1600px}}@media (min-width: 768px){.dashboard-layout .main-content .page-content{height:calc(100vh - 72px)!important;overflow-y:auto!important;overflow-x:hidden!important}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.background-pattern{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-color-scheme: dark){.dashboard-layout{background:#fff}.dashboard-layout .main-content .page-content{background:#fff!important}}@media (prefers-contrast: high){.dashboard-layout .main-content .page-content{background:#fff!important}.dashboard-layout .sidebar-backdrop{background-color:#1a202ccc}}@media (prefers-reduced-motion: reduce){.dashboard-layout .main-content{transition:none!important}.dashboard-layout .sidebar-backdrop,.page-enter,.page-exit,.loading-spinner{animation:none!important}}@media print{.dashboard-layout{display:block}.dashboard-layout .sidebar,.dashboard-layout .sidebar-backdrop{display:none!important}.dashboard-layout .main-content{margin-left:0!important}.dashboard-layout .main-content .page-content{background:#fff!important;box-shadow:none!important;padding:0!important}.dashboard-layout .main-content .background-pattern{display:none!important}}.page-transition-enter{opacity:0;transform:translate(20px)}.page-transition-enter-active{opacity:1;transform:translate(0);transition:all .3s ease-in-out}.page-transition-exit{opacity:1;transform:translate(0)}.page-transition-exit-active{opacity:0;transform:translate(-20px);transition:all .3s ease-in-out}.route-container{min-height:100vh;display:flex;flex-direction:column}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.25rem!important}.mt-5{margin-top:1.25rem!important}.mr-5{margin-right:1.25rem!important}.mb-5{margin-bottom:1.25rem!important}.ml-5{margin-left:1.25rem!important}.mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.m-6{margin:1.5rem!important}.mt-6{margin-top:1.5rem!important}.mr-6{margin-right:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.ml-6{margin-left:1.5rem!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-8{margin:2rem!important}.mt-8{margin-top:2rem!important}.mr-8{margin-right:2rem!important}.mb-8{margin-bottom:2rem!important}.ml-8{margin-left:2rem!important}.mx-8{margin-left:2rem!important;margin-right:2rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.m-10{margin:2.5rem!important}.mt-10{margin-top:2.5rem!important}.mr-10{margin-right:2.5rem!important}.mb-10{margin-bottom:2.5rem!important}.ml-10{margin-left:2.5rem!important}.mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.m-12{margin:3rem!important}.mt-12{margin-top:3rem!important}.mr-12{margin-right:3rem!important}.mb-12{margin-bottom:3rem!important}.ml-12{margin-left:3rem!important}.mx-12{margin-left:3rem!important;margin-right:3rem!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.m-16{margin:4rem!important}.mt-16{margin-top:4rem!important}.mr-16{margin-right:4rem!important}.mb-16{margin-bottom:4rem!important}.ml-16{margin-left:4rem!important}.mx-16{margin-left:4rem!important;margin-right:4rem!important}.my-16{margin-top:4rem!important;margin-bottom:4rem!important}.m-20{margin:5rem!important}.mt-20{margin-top:5rem!important}.mr-20{margin-right:5rem!important}.mb-20{margin-bottom:5rem!important}.ml-20{margin-left:5rem!important}.mx-20{margin-left:5rem!important;margin-right:5rem!important}.my-20{margin-top:5rem!important;margin-bottom:5rem!important}.m-24{margin:6rem!important}.mt-24{margin-top:6rem!important}.mr-24{margin-right:6rem!important}.mb-24{margin-bottom:6rem!important}.ml-24{margin-left:6rem!important}.mx-24{margin-left:6rem!important;margin-right:6rem!important}.my-24{margin-top:6rem!important;margin-bottom:6rem!important}.m-32{margin:8rem!important}.mt-32{margin-top:8rem!important}.mr-32{margin-right:8rem!important}.mb-32{margin-bottom:8rem!important}.ml-32{margin-left:8rem!important}.mx-32{margin-left:8rem!important;margin-right:8rem!important}.my-32{margin-top:8rem!important;margin-bottom:8rem!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3{padding-left:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-5{padding:1.25rem!important}.pt-5{padding-top:1.25rem!important}.pr-5{padding-right:1.25rem!important}.pb-5{padding-bottom:1.25rem!important}.pl-5{padding-left:1.25rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.p-6{padding:1.5rem!important}.pt-6{padding-top:1.5rem!important}.pr-6{padding-right:1.5rem!important}.pb-6{padding-bottom:1.5rem!important}.pl-6{padding-left:1.5rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-8{padding:2rem!important}.pt-8{padding-top:2rem!important}.pr-8{padding-right:2rem!important}.pb-8{padding-bottom:2rem!important}.pl-8{padding-left:2rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.p-10{padding:2.5rem!important}.pt-10{padding-top:2.5rem!important}.pr-10{padding-right:2.5rem!important}.pb-10{padding-bottom:2.5rem!important}.pl-10{padding-left:2.5rem!important}.px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.p-12{padding:3rem!important}.pt-12{padding-top:3rem!important}.pr-12{padding-right:3rem!important}.pb-12{padding-bottom:3rem!important}.pl-12{padding-left:3rem!important}.px-12{padding-left:3rem!important;padding-right:3rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.p-16{padding:4rem!important}.pt-16{padding-top:4rem!important}.pr-16{padding-right:4rem!important}.pb-16{padding-bottom:4rem!important}.pl-16{padding-left:4rem!important}.px-16{padding-left:4rem!important;padding-right:4rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.p-20{padding:5rem!important}.pt-20{padding-top:5rem!important}.pr-20{padding-right:5rem!important}.pb-20{padding-bottom:5rem!important}.pl-20{padding-left:5rem!important}.px-20{padding-left:5rem!important;padding-right:5rem!important}.py-20{padding-top:5rem!important;padding-bottom:5rem!important}.p-24{padding:6rem!important}.pt-24{padding-top:6rem!important}.pr-24{padding-right:6rem!important}.pb-24{padding-bottom:6rem!important}.pl-24{padding-left:6rem!important}.px-24{padding-left:6rem!important;padding-right:6rem!important}.py-24{padding-top:6rem!important;padding-bottom:6rem!important}.p-32{padding:8rem!important}.pt-32{padding-top:8rem!important}.pr-32{padding-right:8rem!important}.pb-32{padding-bottom:8rem!important}.pl-32{padding-left:8rem!important}.px-32{padding-left:8rem!important;padding-right:8rem!important}.py-32{padding-top:8rem!important;padding-bottom:8rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.text-primary{color:#1a202c!important}.text-secondary{color:#718096!important}.text-muted{color:#a0aec0!important}.text-disabled{color:#cbd5e1!important}.text-inverse{color:#fff!important}.text-success{color:#10b981!important}.text-warning{color:#f59e0b!important}.text-error{color:#ef4444!important}.text-info{color:#3b82f6!important}.font-light{font-weight:300!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.text-xs{font-size:.75rem!important}.text-sm{font-size:.875rem!important}.text-base{font-size:1rem!important}.text-md{font-size:1.125rem!important}.text-lg{font-size:1.25rem!important}.text-xl{font-size:1.5rem!important}.text-2xl{font-size:1.875rem!important}.text-3xl{font-size:2.25rem!important}.text-4xl{font-size:3rem!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.capitalize{text-transform:capitalize!important}.normal-case{text-transform:none!important}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis!important}.text-clip{text-overflow:clip!important}.leading-tight{line-height:1.2!important}.leading-normal{line-height:1.4!important}.leading-relaxed{line-height:1.6!important}.leading-loose{line-height:1.8!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.grid{display:grid!important}.hidden{display:none!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-1{flex:1 1 0%!important}.flex-auto{flex:1 1 auto!important}.flex-initial{flex:0 1 auto!important}.flex-none{flex:none!important}.flex-grow{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.items-baseline{align-items:baseline!important}.items-stretch{align-items:stretch!important}.self-auto{align-self:auto!important}.self-start{align-self:flex-start!important}.self-end{align-self:flex-end!important}.self-center{align-self:center!important}.self-stretch{align-self:stretch!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.w-full{width:100%!important}.w-screen{width:100vw!important}.w-auto{width:auto!important}.w-fit{width:fit-content!important}.h-full{height:100%!important}.h-screen{height:100vh!important}.h-auto{height:auto!important}.h-fit{height:fit-content!important}.min-h-0{min-height:0px!important}.min-h-full{min-height:100%!important}.min-h-screen{min-height:100vh!important}.max-w-xs{max-width:20rem!important}.max-w-sm{max-width:24rem!important}.max-w-md{max-width:28rem!important}.max-w-lg{max-width:32rem!important}.max-w-xl{max-width:36rem!important}.max-w-2xl{max-width:42rem!important}.max-w-full{max-width:100%!important}.max-w-screen{max-width:100vw!important}.border-0{border-width:0!important}.border{border-width:1px!important}.border-t{border-top-width:1px!important}.border-r{border-right-width:1px!important}.border-b{border-bottom-width:1px!important}.border-l{border-left-width:1px!important}.border-transparent{border-color:transparent!important}.border-primary{border-color:#009688!important}.border-secondary{border-color:#dc004e!important}.border-success{border-color:#10b981!important}.border-warning{border-color:#f59e0b!important}.border-error{border-color:#ef4444!important}.border-info{border-color:#3b82f6!important}.rounded-none{border-radius:0!important}.rounded-xs{border-radius:.125rem!important}.rounded-sm{border-radius:.25rem!important}.rounded{border-radius:.375rem!important}.rounded-md{border-radius:.5rem!important}.rounded-lg{border-radius:.75rem!important}.rounded-xl{border-radius:1rem!important}.rounded-2xl{border-radius:1.5rem!important}.rounded-full{border-radius:9999px!important}.shadow-none{box-shadow:none!important}.shadow-xs{box-shadow:0 1px 2px #00000005!important}.shadow-sm{box-shadow:0 1px 2px #0000000d!important}.shadow{box-shadow:0 2px 4px #0000000f!important}.shadow-md{box-shadow:0 4px 6px #00000012!important}.shadow-lg{box-shadow:0 10px 15px #0000001a!important}.shadow-xl{box-shadow:0 20px 25px #0000001a!important}.shadow-2xl{box-shadow:0 25px 50px #00000040!important}.bg-transparent{background-color:transparent!important}.bg-white{background-color:#fff!important}.bg-primary{background-color:#009688!important}.bg-secondary{background-color:#dc004e!important}.bg-success{background-color:#10b981!important}.bg-warning{background-color:#f59e0b!important}.bg-error{background-color:#ef4444!important}.bg-info{background-color:#3b82f6!important}.bg-surface{background-color:#f8fafc!important}.bg-surface-elevated{background-color:#fff!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-hidden{overflow-y:hidden!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.z-negative{z-index:-1!important}.z-0{z-index:0!important}.z-10{z-index:10!important}.z-dropdown{z-index:1000!important}.z-sticky{z-index:1100!important}.z-modal{z-index:1400!important}.z-popover{z-index:1500!important}.z-tooltip{z-index:1800!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.show-mobile{display:block!important}@media (min-width: 768px){.show-mobile{display:none!important}}.hide-mobile{display:none!important}@media (min-width: 768px){.hide-mobile{display:block!important}}.show-tablet{display:none!important}@media (min-width: 768px){.show-tablet{display:block!important}}@media (min-width: 1024px){.show-tablet{display:none!important}}.show-desktop{display:none!important}@media (min-width: 1024px){.show-desktop{display:block!important}}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.select-none{-webkit-user-select:none!important;user-select:none!important}.select-text{-webkit-user-select:text!important;user-select:text!important}.select-all{-webkit-user-select:all!important;user-select:all!important}.select-auto{-webkit-user-select:auto!important;user-select:auto!important}.card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 6px #00000012;padding:1rem}@media (max-width: 767px){.card{padding:.5rem}}.card.card-hover{transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.card.card-hover:hover{box-shadow:0 8px 25px #00968826;transform:translateY(-2px)}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:.5rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;-webkit-user-select:none;user-select:none;height:48px;padding:0 1.5rem;font-size:1rem}.btn:focus{outline:2px solid #009688;outline-offset:2px}.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn.btn-primary{background:#009688;color:#fff;box-shadow:0 2px 8px #0096884d}.btn.btn-primary:hover:not(:disabled){background:#00695c;box-shadow:0 4px 12px #00968866;transform:translateY(-1px)}.btn.btn-secondary{background:transparent;color:#009688;border:1px solid #009688}.btn.btn-secondary:hover:not(:disabled){background:#0096880d}.btn.btn-ghost{background:transparent;color:#718096}.btn.btn-ghost:hover:not(:disabled){background:#00000005;color:#1a202c}.btn.btn-sm{height:36px;padding:0 1rem;font-size:.875rem}.btn.btn-lg{height:56px;padding:0 1.5rem;font-size:1.125rem}.input{width:100%;height:48px;padding:0 1rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;font-size:1rem;transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}.input::placeholder{color:#a0aec0}.input:focus{outline:none;border:2px solid #009688}.input:disabled{background:#fafbfc;color:#cbd5e1;cursor:not-allowed}.container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (max-width: 767px){.container{padding-left:1rem;padding-right:1rem}}.container.container-sm{max-width:640px}.container.container-md{max-width:768px}.container.container-lg{max-width:1024px}.container.container-xl{max-width:1280px}.loading{position:relative;pointer-events:none}.loading:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmer 1.5s infinite}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.fade-in{animation:fadeIn .2s ease-out}.slide-up{animation:slideUp .2s cubic-bezier(.4,0,.2,1)}.scale-in{animation:scaleIn .2s cubic-bezier(.4,0,.2,1)}.smooth-scroll{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:rgba(0,150,136,.3) transparent}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:#0096884d;border-radius:3px;transition:background .2s}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#00968880}.mui-full-width{width:100%!important}.mui-box-350-150{width:350px!important;height:150px!important;margin-bottom:2rem!important}.mui-image-full{width:100%!important;height:100%!important}.mui-typography-max-100{max-width:100px!important}.full-height{height:100%!important}.fullscreen-loader{height:100vh!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.MuiOutlinedInput-root.consistent-height{min-height:48px!important}.MuiOutlinedInput-root.consistent-height .MuiOutlinedInput-input{height:auto!important;padding:14px!important}@media (max-width: 599px){input[type=text],input[type=search],.search-input,.MuiInputBase-input{font-size:16px!important}}.MuiSelect-select.consistent-height{padding:14px!important;min-height:20px!important;display:flex!important;align-items:center!important}.MuiPickersTextField-root.consistent-height .MuiOutlinedInput-root{min-height:48px!important}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-variation-settings:normal;tab-size:4}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;font-weight:400;line-height:1.4;color:#1a202c;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media (max-width: 767px){body{overflow:hidden;height:100vh;position:fixed;width:100%}}h1,h2,h3,h4,h5,h6{font-size:1.5rem;font-weight:700;line-height:1.2;color:#1a202c;margin:0}h1.h1,h2.h1,h3.h1,h4.h1,h5.h1,h6.h1{font-size:2.25rem}h1.h2,h2.h2,h3.h2,h4.h2,h5.h2,h6.h2{font-size:1.875rem}h1.h3,h2.h3,h3.h3,h4.h3,h5.h3,h6.h3{font-size:1.5rem}h1.h4,h2.h4,h3.h4,h4.h4,h5.h4,h6.h4{font-size:1.25rem}h1.h5,h2.h5,h3.h5,h4.h5,h5.h5,h6.h5{font-size:1.125rem}h1.h6,h2.h6,h3.h6,h4.h6,h5.h6,h6.h6{font-size:1rem}p{font-size:1rem;font-weight:400;line-height:1.4;color:#1a202c;margin:0;margin-bottom:1rem}p:last-child{margin-bottom:0}p.small{font-size:.875rem;color:#718096;line-height:1.4;margin:0}a{color:#009688;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}a:hover{color:#00695c;text-decoration:underline}a:focus:focus{outline:2px solid #009688;outline-offset:2px}ul,ol{margin:0;padding-left:1.5rem}ul li,ol li{margin-bottom:.5rem}ul li:last-child,ol li:last-child{margin-bottom:0}img{max-width:100%;height:auto;border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}table{text-indent:0;border-color:inherit;border-collapse:collapse}:focus{outline:none}:focus-visible:focus{outline:2px solid #009688;outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){*{border-color:currentColor}}@media print{*,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.profile-blocked{opacity:.5!important;cursor:not-allowed!important}.profile-blocked:hover{background-color:#ff00000a!important}.profile-blocked.sidebar-item .sidebar-icon,.profile-blocked.sidebar-item .MuiListItemText-primary{color:#00000061!important}.profile-blocked.sidebar-item:hover{background-color:#ff00000a!important}.profile-blocked.bottom-nav-action .MuiBottomNavigationAction-label,.profile-blocked.bottom-nav-action .MuiSvgIcon-root,.profile-blocked.menu-item .MuiListItemIcon-root,.profile-blocked.menu-item .MuiListItemText-primary{color:#00000061!important}.profile-blocked.menu-item:hover{background-color:#ff00000a!important}.profile-blocked.notification-button .MuiSvgIcon-root{color:#00000061!important}.profile-blocked.notification-button .MuiBadge-badge{opacity:.5!important}.profile-blocked:after{content:"Complete your profile to access this feature";position:absolute;bottom:-30px;left:50%;transform:translate(-50%);background-color:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;z-index:9999}.profile-blocked:hover:after{opacity:1}.MuiListItemButton-root.Mui-disabled.profile-blocked,.MuiBottomNavigationAction-root.Mui-disabled.profile-blocked,.MuiMenuItem-root.Mui-disabled.profile-blocked,.MuiIconButton-root.Mui-disabled.profile-blocked{opacity:.5!important}.gradient-heading,.page-gradient-title{font-weight:600!important;font-size:1.25rem!important;line-height:1.2!important;margin-bottom:.5rem!important;display:inline-block;background:linear-gradient(135deg,#009688,#667eea)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:transparent!important}@supports not (-webkit-background-clip: text){.gradient-heading,.page-gradient-title{background:none!important;color:#009688!important}}@media (max-width: 768px){.gradient-heading,.page-gradient-title{font-size:1.2rem!important;text-align:center}.gradient-heading.exam-listing-title,.exam-listing-title.page-gradient-title,.gradient-heading.page-title,.page-title.page-gradient-title{display:block;width:100%}}@media (min-width: 769px){.gradient-heading,.page-gradient-title{text-align:left;display:inline-block}}.gradient-heading.h1,.h1.page-gradient-title,.gradient-heading.h2,.h2.page-gradient-title,.gradient-heading.h3,.h3.page-gradient-title,.gradient-heading.h4,.h4.page-gradient-title,.gradient-heading.h5,.h5.page-gradient-title,.gradient-heading.h6,.h6.page-gradient-title{font-size:1.25rem!important;font-weight:600!important}.gradient-heading.page-title,.page-title.page-gradient-title{margin-bottom:.5rem!important;line-height:1.2!important}.page-enter{opacity:0;transform:translate(20px)}.page-enter-active{opacity:1;transform:translate(0);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.page-exit{opacity:1;transform:translate(0)}.page-exit-active{opacity:0;transform:translate(-20px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.page-container{display:flex;flex-direction:column;gap:1.5rem;width:100%;height:100%;padding:0!important;margin:0!important}@media (max-width: 767px){.page-container{gap:1rem;padding-top:.5rem!important;padding-bottom:1rem!important;min-height:calc(100vh - 140px)}}.page-container .page-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:0}.page-container .page-header .page-title{margin-bottom:0!important}.page-container .page-header .page-subtext{margin-top:0!important;margin-bottom:0!important}@media (max-width: 767px){.page-container .page-header{gap:.5rem;text-align:center;margin-bottom:.5rem}}.page-container .page-main-content{display:flex;flex-direction:column;gap:1rem;flex:1}@media (max-width: 767px){.page-container .page-main-content{gap:.75rem;padding:0 .5rem}}.page-container .page-actions{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 768px){.page-container .page-actions{gap:1rem}}.page-container .page-grid{display:grid;gap:1rem;align-items:start;grid-template-columns:1fr}@media (min-width: 768px){.page-container .page-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}}@media (min-width: 1024px){.page-container .page-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}}@media (max-width: 767px){.page-container .page-grid{gap:.75rem;margin-bottom:.5rem}}.page-container .page-list{display:flex;flex-direction:column;gap:1rem}@media (max-width: 767px){.page-container .page-list{gap:.75rem}}.page-container .page-list .list-section{display:flex;flex-direction:column;gap:.75rem}.page-container .page-list .list-section .section-header{font-size:.875rem;color:#718096;line-height:1.4;margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.page-container .page-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1rem;text-align:center;color:#718096}.page-container .page-empty .empty-icon{font-size:3rem;opacity:.3}.page-container .page-empty .empty-title{font-size:1.25rem;font-weight:500;color:#1a202c}.page-container .page-empty .empty-description{font-size:.875rem;max-width:400px}@media (max-width: 767px){.page-container .page-empty{padding:1.5rem .5rem}.page-container .page-empty .empty-icon{font-size:2.5rem}.page-container .page-empty .empty-title{font-size:1rem}.page-container .page-empty .empty-description{font-size:.75rem}}.page-container .page-meta{font-size:.875rem;color:#718096;line-height:1.4;margin:0;font-weight:500;text-align:center;padding:.5rem 0}@media (max-width: 767px){.page-container .page-meta{font-size:.75rem;padding:.25rem 0}}.page-container .page-section{display:flex;flex-direction:column;gap:.75rem}.page-container .page-section .section-title{font-size:1.125rem;font-weight:600;line-height:1.2;margin:0;color:#1a202c}@media (max-width: 767px){.page-container .page-section .section-title{font-size:1rem;text-align:center}}.page-container .page-section .section-content{flex:1}.page-container.page-full-width .page-main-content{width:100%}.page-container.page-centered .page-main-content{max-width:800px;margin:0 auto}@media (min-width: 768px) and (max-width: 1023px){.page-container.page-centered .page-main-content{max-width:90%}}@media (max-width: 767px){.page-container.page-centered .page-main-content{max-width:100%}}.page-container.page-narrow .page-main-content{max-width:600px;margin:0}@media (max-width: 767px){.page-container.page-narrow .page-main-content{max-width:100%}}.page-container.profile-page-layout .page-main-content{width:100%;max-width:none}@media (min-width: 1024px){.page-container.profile-page-layout .page-main-content{max-width:1200px;margin:0}}@media (min-width: 768px){.page-container.profile-page-layout .page-main-content{max-width:95%;margin:0}}@media (max-width: 767px){.page-container.profile-page-layout .page-main-content{max-width:100%;margin:0}}.page-container.profile-page-layout .page-section{width:100%}.mt-page{margin-top:1.5rem!important}.mb-page{margin-bottom:1.5rem!important}.py-page{padding-top:1.5rem!important;padding-bottom:1.5rem!important}@media (max-width: 767px){.mt-page{margin-top:1rem!important}.mb-page{margin-bottom:1rem!important}.py-page{padding-top:1rem!important;padding-bottom:1rem!important}}.debug-spacing .page-container{outline:2px dashed red}.debug-spacing .page-container .page-header{outline:1px solid blue}.debug-spacing .page-container .page-main-content{outline:1px solid green}.debug-spacing .page-container .page-actions{outline:1px solid orange}.debug-spacing .page-container .page-grid{outline:1px solid purple}.debug-spacing .page-container .page-list{outline:1px solid teal}html body input[type=date]::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer}html body div[data-testid=sentinelStart]+div .MuiPaper-root,html body div[role=presentation] .MuiPaper-root,html body .MuiPickersPopper-root .MuiPaper-root,html body .MuiDialog-root .MuiPaper-root{border-radius:12px!important;box-shadow:0 10px 40px #0000001a!important;border:1px solid rgba(0,0,0,.1)!important;overflow:hidden!important;max-width:320px!important;background:#fff!important}html body .MuiDateCalendar-root,html body .MuiDatePicker-root .MuiDateCalendar-root{background:#fff!important;border-radius:12px!important;max-width:320px!important;width:100%!important}html body .MuiPickersCalendarHeader-root,html body .MuiDatePicker-root .MuiPickersCalendarHeader-root{background:linear-gradient(135deg,#2196f3,#1976d2)!important;color:#fff!important;margin:0!important;padding:16px 20px!important;border-radius:12px 12px 0 0!important}html body .MuiPickersCalendarHeader-label,html body .MuiDatePicker-root .MuiPickersCalendarHeader-label{color:#fff!important;font-weight:600!important;font-size:16px!important}html body .MuiPickersArrowSwitcher-root .MuiIconButton-root,html body .MuiDatePicker-root .MuiPickersArrowSwitcher-root .MuiIconButton-root{color:#fff!important;border-radius:8px!important}html body .MuiPickersArrowSwitcher-root .MuiIconButton-root:hover,html body .MuiDatePicker-root .MuiPickersArrowSwitcher-root .MuiIconButton-root:hover{background:#ffffff26!important}html body .MuiDayCalendar-header,html body .MuiDatePicker-root .MuiDayCalendar-header{padding:12px 8px 8px!important}html body .MuiDayCalendar-weekDayLabel,html body .MuiDatePicker-root .MuiDayCalendar-weekDayLabel{color:#666!important;font-weight:600!important;font-size:12px!important;text-transform:uppercase!important}html body .MuiDayCalendar-monthContainer,html body .MuiDatePicker-root .MuiDayCalendar-monthContainer{padding:0 8px 12px!important}html body .MuiPickersDay-root,html body .MuiDatePicker-root .MuiPickersDay-root{color:#333!important;font-weight:500!important;border-radius:8px!important;transition:all .2s ease!important;width:36px!important;height:36px!important;margin:2px!important}html body .MuiPickersDay-root:hover,html body .MuiDatePicker-root .MuiPickersDay-root:hover{background:#2196f314!important;color:#2196f3!important}html body .MuiPickersDay-root.Mui-selected,html body .MuiDatePicker-root .MuiPickersDay-root.Mui-selected{background:#2196f3!important;color:#fff!important;box-shadow:0 4px 12px #2196f34d!important}html body .MuiPickersDay-root.Mui-selected:hover,html body .MuiDatePicker-root .MuiPickersDay-root.Mui-selected:hover{background:#1976d2!important}html body .MuiPickersDay-root.MuiPickersDay-today,html body .MuiDatePicker-root .MuiPickersDay-root.MuiPickersDay-today{border:2px solid #2196f3!important;color:#2196f3!important;font-weight:600!important;background:transparent!important}html body .MuiPickersLayout-actionBar,html body .MuiDatePicker-root .MuiPickersLayout-actionBar{padding:16px 20px!important;background:#f8f9fa!important;border-top:1px solid rgba(0,0,0,.1)!important}html body .MuiPickersLayout-actionBar .MuiButton-root,html body .MuiDatePicker-root .MuiPickersLayout-actionBar .MuiButton-root{font-weight:600!important;border-radius:8px!important;text-transform:none!important;padding:8px 16px!important}html body .MuiPickersLayout-actionBar .MuiButton-text,html body .MuiDatePicker-root .MuiPickersLayout-actionBar .MuiButton-text{color:#666!important}html body .MuiPickersLayout-actionBar .MuiButton-text:hover,html body .MuiDatePicker-root .MuiPickersLayout-actionBar .MuiButton-text:hover{background:#0000000d!important}html body .MuiPickersLayout-actionBar .MuiButton-contained,html body .MuiDatePicker-root .MuiPickersLayout-actionBar .MuiButton-contained{background:#2196f3!important;box-shadow:0 4px 12px #2196f34d!important}html body .MuiPickersLayout-actionBar .MuiButton-contained:hover,html body .MuiDatePicker-root .MuiPickersLayout-actionBar .MuiButton-contained:hover{background:#1976d2!important;box-shadow:0 6px 16px #2196f366!important}
