.notif,.notif-bell{position:relative}.notif-bell{display:grid;place-items:center;width:40px;height:40px;border-radius:var(--r-sm);border:1px solid var(--line);background:var(--bg-2);color:var(--text);cursor:pointer;transition:border-color .2s var(--ease),color .2s var(--ease)}.notif-bell:hover{border-color:var(--line-2);color:var(--text-strong)}.notif-count{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--danger);color:#fff;font-family:var(--mono);font-size:.625rem;font-weight:600;line-height:18px;text-align:center;border:2px solid var(--bg)}.notif-panel{position:absolute;top:calc(100% + .5rem);right:0;width:min(360px,calc(100vw - 2rem));z-index:90;background:var(--bg-3);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--shadow-card);overflow:hidden;animation:rise-in .2s var(--ease) both}.notif-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--line)}.notif-head h3{font-size:.9375rem}.notif-state,.notif-toggle{font-size:.75rem;color:var(--text-dim)}.notif-toggle{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--body);font-weight:500;padding:.3rem .6rem;min-height:30px;border-radius:999px;border:1px solid var(--line);background:transparent;cursor:pointer;transition:all .2s var(--ease)}.notif-toggle:hover{border-color:var(--line-2);color:var(--text-strong)}.notif-toggle[data-on=true]{border-color:rgba(23,201,100,.45);color:var(--success)}.notif-error{padding:.6rem 1rem;color:var(--danger);background:rgba(243,18,96,.08)}.notif-error,.notif-hint{margin:0;font-size:.75rem}.notif-hint{padding:.7rem 1rem;line-height:1.5;color:var(--text-dim);background:rgba(245,165,36,.07);border-bottom:1px solid var(--line)}.notif-list{max-height:min(60vh,420px);overflow-y:auto}.notif-item{display:grid;grid-gap:.2rem;gap:.2rem;padding:.8rem 1rem;border-bottom:1px solid var(--line);transition:background .18s var(--ease)}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:rgba(11,132,255,.06)}.notif-item.is-unread{box-shadow:inset 2px 0 0 var(--base)}.notif-item__title{font-family:var(--display);font-size:.875rem;font-weight:600;color:var(--text-strong)}.notif-item__body{font-size:.8125rem;color:var(--text);line-height:1.5}.notif-item__when{font-family:var(--mono);font-size:.6875rem;color:var(--text-dim)}.notif-empty{display:grid;justify-items:center;grid-gap:.75rem;gap:.75rem;padding:2.25rem 1.5rem;text-align:center;color:var(--text-dim)}.notif-empty p{font-size:.8125rem;max-width:30ch;line-height:1.55}.notif-all{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem;font-size:.8125rem;color:var(--base-2);text-decoration:none;border-top:1px solid var(--line)}.notif-all:hover{color:var(--text-strong);background:var(--panel-inset)}.site-head{position:-webkit-sticky;position:sticky;top:0;z-index:80;transition:background .3s ease,border-color .3s ease;border-bottom:1px solid transparent}.site-head.is-stuck{background:var(--chrome-veil);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:var(--line)}.head-inner{gap:1.25rem;padding-block:.8rem}.brand,.head-inner{display:flex;align-items:center}.brand{gap:.55rem;flex:0 0 auto}.brand-mark{width:54px;height:auto}.brand-text{font-family:var(--display);font-weight:700;font-size:1.15rem;letter-spacing:.08em;color:var(--text-strong);white-space:nowrap}.head-nav{display:none;align-items:center;gap:1.35rem;margin-inline:auto}.head-more__trigger,.head-nav a{font-family:var(--display);font-size:.9375rem;font-weight:600;letter-spacing:.01em;color:var(--text);white-space:nowrap;position:relative;padding-block:.25rem}.head-nav>a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;border-radius:2px;background:var(--base);transition:width .3s ease}.head-nav a:hover{color:var(--base)}.head-nav>a:hover:after{width:100%}.head-more{position:relative;display:flex;align-items:center}.head-more__trigger{display:inline-flex;align-items:center;gap:.3rem;background:none;border:0;cursor:pointer;min-height:44px}.head-more__trigger:hover,.head-more__trigger[aria-expanded=true]{color:var(--base)}.head-more__menu{position:absolute;top:calc(100% + .6rem);left:50%;transform:translateX(-50%);z-index:90;min-width:210px;padding:.4rem;display:grid;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--vx-shadow-pop);animation:head-more-in .16s var(--ease) both}.head-more__menu a{padding:.7rem .85rem;border-radius:var(--r-sm);font-family:var(--body);font-size:.9375rem;font-weight:500;color:var(--text);white-space:nowrap}.head-more__menu a:hover{background:var(--bg-3);color:var(--text-strong)}@keyframes head-more-in{0%{opacity:0;transform:translate(-50%,-6px)}to{opacity:1;transform:translate(-50%)}}.head-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.head-actions .cmn--btn{white-space:nowrap}@media (max-width:560px){.head-account__label{display:none}.head-account{padding-inline:.7rem}}.head-burger{display:grid;place-items:center;min-width:44px;min-height:44px;background:none;border:1px solid var(--line);border-radius:var(--r-sm);color:var(--text-strong);cursor:pointer}.head-burger:hover{border-color:var(--base);color:var(--base)}@media (min-width:1100px){.head-nav{display:flex}.head-burger{display:none}.head-actions{margin-left:0}}@media (max-width:560px){.head-signin{display:none}.brand-text{font-size:1rem}}.drawer{position:fixed;inset:0;z-index:95;background:var(--bg-2);padding:1.25rem var(--gut) calc(2rem + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:1.5rem;animation:drawer-in .28s var(--ease) both;overflow-y:auto}.drawer-close{display:grid;place-items:center;width:46px;height:46px;background:none;border:1px solid var(--line);border-radius:var(--r-pill);color:var(--text-strong);cursor:pointer}.drawer-close:hover{border-color:var(--base);color:var(--base)}@keyframes drawer-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}.drawer-top{display:flex;align-items:center;justify-content:space-between}.drawer-nav{display:grid}.drawer-nav a{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:60px;padding:1.05rem 0;border-bottom:1px solid var(--line);font-family:var(--display);font-size:1.3rem;font-weight:700;letter-spacing:-.02em;color:var(--text-strong)}.drawer-nav a svg{color:var(--base);flex:none}.drawer-nav a:hover{color:var(--base)}.drawer-more{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:.2rem 1rem;gap:.2rem 1rem}.drawer-more a{min-height:44px;display:flex;align-items:center;font-family:var(--body);font-size:.9375rem;color:var(--text-dim)}.drawer-more a:hover{color:var(--text-strong)}.drawer-cta{display:grid;grid-gap:.7rem;gap:.7rem;margin-top:auto;padding-top:1rem}