:root {
--nb-brand: var(--nb-blue);
--hd-rail: 258px;
--hd-aside: 320px;
--hd-bar: 62px;
}
.nb-btn--primary { --btn-bg: var(--nb-blue); --btn-fg: var(--nb-ink); }
::selection { background: var(--nb-blue); color: var(--nb-ink); }
.hd-at {
display: inline-block;
width: .9em; height: .9em;
vertical-align: -.11em;
margin-right: .02em;
fill: currentColor;
}
.hd-at-h { letter-spacing: -.002em; }
.hd-at--lg { width: .94em; height: .94em; vertical-align: -.12em; }
.hd-emo { display: inline; height: 1.15em; width: 1.15em; vertical-align: -.15em; margin: 0 .05em; }
.hd-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.hd-brand img { display: block; height: 30px; width: auto; }
.hd-brand:focus-visible { outline: 3px solid var(--nb-blue); outline-offset: 4px; border-radius: 6px; }
.hd-mark {
display: grid; place-items: center;
width: 62px; height: 62px;
background: var(--nb-blue);
border: var(--nb-bd); border-radius: var(--nb-r-sm);
box-shadow: var(--nb-sh);
}
.hd-mark img { width: 66%; height: auto; display: block; }
.hd-splash {
position: fixed; inset: 0; z-index: 200;
display: grid; place-items: center;
background: var(--nb-bg);
}
.hd-splash[hidden] { display: none; }
.hd-splash-mark {
width: min(272px, 62vw); aspect-ratio: 1; display: block;
background: var(--nb-blue);
-webkit-mask: url('../HereldAt.png') center / contain no-repeat;
mask: url('../HereldAt.png') center / contain no-repeat;
}
.hd-splash.is-done { opacity: 0; pointer-events: none; transition: opacity .34s var(--nb-ease); }
body.hd-app { background: var(--nb-bg); }
.hd-shell {
display: grid;
grid-template-columns: var(--hd-rail) minmax(0, 1fr) var(--hd-aside);
gap: var(--nb-gap);
max-width: 1360px; margin: 0 auto;
padding: 0 22px 60px;
align-items: start;
}
@media (max-width: 1180px) { .hd-shell { grid-template-columns: 88px minmax(0, 1fr) var(--hd-aside); } }
@media (max-width: 940px)  { .hd-shell { grid-template-columns: 88px minmax(0, 1fr); } }
@media (max-width: 640px)  { .hd-shell { grid-template-columns: 1fr; gap: 0; padding: 0 12px calc(var(--hd-bar) + 46px); } }
body.hd-wide .hd-shell { grid-template-columns: var(--hd-rail) minmax(0, 1fr); max-width: 1500px; }
body.hd-wide .hd-aside { display: none; }
@media (max-width: 1180px) { body.hd-wide .hd-shell { grid-template-columns: 88px minmax(0, 1fr); } }
@media (max-width: 640px)  { body.hd-wide .hd-shell { grid-template-columns: 1fr; } }
.hd-rail { position: sticky; top: 14px; padding-top: 16px; }
@media (max-width: 640px) { .hd-rail { position: static; padding: 12px 0 2px; } }
.hd-rail-in { display: flex; flex-direction: column; gap: 8px; }
.hd-rail-brand { margin: 0 0 14px 8px; }
.hd-rail-brand img { height: 34px; }
@media (max-width: 1180px) { .hd-rail-brand { margin-left: 12px; } }
.hd-nav { display: flex; flex-direction: column; gap: 5px; }
@media (max-width: 640px) { .hd-nav, .hd-write { display: none; } }
.hd-nav-item {
position: relative;
display: flex; align-items: center; gap: 13px;
padding: 11px 14px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 15px;
color: var(--nb-fg); text-decoration: none;
border: var(--nb-bd-w-thin) solid transparent; border-radius: var(--nb-r-sm);
transition: background var(--nb-fast), transform var(--nb-fast), border-color var(--nb-fast);
}
.hd-nav-item svg { width: 21px; height: 21px; fill: currentColor; flex: none; }
.hd-nav-item img { flex: none; display: block; }
.hd-nav-item:hover { background: var(--nb-surface); border-color: var(--nb-line); transform: translateX(2px); }
.hd-nav-item.is-on {
background: var(--nb-blue); color: var(--nb-ink);
border-color: var(--nb-ink); box-shadow: var(--nb-sh-sm);
}
.hd-nav-item--staff.is-on { background: var(--nb-yellow); }
.hd-nav-dot {
margin-left: auto;
min-width: 22px; padding: 2px 7px;
font-size: 11.5px; line-height: 1.5; text-align: center;
background: var(--nb-paper); color: var(--nb-ink);
border: var(--nb-bd-w-thin) solid var(--nb-blue); border-radius: var(--nb-r-pill);
}
.hd-nav-item.is-on .hd-nav-dot { border-color: var(--nb-ink); }
@media (max-width: 1180px) {
.hd-nav-item { justify-content: center; padding: 12px; }
.hd-nav-item span:not(.hd-nav-dot) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.hd-nav-dot { position: absolute; top: 3px; right: 3px; margin: 0; min-width: 0; width: 10px; height: 10px; padding: 0; font-size: 0; }
.hd-write { padding: 13px; }
.hd-write svg + span, .hd-write { font-size: 0; }
.hd-write svg { font-size: initial; }
}
.hd-write { margin-top: 10px; }
.hd-write svg { width: 18px; height: 18px; fill: currentColor; }
.hd-me {
display: flex; align-items: center; gap: 11px;
margin-top: 14px; padding: 10px 12px; width: 100%;
text-align: left;
background: var(--nb-surface); color: var(--nb-surface-fg);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
transition: transform var(--nb-fast), box-shadow var(--nb-fast);
}
.hd-me:hover { transform: translate(-1px, -1px); box-shadow: var(--nb-sh); }
.hd-me:active { transform: translate(2px, 3px); box-shadow: var(--nb-sh-press); }
.hd-me svg { width: 16px; height: 16px; fill: var(--nb-surface-fg-muted); flex: none; margin-left: auto; }
.hd-me-txt { min-width: 0; overflow: hidden; }
.hd-me-txt b { display: block; font-family: var(--nb-font-head); font-size: 14px; line-height: 1.3; }
.hd-me-txt i { display: block; font-style: normal; font-size: 12.5px; color: var(--nb-surface-fg-muted); }
.hd-me-txt b, .hd-me-txt i { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hd-me-out { display: flex; flex-direction: column; gap: 9px; margin-top: 14px; }
@media (max-width: 1180px) {
.hd-me { justify-content: center; padding: 9px; }
.hd-me-txt, .hd-me svg { display: none; }
.hd-me-out .nb-btn { font-size: 0; padding: 12px 6px; }
}
@media (max-width: 640px) { .hd-me, .hd-me-out { display: none; } }
.hd-bar {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
display: none; align-items: stretch;
height: var(--hd-bar);
background: var(--nb-surface);
border-top: var(--nb-bd);
}
@media (max-width: 640px) { .hd-bar { display: flex; } }
.hd-bar-item {
position: relative;
flex: 1; display: grid; place-items: center;
color: var(--nb-surface-fg-muted); text-decoration: none;
}
.hd-bar-item svg { width: 22px; height: 22px; fill: currentColor; }
.hd-bar-item.is-on { color: var(--nb-blue); }
.hd-bar-item .hd-nav-dot {
position: absolute; top: 11px; right: 50%; margin-right: -17px;
width: 11px; height: 11px; min-width: 0; padding: 0; font-size: 0;
background: var(--nb-paper); border: 2px solid var(--nb-blue);
}
.hd-bar-write {
position: fixed; right: 16px; bottom: calc(var(--hd-bar) + 16px);
display: grid; place-items: center;
width: 56px; height: 56px;
background: var(--nb-blue); color: var(--nb-ink);
border: var(--nb-bd); border-radius: 50%; box-shadow: var(--nb-sh);
}
.hd-bar-write svg { width: 22px; height: 22px; fill: currentColor; }
.hd-bar-write:active { transform: translate(3px, 4px); box-shadow: var(--nb-sh-press); }
.hd-av {
display: grid; place-items: center; flex: none;
width: 46px; height: 46px;
background: var(--nb-blue) center / cover no-repeat;
color: var(--nb-ink);
font-family: var(--nb-font-head); font-weight: 700; font-size: 18px;
border: var(--nb-bd-thin); border-radius: 50%;
overflow: hidden;
}
.hd-av--xs { width: 26px; height: 26px; font-size: 11px; }
.hd-av--sm { width: 36px; height: 36px; font-size: 14px; }
.hd-av--xl { width: 96px; height: 96px; font-size: 36px; box-shadow: var(--nb-sh); }
.hd-av--sq { border-radius: 6px; }
.hd-av--sq.hd-av--xl { border-radius: 10px; }
.hd-av[data-hue="1"] { background-color: var(--nb-green); }
.hd-av[data-hue="2"] { background-color: var(--nb-yellow); }
.hd-av[data-hue="3"] { background-color: var(--nb-pink); }
.hd-av[data-hue="4"] { background-color: var(--nb-red); color: var(--nb-paper); }
.hd-av-btn { padding: 0; border: 0; background: none; cursor: zoom-in; line-height: 0; }
.hd-av-btn:focus-visible { outline: 3px solid var(--nb-blue); outline-offset: 4px; border-radius: 50%; }
.hd-col { min-width: 0; padding-top: 16px; position: relative; }
.hd-col:focus { outline: none; }
.hd-col-head {
position: sticky; top: 0; z-index: 20;
display: flex; align-items: center; gap: 12px;
padding: 12px 4px 14px;
margin-bottom: 4px;
background: var(--nb-bg);
}
.hd-col-head-txt { min-width: 0; flex: 1; }
.hd-col-head h1 { margin: 0; font-size: 22px; font-family: var(--nb-font-head); font-weight: 700; line-height: 1.2; }
.hd-col-head p { margin: 3px 0 0; font-size: 13px; color: var(--nb-fg-muted); }
.hd-sub-n { font-variant-numeric: tabular-nums; }
.hd-tabs {
display: flex; gap: 8px;
margin: -1px 0 11px -1px; padding: 1px 6px 5px 1px;
overflow-x: auto; scrollbar-width: none;
}
.hd-tabs::-webkit-scrollbar { display: none; }
.hd-tab {
flex: none;
padding: 9px 16px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 14px;
color: var(--nb-fg-muted); text-decoration: none;
background: var(--nb-surface);
border: var(--nb-bd-thin); border-radius: var(--nb-r-pill);
transition: background var(--nb-fast), color var(--nb-fast);
}
.hd-tab:hover { background: var(--nb-surface-2); color: var(--nb-fg); }
.hd-tab.is-on { background: var(--nb-blue); color: var(--nb-ink); border-color: var(--nb-ink); box-shadow: var(--nb-sh-sm); }
.hd-compose-card { margin-bottom: 16px; }
.hd-compose-to { margin: 0 0 12px; font-size: 13.5px; color: var(--nb-surface-fg-muted); }
.hd-compose-row { display: flex; gap: 13px; align-items: flex-start; }
.hd-compose-in {
flex: 1; min-width: 0; display: block;
padding: 8px 0; min-height: 52px; max-height: 320px;
font: inherit; font-size: 16.5px; line-height: 1.55;
color: inherit; background: none; border: 0; resize: none;
}
.hd-compose-in::placeholder { color: var(--nb-surface-fg-muted); }
.hd-compose-in:focus { outline: none; }
.hd-compose-media { margin-top: 12px; }
.hd-compose-media[hidden] { display: none; }
.hd-compose-pic { position: relative; margin: 0; }
.hd-compose-pic img { display: block; width: 100%; max-height: 320px; object-fit: cover; border: var(--nb-bd-thin); border-radius: var(--nb-r-sm); }
.hd-compose-pic .nb-icon-btn { position: absolute; top: 10px; right: 10px; background: var(--nb-night); color: var(--nb-paper); }
.hd-compose-bar { position: absolute; left: 12px; right: 12px; bottom: 12px; height: 8px; background: var(--nb-night); border: 2px solid var(--nb-ink); border-radius: var(--nb-r-pill); overflow: hidden; }
.hd-compose-bar[hidden] { display: none; }
.hd-compose-bar i { display: block; height: 100%; width: 45%; background: var(--nb-blue); animation: hdSplashRun 1.1s var(--nb-ease) infinite; }
.hd-compose-media-meta { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.hd-atts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hd-atts > :only-child { grid-column: span 2; }
.hd-att {
margin: 0; overflow: hidden;
background: var(--nb-surface-2);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
}
.hd-att-face { position: relative; background: var(--nb-night); }
.hd-att-face img, .hd-att-face video {
display: block; width: 100%; height: 148px; object-fit: cover;
}
.hd-atts > :only-child .hd-att-face img,
.hd-atts > :only-child .hd-att-face video { height: 250px; object-fit: contain; }
.hd-att-glyph { display: grid; place-items: center; height: 92px; }
.hd-att-glyph svg { width: 26px; height: 32px; fill: var(--nb-blue); }
.hd-att-x {
position: absolute; top: 8px; right: 8px;
background: var(--nb-night); color: var(--nb-paper);
}
.hd-att-meta { display: flex; flex-direction: column; gap: 8px; padding: 10px; }
.hd-att-name {
display: block; min-width: 0;
font-family: var(--nb-font-head); font-weight: 700; font-size: 13px;
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hd-att-name i {
font-style: normal; font-weight: 400; font-size: 12px;
color: var(--nb-surface-fg-muted);
}
.hd-att-name i::before { content: ' · '; }
.hd-att-meta .hd-compose-alt { font-size: 13px; }
.hd-att-hint { margin: 9px 0 0; }
@media (max-width: 520px) {
.hd-atts { grid-template-columns: 1fr; }
.hd-atts > :only-child { grid-column: auto; }
.hd-att-face img, .hd-att-face video { height: 200px; }
}
.hd-compose-alt {
width: 100%; padding: 7px 10px; font-size: 13px;
background: var(--nb-surface-2); color: var(--nb-fg);
border: 2px solid var(--nb-line); border-radius: var(--nb-r-sm);
}
.hd-compose-alt::placeholder { color: var(--nb-fg-muted); }
.hd-compose-spoiler {
display: flex; align-items: center; gap: 6px;
font-size: 13px; color: var(--nb-fg-muted); cursor: pointer;
}
.hd-compose-spoiler input { accent-color: var(--nb-red); }
.hd-spoiler { position: relative; overflow: hidden; border-radius: var(--nb-r-sm); }
.hd-spoiler .hd-spoiler-in { filter: blur(22px); transition: filter .3s; }
.hd-spoiler.is-revealed .hd-spoiler-in { filter: none; }
.hd-spoiler-bar {
position: absolute; inset: 0; display: grid; place-items: center;
background: rgba(0, 0, 0, .65); color: var(--nb-paper);
font-size: 13px; font-weight: 600; cursor: pointer;
transition: opacity .3s;
}
.hd-spoiler.is-revealed .hd-spoiler-bar { opacity: 0; pointer-events: none; }
.hd-compose-foot { position: relative;
display: flex; align-items: center; gap: 12px;
margin-top: 14px; padding-top: 13px;
border-top: var(--nb-bd-thin);
}
.hd-compose-tools { display: flex; gap: 6px; flex-wrap: wrap; }
.hd-compose-tool { width: 38px; height: 38px; cursor: pointer; }
.hd-compose-tool svg { width: 17px; height: 17px; fill: currentColor; }
.hd-count { margin-left: auto; font-family: var(--nb-font-mono); font-size: 13px; color: var(--nb-surface-fg-muted); font-variant-numeric: tabular-nums; }
.hd-count.is-low { color: var(--nb-yellow); }
.hd-count.is-over { color: var(--nb-red); }
.hd-compose-say { margin: 12px 0 0; font-size: 13.5px; }
.hd-compose-say[hidden] { display: none; }
.hd-compose-say.is-bad { color: var(--nb-red); }
.hd-feed { display: flex; flex-direction: column; gap: 14px; }
.hd-post { transition: transform var(--nb-fast), box-shadow var(--nb-fast), opacity .18s var(--nb-ease); }
.hd-post:hover { transform: translate(-1px, -1px); box-shadow: var(--nb-sh); }
.hd-post--lead { border-width: var(--nb-bd-w); box-shadow: var(--nb-sh); }
.hd-post.is-gone { opacity: 0; transform: scale(.98); }
.hd-lead {
display: flex; align-items: center; gap: 8px;
margin-bottom: 11px; font-size: 12.5px;
color: var(--nb-surface-fg-muted);
}
.hd-lead svg { width: 14px; height: 14px; fill: var(--nb-green); }
.hd-lead a { color: inherit; font-family: var(--nb-font-head); font-weight: 700; }
.hd-post-top { display: flex; gap: 13px; align-items: flex-start; }
.hd-post-who { min-width: 0; flex: 1; }
.hd-who { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; min-width: 0; }
.hd-who-name { color: inherit; text-decoration: none; }
.hd-who-name b { font-family: var(--nb-font-head); font-weight: 700; font-size: 15.5px; }
.hd-who-name:hover b { text-decoration: underline; }
.hd-who-at { font-size: 13.5px; color: var(--nb-surface-fg-muted); }
.hd-dot, .hd-when { font-size: 13px; color: var(--nb-surface-fg-muted); }
.hd-head { display: block; margin-top: 2px; font-style: normal; font-size: 13px; color: var(--nb-surface-fg-muted); }
.hd-nm { display: flex; align-items: center; gap: 5px; min-width: 0; }
.hd-nm > b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hd-prof-name .hd-nm { flex-wrap: wrap; }
.hd-prof-name .hd-nm > b { overflow: visible; white-space: normal; }
.hd-badge { display: inline-grid; place-items: center; flex: none; line-height: 0; }
.hd-badge svg { width: 16px; height: 16px; }
.hd-badge--ver svg { fill: #2CAFFC; }
.hd-badge--co svg { fill: #FFF93E; }
.hd-badge--plat svg { fill: var(--nb-yellow); }
.hd-badge--par { text-decoration: none; line-height: 0; }
.hd-av--pin { width: 18px; height: 18px; font-size: 9px; border-width: 1.5px; }
.hd-av--pin.hd-av--sq { border-radius: 2px; }
.hd-badge--par:hover .hd-av--pin { transform: translateY(-1px); }
.hd-who-fol { font-size: 12.5px; color: var(--nb-surface-fg-muted); }
.hd-who-fol::before { content: "\00b7"; margin-right: 6px; }
.hd-post-body { margin: 12px 0 0; font-size: 15.5px; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; }
.hd-post-body a { color: var(--nb-blue); }
.hd-post-body--big { font-size: 21px; line-height: 1.4; letter-spacing: -.01em; }
@media (max-width: 620px) { .hd-post-body--big { font-size: 18.5px; } }
.hd-edited { font-size: 12.5px; color: var(--nb-fg-muted); font-weight: 400; }
.hd-mention, .hd-tag-link { font-family: var(--nb-font-head); font-weight: 700; text-decoration: none; }
.hd-mention:hover, .hd-tag-link:hover { text-decoration: underline; }
.hd-repliers { display: flex; align-items: center; gap: 4px; margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.06); }
.hd-repliers-av { display: flex; }
.hd-repliers-av .hd-av { width: 22px; height: 22px; border-width: 1.5px; margin-left: -6px; }
.hd-repliers-av .hd-av:first-child { margin-left: 0; }
.hd-repliers-t { font-size: 12.5px; color: var(--nb-fg-muted); margin-left: 6px; }
.hd-quote {
margin-top: 13px; padding: 13px 15px;
background: var(--nb-surface-2);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
}
.hd-quote-top { display: flex; align-items: center; gap: 9px; }
.hd-quote p { margin: 9px 0 0; font-size: 14px; line-height: 1.55; }
.hd-cnote {
margin-top: 13px; padding: 13px 15px;
background: var(--nb-surface-2);
border: var(--nb-bd-w-thin) solid var(--nb-yellow); border-radius: var(--nb-r-sm);
}
.hd-cnote b { display: flex; align-items: center; gap: 8px; font-family: var(--nb-font-head); font-size: 13px; }
.hd-cnote b svg { width: 14px; height: 14px; fill: var(--nb-yellow); }
.hd-cnote p { margin: 8px 0 0; font-size: 14px; line-height: 1.55; }
.hd-cnote a { font-size: 13px; }
.hd-cnote-from {
display: block; margin-top: 10px; font-size: 12.5px; line-height: 1.5;
color: var(--nb-fg-muted);
}
.hd-cnote-add {
border: 0; background: none; padding: 0; font: inherit; color: var(--nb-blue);
text-decoration: underline; text-underline-offset: 2px; cursor: pointer;
}
.hd-cnote-add:hover { color: var(--nb-fg); }
.hd-gone { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hd-gone p { margin: 0; font-size: 14px; color: var(--nb-surface-fg-muted); }
.hd-thread-line { height: 20px; margin: -8px 0 -8px 40px; border-left: var(--nb-bd-thin); }
.hd-sep-say { padding: 20px 4px; text-align: center; font-size: 13.5px; color: var(--nb-fg-muted); }
.hd-acts { display: flex; align-items: center; gap: 4px; margin-top: 14px; }
.hd-act {
display: inline-flex; align-items: center; gap: 6px;
padding: 7px 9px; min-height: 34px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 12.5px;
color: var(--nb-surface-fg-muted);
background: none;
border: var(--nb-bd-w-thin) solid transparent; border-radius: var(--nb-r-pill);
transition: background var(--nb-fast), color var(--nb-fast), border-color var(--nb-fast), transform var(--nb-fast);
}
.hd-act svg { width: 16px; height: 16px; fill: currentColor; flex: none; }
.hd-act-n { font-variant-numeric: tabular-nums; }
.hd-act-n:empty { display: none; }
.hd-act:hover { background: var(--nb-surface-2); color: var(--nb-surface-fg); border-color: var(--nb-line); }
.hd-act:active { transform: translateY(1px); }
.hd-act--reply:hover   { color: var(--nb-blue); }
.hd-act--relay:hover   { color: var(--nb-green); }
.hd-act--like:hover { color: var(--nb-pink); }
.hd-act--save:hover    { color: var(--nb-yellow); }
.hd-act--nova:hover     { color: var(--nb-blue); }
.hd-act--relay.is-on   { background: var(--nb-green); color: var(--nb-ink); border-color: var(--nb-ink); }
.hd-act--like.is-on { background: var(--nb-pink); color: var(--nb-ink); border-color: var(--nb-ink); }
.hd-act--save.is-on    { background: var(--nb-yellow); color: var(--nb-ink); border-color: var(--nb-ink); }
.hd-act--views { cursor: default; }
.hd-act--more { margin-left: auto; }
@media (max-width: 480px) {
.hd-acts { gap: 0; }
.hd-act { padding: 7px; font-size: 11.5px; }
.hd-act--share .hd-act-n, .hd-act--save .hd-act-n { display: none; }
}
.hd-empty { text-align: center; padding: 44px 24px; }
.hd-empty h3 { margin: 0 0 8px; font-size: 19px; }
.hd-empty p { margin: 0 auto 18px; max-width: 40ch; font-size: 14.5px; line-height: 1.6; color: var(--nb-surface-fg-muted); }
.hd-empty p:last-child { margin-bottom: 0; }
.hd-empty-mark {
display: grid; place-items: center;
width: 54px; height: 54px; margin: 0 auto 18px;
background: var(--nb-blue); color: var(--nb-ink);
border: var(--nb-bd); border-radius: var(--nb-r-sm); box-shadow: var(--nb-sh-sm);
}
.hd-empty-mark svg { width: 22px; height: 22px; fill: currentColor; }
.hd-empty--bad .hd-empty-mark { background: var(--nb-red); color: var(--nb-paper); }
.hd-empty--bad .hd-empty-mark svg { fill: var(--nb-paper); }
.hd-skel { pointer-events: none; }
.hd-skel:hover { transform: none; box-shadow: none; }
.hd-skel .hd-post-body { display: flex; flex-direction: column; gap: 8px; }
.hd-post .nb-skel--av { width: 46px; height: 46px; border-radius: 14px; }
.hd-load { display: grid; place-items: center; padding: 40px 0; }
.hd-list { display: flex; flex-direction: column; gap: 12px; }
.hd-sep { margin: 0; border: 0; border-top: var(--nb-bd-thin); }
.hd-404 { text-align: center; padding: 48px 26px; }
.hd-404-num { font-family: var(--nb-font-display); font-size: clamp(64px, 12vw, 120px); line-height: .9; color: var(--nb-blue); }
.hd-404 h1 { margin: 18px 0 12px; }
.hd-404 p { max-width: 44ch; margin: 0 auto 24px; font-size: 15px; line-height: 1.62; color: var(--nb-surface-fg-muted); }
.hd-404-acts { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.hd-boot-bad { display: grid; place-content: center; justify-items: center; min-height: 100vh; padding: 40px; text-align: center; }
.hd-boot-bad .nb-card { max-width: 420px; }
.hd-boot-bad h1 { font-family: var(--nb-font-head); font-weight: 700; font-size: 22px; }
.hd-boot-bad p { margin: 12px 0 20px; font-size: 14.5px; line-height: 1.6; color: var(--nb-surface-fg-muted); }
.hd-searchbar { position: relative; margin-bottom: 20px; }
.hd-searchbar-ic { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.hd-searchbar-ic svg { width: 16px; height: 16px; fill: var(--nb-fg-muted); display: block; }
.hd-searchbar .nb-input { padding-left: 42px; border-radius: var(--nb-r-pill); }
.hd-searchbar--aside { margin-bottom: 0; }
.hd-block { margin-bottom: 26px; }
.hd-block-h {
display: flex; align-items: center; gap: 9px;
margin: 0 0 13px 2px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 12.5px;
letter-spacing: .09em; text-transform: uppercase; color: var(--nb-fg-muted);
}
.hd-block-h svg { width: 14px; height: 14px; fill: currentColor; }
.hd-block-link { color: inherit; text-decoration: none; }
.hd-block-link:hover { text-decoration: underline; }
.hd-chips { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }
.hd-chip {
display: block; padding: 12px 15px; text-decoration: none;
background: var(--nb-surface); color: var(--nb-surface-fg);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
transition: transform var(--nb-fast), box-shadow var(--nb-fast);
}
.hd-chip:hover { transform: translate(-1px, -1px); box-shadow: var(--nb-sh-sm); }
.hd-chip b { display: block; font-family: var(--nb-font-head); font-size: 15px; }
.hd-chip i { display: block; margin-top: 3px; font-style: normal; font-size: 12.5px; color: var(--nb-surface-fg-muted); }
.hd-person { display: flex; align-items: center; gap: 13px; }
.hd-person-txt { flex: 1; min-width: 0; }
.hd-person-txt a { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.hd-person-txt a:hover b { text-decoration: underline; }
.hd-person-txt b { font-family: var(--nb-font-head); font-weight: 700; font-size: 15px; }
.hd-person-txt i, .hd-person-txt p {
display: block; margin: 0; font-style: normal; font-size: 13px;
color: var(--nb-surface-fg-muted);
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hd-person-txt p { margin-top: 3px; }
.hd-person .nb-btn { flex: none; }
.hd-aside { position: sticky; top: 14px; padding-top: 16px; display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 940px) { .hd-aside { display: none; } }
.hd-aside-card { padding: 16px 18px; }
.hd-aside-card h2 {
display: flex; align-items: center; gap: 8px;
margin: 0 0 12px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 12.5px;
letter-spacing: .09em; text-transform: uppercase; color: var(--nb-surface-fg-muted);
}
.hd-aside-card h2 svg { width: 13px; height: 13px; fill: currentColor; }
.hd-aside-row { display: block; padding: 9px 0; text-decoration: none; color: inherit; border-top: var(--nb-bd-thin); }
.hd-aside-row:first-of-type { border-top: 0; padding-top: 0; }
.hd-aside-row b { display: block; font-family: var(--nb-font-head); font-size: 14.5px; }
.hd-aside-row i { display: block; margin-top: 2px; font-style: normal; font-size: 12px; color: var(--nb-surface-fg-muted); }
.hd-aside-row:hover b { color: var(--nb-blue); }
.hd-aside-person { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-top: var(--nb-bd-thin); }
.hd-aside-person:first-of-type { border-top: 0; padding-top: 0; }
.hd-aside-who { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0; text-decoration: none; color: inherit; }
.hd-aside-who span { min-width: 0; }
.hd-aside-who b { display: block; font-family: var(--nb-font-head); font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hd-aside-who i { display: block; font-style: normal; font-size: 12px; color: var(--nb-surface-fg-muted); }
.hd-aside-more { display: inline-block; margin-top: 10px; font-size: 13px; font-family: var(--nb-font-head); font-weight: 700; color: var(--nb-blue); }
.hd-aside-legal { display: flex; flex-wrap: wrap; gap: 6px 14px; padding: 0 4px; font-size: 12px; color: var(--nb-fg-muted); }
.hd-aside-legal a { color: inherit; text-decoration: none; }
.hd-aside-legal a:hover { color: var(--nb-fg); text-decoration: underline; }
.hd-note { display: flex; gap: 13px; align-items: flex-start; text-decoration: none; color: inherit; }
.hd-note:hover { transform: translate(-1px, -1px); box-shadow: var(--nb-sh); }
.hd-note-ic {
display: grid; place-items: center; flex: none;
width: 36px; height: 36px;
background: var(--nb-paper); color: var(--nb-ink);
border: var(--nb-bd-w-thin) solid var(--nb-blue); border-radius: 50%;
}
.hd-note-ic svg { width: 15px; height: 15px; fill: currentColor; }
.hd-note-ic[data-k="endorse"] { border-color: var(--nb-pink); }
.hd-note-ic[data-k="relay"]   { border-color: var(--nb-green); }
.hd-note-ic[data-k="follow"]  { border-color: var(--nb-yellow); }
.hd-note-ic[data-k="staff"]   { border-color: var(--nb-red); }
.hd-note-ic[data-k="reply"]   { border-color: var(--nb-blue); }
.hd-note-ic[data-k="mention"] { border-color: var(--nb-yellow); }
.hd-note-ic[data-k="quote"]   { border-color: var(--nb-pink); }
.hd-note-txt { flex: 1; min-width: 0; }
.hd-note-txt p { margin: 0; font-size: 14.5px; line-height: 1.5; }
.hd-note-txt b { font-family: var(--nb-font-head); font-weight: 700; }
.hd-note-quote {
margin: 8px 0 0; padding-left: 12px;
border-left: var(--nb-bd-thin);
font-size: 13.5px; line-height: 1.55; color: var(--nb-surface-fg-muted);
overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.hd-note-when { display: block; margin-top: 6px; font-size: 12px; color: var(--nb-surface-fg-muted); }
.hd-note.is-new { border-color: var(--nb-blue); border-width: var(--nb-bd-w); }
.hd-note.is-new .hd-note-ic { border-width: var(--nb-bd-w); }
.hd-note-group { position: relative; }
.hd-note-group .hd-note-ic { position: relative; z-index: 1; }
.hd-note-group-count {
position: absolute; top: -4px; right: -4px; z-index: 2;
min-width: 18px; height: 18px; padding: 0 5px;
background: var(--nb-blue); color: var(--nb-ink);
font-size: 11px; font-weight: 700; line-height: 18px; text-align: center;
border-radius: 999px; border: 2px solid var(--nb-paper);
}
.hd-note-kinds {
display: flex; gap: 4px; margin-top: 4px;
}
.hd-note-kind-pill {
display: inline-flex; align-items: center; gap: 3px;
padding: 2px 7px; font-size: 11px; font-weight: 600;
background: var(--nb-surface-2); color: var(--nb-surface-fg-muted);
border-radius: 999px; border: 1px solid var(--nb-line);
}
.hd-note-kind-pill svg { width: 10px; height: 10px; fill: currentColor; }
.hd-note-filters {
display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px;
}
.hd-note-filter {
padding: 5px 12px; font-size: 13px; font-weight: 600;
background: transparent; color: var(--nb-fg-muted);
border: 2px solid transparent; border-radius: 999px;
cursor: pointer; transition: all var(--nb-fast) var(--nb-ease);
}
.hd-note-filter:hover { color: var(--nb-fg); border-color: var(--nb-line); }
.hd-note-filter.is-on {
background: var(--nb-blue); color: var(--nb-ink);
border-color: var(--nb-ink);
}
.hd-prof { padding: 0; overflow: hidden; margin-bottom: 16px; }
.hd-prof-in { padding: 0 var(--nb-pad) var(--nb-pad); }
.hd-cover {
display: block; width: 100%; height: 178px; padding: 0;
background: var(--nb-surface-2) center / cover no-repeat;
border: 0; border-bottom: var(--nb-bd); border-radius: 0;
}
.hd-cover--live { cursor: zoom-in; }
.hd-cover--empty { background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,.05) 0 12px, transparent 12px 24px); }
@media (max-width: 620px) { .hd-cover { height: 124px; } }
.hd-prof-face { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-top: -48px; }
.hd-prof-acts { display: flex; align-items: center; gap: 9px; padding-bottom: 4px; }
.hd-prof-name { display: flex; align-items: center; gap: 8px; margin: 16px 0 0; font-size: 26px; font-family: var(--nb-font-head); font-weight: 700; }
.hd-prof-at { display: flex; align-items: center; gap: 10px; margin: 4px 0 0; font-size: 15px; color: var(--nb-surface-fg-muted); }
.hd-kind {
display: inline-flex; align-items: center; gap: 6px;
padding: 3px 9px; font-size: 11.5px;
font-family: var(--nb-font-head); font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
background: var(--nb-blue); color: var(--nb-ink);
border: var(--nb-bd-w-thin) solid var(--nb-ink); border-radius: var(--nb-r-pill);
}
.hd-kind svg { width: 11px; height: 11px; fill: currentColor; }
.hd-prof-head { margin: 14px 0 0; font-size: 15.5px; line-height: 1.55; }
.hd-prof-bio { margin: 10px 0 0; font-size: 14.5px; line-height: 1.65; }
.hd-prof-bio a { color: var(--nb-blue); }
.hd-prof-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 14px 0 0; font-size: 13px; color: var(--nb-surface-fg-muted); }
.hd-prof-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hd-prof-meta svg { width: 13px; height: 13px; fill: currentColor; }
.hd-prof-meta a { color: var(--nb-blue); }
.hd-count-row { display: flex; justify-content: flex-start; gap: 8px 20px; flex-wrap: wrap; margin: 14px 0 0; font-size: 13.5px; }
.hd-count-row > * { flex: none; margin: 0; }
.hd-count-row a { color: var(--nb-surface-fg-muted); text-decoration: none; }
.hd-count-row a:hover { color: var(--nb-surface-fg); text-decoration: underline; }
.hd-count-row b { color: var(--nb-surface-fg); font-family: var(--nb-font-head); font-weight: 700; }
.hd-assoc { margin-top: 18px; padding-top: 16px; border-top: var(--nb-bd-thin); }
.hd-assoc h3 {
display: flex; align-items: center; gap: 8px; margin: 0 0 12px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 12px;
letter-spacing: .09em; text-transform: uppercase; color: var(--nb-surface-fg-muted);
}
.hd-assoc h3 svg { width: 13px; height: 13px; fill: currentColor; }
.hd-assoc-row { display: flex; flex-wrap: wrap; gap: 9px; }
.hd-assoc-one {
display: inline-flex; align-items: center; gap: 8px;
padding: 6px 12px 6px 6px; text-decoration: none;
font-family: var(--nb-font-head); font-weight: 700; font-size: 13px;
color: var(--nb-surface-fg);
background: var(--nb-surface-2);
border: var(--nb-bd-thin); border-radius: var(--nb-r-pill);
}
.hd-assoc-one:hover { border-color: var(--nb-blue); }
.hd-art { padding: 0; overflow: hidden; }
.hd-art-cover { display: block; width: 100%; height: 190px; object-fit: cover; border-bottom: var(--nb-bd); }
.hd-art-in { padding: 18px 20px 20px; }
.hd-art-kind {
display: inline-flex; align-items: center; gap: 7px; margin-bottom: 10px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 11.5px;
letter-spacing: .08em; text-transform: uppercase; color: var(--nb-surface-fg-muted);
}
.hd-art-kind svg { width: 12px; height: 12px; fill: currentColor; }
.hd-art h3 { margin: 0 0 8px; font-size: 19px; font-family: var(--nb-font-head); font-weight: 700; line-height: 1.3; }
.hd-art h3 a { color: inherit; text-decoration: none; }
.hd-art h3 a:hover { color: var(--nb-blue); }
.hd-art p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--nb-surface-fg-muted); }
.hd-art-by { display: block; margin-top: 12px; font-size: 12.5px; color: var(--nb-surface-fg-muted); }
.hd-art-full .hd-art-cover { margin: calc(var(--nb-pad) * -1) calc(var(--nb-pad) * -1) 22px; width: auto; border-radius: 0; }
.hd-art-head { display: flex; align-items: center; gap: 10px; margin: 16px 0 20px; }
.hd-art-lede { font-size: 17px; line-height: 1.6; color: var(--nb-surface-fg-muted); }
.hd-art-body { margin-top: 20px; font-size: 16px; line-height: 1.7; white-space: pre-wrap; }
.hd-art-body a { color: var(--nb-blue); }
.hd-nvm {
display: inline-block; height: 18px; aspect-ratio: 256 / 336; flex: none;
background: currentColor;
-webkit-mask: url(../Supernova%20mark.png) center / contain no-repeat;
mask: url(../Supernova%20mark.png) center / contain no-repeat;
}
.hd-nva { display: block; flex: none; height: auto; }
.hd-act-nvm { height: 17px; }
.hd-nav-nvm { height: 21px; }
.hd-nova-off { text-align: center; padding: 60px 20px; }
.hd-nova-off p { max-width: 54ch; margin: 12px auto 0; font-size: 14.5px; line-height: 1.65; color: var(--nb-surface-fg-muted); }
.hd-nova-acts { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hd-nova { padding: 0 4px 24px; }
.hd-nova-card {
margin: 0; display: flex; flex-direction: column;
height: clamp(440px, calc(100vh - 176px), 840px);
}
.hd-nova-talk {
flex: 1; min-height: 0; overflow-y: auto;
display: flex; flex-direction: column;
padding: 4px 22px 20px;
}
.hd-nova-talk > .hd-nova-open { margin: auto 0; }
.hd-nova-talk > * { flex: none; }
.hd-nova-q {
display: flex; align-items: flex-start; gap: 11px;
padding: 22px 0 0; margin-top: 22px;
border-top: var(--nb-bd);
}
.hd-nova-talk > .hd-nova-q:first-child { padding-top: 0; margin-top: 0; border-top: 0; }
.hd-nova-q .hd-av { flex: none; margin-top: 1px; }
.hd-nova-q p {
margin: 0; flex: 1; min-width: 0;
font-family: var(--nb-font-head); font-weight: 700;
font-size: 17.5px; line-height: 1.45; letter-spacing: -.01em;
}
.hd-nova-a { margin-top: 14px; }
.hd-nova-by {
display: flex; align-items: center; gap: 7px; margin: 0 0 8px;
font-family: var(--nb-font-head); font-weight: 700;
font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
color: var(--nb-surface-fg-muted);
}
.hd-nova-said { font-size: 15.5px; line-height: 1.7; }
.hd-nova-said a { color: var(--nb-blue); }
.hd-nova-said img.hd-em { vertical-align: -.16em; }
.hd-nova-open { padding: 32px 0 8px; text-align: center; }
.hd-nova-open-mark { margin-bottom: 18px; }
.hd-nova-open-t {
margin: 0 auto; max-width: 22ch;
font-family: var(--nb-font-head); font-weight: 700;
font-size: 23px; line-height: 1.25; letter-spacing: -.02em;
}
.hd-nova-open-p {
margin: 12px auto 0; max-width: 46ch;
font-size: 14.5px; line-height: 1.65; color: var(--nb-surface-fg-muted);
}
.hd-nova-seeds {
list-style: none; margin: 24px 0 0; padding: 0;
display: flex; flex-direction: column; gap: 10px;
}
.hd-nova-seed {
width: 100%; text-align: left; cursor: pointer;
padding: 13px 16px; font: inherit; font-size: 14.5px; line-height: 1.45;
color: var(--nb-surface-fg);
background: var(--nb-surface-2);
border: var(--nb-bd-thin); border-color: var(--nb-line);
border-radius: var(--nb-r-sm);
transition: transform var(--nb-fast), box-shadow var(--nb-fast);
}
.hd-nova-seed:hover { transform: translate(-2px, -3px); box-shadow: var(--nb-sh-sm); }
.hd-nova-seed:active { transform: translate(1px, 2px); box-shadow: none; }
.hd-nova-dots { display: inline-flex; gap: 6px; padding: 4px 0; }
.hd-nova-dots i {
width: 7px; height: 7px; border-radius: 50%;
background: var(--nb-surface-fg-muted);
animation: hdNovaDot 1.2s ease infinite;
}
.hd-nova-dots i:nth-child(2) { animation-delay: .18s; }
.hd-nova-dots i:nth-child(3) { animation-delay: .36s; }
@keyframes hdNovaDot { 0%, 60%, 100% { opacity: .25; transform: scale(.85); } 30% { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { .hd-nova-dots i { animation: none; opacity: .55; } }
.hd-nova-ask {
display: flex; align-items: flex-end; gap: 12px;
padding: 14px 22px 16px;
border-top: var(--nb-bd);
}
.hd-nova-in {
flex: 1; min-width: 0; resize: none;
min-height: 42px; max-height: 200px;
padding: 9px 0; font: inherit; font-size: 15.5px; line-height: 1.5;
color: var(--nb-surface-fg); background: none; border: 0;
}
.hd-nova-in::placeholder { color: var(--nb-surface-fg-muted); }
.hd-nova-in:focus { outline: none; }
.hd-nova-go { flex: none; gap: 8px; }
.hd-nova-go svg { width: 15px; height: 15px; fill: currentColor; }
.hd-nova-fine {
margin: 0; padding: 11px 22px 14px; text-align: center;
font-size: 12.5px; color: var(--nb-surface-fg-muted);
border-top: var(--nb-bd-thin); border-color: var(--nb-line);
}
@media (max-width: 620px) {
.hd-nova-talk { padding: 4px 16px 18px; }
.hd-nova-ask, .hd-nova-fine { padding-left: 16px; padding-right: 16px; }
.hd-nova-q p { font-size: 16.5px; }
.hd-nova-open-t { font-size: 20px; }
.hd-nova-go span { display: none; }
}
.hd-nova-av { color: #ffffff; vertical-align: -.18em; }
.hd-nova-by-mark { vertical-align: -.16em; }
.hd-nova-post-card {
padding: 18px; margin-bottom: 14px;
border-radius: var(--nb-r);
background: var(--nb-surface);
border: var(--nb-bd-thin);
}
.hd-nova-post-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.hd-nova-post-av { flex: none; text-decoration: none; color: inherit; }
.hd-nova-post-av .hd-av { border-color: var(--nb-line); }
.hd-nova-post-who { flex: 1; min-width: 0; }
.hd-nova-post-name {
display: block; font-family: var(--nb-font-head); font-weight: 700; font-size: 15px;
text-decoration: none; color: var(--nb-fg);
}
.hd-nova-post-handle { display: block; font-size: 13px; color: var(--nb-fg-muted); }
.hd-nova-post-body {
font-size: 15px; line-height: 1.65; margin-bottom: 10px;
overflow-wrap: break-word;
}
.hd-nova-post-meta {
display: flex; flex-wrap: wrap; gap: 4px; align-items: center;
font-size: 12.5px; color: var(--nb-fg-muted);
}
.hd-dot { opacity: .4; }
.hd-nova-answer-box {
position: relative;
padding: 20px; margin-bottom: 14px;
border-radius: var(--nb-r);
background: var(--nb-surface-2);
border: var(--nb-bd-thin);
overflow: hidden;
}
.hd-nova-answer-box::before {
content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
background: var(--nb-blue);
}
.hd-nova-answer-head {
display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.hd-nova-answer-av { width: 32px; height: 32px; }
.hd-nova-answer-label {
font-family: var(--nb-font-head); font-weight: 700; font-size: 14px;
color: var(--nb-blue);
}
.hd-nova-answer-body { font-size: 15px; line-height: 1.65; min-height: 24px; }
.hd-nova-answer-body a { color: var(--nb-blue); }
.hd-nova-bad { margin: 0; color: var(--nb-red); }
.hd-nova-quote {
margin: 0 0 18px; padding: 13px 15px; border: var(--nb-bd-thin);
border-left-width: var(--nb-bd-w); border-left-color: var(--nb-blue);
border-radius: var(--nb-r); background: var(--nb-surface-2);
}
.hd-nova-quote b { font-family: var(--nb-font-head); font-size: 13.5px; }
.hd-nova-quote p { margin: 6px 0 0; font-size: 14.5px; line-height: 1.55; }
.hd-toasts {
position: fixed; left: 50%; bottom: 26px; z-index: 120;
display: flex; flex-direction: column-reverse; align-items: center; gap: 10px;
transform: translateX(-50%);
pointer-events: none;
}
@media (max-width: 640px) { .hd-toasts { bottom: calc(var(--hd-bar) + 18px); } }
.hd-toast {
display: flex; align-items: center; gap: 10px;
max-width: min(88vw, 460px); padding: 12px 20px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 14px;
background: var(--nb-paper); color: var(--nb-ink);
border: 4px solid var(--nb-blue); border-radius: var(--nb-r-pill);
box-shadow: var(--nb-sh);
animation: hdToastIn .22s var(--nb-ease) backwards;
pointer-events: auto;
}
.hd-toast-ic { display: block; flex: none; width: 18px; height: 18px; fill: var(--nb-blue); }
.hd-toast--bad { border-color: var(--nb-red); }
.hd-toast--bad .hd-toast-ic { fill: var(--nb-red); }
.hd-toast.is-out { opacity: 0; transform: translateY(10px); transition: opacity .18s var(--nb-ease), transform .18s var(--nb-ease); }
@keyframes hdToastIn { from { opacity: 0; transform: translateY(14px) scale(.96); } }
.hd-menu {
position: fixed; z-index: 90;
min-width: 232px; max-width: 300px; padding: 7px;
background: var(--nb-surface); color: var(--nb-surface-fg);
border: var(--nb-bd); border-radius: var(--nb-r-sm); box-shadow: var(--nb-sh-lg);
animation: hdMenuIn .13s var(--nb-ease) backwards;
}
.hd-menu a, .hd-menu button {
display: flex; align-items: center; gap: 11px; width: 100%;
padding: 10px 12px; text-align: left; text-decoration: none;
font-family: var(--nb-font-head); font-weight: 700; font-size: 14px;
color: inherit; border-radius: 8px;
transition: background var(--nb-fast);
}
.hd-menu a:hover, .hd-menu button:hover,
.hd-menu a:focus-visible, .hd-menu button:focus-visible { background: var(--nb-surface-2); outline: none; }
.hd-menu svg { width: 16px; height: 16px; fill: currentColor; flex: none; }
.hd-menu .is-bad { color: var(--nb-red); }
.hd-menu .is-ok { color: var(--nb-green); }
.hd-menu hr { margin: 6px 4px; border: 0; border-top: var(--nb-bd-thin); }
@keyframes hdMenuIn { from { opacity: 0; transform: translateY(-6px); } }
html.hd-locked, html.hd-locked body { overflow: hidden; }
.hd-modal {
position: fixed; inset: 0; z-index: 100;
display: grid; place-items: start center;
padding: 7vh 20px 40px;
background: rgba(0, 0, 0, .82);
overflow-y: auto;
animation: hdFade .16s var(--nb-ease) backwards;
}
.hd-modal.is-out { opacity: 0; transition: opacity .16s var(--nb-ease); }
.hd-modal-card { width: 100%; max-width: 560px; animation: hdRise .22s var(--nb-ease) backwards; }
.hd-modal--wide .hd-modal-card { max-width: 760px; }
.hd-modal-head {
display: flex; align-items: center; gap: 14px;
margin-bottom: 18px; padding-bottom: 14px;
border-bottom: var(--nb-bd-thin);
}
.hd-modal-head h2 { flex: 1; margin: 0; font-size: 19px; font-family: var(--nb-font-head); font-weight: 700; }
.hd-modal-x { flex: none; }
.hd-modal-tools { flex: none; display: flex; align-items: center; gap: 9px; }
.hd-modal-body { max-height: 74vh; overflow-y: auto; }
.hd-ask-line { margin: 0 0 16px; font-size: 15px; line-height: 1.6; }
.hd-ask-line b { font-family: var(--nb-font-head); font-weight: 700; }
.hd-ask-note { margin-bottom: 16px; font-size: 13.5px; }
.hd-modal-body .nb-field + .nb-field { margin-top: 18px; }
.hd-ask-state {
margin: 0 0 16px; padding: 11px 13px; font-size: 13.5px; line-height: 1.55;
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
background: var(--nb-surface-2); color: var(--nb-surface-fg-muted);
}
.hd-ask-foot { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.hd-ask-foot .nb-hint { margin-right: auto; }
.hd-reasons { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.hd-reason {
display: flex; align-items: center; gap: 12px;
padding: 12px 15px; cursor: pointer;
font-family: var(--nb-font-head); font-weight: 700; font-size: 14.5px;
background: var(--nb-surface-2);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
transition: border-color var(--nb-fast), background var(--nb-fast);
}
.hd-reason:hover { border-color: var(--nb-line); }
.hd-reason input { accent-color: var(--nb-blue); width: 17px; height: 17px; flex: none; }
.hd-reason:has(input:checked) { border-color: var(--nb-blue); border-width: var(--nb-bd-w-thin); }
.hd-embed-code { font-family: var(--nb-font-mono); font-size: 12.5px; line-height: 1.55; }
.hd-lb {
position: fixed; inset: 0; z-index: 130;
display: grid; place-items: center;
padding: 64px 16px 40px;
background: rgba(0, 0, 0, .96);
animation: hdFade .16s var(--nb-ease) backwards;
}
.hd-lb-fig { margin: 0; display: grid; place-items: center; gap: 12px; min-height: 0; }
.hd-lb img {
display: block; max-width: min(100%, 1600px); max-height: calc(100vh - 116px);
width: auto; height: auto;
border: var(--nb-bd); border-radius: var(--nb-r);
animation: hdPop .24s var(--nb-ease) backwards;
}
@media (max-width: 700px) {
.hd-lb { padding: 58px 8px 34px; }
.hd-lb img { max-height: calc(100vh - 100px); border-width: var(--nb-bd-w-thin); }
}
.hd-lb-n { font-family: var(--nb-font-mono); font-size: 13px; color: var(--nb-paper); }
.hd-lb-x { position: fixed; top: 18px; left: 18px; z-index: 2; }
.hd-lb-open { position: fixed; top: 18px; right: 18px; z-index: 2; color: var(--nb-paper); border-color: var(--nb-paper); }
.hd-lb-prev, .hd-lb-next {
position: fixed; top: 50%; transform: translateY(-50%); z-index: 2;
background: var(--nb-paper); color: var(--nb-ink);
}
.hd-lb-prev { left: 18px; }
.hd-lb-next { right: 18px; }
.hd-lb-next svg { transform: rotate(180deg); }
.hd-gate { display: grid; place-items: center; min-height: 100vh; padding: 40px 20px; }
.hd-gate-card { width: 100%; max-width: 440px; }
.hd-gate-head { text-align: center; margin-bottom: 24px; }
.hd-gate-head h1 { margin: 16px 0 8px; font-size: 27px; }
.hd-gate-head p { margin: 0; font-size: 14.5px; line-height: 1.6; }
.hd-gate-swap { margin-top: 20px; padding-top: 18px; border-top: var(--nb-bd-thin); text-align: center; font-size: 14px; }
.hd-handle-row { display: flex; align-items: stretch; }
.hd-handle-at {
display: grid; place-items: center; padding: 0 15px;
background: var(--nb-surface-2); color: var(--nb-surface-fg-muted);
border: var(--nb-bd-thin); border-right: 0;
border-radius: var(--nb-r-sm) 0 0 var(--nb-r-sm);
}
.hd-handle-at .hd-at { width: 17px; height: 17px; vertical-align: 0; }
.hd-handle-row .nb-input { border-radius: 0 var(--nb-r-sm) var(--nb-r-sm) 0; }
.hd-busy { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--nb-fg-muted); }
.hd-busy[hidden] { display: none; }
.hd-say { margin-top: 14px; }
.hd-say[hidden] { display: none; }
.hd-set { max-width: 720px; margin: 0 auto; padding: 32px 20px 80px; }
.hd-set-head { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.hd-set-head h1 { margin: 0; flex: 1; font-size: 26px; }
.hd-set-block { margin-bottom: 18px; }
.hd-set-block h2 { margin: 0 0 6px; font-size: 17px; font-family: var(--nb-font-head); font-weight: 700; }
.hd-set-block > p { margin: 0 0 18px; font-size: 13.5px; line-height: 1.6; color: var(--nb-surface-fg-muted); }
.hd-set-fields { display: flex; flex-direction: column; gap: 16px; }
.hd-set-foot { display: flex; align-items: center; gap: 14px; margin-top: 20px; padding-top: 18px; border-top: var(--nb-bd-thin); }
.hd-set-pics { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hd-set-pic { display: flex; align-items: center; gap: 13px; }
.hd-set-danger { border-color: var(--nb-red); }
.hd-set-handle { margin: 0; font-family: var(--nb-font-mono); font-size: 15px; }
.hd-set-count { font-family: var(--nb-font-mono); font-size: 12px; color: var(--nb-surface-fg-muted); }
.hd-set-cover {
display: grid; place-items: center; margin-top: 18px; height: 128px;
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
background: var(--nb-night); overflow: hidden;
}
.hd-set-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hd-set-cover span { font-size: 13px; color: #97A1B4; }
.hd-set-state {
display: flex; flex-direction: column; gap: 3px; margin-bottom: 18px;
padding: 12px 15px; border-left: 4px solid var(--nb-blue);
background: rgba(0, 0, 0, .05);
}
.hd-set-state b { font-size: 14px; }
.hd-set-state span { font-size: 13px; line-height: 1.55; color: var(--nb-surface-fg-muted); }
.hd-stf { padding-bottom: 60px; }
.hd-stf-top {
display: flex; align-items: flex-end; gap: 16px; flex-wrap: wrap;
padding: 4px 4px 18px;
}
.hd-stf-top-t { flex: 1; min-width: 0; }
.hd-stf-top h1 {
margin: 0; font-family: var(--nb-font-head); font-weight: 700;
font-size: 26px; line-height: 1.15;
}
.hd-stf-top p { margin: 4px 0 0; font-size: 13px; color: var(--nb-fg-muted); }
.hd-stf-body { display: grid; grid-template-columns: 208px minmax(0, 1fr); gap: 20px; }
.hd-stf-nav {
display: flex; flex-direction: column; gap: 4px;
position: sticky; top: 16px; align-self: start;
}
.hd-stf-nav-i {
display: flex; align-items: center; gap: 10px;
padding: 9px 12px; border-radius: var(--nb-r-sm);
font-size: 14px; font-weight: 600; text-align: left;
color: var(--nb-fg-muted); border: 2px solid transparent;
transition: background var(--nb-fast) var(--nb-ease), color var(--nb-fast) var(--nb-ease);
}
.hd-stf-nav-i svg { width: 16px; height: 16px; flex: none; fill: currentColor; }
.hd-stf-nav-mark { height: 17px; flex: none; }
.hd-stf-nav-i:hover { background: var(--nb-surface); color: var(--nb-fg); }
.hd-stf-nav-i.is-on {
background: var(--nb-blue); color: var(--nb-ink);
border-color: var(--nb-ink); box-shadow: var(--nb-sh-sm);
}
.hd-stf-page { min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.hd-stf-box { padding: 0; overflow: hidden; }
.hd-stf-box-head {
display: flex; align-items: flex-start; gap: 14px; flex-wrap: wrap;
padding: 18px 20px; border-bottom: var(--nb-bd-thin);
}
.hd-stf-box-head h2 { margin: 0; font-size: 17px; font-family: var(--nb-font-head); font-weight: 700; }
.hd-stf-box-head p { margin: 4px 0 0; font-size: 13px; line-height: 1.55; color: var(--nb-surface-fg-muted); }
.hd-stf-box-tools { margin-left: auto; }
.hd-stf-box > *:not(.hd-stf-box-head) { padding: 0 20px; }
.hd-stf-box > *:not(.hd-stf-box-head):first-of-type { padding-top: 16px; }
.hd-stf-box > *:last-child { padding-bottom: 18px; }
.hd-stf-sub {
margin: 22px 0 10px; font-size: 14px; font-family: var(--nb-font-head);
font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
color: var(--nb-surface-fg-muted);
}
.hd-stf-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 1180px) { .hd-stf-tiles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px)  { .hd-stf-tiles { grid-template-columns: 1fr; } }
.hd-stf-tiles--2 { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin-bottom: 16px; }
.hd-stf-tile { display: flex; flex-direction: column; gap: 2px; padding: 16px 18px; }
.hd-stf-tile-n { font-family: var(--nb-font-head); font-weight: 700; font-size: 28px; line-height: 1.1; }
.hd-stf-tile-l { font-size: 13.5px; font-weight: 600; }
.hd-stf-tile-s { font-size: 12px; color: var(--nb-surface-fg-muted); }
.hd-stf-queue { display: grid; gap: 10px; }
.hd-stf-qcard {
display: flex; align-items: center; gap: 13px; width: 100%; text-align: left;
padding: 14px 18px; background: var(--nb-yellow); color: var(--nb-ink);
transition: transform var(--nb-fast) var(--nb-ease), box-shadow var(--nb-fast) var(--nb-ease);
}
.hd-stf-qcard:hover { transform: translate(-2px, -3px); box-shadow: 7px 9px 0 var(--nb-ink); }
.hd-stf-qcard:active { transform: translate(2px, 3px); box-shadow: var(--nb-sh-sm); }
.hd-stf-qcard span { flex: 1; min-width: 0; display: block; }
.hd-stf-qcard b { display: block; font-size: 14.5px; }
.hd-stf-qcard small { display: block; font-size: 12.5px; opacity: .78; }
.hd-stf-qcard svg { width: 17px; height: 17px; flex: none; }
.hd-stf-qcard svg:last-child { transform: scaleX(-1); opacity: .6; }
.hd-stf-rows { display: flex; flex-direction: column; }
.hd-stf-row {
display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
padding: 12px 0; border-bottom: var(--nb-bd-thin);
}
.hd-stf-row:last-child { border-bottom: 0; }
.hd-stf-row > .nb-btn { margin-left: auto; }
.hd-stf-row-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.hd-stf-row-n { font-size: 12.5px; color: var(--nb-surface-fg-muted); }
.hd-stf-who { display: flex; align-items: center; gap: 10px; min-width: 0; }
.hd-stf-who-t { min-width: 0; }
.hd-stf-who-t b { display: block; font-size: 14px; line-height: 1.3; }
.hd-stf-who-t small { display: block; font-size: 12.5px; color: var(--nb-surface-fg-muted); }
.hd-stf-tag {
display: inline-block; padding: 2px 8px; border-radius: var(--nb-r-pill);
border: 2px solid currentColor; font-size: 11px; font-weight: 700;
text-transform: uppercase; letter-spacing: .04em;
color: var(--nb-surface-fg-muted);
}
.hd-stf-tag--bad  { color: var(--nb-red); }
.hd-stf-tag--warn { color: #A97400; }
.hd-stf-tag--ok   { color: #1E7F45; }
.hd-stf-tag--blue { color: #1668A6; }
.hd-stf-search { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end; margin-bottom: 6px; }
.hd-stf-search .nb-input, .hd-stf-search .nb-select { flex: 1; min-width: 160px; }
.hd-stf-search .nb-label { width: 100%; margin-bottom: -4px; }
.hd-stf-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 4px; }
.hd-stf-pill {
padding: 6px 13px; border: var(--nb-bd-thin); border-radius: var(--nb-r-pill);
font-size: 12.5px; font-weight: 700; color: var(--nb-surface-fg-muted);
}
.hd-stf-pill.is-on { background: var(--nb-ink); color: var(--nb-paper); }
.hd-stf-post, .hd-stf-rep { padding: 14px 0; border-bottom: var(--nb-bd-thin); }
.hd-stf-post:last-child, .hd-stf-rep:last-child { border-bottom: 0; }
.hd-stf-post-t, .hd-stf-rep-t { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.hd-stf-post-b { margin: 10px 0 12px; font-size: 14.5px; line-height: 1.55; white-space: pre-wrap; }
.hd-stf-post-a { display: flex; gap: 8px; flex-wrap: wrap; }
.hd-stf-rep-w { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.hd-stf-rep-w > span:first-child {
font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
color: var(--nb-surface-fg-muted); width: 84px; flex: none;
}
.hd-stf-rep-when { margin-left: auto; font-size: 12px; color: var(--nb-surface-fg-muted); }
.hd-stf-rep-d { margin: 10px 0 0; font-size: 13px; line-height: 1.55; color: var(--nb-surface-fg-muted); }
.hd-stf-rep .hd-stf-post-a { margin-top: 12px; }
.hd-stf-quote {
margin: 11px 0 0; padding: 10px 14px;
border-left: 4px solid var(--nb-blue); background: rgba(0, 0, 0, .05);
font-size: 14px; line-height: 1.55; white-space: pre-wrap;
}
.hd-stf-switch {
display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
padding: 13px 0; border-bottom: var(--nb-bd-thin);
}
.hd-stf-switch > div { flex: 1; min-width: 180px; }
.hd-stf-switch b { display: block; font-size: 14px; }
.hd-stf-switch small { display: block; font-size: 12.5px; line-height: 1.5; color: var(--nb-surface-fg-muted); }
.hd-stf-switch--bad b { color: var(--nb-red); }
.hd-stf-when { margin: 0 0 12px; font-size: 11.5px; color: var(--nb-surface-fg-muted); }
.hd-stf-num { display: inline-flex; align-items: center; gap: 9px; flex: none; }
.hd-stf-num .nb-input { width: 84px; text-align: center; }
.hd-stf-num > small {
display: block; font-size: 12.5px; color: var(--nb-surface-fg-muted); white-space: nowrap;
}
.hd-stf-sub {
margin: 26px 0 4px; font-family: var(--nb-font-head); font-weight: 700;
font-size: 15px; letter-spacing: -.01em;
}
.hd-stf-sub:first-child { margin-top: 6px; }
.hd-stf-sublead {
margin: 0 0 6px; max-width: 66ch;
font-size: 12.5px; line-height: 1.6; color: var(--nb-surface-fg-muted);
}
.hd-stf-note { margin: 14px 0 0; font-size: 13px; line-height: 1.55; }
.hd-stf-botbar { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.hd-stf-botrow {
display: grid; grid-template-columns: minmax(0, 1fr) auto;
gap: 8px 14px; align-items: start;
padding: 14px 0; border-bottom: var(--nb-bd-thin);
}
.hd-stf-botrow:last-child { border-bottom: 0; }
.hd-stf-bot-top { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; min-width: 0; }
.hd-stf-bot-acts { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.hd-stf-bot-last {
grid-column: 1 / -1; margin: 0;
font-size: 12.5px; line-height: 1.5; color: var(--nb-surface-fg-muted);
}
@media (max-width: 620px) {
.hd-stf-botrow { grid-template-columns: minmax(0, 1fr); }
.hd-stf-bot-acts { justify-content: flex-start; }
}
.hd-stf-form { display: flex; flex-direction: column; gap: 18px; margin-top: 18px; }
.hd-stf-form textarea.nb-input { resize: vertical; min-height: 96px; }
.hd-stf-form-acts { display: flex; gap: 10px; flex-wrap: wrap; padding-top: 2px; }
.hd-stf-log { display: flex; flex-direction: column; }
.hd-stf-log-i {
display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
padding: 9px 0; border-bottom: var(--nb-bd-thin); font-size: 13.5px;
}
.hd-stf-log-i:last-child { border-bottom: 0; }
.hd-stf-log-k {
font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
padding: 2px 7px; border: 2px solid currentColor; border-radius: var(--nb-r-pill);
color: var(--nb-surface-fg-muted); flex: none;
}
.hd-stf-log-b { flex: 1; min-width: 160px; }
.hd-stf-log-r { color: var(--nb-surface-fg-muted); }
.hd-stf-log-t { font-size: 12px; color: var(--nb-surface-fg-muted); }
.hd-av--lg { width: 64px; height: 64px; font-size: 24px; }
.hd-stf-head { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.hd-stf-head h3 { margin: 0; font-size: 19px; font-family: var(--nb-font-head); font-weight: 700; }
.hd-stf-head p { margin: 2px 0 7px; font-size: 13.5px; color: var(--nb-surface-fg-muted); }
.hd-stf-head > .nb-btn { margin-left: auto; }
.hd-stf-bio { margin: 16px 0 0; font-size: 14px; line-height: 1.6; }
.hd-stf-facts {
display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 1px; margin: 18px 0; background: var(--nb-ink);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm); overflow: hidden;
}
.hd-stf-fact { padding: 10px 13px; background: var(--nb-surface); }
.hd-stf-fact span {
display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .05em;
text-transform: uppercase; color: var(--nb-surface-fg-muted);
}
.hd-stf-fact b { font-size: 13.5px; word-break: break-word; }
.hd-stf-acts { display: flex; gap: 8px; flex-wrap: wrap; padding-top: 14px; border-top: var(--nb-bd-thin); }
.hd-stf-empty {
display: flex; flex-direction: column; align-items: center; gap: 8px;
padding: 30px 10px; color: var(--nb-surface-fg-muted); text-align: center;
}
.hd-stf-empty svg { width: 22px; height: 22px; opacity: .5; }
.hd-stf-empty p { margin: 0; font-size: 13.5px; }
.hd-stf-broke { margin: 8px 0; }
@media (max-width: 900px) {
.hd-stf-body { grid-template-columns: minmax(0, 1fr); }
.hd-stf-nav {
position: static; flex-direction: row; overflow-x: auto;
margin: -1px 0 0 -1px; padding: 1px 6px 6px 1px; scrollbar-width: none;
}
.hd-stf-nav::-webkit-scrollbar { display: none; }
.hd-stf-nav-i { flex: none; }
.hd-stf-nav-i span { white-space: nowrap; }
}
.nb-field[hidden], .hd-tabs[hidden], .hd-lead[hidden],
.hd-who[hidden], .hd-acts[hidden], .hd-set-block[hidden],
.hd-compose-foot[hidden], .hd-prof-acts[hidden],
.nb-btn[hidden], .nb-icon-btn[hidden] { display: none; }
@keyframes hdFade { from { opacity: 0; } }
@keyframes hdRise { from { opacity: 0; transform: translateY(-14px); } }
@keyframes hdPop  { from { opacity: 0; transform: scale(.94); } }
@keyframes hdIn   { from { opacity: 0; transform: translateY(9px); } }
.hd-feed > *, .hd-list > *, .hd-col > .hd-prof, .hd-col > .hd-block {
animation: hdIn .3s var(--nb-ease) backwards;
}
.hd-feed > *:nth-child(2), .hd-list > *:nth-child(2) { animation-delay: .035s; }
.hd-feed > *:nth-child(3), .hd-list > *:nth-child(3) { animation-delay: .07s; }
.hd-feed > *:nth-child(4), .hd-list > *:nth-child(4) { animation-delay: .105s; }
.hd-feed > *:nth-child(5), .hd-list > *:nth-child(5) { animation-delay: .14s; }
.hd-feed > *:nth-child(n+6), .hd-list > *:nth-child(n+6) { animation-delay: .17s; }
@media (prefers-reduced-motion: reduce) {
.hd-feed > *, .hd-list > *, .hd-col > .hd-prof, .hd-col > .hd-block,
.hd-modal, .hd-modal-card, .hd-lb, .hd-lb img, .hd-menu, .hd-toast,
.hd-compose-bar i {
animation: none;
}
.hd-post:hover, .hd-note:hover, .hd-chip:hover { transform: none; }
}
.hd-shots {
display: grid; gap: 6px;
margin-top: 12px;
border: var(--nb-bd-thin); border-radius: 14px;
overflow: hidden;
background: var(--nb-ink);
}
.hd-shots--1 { grid-template-columns: 1fr; }
.hd-shots--2 { grid-template-columns: 1fr 1fr; }
.hd-shots--3 { grid-template-columns: 1fr 1fr; }
.hd-shots--3 > *:first-child { grid-row: span 2; }
.hd-shots--4 { grid-template-columns: 1fr 1fr; }
.hd-shot-btn { display: block; padding: 0; background: none; border: 0; cursor: zoom-in; min-height: 0; }
.hd-shot {
display: block; width: 100%; height: 100%;
object-fit: cover; background: var(--nb-surface-2);
}
.hd-shots--1 .hd-shot { max-height: 520px; object-fit: contain; background: var(--nb-night); }
.hd-shots--2 .hd-shot, .hd-shots--3 .hd-shot, .hd-shots--4 .hd-shot { aspect-ratio: 1 / 1; }
.hd-shots--3 > *:first-child .hd-shot { aspect-ratio: 1 / 2.06; }
.hd-shot--vid { width: 100%; max-height: 520px; background: var(--nb-night); }
.hd-quote .hd-shots { margin-top: 9px; }
.hd-quote .hd-shots--1 .hd-shot { max-height: 260px; }
.hd-spoiler > .hd-spoiler-in { display: block; height: 100%; }
.hd-shots--2 .hd-spoiler, .hd-shots--3 .hd-spoiler, .hd-shots--4 .hd-spoiler { height: 100%; }
.hd-files { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.hd-file {
display: flex; align-items: center; gap: 11px;
padding: 11px 13px;
background: var(--nb-surface-2); color: var(--nb-surface-fg);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
text-decoration: none;
transition: transform var(--nb-fast), box-shadow var(--nb-fast), background var(--nb-fast);
}
.hd-file--doc:hover {
background: var(--nb-surface);
transform: translate(-2px, -2px); box-shadow: var(--nb-sh-sm);
}
.hd-file-ico { flex: none; width: 17px; height: 21px; fill: var(--nb-blue); }
.hd-file-name {
flex: 1; min-width: 0;
font-family: var(--nb-font-head); font-weight: 700; font-size: 14px;
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hd-file-name i {
display: block; margin-top: 2px;
font-style: normal; font-family: var(--nb-font-body); font-weight: 400;
font-size: 12.5px; color: var(--nb-surface-fg-muted);
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hd-file-size {
flex: none; font-size: 12px; font-variant-numeric: tabular-nums;
color: var(--nb-surface-fg-muted);
}
.hd-file-go { flex: none; width: 14px; height: 14px; fill: var(--nb-surface-fg-muted); }
.hd-file--sound { flex-direction: column; align-items: stretch; gap: 9px; }
.hd-file-line { display: flex; align-items: center; gap: 11px; }
.hd-file-play { width: 100%; height: 38px; }
.hd-post[data-open] { cursor: pointer; }
.hd-post[data-open] a,
.hd-post[data-open] button,
.hd-post[data-open] video { cursor: auto; }
.hd-post[data-open] a,
.hd-post[data-open] button { cursor: pointer; }
.hd-post[data-open]:focus-visible { outline: var(--nb-bd-w) solid var(--nb-blue); outline-offset: 3px; }
.hd-quote[data-open] { cursor: pointer; }
.hd-lead-at { color: var(--nb-blue) !important; }
.hd-new-posts { position: absolute; top: 64px; left: 50%; transform: translateX(-50%); z-index: 25; margin-bottom: 10px; }
.hd-new-posts[hidden] { display: none; }
.hd-new-posts-inner {
display: flex; align-items: center; justify-content: center; gap: 8px;
padding: 10px 20px; cursor: pointer;
border-radius: 24px;
background: var(--nb-blue);
border: none;
font-family: var(--nb-font-head); font-weight: 700; font-size: 13.5px;
color: #fff;
transition: all .15s ease;
box-shadow: 0 4px 16px rgba(44,175,252,.35);
}
.hd-new-posts-inner:hover {
background: #1b9cf7;
box-shadow: 0 6px 24px rgba(44,175,252,.45);
transform: translateY(-1px);
}
.hd-new-posts-avs { display: flex; }
.hd-new-posts-av {
display: inline-flex; width: 20px; height: 20px; border-radius: 50%;
border: 2px solid var(--nb-blue); margin-left: -5px; overflow: hidden;
background: var(--nb-surface-2);
}
.hd-new-posts-av:first-child { margin-left: 0; }
.hd-new-posts-av img { width: 100%; height: 100%; object-fit: cover; }
.hd-new-posts-av .hd-av-n { width: 100%; height: 100%; display: grid; place-items: center; font-size: 9px; font-weight: 700; }
.hd-post-body b, .hd-pcard-bio b { font-weight: 700; }
.hd-post-body i, .hd-pcard-bio i { font-style: italic; }
.hd-post-body s { opacity: .72; }
.hd-code {
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
font-size: .88em;
padding: .1em .38em;
background: var(--nb-surface-2);
border: 1.5px solid var(--nb-ink); border-radius: 6px;
}
.hd-said {
display: block;
margin: 6px 0;
padding-left: 11px;
border-left: 4px solid var(--nb-blue);
color: var(--nb-surface-fg-muted);
}
.hd-post-body .hd-emo, .hd-pcard-bio .hd-emo, .hd-prof-bio .hd-emo { vertical-align: -.12em; }
.hd-look-card {
background: var(--nb-surface); border-radius: var(--nb-r); overflow: hidden;
border: var(--nb-bd-thin);
}
.hd-look-head {
display: flex; align-items: center; justify-content: space-between;
padding: 16px 18px 12px;
border-bottom: var(--nb-bd-thin);
}
.hd-look-title {
display: flex; align-items: center; gap: 8px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 15px;
color: var(--nb-surface-fg);
}
.hd-look-title svg { width: 18px; height: 18px; fill: currentColor; }
.hd-look-actions { display: flex; gap: 4px; }
.hd-look-actions .nb-icon-btn { color: var(--nb-fg-muted); }
.hd-look-post {
padding: 16px 18px; margin: 0;
border-bottom: var(--nb-bd-thin);
}
.hd-look-post-inner { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.hd-look-post-av { text-decoration: none; color: inherit; }
.hd-look-post-av .hd-av { border-color: var(--nb-line); }
.hd-look-post-who { flex: 1; min-width: 0; }
.hd-look-post-name {
display: flex; align-items: center; gap: 4px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 14px;
text-decoration: none; color: var(--nb-surface-fg);
}
.hd-look-post-name:hover { text-decoration: underline; }
.hd-look-post-handle { display: block; font-size: 13px; color: var(--nb-fg-muted); }
.hd-look-post-head { margin: 0 0 6px; font-size: 13.5px; color: var(--nb-fg-muted); }
.hd-look-post-body { margin: 0 0 10px; font-size: 15px; line-height: 1.6; }
.hd-look-post-body a { color: var(--nb-blue); }
.hd-look-post-media { display: flex; gap: 8px; margin-bottom: 10px; overflow-x: auto; }
.hd-look-post-media img { height: 120px; border-radius: var(--nb-r-sm); object-fit: cover; border: var(--nb-bd-thin); }
.hd-look-post-meta {
display: flex; flex-wrap: wrap; gap: 4px; align-items: center;
font-size: 12.5px; color: var(--nb-fg-muted);
}
.hd-look-loading {
padding: 16px 18px; display: flex; align-items: center; gap: 10px;
font-size: 14px; color: var(--nb-fg-muted);
}
.hd-look-loading[hidden] { display: none; }
.hd-look-answer {
padding: 0 18px 16px;
}
.hd-look-answer[hidden] { display: none; }
.hd-look-answer-text {
margin: 0; font-size: 15px; line-height: 1.65; color: var(--nb-surface-fg);
}
.hd-look-answer-text a { color: var(--nb-blue); }
.hd-look-chat { margin-top: 14px; }
.hd-look-chat .hd-nova-q { margin-top: 18px; padding-top: 18px; }
.hd-look-chat .hd-nova-q p { font-size: 16px; }
.hd-look-chat .hd-nova-said { font-size: 14.5px; }
.hd-look-follow {
display: flex; align-items: flex-end; gap: 10px;
padding: 12px 18px 16px;
border-top: var(--nb-bd-thin);
}
.hd-look-follow[hidden] { display: none; }
.hd-look-follow textarea { flex: 1; resize: none; min-height: 40px; max-height: 120px; }
.hd-look-follow .nb-btn { flex: none; }
.hd-look-replies, .hd-look-relays {
padding: 12px 18px; border-top: var(--nb-bd-thin);
}
.hd-look-replies-title {
margin: 0 0 8px; font-size: 12.5px; font-weight: 700; color: var(--nb-fg-muted);
text-transform: uppercase; letter-spacing: .5px;
}
.hd-look-reply {
display: flex; gap: 6px; padding: 6px 0; font-size: 13.5px; line-height: 1.5;
}
.hd-look-reply + .hd-look-reply { border-top: var(--nb-bd-thin); }
.hd-look-reply-handle {
flex: none; font-weight: 700; color: var(--nb-blue); font-size: 13px;
}
.hd-look-reply-body { color: var(--nb-fg-muted); min-width: 0; }
.hd-look-reply-body.hd-muted { font-style: italic; opacity: .7; }
.hd-pcard {
position: absolute; z-index: 120;
width: 300px; max-width: calc(100vw - 20px);
padding: 15px;
box-shadow: var(--nb-sh);
opacity: 0; transform: translateY(6px);
transition: opacity .14s var(--nb-ease), transform .14s var(--nb-ease);
pointer-events: auto;
}
.hd-pcard.is-in { opacity: 1; transform: none; }
.hd-pcard[hidden] { display: none; }
.hd-pcard-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.hd-pcard-face { line-height: 0; text-decoration: none; }
.hd-av--lg { width: 62px; height: 62px; font-size: 24px; }
.hd-av--lg.hd-av--sq { border-radius: 8px; }
.hd-pcard-name { display: flex; align-items: center; gap: 6px; margin: 11px 0 0; }
.hd-pcard-name a { color: inherit; text-decoration: none; }
.hd-pcard-name b { font-family: var(--nb-font-head); font-weight: 700; font-size: 16.5px; }
.hd-pcard-name a:hover b { text-decoration: underline; }
.hd-pcard-at { margin: 1px 0 0; font-size: 13.5px; color: var(--nb-surface-fg-muted); }
.hd-pcard-head { margin: 8px 0 0; font-size: 13px; color: var(--nb-surface-fg-muted); }
.hd-pcard-bio { margin: 9px 0 0; font-size: 14px; line-height: 1.5; }
.hd-pcard-counts { display: flex; gap: 16px; margin: 11px 0 0; font-size: 13.5px; color: var(--nb-surface-fg-muted); }
.hd-pcard-counts b { font-family: var(--nb-font-head); font-weight: 700; color: var(--nb-surface-fg); }
.hd-pcard-summary {
display: flex; align-items: center; gap: 6px; width: 100%;
margin-top: 12px; justify-content: center;
}
.hd-pcard-summary svg { width: 14px; height: 14px; }
.hd-pcard-summary-out {
margin-top: 12px; padding: 12px 14px;
border-radius: 12px;
background: linear-gradient(135deg, rgba(255,0,51,.04), rgba(62,207,110,.03), rgba(44,175,252,.05));
border: 1px solid rgba(44,175,252,.12);
}
.hd-pcard-summary-label {
display: flex; align-items: center; gap: 6px; margin: 0 0 6px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 12px;
text-transform: uppercase; letter-spacing: .05em;
background: linear-gradient(135deg, #ff0033, #3ecf6e, #2caffc);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-clip: text;
}
.hd-pcard-summary-label svg { width: 14px; height: 14px; }
.hd-pcard-summary-text { margin: 0; font-size: 14px; line-height: 1.55; }
@media (hover: none) { .hd-pcard { display: none !important; } }
body.hd-app { min-height: 100vh; }
.hd-shell { min-height: 100vh; }
.hd-col { min-height: calc(100vh - 40px); }
.hd-feed { gap: 0; }
.hd-feed > * + * { margin-top: 0; }
.hd-feed .hd-post,
.hd-feed .hd-note,
.hd-feed .hd-art { border-radius: 0; border-bottom-width: 0; }
.hd-feed > *:first-child { border-top-left-radius: var(--nb-r); border-top-right-radius: var(--nb-r); }
.hd-feed > *:last-child {
border-bottom-left-radius: var(--nb-r); border-bottom-right-radius: var(--nb-r);
border-bottom-width: var(--nb-bd-w-thin);
}
.hd-feed .hd-post--lead { border-bottom-width: var(--nb-bd-w); }
.hd-feed .hd-post:hover { transform: none; box-shadow: none; background: var(--nb-surface-2); }
.hd-sep { height: 0; border-top: var(--nb-bd-thin); margin: 0; }
.hd-sep-say {
padding: 26px 18px; text-align: center;
font-size: 14px; color: var(--nb-fg-muted);
border-top: var(--nb-bd-thin);
}
@media (prefers-reduced-motion: reduce) {
.hd-pcard { transition: none; }
}
.hd-col .hd-set, .hd-modal-body .hd-set { max-width: none; margin: 0; padding: 0; }
.hd-modal-body .hd-set-card:first-child { margin-top: 0; }
.hd-set-card { margin-top: 14px; }
.hd-set-card h2 { margin: 0 0 6px; font-size: 17px; font-family: var(--nb-font-head); font-weight: 700; }
.hd-set-line { margin: 0 0 18px; font-size: 13.5px; line-height: 1.6; color: var(--nb-surface-fg-muted); }
.hd-set-card--last { border-color: var(--nb-red); }
.hd-set-pics-do { display: flex; flex-direction: column; gap: 8px; }
.hd-set-pics-do .nb-hint { margin: 0; }
.hd-set-card .hd-say { margin: 16px 0 0; }
.hd-set-stage { position: relative; margin-bottom: 48px; }
.hd-set-card .hd-set-cover { margin-top: 0; height: 150px; }
.hd-set-face {
position: absolute; left: 16px; bottom: -34px; line-height: 0;
border-radius: 50%;
}
.hd-set-face .hd-av {
width: 82px; height: 82px; font-size: 30px;
border-width: var(--nb-bd-w); box-shadow: var(--nb-sh-sm);
}
.hd-set-face .hd-av--sq { border-radius: 10px; }
.hd-set-foot--pics { flex-wrap: wrap; }
.hd-set-hint { margin: 10px 0 0; }
@media (max-width: 520px) {
.hd-set-card .hd-set-cover { height: 116px; }
.hd-set-face .hd-av { width: 66px; height: 66px; font-size: 25px; }
.hd-set-stage { margin-bottom: 40px; }
.hd-set-face { bottom: -28px; }
}
label.nb-btn { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; }
.hd-acct-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.hd-acct { display: flex; align-items: stretch; gap: 8px; }
.hd-acct-go {
flex: 1; display: flex; align-items: center; gap: 12px;
padding: 10px 14px; text-align: left;
border: var(--nb-bd-thin); border-radius: var(--nb-r);
background: var(--nb-surface-2); color: inherit;
transition: transform var(--nb-fast) var(--nb-ease), box-shadow var(--nb-fast) var(--nb-ease);
}
.hd-acct-go:hover:not(:disabled) { transform: translate(-2px, -3px); box-shadow: 4px 6px 0 var(--nb-ink); }
.hd-acct-go:active:not(:disabled) { transform: translate(0, 0); box-shadow: 0 0 0 var(--nb-ink); }
.hd-acct-go:disabled { cursor: default; }
.hd-acct.is-on .hd-acct-go { border-width: var(--nb-bd-w); border-color: var(--nb-blue); }
.hd-acct-who { display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1; }
.hd-acct-who b { font-size: 14.5px; }
.hd-acct-who i {
font-style: normal; font-size: 13px; color: var(--nb-surface-fg-muted);
display: inline-flex; align-items: center; gap: 1px;
}
.hd-acct-now { font-size: 11.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--nb-blue); }
.hd-acct-go > svg { width: 16px; height: 16px; flex: none; fill: currentColor; opacity: .55; }
.hd-acct-x { flex: none; align-self: center; }
.hd-count-btn {
background: none; border: 0; padding: 0; cursor: pointer; font: inherit;
color: var(--nb-surface-fg-muted);
}
.hd-count-btn:hover { color: var(--nb-surface-fg); text-decoration: underline; }
.hd-count-btn b { color: var(--nb-surface-fg); font-family: var(--nb-font-head); font-weight: 700; }
.hd-standing { display: flex; flex-wrap: wrap; gap: 7px; margin: 11px 0 0; }
.hd-chip {
padding: 3px 10px; font-size: 12px; font-weight: 700;
color: var(--nb-surface-fg-muted);
background: var(--nb-surface-2);
border: var(--nb-bd-thin); border-radius: var(--nb-r-pill);
}
.hd-assoc-one span { display: flex; flex-direction: column; line-height: 1.25; }
.hd-assoc-one i {
font-style: normal; font-weight: 500; font-size: 11px;
color: var(--nb-surface-fg-muted);
}
.hd-list { display: flex; flex-direction: column; gap: 10px; }
.hd-modal-line { margin: 0 0 14px; color: var(--nb-surface-fg-muted); font-size: 13.5px; }
.hd-person-do { display: flex; gap: 8px; flex: none; }
.hd-set-checks { display: flex; flex-direction: column; gap: 13px; }
.hd-assoc-add {
display: grid; gap: 12px; align-items: end; margin-bottom: 16px;
grid-template-columns: 1fr 1fr 1fr auto;
}
.hd-assoc-add .nb-btn { margin-bottom: 1px; }
#assocBody { display: flex; flex-direction: column; gap: 10px; }
@media (max-width: 700px) {
.hd-assoc-add { grid-template-columns: 1fr; }
.hd-person-do { width: 100%; }
}
.hd-compose-as {
display: flex; align-items: center; gap: 10px; margin: 12px 0 0;
font-size: 12px; font-weight: 700; letter-spacing: .06em;
text-transform: uppercase; color: var(--nb-surface-fg-muted);
}
.hd-compose-as select { flex: 1; min-width: 0; }
.hd-art-new { margin-bottom: 14px; }
.hd-art-do { margin-top: 12px; }
.hd-artform { display: flex; flex-direction: column; gap: 15px; }
.hd-compose-see {
margin-top: 12px; padding: 12px 14px;
background: var(--nb-surface);
border: 1px solid rgba(255,255,255,.06); border-radius: 12px;
min-height: 24px;
}
.hd-compose-see[hidden] { display: none; }
.hd-compose-see .hd-post-body { margin: 0; font-size: 15px; line-height: 1.6; }
.hd-scope {
display: inline-flex; align-items: center; gap: 7px;
margin-top: 12px; padding: 6px 13px;
background: transparent; color: var(--nb-blue);
border: var(--nb-bd-thin); border-color: currentColor;
border-radius: var(--nb-r-pill);
font-family: var(--nb-font-head); font-weight: 700; font-size: 13px;
cursor: pointer; transition: background var(--nb-fast), color var(--nb-fast);
}
.hd-scope svg { width: 15px; height: 15px; fill: currentColor; }
.hd-scope:hover { background: var(--nb-blue); color: var(--nb-ink); }
.hd-scope.is-set { background: var(--nb-blue); color: var(--nb-ink); }
.hd-pick { display: flex; flex-direction: column; gap: 9px; }
.hd-pick-one {
display: flex; align-items: center; gap: 11px;
width: 100%; padding: 12px 14px; text-align: left;
background: var(--nb-surface); color: var(--nb-surface-fg);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
font-family: var(--nb-font-head); font-weight: 700; font-size: 14.5px;
cursor: pointer; transition: transform var(--nb-fast), box-shadow var(--nb-fast), background var(--nb-fast);
}
.hd-pick-one svg { width: 17px; height: 17px; fill: currentColor; flex: none; }
.hd-pick-one:hover { transform: translate(-2px, -2px); box-shadow: var(--nb-sh-sm); }
.hd-pick-one.is-on { background: var(--nb-blue); color: var(--nb-ink); }
.hd-modal-do { margin-top: 16px; display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }
.hd-disc-one { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.hd-disc-one small { font-family: var(--nb-font-body); font-weight: 400; font-size: 12.5px; opacity: .85; }
.hd-compose-flags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.hd-compose-flags[hidden] { display: none; }
.hd-fchip {
display: inline-flex; align-items: center; gap: 5px;
padding: 3px 7px 3px 8px;
background: var(--nb-yellow); color: var(--nb-ink);
border: 1px solid var(--nb-ink); border-radius: var(--nb-r-pill);
font-family: var(--nb-font-head); font-weight: 700; font-size: 11px;
}
.hd-fchip svg { width: 11px; height: 11px; fill: currentColor; }
.hd-fchip button {
display: grid; place-items: center; width: 16px; height: 16px;
background: var(--nb-ink); color: var(--nb-yellow);
border: 0; border-radius: 50%; cursor: pointer;
}
.hd-fchip button svg { width: 8px; height: 8px; fill: currentColor; }
.hd-compose-nvm { width: 19px; height: 19px; }
.hd-nova-was {
margin: 0 0 14px; padding: 12px 14px;
background: var(--nb-surface); border: var(--nb-bd-thin);
border-radius: var(--nb-r-sm); font-size: 14px; white-space: pre-wrap;
color: var(--nb-surface-fg-muted);
}
.hd-nova-ways { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.hd-nova-way {
padding: 8px 14px;
background: var(--nb-surface); color: var(--nb-surface-fg);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
font-family: var(--nb-font-head); font-weight: 700; font-size: 13px;
cursor: pointer; transition: all .15s ease;
}
.hd-nova-way:hover { background: var(--nb-surface-2); border-color: var(--nb-line); }
.hd-nova-way.is-on {
background: var(--nb-blue);
color: var(--nb-ink); border-color: transparent;
}
.hd-nova-out {
margin-top: 16px; padding: 14px;
background: var(--nb-surface-2);
border: var(--nb-bd-thin);
border-radius: var(--nb-r);
}
.hd-nova-lb {
display: flex; align-items: center; gap: 6px; margin-bottom: 8px;
font-family: var(--nb-font-head); font-weight: 700;
font-size: 12px; letter-spacing: .05em; text-transform: uppercase;
color: var(--nb-surface-fg-muted);
}
.hd-nova-lb svg { width: 14px; height: 14px; }
.hd-nova-line { margin: 0; font-size: 15px; white-space: pre-wrap; line-height: 1.6; }
.hd-nova-new { margin-top: 12px; font-size: 15px; line-height: 1.6; }
.hd-compose-poll {
margin-top: 12px; padding: 13px;
background: var(--nb-surface-2); border: var(--nb-bd-thin);
border-radius: var(--nb-r-sm);
}
.hd-compose-poll[hidden] { display: none; }
.hd-pollrow { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; }
.hd-pollrow .nb-input { flex: 1; min-width: 0; }
.hd-poll-foot { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hd-poll-len { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.hd-poll-len span {
font-family: var(--nb-font-head); font-weight: 700;
font-size: 12px; white-space: nowrap; color: var(--nb-surface-fg-muted);
}
.hd-cpanel {
margin-top: 13px;
background: var(--nb-surface-2);
border: var(--nb-bd-w) solid var(--nb-ink);
border-radius: var(--nb-r-sm);
box-shadow: var(--nb-sh-sm);
overflow: hidden;
}
.hd-cpanel[hidden] { display: none; }
.hd-cpanel-head {
display: flex; align-items: center; gap: 10px;
padding: 11px 11px 11px 15px;
border-bottom: var(--nb-bd-thin);
}
.hd-cpanel-head b {
flex: 1; min-width: 0;
font-family: var(--nb-font-head); font-weight: 700; font-size: 14.5px;
}
.hd-cpanel-x { flex: none; width: 30px; height: 30px; }
.hd-cpanel-x svg { width: 13px; height: 13px; fill: currentColor; }
.hd-cpanel-body { padding: 15px; }
.hd-cpanel-body > :last-child { margin-bottom: 0; }
.hd-cpanel-line {
margin: 0 0 13px; font-size: 13.5px; line-height: 1.55;
color: var(--nb-surface-fg-muted);
}
.hd-cpanel-do { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
.hd-compose-tool.is-on {
background: var(--nb-blue); color: var(--nb-ink);
border-color: var(--nb-ink);
}
.hd-scope.is-open { background: var(--nb-blue); color: var(--nb-ink); }
.hd-emoji-lb {
margin: 14px 0 8px;
font-family: var(--nb-font-head); font-weight: 700;
font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase;
color: var(--nb-surface-fg-muted);
}
.hd-emoji-lb:first-child { margin-top: 0; }
.hd-emoji-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(38px, 1fr)); gap: 4px; }
.hd-emoji-btn {
display: grid; place-items: center;
height: 38px; padding: 0;
background: var(--nb-surface); color: var(--nb-surface-fg);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
font-size: 21px; line-height: 1; cursor: pointer;
transition: transform var(--nb-fast), box-shadow var(--nb-fast), background var(--nb-fast);
}
.hd-emoji-btn:hover { background: var(--nb-surface-2); transform: translate(-1px, -1px); box-shadow: var(--nb-sh-sm); }
.hd-emoji-btn img.hd-emo { width: 22px; height: 22px; margin: 0; vertical-align: middle; }
.hd-drafts { display: flex; flex-direction: column; gap: 11px; }
.hd-draft { display: flex; align-items: center; gap: 11px; }
.hd-draft .nb-icon-btn { flex: none; }
.hd-draft-open {
flex: 1; min-width: 0; padding: 0; text-align: left;
background: none; border: 0; color: inherit; cursor: pointer;
}
.hd-draft-open b {
display: block; font-family: var(--nb-font-head); font-weight: 700;
font-size: 14.5px; line-height: 1.45;
overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.hd-draft-open i {
display: block; margin-top: 4px; font-style: normal;
font-size: 12.5px; color: var(--nb-surface-fg-muted);
}
.hd-ask-foot--stack {
flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 10px;
}
.hd-disc {
display: flex; flex-wrap: wrap; gap: 5px;
margin: 0 0 8px;
}
.hd-disc span {
display: inline-flex; align-items: center; gap: 4px;
padding: 2px 8px;
background: var(--nb-yellow); color: var(--nb-ink);
border: 1px solid var(--nb-ink); border-radius: var(--nb-r-pill);
font-family: var(--nb-font-head); font-weight: 700; font-size: 10.5px;
}
.hd-disc svg { width: 10px; height: 10px; fill: currentColor; }
.hd-planned, .hd-scope-note {
display: flex; align-items: center; gap: 7px;
margin: 10px 0 0; font-size: 12.5px;
color: var(--nb-surface-fg-muted);
}
.hd-planned svg, .hd-scope-note svg { width: 14px; height: 14px; fill: currentColor; flex: none; }
.hd-planned { color: var(--nb-yellow); }
.hd-shut {
display: flex; align-items: center; gap: 11px;
padding: 15px; margin-bottom: 14px;
color: var(--nb-surface-fg-muted);
}
.hd-shut svg { width: 19px; height: 19px; fill: currentColor; flex: none; }
.hd-shut p { margin: 0; font-size: 14px; }
.hd-poll { margin-top: 13px; display: flex; flex-direction: column; gap: 8px; }
.hd-poll-wait { display: flex; flex-direction: column; gap: 8px; }
.hd-poll-one {
width: 100%; padding: 11px 15px; text-align: left;
background: transparent; color: var(--nb-blue);
border: var(--nb-bd-thin); border-color: currentColor;
border-radius: var(--nb-r-pill);
font-family: var(--nb-font-head); font-weight: 700; font-size: 14.5px;
cursor: pointer; transition: background var(--nb-fast), color var(--nb-fast);
}
.hd-poll-one:hover { background: var(--nb-blue); color: var(--nb-ink); }
.hd-poll-done {
position: relative; overflow: hidden;
display: flex; align-items: center; gap: 9px;
padding: 11px 15px;
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
font-size: 14.5px;
}
.hd-poll-fill {
position: absolute; inset: 0 auto 0 0;
background: var(--nb-surface-2);
border-right: 2px solid var(--nb-line);
}
.hd-poll-done.is-mine .hd-poll-fill { background: color-mix(in srgb, var(--nb-blue) 30%, transparent); }
.hd-poll-t { position: relative; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hd-poll-done.is-mine .hd-poll-t { font-family: var(--nb-font-head); font-weight: 700; }
.hd-poll-t svg { display: inline-block; width: 14px; height: 14px; fill: var(--nb-blue); vertical-align: -2px; margin-left: 5px; }
.hd-poll-pc {
position: relative; flex: none;
font-family: var(--nb-font-mono); font-size: 13px;
font-variant-numeric: tabular-nums;
}
.hd-poll-sum { margin: 2px 0 0; font-size: 12.5px; color: var(--nb-surface-fg-muted); }
.hd-back { flex: none; }
.nb-note { margin: 12px 0 0; font-size: 13.5px; color: var(--nb-surface-fg-muted); }
.nb-note[hidden] { display: none; }
.nb-note.is-bad { color: var(--nb-red); }
.hd-loading { padding: 26px 0; text-align: center; font-size: 14px; color: var(--nb-surface-fg-muted); }
body.hd-ex .hd-aside { display: none; }
body.hd-ex .hd-shell { grid-template-columns: var(--hd-rail) minmax(0, 1fr); }
@media (max-width: 1180px) { body.hd-ex .hd-shell { grid-template-columns: 88px minmax(0, 1fr); } }
@media (max-width: 640px)  { body.hd-ex .hd-shell { grid-template-columns: 1fr; } }
.hd-ex-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--nb-gap); align-items: start; }
@media (min-width: 1040px) { .hd-ex-grid--split { grid-template-columns: minmax(0, 1fr) 340px; } }
.hd-ex-side { display: grid; gap: 18px; min-width: 0; }
.hd-ex-side > *, .hd-ex-main > * { min-width: 0; }
@media (min-width: 1040px) { .hd-ex-grid--split .hd-ex-side { position: sticky; top: 16px; } }
.hd-ex-main { min-width: 0; }
.hd-top {
display: flex; align-items: center; gap: 18px;
padding: 18px 20px; margin: 0 0 14px;
background: var(--nb-blue); color: var(--nb-ink);
border: var(--nb-bd); border-radius: var(--nb-r);
box-shadow: var(--nb-sh); text-decoration: none;
transition: transform var(--nb-fast), box-shadow var(--nb-fast);
}
.hd-top:hover { transform: translate(-1px, -1px); box-shadow: 5px 7px 0 var(--nb-ink); }
.hd-top:active { transform: translate(3px, 4px); box-shadow: var(--nb-sh-press); }
.hd-top-n {
flex: none; font-family: var(--nb-font-head); font-weight: 700;
font-size: 38px; line-height: 1; font-variant-numeric: tabular-nums;
}
.hd-top-t { min-width: 0; }
.hd-top-t b {
display: block; font-family: var(--nb-font-head); font-weight: 700;
font-size: 22px; line-height: 1.15; word-break: break-word;
}
.hd-top-t i { display: block; margin-top: 4px; font-style: normal; font-size: 13px; }
.hd-trends { display: grid; gap: 9px; }
.hd-trend {
display: flex; align-items: center; gap: 14px;
padding: 12px 15px;
background: var(--nb-surface); color: var(--nb-surface-fg);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
text-decoration: none;
transition: transform var(--nb-fast), box-shadow var(--nb-fast);
}
.hd-trend:hover { transform: translate(-2px, -2px); box-shadow: var(--nb-sh-sm); }
.hd-trend-n {
flex: none; width: 26px;
font-family: var(--nb-font-head); font-weight: 700; font-size: 16px;
color: var(--nb-blue); font-variant-numeric: tabular-nums;
}
.hd-trend-t { flex: 1; min-width: 0; }
.hd-trend-t b {
display: block; font-family: var(--nb-font-head); font-weight: 700;
font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hd-trend-t i {
display: block; margin-top: 2px; font-style: normal;
font-size: 12.5px; color: var(--nb-surface-fg-muted);
}
.hd-strip-track {
display: flex; gap: 12px;
margin: -1px 0 0 -1px; padding: 1px 6px 8px 1px;
overflow-x: auto; scrollbar-width: none;
}
.hd-strip-track::-webkit-scrollbar { display: none; }
.hd-strip-card {
flex: none; width: 176px;
display: flex; flex-direction: column; align-items: center; gap: 7px;
padding: 16px 13px 14px; text-align: center;
background: var(--nb-surface); color: var(--nb-surface-fg);
border: var(--nb-bd-thin); border-radius: var(--nb-r-sm);
}
.hd-strip-card > a { text-decoration: none; color: inherit; min-width: 0; max-width: 100%; }
.hd-strip-card b {
display: block; font-family: var(--nb-font-head); font-weight: 700; font-size: 14.5px;
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hd-strip-card i {
display: block; font-style: normal; font-size: 12.5px; color: var(--nb-surface-fg-muted);
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hd-strip-card .nb-btn { margin-top: 3px; }
.hd-people-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
@media (min-width: 780px) { .hd-people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.hd-inline-mod { padding: 16px 16px 8px; }
.hd-inline-mod .hd-block-h { margin-top: 0; }
.hd-inline-mod .hd-strip-track { margin-bottom: 0; padding-bottom: 8px; }
.hd-inline-mod .hd-trends { padding-bottom: 8px; }
@media (min-width: 941px) { .hd-inline-mod { display: none; } }
