@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #080b12; --bg-soft: #0f1420; --surface: rgba(18, 24, 37, .78); --surface-solid: #121827;
  --ink: #f2f5fb; --muted: #9ba6bb; --faint: #657087; --line: rgba(231, 238, 255, .11);
  --violet: #9a82ff; --cyan: #72e3d1; --coral: #ff8e79; --gold: #ffd085; --max: 1200px;
  --radius: 14px; --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font: 15px/1.6 Manrope, 'PingFang SC', 'Microsoft YaHei', sans-serif; -webkit-font-smoothing: antialiased; }
body.light { --bg: #f5f7fb; --bg-soft: #e9edf5; --surface: rgba(255,255,255,.85); --surface-solid: #fff; --ink: #141927; --muted: #566078; --faint: #7a8499; --line: rgba(24,35,60,.12); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; color: inherit; cursor: pointer; }
.shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }

.site-header { height: 76px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; gap: 54px; border-bottom: 1px solid var(--line); position: relative; z-index: 10; background: rgba(8,11,18,.74); backdrop-filter: blur(18px); }
body.light .site-header { background: rgba(245,247,251,.78); }
.wordmark { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 800; letter-spacing: .24em; white-space: nowrap; }
.wordmark-mark { display: inline-flex; width: 21px; height: 21px; align-items: end; gap: 2px; transform: skew(-17deg); }
.wordmark-mark i { width: 5px; border-radius: 4px; display: block; background: linear-gradient(to top, var(--cyan), var(--violet)); }
.wordmark-mark i:nth-child(1) { height: 11px; opacity: .7; }.wordmark-mark i:nth-child(2) { height: 18px; }.wordmark-mark i:nth-child(3) { height: 14px; opacity: .84; }
.wordmark-mark.small { transform: scale(.7) skew(-17deg); transform-origin: left center; margin-right: -4px; }
.main-nav { display: flex; align-items: center; gap: 32px; color: var(--muted); font-size: 13px; }
.main-nav a { transition: color .2s; }.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.capability-links { flex-wrap: wrap; gap: 9px 18px; padding-block: 13px; border-bottom: 1px solid var(--line); font-size: 11px; }
.capability-links .eyebrow { margin: 0 4px 0 0; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; position: relative; }
.icon-btn { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; background: transparent; color: var(--muted); transition: color .2s, border-color .2s; }
.icon-btn:hover { color: var(--ink); border-color: var(--faint); }
.profile-btn { display: flex; align-items: center; gap: 8px; padding: 4px 0; background: transparent; color: var(--muted); font-size: 13px; }
.avatar { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; font-size: 12px; color: #111526; font-weight: 800; background: linear-gradient(135deg, var(--cyan), var(--violet)); }
.profile-menu { position: absolute; top: 45px; right: 0; width: 160px; padding: 7px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-solid); box-shadow: 0 16px 42px rgba(0,0,0,.3); }
.profile-menu a, .profile-menu button { display: block; width: 100%; padding: 8px 10px; border-radius: 6px; text-align: left; background: transparent; color: var(--muted); font-size: 13px; }.profile-menu a:hover, .profile-menu button:hover { background: var(--bg-soft); color: var(--ink); }

