.side-navigation{scrollbar-width:none;padding:.6rem 0}.side-navigation::-webkit-scrollbar{display:none}@media only screen and (max-width:767px){.side-navigation{z-index:1000;height:60px;padding-bottom:calc(env(safe-area-inset-bottom) + 10px);flex-direction:row;align-items:center;display:flex;position:fixed;bottom:0;left:0;width:100%!important}.side-navigation .custom-nav-menu{flex-direction:row!important;justify-content:space-around!important;width:100%!important}.side-navigation .custom-nav-footer{display:none!important}}@media only screen and (min-width:768px){.side-navigation{z-index:1000;flex-direction:column;align-items:center;width:60px;min-height:100vh;display:flex;position:fixed;top:0;left:0}}.side-navigation.custom-dark-bg{color:#fff;background:#212529;border-right:1px solid #2c3237}.nav-account-avatar{cursor:pointer;background:0 0;border:none;border-radius:12px;outline:none;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:.25rem 0;transition:all .2s;display:flex;position:relative}.nav-account-avatar .avatar-circle{background:#3a3f47;border:2px solid #404850;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;transition:all .2s;display:flex;overflow:hidden}.nav-account-avatar .avatar-circle img{object-fit:cover;border-radius:50%;width:100%;height:100%}.nav-account-avatar .avatar-circle .avatar-placeholder{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.nav-account-avatar .avatar-circle .avatar-placeholder svg{stroke-width:2px;width:16px;height:16px}.nav-account-avatar:hover .avatar-circle{border-color:#4f46e5;transform:scale(1.05)}@media only screen and (max-width:767px){.nav-account-avatar{padding:0}}.custom-nav-menu{flex-direction:column;flex:1;align-items:center;width:100%;padding:0 .75rem;display:flex}.custom-nav-item{cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;width:100%;padding:.25rem 0;text-decoration:none;transition:all .2s;display:flex;position:relative}.custom-nav-item .custom-nav-icon{color:#dedede;background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex}.custom-nav-item .custom-nav-icon svg{stroke-width:2px;width:18px;height:18px}.custom-nav-item .custom-bubble{color:#fff;opacity:0;visibility:hidden;white-space:nowrap;z-index:9999;background:#1f2937;border-radius:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;position:absolute;top:50%;left:calc(100% + 25px);transform:translateY(-50%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media only screen and (max-width:767px){.custom-nav-item .custom-bubble{display:none}}.custom-nav-item .custom-bubble:before{content:"";border:4px solid #0000;border-left-width:0;border-right-color:#1f2937;width:0;height:0;position:absolute;top:50%;left:-4px;transform:translateY(-50%)}.custom-nav-item:hover .custom-nav-icon{color:#fff;background:#4f46e5;transform:scale(1.05)}.custom-nav-item.active .custom-nav-icon{color:#fff;background:#3a3f47}.custom-nav-item.active .custom-nav-icon svg{stroke-width:2.5px}.custom-nav-item.active:hover .custom-nav-icon{color:#fff;background:#4f46e5;transform:scale(1.05)}.custom-logout-btn{cursor:pointer;background:0 0;border:none;border-radius:12px;outline:none;flex-direction:column;align-items:center;width:100%;padding:.25rem 0;transition:all .2s;display:flex;position:relative}.custom-logout-btn .custom-nav-icon{color:#dedede;background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex}.custom-logout-btn .custom-nav-icon svg{stroke-width:2px;width:20px;height:20px}.custom-logout-btn .custom-bubble{color:#fff;opacity:0;visibility:hidden;pointer-events:none;white-space:nowrap;z-index:9999;background:#1f2937;border-radius:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.custom-logout-btn .custom-bubble:before{content:"";border:4px solid #0000;border-left-width:0;border-right-color:#1f2937;width:0;height:0;position:absolute;top:50%;left:-4px;transform:translateY(-50%)}.custom-logout-btn:hover .custom-nav-icon{color:#fff;background:#ef4444}.custom-nav-footer{flex-direction:column;align-items:center;width:100%;margin-top:auto;padding:0 .75rem;display:flex}.main-content{min-height:100vh;margin-left:60px;transition:margin-left .3s}.account-switcher-overlay{z-index:2000;background:#0000008c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.account-switcher-overlay.opening{animation:.2s ease-out accountSwitcherFadeIn}.account-switcher-overlay.opening .account-switcher-sheet{animation:.25s ease-out accountSwitcherSlideUp}.account-switcher-overlay.closing{animation:.22s ease-out forwards accountSwitcherFadeOut}.account-switcher-overlay.closing .account-switcher-sheet{animation:.22s ease-out forwards accountSwitcherSlideDown}@media only screen and (min-width:768px){.account-switcher-overlay{align-items:center;padding:1.5rem}}.account-switcher-sheet{width:100%;max-width:420px;max-height:min(72vh,560px);padding-bottom:env(safe-area-inset-bottom,0);background:#fff;border-radius:20px 20px 0 0;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 -8px 32px #0000002e}@media only screen and (min-width:768px){.account-switcher-sheet{border-radius:16px;padding-bottom:0}}.account-switcher-sheet .sheet-handle{background:#d1d5db;border-radius:999px;width:36px;height:4px;margin:.625rem auto .25rem}@media only screen and (min-width:768px){.account-switcher-sheet .sheet-handle{display:none}}.account-switcher-sheet .sheet-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.75rem 1.25rem .875rem;display:flex}.account-switcher-sheet .sheet-header h3{color:#1e293b;margin:0;font-size:1.0625rem;font-weight:700}.account-switcher-sheet .sheet-header .sheet-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.account-switcher-sheet .sheet-header .sheet-close-btn:hover{color:#1e293b;background:#e2e8f0}.account-switcher-sheet .sheet-accounts{-ms-overflow-style:none;scrollbar-width:none;padding:.5rem 0 1rem;overflow-y:auto}.account-switcher-sheet .sheet-accounts::-webkit-scrollbar{display:none}.account-switcher-sheet .sheet-account{cursor:pointer;align-items:center;gap:.875rem;padding:.875rem 1.25rem;transition:background .15s;display:flex}.account-switcher-sheet .sheet-account:hover{background:#f8fafc}.account-switcher-sheet .sheet-account.active{background:#f0f9ff}.account-switcher-sheet .sheet-account.active .account-name{color:#3b82f6;font-weight:600}.account-switcher-sheet .sheet-account .sheet-account-avatar{flex-shrink:0}.account-switcher-sheet .sheet-account .sheet-account-avatar .avatar-image{object-fit:cover;border:2px solid #e2e8f0;border-radius:50%;width:48px;height:48px;display:block}.account-switcher-sheet .sheet-account .sheet-account-avatar .avatar-placeholder{color:#64748b;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.account-switcher-sheet .sheet-account .sheet-account-details{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.account-switcher-sheet .sheet-account .sheet-account-details .account-name,.account-switcher-sheet .sheet-account .sheet-account-details .account-email{text-overflow:ellipsis;white-space:nowrap;margin:0;line-height:1.35;overflow:hidden}.account-switcher-sheet .sheet-account .sheet-account-details .account-name{color:#1e293b;font-size:.9375rem;font-weight:500}.account-switcher-sheet .sheet-account .sheet-account-details .account-email{color:#64748b;font-size:.8125rem}.account-switcher-sheet .sheet-account .account-check{color:#3b82f6;flex-shrink:0;align-items:center;display:flex}.account-switcher-sheet .sheet-account .logout-btn{white-space:nowrap;color:#fff;cursor:pointer;background-color:#c10000;border:2px solid #c10000;border-radius:8px;align-items:center;gap:5px;padding:5px 8px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.account-switcher-sheet .sheet-account .logout-btn:hover{color:#c10000;background-color:#fff}.account-switcher-sheet .add-account-btn{color:#fff;background:#3b82f6;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;margin:.5rem 1.25rem 0;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.account-switcher-sheet .add-account-btn:hover{background:#2563eb}@keyframes accountSwitcherFadeIn{0%{opacity:0}to{opacity:1}}@keyframes accountSwitcherFadeOut{0%{opacity:1}to{opacity:0}}@keyframes accountSwitcherSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes accountSwitcherSlideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}
