*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none}html,body{margin:0;padding:0;min-height:100vh;height:100%;overflow-x:hidden;-webkit-overflow-scrolling:touch;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f4f4f4;padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left)}::-webkit-scrollbar{width:8px!important;height:8px!important;background-color:transparent!important}::-webkit-scrollbar-track{background:transparent!important}::-webkit-scrollbar-thumb{background:#dfdfdf!important;border-radius:10px!important;transition:all .2s ease-in-out!important;border:1px solid transparent!important}::-webkit-scrollbar-thumb:hover{width:10px!important;height:10px!important}@media(max-width:768px){::-webkit-scrollbar{width:2px!important;height:2px!important}}.App{width:100vw;min-height:100vh;background-color:#f4f4f4;position:relative}.main-content-area{padding-top:env(safe-area-inset-top)}.fixed-navbar{position:fixed;height:calc(70px + env(safe-area-inset-top));top:0;left:0;z-index:1000;background-color:#000}.MuiPagination-root.MuiPagination-text{margin:10px 0}.MuiPagination-root.MuiPagination-text li button{border-radius:0;color:#fc7d07;background-color:#fff;margin:0}.fc-toolbar-title{font-size:20px!important;font-weight:700}.fc-toolbar button{font-size:14px!important;padding:5px 10px}.pwa-mode{scroll-behavior:smooth}.pwa-mode input,.pwa-mode textarea,.pwa-mode [contenteditable]{user-select:text;font-size:16px}.pwa-mode ::-webkit-scrollbar{width:0;background:transparent}.pwa-mode ::selection,.pwa-mode ::-moz-selection{background:transparent}.pwa-mode button,.pwa-mode .clickable{touch-action:manipulation}.offline:before{content:"";position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6b6b,orange);animation:offline-pulse 2s infinite}.app-loading{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-spinner{width:50px;height:50px;border:3px solid rgba(252,125,7,.2);border-top-color:#fc7d07;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.mobile-horizontal-menu{position:fixed;bottom:0;left:0;right:0;height:80px;background:#fff;border-top:1px solid rgba(0,0,0,.12);box-shadow:0 -2px 8px #7f7f7f1a;z-index:9999;display:none}.mobile-horizontal-menu.with-overlay{z-index:10002}@media(max-width:1024px){.mobile-horizontal-menu{display:block!important}}@media(max-width:1024px){.mobile-horizontal-menu{display:block}.modern-sidebar{display:none!important}}.mobile-menu-container{width:100%;height:100%;position:relative}.mobile-menu-scroll-container{width:100%;height:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mobile-menu-scroll-container::-webkit-scrollbar{display:none}.mobile-menu-items{display:flex;align-items:center;height:100%;width:max-content;min-width:100%}.mobile-menu-item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:100px;height:60px;padding:8px 12px;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;flex-shrink:0;user-select:none;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 4px #0000001a;margin:0 4px}.mobile-menu-item:hover,.mobile-menu-item:focus{background-color:#fc7d0714;outline:none}.mobile-menu-item:active{transform:scale(.95);background-color:#fc7d071f}.mobile-menu-item.active{background-color:#fc7d071f;color:#fc7d07}.mobile-menu-item-content{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.mobile-menu-item-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:inherit}.mobile-menu-item-icon i{font-size:20px;color:#fc7d07;transition:color .2s ease}.mobile-menu-item.active .mobile-menu-item-icon i{color:#fc7d07}.mobile-menu-item-label{font-size:11px;font-weight:500;text-align:center;line-height:1.2;color:#000000de;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu-item.active .mobile-menu-item-label{color:#fc7d07;font-weight:600}.mobile-menu-item-indicator{position:absolute;top:4px;right:4px;width:12px;height:12px;display:flex;align-items:center;justify-content:center;background:#fc7d07;border-radius:50%}.mobile-menu-item-indicator i{font-size:8px;color:#fff}.mobile-submenu-overlay{position:fixed;inset:0 0 80px;background:#00000080;z-index:10000;display:flex;align-items:flex-end;animation:fadeIn .3s ease-out}.mobile-submenu-container{width:100%;max-height:calc(70vh - 80px);background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #00000026;animation:slideUp .3s ease-out;display:flex;flex-direction:column}.mobile-submenu-header{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08);background:#f8f9fa;border-radius:16px 16px 0 0}.mobile-submenu-header-actions{display:flex;align-items:center;gap:8px}.mobile-submenu-back,.mobile-submenu-close{display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#fc7d07;transition:background-color .2s ease}.mobile-submenu-back:hover,.mobile-submenu-back:focus,.mobile-submenu-close:hover,.mobile-submenu-close:focus{background-color:#fc7d0714;outline:none}.mobile-submenu-title{font-size:16px;font-weight:600;color:#000000de;text-align:left;flex:1}.mobile-submenu-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-submenu-items{padding:8px;display:flex;flex-direction:column;gap:4px;padding-bottom:env(safe-area-inset-bottom)}.mobile-submenu-item{display:flex;align-items:center;padding:12px;border-radius:8px;background:transparent;cursor:pointer;transition:all .2s ease;border:1px solid transparent;min-height:48px}.mobile-submenu-item:hover,.mobile-submenu-item:focus{background-color:#fc7d0714;border-color:#fc7d0733;outline:none}.mobile-submenu-item:active{transform:scale(.98);background-color:#fc7d071f}.mobile-submenu-item.active{background-color:#fc7d071f;border-color:#fc7d07;color:#fc7d07}.submenu-item-content{display:flex;align-items:center;gap:12px;width:100%}.submenu-item-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fc7d071a;border-radius:8px;flex-shrink:0}.submenu-item-icon i{font-size:16px;color:#fc7d07}.submenu-item-label{font-size:15px;font-weight:500;color:#000000de;flex:1}.mobile-submenu-item.active .submenu-item-label{color:#fc7d07;font-weight:600}.submenu-item-indicator{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#0000008a}.submenu-item-indicator i{font-size:14px}.mobile-child-menu-overlay{position:fixed;inset:0 0 80px;background:#0009;z-index:10001;display:flex;align-items:flex-end;animation:fadeIn .3s ease-out}.mobile-child-menu-container{width:100%;max-height:calc(70vh - 80px);background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #0003;animation:slideUp .3s ease-out;display:flex;flex-direction:column}.mobile-child-menu-header{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08);background:#f1f3f4;border-radius:16px 16px 0 0}.mobile-child-menu-header-actions{display:flex;align-items:center;gap:8px}.mobile-child-menu-back,.mobile-child-menu-close{display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#fc7d07;transition:background-color .2s ease}.mobile-child-menu-back:hover,.mobile-child-menu-back:focus,.mobile-child-menu-close:hover,.mobile-child-menu-close:focus{background-color:#fc7d0714;outline:none}.mobile-child-menu-title{font-size:16px;font-weight:600;color:#000000de;text-align:left;flex:1}.mobile-child-menu-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-child-menu-items{padding:8px;display:flex;flex-direction:column;gap:4px;padding-bottom:env(safe-area-inset-bottom)}.mobile-child-menu-item{display:flex;align-items:center;padding:12px;border-radius:8px;background:transparent;cursor:pointer;transition:all .2s ease;border:1px solid transparent;min-height:48px}.mobile-child-menu-item:hover,.mobile-child-menu-item:focus{background-color:#fc7d0714;border-color:#fc7d0733;outline:none}.mobile-child-menu-item:active{transform:scale(.98);background-color:#fc7d071f}.mobile-child-menu-item.active{background-color:#fc7d071f;border-color:#fc7d07;color:#fc7d07}.child-menu-item-content{display:flex;align-items:center;gap:12px;width:100%}.child-menu-item-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fc7d0714;border-radius:6px;flex-shrink:0}.child-menu-item-icon i{font-size:14px;color:#fc7d07}.child-menu-item-label{font-size:14px;font-weight:500;color:#000000de;flex:1}.mobile-child-menu-item.active .child-menu-item-label{color:#fc7d07;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.mobile-submenu-overlay,.mobile-child-menu-overlay,.mobile-submenu-container,.mobile-child-menu-container{animation:none}.mobile-menu-item,.mobile-submenu-item,.mobile-child-menu-item{transition:none}}@media(prefers-contrast:high){.mobile-menu-item,.mobile-submenu-item,.mobile-child-menu-item{border:1px solid}.mobile-menu-item:focus,.mobile-submenu-item:focus,.mobile-child-menu-item:focus{outline:2px solid;outline-offset:2px}}@supports (padding-bottom: env(safe-area-inset-bottom)){.mobile-horizontal-menu{padding-bottom:env(safe-area-inset-bottom);height:calc(80px + env(safe-area-inset-bottom))}}@media(max-width:1024px){.main-content-area{padding-bottom:90px!important;margin-left:0!important}}