.view { display: none; animation: view-in .45s var(--ease) both; min-height: calc(100vh - 76px); }.view.active { display: block; } @keyframes view-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr); align-items: center; gap: clamp(32px, 7vw, 100px); padding-block: 70px 90px; }
.eyebrow { margin: 0 0 16px; color: var(--faint); font: 500 10px/1.2 'DM Mono', monospace; letter-spacing: .16em; text-transform: uppercase; }.live-dot { display: inline-block; width: 7px; height: 7px; margin: 0 7px 1px 0; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { line-height: 1.1; letter-spacing: -.045em; } h1 { font-size: clamp(46px, 6.4vw, 82px); margin-bottom: 24px; font-weight: 600; } h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 0; } h3 { font-size: 18px; margin-bottom: 8px; } em { color: var(--cyan); font-style: normal; }
.hero-lede { width: min(390px, 100%); color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 32px; }.hero-actions { display: flex; align-items: center; gap: 24px; }.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 42px; padding: 0 18px; border: 1px solid transparent; border-radius: 9px; font-size: 13px; font-weight: 700; transition: transform .2s var(--ease), background .2s, border .2s; }.btn:hover { transform: translateY(-2px); }.btn-primary { color: #0b0f18; background: linear-gradient(105deg, var(--cyan), #b0f5de); box-shadow: 0 10px 24px rgba(114,227,209,.14); }.text-btn { display: inline-flex; align-items: center; gap: 9px; padding: 4px 0; background: transparent; color: var(--muted); font-size: 13px; }.text-btn:hover { color: var(--ink); }.text-btn span { color: var(--cyan); font-size: 17px; transition: transform .2s; }.text-btn:hover span { transform: translateX(4px); }
.hero-proof { display: flex; gap: 30px; margin-top: 76px; }.hero-proof div { display: grid; gap: 2px; }.hero-proof strong { font-size: 18px; letter-spacing: -.03em; }.hero-proof span { color: var(--faint); font: 10px 'DM Mono', monospace; }
.hero-art { position: relative; aspect-ratio: 1.02 / 1; min-height: 420px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: radial-gradient(ellipse at 67% 54%, rgba(154,130,255,.12), transparent 55%), radial-gradient(ellipse at 33% 20%, rgba(114,227,209,.08), transparent 55%), #090c14; box-shadow: inset 0 0 80px rgba(0,0,0,.4), 0 24px 60px rgba(0,0,0,.22); }
.hero-art::before, .hero-art::after { content: ''; position: absolute; width: 1px; height: 100%; left: 18%; background: var(--line); opacity: .45; }.hero-art::after { width: 100%; height: 1px; left: 0; top: 20%; }
.art-meta, .art-footer { position: absolute; z-index: 2; left: 20px; right: 20px; display: flex; justify-content: space-between; font: 10px 'DM Mono', monospace; letter-spacing: .12em; color: var(--faint); }.art-meta { top: 18px; }.art-meta a { color: var(--cyan); }.art-footer { bottom: 18px; }
.black-hole { position: absolute; width: 78%; aspect-ratio: 1; left: 11%; top: 12%; display: grid; place-items: center; transform: rotate(-9deg); }.accretion { position: absolute; width: 100%; height: 32%; border-radius: 50%; border: 20px solid transparent; border-top-color: rgba(255,208,133,.92); border-bottom-color: rgba(255,111,108,.42); filter: blur(8px); transform: rotate(-14deg); animation: disk-spin 12s linear infinite; }.accretion-b { width: 88%; height: 25%; border-width: 12px; border-top-color: rgba(114,227,209,.65); border-bottom-color: rgba(154,130,255,.7); filter: blur(4px); transform: rotate(16deg); animation-duration: 17s; animation-direction: reverse; }.singularity { width: 31%; aspect-ratio: 1; border-radius: 50%; background: #020308; box-shadow: 0 0 0 12px rgba(17,11,31,.64), 0 0 28px 5px rgba(255,163,106,.58), 0 0 110px 22px rgba(154,130,255,.36); }.orbit-label { position: absolute; bottom: 18%; left: 0; color: rgba(242,245,251,.42); font: 9px 'DM Mono', monospace; letter-spacing: .12em; transform: rotate(9deg); } @keyframes disk-spin { to { transform: rotate(346deg); } }

.section { padding-block: 74px 94px; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }.section-heading .eyebrow { margin-bottom: 11px; }
.works-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.work-card { position: relative; overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .25s var(--ease), border-color .25s; }.work-card:hover { transform: translateY(-5px); border-color: rgba(114,227,209,.45); }.work-art { position: relative; aspect-ratio: 1 / 1.12; overflow: hidden; background: #1c2632; }.work-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,6,12,.56), transparent 42%); }.work-card:nth-child(4n+1) .work-art { background: radial-gradient(ellipse at 68% 35%, rgba(255,206,122,.92) 0 4%, transparent 18%), radial-gradient(ellipse at 36% 74%, #dc6e80 0 16%, transparent 47%), linear-gradient(125deg,#202650,#0b101c 62%); }.work-card:nth-child(4n+2) .work-art { background: radial-gradient(circle at 48% 52%, transparent 0 11%, rgba(114,227,209,.95) 12% 15%, transparent 16% 23%, rgba(154,130,255,.76) 24% 27%, transparent 28%), linear-gradient(140deg,#0c1920,#202344); }.work-card:nth-child(4n+3) .work-art { background: linear-gradient(120deg, #ffad8c, transparent 52%), radial-gradient(ellipse at 55% 70%, #543480, #0e1727 68%); }.work-card:nth-child(4n+4) .work-art { background: repeating-linear-gradient(140deg, rgba(114,227,209,.65) 0 2px, transparent 2px 22px), radial-gradient(circle at 70% 20%, #f37896, #131727 60%); }.work-card:nth-child(3n) .work-art::before { content: ''; position: absolute; inset: 25% 23%; border: 1px solid rgba(255,255,255,.54); transform: rotate(30deg) skew(-12deg); box-shadow: 0 0 22px rgba(255,255,255,.22); }
.work-content { padding: 14px 15px 16px; }.work-title { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; font-size: 14px; font-weight: 700; letter-spacing: -.02em; }.work-title::after { content: '↗'; margin-left: auto; color: var(--faint); font-size: 15px; }.work-meta { display: flex; align-items: center; gap: 9px; color: var(--faint); font: 10px 'DM Mono', monospace; }.work-author { color: var(--muted); font: 11px Manrope, sans-serif; }.work-chip { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 4px 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; color: rgba(255,255,255,.75); background: rgba(0,0,0,.23); font: 9px 'DM Mono', monospace; letter-spacing: .08em; }
.work-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; color: var(--cyan); font: 9px 'DM Mono', monospace; }
.signal-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11%; border-top: 1px solid var(--line); }.signal-copy p:not(.eyebrow) { max-width: 330px; color: var(--muted); }.signal-copy .text-btn { margin-top: 16px; }.signal-list { border-top: 1px solid var(--line); }.signal-list article { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); }.signal-index { color: var(--violet); font: 11px 'DM Mono', monospace; }.signal-list strong { font-size: 14px; }.signal-list p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }.signal-count { color: var(--faint); font: 10px 'DM Mono', monospace; }

