.shell-root{background:var(--bg5);max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}html.dark .shell-root{background:var(--bg)}.shell-sidebar{background:#18191d;flex-direction:column;flex-shrink:0;width:240px;height:100vh;padding:22px 24px 0;display:flex;position:sticky;top:0;overflow-y:auto}[data-theme=light] .shell-sidebar{background:var(--surface)}.shell-logo{align-items:center;gap:9px;margin-bottom:26px;padding:0 4px;display:flex}.shell-group-label{letter-spacing:.1em;color:var(--text3);text-transform:uppercase;margin-bottom:6px;padding:0 8px;font-size:10px;font-weight:700}.shell-nav{flex-direction:column;gap:1px;margin-bottom:2px;display:flex}.shell-nav-link{color:var(--text2);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:9px;width:100%;padding:8px 10px;font-size:13px;font-weight:400;text-decoration:none;transition:background .13s,color .13s;display:flex}.shell-nav-link:hover{background:var(--surface2);color:var(--text)}.shell-nav-link--active{font-weight:700;color:var(--text)!important}.shell-nav-link--active:hover{background:#d0d0d01a}.shell-nav-icon{flex-shrink:0;align-items:center;display:flex}.shell-logout{color:#ef4444!important}.shell-logout:hover{background:#ef44440f!important}.shell-content-col{flex-direction:column;flex:1;min-width:0;display:flex}.shell-main{box-sizing:border-box;flex:1;min-width:0;max-width:100%;padding:22px 20px;overflow-x:hidden}.shell-mobile-header{display:none}.shell-hamburger{width:36px;height:36px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.shell-hamburger:hover{color:var(--green)}.shell-drawer-backdrop,.shell-drawer-overlay{z-index:400;background:#0000008c;position:fixed;inset:0}.shell-drawer{background:var(--surface);z-index:500;flex-direction:column;width:288px;max-width:92vw;padding:22px 20px 0;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:4px 0 32px #0000002e}.shell-drawer-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 18px;display:flex}.shell-drawer-close{width:32px;height:32px;color:var(--text3);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s;display:flex;position:absolute;top:16px;right:16px}.shell-drawer-close:hover{color:var(--text)}.shell-drawer-scroll{flex:1;padding:4px 24px 16px;overflow-y:auto}.shell-drawer-section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text3);margin-bottom:10px;font-size:10px;font-weight:700}.shell-drawer-divider{background:var(--border);height:1px;margin:24px 0 20px}.shell-drawer-nav{flex-direction:column;gap:0;display:flex}.shell-drawer-link{color:var(--text2);letter-spacing:-.01em;border-bottom:none;align-items:center;gap:12px;padding:10px 0;font-size:14px;font-weight:400;text-decoration:none;transition:color .13s;display:flex}.shell-drawer-link svg{opacity:.6;flex-shrink:0}.shell-drawer-link:hover svg,.shell-drawer-link.active svg{opacity:1}.shell-drawer-link:hover{color:var(--text)}.shell-drawer-link.active{color:var(--text);font-weight:600}.shell-drawer-socials{align-items:center;gap:20px;margin-top:4px;display:flex}.shell-social-icon{color:var(--text3);flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:color .15s;display:flex}.shell-social-icon svg{width:20px;height:20px}.shell-social-icon:hover{color:var(--text)}.shell-drawer-badges{grid-template-columns:1fr 1fr;gap:0;margin-top:4px;display:grid}.shell-store-badge{color:#000;box-sizing:border-box;background:#fff;border:none;border-radius:10px;align-items:center;gap:8px;min-width:0;padding:10px 12px;text-decoration:none;transition:opacity .15s;display:flex}[data-theme=light] .shell-store-badge{color:#fff;background:#000}.shell-store-badge:hover{opacity:.8}.shell-store-badge svg{flex-shrink:0}.shell-store-badge-text{flex-direction:column;gap:0;display:flex}.shell-store-badge-sub{color:inherit;font-size:10px;font-weight:400;line-height:1.2}.shell-store-badge-main{color:inherit;font-size:15px;font-weight:700;line-height:1.3;font-family:var(--font-dm-sans), sans-serif}.shell-sidebar-badges{flex-direction:column;gap:8px;margin-top:4px;display:flex}.shell-sidebar .shell-drawer-link{padding:8px 0;font-size:14px}.shell-sidebar .shell-drawer-section-label,.shell-sidebar .shell-group-label{font-size:10px}.shell-profile-submenu-wrap{position:relative}.shell-profile-submenu-btn{cursor:pointer;width:100%;color:var(--text2);text-align:left;letter-spacing:-.01em;background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 0;font-family:inherit;font-size:16px;font-weight:400;transition:color .13s;display:flex}.shell-sidebar .shell-profile-submenu-btn{padding:8px 0;font-size:14px}.shell-profile-submenu-btn:hover,.shell-profile-submenu-btn.open{color:var(--text)}.shell-profile-chevron{color:var(--text3);flex-shrink:0;transition:transform .22s cubic-bezier(.4,0,.2,1),color .15s;transform:rotate(0)}.shell-profile-chevron.open{color:var(--text2);transform:rotate(90deg)}.shell-profile-submenu{flex-direction:column;gap:2px;padding-left:12px;animation:.2s forwards ph4SlideDown;display:flex;overflow:hidden}.shell-profile-submenu-item{color:var(--text3);letter-spacing:-.01em;padding:8px 0;font-size:14px;text-decoration:none;transition:color .13s;display:block}.shell-profile-submenu-item:hover{color:var(--text)}@keyframes ph4SlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.shell-drawer-footer{border-top:1px solid var(--border);flex-shrink:0;padding:14px 24px}.shell-drawer-logout{width:100%;color:var(--text3);cursor:pointer;text-align:left;letter-spacing:-.01em;background:0 0;border:none;padding:10px 0;font-family:inherit;font-size:15px;font-weight:500;transition:color .13s;display:block}.shell-drawer-logout:hover{color:#ef4444}button.shell-tour-btn{text-align:left;cursor:pointer;color:#c800a7;background:0 0;border:none;width:100%;font-family:inherit;font-weight:500}button.shell-tour-btn:hover{color:#c800a7;opacity:.75}.shell-user-section{align-items:center;gap:10px;padding:0 2px 20px;display:flex}.shell-user-avatar{color:#000;letter-spacing:.03em;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:flex}[data-theme=light] .shell-user-avatar{color:#fff;background:#000}.shell-user-info{flex-direction:column;gap:4px;min-width:0;display:flex}.shell-user-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:13px;font-weight:600;overflow:hidden}.shell-tier-badge{letter-spacing:.05em;border-radius:100px;width:fit-content;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.exit-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;padding:24px;animation:.2s exitFadeIn;display:flex;position:fixed;inset:0}@keyframes exitFadeIn{0%{opacity:0}to{opacity:1}}.exit-modal{text-align:center;background:0 0;border-radius:20px;width:100%;max-width:380px;padding:36px 32px 28px;animation:.25s exitSlideUp}@keyframes exitSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.exit-emoji{margin-bottom:12px;font-size:40px}.exit-title{font-family:var(--font-dm-sans), sans-serif;color:#fff;margin:0 0 10px;font-size:22px;font-weight:800;line-height:1.2}.exit-sub{color:#ffffffa6;margin:0 0 24px;font-size:13px;line-height:1.6}.exit-actions{flex-direction:column;gap:10px;display:flex}.exit-btn-stay{color:#fff;font-family:var(--font-dm-sans), sans-serif;cursor:pointer;background:linear-gradient(135deg,red,#a0f);border:none;border-radius:100px;padding:14px 0;font-size:14px;font-weight:800;transition:opacity .15s}.exit-btn-stay:hover{opacity:.88}.exit-btn-leave{color:#ffffff80;font-family:var(--font-dm-sans), sans-serif;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:100px;padding:12px 0;font-size:13px;font-weight:600;transition:opacity .15s}.exit-btn-leave:hover{opacity:.7}@media (max-width:768px){.shell-sidebar{display:none}.shell-mobile-header{z-index:300;box-sizing:border-box;background:0 0;justify-content:space-between;align-items:center;height:54px;padding:10px 14px;display:flex;position:sticky;top:0}.shell-mobile-logo{align-items:center;gap:8px;display:flex}.shell-content-col{max-width:100vw;height:100vh;overflow:hidden auto}.shell-main{max-width:100vw;padding:16px 12px 24px}}
