.sh{min-height:100dvh;display:flex;flex-direction:column}.sh-header{position:sticky;top:0;z-index:var(--z-header);height:var(--header-h);background:color-mix(in srgb,var(--surface) 86%,transparent);backdrop-filter:saturate(1.5) blur(16px);border-bottom:1px solid var(--border)}.sh-header-inner{height:100%;width:min(var(--page-wide),100%);margin:0 auto;padding:0 var(--gutter);display:flex;align-items:center;gap:var(--sp-4)}.sh-logo{display:inline-flex;gap:9px;flex:none;font-weight:900;font-size:18px;letter-spacing:-.01em}.sh-logo,.sh-nav{align-items:center}.sh-nav{display:flex;gap:2px;margin-inline-start:var(--sp-3)}.sh-nav a{position:relative;display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 12px;border-radius:11px;color:var(--text-2);font-weight:750;font-size:14.5px;white-space:nowrap;transition:background var(--dur-fast),color var(--dur-fast)}.sh-nav a:hover{background:var(--surface-2);color:var(--text)}.sh-nav a[aria-current=page]{color:var(--brand);background:var(--brand-soft)}.sh-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:99px;background:var(--danger);color:var(--on-danger);font-size:11px;font-weight:800;line-height:1}.sh-search-desktop{flex:1;display:flex;justify-content:flex-end;min-width:0}.sh-actions{display:flex;align-items:center;gap:6px;flex:none}.sh-icon{position:relative;display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;color:var(--text-2)}.sh-icon:hover{background:var(--surface-2);color:var(--text)}.sh-dot{position:absolute;top:4px;inset-inline-end:3px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--danger);color:var(--on-danger);font-size:10.5px;font-weight:800;display:grid;place-items:center;border:2px solid var(--surface)}.sh-search-toggle{display:none}.sh-avatar{display:inline-flex;align-items:center;gap:4px;height:42px;padding:3px;padding-inline-end:8px;border-radius:99px;border:1px solid var(--border);background:var(--surface)}.sh-avatar-lg,.sh-avatar>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--brand),#8b5cf6);color:#fff;font-weight:850}.sh-avatar-lg{width:44px;height:44px;font-size:18px}.sh-avatar-caret{color:var(--muted)}.sh-pop-wrap{position:relative}.sh-pop{position:absolute;top:calc(100% + 10px);inset-inline-end:0;z-index:var(--z-popover);width:320px;padding:8px;border-radius:var(--r-lg);background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-lg);animation:pop-in var(--dur-fast) var(--ease)}.sh-pop-head{display:flex;align-items:center;justify-content:space-between;padding:8px 10px}.sh-pop-foot{display:block;text-align:center;padding:10px;margin-top:4px;border-top:1px solid var(--border);color:var(--brand);font-weight:750;font-size:14px}.sh-menu{width:548px;padding:8px}.sh-menu-head{display:flex;align-items:center;gap:12px;padding:10px 10px 14px;margin-bottom:6px;border-bottom:1px solid var(--border)}.sh-menu-who{display:grid;gap:2px;min-width:0}.sh-menu-head strong{display:block;font-size:15.5px;font-weight:850;line-height:1.5}.sh-menu-head small,.sh-menu-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sh-menu-head small{color:var(--muted);font-size:12.5px}.sh-menu-handle{font-family:var(--font-latin);font-weight:700;color:var(--brand-ink)}.sh-menu-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.sh-menu-chip{position:relative;display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 10px;border-radius:99px;background:var(--surface-2);color:var(--text-2);font-size:12px;font-weight:800;white-space:nowrap;transition:filter var(--dur-fast)}.sh-menu-chip:hover{filter:brightness(.97)}.sh-menu-chip[data-plan=active]{background:var(--success-soft);color:var(--success)}.sh-menu-chip[data-plan=trial]{background:var(--info-soft);color:var(--info)}.sh-menu-chip[data-plan=free]{background:var(--accent-soft);color:var(--accent-ink)}.sh-menu-chip[data-plan=rank]{background:color-mix(in srgb,var(--rank,var(--brand)) 14%,var(--surface));color:var(--text)}.sh-menu-chip[data-plan=rank] svg{color:var(--rank,var(--brand))}.sh-menu-chip[data-plan=momentum]{background:var(--warning-soft);color:var(--text)}.sh-menu-chip[data-plan=momentum] svg{color:var(--warning)}.sh-menu-chip b{font-weight:850}.sh-menu-chip:focus-visible{outline-offset:1px}.sh-menu-groups{column-count:2;column-gap:16px;column-rule:1px solid var(--border)}.sh-menu-group{display:grid;align-content:start;gap:1px;padding:6px 0 8px;break-inside:avoid}.sh-menu-label{padding:4px 10px;color:var(--muted);font-size:11.5px;font-weight:850}.sh-menu .ui-menu-item svg{flex:none;color:var(--muted);transition:color var(--dur-fast)}.sh-menu .ui-menu-item:focus-visible svg,.sh-menu .ui-menu-item:hover svg{color:var(--brand)}.sh-menu .ui-menu-item[data-danger=true] svg{color:currentColor}.sh-menu .ui-menu-item:focus-visible{outline-offset:-2px;background:var(--surface-2);color:var(--text)}.sh-menu-foot{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:6px 8px;margin-top:4px;padding-top:8px;border-top:1px solid var(--border)}.sh-menu-foot>.ui-menu-item:not([data-danger]){grid-column:1/-1}.sh-theme-top{margin:2px 4px 8px}.sh-menu-foot>[data-danger=true]{padding-inline:12px}@media (min-width:861px){.sh-menu-group{padding-inline:2px}}.sh-theme{display:flex;gap:4px;margin:6px 4px;padding:4px;border-radius:12px;background:var(--surface-2)}.sh-theme button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;height:34px;border-radius:9px;color:var(--muted);font-size:12.5px;font-weight:700}.sh-theme button[aria-pressed=true]{background:var(--segment-on);color:var(--text);box-shadow:var(--shadow-xs)}.sh-notifs{width:360px}.sh-notif-list{list-style:none;display:grid;gap:2px;max-height:360px;overflow-y:auto}.sh-notif-list a{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:10px 12px;border-radius:14px;transition:background var(--dur-fast)}.sh-notif-list a:hover{background:var(--surface-2)}.sh-notif-list a[data-unread=true]{background:color-mix(in srgb,var(--brand-soft) 55%,transparent)}.sh-notif-list a[data-unread=true]:hover{background:var(--brand-soft)}.sh-notif-icon{position:relative;display:grid;place-items:center;width:36px;height:36px;margin-top:2px;border-radius:12px;background:var(--surface-2);color:var(--muted)}.sh-notif-list a[data-unread=true] .sh-notif-icon{background:var(--brand-soft);color:var(--brand)}.sh-notif-list a[data-unread=true] .sh-notif-icon:after{content:"";position:absolute;top:-2px;inset-inline-end:-2px;width:10px;height:10px;border-radius:50%;background:var(--brand);border:2px solid var(--surface-raised)}.sh-notif-text{display:grid;gap:1px;min-width:0}.sh-notif-list strong{font-size:14px;font-weight:750;line-height:1.6}.sh-notif-list a[data-unread=false] strong{font-weight:600;color:var(--text-2)}.sh-notif-text>span{color:var(--muted);font-size:13px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sh-notif-list time{color:var(--muted);font-size:11.5px}.sh-pop-head strong{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:850}.sh-pop-count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 7px;border-radius:99px;background:var(--brand-soft);color:var(--brand);font-size:12px;font-weight:800}.sh-pop-action{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 10px;border-radius:10px;color:var(--brand);font-size:13px;font-weight:750}.sh-pop-action:hover{background:var(--brand-soft)}.sh-notif-skeleton{display:grid;gap:8px;padding:6px 4px}.sh-notif-empty{display:grid;justify-items:center;gap:4px;padding:20px 16px 16px;text-align:center}.sh-notif-empty strong{font-size:15px}.sh-notif-empty p{color:var(--muted);font-size:13px;line-height:1.8;max-width:30ch}.sh-pop-foot:hover{background:var(--surface-2);border-radius:0 0 12px 12px}.sh-search{width:min(420px,100%)}.sh-search,.sh-search form{position:relative}.sh-search form svg{position:absolute;top:50%;inset-inline-start:13px;transform:translateY(-50%);color:var(--muted);pointer-events:none}.sh-search input{width:100%;height:42px;padding-inline:40px 14px;border-radius:12px;border:1px solid transparent;background:var(--surface-2);font-size:14px;transition:background var(--dur-fast),border-color var(--dur-fast),box-shadow var(--dur-fast)}.sh-search input:focus{outline:none;background:var(--surface);border-color:var(--brand);box-shadow:var(--focus-ring)}.sh-search-panel{position:absolute;top:calc(100% + 8px);inset-inline:0;z-index:var(--z-popover);max-height:min(70dvh,560px);overflow-y:auto;padding:8px;border-radius:var(--r-lg);background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-lg);animation:pop-in var(--dur-fast) var(--ease)}.sh-search-group{display:grid;gap:2px;padding:4px 0}.sh-search-group h4{padding:4px 10px;font-size:12px;color:var(--muted);font-weight:800}.sh-search-chips{display:flex;flex-wrap:wrap;gap:6px;padding:4px 8px}.sh-search-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border-radius:12px;text-align:start}.sh-search-item:focus-visible,.sh-search-item:hover{background:var(--surface-2)}.sh-search-item strong{display:block;font-size:14px}.sh-search-item small{display:block;color:var(--muted);font-size:12px}.sh-search-item>span:last-child{min-width:0}.sh-search-match{margin-top:2px;padding:1px 8px;border-radius:6px;background:var(--surface-2);color:var(--text-2)!important;font-family:var(--font-latin);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;unicode-bidi:plaintext;text-align:start}.sh-search-thumb{display:grid;place-items:center;width:56px;height:36px;flex:none;border-radius:8px;overflow:hidden;background:var(--surface-3);color:var(--muted)}.sh-search-thumb img{width:100%;height:100%;object-fit:cover}.sh-search-empty{padding:14px 12px;color:var(--muted);font-size:13.5px;text-align:center;line-height:1.9}.sh-search-all{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:4px;padding:10px;border-radius:12px;background:var(--brand-soft);color:var(--brand);font-weight:750;font-size:13.5px}.sh-mobile-search{position:absolute;inset:0;z-index:2;display:flex;align-items:center;gap:8px;padding:0 var(--gutter);background:var(--surface)}.sh-mobile-search .sh-search{flex:1;width:auto}.sh-main{flex:1;width:min(var(--page-max),100%);margin:0 auto;padding:var(--sp-6) var(--gutter) var(--sp-16)}.sh[data-immersive=true] .sh-main{width:min(var(--page-wide),100%);padding-top:var(--sp-4)}.sh-footer{border-top:1px solid var(--border);background:var(--surface)}.sh-footer-inner{width:min(var(--page-max),100%);margin:0 auto;padding:20px var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:13px}.sh-footer-inner nav{display:flex;gap:18px}.sh-footer-inner a{display:inline-flex;align-items:center;gap:5px}.sh-footer-inner a:hover{color:var(--brand)}.sh-bottom,.sh-menu .sh-menu-phone{display:none}@media (max-width:1180px){.sh-search-desktop{display:none}.sh-search-toggle{display:inline-grid}.sh-actions{margin-inline-start:auto}}@media (max-width:860px){.sh-footer,.sh-nav{display:none}.sh-menu .sh-menu-phone{display:flex}.sh-header-inner{gap:8px}.sh-main{padding:var(--sp-4) var(--gutter) calc(var(--bottom-nav-h) + 28px + env(safe-area-inset-bottom))}.sh[data-immersive=true] .sh-main{padding-top:0}.sh-bottom{position:fixed;inset-inline:0;bottom:0;z-index:var(--z-bottom-nav);display:grid;grid-template-columns:repeat(5,1fr);padding:4px 4px calc(4px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(16px);border-top:1px solid var(--border)}.sh-bottom a{display:grid;justify-items:center;gap:1px;min-height:54px;padding:4px 0;color:var(--muted);font-size:11px;font-weight:750}.sh-bottom-icon{position:relative;display:grid;place-items:center;width:52px;height:30px;border-radius:99px;transition:background var(--dur) var(--ease)}.sh-bottom a[aria-current=page]{color:var(--brand)}.sh-bottom a[aria-current=page] .sh-bottom-icon{background:var(--brand-soft)}.sh-bottom .sh-badge{position:absolute;top:-3px;inset-inline-end:2px;min-width:18px;height:18px;font-size:10px;border:2px solid var(--surface)}.sh-pop{position:fixed;top:auto;bottom:0;inset-inline:0;border-radius:22px 22px 0 0;padding-bottom:calc(14px + env(safe-area-inset-bottom));max-height:80dvh;overflow-y:auto}.sh-notifs,.sh-pop{width:auto}}@media (max-width:480px){.sh-header-inner{gap:6px}.sh-actions{gap:2px}.sh-actions .sh-icon{width:38px}.sh-avatar{padding-inline-end:3px}.sh-avatar-caret{display:none}}@media (max-width:380px){.sh-logo>span{display:none}}.sh-icon .sh-dot{top:1px;inset-inline-end:-2px;min-width:16px;height:16px;padding:0 3px;font-size:9.5px;line-height:1;border-width:1.5px;pointer-events:none}.sh-icon>svg{position:relative;top:1px}@media (max-width:860px){.sh-bottom{grid-template-columns:repeat(5,minmax(0,1fr));max-width:100%;box-sizing:border-box;overflow:hidden}.sh-bottom a{min-width:0;min-height:56px;align-content:center;-webkit-tap-highlight-color:transparent}.sh-bottom a>.sh-bottom-icon{width:min(52px,100%)}.sh-bottom a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sh-bottom .sh-badge{inset-inline-end:-2px}}.sh-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent}.sh-header:before{content:"";position:absolute;inset:0;z-index:-1;background:color-mix(in srgb,var(--surface) 86%,transparent);backdrop-filter:saturate(1.5) blur(16px);-webkit-backdrop-filter:saturate(1.5) blur(16px);pointer-events:none}@media (max-width:860px){.sh-pop,.sh-pop.lg-pop{width:auto;max-width:none;inset-inline:0;box-shadow:0 0 0 100vmax rgba(5,8,18,.45),var(--shadow-lg);padding-top:18px}[data-theme=dark] .sh-pop{box-shadow:0 0 0 100vmax rgba(0,0,0,.62),var(--shadow-lg);border-color:var(--border-strong)}.sh-pop:before{content:"";position:absolute;top:7px;left:50%;width:40px;height:4px;margin-left:-20px;border-radius:99px;background:var(--border-strong)}}.sh-header:has(.sh-pop){z-index:var(--z-sheet)}@media (min-width:861px) and (max-width:1180px){.sh-header-inner{gap:10px}.sh-logo>span{display:none}.sh-nav{flex:0 1 auto;min-width:0;margin-inline-start:0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.sh-nav::-webkit-scrollbar{display:none}.sh-nav a{flex:none;padding:0 10px}.sh-actions{min-width:0}.sh-menu .sh-menu-phone{display:flex}}@media (pointer:coarse){.sh-avatar,.sh-icon{height:var(--tap-min)}.sh-theme button{height:40px}.sh-notif-list a,.sh-pop-action,.sh-search-item{min-height:var(--tap-min)}}.sh-notif-list,.sh-pop,.sh-search-panel{overscroll-behavior:contain}.sh-notif-list span,.sh-notif-list strong{overflow-wrap:anywhere}@media (max-width:860px){html[data-kb-open] .sh-pop{bottom:var(--kb-inset,0);max-height:calc(100dvh - var(--kb-inset, 0px) - 8px);padding-bottom:14px}}@media (min-width:861px){.sh-pop{max-height:calc(100svh - var(--header-h) - 20px);overflow-y:auto}}@media (max-width:360px){.sh-header-inner{gap:4px}.sh-actions{gap:0}.sh-actions .sh-icon{width:36px}.sh-actions .lg-trigger-caret{display:none}.sh-avatar{padding-inline:2px}}[data-theme=dark] .sh-pop,[data-theme=dark] .sh-search-panel{border-color:var(--border-strong)}@supports not ((backdrop-filter:blur(4px)) or (-webkit-backdrop-filter:blur(4px))){.sh-bottom,.sh-header:before{background:var(--surface)}}@media (max-width:860px){.sh-menu{padding-inline:10px}.sh-menu-groups{column-count:1}.sh-menu-group+.sh-menu-group{border-top:1px solid var(--border)}.sh-menu-group{padding:8px 0}.sh-menu-label{padding-top:2px}}@media (min-width:561px) and (max-width:860px){.sh-menu-groups{column-count:2;column-gap:12px}.sh-menu-group+.sh-menu-group{border-top:0}}@media (max-width:380px){.sh-menu-foot{grid-template-columns:minmax(0,1fr)}.sh-menu-foot>[data-danger=true]{width:100%}}