.page-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-block: 72px 43px; }.page-head h1 { font-size: clamp(42px, 5.5vw, 68px); margin-bottom: 14px; }.page-head p:last-child { margin-bottom: 0; color: var(--muted); }.filters { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }.filter-tabs { display: flex; gap: 6px; }.filter-tab { padding: 8px 13px; border: 1px solid transparent; border-radius: 7px; color: var(--faint); background: transparent; font-size: 12px; }.filter-tab:hover, .filter-tab.active { color: var(--ink); border-color: var(--line); background: var(--surface); }.search { display: flex; align-items: center; gap: 8px; width: min(260px, 100%); padding: 8px 11px; border: 1px solid var(--line); border-radius: 7px; color: var(--faint); background: var(--surface); }.search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }.works-grid.shell { padding-bottom: 96px; }

.forum-layout { display: grid; grid-template-columns: 230px 1fr; gap: 65px; padding-bottom: 92px; }.board-title, .thread-toolbar, .sort-btn { font: 10px 'DM Mono', monospace; letter-spacing: .1em; color: var(--faint); }.board-title { margin-bottom: 12px; }.board { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; width: 100%; gap: 8px; padding: 10px 8px; border-radius: 7px; color: var(--muted); background: transparent; text-align: left; font-size: 12px; }.board:hover, .board.active { color: var(--ink); background: var(--surface); }.board-glyph { color: var(--violet); font-size: 16px; text-align: center; }.board small { color: var(--faint); font: 10px 'DM Mono', monospace; }.board-note { display: flex; align-items: center; gap: 8px; margin-top: 34px; padding: 14px 8px; border-top: 1px solid var(--line); color: var(--faint); font-size: 11px; }.board-note strong { color: var(--cyan); }.thread-toolbar { display: flex; align-items: center; gap: 18px; padding: 0 0 14px; border-bottom: 1px solid var(--line); }.thread-toolbar span { margin-right: auto; }.sort-btn { padding: 3px 0; background: transparent; }.sort-btn.active { color: var(--ink); }.thread { display: grid; grid-template-columns: 45px 1fr auto; gap: 14px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--line); }.thread-avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #111526; font-weight: 800; font-size: 12px; background: linear-gradient(145deg, var(--coral), var(--gold)); }.thread:nth-child(2n) .thread-avatar { background: linear-gradient(145deg, var(--violet), var(--cyan)); }.thread h3 { margin: 0 0 7px; font-size: 15px; letter-spacing: -.02em; }.thread h3 button { padding: 0; background: transparent; text-align: left; }.thread h3 button:hover { color: var(--cyan); }.thread-info { color: var(--faint); font-size: 11px; }.thread-info strong { color: var(--muted); font-weight: 500; }.thread-stats { display: flex; gap: 16px; color: var(--faint); font: 10px 'DM Mono', monospace; }.thread-stats button { padding: 2px; color: var(--faint); background: transparent; }.thread-stats button:hover, .thread-stats button.liked { color: var(--coral); }.thread-tag { display: inline-block; margin-left: 9px; padding: 2px 6px; border: 1px solid rgba(154,130,255,.34); border-radius: 3px; color: var(--violet); font: 9px 'DM Mono', monospace; }

