.np-trigger{position:relative;cursor:pointer}.np-badge{position:absolute;top:-3px;right:-4px;min-width:17px;height:17px;padding:0 3px;border-radius:10px;background:var(--accent,#b6ef46);color:#171914;font-size:10px;font-weight:800;display:grid;place-items:center}.np-panel{--np-ink:#252820;--np-muted:#666b60;--np-line:#e5e8df;position:fixed;z-index:1200;top:var(--np-top,72px);right:var(--np-right,16px);width:min(376px,calc(100vw - 24px));max-height:min(560px,calc(100dvh - var(--np-top,72px) - 12px));display:flex;flex-direction:column;overflow:hidden;background:#fff;color:var(--np-ink);border:1px solid var(--np-line);border-radius:18px;box-shadow:0 16px 48px #17220f26;font-size:14px;line-height:1.5;text-align:left}.np-panel,.np-panel *{box-sizing:border-box}.np-panel a,.np-panel button{font:inherit}.np-panel button{cursor:pointer;color:inherit}.np-panel button:disabled{opacity:.55;cursor:wait}.np-panel a{color:inherit;text-underline-offset:3px}.np-panel :is(button,a):focus-visible,.np-trigger:focus-visible,.profile-shortcuts a:focus-visible{outline:2px solid #54751d;outline-offset:3px}.np-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 12px;flex-shrink:0}.np-header h2{margin:0;font-size:20px;line-height:1.3;font-weight:700;letter-spacing:-.4px}.np-header h2:focus{outline:none}.np-header p{margin:4px 0 0;color:var(--np-muted);font-size:12px}.np-panel .np-close{width:44px;height:44px;background:transparent;border:0;border-radius:50%;font-size:26px}.np-close:hover{background:#f2f4ee}.np-filters{display:flex;gap:6px;padding:0 20px 12px;border-bottom:1px solid var(--np-line);flex-shrink:0}.np-filters button{border:0;border-radius:10px;padding:10px 12px;min-height:44px;background:transparent}.np-filters button[aria-pressed=true]{background:#edf3e2;font-weight:650;color:#314719}.np-filters button:last-child{margin-left:auto;font-size:22px}.np-content{overflow-y:auto;overscroll-behavior:contain;min-height:0}.np-list{list-style:none;margin:0;padding:0}.np-list li{display:flex;gap:10px;padding:16px 20px;border-bottom:1px solid var(--np-line)}.np-list li>div{min-width:0;flex:1 1}.np-unread{background:#f7faef}.np-dot{width:7px;height:7px;border-radius:50%;margin-top:7px;flex-shrink:0;background:transparent}.np-unread .np-dot{background:#648331}.np-kind{display:block;color:var(--np-muted);font-size:11px}.np-panel .np-title{display:block;margin-top:4px;font-weight:650;text-decoration:none;overflow-wrap:anywhere}.np-title:hover{text-decoration:underline}.np-time{color:var(--np-muted);margin-top:5px}.np-panel .np-mark,.np-time{display:block;font-size:12px}.np-panel .np-mark{border:0;background:transparent;padding:10px 0;min-height:44px;text-decoration:underline;text-underline-offset:3px}.np-empty{padding:28px 24px}.np-empty strong{font-size:16px}.np-empty p{color:var(--np-muted);margin:8px 0 18px}.np-empty a{display:inline-block;min-height:44px;padding:10px 0}.np-error,.np-notice{margin:12px 20px;padding:12px;border-radius:10px;background:#f4f4ee;font-size:13px;overflow-wrap:anywhere}.np-error{background:#fff1ed;color:#813424}.np-error p{margin:0 0 8px}.np-error button,.np-more{min-height:44px;border:1px solid;border-radius:8px;background:transparent;padding:8px 12px}.np-more{display:block;margin:12px auto}.np-status{margin:0;padding:8px 20px;color:var(--np-muted);font-size:12px;min-height:34px;flex-shrink:0}.np-footer{border-top:1px solid var(--np-line);flex-shrink:0}.np-footer a{display:flex;justify-content:space-between;align-items:center;min-height:52px;padding:12px 20px;text-decoration:none;font-weight:600}.np-footer a:hover{background:#f3f5ef}.profile-shortcuts{margin:0 0 28px;border-top:1px solid var(--line,#ddd)}.profile-shortcuts,.profile-shortcuts a{border-bottom:1px solid var(--line,#ddd)}.profile-shortcuts a{display:flex;align-items:center;gap:16px;min-height:76px;padding:16px 4px;color:inherit;text-decoration:none}.profile-shortcuts a:last-child{border-bottom:0}.profile-shortcuts a:hover strong{text-decoration:underline;text-underline-offset:4px}.profile-shortcuts a>span:first-child{flex:1 1;min-width:0}.profile-shortcuts strong{display:block;font-size:16px}.profile-shortcuts small{display:block;margin-top:4px;color:var(--muted,#666);font-size:13px;line-height:1.5}@media(max-width:600px){.np-panel{right:12px;width:calc(100vw - 24px)}.np-header{padding-top:16px}}.account-menu{position:relative;flex:0 0 auto}.account-menu .account-button{overflow:hidden;border:1px solid var(--line);font-weight:650;color:var(--ink)}.account-menu .account-button img{width:100%;height:100%;object-fit:cover}.account-popover{position:absolute;right:0;top:calc(100% + 12px);width:min(310px,calc(100vw - 32px));background:var(--white);border:1px solid var(--line);border-radius:16px;box-shadow:0 16px 48px #15171824;z-index:100;padding:8px;max-height:calc(100svh - 90px);overflow-y:auto}.account-popover-heading{display:flex;flex-direction:column;gap:3px;padding:16px 12px;border-bottom:1px solid var(--line);margin-bottom:6px;overflow-wrap:anywhere}.account-popover-heading strong{font-size:15px}.account-popover-heading span{font-size:12px;color:var(--muted)}.account-popover nav a,.account-signout{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:12px;border-radius:8px;font-size:14px;width:100%;text-align:left}.account-popover nav a:hover,.account-signout:hover{background:var(--paper)}.account-popover nav a>span{color:var(--muted)}.account-signout{margin-top:6px;border-top:1px solid var(--line);border-radius:0 0 8px 8px;color:var(--error)}.account-menu-error{font-size:13px;color:var(--error);padding:0 12px}