.nb{display:inline-flex}.nb,.nb__btn{position:relative}.nb__btn{width:40px;height:40px;display:grid;place-items:center;border:1px solid #e5dccc;background:#fff;color:#5f574b;border-radius:999px;cursor:pointer;font-size:18px;transition:color .15s ease,border-color .15s ease,background .15s ease}.nb__btn.is-open,.nb__btn:hover{color:#ff4c0c;border-color:#ff4c0c;background:#fff3ec}.nb__count{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff4c0c;color:#fff;font-size:10.5px;font-weight:800;line-height:18px;text-align:center;box-shadow:0 0 0 2px #fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.nb__panel{position:absolute;top:calc(100% + 10px);right:0;width:360px;max-width:calc(100vw - 24px);background:#fff;border:1px solid #ece7dd;border-radius:16px;box-shadow:0 2px 4px rgba(28,22,16,.05),0 24px 48px -20px rgba(28,22,16,.28);z-index:1400;overflow:hidden;animation:nbPop .16s ease}@keyframes nbPop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.nb__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f0ebe2}.nb__title{font-size:15px;font-weight:800;letter-spacing:-.01em;color:#1a1611}.nb__markall{display:inline-flex;align-items:center;gap:5px;border:0;background:none;color:#ff4c0c;font-size:12.5px;font-weight:700;cursor:pointer}.nb__markall:hover{text-decoration:underline}.nb__list{max-height:400px;overflow-y:auto}.nb__state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;color:#968d7e;font-size:13.5px;font-weight:600}.nb__empty-ic{font-size:26px;color:#d8cdba}.nb__item{position:relative;display:flex;align-items:flex-start;gap:10px;padding:13px 16px 13px 18px;border-bottom:1px solid #f4efe7;cursor:pointer;transition:background .12s ease}.nb__item:last-child{border-bottom:0}.nb__item:hover{background:#faf7f2}.nb__item.is-unread{background:#fff7f2}.nb__item.is-unread:hover{background:#fff0e8}.nb__dot{position:absolute;left:7px;top:20px;width:7px;height:7px;border-radius:50%;background:#ff4c0c}.nb__body{flex:1 1;min-width:0}.nb__item-title{font-size:13.5px;font-weight:750;color:#1a1611;line-height:1.35}.nb__item-text{font-size:12.5px;color:#5f574b;line-height:1.45;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nb__time{font-size:11px;color:#a49a8a;font-weight:600;margin-top:5px}.nb__del{flex:none;width:24px;height:24px;display:grid;place-items:center;border:0;background:none;color:#b7ac9a;border-radius:7px;cursor:pointer;font-size:14px;opacity:0;transition:opacity .12s ease,color .12s ease,background .12s ease}.nb__item:hover .nb__del{opacity:1}.nb__del:hover{color:#e5343b;background:#fbeae8}@media (max-width:520px){.nb__panel{position:fixed;top:62px;right:12px;left:12px;width:auto}}