.about { padding-block: 82px 110px; }.about h1 { font-size: clamp(44px, 7vw, 86px); max-width: 760px; }.about-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; max-width: 780px; margin: 60px 0 100px 25%; color: var(--muted); }.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; border-top: 1px solid var(--line); }.principles article { padding-top: 20px; border-top: 2px solid var(--violet); }.principles article:nth-child(2) { border-color: var(--cyan); }.principles article:nth-child(3) { border-color: var(--coral); }.principles span { color: var(--faint); font: 11px 'DM Mono', monospace; }.principles p { color: var(--muted); font-size: 13px; }.settings { padding-block: 80px; max-width: 760px; }.settings h1 { font-size: 62px; }.settings-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }.settings-card p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }.toggle-row { display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 12px; }.toggle-row input { position: absolute; opacity: 0; pointer-events: none; }.toggle-ui { position: relative; width: 40px; height: 22px; border-radius: 99px; background: var(--surface-solid); border: 1px solid var(--line); transition: background .2s; }.toggle-ui::after { content: ''; position: absolute; width: 16px; height: 16px; top: 2px; left: 2px; border-radius: 50%; background: var(--muted); transition: transform .2s, background .2s; }.toggle-row input:checked + .toggle-ui { background: var(--cyan); }.toggle-row input:checked + .toggle-ui::after { transform: translateX(18px); background: #0c1820; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 26px; padding-block: 25px 32px; border-top: 1px solid var(--line); color: var(--faint); font: 10px 'DM Mono', monospace; }.site-footer > div { display: flex; align-items: center; color: var(--ink); font: 11px Manrope, sans-serif; font-weight: 800; letter-spacing: .19em; }
.modal-wrap[hidden] { display: none; }.modal-wrap { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 20px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(1,3,8,.75); backdrop-filter: blur(8px); }.modal { position: relative; width: min(530px, 100%); max-height: 90vh; overflow: auto; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-solid); box-shadow: 0 30px 90px rgba(0,0,0,.42); animation: modal-in .3s var(--ease) both; } @keyframes modal-in { from { opacity: 0; transform: translateY(15px) scale(.98); } to { opacity: 1; transform: none; } }.modal-close { position: absolute; top: 14px; right: 16px; width: 30px; height: 30px; border-radius: 50%; background: var(--bg-soft); color: var(--muted); font-size: 20px; line-height: 1; }.modal h2 { margin: 0 0 22px; font-size: 27px; }.modal label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--muted); font-size: 12px; }.modal input, .modal textarea, .modal select { width: 100%; border: 1px solid var(--line); border-radius: 7px; outline: 0; padding: 10px 11px; color: var(--ink); background: var(--bg-soft); font-size: 13px; }.modal textarea { min-height: 100px; resize: vertical; }.modal input:focus, .modal textarea:focus { border-color: var(--cyan); }.modal .btn { margin-top: 4px; }.detail-art { aspect-ratio: 16 / 8; margin: -30px -30px 25px; background: radial-gradient(circle at 65% 42%, transparent 0 12%, rgba(114,227,209,.8) 13% 15%, transparent 16% 25%, rgba(154,130,255,.76) 26% 29%, transparent 30%), linear-gradient(135deg,#10182a,#3d2256); }.detail-copy p { color: var(--muted); }.dna { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 20px 0; }.dna div { padding: 9px; border: 1px solid var(--line); border-radius: 6px; background: var(--bg-soft); }.dna small { display: block; color: var(--faint); font: 9px 'DM Mono', monospace; }.dna strong { font-size: 12px; }.toast { position: fixed; left: 50%; bottom: 25px; z-index: 50; transform: translate(-50%, 16px); padding: 10px 15px; border: 1px solid rgba(114,227,209,.35); border-radius: 8px; color: var(--ink); background: var(--surface-solid); box-shadow: 0 10px 35px rgba(0,0,0,.3); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; font-size: 12px; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

.dna dt { color: var(--faint); font: 9px 'DM Mono', monospace; }.dna dd { margin: 4px 0 0; color: var(--ink); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; }
.detail-preview { display: block; width: 100%; max-height: 320px; object-fit: contain; border-radius: 8px; }
.dna-wide { margin: 15px 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg-soft); }
.dna-wide small, .iteration-history > small, .related-works > small { color: var(--faint); font: 9px 'DM Mono', monospace; letter-spacing: .1em; }
.dna-wide p { margin: 7px 0 0; white-space: pre-wrap; }
.iteration-history { margin: 17px 0; padding-top: 14px; border-top: 1px solid var(--line); }
.iteration-history ol { margin: 9px 0 0; padding-left: 20px; color: var(--muted); font-size: 12px; }
.related-works { display: grid; gap: 7px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.related-works button { width: fit-content; padding: 0; color: var(--cyan); background: transparent; text-align: left; font-size: 12px; }
.notification-list { display: grid; gap: 9px; margin: 18px 0; }
.notification-list article { padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg-soft); }
.notification-list strong { font-size: 12px; }.notification-list p { margin: 4px 0; color: var(--muted); font-size: 12px; }.notification-list small { color: var(--faint); font: 9px 'DM Mono', monospace; }
.thread-comments { display: grid; gap: 10px; margin: 22px 0; }.thread-comment { margin-left: calc(var(--reply-depth, 0) * 18px); padding: 12px; border: 1px solid var(--line); border-radius: 7px; background: var(--bg-soft); }.thread-comment strong { color: var(--cyan); font-size: 12px; }.thread-comment p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }.empty { margin: 0; color: var(--faint); font-size: 13px; }

