.rdt{--rdt-bg: #ffffff;--rdt-card: #ffffff;--rdt-card-hover: #f6f7f8;--rdt-border: #eceef1;--rdt-text: #1a1a1b;--rdt-meta: #576f76;--rdt-action-bg: #e5ebee;--rdt-action-bg-hover: #d9e0e4;--rdt-upvote: #ff4500;--rdt-downvote: #6a5cff;--rdt-accent: #0045ac;--rdt-poll-bar: #e1e7ea;--rdt-poll-bar-selected: #d3e3f0;--rdt-avatar-bg: #ffffff;--rdt-code-bg: rgba(0, 0, 0, .05);--rdt-quote-border: #c8cbce;--rdt-spoiler-bg: #1a1a1b;--rdt-tag-nsfw: #ff585b;--rdt-tag-spoiler: #4f4f4f;--rdt-flair-bg: #edeff1;--rdt-flair-text: #576f76;--rdt-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;display:block;background:var(--rdt-bg);padding:16px;border-radius:1rem;color:var(--rdt-text);font-family:var(--rdt-font);-webkit-font-smoothing:antialiased;text-align:left}.rdt[data-theme=dark]{--rdt-bg: #0e1113;--rdt-card: #0e1113;--rdt-card-hover: #16181c;--rdt-border: #1f2226;--rdt-text: #d7dadc;--rdt-meta: #818384;--rdt-action-bg: #1a1d21;--rdt-action-bg-hover: #24272b;--rdt-upvote: #ff4500;--rdt-downvote: #9580ff;--rdt-accent: #4fbcff;--rdt-poll-bar: #1f2933;--rdt-poll-bar-selected: #1d3a4d;--rdt-avatar-bg: #1a1d21;--rdt-code-bg: rgba(255, 255, 255, .08);--rdt-quote-border: #343536;--rdt-spoiler-bg: #d7dadc;--rdt-tag-nsfw: #ff585b;--rdt-tag-spoiler: #818384;--rdt-flair-bg: #2a2c2e;--rdt-flair-text: #b8c5c9}.rdt *,.rdt *:before,.rdt *:after{box-sizing:border-box}.rdt-card{background:var(--rdt-card);border:1px solid var(--rdt-border);border-radius:16px;padding:12px 16px;transition:background-color .15s ease}.rdt-card:hover{background:var(--rdt-card-hover)}.rdt-header{display:flex;align-items:center;gap:8px;font-size:12px;line-height:1.2}.rdt-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:24px;height:24px;border-radius:9999px;background:var(--rdt-avatar-bg);overflow:hidden}.rdt-avatar svg{width:24px;height:24px;color:#ff4500}.rdt-avatar img{width:100%;height:100%;object-fit:cover}.rdt-sub{font-weight:600;color:var(--rdt-text);text-decoration:none}.rdt-sub:hover{text-decoration:underline}.rdt-dot{color:var(--rdt-meta)}.rdt-time{color:var(--rdt-meta);white-space:nowrap}.rdt-header-flair{display:inline-flex;align-items:center;max-width:16ch;padding:1px 8px;border-radius:9999px;background:var(--rdt-flair-bg);color:var(--rdt-flair-text);font-size:11px;font-weight:600;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rdt-header-spacer{flex:1 1 auto}.rdt-join{flex:0 0 auto;display:inline-flex;align-items:center;height:24px;padding:0 12px;border-radius:9999px;border:1px solid transparent;background:var(--rdt-accent);color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.rdt-join:hover{filter:brightness(1.08)}.rdt-join[data-joined=true]{background:transparent;color:var(--rdt-text);border-color:var(--rdt-border)}.rdt[data-theme=dark] .rdt-join[data-joined=true]{border-color:var(--rdt-meta)}.rdt-icon-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;border:none;background:transparent;color:var(--rdt-meta);cursor:pointer;transition:background-color .15s ease}.rdt-icon-btn:hover{background:var(--rdt-action-bg);color:var(--rdt-text)}.rdt-title{margin:8px 0;font-size:18px;font-weight:600;line-height:1.3;color:var(--rdt-text)}.rdt-tags{display:inline-flex;flex-wrap:wrap;gap:6px;vertical-align:middle}.rdt-tag{display:inline-flex;align-items:center;padding:1px 8px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;line-height:1.5;color:#fff}.rdt-tag--nsfw{background:var(--rdt-tag-nsfw)}.rdt-tag--spoiler{background:var(--rdt-tag-spoiler)}.rdt-title-tags{margin-bottom:6px}.rdt-content{margin:8px 0}.rdt-body{font-size:14px;line-height:1.5;color:var(--rdt-text);word-break:break-word;overflow-wrap:anywhere}.rdt-body>*:first-child{margin-top:0}.rdt-body>*:last-child{margin-bottom:0}.rdt-body p{margin:0 0 8px}.rdt-body h1,.rdt-body h2,.rdt-body h3,.rdt-body h4,.rdt-body h5,.rdt-body h6{margin:12px 0 4px;font-weight:700;line-height:1.3;color:var(--rdt-text)}.rdt-body h1{font-size:20px}.rdt-body h2{font-size:18px}.rdt-body h3{font-size:16px}.rdt-body h4,.rdt-body h5,.rdt-body h6{font-size:14px}.rdt-body strong{font-weight:700;color:var(--rdt-text)}.rdt-body em{font-style:italic}.rdt-body del{text-decoration:line-through;opacity:.85}.rdt-body sup{font-size:.75em;line-height:0;vertical-align:super}.rdt-body a{color:var(--rdt-accent);text-decoration:none}.rdt-body a:hover{text-decoration:underline}.rdt-body ul,.rdt-body ol{margin:0 0 8px;padding-left:24px}.rdt-body ul{list-style:disc}.rdt-body ol{list-style:decimal}.rdt-body li{margin:2px 0}.rdt-body li>ul,.rdt-body li>ol{margin:2px 0}.rdt-body blockquote{margin:0 0 8px;padding:2px 0 2px 12px;border-left:3px solid var(--rdt-quote-border);color:var(--rdt-meta)}.rdt-body blockquote>*:last-child{margin-bottom:0}.rdt-body code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.85em;padding:1px 4px;border-radius:4px;background:var(--rdt-code-bg);color:var(--rdt-text)}.rdt-body pre{margin:0 0 8px;padding:8px 12px;border-radius:8px;background:var(--rdt-code-bg);overflow-x:auto}.rdt-body pre code{display:block;padding:0;background:transparent;font-size:13px;line-height:1.45;white-space:pre}.rdt-body hr{margin:12px 0;border:none;border-top:1px solid var(--rdt-border)}.rdt-body table{margin:0 0 8px;border-collapse:collapse;font-size:13px;width:auto;max-width:100%;display:block;overflow-x:auto}.rdt-body th,.rdt-body td{padding:4px 10px;border:1px solid var(--rdt-border)}.rdt-body th{font-weight:700;background:var(--rdt-action-bg)}.rdt-spoiler{display:inline;border-radius:4px;background:var(--rdt-spoiler-bg);color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none;box-decoration-break:clone;-webkit-box-decoration-break:clone;padding:0 2px;transition:background-color .15s ease,color .15s ease}.rdt-spoiler *{color:transparent!important}.rdt-spoiler[data-revealed=true]{background:var(--rdt-code-bg);color:var(--rdt-text);cursor:default;-webkit-user-select:auto;user-select:auto}.rdt-spoiler[data-revealed=true] *{color:inherit!important}.rdt-image-frame{display:flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid var(--rdt-border);background:var(--rdt-action-bg);overflow:hidden;max-height:512px}.rdt-image-frame img{display:block;max-width:100%;max-height:512px;width:auto;height:auto;object-fit:contain}.rdt-image-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;min-height:220px;color:var(--rdt-meta);font-size:13px}.rdt-image-empty svg{width:40px;height:40px;opacity:.7}.rdt-link{display:flex;align-items:stretch;gap:0;border:1px solid var(--rdt-border);border-radius:12px;overflow:hidden;text-decoration:none;transition:border-color .15s ease}.rdt-link:hover{border-color:var(--rdt-meta)}.rdt-link-thumb{flex:0 0 auto;width:128px;max-width:40%;background:var(--rdt-action-bg);overflow:hidden}.rdt-link-thumb img{display:block;width:100%;height:100%;min-height:88px;object-fit:cover}.rdt-link-body{display:flex;flex-direction:column;justify-content:center;gap:6px;padding:12px 14px;min-width:0}.rdt-link-title{font-size:14px;font-weight:600;color:var(--rdt-text);line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rdt-link-domain{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--rdt-accent)}.rdt-link-domain svg{width:12px;height:12px}.rdt-poll{display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid var(--rdt-border);border-radius:12px}.rdt-poll-list{display:flex;flex-direction:column;gap:8px}.rdt-poll-option{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-radius:9999px;background:var(--rdt-poll-bar);font-size:13px;overflow:hidden;isolation:isolate}.rdt-poll-fill{position:absolute;inset:0 auto 0 0;z-index:-1;border-radius:9999px;background:var(--rdt-poll-bar-selected);transition:width .3s ease}.rdt-poll-option[data-leading=true]{box-shadow:inset 0 0 0 1px var(--rdt-accent)}.rdt-poll-option-label{font-weight:500;color:var(--rdt-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rdt-poll-option-pct{flex:0 0 auto;font-weight:600;color:var(--rdt-text)}.rdt-poll-choice{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:9999px;background:var(--rdt-poll-bar);font-size:13px;cursor:pointer}.rdt-poll-radio{flex:0 0 auto;width:16px;height:16px;border-radius:9999px;border:2px solid var(--rdt-meta)}.rdt-poll-vote-btn{align-self:flex-start;display:inline-flex;align-items:center;height:32px;padding:0 16px;border-radius:9999px;border:1px solid var(--rdt-accent);background:transparent;color:var(--rdt-accent);font-size:13px;font-weight:700;cursor:pointer;transition:background-color .15s ease,color .15s ease}.rdt-poll-vote-btn:hover{background:var(--rdt-accent);color:var(--rdt-card)}.rdt-poll-footer{font-size:12px;color:var(--rdt-meta)}.rdt-actions{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.rdt-action{display:inline-flex;align-items:center;gap:4px;height:32px;padding:0 12px;border-radius:9999px;border:none;background:var(--rdt-action-bg);color:var(--rdt-text);font-size:12px;font-weight:700;cursor:pointer;transition:background-color .15s ease}.rdt-action:hover{background:var(--rdt-action-bg-hover)}.rdt-action svg{width:18px;height:18px}.rdt-vote{display:inline-flex;align-items:center;gap:2px;height:32px;padding:0 4px;border-radius:9999px;background:var(--rdt-action-bg)}.rdt-vote-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;border:none;background:transparent;color:var(--rdt-text);cursor:pointer;transition:background-color .15s ease,color .15s ease}.rdt-vote-btn svg{width:18px;height:18px}.rdt-vote-btn:hover{background:var(--rdt-action-bg-hover)}.rdt-vote-btn--up:hover,.rdt-vote-btn--up[data-active=true]{color:var(--rdt-upvote)}.rdt-vote-btn--down:hover,.rdt-vote-btn--down[data-active=true]{color:var(--rdt-downvote)}.rdt-vote-count{min-width:2ch;padding:0 2px;text-align:center;font-size:12px;font-weight:700;color:var(--rdt-text)}.rdt-vote-count[data-dir=up]{color:var(--rdt-upvote)}.rdt-vote-count[data-dir=down]{color:var(--rdt-downvote)}
