:root{--bg-body: #FFFFFF;--bg-post: #FFFFFF;--bg-post-op: #FAFAFA;--bg-header: #000000;--text-on-header: #FFFFFF;--border-post: #DDDDDD;--border-strong: #000000;--link: #000000;--link-reply: #000000;--text-primary: #000000;--text-secondary: #666666;--text-meta: #000000;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--text-primary)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-body);color:var(--text-primary);-webkit-font-smoothing:antialiased}a{color:var(--link);text-decoration:underline}a:hover{opacity:.7}.site-header{background:var(--bg-header);position:sticky;top:0;z-index:50}.nav{max-width:900px;margin:0 auto;padding:6px 12px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px}.brand{font-weight:700;color:var(--text-on-header);font-size:14px;text-decoration:none}.brand:hover{opacity:1}.board-quicklinks{display:flex;flex-wrap:wrap;gap:0;font-size:13px}.board-quicklinks a{color:var(--text-on-header);text-decoration:none}.board-quicklinks a:hover{text-decoration:underline;opacity:1}.nav-right{display:flex;align-items:center;gap:8px;font-size:12px}.nav-right a,.nav-right .nav-link{color:var(--text-on-header)}.main{max-width:900px;margin:0 auto;padding:12px 12px 48px}h1{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--text-primary);letter-spacing:-.01em}.muted{color:var(--text-secondary)}.btn{font-family:inherit;font-size:14px;padding:3px 10px;border:1px solid var(--border-strong);background:var(--bg-post);color:var(--text-primary);cursor:pointer;border-radius:2px}.btn:hover:not(:disabled){background:#f0f0f0}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--bg-post);border-color:var(--text-primary)}.btn-ghost{background:transparent;border-color:transparent}.site-header .btn-ghost:hover:not(:disabled){background:#ffffff26}.btn-ghost:hover:not(:disabled){background:#0000000f}.btn-link{font-family:inherit;background:none;border:none;padding:0;color:var(--link);cursor:pointer;font-size:inherit;text-decoration:underline}.btn-link:hover{opacity:.7}.input{font-family:inherit;font-size:14px;background:var(--bg-post);color:var(--text-primary);border:1px solid var(--border-post);padding:4px 6px;width:100%;border-radius:2px}.input:focus{outline:none;border-color:var(--border-strong)}textarea.input{resize:vertical}.error{color:var(--text-primary);border:1px solid var(--border-strong);background:#f5f5f5;padding:4px 8px;margin:8px 0;font-size:14px}.board-list{list-style:none;padding:0;margin:0}.board-list li{padding:6px 0;border-bottom:1px solid var(--border-post)}.board-link{display:inline}.board-slug{color:var(--link);font-weight:700}.board-name{color:var(--text-primary);margin-left:4px}.board-desc{margin-top:2px;font-size:13px;color:var(--text-secondary)}.thread-list{list-style:none;padding:0;margin:0}.thread-item{padding:6px 0;border-bottom:1px solid var(--border-post);display:flex;flex-wrap:wrap;align-items:baseline;gap:4px;line-height:1.5}.thread-item-pinned{border-left:3px solid var(--border-strong);padding-left:8px}.thread-item-locked{opacity:.7}.thread-num{color:var(--text-secondary);font-size:14px;min-width:28px;font-family:JetBrains Mono,Courier New,monospace}.thread-title-link{color:var(--text-primary);font-weight:700;font-size:14px;text-decoration:none}.thread-title-link:hover{text-decoration:underline}.thread-title-link:visited{color:var(--text-primary)}.thread-tag{font-size:12px;font-weight:700;color:var(--text-primary)}.thread-tag-pinned{font-weight:700}.thread-preview{color:var(--text-secondary);font-size:13px}.thread-replycount{color:var(--text-secondary);font-size:13px;font-family:JetBrains Mono,Courier New,monospace}.thread-bumped{color:var(--text-secondary);font-size:12px;font-family:JetBrains Mono,Courier New,monospace}.thread-thumb{max-width:120px;max-height:120px;border:1px solid var(--border-post);border-radius:3px;margin-left:8px;vertical-align:middle}.compose-box{margin:12px 0;padding:0;border:1px solid var(--border-post);background:var(--bg-post);border-radius:2px;overflow:hidden}.compose-field{position:relative;border-bottom:1px solid var(--border-post)}.compose-field:last-of-type{border-bottom:none}.compose-input,.compose-textarea{font-family:inherit;font-size:14px;background:transparent;color:var(--text-primary);border:none;padding:8px 56px 8px 10px;width:100%;display:block}.compose-input:focus,.compose-textarea:focus{outline:none;background:#fcfcfc}.compose-textarea{resize:vertical;min-height:60px;line-height:1.5}.compose-input::placeholder,.compose-textarea::placeholder{color:var(--text-secondary)}.compose-char-count{position:absolute;right:10px;bottom:8px;font-size:11px;font-family:JetBrains Mono,Courier New,monospace;color:var(--text-secondary);pointer-events:none;-webkit-user-select:none;user-select:none}.compose-char-count-warn{color:#b44}.compose-image-preview{position:relative;padding:8px 10px;border-top:1px solid var(--border-post)}.compose-image-preview img{max-width:160px;max-height:120px;border:1px solid var(--border-post);border-radius:2px;display:block}.compose-image-remove{position:absolute;top:4px;left:170px;width:20px;height:20px;border:1px solid var(--border-post);border-radius:2px;background:var(--bg-post);color:var(--text-primary);cursor:pointer;font-size:14px;line-height:18px;text-align:center;padding:0}.compose-image-remove:hover{background:#f0f0f0}.compose-footer{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-top:1px solid var(--border-post);background:#fafafa}.compose-footer-left{display:flex;align-items:center;gap:8px}.compose-file-input{display:none}.compose-attach-btn{font-family:inherit;font-size:12px;padding:3px 8px;border:1px solid var(--border-post);border-radius:2px;background:var(--bg-post);color:var(--text-secondary);cursor:pointer}.compose-attach-btn:hover:not(:disabled){border-color:var(--border-strong);color:var(--text-primary)}.compose-attach-btn:disabled{opacity:.5;cursor:not-allowed}.compose-shortcut-hint{font-size:11px;color:var(--text-secondary);font-family:JetBrains Mono,Courier New,monospace}.compose-submit{font-size:13px}.compose-reply-to{display:flex;align-items:center;justify-content:space-between;padding:5px 10px;background:#f5f5f5;border-bottom:1px solid var(--border-post);font-size:13px;color:var(--text-secondary)}.compose-reply-to-label strong{color:var(--text-primary);font-weight:600}.compose-reply-to-cancel{font-size:16px;line-height:1;background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:0 2px}.compose-reply-to-cancel:hover{color:var(--text-primary)}.post-form{margin:12px 0;padding:8px;border:1px solid var(--border-post);background:var(--bg-post);border-radius:2px;box-shadow:0 1px 2px #00000014}.reply-list{display:flex;flex-direction:column;gap:8px}.post{display:flex;gap:10px;padding:10px;border:1px solid var(--border-post);background:var(--bg-post);border-radius:2px;box-shadow:0 1px 2px #00000014}.post-op{background:var(--bg-post-op);margin-bottom:12px}.post-avatar{width:48px;height:48px;border-radius:3px;object-fit:cover;flex-shrink:0;align-self:flex-start}.post-content{flex:1;min-width:0}.post-header-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;padding:2px 6px;background:#f0f0f0;border-radius:2px;margin-bottom:6px;font-size:13px}.post-number{font-family:JetBrains Mono,Courier New,monospace;font-size:12px;font-weight:700;color:var(--text-primary)}.post-seq{font-family:JetBrains Mono,Courier New,monospace;font-size:12px;color:var(--text-secondary)}.post-name{color:var(--text-meta);font-weight:700;text-decoration:none}.post-name:hover{text-decoration:underline}.post-role{font-size:11px;font-weight:700;color:var(--text-secondary)}.post-id{margin-left:auto;font-family:JetBrains Mono,Courier New,monospace;font-size:11px;color:var(--text-secondary);cursor:pointer}.post-id:hover{text-decoration:underline}.post-message{word-break:break-word;font-size:14px;line-height:1.5;margin:4px 0}.post-message a{color:var(--link);text-decoration:underline}.md p{margin:0 0 4px}.md p:last-child{margin-bottom:0}.md strong{font-weight:700}.md em{font-style:italic}.md del{text-decoration:line-through;opacity:.7}.md code{font-family:JetBrains Mono,Courier New,monospace;font-size:13px;background:#1e1e1e;color:#d4d4d4;padding:1px 5px;border-radius:3px}.md pre{background:#1e1e1e;border:1px solid #333;border-radius:4px;padding:10px 12px;margin:6px 0;overflow-x:auto}.md pre code{background:none;padding:0}.md pre code{color:#d4d4d4}.md pre code .hljs-keyword,.md pre code .hljs-selector-tag,.md pre code .hljs-type{color:#569cd6}.md pre code .hljs-string,.md pre code .hljs-attr,.md pre code .hljs-template-variable{color:#ce9178}.md pre code .hljs-comment,.md pre code .hljs-quote{color:#6a9955;font-style:italic}.md pre code .hljs-number,.md pre code .hljs-literal{color:#b5cea8}.md pre code .hljs-function .hljs-title,.md pre code .hljs-title.function_,.md pre code .hljs-title{color:#dcdcaa}.md pre code .hljs-params,.md pre code .hljs-variable{color:#9cdcfe}.md pre code .hljs-meta{color:#c586c0}.md pre code .hljs-built_in{color:#4ec9b0}.md pre code .hljs-addition{color:#b5cea8;background:#4b964b26}.md pre code .hljs-deletion{color:#ce9178;background:#964b4b26}.md pre code .hljs-regexp{color:#d16969}.md pre code .hljs-symbol{color:#b5cea8}.md ul,.md ol{margin:4px 0;padding-left:20px}.md li{margin:2px 0}.md blockquote{border-left:3px solid var(--border-strong);margin:4px 0;padding:2px 8px;color:var(--text-secondary)}.post-date{font-family:JetBrains Mono,Courier New,monospace;font-size:11px;color:var(--text-secondary);text-align:right}.post-image,.post-image-inline{max-width:300px;max-height:300px;border:1px solid var(--border-post);border-radius:3px;margin:4px 0;display:block}.reply-ref{color:var(--link-reply);font-weight:700;text-decoration:underline;cursor:pointer;position:relative;display:inline}.reply-ref:hover{opacity:.7}.reply-ref-preview{position:absolute;z-index:100;background:var(--bg-post);border:1px solid var(--border-strong);padding:6px 8px;max-width:320px;font-size:13px;box-shadow:0 1px 2px #00000014;pointer-events:none;white-space:pre-wrap;word-break:break-word;border-radius:2px}.reply-ref-preview .preview-name{color:var(--text-meta);font-weight:700;margin-right:6px}.reply-ref-preview .preview-body{color:var(--text-secondary)}.avatar{width:32px;height:32px;border:1px solid var(--border-post);border-radius:3px;vertical-align:middle;margin-right:4px}.avatar-large{width:64px;height:64px;border:1px solid var(--border-post);border-radius:3px}.auth-wrap{max-width:320px;margin:24px auto 0}.auth-form{display:flex;flex-direction:column;gap:6px}.auth-form .input{width:100%}.profile{padding:8px 0}.profile-header{margin-top:8px}.profile .post-body{margin:8px 0}.post-body{white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.5}hr{border:none;border-top:1px solid var(--border-strong);margin:12px 0}.back-link{display:inline-block;margin-bottom:8px;font-size:14px;color:var(--link)}.reply-to-bar{font-size:13px;color:var(--text-secondary);margin-bottom:4px}.reply-in-reply{font-size:12px;color:var(--text-secondary);padding:2px 6px;margin-bottom:4px;background:#f8f8f8;border-left:2px solid var(--border-post);border-radius:0 2px 2px 0}.reply-in-reply a{color:var(--text-primary);text-decoration:none;font-weight:600}.reply-in-reply a:hover{text-decoration:underline}.post-highlight{animation:highlight-fade 2s ease-out forwards!important}@keyframes highlight-fade{0%{outline:3px solid rgba(255,180,0,.8);background-color:#ffdc3c4d}50%{outline:3px solid rgba(255,180,0,.4);background-color:#ffdc3c26}to{outline:none;background-color:transparent}}