@media (max-width: 900px) { .site-header { gap: 28px; }.hero { grid-template-columns: 1fr; padding-block: 60px 70px; }.hero-copy { max-width: 600px; }.hero-art { width: min(610px, 100%); min-height: 0; }.works-grid { grid-template-columns: repeat(2, 1fr); }.signal-section { gap: 45px; }.forum-layout { gap: 35px; }.about-columns { margin-left: 0; } }
@media (max-width: 620px) { .shell { width: min(var(--max), calc(100% - 32px)); }.site-header { height: 64px; padding-inline: 16px; gap: 18px; }.main-nav { gap: 15px; font-size: 12px; }.capability-links { gap: 8px 12px; overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; padding-block: 11px; }.capability-links .eyebrow { flex: 0 0 auto; }.profile-name { display: none; }.hero { min-height: 0; padding-block: 45px 60px; }.hero h1 { font-size: 50px; }.hero-proof { margin-top: 48px; gap: 19px; }.hero-art { aspect-ratio: 1 / .95; }.section { padding-block: 55px 68px; }.section-heading { align-items: start; gap: 14px; }.section-heading h2 { font-size: 32px; }.works-grid { gap: 10px; }.work-content { padding: 11px 11px 13px; }.work-title { font-size: 12px; }.work-meta { font-size: 9px; }.signal-section { grid-template-columns: 1fr; gap: 42px; }.signal-list article { grid-template-columns: 30px 1fr; gap: 10px; }.signal-count { grid-column: 2; margin-top: -18px; }.page-head { align-items: start; flex-direction: column; padding-block: 55px 32px; gap: 22px; }.page-head h1 { font-size: 48px; }.filters { align-items: stretch; flex-direction: column; margin-bottom: 18px; }.filter-tabs { overflow-x: auto; }.search { width: 100%; }.works-grid.shell { padding-bottom: 68px; }.forum-layout { grid-template-columns: 1fr; gap: 28px; padding-bottom: 65px; }.board-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }.board-title, .board-note { grid-column: 1 / -1; }.board-note { margin-top: 15px; }.thread { grid-template-columns: 37px 1fr; gap: 10px; }.thread-stats { grid-column: 2; margin-top: -5px; }.about { padding-block: 55px 72px; }.about h1 { font-size: 50px; }.about-columns, .principles { grid-template-columns: 1fr; gap: 23px; margin: 44px 0 70px; }.principles { margin-bottom: 0; }.settings { padding-block: 55px 75px; }.settings h1 { font-size: 50px; }.site-footer { grid-template-columns: 1fr; gap: 10px; padding-block: 22px; }.site-footer > span:last-child { display: none; }.modal { padding: 24px; }.detail-art { margin: -24px -24px 20px; }.form-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }

