.mobile-content{display:flex;flex-direction:column;height:100dvh;min-height:0;overflow:hidden}.mobile-content .mobile-body{flex:1 1 auto;display:flex;flex-direction:column;gap:12px;overflow-y:auto;-webkit-overflow-scrolling:auto;overscroll-behavior:contain;min-height:0;height:100%;padding:12px 16px calc(80px + env(safe-area-inset-bottom))}.mobile-space-sticky{height:64px}.mobile-drawer{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100%;background-color:var(--bg-dark1);z-index:1000;transition:right .3s ease-in-out;transform:translateX(100%);box-shadow:-2px 0 8px rgba(0,0,0,.15);display:flex;flex-direction:column}.mobile-drawer.open{right:0;transform:translateX(0)}.mobile-drawer .drawer-header{display:flex;justify-content:flex-end;padding:16px}.mobile-drawer .drawer-header .close-btn{background:none;font-size:24px;border:none;cursor:pointer;color:var(--color-white)}.mobile-drawer .drawer-body{flex:1 1;padding:0 16px 16px;display:flex;flex-direction:column;gap:6px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer .drawer-body .not-auth-btn-group{margin-bottom:14px}.mobile-drawer .divider{height:1px;background-color:var(--border-mobile-normal);margin:12px 0}.drawer-backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:999}.mobile .account-drawer .logout-btn{width:100%;padding:12px;background-color:#f6465d1a;color:#F6465D;border:none;border-radius:6px;font-weight:700;cursor:pointer;bottom:0}.mobile-drawer .profile-wrap{display:flex;align-items:center;justify-content:space-between;padding:0 16px}.mobile-drawer .profile-wrap .profile{display:flex;align-items:center;gap:12px}.mobile-drawer .profile-wrap .profile .icon-arrow{color:#81858c}.mobile-drawer .profile-wrap .profile .user-avatar{border-radius:50%;width:50px;height:50px;background-color:var(--bg-gray1);padding:4px}.mobile-drawer .profile-wrap .profile .user-info{display:flex;flex-direction:column;gap:2px}.mobile-drawer .profile-wrap .profile .user-info .uuid{color:#81858c;font-size:10px}.mobile-drawer .profile-wrap .profile .user-info .nickname{font-weight:500;font-size:16px}.mobile-drawer .menu-content{display:flex;flex-direction:column;gap:12px}.mobile-drawer .menu-content .category{font-size:13px;font-weight:500}.mobile-drawer .menu-content .menu-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.mobile-drawer .menu-content .menu-grid .menu-item{aspect-ratio:1/1;background-color:rgba(var(--bg-main-light));border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;max-width:56px}.mobile-drawer .menu-content .menu-grid .menu-item .menu-icon{width:24px;height:24px;font-size:24px;flex:0 0 auto}.mobile-drawer .menu-content .menu-grid .menu-item .menu-title{font-size:9px;color:#81858c;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2;text-align:center}.mobile-drawer .drawer-footer{padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--border-mobile-normal);background-color:var(--bg-dark1);display:flex;flex-direction:column;gap:12px}.mobile-drawer .menu-item{display:flex;align-items:center;justify-content:space-between;padding:0}.mobile-drawer .menu-item .menu-title{color:#81858c;font-weight:400;font-size:14px}.mobile-drawer .drawer-footer .logout-btn{width:100%;padding:12px;background-color:#f6465d1a;color:#F6465D;border:none;border-radius:6px;font-weight:700;cursor:pointer}.theme-toggle-wrapper{cursor:pointer}.theme-toggle{width:40px;height:24px;background-color:#444;border-radius:999px;padding:3px;display:flex;align-items:center;transition:background-color .3s ease}.theme-toggle.active{background-color:#ccc}.toggle-thumb{width:18px;height:18px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translateX(0);transition:transform .3s ease;color:#000}.theme-toggle.active .toggle-thumb{transform:translateX(16px)}.mobile-header .language-select{font-size:16px;transform:scale(.875);transform-origin:left center}.mobile-header .top-tabs{display:flex;align-items:center;gap:12px}.mobile-header .top-tabs .tab{font-size:16px;font-weight:500;color:#ccc;min-width:0;min-height:unset;line-height:1;padding:4px 2px;text-transform:none}.mobile-header .top-tabs .tab.active{font-weight:700;color:var(--color-white)}.ptr-root{position:relative;overflow:hidden;background:transparent}.ptr-scroll{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;will-change:transform;transition:transform .18s ease-out}.ptr-indicator{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}@keyframes ptr-bob{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.ptr-bounce img{animation:ptr-bob .8s ease-in-out infinite;width:36px;height:36px;opacity:1;margin-top:12px}.mobile-content .tab-box{width:100%;height:100%;display:flex;flex-direction:column;padding:0;min-height:300px}.mobile-content .tab-root{min-height:0}.mobile-content .tab-root.tab-subs{border-bottom:1px solid var(--border-normal)}.mobile-content .tab-body{height:100%;display:flex;flex-direction:column;gap:8px}.mobile-content .tab-root .MuiTab-root{color:#ccc;font-weight:500;font-size:16px;min-width:0;min-height:unset;line-height:1;padding:4px 2px;text-transform:none}.mobile-content .tab-root.tab-subs .MuiTab-root{font-size:16px}.mobile-content .tab-root .Mui-selected{font-weight:700;color:var(--color-white)}.mobile-content .tab-root .MuiTabs-list{gap:12px;margin-bottom:4px}.mobile-content .tab-root.tab-main .MuiTabs-list{margin-bottom:0}.mobile-content .tab-root .MuiTabs-indicator{background-color:transparent}.mobile-content .tab-root .custom-indicator{width:20px;height:2px;background:rgb(var(--color-main));border-radius:8px}.mobile-content .tab-root.tab-main .MuiTabs-indicator{background-color:transparent}