body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#191919;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.mf-loader-container{align-items:center;background-color:#191919;display:flex;height:100%;justify-content:center;left:0;opacity:1;position:fixed;top:0;transition:opacity .3s ease-out;width:100%;z-index:9999}.mf-loader-container.hidden{opacity:0;pointer-events:none}.mf-loader{animation:mf-spin 1s linear infinite;border:4px solid #fff3;border-radius:50%;border-top-color:#fff;height:50px;width:50px}.mf-loader-text{color:#fff;font-size:14px;font-weight:500;margin-top:100px;position:absolute}@keyframes mf-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{align-items:center;background-color:#191919;flex-direction:column;min-height:100vh;padding-top:64px;text-align:center}.App,.tiles-container{display:flex;justify-content:center}.tiles-container{flex-wrap:wrap;gap:40px;padding:20px}.tile-card{align-items:center;background-color:#2b2b2b;border-radius:12px;box-shadow:0 4px 6px #0000004d;cursor:pointer;display:flex;flex-direction:column;height:250px;justify-content:center;padding:30px;transition:transform .2s,box-shadow .2s;width:250px}.tile-card:hover{background-color:#333;box-shadow:0 8px 12px #00000080;transform:translateY(-5px)}.tile-image{margin-bottom:20px;max-height:150px;max-width:150px;object-fit:contain}.tile-text{color:#dbdbdb;font-size:1.5rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.ecm-tile-image{height:150px!important;margin-bottom:10px!important;max-height:none!important;max-width:none!important;object-fit:fill!important;width:275px!important}.access-denied-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:480px;padding:40px}.access-denied-icon{font-size:4rem;margin-bottom:16px;opacity:.8}.access-denied-title{color:#fff;font-size:1.8rem;font-weight:600;margin:0 0 12px}.access-denied-message{color:#a0a0a0;font-size:1rem;line-height:1.6;margin:0;text-align:center}.root-app-header{align-items:center;background-color:#000;border-bottom:2px solid #1f1f1f;display:flex;height:64px;justify-content:space-between;left:0;padding:0 24px;position:fixed;right:0;top:0;transition:background-color .3s ease,border-color .3s ease;z-index:10000}.root-app-header.transparent{background-color:initial;border-bottom:none;pointer-events:none}.root-app-header.transparent .header-right{flex:none;pointer-events:none;position:relative;z-index:10001}.root-app-header.transparent .hamburger-menu,.root-app-header.transparent .profile-avatar{pointer-events:auto}.header-center,.header-left{align-items:center;display:flex;flex:1 1}.header-center{justify-content:center}.header-logo{cursor:pointer;height:40px;transition:transform .2s ease,filter .2s ease;width:auto}.header-logo:hover{filter:brightness(1.1);transform:scale(1.05)}.header-right{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.profile-section{position:relative}.profile-avatar{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;color:#1a1a1a;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background-color .2s ease,transform .2s ease;width:40px}.profile-avatar:hover{background-color:#f0f0f0;transform:scale(1.05)}.avatar-initials{font-family:Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase}.hamburger-menu{align-items:center;background-color:#000000b3;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:8px;transition:background-color .2s ease;width:40px}.hamburger-menu:hover{background-color:#000000e6}.hamburger-line{background-color:#fff;border-radius:2px;height:3px;transition:transform .2s ease;width:24px}.drawer-backdrop{animation:fadeIn .2s ease;background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10100}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.drawer-panel{animation:slideIn .3s ease;background-color:#1a1a1a;box-shadow:-4px 0 20px #0006;height:100vh;overflow:visible;position:fixed;right:0;top:0;width:320px;z-index:10200}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.drawer-section{overflow:visible;padding:16px 20px}.drawer-section-title{color:#888;font-family:Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.drawer-user-info{align-items:center;display:flex;gap:14px;padding:8px 0}.drawer-avatar{align-items:center;background-color:#cbcbcb;border-radius:50%;color:#1a1a1a;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.drawer-avatar .avatar-initials{font-size:18px}.drawer-user-details{display:flex;flex-direction:column;gap:4px;overflow:hidden}.drawer-user-name{color:#fff;font-size:16px;font-weight:600}.drawer-user-email,.drawer-user-name{font-family:Segoe UI,Roboto,sans-serif}.drawer-user-email{color:#999;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-divider{background-color:#333;height:1px;margin:0}.drawer-link{align-items:center;border-radius:6px;color:#ccc;cursor:pointer;display:flex;font-family:Segoe UI,Roboto,sans-serif;font-size:14px;gap:12px;margin:2px 0;padding:14px 10px;transition:color .15s ease,background-color .15s ease}.drawer-link:hover{background-color:#2a2a2a;color:#fff}.drawer-link svg{color:#888;flex-shrink:0}.drawer-link:hover svg{color:#fff}.drawer-link.logout-link{color:#ff6b6b}.drawer-link.logout-link:hover{background-color:#ff6b6b1a;color:#f88}.drawer-link.logout-link svg{color:#ff6b6b}.drawer-link.logout-link:hover svg{color:#f88}.drawer-link-with-submenu{position:relative}.drawer-link-with-submenu .drawer-link{justify-content:flex-start}.drawer-link-with-submenu .submenu-arrow{margin-left:auto;transition:transform .2s ease}.drawer-link-with-submenu:hover .submenu-arrow{transform:rotate(90deg)}.drawer-submenu{background-color:#252525;border-radius:6px;box-shadow:0 4px 12px #0006;display:none;margin-right:8px;min-width:140px;padding:6px 0;position:absolute;right:100%;top:0;z-index:10300}.drawer-link-with-submenu:hover .drawer-submenu{animation:fadeIn .15s ease;display:block}.drawer-submenu:before{content:"";height:100%;position:absolute;right:-8px;top:0;width:8px}.drawer-submenu-item{color:#ccc;cursor:pointer;font-family:Segoe UI,Roboto,sans-serif;font-size:13px;padding:10px 16px;transition:background-color .15s ease,color .15s ease;white-space:nowrap}.drawer-submenu-item:hover{background-color:#3a3a3a;color:#fff}.profile-menu-backdrop{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.profile-dropdown{animation:slideDown .2s ease;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000040;min-width:280px;overflow:hidden;position:absolute;right:0;top:50px;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-info{gap:12px;padding:16px}.dropdown-avatar,.profile-info{align-items:center;display:flex}.dropdown-avatar{background-color:#cbcbcb;border-radius:50%;color:#1a1a1a;flex-shrink:0;height:48px;justify-content:center;width:48px}.dropdown-avatar .avatar-initials{font-size:16px}.user-details{display:flex;flex-direction:column;gap:4px;overflow:hidden}.user-name{color:#1a1a1a;font-size:16px;font-weight:600}.user-email,.user-name{font-family:Segoe UI,Roboto,sans-serif}.user-email{color:#666;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu-divider{background-color:#e0e0e0;height:1px;margin:0}.profile-menu-item{align-items:center;color:#1a1a1a;cursor:pointer;display:flex;font-family:Segoe UI,Roboto,sans-serif;font-size:14px;gap:10px;padding:14px 16px;transition:background-color .15s ease}.profile-menu-item:hover{background-color:#f5f5f5}.logout-icon{color:#666}.profile-menu-item:hover .logout-icon{color:#1a1a1a}
/*# sourceMappingURL=main.09181a27.css.map*/