:root[data-theme=terminal]{--background:#f3ead4;--foreground:#3a2f18;--card:#faf3e0;--card-foreground:#3a2f18;--card-nested:#ece0c4;--card-nested-foreground:#3a2f18;--muted:#e4d7b8;--muted-foreground:#7a6a45;--primary:#9c5a00;--primary-foreground:#faf3e0;--secondary:#6b4e00;--destructive:#a33121;--border:#b7a373;--input:#faf3e0;--ring:#9c5a00;--radius:0px;--radius-md:0px;--mono:ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace}:root[data-theme=terminal][data-mode=dark]{--background:#0a0f0a;--foreground:#3bd968;--card:#0e150e;--card-foreground:#3bd968;--card-nested:#13200f;--card-nested-foreground:#3bd968;--muted:#13200f;--muted-foreground:#2c9d4d;--primary:#3bd968;--primary-foreground:#0a0f0a;--secondary:#ffb000;--destructive:#f55;--border:#1e3d26;--input:#0e150e;--ring:#3bd968}@keyframes term-blink{50%{opacity:0}}@layer theme{:root[data-theme=terminal]{font-size:15px}:root[data-theme=terminal] body{font-family:var(--mono);grid-template-columns:1fr minmax(0,46rem) minmax(0,19rem) 1fr;grid-template-areas:"header header header header"".main aside.""footer footer footer footer";align-content:start;column-gap:1.5rem;display:grid}:root[data-theme=terminal] [data-component=avatar]{border-radius:var(--radius);border:1px solid var(--border)}:root[data-theme=terminal] [aria-current=page]:after{content:"▋";color:var(--primary);margin-inline-start:.2em;animation:1.1s step-end infinite term-blink;display:inline-block}:root[data-theme=terminal][data-mode=dark] body{position:relative}:root[data-theme=terminal][data-mode=dark] body:before{content:"";z-index:50;pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#00000040 2px 3px);position:fixed;inset:0}:root[data-theme=terminal][data-mode=dark] a[data-component=logo],:root[data-theme=terminal][data-mode=dark] h1,:root[data-theme=terminal][data-mode=dark] h2,:root[data-theme=terminal][data-mode=dark] h3{text-shadow:0 0 2px}:root[data-theme=terminal] header[data-component=site-header]{z-index:10;background:var(--card);border-bottom:3px double var(--border);grid-area:header;align-items:center;gap:1.5rem;height:3.5rem;padding-inline:max(1rem,50% - 650px);display:flex;position:sticky;top:0}:root[data-theme=terminal] header[data-component=site-header] a[data-component=logo]{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-inline-end:auto;font-size:1.4rem;font-weight:700}:root[data-theme=terminal] header[data-component=site-header] a[data-component=logo]:after{content:"▋";margin-inline-start:.15em;animation:1.1s step-end infinite term-blink;display:inline-block}:root[data-theme=terminal] header[data-component=site-header] a[data-component=logo] span{color:var(--secondary)}:root[data-theme=terminal] header[data-component=site-header] nav ul{display:flex}:root[data-theme=terminal] header[data-component=site-header] nav ul a{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);padding:1rem .75rem;font-size:.8125rem;font-weight:600;display:block}:root[data-theme=terminal] header[data-component=site-header] nav ul a:before{content:"> ";color:var(--primary)}:root[data-theme=terminal] header[data-component=site-header] nav ul a[aria-current=page],:root[data-theme=terminal] header[data-component=site-header] nav ul a:hover{color:var(--card-foreground)}:root[data-theme=terminal] header[data-component=site-header] ul[data-component=header-actions]{color:var(--muted-foreground);align-items:center;gap:1rem;display:flex}:root[data-theme=terminal] header[data-component=site-header] ul[data-component=header-actions] a{place-items:center;padding:.4rem;display:grid}:root[data-theme=terminal] header[data-component=site-header] ul[data-component=header-actions] a:hover{color:var(--card-foreground)}:root[data-theme=terminal] header[data-component=site-header] ul[data-component=header-actions] span[data-component=avatar]{background:var(--card-nested);width:30px;height:30px;display:block}:root[data-theme=terminal] header[data-component=site-header] fieldset[data-component=theme-controls]{border:none;align-items:center;gap:.35rem;display:flex}:root[data-theme=terminal] header[data-component=site-header] fieldset[data-component=theme-controls] select{background:var(--card-nested);color:var(--card-nested-foreground);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--mono);padding:.25rem .4rem;font-size:.8125rem}:root[data-theme=terminal] header[data-component=site-header] fieldset[data-component=theme-controls] button{border:1px solid var(--border);padding:.3rem;font-size:1.1rem;line-height:1}:root[data-theme=terminal] header[data-component=site-header] fieldset[data-component=theme-controls] button:hover{background:var(--card-nested)}:root[data-theme=terminal] header[data-component=site-header] a[data-component=cta]{color:var(--primary);text-transform:uppercase;letter-spacing:.03em;border:1px solid var(--primary);padding:.5rem .75rem;font-size:.8125rem;font-weight:700}:root[data-theme=terminal] header[data-component=site-header] a[data-component=cta]:before{content:"[ "}:root[data-theme=terminal] header[data-component=site-header] a[data-component=cta]:after{content:" ]"}:root[data-theme=terminal] header[data-component=site-header] a[data-component=cta]:hover{background:var(--primary);color:var(--primary-foreground)}:root[data-theme=terminal] main[data-component=feed-page]{border-inline:1px solid var(--border);flex-direction:column;grid-area:main;gap:1.5rem;min-width:0;padding:1.5rem 1rem 2rem;display:flex}:root[data-theme=terminal] main[data-component=post-page]{border-inline:1px solid var(--border);grid-area:main;min-width:0;padding-block:1.5rem 2rem}:root[data-theme=terminal] main[data-component=post-page] article[data-component=post]{grid-template-columns:minmax(0,1fr);grid-template-areas:"hero""title""header""content""tags""footer""comments";gap:1rem}:root[data-theme=terminal] main[data-component=post-page] article[data-component=post]>figure[data-component=hero]{border-bottom:1px solid var(--border);grid-area:hero;margin:-1rem -1rem 0}:root[data-theme=terminal] main[data-component=post-page] article[data-component=post]>figure[data-component=hero] img{object-fit:cover;width:100%;max-height:420px}:root[data-theme=terminal] main[data-component=post-page] article[data-component=post]>h1{color:var(--card-foreground);grid-area:title;font-size:1.5rem;font-weight:700;line-height:1.3}:root[data-theme=terminal] main[data-component=post-page] article[data-component=post]>[data-component=post-content]{color:var(--card-foreground);grid-area:content;gap:1rem;font-size:1rem;line-height:1.7}:root[data-theme=terminal] main[data-component=post-page] article[data-component=post] section[data-component=comments]{border-top:1px dashed var(--border);gap:.75rem;margin-top:.5rem;padding-top:1rem}:root[data-theme=terminal] main[data-component=post-page] article[data-component=post] section[data-component=comments]>h2{color:var(--card-foreground);text-transform:uppercase;letter-spacing:.03em;font-size:1.0625rem;font-weight:700}:root[data-theme=terminal] main[data-component=post-page] article[data-component=post] section[data-component=comments]>h2:before{content:"> ";color:var(--primary)}:root[data-theme=terminal] main[data-component=post-page] article[data-component=post] section[data-component=comments]>h2 data{color:var(--muted-foreground);text-transform:none;font-weight:600}:root[data-theme=terminal] main[data-component=post-page] article[data-component=post] section[data-component=comments] p[data-component=no-comments]{color:var(--muted-foreground);padding:.5rem 0;font-size:.875rem}:root[data-theme=terminal] aside[data-component=quest]{background:var(--card);border:1px solid var(--border);grid-template-columns:1fr auto auto auto;grid-template-areas:"kind deadline info close""title deadline info close""bar bar bar bar""progress progress progress progress";gap:.3rem .5rem;padding:.75rem 1rem;display:grid}:root[data-theme=terminal] aside[data-component=quest] [data-component=quest-kind]{color:var(--primary);text-transform:uppercase;letter-spacing:.03em;grid-area:kind;font-size:.8125rem;font-weight:600}:root[data-theme=terminal] aside[data-component=quest] [data-component=quest-kind]:before{content:"> "}:root[data-theme=terminal] aside[data-component=quest] [data-component=quest-kind] strong{color:var(--secondary)}:root[data-theme=terminal] aside[data-component=quest] [data-component=quest-title]{color:var(--secondary);grid-area:title;font-size:1.1rem;font-weight:600}:root[data-theme=terminal] aside[data-component=quest] progress{appearance:none;border:1px solid var(--border);grid-area:bar;width:100%;height:10px}:root[data-theme=terminal] aside[data-component=quest] progress::-webkit-progress-bar{background:repeating-linear-gradient(to right, var(--card-nested) 0 4px, var(--card) 4px 5px)}:root[data-theme=terminal] aside[data-component=quest] progress::-webkit-progress-value{background:repeating-linear-gradient(to right, var(--secondary) 0 4px, var(--primary) 4px 5px)}:root[data-theme=terminal] aside[data-component=quest] [data-component=quest-progress]{color:var(--muted-foreground);grid-area:progress;justify-self:end;font-size:.8125rem}:root[data-theme=terminal] aside[data-component=quest] [data-component=quest-deadline]{color:var(--card-foreground);border:1px solid var(--border);grid-area:deadline;align-self:start;padding:.35rem .6rem;font-size:.8125rem}:root[data-theme=terminal] aside[data-component=quest] [data-component=quest-deadline] time{font-weight:700}:root[data-theme=terminal] aside[data-component=quest] button{color:var(--muted-foreground);border:1px solid var(--border);align-self:start;padding:.25rem .5rem}:root[data-theme=terminal] aside[data-component=quest] button[aria-label="Informacje o wyzwaniu"]{grid-area:info}:root[data-theme=terminal] aside[data-component=quest] button[aria-label=Zamknij\ wyzwanie]{grid-area:close}:root[data-theme=terminal] nav[data-component=community-strip]{align-items:center;gap:.5rem;min-width:0;display:flex}:root[data-theme=terminal] nav[data-component=community-strip] ul{scrollbar-width:none;gap:.5rem;display:flex;overflow-x:auto}:root[data-theme=terminal] nav[data-component=community-strip] ul a{white-space:nowrap;text-transform:uppercase;letter-spacing:.02em;border:1px solid var(--border);background:var(--card);color:var(--muted-foreground);padding:.35rem .75rem;font-size:.8125rem;font-weight:600;display:block}:root[data-theme=terminal] nav[data-component=community-strip] ul a:before{content:"> ";color:var(--primary)}:root[data-theme=terminal] nav[data-component=community-strip] ul a[aria-current=page]{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}:root[data-theme=terminal] nav[data-component=community-strip] ul a[aria-current=page]:before{color:var(--primary-foreground)}:root[data-theme=terminal] nav[data-component=community-strip]>button{color:var(--muted-foreground);font-size:1.4rem;line-height:1}:root[data-theme=terminal] form[data-component=composer]{background:var(--card);border:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1rem;display:flex}:root[data-theme=terminal] form[data-component=composer]>header{align-items:center;gap:.5rem;display:flex}:root[data-theme=terminal] form[data-component=composer]>header span[data-component=avatar]{background:var(--card-nested);width:34px;height:34px}:root[data-theme=terminal] form[data-component=composer]>header [data-component=byline]{color:var(--card-foreground);font-weight:600}:root[data-theme=terminal] form[data-component=composer]>header [data-component=byline]:before{content:"$ ";color:var(--primary)}:root[data-theme=terminal] form[data-component=composer]>header fieldset[data-component=post-type]{border:none;gap:.5rem;margin-inline-start:auto;display:flex}:root[data-theme=terminal] form[data-component=composer]>header fieldset[data-component=post-type] input{opacity:0;position:absolute}:root[data-theme=terminal] form[data-component=composer]>header fieldset[data-component=post-type] span{border:1px solid var(--border);background:var(--card-nested);color:var(--card-nested-foreground);cursor:pointer;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;display:block}:root[data-theme=terminal] form[data-component=composer]>header fieldset[data-component=post-type] span:before{content:"[ ] "}:root[data-theme=terminal] form[data-component=composer]>header fieldset[data-component=post-type] input:checked+span{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}:root[data-theme=terminal] form[data-component=composer]>header fieldset[data-component=post-type] input:checked+span:before{content:"[x] "}:root[data-theme=terminal] form[data-component=composer] textarea{background:var(--input);border:1px solid var(--border);resize:vertical;width:100%;min-height:84px;color:var(--card-foreground);font-family:var(--mono);padding:.75rem 1rem}:root[data-theme=terminal] form[data-component=composer] textarea::placeholder{color:var(--muted-foreground)}:root[data-theme=terminal] form[data-component=composer]>footer{align-items:center;gap:.5rem;display:flex}:root[data-theme=terminal] form[data-component=composer]>footer [data-component=community-picker],:root[data-theme=terminal] form[data-component=composer]>footer [data-component=nsfw-toggle]{border:1px solid var(--border);background:var(--card-nested);color:var(--card-nested-foreground);padding:.5rem .75rem;font-size:.8125rem;font-weight:600}:root[data-theme=terminal] form[data-component=composer]>footer [data-component=nsfw-toggle] input{opacity:0;position:absolute}:root[data-theme=terminal] form[data-component=composer]>footer button[type=submit]{text-transform:uppercase;border:1px solid var(--border);background:var(--muted);color:var(--muted-foreground);cursor:not-allowed;margin-inline-start:auto;padding:.5rem .75rem;font-size:.8125rem;font-weight:600}:root[data-theme=terminal] form[data-component=composer]>footer button[type=submit]:before{content:"[ "}:root[data-theme=terminal] form[data-component=composer]>footer button[type=submit]:after{content:" ]"}:root[data-theme=terminal] div[data-component=feed-toolbar]{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}:root[data-theme=terminal] div[data-component=feed-toolbar] nav ul{align-items:center;gap:.2rem;display:flex}:root[data-theme=terminal] div[data-component=feed-toolbar] li[data-component=time-windows]{gap:.2rem;display:flex}:root[data-theme=terminal] div[data-component=feed-toolbar] a{text-transform:uppercase;letter-spacing:.02em;color:var(--muted-foreground);padding:.5rem;font-size:.8125rem;font-weight:600;display:block}:root[data-theme=terminal] div[data-component=feed-toolbar] a:before{content:"> ";color:var(--primary)}:root[data-theme=terminal] div[data-component=feed-toolbar] a[aria-current=page],:root[data-theme=terminal] div[data-component=feed-toolbar] a:hover{color:var(--foreground)}:root[data-theme=terminal] div[data-component=feed-toolbar] li[data-component=time-windows] a{text-transform:none;padding:.5rem .3rem}:root[data-theme=terminal] div[data-component=feed-toolbar] li[data-component=time-windows] a:before{content:none}:root[data-theme=terminal] section[data-component=post-list]{flex-direction:column;gap:1.5rem;display:flex}:root[data-theme=terminal] article[data-component=post]{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);grid-template-columns:minmax(0,1fr);grid-template-areas:"header""title""content""media""tags""footer""comments";gap:.75rem;padding:1rem;display:grid}:root[data-theme=terminal] article[data-component=post][data-type=link],:root[data-theme=terminal] article[data-component=post][data-type=article]{grid-template-columns:minmax(0,1fr) minmax(0,45%);grid-template-areas:"header header""title media""content media""tags media""footer footer""comments comments";align-items:start}:root[data-theme=terminal] article[data-component=post]>header{grid-area:header;grid-template-columns:34px minmax(0,1fr) auto auto;grid-template-areas:"avatar byline menu widget""avatar context menu widget";align-items:center;column-gap:.5rem;display:grid}:root[data-theme=terminal] article[data-component=post]>header [data-component=avatar]{background:var(--card-nested);object-fit:cover;grid-area:avatar;width:34px;height:34px}:root[data-theme=terminal] article[data-component=post]>header [data-component=byline]{grid-area:byline;align-items:center;gap:.4rem;line-height:1.2;display:flex}:root[data-theme=terminal] article[data-component=post]>header [data-component=byline] a[rel=author]{color:var(--card-foreground);font-weight:600}:root[data-theme=terminal] article[data-component=post]>header [data-component=byline] a[rel=author]:before{content:"$ ";color:var(--primary)}:root[data-theme=terminal] article[data-component=post]>header [data-component=byline] data[data-component=rank]{text-transform:uppercase;color:var(--accent,var(--muted-foreground));background:var(--card-nested);border:1px solid var(--border);padding:1px 6px;font-size:.6875rem;font-weight:700}:root[data-theme=terminal] article[data-component=post]>header [data-component=byline] data[data-component=rank]:before{content:"["}:root[data-theme=terminal] article[data-component=post]>header [data-component=byline] data[data-component=rank]:after{content:"]"}:root[data-theme=terminal] article[data-component=post]>header [data-component=context]{color:var(--muted-foreground);grid-area:context;font-size:.75rem;font-weight:600;line-height:1.2}:root[data-theme=terminal] article[data-component=post]>header [data-component=context] a:hover{color:var(--card-foreground)}:root[data-theme=terminal] article[data-component=post]>header button[data-component=post-menu]{color:var(--muted-foreground);border:1px solid #0000;grid-area:menu;padding:.4rem}:root[data-theme=terminal] article[data-component=post]>header button[data-component=post-menu]:hover{border-color:var(--border);background:var(--card-nested)}:root[data-theme=terminal] article[data-component=post]>header span[data-component=like-widget]{grid-area:widget}:root[data-theme=terminal] article[data-component=post] span[data-component=like-widget]{background:var(--card-nested);color:var(--card-nested-foreground);border:1px solid var(--border);align-items:center;gap:.3rem;padding:.3rem .55rem;font-size:1rem;font-weight:600;display:flex}:root[data-theme=terminal] article[data-component=post]>h2{grid-area:title;font-size:1.1875rem;font-weight:700;line-height:1.35}:root[data-theme=terminal] article[data-component=post]>h2 a:hover{color:var(--primary);text-decoration:underline}:root[data-theme=terminal] article[data-component=post]>[data-component=post-content]{color:var(--muted-foreground);overflow-wrap:anywhere;flex-direction:column;grid-area:content;gap:.75rem;font-size:.875rem;line-height:1.55;display:flex}:root[data-theme=terminal] article[data-component=post]>[data-component=post-content] a{color:var(--primary)}:root[data-theme=terminal] article[data-component=post]>[data-component=post-content] a:hover{text-decoration:underline}:root[data-theme=terminal] article[data-component=post]>[data-component=post-content] a[data-component=mention]{font-weight:600}:root[data-theme=terminal] article[data-component=post]>[data-component=post-content] figure[data-component=content-image]{border:1px solid var(--border);margin-block:.25rem}:root[data-theme=terminal] article[data-component=post]>[data-component=post-content] figure[data-component=content-image] img{width:100%}:root[data-theme=terminal] article[data-component=post]>figure{border:1px solid var(--border);grid-area:media}:root[data-theme=terminal] article[data-component=post]>figure img{object-fit:cover;width:100%;max-height:480px}:root[data-theme=terminal] article[data-component=post] nav[data-component=tags]{grid-area:tags}:root[data-theme=terminal] article[data-component=post] nav[data-component=tags] ul{flex-wrap:wrap;gap:.5rem;display:flex}:root[data-theme=terminal] article[data-component=post] nav[data-component=tags] ul a{color:var(--primary);font-size:.8125rem}:root[data-theme=terminal] article[data-component=post] nav[data-component=tags] ul a:hover{text-decoration:underline}:root[data-theme=terminal] article[data-component=post]>footer{color:var(--muted-foreground);border-top:1px dashed var(--border);grid-area:footer;align-items:center;gap:.5rem;padding-top:.6rem;font-size:.8125rem;font-weight:500;display:flex}:root[data-theme=terminal] article[data-component=post]>footer>a,:root[data-theme=terminal] article[data-component=post]>footer>button{border:1px solid var(--border);height:26px;color:var(--muted-foreground);align-items:center;gap:.4rem;padding:.2rem .5rem;display:flex}:is(:root[data-theme=terminal] article[data-component=post]>footer>a,:root[data-theme=terminal] article[data-component=post]>footer>button):hover{color:var(--card-foreground);border-color:var(--muted-foreground)}:root[data-theme=terminal] article[data-component=post]>footer>a[data-component=likes]{background:var(--card-nested);font-weight:600}:root[data-theme=terminal] article[data-component=post]>footer cite{align-items:center;gap:.3rem;margin-inline-start:auto;font-style:normal;display:flex}:root[data-theme=terminal] article[data-component=post]>footer cite a{color:var(--muted-foreground)}:root[data-theme=terminal] article[data-component=post]>footer cite a:hover{color:var(--card-foreground)}:root[data-theme=terminal] article[data-component=post] section[data-component=comments]{border-top:1px dashed var(--border);flex-direction:column;grid-area:comments;gap:.5rem;padding-top:.6rem;display:flex}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]{background:var(--card-nested);color:var(--card-nested-foreground);border:1px solid var(--border);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header{align-items:center;gap:.5rem;font-size:.8125rem;display:flex}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header [data-component=avatar]{background:var(--card);object-fit:cover;width:24px;height:24px}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header a[rel=author]{font-weight:600}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header a[rel=author]:before{content:"$ ";color:var(--primary)}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header data[data-component=rank]{text-transform:uppercase;color:var(--accent);font-size:.65rem;font-weight:700}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header time{color:var(--muted-foreground);font-size:.75rem}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header span[data-component=like-widget]{background:var(--card);margin-inline-start:auto;padding:.15rem .5rem;font-size:.8125rem}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content]{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a{color:var(--primary)}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a:hover{text-decoration:underline}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview]{background:var(--card);border:1px solid var(--border);color:inherit;grid-template-columns:auto minmax(0,1fr);gap:.5rem;margin-top:.5rem;padding:.5rem;display:grid}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview] img{object-fit:cover;border:1px solid var(--border);width:56px;height:56px}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview] [data-component=preview-body]{flex-direction:column;gap:2px;min-width:0;display:flex}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview] [data-component=preview-body] strong{color:var(--card-foreground);font-size:.8125rem}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview] [data-component=preview-body] span{color:var(--muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview] [data-component=preview-body] cite{text-transform:uppercase;color:var(--muted-foreground);font-size:.6875rem;font-style:normal}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=replies]{margin-top:.5rem;border-inline-start:2px dashed var(--border);flex-direction:column;gap:.5rem;margin-inline-start:1rem;padding-inline-start:.75rem;display:flex}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]>footer button{color:var(--muted-foreground);font-size:.75rem;font-weight:600}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]>footer button:before{content:"> "}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] article[data-component=comment]>footer button:hover{color:var(--card-nested-foreground)}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] a[data-component=more-comments]{text-align:center;color:var(--muted-foreground);padding:.3rem;font-size:.875rem}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] a[data-component=more-comments] data{color:var(--primary)}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] a[data-component=more-comments]:hover{color:var(--card-foreground)}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] form[data-component=comment-composer] textarea{background:var(--input);border:1px solid var(--border);resize:none;width:100%;color:var(--card-foreground);font-family:var(--mono);padding:.75rem 1rem}:root[data-theme=terminal] article[data-component=post] section[data-component=comments] form[data-component=comment-composer] textarea::placeholder{color:var(--muted-foreground)}:root[data-theme=terminal] div[data-component=new-posts] button{z-index:20;background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;border:1px solid var(--primary-foreground);padding:.5rem 1rem;font-size:.8125rem;font-weight:600;position:fixed;top:4.75rem;left:50%;translate:-50%}:root[data-theme=terminal] div[data-component=new-posts] button:before{content:"[ "}:root[data-theme=terminal] div[data-component=new-posts] button:after{content:" ]"}:root[data-theme=terminal] div[data-component=infinite-sentinel]{text-align:center;min-height:1px;color:var(--muted-foreground);padding:.5rem;font-size:.8125rem}:root[data-theme=terminal] div[data-component=infinite-sentinel]:before{content:"> "}:root[data-theme=terminal] nav[data-component=pagination]{justify-content:center;align-items:center;gap:1.5rem;padding:.75rem 1rem;font-size:1rem;display:flex}:root[data-theme=terminal] nav[data-component=pagination] a,:root[data-theme=terminal] nav[data-component=pagination] span{color:var(--muted-foreground);text-transform:uppercase;font-size:.8125rem;font-weight:600}:root[data-theme=terminal] nav[data-component=pagination] span[aria-disabled=true]{opacity:.5}:root[data-theme=terminal] nav[data-component=pagination] a[aria-current=page]{color:var(--foreground);font-weight:700}:root[data-theme=terminal] nav[data-component=pagination] a[rel=prev]:before{content:"< "}:root[data-theme=terminal] nav[data-component=pagination] a[rel=next]:after{content:" >"}:root[data-theme=terminal] nav[data-component=pagination] a[rel=next]:hover,:root[data-theme=terminal] nav[data-component=pagination] a[rel=prev]:hover{color:var(--foreground)}:root[data-theme=terminal] main[data-component=home-page]{border-inline:1px solid var(--border);flex-direction:column;grid-column:2/4;gap:2rem;min-width:0;padding-block:1.5rem 2rem;display:flex}:root[data-theme=terminal] div[data-component=home-split]{grid-template-columns:minmax(0,1.9fr) minmax(0,1fr);align-items:start;gap:2rem;display:grid}:root[data-theme=terminal] section[data-component=magazine-section]>header{border-bottom:1px dashed var(--border);align-items:baseline;gap:.6rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}:root[data-theme=terminal] section[data-component=magazine-section]>header h2{text-transform:uppercase;letter-spacing:.05em;color:var(--card-foreground);font-size:.9375rem;font-weight:800}:root[data-theme=terminal] section[data-component=magazine-section]>header h2:before{content:"> ";color:var(--primary)}:root[data-theme=terminal] section[data-component=magazine-section]>header a[data-component=section-more]{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);font-size:.75rem;font-weight:700}:root[data-theme=terminal] section[data-component=magazine-section]>header a[data-component=section-more]:before{content:"["}:root[data-theme=terminal] section[data-component=magazine-section]>header a[data-component=section-more]:after{content:"]"}:root[data-theme=terminal] section[data-component=magazine-section]>header a[data-component=section-more]:hover{color:var(--primary)}:root[data-theme=terminal] section[data-component=magazine-section][data-variant=articles]>header h2,:root[data-theme=terminal] section[data-component=magazine-section][data-variant=featured]>header h2{color:var(--secondary)}:root[data-theme=terminal] section[data-component=magazine-section]>ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}:root[data-theme=terminal] section[data-component=magazine-section][data-variant=community]>ul{grid-template-columns:repeat(3,minmax(0,1fr))}:root[data-theme=terminal] section[data-component=magazine-section][data-variant=featured]>ul{grid-template-columns:repeat(2,minmax(0,1fr))}:root[data-theme=terminal] section[data-component=magazine-section][data-variant=discussions]>ul{grid-template-columns:minmax(0,1fr);gap:.6rem}:root[data-theme=terminal] article[data-component=article-card]{border:1px solid var(--border);background:var(--card);height:100%;overflow:hidden}:root[data-theme=terminal] article[data-component=article-card] [data-component=card-body]{flex-direction:column;gap:.4rem;padding:.75rem;display:flex}:root[data-theme=terminal] article[data-component=article-card] a[data-component=community]{text-transform:uppercase;letter-spacing:.02em;color:#fff;background:var(--accent,var(--primary));align-self:start;padding:2px 7px;font-size:.6875rem;font-weight:700}:root[data-theme=terminal] article[data-component=article-card] span[data-component=like-badge]{color:var(--muted-foreground);align-items:center;gap:.2rem;font-size:1rem;font-weight:700;display:flex}:root[data-theme=terminal] article[data-component=article-card] h3{color:var(--card-foreground);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}:root[data-theme=terminal] article[data-component=article-card] h3 a:hover{color:var(--primary);text-decoration:underline}:root[data-theme=terminal] article[data-component=article-card] [data-component=meta]{color:var(--muted-foreground);flex-wrap:wrap;gap:.65rem;font-size:.75rem;display:flex}:root[data-theme=terminal] article[data-component=article-card] [data-component=meta] [data-component=author]{color:var(--card-foreground)}:root[data-theme=terminal] article[data-component=article-card] [data-component=meta] [data-component=author]:before{content:"$ "}:root[data-theme=terminal] article[data-component=article-card][data-has-image]{aspect-ratio:4/3;position:relative}:root[data-theme=terminal] article[data-component=article-card][data-has-image]>figure{background:var(--card-nested);position:absolute;inset:0}:root[data-theme=terminal] article[data-component=article-card][data-has-image]>figure>img{object-fit:cover;width:100%;height:100%}:root[data-theme=terminal] article[data-component=article-card][data-has-image] [data-component=card-body]{z-index:1;background:linear-gradient(#0000 38%,#00000059 62%,#000000d9 100%);justify-content:flex-end;gap:.3rem;position:absolute;inset:0}:root[data-theme=terminal] article[data-component=article-card][data-has-image] span[data-component=like-badge]{color:#fff;background:#0000008c;border:1px solid #fff6;padding:2px 7px;font-size:.8125rem;position:absolute;top:.6rem;right:.6rem}:root[data-theme=terminal] article[data-component=article-card][data-has-image] h3{color:#fff}:root[data-theme=terminal] article[data-component=article-card][data-has-image] [data-component=meta]{color:#ffffffd1}:root[data-theme=terminal] article[data-component=article-card][data-has-image] [data-component=meta] [data-component=author]{color:#fff}:root[data-theme=terminal] section[data-variant=featured] article[data-component=article-card][data-has-image]{aspect-ratio:16/10}:root[data-theme=terminal] section[data-variant=featured] article[data-component=article-card][data-has-image] h3{font-size:1.25rem}:root[data-theme=terminal] section[data-variant=discussions] article[data-component=article-card] [data-component=card-body]{grid-template-columns:1fr auto;align-items:center;gap:.25rem .5rem;display:grid}:root[data-theme=terminal] section[data-variant=discussions] article[data-component=article-card] a[data-component=community]{grid-area:1/1;justify-self:start}:root[data-theme=terminal] section[data-variant=discussions] article[data-component=article-card] span[data-component=like-badge]{color:var(--card-foreground);grid-area:1/2;justify-self:end;font-size:1.125rem}:root[data-theme=terminal] section[data-variant=discussions] article[data-component=article-card] h3{color:var(--muted-foreground);grid-column:1/-1;font-size:.875rem;font-weight:500}:root[data-theme=terminal] section[data-variant=discussions] article[data-component=article-card] [data-component=meta]{grid-column:1/-1}:root[data-theme=terminal] section[data-component=poll]{background:var(--card-nested);border:1px solid var(--border);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}:root[data-theme=terminal] section[data-component=poll] [data-component=poll-title]{color:var(--card-foreground);font-size:.875rem;font-weight:600}:root[data-theme=terminal] section[data-component=poll] [data-component=poll-title]:before{content:"> ";color:var(--primary)}:root[data-theme=terminal] section[data-component=poll] ul{flex-direction:column;gap:.35rem;display:flex}:root[data-theme=terminal] section[data-component=poll] li[data-component=poll-option]{border:1px solid var(--border);background:var(--card);justify-content:space-between;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;display:flex;position:relative;overflow:hidden}:root[data-theme=terminal] section[data-component=poll] li[data-component=poll-option]:before{content:"";width:var(--pct,0%);background:color-mix(in srgb, var(--primary) 22%, transparent);position:absolute;inset-block:0;inset-inline-start:0}:root[data-theme=terminal] section[data-component=poll] li[data-component=poll-option]>*{position:relative}:root[data-theme=terminal] section[data-component=poll] li[data-component=poll-option] [data-component=poll-count]{color:var(--primary);font-weight:700}:root[data-theme=terminal] section[data-component=poll] [data-component=poll-total]{color:var(--muted-foreground);font-size:.75rem}:root[data-theme=terminal] main[data-component=profile-page]{border-inline:1px solid var(--border);flex-direction:column;grid-area:main;gap:1.5rem;min-width:0;padding-block:1.5rem 2rem;display:flex}:root[data-theme=terminal] header[data-component=profile-header]{background:var(--card);border:1px solid var(--border);grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"banner banner banner""avatar ident achievements";align-items:center;column-gap:1rem;padding:0 1rem 1rem;display:grid}:root[data-theme=terminal] header[data-component=profile-header] [data-component=profile-banner]{border-bottom:1px solid var(--border);background:repeating-linear-gradient(45deg, var(--accent,var(--primary)) 0 10px, var(--card-nested) 10px 20px);grid-area:banner;height:100px;margin:0 -1rem}:root[data-theme=terminal] header[data-component=profile-header]>[data-component=avatar]{object-fit:cover;background:var(--card-nested);border:3px solid var(--card);grid-area:avatar;align-self:start;width:84px;height:84px;margin-top:-42px}:root[data-theme=terminal] header[data-component=profile-header] [data-component=profile-ident]{flex-direction:column;grid-area:ident;gap:.3rem;padding-top:.6rem;display:flex}:root[data-theme=terminal] header[data-component=profile-header] [data-component=profile-ident] h1[data-component=name-row]{color:var(--card-foreground);flex-wrap:wrap;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:700;display:flex}:root[data-theme=terminal] header[data-component=profile-header] [data-component=profile-ident] h1[data-component=name-row]:before{content:"$ ";color:var(--primary)}:root[data-theme=terminal] header[data-component=profile-header] [data-component=profile-ident] data[data-component=rank]{text-transform:uppercase;color:var(--accent,var(--muted-foreground));background:var(--card-nested);border:1px solid var(--border);padding:1px 7px;font-size:.75rem;font-weight:700}:root[data-theme=terminal] header[data-component=profile-header] [data-component=profile-ident] data[data-component=rank]:before{content:"["}:root[data-theme=terminal] header[data-component=profile-header] [data-component=profile-ident] data[data-component=rank]:after{content:"]"}:root[data-theme=terminal] header[data-component=profile-header] [data-component=profile-ident] [data-component=joined]{color:var(--muted-foreground);font-size:.8125rem}:root[data-theme=terminal] header[data-component=profile-header] [data-component=profile-ident] ul[data-component=profile-stats]{color:var(--muted-foreground);flex-wrap:wrap;gap:1rem;margin-top:.15rem;font-size:.8125rem;display:flex}:root[data-theme=terminal] header[data-component=profile-header] [data-component=profile-ident] ul[data-component=profile-stats] data{color:var(--card-foreground);font-weight:700}:root[data-theme=terminal] header[data-component=profile-header] ul[data-component=achievements]{flex-wrap:wrap;grid-area:achievements;justify-content:flex-end;align-self:start;gap:.35rem;max-width:240px;margin-top:.6rem;display:flex}:root[data-theme=terminal] header[data-component=profile-header] ul[data-component=achievements] img{border:1px solid var(--border);width:26px;height:26px}:root[data-theme=terminal] nav[data-component=profile-tabs]>ul{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.25rem;display:flex}:root[data-theme=terminal] nav[data-component=profile-tabs]>ul a{text-transform:uppercase;letter-spacing:.02em;color:var(--muted-foreground);padding:.65rem 1rem;font-size:.875rem;font-weight:600;display:block}:root[data-theme=terminal] nav[data-component=profile-tabs]>ul a:before{content:"> ";color:var(--primary)}:root[data-theme=terminal] nav[data-component=profile-tabs]>ul a[aria-current=page]{color:var(--card-foreground);box-shadow:inset 0 -2px 0 var(--primary)}:root[data-theme=terminal] nav[data-component=profile-tabs]>ul a:hover{color:var(--card-foreground)}:root[data-theme=terminal] main[data-component=profile-page] section[data-component=post-list]{flex-direction:column;gap:1.5rem;display:flex}:root[data-theme=terminal] main[data-component=profile-page] p[data-component=empty]{color:var(--muted-foreground);text-align:center;padding:2rem 0}:root[data-theme=terminal] main[data-component=profile-page] p[data-component=empty]:before{content:"> "}:root[data-theme=terminal] section[data-component=profile-comments]{flex-direction:column;gap:1.5rem;display:flex}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment]{background:var(--card);border:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1rem;display:flex}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] a[data-component=post-context]{border-bottom:1px dashed var(--border);align-items:center;gap:.5rem;min-width:0;padding-bottom:.6rem;display:flex}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] a[data-component=post-context] [data-component=community]{text-transform:uppercase;color:#fff;background:var(--accent,var(--primary));white-space:nowrap;padding:2px 7px;font-size:.6875rem;font-weight:700}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] a[data-component=post-context] [data-component=post-title]{color:var(--card-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;overflow:hidden}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] a[data-component=post-context]:hover [data-component=post-title]{color:var(--primary)}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] [data-component=user-comments]{flex-direction:column;gap:.5rem;display:flex}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]{background:var(--card-nested);color:var(--card-nested-foreground);border:1px solid var(--border);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header{align-items:center;gap:.5rem;font-size:.8125rem;display:flex}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header [data-component=avatar]{background:var(--card);object-fit:cover;width:24px;height:24px}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header a[rel=author]{font-weight:600}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header a[rel=author]:before{content:"$ ";color:var(--primary)}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header data[data-component=rank]{text-transform:uppercase;color:var(--accent);font-size:.65rem;font-weight:700}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header time{color:var(--muted-foreground);font-size:.75rem}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header span[data-component=like-widget]{background:var(--card);border:1px solid var(--border);align-items:center;gap:.3rem;margin-inline-start:auto;padding:.15rem .5rem;font-size:.8125rem;display:flex}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment] [data-component=comment-content]{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment] [data-component=comment-content] a{color:var(--primary)}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment] [data-component=comment-content] a:hover{text-decoration:underline}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>footer button{color:var(--muted-foreground);font-size:.75rem;font-weight:600}:root[data-theme=terminal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>footer button:before{content:"> "}:root[data-theme=terminal] main[data-component=communities-page]{border-inline:1px solid var(--border);flex-direction:column;grid-area:main;gap:1.5rem;min-width:0;padding-block:1.5rem 2rem;display:flex}:root[data-theme=terminal] main[data-component=communities-page]>header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.3rem 1rem;display:grid}:root[data-theme=terminal] main[data-component=communities-page]>header h1{color:var(--card-foreground);font-size:1.5rem;font-weight:700}:root[data-theme=terminal] main[data-component=communities-page]>header h1:before{content:"$ ";color:var(--primary)}:root[data-theme=terminal] main[data-component=communities-page]>header p{color:var(--muted-foreground);grid-column:1;font-size:.875rem}:root[data-theme=terminal] main[data-component=communities-page]>header a[data-component=create-community]{color:var(--primary);text-transform:uppercase;border:1px solid var(--primary);white-space:nowrap;grid-area:1/2;padding:.5rem .75rem;font-size:.8125rem;font-weight:600}:root[data-theme=terminal] main[data-component=communities-page]>header a[data-component=create-community]:before{content:"[ "}:root[data-theme=terminal] main[data-component=communities-page]>header a[data-component=create-community]:after{content:" ]"}:root[data-theme=terminal] main[data-component=communities-page]>header a[data-component=create-community]:hover{background:var(--primary);color:var(--primary-foreground)}:root[data-theme=terminal] ul[data-component=community-list]{background:var(--card);border:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}:root[data-theme=terminal] ul[data-component=community-list] li+li{border-top:1px dashed var(--border)}:root[data-theme=terminal] article[data-component=community-card]{grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;display:grid}:root[data-theme=terminal] article[data-component=community-card] [data-component=avatar]{object-fit:cover;background:var(--accent,var(--card-nested));width:44px;height:44px}:root[data-theme=terminal] article[data-component=community-card] [data-component=community-meta]{min-width:0}:root[data-theme=terminal] article[data-component=community-card] [data-component=community-meta] h2{color:var(--card-foreground);font-size:1rem;font-weight:700}:root[data-theme=terminal] article[data-component=community-card] [data-component=community-meta] h2:before{content:"> ";color:var(--primary)}:root[data-theme=terminal] article[data-component=community-card] [data-component=community-meta] h2 a:hover{color:var(--primary);text-decoration:underline}:root[data-theme=terminal] article[data-component=community-card] [data-component=community-meta] [data-component=members]{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.8125rem;display:flex}:root[data-theme=terminal] article[data-component=community-card] a[data-component=join]{color:var(--primary);border:1px solid var(--primary);padding:.5rem 1rem;font-size:.8125rem;font-weight:600}:root[data-theme=terminal] article[data-component=community-card] a[data-component=join]:before{content:"[ "}:root[data-theme=terminal] article[data-component=community-card] a[data-component=join]:after{content:" ]"}:root[data-theme=terminal] article[data-component=community-card] a[data-component=join]:hover{background:var(--primary);color:var(--primary-foreground)}:root[data-theme=terminal] aside[data-component=popular-articles]{flex-direction:column;grid-area:aside;gap:.75rem;min-width:0;padding-block:1.5rem;display:flex}:root[data-theme=terminal] aside[data-component=popular-articles]>h2{text-transform:uppercase;letter-spacing:.03em;color:var(--foreground);font-size:.8125rem;font-weight:600}:root[data-theme=terminal] aside[data-component=popular-articles]>h2:before{content:"> ";color:var(--primary)}:root[data-theme=terminal] aside[data-component=popular-articles] ol{flex-direction:column;gap:.5rem;display:flex}:root[data-theme=terminal] aside[data-component=popular-articles] article{background:var(--card);border:1px solid var(--border);grid-template-columns:minmax(0,1fr) 76px;grid-template-areas:"header header""title img""meta img";gap:.5rem;padding:.75rem;display:grid}:root[data-theme=terminal] aside[data-component=popular-articles] article>header{grid-area:header;justify-content:space-between;align-items:center;display:flex}:root[data-theme=terminal] aside[data-component=popular-articles] article>header a[data-component=community]{color:#fff;background:var(--accent,var(--primary));padding:2px 8px;font-size:.75rem;font-weight:700}:root[data-theme=terminal] aside[data-component=popular-articles] article>header span[data-component=like-widget]{color:var(--card-foreground);font-size:.875rem;font-weight:700}:root[data-theme=terminal] aside[data-component=popular-articles] article h3{grid-area:title;font-size:.875rem;font-weight:600;line-height:1.35}:root[data-theme=terminal] aside[data-component=popular-articles] article h3 a:hover{color:var(--primary);text-decoration:underline}:root[data-theme=terminal] aside[data-component=popular-articles] article [data-component=meta]{color:var(--muted-foreground);grid-area:meta;align-self:end;font-size:.75rem}:root[data-theme=terminal] aside[data-component=popular-articles] article img{object-fit:cover;border:1px solid var(--border);grid-area:img;width:76px;height:76px}:root[data-theme=terminal] footer[data-component=site-footer]{text-align:center;color:var(--muted-foreground);border-top:3px double var(--border);grid-area:footer;padding:2rem 1rem;font-size:.875rem}:root[data-theme=terminal] footer[data-component=site-footer] a{color:var(--primary)}:root[data-theme=terminal] footer[data-component=site-footer] a:hover{text-decoration:underline}@media (max-width:767px){:root[data-theme=terminal] body{grid-template-columns:minmax(0,1fr);grid-template-areas:"header""main""footer";column-gap:0}:root[data-theme=terminal] aside[data-component=popular-articles]{display:none}:root[data-theme=terminal] header[data-component=site-header]{gap:.5rem}:root[data-theme=terminal] header[data-component=site-header] nav,:root[data-theme=terminal] header[data-component=site-header] a[data-component=cta]{display:none}:root[data-theme=terminal] main[data-component=feed-page],:root[data-theme=terminal] main[data-component=post-page],:root[data-theme=terminal] main[data-component=home-page],:root[data-theme=terminal] main[data-component=profile-page],:root[data-theme=terminal] main[data-component=communities-page]{border-inline:none}:root[data-theme=terminal] article[data-component=post]{padding:.75rem .5rem}:root[data-theme=terminal] article[data-component=post][data-type=link],:root[data-theme=terminal] article[data-component=post][data-type=article]{grid-template-columns:minmax(0,1fr);grid-template-areas:"header""title""content""media""tags""footer""comments"}:root[data-theme=terminal] div[data-component=feed-toolbar] li[data-component=time-windows],:root[data-theme=terminal] div[data-component=feed-toolbar] a:not([aria-current=page]){display:none}:root[data-theme=terminal] div[data-component=feed-toolbar] a[aria-current=page]:after{content:" ▾";animation:none}}}
:root[data-theme=brutal]{--background:#f4f4ec;--foreground:#050505;--card:#fff;--card-foreground:#050505;--card-nested:#f0efe2;--card-nested-foreground:#050505;--muted:#eae9db;--muted-foreground:#333;--primary:#ff3b00;--primary-foreground:#fff;--secondary:#2b50ff;--destructive:#e00000;--border:#050505;--input:#fff;--ring:#050505;--radius:0px;--pop-yellow:#ffd600;--pop-cyan:#00e5ff;--on-secondary:#fff;--shadow:5px 5px 0 var(--border);--shadow-hover:7px 7px 0 var(--border);--shadow-flat:0 0 0 var(--border);--font-sans:ui-sans-serif, system-ui, "Helvetica Neue", Arial, "Liberation Sans", sans-serif}:root[data-theme=brutal][data-mode=dark]{--background:#121212;--foreground:#fff;--card:#1d1d1d;--card-foreground:#fff;--card-nested:#262626;--card-nested-foreground:#fff;--muted:#262626;--muted-foreground:#bcbcbc;--primary:#ffd600;--primary-foreground:#050505;--secondary:#00e5ff;--destructive:#ff5252;--border:#fff;--input:#1d1d1d;--ring:#fff;--on-secondary:#050505}@layer theme{:root[data-theme=brutal]{font-size:16px}:root[data-theme=brutal] body{grid-template-columns:1fr minmax(0,900px) minmax(0,340px) 1fr;grid-template-areas:"header header header header"".main aside.""footer footer footer footer";align-content:start;column-gap:24px;display:grid}:root[data-theme=brutal] header[data-component=site-header]{z-index:10;background:var(--card);border-bottom:3px solid var(--border);grid-area:header;align-items:center;gap:1rem;height:72px;padding-inline:max(16px,50% - 632px);display:flex;position:sticky;top:0}:root[data-theme=brutal] header[data-component=site-header] a[data-component=logo]{text-transform:uppercase;color:var(--foreground);letter-spacing:-.02em;margin-inline-end:auto;font-size:1.75rem;font-weight:900}:root[data-theme=brutal] header[data-component=site-header] a[data-component=logo] span{color:var(--primary)}:root[data-theme=brutal] header[data-component=site-header] nav ul{display:flex}:root[data-theme=brutal] header[data-component=site-header] nav ul a{text-transform:uppercase;letter-spacing:.02em;color:var(--muted-foreground);padding:16px;font-size:.8125rem;font-weight:900;display:block}:root[data-theme=brutal] header[data-component=site-header] nav ul a[aria-current=page],:root[data-theme=brutal] header[data-component=site-header] nav ul a:hover{color:var(--foreground);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:3px}:root[data-theme=brutal] header[data-component=site-header] ul[data-component=header-actions]{color:var(--muted-foreground);align-items:center;gap:1rem;display:flex}:root[data-theme=brutal] header[data-component=site-header] ul[data-component=header-actions] a{place-items:center;padding:.4rem;display:grid}:root[data-theme=brutal] header[data-component=site-header] ul[data-component=header-actions] a:hover{color:var(--primary)}:root[data-theme=brutal] header[data-component=site-header] ul[data-component=header-actions] span[data-component=avatar]{border-radius:var(--radius);border:3px solid var(--border);background:var(--card-nested);width:32px;height:32px;display:block}:root[data-theme=brutal] header[data-component=site-header] fieldset[data-component=theme-controls]{border:none;align-items:center;gap:.5rem;display:flex}:root[data-theme=brutal] header[data-component=site-header] fieldset[data-component=theme-controls] select{background:var(--input);color:var(--foreground);border:3px solid var(--border);border-radius:var(--radius);padding:.25rem .4rem;font-size:.8125rem;font-weight:700}:root[data-theme=brutal] header[data-component=site-header] fieldset[data-component=theme-controls] button{border:3px solid var(--border);padding:.3rem;font-size:1.1rem;line-height:1}:root[data-theme=brutal] header[data-component=site-header] fieldset[data-component=theme-controls] button:hover{background:var(--muted)}:root[data-theme=brutal] header[data-component=site-header] a[data-component=cta]{background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;border:3px solid var(--border);box-shadow:var(--shadow);padding:10px 18px;font-size:.8125rem;font-weight:900;transition:transform 80ms,box-shadow 80ms}:root[data-theme=brutal] header[data-component=site-header] a[data-component=cta]:hover{box-shadow:var(--shadow-hover);transform:translate(-2px,-2px)}:root[data-theme=brutal] header[data-component=site-header] a[data-component=cta]:active{box-shadow:var(--shadow-flat);transform:translate(0)}:root[data-theme=brutal] main[data-component=feed-page]{flex-direction:column;grid-area:main;gap:20px;min-width:0;padding-block:20px 32px;display:flex}:root[data-theme=brutal] main[data-component=post-page]{grid-area:main;min-width:0;padding-block:20px 32px}:root[data-theme=brutal] main[data-component=post-page] article[data-component=post]{grid-template-columns:minmax(0,1fr);grid-template-areas:"hero""title""header""content""tags""footer""comments";gap:16px}:root[data-theme=brutal] main[data-component=post-page] article[data-component=post]>figure[data-component=hero]{border-bottom:3px solid var(--border);grid-area:hero;margin:-16px -16px 0}:root[data-theme=brutal] main[data-component=post-page] article[data-component=post]>figure[data-component=hero] img{object-fit:cover;width:100%;max-height:440px}:root[data-theme=brutal] main[data-component=post-page] article[data-component=post]>h1{text-transform:uppercase;color:var(--card-foreground);grid-area:title;font-size:1.85rem;font-weight:900;line-height:1.2}:root[data-theme=brutal] main[data-component=post-page] article[data-component=post]>[data-component=post-content]{color:var(--card-foreground);grid-area:content;gap:1rem;font-size:1rem;line-height:1.7}:root[data-theme=brutal] main[data-component=post-page] article[data-component=post] section[data-component=comments]{gap:12px;margin-top:8px}:root[data-theme=brutal] main[data-component=post-page] article[data-component=post] section[data-component=comments]>h2{text-transform:uppercase;color:var(--card-foreground);font-size:1.2rem;font-weight:900}:root[data-theme=brutal] main[data-component=post-page] article[data-component=post] section[data-component=comments]>h2 data{color:var(--muted-foreground);font-weight:700}:root[data-theme=brutal] main[data-component=post-page] article[data-component=post] section[data-component=comments] p[data-component=no-comments]{color:var(--muted-foreground);padding:8px 0;font-size:.875rem;font-weight:700}:root[data-theme=brutal] aside[data-component=quest]{background:var(--card);border:3px solid var(--border);box-shadow:var(--shadow);grid-template-columns:1fr auto auto auto;grid-template-areas:"kind deadline info close""title deadline info close""bar bar bar bar""progress progress progress progress";gap:6px 8px;padding:12px 16px;display:grid}:root[data-theme=brutal] aside[data-component=quest] [data-component=quest-kind]{background:var(--pop-yellow);color:#050505;text-transform:uppercase;border:2px solid var(--border);grid-area:kind;justify-self:start;padding:2px 8px;font-size:.75rem;font-weight:900}:root[data-theme=brutal] aside[data-component=quest] [data-component=quest-kind] strong{color:inherit}:root[data-theme=brutal] aside[data-component=quest] [data-component=quest-title]{color:var(--card-foreground);text-transform:uppercase;grid-area:title;font-size:1.3rem;font-weight:900}:root[data-theme=brutal] aside[data-component=quest] progress{appearance:none;border:2px solid var(--border);background:var(--card-nested);grid-area:bar;width:100%;height:10px}:root[data-theme=brutal] aside[data-component=quest] progress::-webkit-progress-bar{background:var(--card-nested)}:root[data-theme=brutal] aside[data-component=quest] progress::-webkit-progress-value{background:var(--primary)}:root[data-theme=brutal] aside[data-component=quest] [data-component=quest-progress]{color:var(--muted-foreground);grid-area:progress;justify-self:end;font-size:.8125rem;font-weight:700}:root[data-theme=brutal] aside[data-component=quest] [data-component=quest-deadline]{color:var(--card-foreground);border:2px solid var(--border);grid-area:deadline;align-self:start;padding:6px 10px;font-size:.8125rem;font-weight:700}:root[data-theme=brutal] aside[data-component=quest] [data-component=quest-deadline] time{font-weight:900}:root[data-theme=brutal] aside[data-component=quest] button{color:var(--muted-foreground);border:3px solid #0000;align-self:start;padding:4px 8px}:root[data-theme=brutal] aside[data-component=quest] button:hover{border-color:var(--border);color:var(--card-foreground)}:root[data-theme=brutal] aside[data-component=quest] button[aria-label="Informacje o wyzwaniu"]{grid-area:info}:root[data-theme=brutal] aside[data-component=quest] button[aria-label=Zamknij\ wyzwanie]{grid-area:close}:root[data-theme=brutal] nav[data-component=community-strip]{align-items:center;gap:8px;min-width:0;display:flex}:root[data-theme=brutal] nav[data-component=community-strip] ul{scrollbar-width:none;gap:8px;display:flex;overflow-x:auto}:root[data-theme=brutal] nav[data-component=community-strip] ul a{white-space:nowrap;text-transform:uppercase;border:3px solid var(--border);background:var(--card);color:var(--card-foreground);padding:6px 14px;font-size:.8125rem;font-weight:900;display:block}:root[data-theme=brutal] nav[data-component=community-strip] ul a[aria-current=page]{background:var(--primary);color:var(--primary-foreground)}:root[data-theme=brutal] nav[data-component=community-strip]>button{color:var(--foreground);border:3px solid var(--border);padding:2px 6px;font-size:1.5rem;line-height:1}:root[data-theme=brutal] form[data-component=composer]{background:var(--card);border:3px solid var(--border);box-shadow:var(--shadow);flex-direction:column;gap:12px;padding:16px;display:flex}:root[data-theme=brutal] form[data-component=composer]>header{align-items:center;gap:8px;display:flex}:root[data-theme=brutal] form[data-component=composer]>header span[data-component=avatar]{border-radius:var(--radius);border:3px solid var(--border);background:var(--card-nested);width:36px;height:36px}:root[data-theme=brutal] form[data-component=composer]>header [data-component=byline]{text-transform:uppercase;color:var(--card-foreground);font-weight:900}:root[data-theme=brutal] form[data-component=composer]>header fieldset[data-component=post-type]{border:none;gap:8px;margin-inline-start:auto;display:flex}:root[data-theme=brutal] form[data-component=composer]>header fieldset[data-component=post-type] input{opacity:0;position:absolute}:root[data-theme=brutal] form[data-component=composer]>header fieldset[data-component=post-type] span{text-transform:uppercase;border:3px solid var(--border);background:var(--card-nested);color:var(--card-nested-foreground);cursor:pointer;padding:7px 14px;font-size:.8125rem;font-weight:900;display:block}:root[data-theme=brutal] form[data-component=composer]>header fieldset[data-component=post-type] input:checked+span{background:var(--primary);color:var(--primary-foreground)}:root[data-theme=brutal] form[data-component=composer] textarea{background:var(--input);border:3px solid var(--border);resize:vertical;width:100%;min-height:88px;color:var(--card-foreground);padding:12px 14px;font-weight:600}:root[data-theme=brutal] form[data-component=composer] textarea::placeholder{color:var(--muted-foreground)}:root[data-theme=brutal] form[data-component=composer]>footer{flex-wrap:wrap;align-items:center;gap:8px;display:flex}:root[data-theme=brutal] form[data-component=composer]>footer [data-component=community-picker],:root[data-theme=brutal] form[data-component=composer]>footer [data-component=nsfw-toggle]{text-transform:uppercase;border:3px solid var(--border);background:var(--card-nested);color:var(--card-nested-foreground);padding:7px 14px;font-size:.8125rem;font-weight:900}:root[data-theme=brutal] form[data-component=composer]>footer [data-component=nsfw-toggle] input{opacity:0;position:absolute}:root[data-theme=brutal] form[data-component=composer]>footer button[type=submit]{text-transform:uppercase;border:3px solid var(--border);background:var(--secondary);color:var(--on-secondary);cursor:not-allowed;box-shadow:var(--shadow);margin-inline-start:auto;padding:8px 18px;font-size:.8125rem;font-weight:900}:root[data-theme=brutal] div[data-component=feed-toolbar]{background:var(--card);border:3px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:4px 12px;display:flex}:root[data-theme=brutal] div[data-component=feed-toolbar] nav ul{align-items:center;gap:4px;display:flex}:root[data-theme=brutal] div[data-component=feed-toolbar] li[data-component=time-windows]{gap:4px;display:flex}:root[data-theme=brutal] div[data-component=feed-toolbar] a{text-transform:uppercase;color:var(--muted-foreground);padding:8px;font-size:.8125rem;font-weight:900;display:block}:root[data-theme=brutal] div[data-component=feed-toolbar] a[aria-current=page],:root[data-theme=brutal] div[data-component=feed-toolbar] a:hover{color:var(--primary)}:root[data-theme=brutal] div[data-component=feed-toolbar] li[data-component=time-windows] a{text-transform:none;padding:8px 5px}:root[data-theme=brutal] section[data-component=post-list]{flex-direction:column;gap:20px;display:flex}:root[data-theme=brutal] article[data-component=post]{background:var(--card);color:var(--card-foreground);border:3px solid var(--border);box-shadow:var(--shadow);grid-template-columns:minmax(0,1fr);grid-template-areas:"header""title""content""media""tags""footer""comments";gap:12px;padding:16px;transition:transform 80ms,box-shadow 80ms;display:grid}:root[data-theme=brutal] article[data-component=post]:hover{box-shadow:var(--shadow-hover);transform:translate(-2px,-2px)}:root[data-theme=brutal] article[data-component=post][data-type=link],:root[data-theme=brutal] article[data-component=post][data-type=article]{grid-template-columns:minmax(0,1fr) minmax(0,45%);grid-template-areas:"header header""title media""content media""tags media""footer footer""comments comments";align-items:start}:root[data-theme=brutal] article[data-component=post]>header{grid-area:header;grid-template-columns:36px minmax(0,1fr) auto auto;grid-template-areas:"avatar byline menu widget""avatar context menu widget";align-items:center;column-gap:8px;display:grid}:root[data-theme=brutal] article[data-component=post]>header [data-component=avatar]{border-radius:var(--radius);border:3px solid var(--border);background:var(--card-nested);object-fit:cover;grid-area:avatar;width:36px;height:36px}:root[data-theme=brutal] article[data-component=post]>header [data-component=byline]{grid-area:byline;align-items:center;gap:8px;line-height:1.2;display:flex}:root[data-theme=brutal] article[data-component=post]>header [data-component=byline] a[rel=author]{color:var(--card-foreground);font-weight:900}:root[data-theme=brutal] article[data-component=post]>header [data-component=byline] a[rel=author]:hover{text-decoration:underline;text-decoration-thickness:3px}:root[data-theme=brutal] article[data-component=post]>header [data-component=byline] data[data-component=rank]{text-transform:uppercase;color:var(--on-secondary);background:var(--accent,var(--secondary));border:2px solid var(--border);padding:2px 8px;font-size:.75rem;font-weight:900}:root[data-theme=brutal] article[data-component=post]>header [data-component=context]{color:var(--muted-foreground);grid-area:context;font-size:.75rem;font-weight:700;line-height:1.2}:root[data-theme=brutal] article[data-component=post]>header [data-component=context] a:hover{color:var(--primary)}:root[data-theme=brutal] article[data-component=post]>header button[data-component=post-menu]{color:var(--muted-foreground);border:3px solid #0000;grid-area:menu;padding:6px}:root[data-theme=brutal] article[data-component=post]>header button[data-component=post-menu]:hover{border-color:var(--border);color:var(--card-foreground)}:root[data-theme=brutal] article[data-component=post]>header span[data-component=like-widget]{grid-area:widget}:root[data-theme=brutal] article[data-component=post] span[data-component=like-widget]{background:var(--pop-yellow);color:#050505;border:2px solid var(--border);align-items:center;gap:5px;padding:4px 9px;font-size:1.05rem;font-weight:900;display:flex}:root[data-theme=brutal] article[data-component=post]>h2{text-transform:uppercase;grid-area:title;font-size:1.3rem;font-weight:900;line-height:1.3}:root[data-theme=brutal] article[data-component=post]>h2 a:hover{color:var(--primary)}:root[data-theme=brutal] article[data-component=post]>[data-component=post-content]{color:var(--card-foreground);overflow-wrap:anywhere;flex-direction:column;grid-area:content;gap:.75rem;font-size:.9375rem;line-height:1.5rem;display:flex}:root[data-theme=brutal] article[data-component=post]>[data-component=post-content] a{color:var(--primary);font-weight:700;text-decoration:underline;text-decoration-thickness:2px}:root[data-theme=brutal] article[data-component=post]>[data-component=post-content] a[data-component=mention]{font-weight:900}:root[data-theme=brutal] article[data-component=post]>[data-component=post-content] figure[data-component=content-image]{border:3px solid var(--border);margin-block:.25rem}:root[data-theme=brutal] article[data-component=post]>[data-component=post-content] figure[data-component=content-image] img{width:100%}:root[data-theme=brutal] article[data-component=post]>figure{border:3px solid var(--border);grid-area:media}:root[data-theme=brutal] article[data-component=post]>figure img{object-fit:cover;width:100%;max-height:500px}:root[data-theme=brutal] article[data-component=post] nav[data-component=tags]{grid-area:tags}:root[data-theme=brutal] article[data-component=post] nav[data-component=tags] ul{flex-wrap:wrap;gap:8px;display:flex}:root[data-theme=brutal] article[data-component=post] nav[data-component=tags] ul a{color:var(--card-foreground);background:var(--muted);border:2px solid var(--border);padding:2px 8px;font-size:.8125rem;font-weight:700}:root[data-theme=brutal] article[data-component=post] nav[data-component=tags] ul a:hover{background:var(--primary);color:var(--primary-foreground)}:root[data-theme=brutal] article[data-component=post]>footer{color:var(--muted-foreground);flex-wrap:wrap;grid-area:footer;align-items:center;gap:8px;font-size:.8125rem;font-weight:700;display:flex}:root[data-theme=brutal] article[data-component=post]>footer>a,:root[data-theme=brutal] article[data-component=post]>footer>button{border:2px solid var(--border);background:var(--card-nested);height:30px;color:var(--card-nested-foreground);align-items:center;gap:6px;padding:4px 9px;display:flex}:is(:root[data-theme=brutal] article[data-component=post]>footer>a,:root[data-theme=brutal] article[data-component=post]>footer>button):hover{background:var(--muted)}:root[data-theme=brutal] article[data-component=post]>footer>a[data-component=likes]{background:var(--pop-yellow);color:#050505;font-weight:900}:root[data-theme=brutal] article[data-component=post]>footer>a[data-component=reply],:root[data-theme=brutal] article[data-component=post]>footer>button[data-component=share]{background:var(--secondary);color:var(--on-secondary);border:3px solid var(--border);box-shadow:var(--shadow);font-weight:900;transition:transform 80ms,box-shadow 80ms}:is(:root[data-theme=brutal] article[data-component=post]>footer>a[data-component=reply],:root[data-theme=brutal] article[data-component=post]>footer>button[data-component=share]):hover{box-shadow:var(--shadow-hover);background:var(--secondary);transform:translate(-2px,-2px)}:is(:root[data-theme=brutal] article[data-component=post]>footer>a[data-component=reply],:root[data-theme=brutal] article[data-component=post]>footer>button[data-component=share]):active{box-shadow:var(--shadow-flat);transform:translate(0)}:root[data-theme=brutal] article[data-component=post]>footer cite{align-items:center;gap:5px;margin-inline-start:auto;font-style:normal;font-weight:700;display:flex}:root[data-theme=brutal] article[data-component=post]>footer cite a{color:var(--muted-foreground)}:root[data-theme=brutal] article[data-component=post]>footer cite a:hover{color:var(--card-foreground)}:root[data-theme=brutal] article[data-component=post] section[data-component=comments]{flex-direction:column;grid-area:comments;gap:8px;display:flex}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment]{background:var(--card-nested);color:var(--card-nested-foreground);border:3px solid var(--border);flex-direction:column;gap:8px;padding:12px;display:flex}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header{align-items:center;gap:8px;font-size:.875rem;display:flex}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header [data-component=avatar]{border-radius:var(--radius);border:3px solid var(--border);background:var(--card);object-fit:cover;width:26px;height:26px}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header a[rel=author]{font-weight:900}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header data[data-component=rank]{text-transform:uppercase;color:var(--on-secondary);background:var(--accent,var(--secondary));border:2px solid var(--border);padding:1px 6px;font-size:.7rem;font-weight:900}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header time{color:var(--muted-foreground);font-size:.75rem;font-weight:700}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment]>header span[data-component=like-widget]{background:var(--card);margin-inline-start:auto;padding:2px 7px;font-size:.8125rem}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content]{color:var(--card-nested-foreground);font-size:.875rem;line-height:1.5}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a{color:var(--primary);text-decoration:underline;text-decoration-thickness:2px}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview]{background:var(--card);border:2px solid var(--border);color:inherit;grid-template-columns:auto minmax(0,1fr);gap:10px;margin-top:8px;padding:8px;display:grid}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview] img{object-fit:cover;border:2px solid var(--border);width:56px;height:56px}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview] [data-component=preview-body]{flex-direction:column;gap:2px;min-width:0;display:flex}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview] [data-component=preview-body] strong{color:var(--card-foreground);font-size:.8125rem;font-weight:900}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview] [data-component=preview-body] span{color:var(--muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview] [data-component=preview-body] cite{text-transform:uppercase;color:var(--muted-foreground);font-size:.6875rem;font-style:normal;font-weight:700}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=replies]{margin-top:8px;border-inline-start:3px solid var(--border);flex-direction:column;gap:8px;margin-inline-start:16px;padding-inline-start:12px;display:flex}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment]>footer button{text-transform:uppercase;color:var(--muted-foreground);font-size:.75rem;font-weight:900}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] article[data-component=comment]>footer button:hover{color:var(--card-nested-foreground)}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] a[data-component=more-comments]{text-align:center;color:var(--muted-foreground);border:2px solid var(--border);padding:4px;font-size:.875rem;font-weight:700}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] a[data-component=more-comments] data{color:var(--primary);font-weight:900}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] a[data-component=more-comments]:hover{color:var(--card-foreground);background:var(--muted)}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] form[data-component=comment-composer] textarea{background:var(--input);border:3px solid var(--border);resize:none;width:100%;color:var(--card-foreground);padding:12px 14px;font-weight:600}:root[data-theme=brutal] article[data-component=post] section[data-component=comments] form[data-component=comment-composer] textarea::placeholder{color:var(--muted-foreground)}:root[data-theme=brutal] div[data-component=new-posts] button{z-index:20;background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;border:3px solid var(--border);box-shadow:var(--shadow);padding:10px 20px;font-size:.875rem;font-weight:900;transition:translate 80ms,box-shadow 80ms;position:fixed;top:88px;left:50%;translate:-50%}:root[data-theme=brutal] div[data-component=new-posts] button:hover{box-shadow:var(--shadow-hover);translate:-50% -2px}:root[data-theme=brutal] div[data-component=new-posts] button:active{box-shadow:var(--shadow-flat);translate:-50%}:root[data-theme=brutal] div[data-component=infinite-sentinel]{text-align:center;min-height:1px;color:var(--muted-foreground);padding:8px;font-size:.875rem;font-weight:700}:root[data-theme=brutal] nav[data-component=pagination]{justify-content:center;align-items:center;gap:16px;padding:12px 16px;font-size:1rem;display:flex}:root[data-theme=brutal] nav[data-component=pagination] a,:root[data-theme=brutal] nav[data-component=pagination] span{color:var(--muted-foreground);text-transform:uppercase;font-size:.875rem;font-weight:900}:root[data-theme=brutal] nav[data-component=pagination] span[aria-disabled=true]{opacity:.5}:root[data-theme=brutal] nav[data-component=pagination] a[aria-current=page]{color:var(--foreground);text-decoration:underline;text-decoration-thickness:3px}:root[data-theme=brutal] nav[data-component=pagination] a[rel=next]:hover,:root[data-theme=brutal] nav[data-component=pagination] a[rel=prev]:hover{color:var(--primary)}:root[data-theme=brutal] main[data-component=home-page]{flex-direction:column;grid-column:2/4;gap:32px;min-width:0;padding-block:20px 32px;display:flex}:root[data-theme=brutal] div[data-component=home-split]{grid-template-columns:minmax(0,1.9fr) minmax(0,1fr);align-items:start;gap:32px;display:grid}:root[data-theme=brutal] section[data-component=magazine-section]>header{align-items:baseline;gap:10px;margin-bottom:16px;display:flex}:root[data-theme=brutal] section[data-component=magazine-section]>header h2{text-transform:uppercase;letter-spacing:.04em;color:var(--foreground);background:var(--muted);border:2px solid var(--border);padding:3px 10px;font-size:1rem;font-weight:900}:root[data-theme=brutal] section[data-component=magazine-section]>header a[data-component=section-more]{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);font-size:.75rem;font-weight:900}:root[data-theme=brutal] section[data-component=magazine-section]>header a[data-component=section-more]:hover{color:var(--primary)}:root[data-theme=brutal] section[data-component=magazine-section][data-variant=articles]>header h2,:root[data-theme=brutal] section[data-component=magazine-section][data-variant=featured]>header h2{background:var(--pop-yellow);color:#050505}:root[data-theme=brutal] section[data-component=magazine-section]>ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}:root[data-theme=brutal] section[data-component=magazine-section][data-variant=community]>ul{grid-template-columns:repeat(3,minmax(0,1fr))}:root[data-theme=brutal] section[data-component=magazine-section][data-variant=featured]>ul{grid-template-columns:repeat(2,minmax(0,1fr))}:root[data-theme=brutal] section[data-component=magazine-section][data-variant=discussions]>ul{grid-template-columns:minmax(0,1fr);gap:12px}:root[data-theme=brutal] article[data-component=article-card]{border:3px solid var(--border);box-shadow:var(--shadow);background:var(--card);height:100%;transition:transform 80ms,box-shadow 80ms}:root[data-theme=brutal] article[data-component=article-card]:hover{box-shadow:var(--shadow-hover);transform:translate(-2px,-2px)}:root[data-theme=brutal] article[data-component=article-card] [data-component=card-body]{flex-direction:column;gap:6px;padding:12px;display:flex}:root[data-theme=brutal] article[data-component=article-card] a[data-component=community]{text-transform:uppercase;letter-spacing:.02em;color:#fff;background:var(--accent,var(--primary));border:2px solid var(--border);align-self:start;padding:3px 8px;font-size:.6875rem;font-weight:900}:root[data-theme=brutal] article[data-component=article-card] span[data-component=like-badge]{color:var(--card-foreground);align-items:center;gap:3px;font-size:1rem;font-weight:900;display:flex}:root[data-theme=brutal] article[data-component=article-card] h3{color:var(--card-foreground);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1rem;font-weight:900;line-height:1.3;display:-webkit-box;overflow:hidden}:root[data-theme=brutal] article[data-component=article-card] h3 a:hover{color:var(--primary)}:root[data-theme=brutal] article[data-component=article-card] [data-component=meta]{color:var(--muted-foreground);flex-wrap:wrap;gap:10px;font-size:.75rem;font-weight:700;display:flex}:root[data-theme=brutal] article[data-component=article-card] [data-component=meta] [data-component=author]{color:var(--card-foreground)}:root[data-theme=brutal] article[data-component=article-card][data-has-image]{aspect-ratio:4/3;position:relative}:root[data-theme=brutal] article[data-component=article-card][data-has-image]>figure{background:var(--card-nested);position:absolute;inset:0}:root[data-theme=brutal] article[data-component=article-card][data-has-image]>figure>img{object-fit:cover;width:100%;height:100%}:root[data-theme=brutal] article[data-component=article-card][data-has-image] [data-component=card-body]{z-index:1;background:linear-gradient(#0000 38%,#0000004d 62%,#000000d9 100%);justify-content:flex-end;gap:5px;position:absolute;inset:0}:root[data-theme=brutal] article[data-component=article-card][data-has-image] span[data-component=like-badge]{color:#050505;background:var(--pop-yellow);border:2px solid var(--border);padding:3px 8px;font-size:.8125rem;font-weight:900;position:absolute;top:10px;right:10px}:root[data-theme=brutal] article[data-component=article-card][data-has-image] h3{color:#fff}:root[data-theme=brutal] article[data-component=article-card][data-has-image] [data-component=meta]{color:#ffffffd9}:root[data-theme=brutal] article[data-component=article-card][data-has-image] [data-component=meta] [data-component=author]{color:#fff}:root[data-theme=brutal] section[data-variant=featured] article[data-component=article-card][data-has-image]{aspect-ratio:16/10}:root[data-theme=brutal] section[data-variant=featured] article[data-component=article-card][data-has-image] h3{font-size:1.3rem}:root[data-theme=brutal] section[data-variant=discussions] article[data-component=article-card] [data-component=card-body]{grid-template-columns:1fr auto;align-items:center;gap:4px 8px;display:grid}:root[data-theme=brutal] section[data-variant=discussions] article[data-component=article-card] a[data-component=community]{grid-area:1/1;justify-self:start}:root[data-theme=brutal] section[data-variant=discussions] article[data-component=article-card] span[data-component=like-badge]{color:var(--card-foreground);grid-area:1/2;justify-self:end;font-size:1.125rem}:root[data-theme=brutal] section[data-variant=discussions] article[data-component=article-card] h3{color:var(--muted-foreground);grid-column:1/-1;font-size:.875rem;font-weight:700}:root[data-theme=brutal] section[data-variant=discussions] article[data-component=article-card] [data-component=meta]{grid-column:1/-1}:root[data-theme=brutal] section[data-component=poll]{background:var(--card-nested);border:3px solid var(--border);flex-direction:column;gap:8px;padding:12px;display:flex}:root[data-theme=brutal] section[data-component=poll] [data-component=poll-title]{text-transform:uppercase;color:var(--card-nested-foreground);font-size:.875rem;font-weight:900}:root[data-theme=brutal] section[data-component=poll] ul{flex-direction:column;gap:6px;display:flex}:root[data-theme=brutal] section[data-component=poll] li[data-component=poll-option]{border:2px solid var(--border);background:var(--card);justify-content:space-between;gap:8px;padding:8px 12px;font-size:.8125rem;font-weight:700;display:flex;position:relative;overflow:hidden}:root[data-theme=brutal] section[data-component=poll] li[data-component=poll-option]:before{content:"";width:var(--pct,0%);background:color-mix(in srgb, var(--primary) 25%, transparent);position:absolute;inset-block:0;inset-inline-start:0}:root[data-theme=brutal] section[data-component=poll] li[data-component=poll-option]>*{position:relative}:root[data-theme=brutal] section[data-component=poll] li[data-component=poll-option] [data-component=poll-count]{color:var(--primary);font-weight:900}:root[data-theme=brutal] section[data-component=poll] [data-component=poll-total]{color:var(--muted-foreground);font-size:.75rem;font-weight:700}:root[data-theme=brutal] main[data-component=profile-page]{flex-direction:column;grid-area:main;gap:20px;min-width:0;padding-block:20px 32px;display:flex}:root[data-theme=brutal] header[data-component=profile-header]{background:var(--card);border:3px solid var(--border);box-shadow:var(--shadow);grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"banner banner banner""avatar ident achievements";align-items:center;column-gap:16px;padding:0 16px 16px;display:grid}:root[data-theme=brutal] header[data-component=profile-header] [data-component=profile-banner]{border-bottom:3px solid var(--border);background:linear-gradient(120deg, var(--accent,var(--primary)), var(--card-nested));background-position:50%;background-size:cover;grid-area:banner;height:120px;margin:0 -16px}:root[data-theme=brutal] header[data-component=profile-header]>[data-component=avatar]{border-radius:var(--radius);object-fit:cover;background:var(--card-nested);border:3px solid var(--border);grid-area:avatar;align-self:start;width:92px;height:92px;margin-top:-46px}:root[data-theme=brutal] header[data-component=profile-header] [data-component=profile-ident]{flex-direction:column;grid-area:ident;gap:4px;padding-top:12px;display:flex}:root[data-theme=brutal] header[data-component=profile-header] [data-component=profile-ident] h1[data-component=name-row]{text-transform:uppercase;color:var(--card-foreground);flex-wrap:wrap;align-items:center;gap:10px;font-size:1.5rem;font-weight:900;display:flex}:root[data-theme=brutal] header[data-component=profile-header] [data-component=profile-ident] data[data-component=rank]{text-transform:uppercase;color:var(--on-secondary);background:var(--accent,var(--secondary));border:2px solid var(--border);padding:2px 8px;font-size:.75rem;font-weight:900}:root[data-theme=brutal] header[data-component=profile-header] [data-component=profile-ident] [data-component=joined]{color:var(--muted-foreground);font-size:.8125rem;font-weight:700}:root[data-theme=brutal] header[data-component=profile-header] [data-component=profile-ident] ul[data-component=profile-stats]{color:var(--muted-foreground);flex-wrap:wrap;gap:16px;margin-top:2px;font-size:.8125rem;font-weight:700;display:flex}:root[data-theme=brutal] header[data-component=profile-header] [data-component=profile-ident] ul[data-component=profile-stats] data{color:var(--card-foreground);font-weight:900}:root[data-theme=brutal] header[data-component=profile-header] ul[data-component=achievements]{flex-wrap:wrap;grid-area:achievements;justify-content:flex-end;align-self:start;gap:6px;max-width:240px;margin-top:12px;display:flex}:root[data-theme=brutal] header[data-component=profile-header] ul[data-component=achievements] img{border:2px solid var(--border);width:28px;height:28px}:root[data-theme=brutal] nav[data-component=profile-tabs]>ul{border-bottom:3px solid var(--border);flex-wrap:wrap;gap:4px;display:flex}:root[data-theme=brutal] nav[data-component=profile-tabs]>ul a{text-transform:uppercase;color:var(--muted-foreground);padding:10px 16px;font-size:.875rem;font-weight:900;display:block}:root[data-theme=brutal] nav[data-component=profile-tabs]>ul a[aria-current=page]{background:var(--primary);color:var(--primary-foreground)}:root[data-theme=brutal] nav[data-component=profile-tabs]>ul a:hover{color:var(--card-foreground)}:root[data-theme=brutal] main[data-component=profile-page] section[data-component=post-list]{flex-direction:column;gap:20px;display:flex}:root[data-theme=brutal] main[data-component=profile-page] p[data-component=empty]{color:var(--muted-foreground);text-align:center;padding:32px 0;font-weight:700}:root[data-theme=brutal] section[data-component=profile-comments]{flex-direction:column;gap:20px;display:flex}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment]{background:var(--card);border:3px solid var(--border);flex-direction:column;gap:12px;padding:16px;display:flex}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] a[data-component=post-context]{align-items:center;gap:8px;min-width:0;display:flex}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] a[data-component=post-context] [data-component=community]{text-transform:uppercase;color:#fff;background:var(--accent,var(--primary));border:2px solid var(--border);white-space:nowrap;padding:2px 8px;font-size:.6875rem;font-weight:900}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] a[data-component=post-context] [data-component=post-title]{color:var(--card-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:700;overflow:hidden}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] a[data-component=post-context]:hover [data-component=post-title]{color:var(--primary)}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] [data-component=user-comments]{flex-direction:column;gap:8px;display:flex}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]{background:var(--card-nested);color:var(--card-nested-foreground);border:3px solid var(--border);flex-direction:column;gap:8px;padding:12px;display:flex}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header{align-items:center;gap:8px;font-size:.875rem;display:flex}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header [data-component=avatar]{border-radius:var(--radius);border:3px solid var(--border);background:var(--card);object-fit:cover;width:26px;height:26px}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header a[rel=author]{font-weight:900}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header data[data-component=rank]{text-transform:uppercase;color:var(--on-secondary);background:var(--accent,var(--secondary));border:2px solid var(--border);padding:1px 6px;font-size:.7rem;font-weight:900}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header time{color:var(--muted-foreground);font-size:.75rem;font-weight:700}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header span[data-component=like-widget]{background:var(--card);border:2px solid var(--border);align-items:center;gap:5px;margin-inline-start:auto;padding:2px 7px;font-size:.875rem;display:flex}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment] [data-component=comment-content]{color:var(--card-nested-foreground);font-size:.875rem;line-height:1.5}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment] [data-component=comment-content] a{color:var(--primary)}:root[data-theme=brutal] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>footer button{text-transform:uppercase;color:var(--muted-foreground);font-size:.75rem;font-weight:900}:root[data-theme=brutal] main[data-component=communities-page]{flex-direction:column;grid-area:main;gap:20px;min-width:0;padding-block:20px 32px;display:flex}:root[data-theme=brutal] main[data-component=communities-page]>header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 16px;display:grid}:root[data-theme=brutal] main[data-component=communities-page]>header h1{text-transform:uppercase;color:var(--card-foreground);font-size:1.85rem;font-weight:900}:root[data-theme=brutal] main[data-component=communities-page]>header p{color:var(--muted-foreground);grid-column:1;font-size:.875rem;font-weight:700}:root[data-theme=brutal] main[data-component=communities-page]>header a[data-component=create-community]{background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;border:3px solid var(--border);box-shadow:var(--shadow);white-space:nowrap;grid-area:1/2;padding:10px 18px;font-size:.8125rem;font-weight:900;transition:transform 80ms,box-shadow 80ms}:root[data-theme=brutal] main[data-component=communities-page]>header a[data-component=create-community]:hover{box-shadow:var(--shadow-hover);transform:translate(-2px,-2px)}:root[data-theme=brutal] main[data-component=communities-page]>header a[data-component=create-community]:active{box-shadow:var(--shadow-flat);transform:translate(0)}:root[data-theme=brutal] ul[data-component=community-list]{flex-direction:column;gap:16px;display:flex}:root[data-theme=brutal] article[data-component=community-card]{background:var(--card);border:3px solid var(--border);box-shadow:var(--shadow);grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;transition:transform 80ms,box-shadow 80ms;display:grid}:root[data-theme=brutal] article[data-component=community-card]:hover{box-shadow:var(--shadow-hover);transform:translate(-2px,-2px)}:root[data-theme=brutal] article[data-component=community-card] [data-component=avatar]{border-radius:var(--radius);border:3px solid var(--border);object-fit:cover;background:var(--accent,var(--card-nested));width:48px;height:48px}:root[data-theme=brutal] article[data-component=community-card] [data-component=community-meta]{min-width:0}:root[data-theme=brutal] article[data-component=community-card] [data-component=community-meta] h2{text-transform:uppercase;color:var(--card-foreground);font-size:1rem;font-weight:900}:root[data-theme=brutal] article[data-component=community-card] [data-component=community-meta] h2 a:hover{color:var(--primary)}:root[data-theme=brutal] article[data-component=community-card] [data-component=community-meta] [data-component=members]{color:var(--muted-foreground);align-items:center;gap:4px;font-size:.8125rem;font-weight:700;display:flex}:root[data-theme=brutal] article[data-component=community-card] a[data-component=join]{background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;border:3px solid var(--border);box-shadow:var(--shadow);padding:8px 20px;font-size:.8125rem;font-weight:900;transition:transform 80ms,box-shadow 80ms}:root[data-theme=brutal] article[data-component=community-card] a[data-component=join]:hover{box-shadow:var(--shadow-hover);transform:translate(-2px,-2px)}:root[data-theme=brutal] article[data-component=community-card] a[data-component=join]:active{box-shadow:var(--shadow-flat);transform:translate(0)}:root[data-theme=brutal] aside[data-component=popular-articles]{flex-direction:column;grid-area:aside;gap:12px;min-width:0;padding-block:20px;display:flex}:root[data-theme=brutal] aside[data-component=popular-articles]>h2{text-transform:uppercase;color:#050505;background:var(--pop-yellow);border:2px solid var(--border);align-self:start;padding:3px 10px;font-size:.875rem;font-weight:900}:root[data-theme=brutal] aside[data-component=popular-articles] ol{flex-direction:column;gap:12px;display:flex}:root[data-theme=brutal] aside[data-component=popular-articles] article{background:var(--card);border:3px solid var(--border);box-shadow:var(--shadow);grid-template-columns:minmax(0,1fr) 84px;grid-template-areas:"header header""title img""meta img";gap:8px;padding:12px;transition:transform 80ms,box-shadow 80ms;display:grid}:root[data-theme=brutal] aside[data-component=popular-articles] article:hover{box-shadow:var(--shadow-hover);transform:translate(-2px,-2px)}:root[data-theme=brutal] aside[data-component=popular-articles] article>header{grid-area:header;justify-content:space-between;align-items:center;display:flex}:root[data-theme=brutal] aside[data-component=popular-articles] article>header a[data-component=community]{text-transform:uppercase;color:#fff;background:var(--accent,var(--primary));border:2px solid var(--border);padding:2px 9px;font-size:.75rem;font-weight:900}:root[data-theme=brutal] aside[data-component=popular-articles] article>header span[data-component=like-widget]{color:var(--card-foreground);font-size:.875rem;font-weight:900}:root[data-theme=brutal] aside[data-component=popular-articles] article h3{grid-area:title;font-size:.875rem;font-weight:900;line-height:1.35}:root[data-theme=brutal] aside[data-component=popular-articles] article h3 a:hover{color:var(--primary)}:root[data-theme=brutal] aside[data-component=popular-articles] article [data-component=meta]{color:var(--muted-foreground);grid-area:meta;align-self:end;font-size:.75rem;font-weight:700}:root[data-theme=brutal] aside[data-component=popular-articles] article img{object-fit:cover;border:2px solid var(--border);grid-area:img;width:84px;height:84px}:root[data-theme=brutal] footer[data-component=site-footer]{text-align:center;color:var(--muted-foreground);border-top:3px solid var(--border);grid-area:footer;padding:32px 16px;font-size:.875rem;font-weight:700}:root[data-theme=brutal] footer[data-component=site-footer] a{color:var(--primary);font-weight:900}:root[data-theme=brutal] footer[data-component=site-footer] a:hover{text-decoration:underline;text-decoration-thickness:2px}@media (max-width:767px){:root[data-theme=brutal] body{grid-template-columns:minmax(0,1fr);grid-template-areas:"header""main""footer";column-gap:0}:root[data-theme=brutal] aside[data-component=popular-articles]{display:none}:root[data-theme=brutal] header[data-component=site-header]{gap:.5rem}:root[data-theme=brutal] header[data-component=site-header] nav,:root[data-theme=brutal] header[data-component=site-header] a[data-component=cta]{display:none}:root[data-theme=brutal] article[data-component=post]{border-inline:none;padding:12px 8px}:root[data-theme=brutal] article[data-component=post][data-type=link],:root[data-theme=brutal] article[data-component=post][data-type=article]{grid-template-columns:minmax(0,1fr);grid-template-areas:"header""title""content""media""tags""footer""comments"}:root[data-theme=brutal] div[data-component=feed-toolbar] li[data-component=time-windows],:root[data-theme=brutal] div[data-component=feed-toolbar] a:not([aria-current=page]){display:none}:root[data-theme=brutal] div[data-component=feed-toolbar] a[aria-current=page]:after{content:" ▾"}}}
