/* v0.10: less chart noise and personal context within reach. */
.heading-with-icon{display:flex;align-items:center;gap:15px}.heading-icon{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;flex:none;color:var(--muted)}

#news-view .news-item{display:grid;grid-template-columns:30px minmax(0,1fr) 150px 30px;gap:20px;align-items:start;padding:26px 0;border-bottom:1px solid var(--line)}
.news-symbol{font-size:21px;line-height:1.5}.news-item-main>a{display:block!important;padding:0!important}.news-item-main h2{font-size:17px!important;line-height:1.55!important;font-weight:500!important;letter-spacing:-.015em;margin:0 0 9px!important}
.news-item-main a:hover h2{text-decoration:underline;text-underline-offset:4px}.news-item-main .news-category{font-size:11px;color:var(--muted)}
#news-view .news-meta{display:flex;flex-direction:column;align-items:flex-start;gap:7px;font-size:11px;line-height:1.6;margin:0;padding-top:3px;color:var(--muted)}.news-bookmark{width:30px;height:34px;color:var(--muted)}.news-bookmark svg{width:15px;height:18px;stroke:currentColor;stroke-width:1.3}.news-bookmark[aria-pressed=true]{color:var(--text)}
.notification-preview{position:fixed;z-index:70;width:min(365px,calc(100vw - 24px));padding:20px;background:var(--surface,#080808);border:1px solid var(--line);border-radius:12px;color:var(--text)}
.notification-preview-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.notification-preview-heading h2{margin:0;font-size:17px;font-weight:500}.notification-preview-heading .icon-button{width:28px;height:28px;font-size:21px}
.notification-preview-list{max-height:min(420px,60vh);overflow:auto}.notification-preview-list h3{font-size:10px;color:var(--muted);font-weight:500;margin:22px 0 5px}
.notification-preview-item{display:flex;gap:11px;padding:13px 0;border-bottom:1px solid var(--line);align-items:start}.notification-preview-item>div{flex:1;min-width:0}.notification-preview-item strong{font-size:12px;line-height:1.5;display:block;font-weight:500}.notification-preview-item p{font-size:11px;line-height:1.55;margin:5px 0;color:var(--muted)}.notification-preview-item time{font-size:10px;color:var(--muted)}.notification-preview-item>span:last-child{font-size:12px;color:var(--muted)}
.preview-dot{width:5px;height:5px;border-radius:50%;background:var(--line);flex:none;margin-top:6px}.preview-dot.unread{background:var(--text)}.notification-preview-empty{padding:28px 14px 22px;text-align:center}.notification-preview-empty svg{width:30px;height:30px;margin:0 auto 17px;stroke:var(--muted);fill:none;stroke-width:1.3}.notification-preview-empty strong{display:block;font-size:14px;font-weight:500}.notification-preview-empty p{color:var(--muted);font-size:12px;line-height:1.6;margin:10px 0 0}.notification-preview-all{display:flex;align-items:center;justify-content:space-between;padding-top:18px;margin-top:10px;font-size:12px;color:var(--text)}
.upgrade-dialog{width:min(410px,calc(100% - 32px));padding:34px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text)}.upgrade-dialog h2{font:500 29px/1.2 Manrope,sans-serif;letter-spacing:-.03em;margin:16px 0}.upgrade-dialog>p{font-size:13px;line-height:1.7;color:var(--muted)}.upgrade-close{position:absolute;right:12px;top:10px;font-size:25px;width:28px;height:28px}.upgrade-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:26px 0}.upgrade-grid span{height:50px;border:1px solid var(--line);border-radius:5px;background:var(--bg)}.upgrade-dialog .upgrade-note{font-size:11px;line-height:1.6;margin:15px 0 0}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}
.portfolio-tx-note{overflow-wrap:anywhere;white-space:pre-wrap}.portfolio-note-read{font-size:11px;color:var(--muted);padding:6px 0;text-decoration:underline;text-underline-offset:3px}.portfolio-comment-meta{font-size:12px;color:var(--muted);margin:12px 0 24px}.portfolio-comment-full{font-size:14px;line-height:1.8;max-height:55vh;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;padding-right:7px}.portfolio-comment-empty{color:var(--muted);font-size:13px;line-height:1.7}.portfolio-comment-actions{margin-top:25px}
@media(max-width:650px){#news-view .news-item{grid-template-columns:25px minmax(0,1fr) 28px;gap:13px}.news-symbol{font-size:19px}#news-view .news-meta{grid-column:2;grid-row:2;flex-direction:row;flex-wrap:wrap;padding:0}.news-bookmark{grid-column:3;grid-row:1}.news-item-main h2{font-size:15px!important}.heading-with-icon{gap:10px}.heading-icon{width:24px;height:24px}.upgrade-dialog{padding:28px}}
