:root[data-theme=aurora]{--background:#e9eefb;--foreground:#172033;--card:#fff9;--card-foreground:#172033;--card-nested:#ffffff73;--card-nested-foreground:#172033;--muted:#fff6;--muted-foreground:#5a6478;--primary:#6d5efc;--primary-foreground:#fff;--secondary:#0bb8ac;--destructive:#e5484d;--border:#7882aa59;--input:#fff9;--ring:#6d5efc;--radius:1rem;--radius-md:.65rem;--aurora-1:#6d5efc59;--aurora-2:#0bb8ac4d;--aurora-3:#ff78be38;--glass-blur:14px;--glass-saturate:1.3;--glass-shadow:0 8px 30px #141e3c1f;--glass-shadow-lg:0 16px 46px #141e3c29;--glass-header-bg:#ffffff8c;--gradient-brand:linear-gradient(135deg, var(--primary), var(--secondary));--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif}:root[data-theme=aurora][data-mode=dark]{--background:#0a0f22;--foreground:#e8ecf8;--card:#ffffff12;--card-foreground:#e8ecf8;--card-nested:#ffffff0d;--card-nested-foreground:#e8ecf8;--muted:#ffffff0f;--muted-foreground:#9aa4c0;--primary:#8b7cff;--primary-foreground:#0a0f22;--secondary:#22d3c5;--destructive:#ff6b6b;--border:#ffffff24;--input:#ffffff12;--ring:#8b7cff;--aurora-1:#8b7cff8c;--aurora-2:#22d3c566;--aurora-3:#ff5ab452;--glass-shadow:0 8px 30px #00000073;--glass-shadow-lg:0 20px 60px #0000008c;--glass-header-bg:#0a0f228c}@layer theme{:root[data-theme=aurora]{font-size:16px;font-family:var(--font-sans)}:root[data-theme=aurora] body{background:radial-gradient(1200px 600px at 10% -10%, var(--aurora-1), transparent 60%), radial-gradient(1000px 700px at 110% 10%, var(--aurora-2), transparent 55%), radial-gradient(900px 800px at 50% 120%, var(--aurora-3), transparent 60%), var(--background);background-attachment:fixed;grid-template-columns:1fr minmax(0,959px) minmax(0,325px) 1fr;grid-template-areas:"header header header header"".main aside.""footer footer footer footer";align-content:start;column-gap:1rem;min-height:100vh;display:grid}:root[data-theme=aurora] header[data-component=site-header]{z-index:10;background:var(--glass-header-bg);min-height:4.5rem;-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border-bottom:1px solid var(--border);box-shadow:var(--glass-shadow);grid-area:header;align-items:center;gap:1rem;padding-inline:max(1rem,50% - 650px);display:flex;position:sticky;top:0}:root[data-theme=aurora] header[data-component=site-header] a[data-component=logo]{letter-spacing:-.02em;background:var(--gradient-brand);color:#0000;-webkit-background-clip:text;background-clip:text;margin-inline-end:auto;font-size:1.85rem;font-weight:800}:root[data-theme=aurora] header[data-component=site-header] a[data-component=logo] span{color:var(--secondary)}:root[data-theme=aurora] header[data-component=site-header] nav ul{display:flex}:root[data-theme=aurora] header[data-component=site-header] nav ul a{min-height:44px;color:var(--muted-foreground);border-radius:var(--radius-md);align-items:center;padding-inline:1rem;font-weight:600;transition:color .15s,background .15s;display:flex}:root[data-theme=aurora] header[data-component=site-header] nav ul a[aria-current=page],:root[data-theme=aurora] header[data-component=site-header] nav ul a:hover{color:var(--card-foreground);background:var(--muted)}:root[data-theme=aurora] header[data-component=site-header] ul[data-component=header-actions]{color:var(--muted-foreground);align-items:center;gap:.5rem;display:flex}:root[data-theme=aurora] header[data-component=site-header] ul[data-component=header-actions] a{border-radius:50%;place-items:center;width:44px;height:44px;transition:background .15s,color .15s;display:grid}:root[data-theme=aurora] header[data-component=site-header] ul[data-component=header-actions] a:hover{color:var(--card-foreground);background:var(--muted)}:root[data-theme=aurora] header[data-component=site-header] ul[data-component=header-actions] span[data-component=avatar]{background:var(--gradient-brand);border:1px solid var(--border);width:32px;height:32px;box-shadow:var(--glass-shadow);border-radius:50%;display:block}:root[data-theme=aurora] header[data-component=site-header] fieldset[data-component=theme-controls]{border:none;align-items:center;gap:.4rem;display:flex}:root[data-theme=aurora] 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);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));padding:.4rem .6rem;font-size:.875rem}:root[data-theme=aurora] header[data-component=site-header] fieldset[data-component=theme-controls] button{border-radius:50%;place-items:center;width:40px;height:40px;font-size:1.1rem;line-height:1;display:grid}:root[data-theme=aurora] header[data-component=site-header] fieldset[data-component=theme-controls] button:hover{background:var(--muted)}:root[data-theme=aurora] header[data-component=site-header] a[data-component=cta]{background:var(--gradient-brand);min-height:44px;color:var(--primary-foreground);text-transform:uppercase;letter-spacing:.02em;box-shadow:0 4px 16px color-mix(in srgb, var(--primary) 45%, transparent);border-radius:999px;align-items:center;padding-inline:1.25rem;font-size:.875rem;font-weight:700;display:inline-flex}:root[data-theme=aurora] main[data-component=feed-page]{flex-direction:column;grid-area:main;gap:1.25rem;min-width:0;padding-block:1.25rem 2rem;display:flex}:root[data-theme=aurora] main[data-component=post-page]{grid-area:main;min-width:0;padding-block:1.25rem 2rem}:root[data-theme=aurora] 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:1.25rem}:root[data-theme=aurora] main[data-component=post-page] article[data-component=post]>figure[data-component=hero]{grid-area:hero;margin:-1.25rem -1.25rem 0}:root[data-theme=aurora] main[data-component=post-page] article[data-component=post]>figure[data-component=hero] img{object-fit:cover;border-radius:var(--radius) var(--radius) 0 0;width:100%;max-height:440px}:root[data-theme=aurora] main[data-component=post-page] article[data-component=post]>h1{color:var(--card-foreground);grid-area:title;font-size:1.85rem;font-weight:700;line-height:1.25}:root[data-theme=aurora] 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=aurora] main[data-component=post-page] article[data-component=post] section[data-component=comments]{gap:.75rem;margin-top:.5rem}:root[data-theme=aurora] main[data-component=post-page] article[data-component=post] section[data-component=comments]>h2{color:var(--card-foreground);font-size:1.125rem;font-weight:700}:root[data-theme=aurora] main[data-component=post-page] article[data-component=post] section[data-component=comments]>h2 data{color:var(--muted-foreground);font-weight:600}:root[data-theme=aurora] 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=aurora] aside[data-component=quest]{background:var(--card);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--border);box-shadow:var(--glass-shadow);border-radius:var(--radius);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:.35rem .5rem;padding:1rem 1.25rem;display:grid}:root[data-theme=aurora] aside[data-component=quest] [data-component=quest-kind]{color:var(--primary);grid-area:kind;font-size:.875rem;font-weight:600}:root[data-theme=aurora] aside[data-component=quest] [data-component=quest-kind] strong{background:var(--gradient-brand);color:#0000;-webkit-background-clip:text;background-clip:text}:root[data-theme=aurora] aside[data-component=quest] [data-component=quest-title]{background:var(--gradient-brand);color:#0000;-webkit-background-clip:text;background-clip:text;grid-area:title;font-size:1.25rem;font-weight:700}:root[data-theme=aurora] aside[data-component=quest] progress{appearance:none;background:var(--card-nested);border:none;border-radius:999px;grid-area:bar;width:100%;height:8px}:root[data-theme=aurora] aside[data-component=quest] progress::-webkit-progress-bar{background:var(--card-nested);border-radius:999px}:root[data-theme=aurora] aside[data-component=quest] progress::-webkit-progress-value{background:var(--gradient-brand);border-radius:999px}:root[data-theme=aurora] aside[data-component=quest] [data-component=quest-progress]{color:var(--muted-foreground);grid-area:progress;justify-self:end;font-size:.875rem}:root[data-theme=aurora] aside[data-component=quest] [data-component=quest-deadline]{color:var(--card-foreground);background:var(--card-nested);border:1px solid var(--border);border-radius:var(--radius-md);grid-area:deadline;align-self:start;padding:.4rem .65rem;font-size:.875rem}:root[data-theme=aurora] aside[data-component=quest] [data-component=quest-deadline] time{font-weight:700}:root[data-theme=aurora] aside[data-component=quest] button{color:var(--muted-foreground);border-radius:50%;align-self:start;place-items:center;width:40px;height:40px;display:grid}:root[data-theme=aurora] aside[data-component=quest] button:hover{background:var(--muted)}:root[data-theme=aurora] aside[data-component=quest] button[aria-label="Informacje o wyzwaniu"]{grid-area:info}:root[data-theme=aurora] aside[data-component=quest] button[aria-label=Zamknij\ wyzwanie]{grid-area:close}:root[data-theme=aurora] nav[data-component=community-strip]{align-items:center;gap:.5rem;min-width:0;display:flex}:root[data-theme=aurora] nav[data-component=community-strip] ul{scrollbar-width:none;gap:.5rem;display:flex;overflow-x:auto}:root[data-theme=aurora] nav[data-component=community-strip] ul a{white-space:nowrap;background:var(--card);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;padding:.45rem .9rem;font-size:.875rem;font-weight:600;display:block}:root[data-theme=aurora] nav[data-component=community-strip] ul a[aria-current=page]{background:var(--gradient-brand);color:var(--primary-foreground);border-color:#0000}:root[data-theme=aurora] nav[data-component=community-strip]>button{color:var(--muted-foreground);border-radius:50%;place-items:center;width:40px;height:40px;font-size:1.5rem;line-height:1;display:grid}:root[data-theme=aurora] nav[data-component=community-strip]>button:hover{background:var(--muted)}:root[data-theme=aurora] form[data-component=composer]{background:var(--card);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--border);box-shadow:var(--glass-shadow);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}:root[data-theme=aurora] form[data-component=composer]>header{align-items:center;gap:.5rem;display:flex}:root[data-theme=aurora] form[data-component=composer]>header span[data-component=avatar]{background:var(--gradient-brand);border:1px solid var(--border);border-radius:50%;width:36px;height:36px}:root[data-theme=aurora] form[data-component=composer]>header [data-component=byline]{color:var(--card-foreground);font-weight:600}:root[data-theme=aurora] form[data-component=composer]>header fieldset[data-component=post-type]{border:none;gap:.5rem;margin-inline-start:auto;display:flex}:root[data-theme=aurora] form[data-component=composer]>header fieldset[data-component=post-type] input{opacity:0;position:absolute}:root[data-theme=aurora] form[data-component=composer]>header fieldset[data-component=post-type] span{background:var(--card-nested);color:var(--card-nested-foreground);cursor:pointer;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s;display:block}:root[data-theme=aurora] form[data-component=composer]>header fieldset[data-component=post-type] input:checked+span{background:var(--gradient-brand);color:var(--primary-foreground)}:root[data-theme=aurora] form[data-component=composer] textarea{background:var(--input);border:1px solid var(--border);border-radius:var(--radius);resize:vertical;width:100%;min-height:84px;color:var(--card-foreground);padding:.75rem 1rem}:root[data-theme=aurora] form[data-component=composer] textarea::placeholder{color:var(--muted-foreground)}:root[data-theme=aurora] form[data-component=composer] textarea:focus-visible{outline:2px solid var(--ring);outline-offset:1px}:root[data-theme=aurora] form[data-component=composer]>footer{align-items:center;gap:.5rem;display:flex}:root[data-theme=aurora] form[data-component=composer]>footer [data-component=community-picker],:root[data-theme=aurora] form[data-component=composer]>footer [data-component=nsfw-toggle]{border-radius:var(--radius-md);background:var(--card-nested);color:var(--card-nested-foreground);padding:.5rem 1rem;font-size:.875rem;font-weight:600}:root[data-theme=aurora] form[data-component=composer]>footer [data-component=nsfw-toggle] input{opacity:0;position:absolute}:root[data-theme=aurora] form[data-component=composer]>footer button[type=submit]{background:color-mix(in oklab, var(--primary) 55%, var(--card));color:var(--primary-foreground);cursor:not-allowed;border-radius:999px;margin-inline-start:auto;padding:.5rem 1.1rem;font-size:.875rem;font-weight:700}:root[data-theme=aurora] div[data-component=feed-toolbar]{justify-content:space-between;align-items:center;gap:1rem;display:flex}:root[data-theme=aurora] div[data-component=feed-toolbar] nav ul{align-items:center;gap:.2rem;display:flex}:root[data-theme=aurora] div[data-component=feed-toolbar] li[data-component=time-windows]{gap:.2rem;display:flex}:root[data-theme=aurora] div[data-component=feed-toolbar] a{color:var(--muted-foreground);border-radius:var(--radius-md);padding:.5rem;font-size:.875rem;font-weight:600;display:block}:root[data-theme=aurora] div[data-component=feed-toolbar] a[aria-current=page],:root[data-theme=aurora] div[data-component=feed-toolbar] a:hover{color:var(--foreground);background:var(--muted)}:root[data-theme=aurora] div[data-component=feed-toolbar] li[data-component=time-windows] a{padding:.5rem .3rem}:root[data-theme=aurora] section[data-component=post-list]{flex-direction:column;gap:1.25rem;display:flex}:root[data-theme=aurora] article[data-component=post]{background:var(--card);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--border);box-shadow:var(--glass-shadow);color:var(--card-foreground);border-radius:var(--radius);grid-template-columns:minmax(0,1fr);grid-template-areas:"header""title""content""media""tags""footer""comments";gap:.75rem;padding:1.25rem;display:grid}:root[data-theme=aurora] article[data-component=post][data-type=link],:root[data-theme=aurora] 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=aurora] 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:.5rem;display:grid}:root[data-theme=aurora] article[data-component=post]>header [data-component=avatar]{background:var(--card-nested);border:1px solid var(--border);object-fit:cover;border-radius:50%;grid-area:avatar;width:36px;height:36px}:root[data-theme=aurora] article[data-component=post]>header [data-component=byline]{grid-area:byline;align-items:center;gap:.5rem;line-height:1.2;display:flex}:root[data-theme=aurora] article[data-component=post]>header [data-component=byline] a[rel=author]{color:var(--card-foreground);font-weight:600}:root[data-theme=aurora] 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);border-radius:999px;padding:.1rem .55rem;font-size:.75rem;font-weight:700}:root[data-theme=aurora] 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=aurora] article[data-component=post]>header [data-component=context] a:hover{color:var(--card-foreground)}:root[data-theme=aurora] article[data-component=post]>header button[data-component=post-menu]{color:var(--muted-foreground);border-radius:50%;grid-area:menu;place-items:center;width:40px;height:40px;display:grid}:root[data-theme=aurora] article[data-component=post]>header button[data-component=post-menu]:hover{background:var(--muted)}:root[data-theme=aurora] article[data-component=post]>header span[data-component=like-widget]{grid-area:widget}:root[data-theme=aurora] article[data-component=post] span[data-component=like-widget]{background:var(--card-nested);color:var(--card-nested-foreground);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:1.1rem;font-weight:600;display:flex}:root[data-theme=aurora] article[data-component=post]>h2{grid-area:title;font-size:1.3rem;font-weight:700;line-height:1.35}:root[data-theme=aurora] article[data-component=post]>h2 a:hover{color:var(--primary)}:root[data-theme=aurora] 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:.9375rem;line-height:1.6rem;display:flex}:root[data-theme=aurora] article[data-component=post]>[data-component=post-content] a{color:var(--primary)}:root[data-theme=aurora] article[data-component=post]>[data-component=post-content] a[data-component=mention]{font-weight:600}:root[data-theme=aurora] article[data-component=post]>[data-component=post-content] figure[data-component=content-image]{margin-block:.25rem}:root[data-theme=aurora] article[data-component=post]>[data-component=post-content] figure[data-component=content-image] img{border-radius:var(--radius-md);width:100%}:root[data-theme=aurora] article[data-component=post]>figure{grid-area:media}:root[data-theme=aurora] article[data-component=post]>figure img{border-radius:var(--radius-md);object-fit:cover;width:100%;max-height:500px}:root[data-theme=aurora] article[data-component=post] nav[data-component=tags]{grid-area:tags}:root[data-theme=aurora] article[data-component=post] nav[data-component=tags] ul{flex-wrap:wrap;gap:.5rem;display:flex}:root[data-theme=aurora] article[data-component=post] nav[data-component=tags] ul a{color:var(--primary);background:var(--muted);border-radius:999px;padding:.15rem .6rem;font-size:.875rem}:root[data-theme=aurora] article[data-component=post]>footer{color:var(--muted-foreground);grid-area:footer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}:root[data-theme=aurora] article[data-component=post]>footer>a,:root[data-theme=aurora] article[data-component=post]>footer>button{background:var(--muted);min-height:44px;color:var(--muted-foreground);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .65rem;transition:background .15s,color .15s;display:flex}:is(:root[data-theme=aurora] article[data-component=post]>footer>a,:root[data-theme=aurora] article[data-component=post]>footer>button):hover{color:var(--card-foreground);background:var(--card-nested)}:root[data-theme=aurora] article[data-component=post]>footer>a[data-component=likes]{background:var(--card-nested);font-weight:700}:root[data-theme=aurora] article[data-component=post]>footer cite{align-items:center;gap:.3rem;margin-inline-start:auto;font-style:normal;display:flex}:root[data-theme=aurora] article[data-component=post]>footer cite a{color:var(--muted-foreground)}:root[data-theme=aurora] article[data-component=post]>footer cite a:hover{color:var(--card-foreground)}:root[data-theme=aurora] article[data-component=post] section[data-component=comments]{flex-direction:column;grid-area:comments;gap:.5rem;display:flex}:root[data-theme=aurora] article[data-component=post] section[data-component=comments] article[data-component=comment]{background:var(--card-nested);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--border);color:var(--card-nested-foreground);border-radius:var(--radius);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}:root[data-theme=aurora] article[data-component=post] section[data-component=comments] article[data-component=comment]>header{align-items:center;gap:.5rem;font-size:.875rem;display:flex}:root[data-theme=aurora] article[data-component=post] section[data-component=comments] article[data-component=comment]>header [data-component=avatar]{background:var(--card);border:1px solid var(--border);object-fit:cover;border-radius:50%;width:26px;height:26px}:root[data-theme=aurora] article[data-component=post] section[data-component=comments] article[data-component=comment]>header a[rel=author]{font-weight:600}:root[data-theme=aurora] 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:.7rem;font-weight:700}:root[data-theme=aurora] article[data-component=post] section[data-component=comments] article[data-component=comment]>header time{color:var(--muted-foreground);font-size:.75rem}:root[data-theme=aurora] 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:.875rem}:root[data-theme=aurora] 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=aurora] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a{color:var(--primary)}:root[data-theme=aurora] 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);border-radius:var(--radius-md);color:inherit;grid-template-columns:auto minmax(0,1fr);gap:.75rem;margin-top:.5rem;padding:.5rem;display:grid}:root[data-theme=aurora] 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-radius:var(--radius-md);width:56px;height:56px}:root[data-theme=aurora] 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=aurora] 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=aurora] 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=aurora] 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=aurora] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=replies]{margin-top:.5rem;border-inline-start:2px solid var(--border);flex-direction:column;gap:.5rem;margin-inline-start:1rem;padding-inline-start:.75rem;display:flex}:root[data-theme=aurora] 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=aurora] article[data-component=post] section[data-component=comments] article[data-component=comment]>footer button:hover{color:var(--card-nested-foreground)}:root[data-theme=aurora] 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=aurora] article[data-component=post] section[data-component=comments] a[data-component=more-comments] data{color:var(--primary)}:root[data-theme=aurora] article[data-component=post] section[data-component=comments] a[data-component=more-comments]:hover{color:var(--card-foreground)}:root[data-theme=aurora] article[data-component=post] section[data-component=comments] form[data-component=comment-composer] textarea{background:var(--input);border:1px solid var(--border);border-radius:var(--radius);resize:none;width:100%;color:var(--card-foreground);padding:.85rem 1rem}:root[data-theme=aurora] article[data-component=post] section[data-component=comments] form[data-component=comment-composer] textarea::placeholder{color:var(--muted-foreground)}:root[data-theme=aurora] article[data-component=post] section[data-component=comments] form[data-component=comment-composer] textarea:focus-visible{outline:2px solid var(--ring);outline-offset:1px}:root[data-theme=aurora] div[data-component=new-posts] button{z-index:20;background:var(--gradient-brand);color:var(--primary-foreground);box-shadow:0 8px 24px color-mix(in srgb, var(--primary) 50%, transparent);border-radius:999px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:700;position:fixed;top:5.5rem;left:50%;translate:-50%}:root[data-theme=aurora] div[data-component=infinite-sentinel]{text-align:center;min-height:1px;color:var(--muted-foreground);padding:.5rem;font-size:.875rem}:root[data-theme=aurora] nav[data-component=pagination]{justify-content:center;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:1rem;display:flex}:root[data-theme=aurora] nav[data-component=pagination] a,:root[data-theme=aurora] nav[data-component=pagination] span{min-height:44px;color:var(--muted-foreground);border-radius:var(--radius-md);align-items:center;padding-inline:.4rem;font-size:.875rem;font-weight:600;display:inline-flex}:root[data-theme=aurora] nav[data-component=pagination] span[aria-disabled=true]{opacity:.5}:root[data-theme=aurora] nav[data-component=pagination] a[aria-current=page]{color:var(--foreground);font-weight:700}:root[data-theme=aurora] nav[data-component=pagination] a[rel=next]:hover,:root[data-theme=aurora] nav[data-component=pagination] a[rel=prev]:hover{color:var(--foreground);background:var(--muted)}:root[data-theme=aurora] main[data-component=home-page]{flex-direction:column;grid-column:2/4;gap:2rem;min-width:0;padding-block:1.25rem 2rem;display:flex}:root[data-theme=aurora] 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=aurora] section[data-component=magazine-section]>header{align-items:baseline;gap:.65rem;margin-bottom:1rem;display:flex}:root[data-theme=aurora] section[data-component=magazine-section]>header h2{text-transform:uppercase;letter-spacing:.04em;color:var(--card-foreground);font-size:.9375rem;font-weight:800}:root[data-theme=aurora] 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=aurora] section[data-component=magazine-section]>header a[data-component=section-more]:hover{color:var(--primary)}:root[data-theme=aurora] section[data-component=magazine-section][data-variant=articles]>header h2,:root[data-theme=aurora] section[data-component=magazine-section][data-variant=featured]>header h2{background:var(--gradient-brand);color:#0000;-webkit-background-clip:text;background-clip:text}:root[data-theme=aurora] section[data-component=magazine-section]>ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}:root[data-theme=aurora] section[data-component=magazine-section][data-variant=community]>ul{grid-template-columns:repeat(3,minmax(0,1fr))}:root[data-theme=aurora] section[data-component=magazine-section][data-variant=featured]>ul{grid-template-columns:repeat(2,minmax(0,1fr))}:root[data-theme=aurora] section[data-component=magazine-section][data-variant=discussions]>ul{grid-template-columns:minmax(0,1fr);gap:.75rem}:root[data-theme=aurora] article[data-component=article-card]{border-radius:var(--radius);background:var(--card);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--border);box-shadow:var(--glass-shadow);height:100%;overflow:hidden}:root[data-theme=aurora] article[data-component=article-card] [data-component=card-body]{flex-direction:column;gap:.4rem;padding:.85rem;display:flex}:root[data-theme=aurora] article[data-component=article-card] a[data-component=community]{text-transform:uppercase;letter-spacing:.02em;color:#fff;background:var(--accent,var(--gradient-brand));border-radius:999px;align-self:start;padding:.2rem .55rem;font-size:.6875rem;font-weight:700}:root[data-theme=aurora] 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=aurora] 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=aurora] article[data-component=article-card] h3 a:hover{color:var(--primary)}:root[data-theme=aurora] article[data-component=article-card] [data-component=meta]{color:var(--muted-foreground);flex-wrap:wrap;gap:.6rem;font-size:.75rem;display:flex}:root[data-theme=aurora] article[data-component=article-card] [data-component=meta] [data-component=author]{color:var(--card-foreground)}:root[data-theme=aurora] article[data-component=article-card][data-has-image]{aspect-ratio:4/3;position:relative}:root[data-theme=aurora] article[data-component=article-card][data-has-image]>figure{background:var(--card-nested);position:absolute;inset:0}:root[data-theme=aurora] article[data-component=article-card][data-has-image]>figure>img{object-fit:cover;width:100%;height:100%}:root[data-theme=aurora] article[data-component=article-card][data-has-image] [data-component=card-body]{z-index:1;background:linear-gradient(#0000 38%,#0a0a1e66 62%,#0a0a1eeb 100%);justify-content:flex-end;gap:.3rem;position:absolute;inset:0}:root[data-theme=aurora] article[data-component=article-card][data-has-image] span[data-component=like-badge]{color:#fff;-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));background:#ffffff2e;border:1px solid #ffffff4d;border-radius:999px;padding:.2rem .55rem;font-size:.8125rem;position:absolute;top:.65rem;right:.65rem}:root[data-theme=aurora] article[data-component=article-card][data-has-image] h3{color:#fff}:root[data-theme=aurora] article[data-component=article-card][data-has-image] [data-component=meta]{color:#ffffffd1}:root[data-theme=aurora] article[data-component=article-card][data-has-image] [data-component=meta] [data-component=author]{color:#fff}:root[data-theme=aurora] section[data-variant=featured] article[data-component=article-card][data-has-image]{aspect-ratio:16/10}:root[data-theme=aurora] section[data-variant=featured] article[data-component=article-card][data-has-image] h3{font-size:1.25rem}:root[data-theme=aurora] section[data-variant=discussions] article[data-component=article-card] [data-component=card-body]{grid-template-columns:1fr auto;align-items:center;gap:.3rem .5rem;display:grid}:root[data-theme=aurora] section[data-variant=discussions] article[data-component=article-card] a[data-component=community]{grid-area:1/1;justify-self:start}:root[data-theme=aurora] 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=aurora] 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=aurora] section[data-variant=discussions] article[data-component=article-card] [data-component=meta]{grid-column:1/-1}:root[data-theme=aurora] section[data-component=poll]{background:var(--card-nested);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}:root[data-theme=aurora] section[data-component=poll] [data-component=poll-title]{color:var(--card-foreground);font-size:.875rem;font-weight:600}:root[data-theme=aurora] section[data-component=poll] ul{flex-direction:column;gap:.4rem;display:flex}:root[data-theme=aurora] section[data-component=poll] li[data-component=poll-option]{border-radius:var(--radius-md);background:var(--card);justify-content:space-between;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;display:flex;position:relative;overflow:hidden}:root[data-theme=aurora] 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=aurora] section[data-component=poll] li[data-component=poll-option]>*{position:relative}:root[data-theme=aurora] section[data-component=poll] li[data-component=poll-option] [data-component=poll-count]{color:var(--primary);font-weight:700}:root[data-theme=aurora] section[data-component=poll] [data-component=poll-total]{color:var(--muted-foreground);font-size:.75rem}:root[data-theme=aurora] main[data-component=profile-page]{flex-direction:column;grid-area:main;gap:1.25rem;min-width:0;padding-block:1.25rem 2rem;display:flex}:root[data-theme=aurora] header[data-component=profile-header]{background:var(--card);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--border);box-shadow:var(--glass-shadow);border-radius:var(--radius);grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"banner banner banner""avatar ident achievements";align-items:center;column-gap:1.25rem;padding:0 1.25rem 1.25rem;display:grid}:root[data-theme=aurora] header[data-component=profile-header] [data-component=profile-banner]{border-radius:var(--radius) var(--radius) 0 0;background:linear-gradient(120deg, var(--accent,var(--primary)), var(--secondary));background-position:50%;background-size:cover;grid-area:banner;height:110px;margin:0 -1.25rem}:root[data-theme=aurora] header[data-component=profile-header]>[data-component=avatar]{object-fit:cover;background:var(--card-nested);border:3px solid var(--card);width:88px;height:88px;box-shadow:var(--glass-shadow);border-radius:50%;grid-area:avatar;align-self:start;margin-top:-44px}:root[data-theme=aurora] header[data-component=profile-header] [data-component=profile-ident]{flex-direction:column;grid-area:ident;gap:.3rem;padding-top:.65rem;display:flex}:root[data-theme=aurora] header[data-component=profile-header] [data-component=profile-ident] h1[data-component=name-row]{background:var(--gradient-brand);color:#0000;-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;align-items:center;gap:.65rem;font-size:1.5rem;font-weight:700;display:flex}:root[data-theme=aurora] 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);border-radius:999px;padding:.1rem .55rem;font-size:.75rem;font-weight:700}:root[data-theme=aurora] header[data-component=profile-header] [data-component=profile-ident] [data-component=joined]{color:var(--muted-foreground);font-size:.8125rem}:root[data-theme=aurora] 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=aurora] 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=aurora] 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:.65rem;display:flex}:root[data-theme=aurora] header[data-component=profile-header] ul[data-component=achievements] img{border-radius:50%;width:28px;height:28px}:root[data-theme=aurora] nav[data-component=profile-tabs]>ul{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.3rem;display:flex}:root[data-theme=aurora] nav[data-component=profile-tabs]>ul a{min-height:44px;color:var(--muted-foreground);align-items:center;padding:0 1rem;font-size:.9375rem;font-weight:600;display:flex}:root[data-theme=aurora] 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=aurora] nav[data-component=profile-tabs]>ul a:hover{color:var(--card-foreground)}:root[data-theme=aurora] main[data-component=profile-page] section[data-component=post-list]{flex-direction:column;gap:1.25rem;display:flex}:root[data-theme=aurora] main[data-component=profile-page] p[data-component=empty]{color:var(--muted-foreground);text-align:center;padding:2rem 0}:root[data-theme=aurora] section[data-component=profile-comments]{flex-direction:column;gap:1.25rem;display:flex}:root[data-theme=aurora] section[data-component=profile-comments] article[data-component=profile-comment]{background:var(--card);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--border);box-shadow:var(--glass-shadow);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}:root[data-theme=aurora] section[data-component=profile-comments] article[data-component=profile-comment] a[data-component=post-context]{align-items:center;gap:.5rem;min-width:0;display:flex}:root[data-theme=aurora] 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(--gradient-brand));white-space:nowrap;border-radius:999px;padding:.15rem .55rem;font-size:.6875rem;font-weight:700}:root[data-theme=aurora] 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=aurora] 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=aurora] section[data-component=profile-comments] article[data-component=profile-comment] [data-component=user-comments]{flex-direction:column;gap:.5rem;display:flex}:root[data-theme=aurora] 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);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}:root[data-theme=aurora] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header{align-items:center;gap:.5rem;font-size:.875rem;display:flex}:root[data-theme=aurora] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header [data-component=avatar]{background:var(--card);border:1px solid var(--border);object-fit:cover;border-radius:50%;width:26px;height:26px}:root[data-theme=aurora] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header a[rel=author]{font-weight:600}:root[data-theme=aurora] 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:.7rem;font-weight:700}:root[data-theme=aurora] 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=aurora] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header span[data-component=like-widget]{background:var(--card);border-radius:999px;align-items:center;gap:.3rem;margin-inline-start:auto;padding:.15rem .5rem;font-size:.875rem;display:flex}:root[data-theme=aurora] 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=aurora] 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=aurora] 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=aurora] main[data-component=communities-page]{flex-direction:column;grid-area:main;gap:1.25rem;min-width:0;padding-block:1.25rem 2rem;display:flex}:root[data-theme=aurora] main[data-component=communities-page]>header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.3rem 1rem;display:grid}:root[data-theme=aurora] main[data-component=communities-page]>header h1{background:var(--gradient-brand);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.85rem;font-weight:700}:root[data-theme=aurora] main[data-component=communities-page]>header p{color:var(--muted-foreground);grid-column:1;font-size:.875rem}:root[data-theme=aurora] main[data-component=communities-page]>header a[data-component=create-community]{background:var(--gradient-brand);min-height:44px;color:var(--primary-foreground);text-transform:uppercase;white-space:nowrap;border-radius:999px;grid-area:1/2;align-items:center;padding-inline:1.25rem;font-size:.8125rem;font-weight:700;display:inline-flex}:root[data-theme=aurora] ul[data-component=community-list]{background:var(--card);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--border);box-shadow:var(--glass-shadow);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}:root[data-theme=aurora] ul[data-component=community-list] li+li{border-top:1px solid var(--border)}:root[data-theme=aurora] article[data-component=community-card]{grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem 1.25rem;display:grid}:root[data-theme=aurora] article[data-component=community-card] [data-component=avatar]{object-fit:cover;background:var(--accent,var(--gradient-brand));border:1px solid var(--border);border-radius:50%;width:44px;height:44px}:root[data-theme=aurora] article[data-component=community-card] [data-component=community-meta]{min-width:0}:root[data-theme=aurora] article[data-component=community-card] [data-component=community-meta] h2{color:var(--card-foreground);font-size:1rem;font-weight:700}:root[data-theme=aurora] article[data-component=community-card] [data-component=community-meta] h2 a:hover{color:var(--primary)}:root[data-theme=aurora] 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=aurora] article[data-component=community-card] a[data-component=join]{background:var(--gradient-brand);min-height:44px;color:var(--primary-foreground);border-radius:999px;justify-content:center;align-items:center;padding-inline:1.15rem;font-size:.8125rem;font-weight:700;display:inline-flex}:root[data-theme=aurora] article[data-component=community-card] a[data-component=join]:hover{opacity:.9}:root[data-theme=aurora] aside[data-component=popular-articles]{flex-direction:column;grid-area:aside;gap:.75rem;min-width:0;padding-block:1.25rem;display:flex}:root[data-theme=aurora] aside[data-component=popular-articles]>h2{text-transform:uppercase;color:var(--foreground);font-size:.875rem;font-weight:700}:root[data-theme=aurora] aside[data-component=popular-articles] ol{flex-direction:column;gap:.5rem;display:flex}:root[data-theme=aurora] aside[data-component=popular-articles] article{background:var(--card);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--border);box-shadow:var(--glass-shadow);border-radius:var(--radius);grid-template-columns:minmax(0,1fr) 82px;grid-template-areas:"header header""title img""meta img";gap:.5rem;padding:.75rem;display:grid}:root[data-theme=aurora] aside[data-component=popular-articles] article>header{grid-area:header;justify-content:space-between;align-items:center;display:flex}:root[data-theme=aurora] aside[data-component=popular-articles] article>header a[data-component=community]{color:#fff;background:var(--accent,var(--gradient-brand));border-radius:999px;padding:.15rem .6rem;font-size:.75rem;font-weight:700}:root[data-theme=aurora] 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=aurora] aside[data-component=popular-articles] article h3{grid-area:title;font-size:.875rem;font-weight:600;line-height:1.35}:root[data-theme=aurora] aside[data-component=popular-articles] article h3 a:hover{color:var(--primary)}:root[data-theme=aurora] 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=aurora] aside[data-component=popular-articles] article img{object-fit:cover;border-radius:var(--radius-md);grid-area:img;width:82px;height:82px}:root[data-theme=aurora] footer[data-component=site-footer]{text-align:center;color:var(--muted-foreground);border-top:1px solid var(--border);grid-area:footer;padding:2rem 1rem;font-size:.875rem}:root[data-theme=aurora] footer[data-component=site-footer] a{color:var(--primary)}:root[data-theme=aurora] :focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media (max-width:767px){:root[data-theme=aurora] body{grid-template-columns:minmax(0,1fr);grid-template-areas:"header""main""footer";column-gap:0}:root[data-theme=aurora] aside[data-component=popular-articles]{display:none}:root[data-theme=aurora] header[data-component=site-header]{gap:.5rem}:root[data-theme=aurora] header[data-component=site-header] nav,:root[data-theme=aurora] header[data-component=site-header] a[data-component=cta]{display:none}:root[data-theme=aurora] article[data-component=post]{border-inline:none;border-radius:0;padding:.75rem .5rem}:root[data-theme=aurora] article[data-component=post][data-type=link],:root[data-theme=aurora] 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=aurora] div[data-component=feed-toolbar] li[data-component=time-windows],:root[data-theme=aurora] div[data-component=feed-toolbar] a:not([aria-current=page]){display:none}:root[data-theme=aurora] div[data-component=feed-toolbar] a[aria-current=page]:after{content:" ▾"}}}
:root[data-theme=synthwave]{--background:#fdeef7;--foreground:#2a1740;--card:#fff;--card-foreground:#2a1740;--card-nested:#fbe4f2;--card-nested-foreground:#2a1740;--muted:#fbe4f2;--muted-foreground:#9a5a86;--primary:#d6006e;--primary-foreground:#fff;--secondary:#009fc4;--destructive:#e5484d;--border:#f0b8d8;--input:#fff;--ring:#d6006e;--radius:.35rem;--radius-md:calc(var(--radius) - 2px);--font-sans:system-ui, "Segoe UI", sans-serif;--glow-primary:#d6006e38;--glow-secondary:#009fc438;--grid-line:#009fc424;--grid-line-strong:#009fc433;--grid-horizon:#d6006e38}:root[data-theme=synthwave][data-mode=dark]{--background:#180a2e;--foreground:#f6e7ff;--card:#22103f;--card-foreground:#f6e7ff;--card-nested:#2c1650;--card-nested-foreground:#f6e7ff;--muted:#2c1650;--muted-foreground:#b48fd6;--primary:#ff2e97;--primary-foreground:#fff;--secondary:#22e0ff;--destructive:#ff4d6d;--border:#5a2c7a;--input:#22103f;--ring:#ff2e97;--glow-primary:#ff2e9773;--glow-secondary:#22e0ff66;--grid-line:#22e0ff47;--grid-line-strong:#22e0ff66;--grid-horizon:#ff2e9766}@layer theme{:root[data-theme=synthwave]{font-size:14px;font-family:var(--font-sans)}:root[data-theme=synthwave] body{grid-template-columns:1fr minmax(0,961px) minmax(0,325px) 1fr;grid-template-areas:"header header header header"".main aside.""footer footer footer footer";align-content:start;column-gap:14px;display:grid;position:relative}:root[data-theme=synthwave] body:before{content:"";z-index:0;pointer-events:none;background-image:repeating-linear-gradient(90deg, var(--grid-line) 0 1px, transparent 1px 64px), repeating-linear-gradient(0deg, var(--grid-line-strong) 0 1px, transparent 1px 48px), radial-gradient(ellipse 70% 45% at 50% 100%, var(--grid-horizon), transparent 70%);position:fixed;inset:0;-webkit-mask-image:linear-gradient(#0000 32%,#000 72% 100%);mask-image:linear-gradient(#0000 32%,#000 72% 100%)}:root[data-theme=synthwave] body>*{z-index:1;position:relative}:root[data-theme=synthwave] header[data-component=site-header]{z-index:10;background:var(--card);border-bottom:1px solid var(--border);grid-area:header;align-items:center;gap:1rem;height:65px;padding-inline:max(14px,50% - 650px);display:flex;position:sticky;top:0}:root[data-theme=synthwave] header[data-component=site-header] a[data-component=logo]{letter-spacing:-.02em;text-transform:uppercase;background:linear-gradient(180deg, var(--secondary), var(--primary));color:#0000;text-shadow:0 0 12px var(--glow-primary);-webkit-background-clip:text;background-clip:text;margin-inline-end:auto;font-size:1.9rem;font-weight:700}:root[data-theme=synthwave] header[data-component=site-header] a[data-component=logo] span{color:var(--secondary);-webkit-text-fill-color:var(--secondary)}:root[data-theme=synthwave] header[data-component=site-header] nav ul{display:flex}:root[data-theme=synthwave] header[data-component=site-header] nav ul a{text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground);padding:14px;font-size:.8125rem;font-weight:600;display:block}:root[data-theme=synthwave] header[data-component=site-header] nav ul a[aria-current=page],:root[data-theme=synthwave] header[data-component=site-header] nav ul a:hover{color:var(--card-foreground);text-shadow:0 0 6px var(--primary), 0 0 2px var(--primary)}:root[data-theme=synthwave] header[data-component=site-header] ul[data-component=header-actions]{color:var(--muted-foreground);align-items:center;gap:1rem;display:flex}:root[data-theme=synthwave] header[data-component=site-header] ul[data-component=header-actions] a{place-items:center;padding:.35rem;display:grid}:root[data-theme=synthwave] header[data-component=site-header] ul[data-component=header-actions] a:hover{color:var(--secondary);text-shadow:0 0 6px var(--secondary)}:root[data-theme=synthwave] header[data-component=site-header] ul[data-component=header-actions] span[data-component=avatar]{background:var(--card-nested);width:30px;height:30px;box-shadow:0 0 0 2px var(--primary), 0 0 8px var(--glow-primary);border-radius:50%;display:block}:root[data-theme=synthwave] header[data-component=site-header] fieldset[data-component=theme-controls]{border:none;align-items:center;gap:.35rem;display:flex}:root[data-theme=synthwave] header[data-component=site-header] fieldset[data-component=theme-controls] select{background:var(--card-nested);color:var(--card-nested-foreground);border:1px solid var(--primary);border-radius:var(--radius-md);padding:.2rem .4rem;font-size:.875rem}:root[data-theme=synthwave] header[data-component=site-header] fieldset[data-component=theme-controls] button{border-radius:var(--radius-md);padding:.3rem;font-size:1.1rem;line-height:1}:root[data-theme=synthwave] header[data-component=site-header] fieldset[data-component=theme-controls] button:hover{background:var(--card-nested);box-shadow:0 0 0 1px var(--primary), 0 0 8px var(--glow-primary)}:root[data-theme=synthwave] header[data-component=site-header] a[data-component=cta]{background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-md);box-shadow:0 0 0 1px var(--primary), 0 0 16px var(--glow-primary);padding:9px 16px;font-size:.8125rem;font-weight:700}:root[data-theme=synthwave] header[data-component=site-header] a[data-component=cta]:hover{box-shadow:0 0 0 1px var(--primary), 0 0 24px var(--glow-primary)}:root[data-theme=synthwave] main[data-component=feed-page]{flex-direction:column;grid-area:main;gap:14px;min-width:0;padding-block:14px 28px;display:flex}:root[data-theme=synthwave] main[data-component=post-page]{grid-area:main;min-width:0;padding-block:14px 28px}:root[data-theme=synthwave] 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:14px}:root[data-theme=synthwave] main[data-component=post-page] article[data-component=post]>figure[data-component=hero]{grid-area:hero;margin:-14px -14px 0}:root[data-theme=synthwave] main[data-component=post-page] article[data-component=post]>figure[data-component=hero] img{object-fit:cover;border-radius:var(--radius) var(--radius) 0 0;width:100%;max-height:440px}:root[data-theme=synthwave] main[data-component=post-page] article[data-component=post]>h1{text-transform:uppercase;background:linear-gradient(180deg, var(--secondary), var(--primary));color:#0000;-webkit-background-clip:text;background-clip:text;grid-area:title;font-size:1.9rem;font-weight:800;line-height:1.25}:root[data-theme=synthwave] 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=synthwave] main[data-component=post-page] article[data-component=post] section[data-component=comments]{gap:10.5px;margin-top:7px}:root[data-theme=synthwave] main[data-component=post-page] article[data-component=post] section[data-component=comments]>h2{text-transform:uppercase;color:var(--card-foreground);text-shadow:0 0 6px var(--primary);font-size:1.125rem;font-weight:700}:root[data-theme=synthwave] main[data-component=post-page] article[data-component=post] section[data-component=comments]>h2 data{color:var(--muted-foreground);text-shadow:none;font-weight:600}:root[data-theme=synthwave] main[data-component=post-page] article[data-component=post] section[data-component=comments] p[data-component=no-comments]{color:var(--muted-foreground);padding:7px 0;font-size:.875rem}:root[data-theme=synthwave] aside[data-component=quest]{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 0 0 1px var(--primary), 0 0 16px var(--glow-primary);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:4px 7px;padding:10.5px 14px;display:grid}:root[data-theme=synthwave] aside[data-component=quest] [data-component=quest-kind]{color:var(--secondary);text-transform:uppercase;letter-spacing:.03em;grid-area:kind;font-size:.8125rem;font-weight:700}:root[data-theme=synthwave] aside[data-component=quest] [data-component=quest-kind] strong{color:var(--primary);text-shadow:0 0 6px var(--primary)}:root[data-theme=synthwave] aside[data-component=quest] [data-component=quest-title]{color:var(--primary);text-shadow:0 0 6px var(--primary), 0 0 2px var(--primary);grid-area:title;font-size:1.25rem;font-weight:700}:root[data-theme=synthwave] aside[data-component=quest] progress{appearance:none;background:var(--card-nested);border:none;border-radius:999px;grid-area:bar;width:100%;height:8px}:root[data-theme=synthwave] aside[data-component=quest] progress::-webkit-progress-bar{background:var(--card-nested);border-radius:999px}:root[data-theme=synthwave] aside[data-component=quest] progress::-webkit-progress-value{background:var(--secondary);box-shadow:0 0 8px var(--glow-secondary);border-radius:999px}:root[data-theme=synthwave] aside[data-component=quest] [data-component=quest-progress]{color:var(--muted-foreground);grid-area:progress;justify-self:end;font-size:.875rem}:root[data-theme=synthwave] aside[data-component=quest] [data-component=quest-deadline]{color:var(--card-foreground);border:1px solid var(--primary);border-radius:var(--radius-md);grid-area:deadline;align-self:start;padding:6px 10px;font-size:.875rem}:root[data-theme=synthwave] aside[data-component=quest] [data-component=quest-deadline] time{font-weight:700}:root[data-theme=synthwave] aside[data-component=quest] button{color:var(--muted-foreground);align-self:start;padding:4px 8px}:root[data-theme=synthwave] aside[data-component=quest] button:hover{color:var(--primary)}:root[data-theme=synthwave] aside[data-component=quest] button[aria-label="Informacje o wyzwaniu"]{grid-area:info}:root[data-theme=synthwave] aside[data-component=quest] button[aria-label=Zamknij\ wyzwanie]{grid-area:close}:root[data-theme=synthwave] nav[data-component=community-strip]{align-items:center;gap:7px;min-width:0;display:flex}:root[data-theme=synthwave] nav[data-component=community-strip] ul{scrollbar-width:none;gap:7px;display:flex;overflow-x:auto}:root[data-theme=synthwave] nav[data-component=community-strip] ul a{white-space:nowrap;text-transform:uppercase;letter-spacing:.02em;background:var(--card);border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;padding:5px 12px;font-size:.8125rem;font-weight:700;display:block}:root[data-theme=synthwave] nav[data-component=community-strip] ul a[aria-current=page]{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground);box-shadow:0 0 12px var(--glow-primary)}:root[data-theme=synthwave] nav[data-component=community-strip] ul a:hover:not([aria-current=page]){border-color:var(--primary);color:var(--card-foreground)}:root[data-theme=synthwave] nav[data-component=community-strip]>button{color:var(--muted-foreground);font-size:1.5rem;line-height:1}:root[data-theme=synthwave] nav[data-component=community-strip]>button:hover{color:var(--primary)}:root[data-theme=synthwave] form[data-component=composer]{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:10.5px;padding:14px;display:flex}:root[data-theme=synthwave] form[data-component=composer]>header{align-items:center;gap:7px;display:flex}:root[data-theme=synthwave] form[data-component=composer]>header span[data-component=avatar]{background:var(--card-nested);width:34px;height:34px;box-shadow:0 0 0 2px var(--primary), 0 0 8px var(--glow-primary);border-radius:50%}:root[data-theme=synthwave] form[data-component=composer]>header [data-component=byline]{color:var(--card-foreground);font-weight:700}:root[data-theme=synthwave] form[data-component=composer]>header fieldset[data-component=post-type]{border:none;gap:7px;margin-inline-start:auto;display:flex}:root[data-theme=synthwave] form[data-component=composer]>header fieldset[data-component=post-type] input{opacity:0;position:absolute}:root[data-theme=synthwave] form[data-component=composer]>header fieldset[data-component=post-type] span{text-transform:uppercase;border-radius:var(--radius-md);background:var(--card-nested);color:var(--card-nested-foreground);cursor:pointer;padding:7px 14px;font-size:.8125rem;font-weight:700;display:block}:root[data-theme=synthwave] form[data-component=composer]>header fieldset[data-component=post-type] input:checked+span{background:var(--primary);color:var(--primary-foreground);box-shadow:0 0 10px var(--glow-primary)}:root[data-theme=synthwave] form[data-component=composer] textarea{background:var(--input);border:1px solid var(--border);border-radius:var(--radius);resize:vertical;width:100%;min-height:84px;color:var(--card-foreground);padding:10.5px 14px}:root[data-theme=synthwave] form[data-component=composer] textarea::placeholder{color:var(--muted-foreground)}:root[data-theme=synthwave] form[data-component=composer] textarea:focus-visible{border-color:var(--ring)}:root[data-theme=synthwave] form[data-component=composer]>footer{align-items:center;gap:7px;display:flex}:root[data-theme=synthwave] form[data-component=composer]>footer [data-component=community-picker],:root[data-theme=synthwave] form[data-component=composer]>footer [data-component=nsfw-toggle]{text-transform:uppercase;border-radius:var(--radius-md);background:var(--card-nested);color:var(--card-nested-foreground);padding:7px 14px;font-size:.8125rem;font-weight:700}:root[data-theme=synthwave] form[data-component=composer]>footer [data-component=nsfw-toggle] input{opacity:0;position:absolute}:root[data-theme=synthwave] form[data-component=composer]>footer button[type=submit]{text-transform:uppercase;border-radius:var(--radius-md);background:color-mix(in oklab, var(--primary) 55%, var(--card));color:var(--primary-foreground);cursor:not-allowed;margin-inline-start:auto;padding:7px 14px;font-size:.8125rem;font-weight:700}:root[data-theme=synthwave] div[data-component=feed-toolbar]{justify-content:space-between;align-items:center;gap:14px;display:flex}:root[data-theme=synthwave] div[data-component=feed-toolbar] nav ul{align-items:center;gap:3px;display:flex}:root[data-theme=synthwave] div[data-component=feed-toolbar] li[data-component=time-windows]{gap:3px;display:flex}:root[data-theme=synthwave] div[data-component=feed-toolbar] a{text-transform:uppercase;letter-spacing:.02em;color:var(--muted-foreground);padding:7px;font-size:.8125rem;font-weight:700;display:block}:root[data-theme=synthwave] div[data-component=feed-toolbar] a[aria-current=page],:root[data-theme=synthwave] div[data-component=feed-toolbar] a:hover{color:var(--secondary);text-shadow:0 0 6px var(--secondary)}:root[data-theme=synthwave] div[data-component=feed-toolbar] li[data-component=time-windows] a{text-transform:none;padding:7px 4px}:root[data-theme=synthwave] section[data-component=post-list]{flex-direction:column;gap:14px;display:flex}:root[data-theme=synthwave] article[data-component=post]{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:minmax(0,1fr);grid-template-areas:"header""title""content""media""tags""footer""comments";gap:10.5px;padding:14px;transition:box-shadow .2s,border-color .2s;display:grid}:root[data-theme=synthwave] article[data-component=post]:hover{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary), 0 0 20px var(--glow-primary)}:root[data-theme=synthwave] article[data-component=post][data-type=link],:root[data-theme=synthwave] 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=synthwave] 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:7px;display:grid}:root[data-theme=synthwave] article[data-component=post]>header [data-component=avatar]{background:var(--card-nested);object-fit:cover;width:34px;height:34px;box-shadow:0 0 0 2px var(--primary), 0 0 10px var(--glow-primary);border-radius:50%;grid-area:avatar}:root[data-theme=synthwave] article[data-component=post]>header [data-component=byline]{grid-area:byline;align-items:center;gap:7px;line-height:1.2;display:flex}:root[data-theme=synthwave] article[data-component=post]>header [data-component=byline] a[rel=author]{color:var(--card-foreground);font-weight:700}:root[data-theme=synthwave] article[data-component=post]>header [data-component=byline] a[rel=author]:hover{color:var(--primary)}:root[data-theme=synthwave] article[data-component=post]>header [data-component=byline] data[data-component=rank]{text-transform:uppercase;color:var(--accent,var(--secondary));background:var(--card-nested);border-radius:var(--radius-md);box-shadow:0 0 0 1px var(--accent,var(--secondary));text-shadow:0 0 6px var(--accent,var(--secondary));padding:2px 8px;font-size:.75rem;font-weight:700}:root[data-theme=synthwave] 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=synthwave] article[data-component=post]>header [data-component=context] a:hover{color:var(--card-foreground)}:root[data-theme=synthwave] article[data-component=post]>header button[data-component=post-menu]{color:var(--muted-foreground);border-radius:var(--radius-md);grid-area:menu;padding:6px}:root[data-theme=synthwave] article[data-component=post]>header button[data-component=post-menu]:hover{background:var(--card-nested);color:var(--primary)}:root[data-theme=synthwave] article[data-component=post]>header span[data-component=like-widget]{grid-area:widget}:root[data-theme=synthwave] article[data-component=post] span[data-component=like-widget]{background:var(--card-nested);color:var(--card-nested-foreground);border-radius:var(--radius-md);box-shadow:0 0 0 1px var(--border);align-items:center;gap:5px;padding:5px 9px;font-size:1.125rem;font-weight:700;display:flex}:root[data-theme=synthwave] article[data-component=post]>h2{grid-area:title;font-size:1.25rem;font-weight:700;line-height:1.35}:root[data-theme=synthwave] article[data-component=post]>h2 a:hover{color:var(--primary);text-shadow:0 0 6px var(--primary)}:root[data-theme=synthwave] 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.5rem;display:flex}:root[data-theme=synthwave] article[data-component=post]>[data-component=post-content] a{color:var(--primary)}:root[data-theme=synthwave] article[data-component=post]>[data-component=post-content] a[data-component=mention]{font-weight:700}:root[data-theme=synthwave] article[data-component=post]>[data-component=post-content] figure[data-component=content-image]{margin-block:.25rem}:root[data-theme=synthwave] article[data-component=post]>[data-component=post-content] figure[data-component=content-image] img{border-radius:var(--radius-md);width:100%}:root[data-theme=synthwave] article[data-component=post]>figure{grid-area:media}:root[data-theme=synthwave] article[data-component=post]>figure img{border-radius:var(--radius-md);object-fit:cover;width:100%;max-height:500px}:root[data-theme=synthwave] article[data-component=post] nav[data-component=tags]{grid-area:tags}:root[data-theme=synthwave] article[data-component=post] nav[data-component=tags] ul{flex-wrap:wrap;gap:7px;display:flex}:root[data-theme=synthwave] article[data-component=post] nav[data-component=tags] ul a{color:var(--secondary);text-transform:uppercase;font-size:.8125rem;font-weight:600}:root[data-theme=synthwave] article[data-component=post] nav[data-component=tags] ul a:hover{text-shadow:0 0 6px var(--secondary)}:root[data-theme=synthwave] article[data-component=post]>footer{color:var(--muted-foreground);grid-area:footer;align-items:center;gap:10.5px;font-size:.875rem;font-weight:500;display:flex}:root[data-theme=synthwave] article[data-component=post]>footer>a,:root[data-theme=synthwave] article[data-component=post]>footer>button{border-radius:var(--radius-md);background:var(--card-nested);height:26px;color:var(--muted-foreground);align-items:center;gap:7px;padding:3.5px 7px;display:flex}:is(:root[data-theme=synthwave] article[data-component=post]>footer>a,:root[data-theme=synthwave] article[data-component=post]>footer>button):hover{color:var(--secondary)}:root[data-theme=synthwave] article[data-component=post]>footer>a[data-component=likes]{background:var(--card-nested);color:var(--primary);box-shadow:0 0 0 1px var(--primary);font-weight:700}:root[data-theme=synthwave] article[data-component=post]>footer cite{align-items:center;gap:5px;margin-inline-start:auto;font-style:normal;display:flex}:root[data-theme=synthwave] article[data-component=post]>footer cite a{color:var(--muted-foreground)}:root[data-theme=synthwave] article[data-component=post]>footer cite a:hover{color:var(--card-foreground)}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments]{flex-direction:column;grid-area:comments;gap:7px;display:flex}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] article[data-component=comment]{background:var(--card-nested);color:var(--card-nested-foreground);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;gap:7px;padding:10.5px;display:flex}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] article[data-component=comment]>header{align-items:center;gap:7px;font-size:.875rem;display:flex}:root[data-theme=synthwave] 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;box-shadow:0 0 0 1px var(--primary);border-radius:50%}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] article[data-component=comment]>header a[rel=author]{font-weight:700}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] article[data-component=comment]>header data[data-component=rank]{text-transform:uppercase;color:var(--accent,var(--secondary));font-size:.7rem;font-weight:700}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] article[data-component=comment]>header time{color:var(--muted-foreground);font-size:.75rem}:root[data-theme=synthwave] 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:.875rem}:root[data-theme=synthwave] 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=synthwave] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a{color:var(--primary)}:root[data-theme=synthwave] 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);border-radius:var(--radius-md);color:inherit;grid-template-columns:auto minmax(0,1fr);gap:10.5px;margin-top:7px;padding:7px;display:grid}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=comment-content] a[data-component=link-preview]:hover{border-color:var(--primary)}:root[data-theme=synthwave] 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-radius:var(--radius-md);width:56px;height:56px}:root[data-theme=synthwave] 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=synthwave] 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=synthwave] 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=synthwave] 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=synthwave] article[data-component=post] section[data-component=comments] article[data-component=comment] [data-component=replies]{margin-top:7px;border-inline-start:2px solid var(--primary);flex-direction:column;gap:7px;margin-inline-start:14px;padding-inline-start:10.5px;display:flex}:root[data-theme=synthwave] 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:700}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] article[data-component=comment]>footer button:hover{color:var(--secondary)}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] a[data-component=more-comments]{text-align:center;color:var(--muted-foreground);padding:4px;font-size:.875rem}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] a[data-component=more-comments] data{color:var(--primary)}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] a[data-component=more-comments]:hover{color:var(--card-foreground)}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] form[data-component=comment-composer] textarea{background:var(--input);border:1px solid var(--border);border-radius:var(--radius);resize:none;width:100%;color:var(--card-foreground);padding:12px 14px}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] form[data-component=comment-composer] textarea::placeholder{color:var(--muted-foreground)}:root[data-theme=synthwave] article[data-component=post] section[data-component=comments] form[data-component=comment-composer] textarea:focus-visible{border-color:var(--ring)}:root[data-theme=synthwave] div[data-component=new-posts] button{z-index:20;background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;letter-spacing:.02em;box-shadow:0 0 0 1px var(--primary), 0 0 20px var(--glow-primary);border-radius:999px;padding:8px 18px;font-size:.875rem;font-weight:700;position:fixed;top:79px;left:50%;translate:-50%}:root[data-theme=synthwave] div[data-component=infinite-sentinel]{text-align:center;min-height:1px;color:var(--muted-foreground);padding:7px;font-size:.875rem}:root[data-theme=synthwave] nav[data-component=pagination]{justify-content:center;align-items:center;gap:14px;padding:10.5px 14px;font-size:1rem;display:flex}:root[data-theme=synthwave] nav[data-component=pagination] a,:root[data-theme=synthwave] nav[data-component=pagination] span{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.02em;font-size:.875rem;font-weight:700}:root[data-theme=synthwave] nav[data-component=pagination] span[aria-disabled=true]{opacity:.5}:root[data-theme=synthwave] nav[data-component=pagination] a[aria-current=page]{color:var(--primary);text-shadow:0 0 6px var(--primary)}:root[data-theme=synthwave] nav[data-component=pagination] a[rel=next]:hover,:root[data-theme=synthwave] nav[data-component=pagination] a[rel=prev]:hover{color:var(--secondary)}:root[data-theme=synthwave] main[data-component=home-page]{flex-direction:column;grid-column:2/4;gap:28px;min-width:0;padding-block:14px 28px;display:flex}:root[data-theme=synthwave] div[data-component=home-split]{grid-template-columns:minmax(0,1.9fr) minmax(0,1fr);align-items:start;gap:28px;display:grid}:root[data-theme=synthwave] section[data-component=magazine-section]>header{align-items:baseline;gap:10px;margin-bottom:14px;display:flex}:root[data-theme=synthwave] section[data-component=magazine-section]>header h2{text-transform:uppercase;letter-spacing:.06em;color:var(--card-foreground);text-shadow:0 0 6px var(--primary), 0 0 2px var(--primary);font-size:.9375rem;font-weight:800}:root[data-theme=synthwave] 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=synthwave] section[data-component=magazine-section]>header a[data-component=section-more]:hover{color:var(--secondary);text-shadow:0 0 6px var(--secondary)}:root[data-theme=synthwave] section[data-component=magazine-section][data-variant=articles]>header h2,:root[data-theme=synthwave] section[data-component=magazine-section][data-variant=featured]>header h2{background:linear-gradient(180deg, var(--secondary), var(--primary));color:#0000;-webkit-background-clip:text;background-clip:text}:root[data-theme=synthwave] section[data-component=magazine-section]>ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}:root[data-theme=synthwave] section[data-component=magazine-section][data-variant=community]>ul{grid-template-columns:repeat(3,minmax(0,1fr))}:root[data-theme=synthwave] section[data-component=magazine-section][data-variant=featured]>ul{grid-template-columns:repeat(2,minmax(0,1fr))}:root[data-theme=synthwave] section[data-component=magazine-section][data-variant=discussions]>ul{grid-template-columns:minmax(0,1fr);gap:10.5px}:root[data-theme=synthwave] article[data-component=article-card]{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);height:100%;transition:box-shadow .2s,border-color .2s;overflow:hidden}:root[data-theme=synthwave] article[data-component=article-card]:hover{border-color:var(--primary);box-shadow:0 0 16px var(--glow-primary)}:root[data-theme=synthwave] article[data-component=article-card] [data-component=card-body]{flex-direction:column;gap:6px;padding:12px;display:flex}:root[data-theme=synthwave] article[data-component=article-card] a[data-component=community]{text-transform:uppercase;letter-spacing:.03em;color:#fff;background:var(--accent,var(--primary));border-radius:var(--radius-md);align-self:start;padding:3px 8px;font-size:.6875rem;font-weight:700}:root[data-theme=synthwave] article[data-component=article-card] span[data-component=like-badge]{color:var(--secondary);align-items:center;gap:3px;font-size:1rem;font-weight:700;display:flex}:root[data-theme=synthwave] 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=synthwave] article[data-component=article-card] h3 a:hover{color:var(--primary)}:root[data-theme=synthwave] article[data-component=article-card] [data-component=meta]{color:var(--muted-foreground);flex-wrap:wrap;gap:10px;font-size:.75rem;display:flex}:root[data-theme=synthwave] article[data-component=article-card] [data-component=meta] [data-component=author]{color:var(--card-foreground)}:root[data-theme=synthwave] article[data-component=article-card][data-has-image]{aspect-ratio:4/3;position:relative}:root[data-theme=synthwave] article[data-component=article-card][data-has-image]>figure{background:var(--card-nested);position:absolute;inset:0}:root[data-theme=synthwave] article[data-component=article-card][data-has-image]>figure>img{object-fit:cover;width:100%;height:100%}:root[data-theme=synthwave] article[data-component=article-card][data-has-image] [data-component=card-body]{z-index:1;background:linear-gradient(#0000 38%,#00000059 62%,#000000e6 100%);justify-content:flex-end;gap:5px;position:absolute;inset:0}:root[data-theme=synthwave] article[data-component=article-card][data-has-image] span[data-component=like-badge]{color:#fff;background:color-mix(in srgb, var(--primary) 55%, transparent);border-radius:var(--radius-md);padding:3px 8px;font-size:.8125rem;position:absolute;top:10px;right:10px}:root[data-theme=synthwave] article[data-component=article-card][data-has-image] h3{color:#fff}:root[data-theme=synthwave] article[data-component=article-card][data-has-image] [data-component=meta]{color:#ffffffd1}:root[data-theme=synthwave] article[data-component=article-card][data-has-image] [data-component=meta] [data-component=author]{color:#fff}:root[data-theme=synthwave] section[data-variant=featured] article[data-component=article-card][data-has-image]{aspect-ratio:16/10}:root[data-theme=synthwave] section[data-variant=featured] article[data-component=article-card][data-has-image] h3{font-size:1.25rem}:root[data-theme=synthwave] 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=synthwave] section[data-variant=discussions] article[data-component=article-card] a[data-component=community]{grid-area:1/1;justify-self:start}:root[data-theme=synthwave] 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=synthwave] 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=synthwave] section[data-variant=discussions] article[data-component=article-card] [data-component=meta]{grid-column:1/-1}:root[data-theme=synthwave] section[data-component=poll]{background:var(--card-nested);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:7px;padding:10.5px;display:flex}:root[data-theme=synthwave] section[data-component=poll] [data-component=poll-title]{color:var(--card-foreground);font-size:.875rem;font-weight:700}:root[data-theme=synthwave] section[data-component=poll] ul{flex-direction:column;gap:5px;display:flex}:root[data-theme=synthwave] section[data-component=poll] li[data-component=poll-option]{border-radius:var(--radius-md);background:var(--card);border:1px solid var(--border);justify-content:space-between;gap:7px;padding:7px 10.5px;font-size:.8125rem;display:flex;position:relative;overflow:hidden}:root[data-theme=synthwave] section[data-component=poll] li[data-component=poll-option]:before{content:"";width:var(--pct,0%);background:color-mix(in srgb, var(--secondary) 25%, transparent);box-shadow:0 0 12px var(--glow-secondary) inset;position:absolute;inset-block:0;inset-inline-start:0}:root[data-theme=synthwave] section[data-component=poll] li[data-component=poll-option]>*{position:relative}:root[data-theme=synthwave] section[data-component=poll] li[data-component=poll-option] [data-component=poll-count]{color:var(--secondary);font-weight:700}:root[data-theme=synthwave] section[data-component=poll] [data-component=poll-total]{color:var(--muted-foreground);font-size:.75rem}:root[data-theme=synthwave] main[data-component=profile-page]{flex-direction:column;grid-area:main;gap:14px;min-width:0;padding-block:14px 28px;display:flex}:root[data-theme=synthwave] header[data-component=profile-header]{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"banner banner banner""avatar ident achievements";align-items:center;column-gap:14px;padding:0 14px 14px;display:grid}:root[data-theme=synthwave] header[data-component=profile-header] [data-component=profile-banner]{border-radius:var(--radius) var(--radius) 0 0;background:linear-gradient(120deg, var(--accent,var(--secondary)), var(--primary));background-position:50%;background-size:cover;grid-area:banner;height:110px;margin:0 -14px}:root[data-theme=synthwave] header[data-component=profile-header]>[data-component=avatar]{object-fit:cover;background:var(--card-nested);border:3px solid var(--card);width:88px;height:88px;box-shadow:0 0 0 2px var(--primary), 0 0 16px var(--glow-primary);border-radius:50%;grid-area:avatar;align-self:start;margin-top:-44px}:root[data-theme=synthwave] header[data-component=profile-header] [data-component=profile-ident]{flex-direction:column;grid-area:ident;gap:4px;padding-top:10px;display:flex}:root[data-theme=synthwave] header[data-component=profile-header] [data-component=profile-ident] h1[data-component=name-row]{color:var(--card-foreground);text-shadow:0 0 8px var(--primary), 0 0 2px var(--primary);flex-wrap:wrap;align-items:center;gap:10px;font-size:1.4rem;font-weight:700;display:flex}:root[data-theme=synthwave] header[data-component=profile-header] [data-component=profile-ident] data[data-component=rank]{text-transform:uppercase;color:var(--accent,var(--secondary));background:var(--card-nested);border-radius:var(--radius-md);box-shadow:0 0 0 1px var(--accent,var(--secondary));padding:2px 8px;font-size:.75rem;font-weight:700}:root[data-theme=synthwave] header[data-component=profile-header] [data-component=profile-ident] [data-component=joined]{color:var(--muted-foreground);font-size:.8125rem}:root[data-theme=synthwave] header[data-component=profile-header] [data-component=profile-ident] ul[data-component=profile-stats]{color:var(--muted-foreground);flex-wrap:wrap;gap:14px;margin-top:2px;font-size:.8125rem;display:flex}:root[data-theme=synthwave] 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=synthwave] header[data-component=profile-header] ul[data-component=achievements]{flex-wrap:wrap;grid-area:achievements;justify-content:flex-end;align-self:start;gap:5px;max-width:240px;margin-top:10px;display:flex}:root[data-theme=synthwave] header[data-component=profile-header] ul[data-component=achievements] img{width:28px;height:28px;box-shadow:0 0 0 1px var(--border);border-radius:50%}:root[data-theme=synthwave] nav[data-component=profile-tabs]>ul{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:4px;display:flex}:root[data-theme=synthwave] nav[data-component=profile-tabs]>ul a{text-transform:uppercase;letter-spacing:.02em;color:var(--muted-foreground);padding:10px 14px;font-size:.875rem;font-weight:700;display:block}:root[data-theme=synthwave] nav[data-component=profile-tabs]>ul a[aria-current=page]{color:var(--primary);text-shadow:0 0 6px var(--primary);box-shadow:inset 0 -2px 0 var(--primary)}:root[data-theme=synthwave] nav[data-component=profile-tabs]>ul a:hover{color:var(--card-foreground)}:root[data-theme=synthwave] main[data-component=profile-page] section[data-component=post-list]{flex-direction:column;gap:14px;display:flex}:root[data-theme=synthwave] main[data-component=profile-page] p[data-component=empty]{color:var(--muted-foreground);text-align:center;padding:28px 0}:root[data-theme=synthwave] section[data-component=profile-comments]{flex-direction:column;gap:14px;display:flex}:root[data-theme=synthwave] section[data-component=profile-comments] article[data-component=profile-comment]{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:10.5px;padding:14px;display:flex}:root[data-theme=synthwave] 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=synthwave] 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-radius:var(--radius-md);white-space:nowrap;padding:2px 8px;font-size:.6875rem;font-weight:700}:root[data-theme=synthwave] 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=synthwave] 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=synthwave] section[data-component=profile-comments] article[data-component=profile-comment] [data-component=user-comments]{flex-direction:column;gap:7px;display:flex}:root[data-theme=synthwave] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]{background:var(--card-nested);color:var(--card-nested-foreground);border-radius:var(--radius-md);border:1px solid var(--border);flex-direction:column;gap:7px;padding:10.5px;display:flex}:root[data-theme=synthwave] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header{align-items:center;gap:7px;font-size:.875rem;display:flex}:root[data-theme=synthwave] 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;box-shadow:0 0 0 1px var(--primary);border-radius:50%}:root[data-theme=synthwave] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header a[rel=author]{font-weight:700}:root[data-theme=synthwave] 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,var(--secondary));font-size:.7rem;font-weight:700}:root[data-theme=synthwave] 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=synthwave] section[data-component=profile-comments] article[data-component=profile-comment] article[data-component=comment]>header span[data-component=like-widget]{background:var(--card);border-radius:var(--radius-md);align-items:center;gap:5px;margin-inline-start:auto;padding:2px 7px;font-size:.875rem;display:flex}:root[data-theme=synthwave] 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=synthwave] 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=synthwave] 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:700}:root[data-theme=synthwave] main[data-component=communities-page]{flex-direction:column;grid-area:main;gap:14px;min-width:0;padding-block:14px 28px;display:flex}:root[data-theme=synthwave] main[data-component=communities-page]>header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 14px;display:grid}:root[data-theme=synthwave] main[data-component=communities-page]>header h1{text-transform:uppercase;background:linear-gradient(180deg, var(--secondary), var(--primary));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.9rem;font-weight:800}:root[data-theme=synthwave] main[data-component=communities-page]>header p{color:var(--muted-foreground);grid-column:1;font-size:.875rem}:root[data-theme=synthwave] main[data-component=communities-page]>header a[data-component=create-community]{background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;letter-spacing:.03em;border-radius:var(--radius-md);white-space:nowrap;box-shadow:0 0 0 1px var(--primary), 0 0 16px var(--glow-primary);grid-area:1/2;padding:9px 16px;font-size:.8125rem;font-weight:700}:root[data-theme=synthwave] ul[data-component=community-list]{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}:root[data-theme=synthwave] ul[data-component=community-list] li+li{border-top:1px solid var(--border)}:root[data-theme=synthwave] article[data-component=community-card]{grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}:root[data-theme=synthwave] article[data-component=community-card] [data-component=avatar]{object-fit:cover;background:var(--accent,var(--card-nested));width:44px;height:44px;box-shadow:0 0 0 2px var(--primary), 0 0 10px var(--glow-primary);border-radius:50%}:root[data-theme=synthwave] article[data-component=community-card] [data-component=community-meta]{min-width:0}:root[data-theme=synthwave] article[data-component=community-card] [data-component=community-meta] h2{color:var(--card-foreground);font-size:1rem;font-weight:700}:root[data-theme=synthwave] article[data-component=community-card] [data-component=community-meta] h2 a:hover{color:var(--primary)}:root[data-theme=synthwave] article[data-component=community-card] [data-component=community-meta] [data-component=members]{color:var(--muted-foreground);align-items:center;gap:4px;font-size:.8125rem;display:flex}:root[data-theme=synthwave] article[data-component=community-card] a[data-component=join]{background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;border-radius:var(--radius-md);box-shadow:0 0 0 1px var(--primary), 0 0 12px var(--glow-primary);padding:7px 18px;font-size:.8125rem;font-weight:700}:root[data-theme=synthwave] article[data-component=community-card] a[data-component=join]:hover{box-shadow:0 0 0 1px var(--primary), 0 0 20px var(--glow-primary)}:root[data-theme=synthwave] aside[data-component=popular-articles]{flex-direction:column;grid-area:aside;gap:10.5px;min-width:0;padding-block:14px;display:flex}:root[data-theme=synthwave] aside[data-component=popular-articles]>h2{text-transform:uppercase;letter-spacing:.04em;color:var(--foreground);text-shadow:0 0 6px var(--primary);font-size:.875rem;font-weight:700}:root[data-theme=synthwave] aside[data-component=popular-articles] ol{flex-direction:column;gap:7px;display:flex}:root[data-theme=synthwave] aside[data-component=popular-articles] article{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:minmax(0,1fr) 82px;grid-template-areas:"header header""title img""meta img";gap:7px;padding:10.5px;display:grid}:root[data-theme=synthwave] aside[data-component=popular-articles] article>header{grid-area:header;justify-content:space-between;align-items:center;display:flex}:root[data-theme=synthwave] aside[data-component=popular-articles] article>header a[data-component=community]{text-transform:uppercase;color:#fff;background:var(--accent,var(--primary));border-radius:var(--radius-md);padding:2px 9px;font-size:.75rem;font-weight:700}:root[data-theme=synthwave] aside[data-component=popular-articles] article>header span[data-component=like-widget]{color:var(--secondary);font-size:.875rem;font-weight:700}:root[data-theme=synthwave] aside[data-component=popular-articles] article h3{grid-area:title;font-size:.875rem;font-weight:600;line-height:1.35}:root[data-theme=synthwave] aside[data-component=popular-articles] article h3 a:hover{color:var(--primary)}:root[data-theme=synthwave] 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=synthwave] aside[data-component=popular-articles] article img{object-fit:cover;border-radius:var(--radius-md);grid-area:img;width:82px;height:82px}:root[data-theme=synthwave] footer[data-component=site-footer]{text-align:center;color:var(--muted-foreground);border-top:1px solid var(--border);grid-area:footer;padding:28px 14px;font-size:.875rem}:root[data-theme=synthwave] footer[data-component=site-footer] a{color:var(--secondary)}:root[data-theme=synthwave] footer[data-component=site-footer] a:hover{text-shadow:0 0 6px var(--secondary)}@media (max-width:767px){:root[data-theme=synthwave] body{grid-template-columns:minmax(0,1fr);grid-template-areas:"header""main""footer";column-gap:0}:root[data-theme=synthwave] aside[data-component=popular-articles]{display:none}:root[data-theme=synthwave] header[data-component=site-header]{gap:.5rem}:root[data-theme=synthwave] header[data-component=site-header] nav,:root[data-theme=synthwave] header[data-component=site-header] a[data-component=cta]{display:none}:root[data-theme=synthwave] article[data-component=post]{border-radius:0;padding:10.5px 7px}:root[data-theme=synthwave] article[data-component=post][data-type=link],:root[data-theme=synthwave] 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=synthwave] div[data-component=feed-toolbar] li[data-component=time-windows],:root[data-theme=synthwave] div[data-component=feed-toolbar] a:not([aria-current=page]){display:none}:root[data-theme=synthwave] div[data-component=feed-toolbar] a[aria-current=page]:after{content:" ▾"}}}