/* Interactive hero field */
.hero-art { isolation: isolate; cursor: crosshair; outline: none; }
.hero-art:focus-visible { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(114,227,209,.2), inset 0 0 80px rgba(0,0,0,.4), 0 24px 60px rgba(0,0,0,.22); }
.hero-canvas { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; pointer-events: none; }
.hero-pointer-glow { position: absolute; inset: -18%; z-index: 1; pointer-events: none; opacity: .55; background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(114,227,209,.16), transparent 22%), radial-gradient(circle at 70% 55%, rgba(154,130,255,.14), transparent 35%); mix-blend-mode: screen; transition: opacity .3s ease; }
.hero-art:not(:hover) .hero-pointer-glow { opacity: .28; }
.black-hole { z-index: 0; pointer-events: none; transition: opacity .4s ease; }
.hero-art.interactive-ready .black-hole { opacity: .08; }
.art-meta { z-index: 3; }
.hero-mode-line { position: absolute; z-index: 3; top: 51px; left: 20px; right: 20px; display: flex; align-items: center; gap: 8px; color: var(--cyan); font: 9px 'DM Mono', monospace; letter-spacing: .1em; }
.hero-status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: hero-pulse 1.8s ease-in-out infinite; }
.hero-control { padding: 4px 7px; border: 1px solid rgba(114,227,209,.28); border-radius: 5px; color: var(--muted); background: rgba(7,12,20,.54); font: 9px 'DM Mono', monospace; transition: color .2s, border-color .2s, background .2s; }
.hero-control:first-of-type { margin-left: auto; }
.hero-control:hover, .hero-control:focus-visible { color: var(--ink); border-color: var(--cyan); background: rgba(114,227,209,.12); outline: none; }
.art-footer { z-index: 3; }
.hero-live-status { position: absolute; z-index: 3; left: 20px; bottom: 43px; max-width: 55%; color: rgba(242,245,251,.5); font: 9px 'DM Mono', monospace; letter-spacing: .08em; pointer-events: none; }
@keyframes hero-pulse { 0%, 100% { opacity: .45; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.15); } }
@media (max-width: 620px) {
  .hero-mode-line { top: 49px; left: 14px; right: 14px; gap: 6px; font-size: 8px; }
  .hero-control { padding: 4px 5px; font-size: 8px; }
  .hero-live-status { left: 14px; bottom: 42px; font-size: 8px; }
  .art-footer { left: 14px; right: 14px; gap: 8px; font-size: 8px; }
  .art-footer span:nth-child(2) { display: none; }
}
