:root{--theme-ink:#111;--theme-ink-soft:#111111a3;--theme-ink-faint:#11111175;--theme-paper:#fffdf8f0;--theme-paper-strong:#fffffffa;--theme-page:#f6f1e6;--theme-line:#111;--theme-line-soft:#1111112e;--theme-line-faint:#11111114;--theme-accent-blue:#2663ff;--theme-accent-green:#17912c;--theme-accent-red:#dd2a2a;--theme-accent-amber:#d28713;--theme-brand-deep:#123f93;--theme-brand-sky:#19abe5;--theme-chip:#111111eb;--theme-chip-text:#fff9ec;--theme-highlight:#1111110f;--theme-page-top:#fcf9f1;--theme-glare-a:#ffffff94;--theme-glare-b:#ffffff7a;--theme-noise:radial-gradient(circle at 1px 1px,#1111110b .8px,transparent .9px);--theme-panel:linear-gradient(180deg,#ffffffe0,#ffffffa3);--theme-card:linear-gradient(180deg,#fffffffa,#ffffffc2);--theme-topbar:#fcf9f1e6;--theme-shadow:#11111114;--theme-notice-bg:linear-gradient(90deg,#dd2a2a24,#fff4f4f0 18%,#ffffffd6);--theme-notice-text:#b31515;--font-body:var(--font-mono),var(--font-kr),monospace;--font-heading:var(--font-display),var(--font-kr),sans-serif;--text-nav:.85rem;--text-label:.72rem;--text-body:.84rem;--text-small:.76rem;--text-micro:.68rem;--text-value:1rem;--text-title:clamp(2.3rem,3.45vw,2.85rem);--text-title-section:clamp(1.15rem,1.8vw,1.45rem);--radius-sm:2px;--radius-md:4px;--content-width:1180px}body.alpha-theme{min-height:100vh;font-family:var(--font-body);color:var(--theme-ink);background:var(--theme-noise)0 0/8px 8px,linear-gradient(180deg,var(--theme-page-top)0%,var(--theme-page)100%);transition:color .18s,background-color .18s,background .18s}body.alpha-theme:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 20% 15%,var(--theme-glare-a),transparent 26%),radial-gradient(circle at 80% 0%,var(--theme-glare-b),transparent 22%);mix-blend-mode:screen;opacity:.9;position:fixed;inset:0}body.alpha-theme[data-theme=dark]{--theme-ink:#f4efe3;--theme-ink-soft:#f4efe3b8;--theme-ink-faint:#f4efe37a;--theme-paper:#0e131bf0;--theme-paper-strong:#0b1018fa;--theme-page:#081019;--theme-page-top:#0d1722;--theme-line:#8da2b8;--theme-line-soft:#b4c9e133;--theme-line-faint:#b4c9e11c;--theme-chip:#17212ef5;--theme-chip-text:#f4efe3;--theme-highlight:#f4efe30f;--theme-glare-a:#456d9c33;--theme-glare-b:#19abe524;--theme-noise:radial-gradient(circle at 1px 1px,#f4efe30b .8px,transparent .9px);--theme-panel:linear-gradient(180deg,#121821f7,#0a0f16eb);--theme-card:linear-gradient(180deg,#121821f7,#0a0f16f0);--theme-topbar:#0a1018e6;--theme-shadow:#00000047;--theme-notice-bg:linear-gradient(90deg,#6b1c1c6b,#131922f5 22%,#0a0f16fa);--theme-notice-text:#ffb3b3;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.site-topbar{z-index:100;border-bottom:2px solid var(--theme-line);background:var(--theme-topbar);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0}.site-topbar-inner,.site-shell,.site-footer-inner{width:min(var(--content-width),calc(100% - 3rem));margin:0 auto}.site-topbar-inner{justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 0;display:flex}.site-brand{font-family:var(--font-heading);letter-spacing:-.02em;text-transform:uppercase;align-items:center;gap:.65rem;font-size:1.25rem;font-weight:600;display:inline-flex}.site-brand-mark{flex:none;width:2rem;height:2rem;display:inline-flex}.site-brand-mark-svg{width:100%;height:100%;display:block}.site-nav{align-items:center;gap:.55rem;display:inline-flex}.site-nav a{min-height:1.9rem;font-size:var(--text-micro);letter-spacing:.09em;text-transform:uppercase;border:1px solid #0000;align-items:center;padding:.3rem .6rem;font-weight:700;transition:color .14s,border-color .14s;display:inline-flex}.site-nav a:hover{border-color:var(--theme-line);color:var(--theme-brand-sky)}.site-shell{padding:1.25rem 0 4rem;position:relative}.site-footer{border-top:2px solid var(--theme-line)}.site-footer-inner{font-size:var(--text-small);color:var(--theme-ink-soft);justify-content:space-between;align-items:center;gap:1.25rem;padding:1.1rem 0 1.3rem;display:flex}.site-footer-inner strong{font-family:var(--font-heading);text-transform:uppercase;color:var(--theme-ink);margin-bottom:.35rem;font-size:1rem;font-weight:600;display:block}.site-footer-inner p{max-width:38rem;line-height:1.6}.site-footer-links{flex-wrap:wrap;gap:.55rem;display:inline-flex}.site-footer-links a{font-size:var(--text-micro);letter-spacing:.09em;text-transform:uppercase;font-weight:700}.site-footer-links a:hover{color:var(--theme-brand-sky);text-decoration:underline}.theme-toggle,.action-button,.icon-button{border:1px solid var(--theme-line);background:var(--theme-paper-strong);min-height:1.9rem;color:var(--theme-ink);font-family:var(--font-body);font-size:var(--text-micro);letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;padding:.32rem .65rem;font-weight:700;transition:transform .14s,color .14s,border-color .14s,box-shadow .14s,background-color .14s;display:inline-flex}.action-button{min-height:2.3rem;padding-inline:.85rem}.action-button--primary{border-color:var(--theme-brand-deep);color:var(--theme-brand-deep);background:#123f9314}body.alpha-theme[data-theme=dark] .action-button--primary{border-color:var(--theme-brand-sky);color:var(--theme-brand-sky)}.icon-button{width:2.3rem;min-height:2.3rem;padding:0}.icon-button svg{width:1rem;height:1rem}.theme-toggle:hover,.action-button:hover,.icon-button:hover{border-color:var(--theme-brand-sky);color:var(--theme-brand-sky);transform:translateY(-1px);box-shadow:0 10px 18px #123f931f}.theme-toggle-label{transform:translateY(1px)}a:focus-visible,button:focus-visible{outline:2px solid var(--theme-accent-blue);outline-offset:2px}.app-section{border:1px solid var(--theme-line);background:var(--theme-panel),var(--theme-noise)0 0/9px 9px;padding:1rem}.app-section+.app-section{margin-top:1rem}.hero{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.hero-kicker,.board-kicker{font-size:var(--text-label);letter-spacing:.11em;text-transform:uppercase;color:var(--theme-ink-soft);font-weight:700}.page-title,.board-title{font-family:var(--font-heading);letter-spacing:-.04em;text-transform:uppercase;font-weight:500;line-height:1.05}.page-title{font-size:var(--text-title)}.board-title{font-size:var(--text-title-section)}.hero-subtitle{max-width:46rem;color:var(--theme-ink-soft);font-size:.88rem;line-height:1.7}.hero-notice{border:1px solid var(--theme-line);background:var(--theme-notice-bg),var(--theme-noise)0 0/8px 8px;font-size:var(--text-body);color:var(--theme-notice-text);padding:.75rem 1rem;line-height:1.7}.hero-notice strong{font-weight:800;display:block}.command-list{border:1px solid var(--theme-line);background:var(--theme-paper-strong);max-width:28rem;font-size:var(--text-body);gap:.5rem;margin-top:1rem;padding:.85rem 1rem;font-weight:600;display:grid}.dashboard-layout{grid-template-columns:14rem minmax(0,1fr);align-items:start;gap:1rem;display:grid}.dashboard-aside{flex-direction:column;gap:.75rem;display:flex;position:sticky;top:4.2rem}.community-index{border:1px solid var(--theme-line);background:var(--theme-paper-strong);max-height:calc(100vh - 6rem);overflow-y:auto}.community-index-title{border-bottom:1px solid var(--theme-line);background:var(--theme-highlight);font-size:var(--text-micro);letter-spacing:.09em;text-transform:uppercase;color:var(--theme-ink-soft);padding:.55rem .7rem;font-weight:700}.community-index ul{list-style:none}.community-index li+li{border-top:1px solid var(--theme-line-faint)}.community-index a{padding:.45rem .7rem;transition:background-color .14s;display:block}.community-index a:hover{background:var(--theme-highlight)}.community-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.community-card{border:1px solid var(--theme-line);background:var(--theme-card),var(--theme-noise)0 0/8px 8px;flex-direction:column;gap:.85rem;min-width:0;padding:1rem 1rem 1rem 1.15rem;scroll-margin-top:5rem;transition:transform .14s,box-shadow .14s;display:flex;position:relative;overflow:hidden}.community-card:before{content:"";background:var(--card-accent,var(--theme-brand-deep));width:3px;position:absolute;inset:0 auto 0 0}.community-card:hover{box-shadow:0 12px 24px var(--theme-shadow);transform:translateY(-1px)}.card-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.card-head-main{flex-direction:column;flex:1;gap:.6rem;min-width:0;display:flex}.card-title{font-size:1.35rem}.card-actions{flex:none;gap:.45rem;display:inline-flex}.community-name{--community-accent:var(--theme-brand-deep);--community-accent-alt:var(--theme-brand-sky);--community-wordmark-plate-start:#1f2937;--community-wordmark-plate-end:#334155;--community-wordmark-height:28px;--community-wordmark-shell-height:32px;--community-wordmark-shell-padding:0 12px 0 10px;--community-wordmark-filter:none;align-items:center;gap:.6rem;min-width:0;max-width:100%;display:inline-flex}.community-name-title{min-height:32px}.community-name-compact{gap:.45rem}.community-icon{border:1px solid var(--theme-line);background:#fff;flex:none;width:30px;height:30px;display:inline-flex;position:relative;overflow:hidden}.community-name-compact .community-icon{border-color:var(--theme-line-soft);width:20px;height:20px}.community-icon-image{object-fit:contain;padding:3px}.community-name-compact .community-icon-image{padding:2px}.community-name-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.community-name-title .community-name-text{font-family:var(--font-heading);color:var(--community-accent);font-weight:600}.community-name-compact .community-name-text{font-size:var(--text-small);font-weight:700}.community-wordmark-shell{align-items:center;min-width:0;display:inline-flex}.community-wordmark-shell-plate{height:var(--community-wordmark-shell-height);padding:var(--community-wordmark-shell-padding);border:1px solid var(--theme-line);background:linear-gradient(135deg,var(--community-wordmark-plate-start),var(--community-wordmark-plate-end))}.community-wordmark-image{width:auto;max-width:min(100%,220px);height:var(--community-wordmark-height);object-fit:contain;filter:var(--community-wordmark-filter);display:block}body.alpha-theme[data-theme=dark] .community-wordmark-shell:not(.community-wordmark-shell-plate){background:#f4efe3;padding:2px 6px}.post-list{border-top:1px solid var(--theme-line);list-style:none}.post-list li{border-bottom:1px solid var(--theme-line-soft)}.post-row{align-items:center;gap:.75rem;padding:.55rem .1rem;display:flex}.post-rank{border:1px solid var(--theme-line);width:1.7rem;height:1.7rem;font-size:var(--text-small);flex:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.post-rank.is-top{background:var(--theme-chip);color:var(--theme-chip-text)}.post-link{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--text-body);flex:1;font-weight:600;line-height:1.5;transition:color .14s;overflow:hidden}.post-link:hover{color:var(--theme-brand-sky);text-underline-offset:2px;text-decoration:underline}.post-metrics{color:var(--theme-ink-soft);flex:none;gap:.35rem;display:inline-flex}.post-metric{border:1px solid var(--theme-line-soft);min-width:4.2rem;font-size:var(--text-micro);font-variant-numeric:tabular-nums;justify-content:flex-end;align-items:center;gap:.3rem;padding:.2rem .4rem;font-weight:700;display:inline-flex}.post-metric svg{width:.8rem;height:.8rem}.post-empty{border:1px dashed var(--theme-line-soft);font-size:var(--text-small);color:var(--theme-ink-soft);padding:1rem}.pagination{flex-wrap:wrap;justify-content:center;gap:.35rem;margin-top:1rem;display:flex}.pagination-link{border:1px solid var(--theme-line);background:var(--theme-paper-strong);min-width:2.1rem;min-height:2.1rem;font-size:var(--text-small);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;padding:0 .6rem;font-weight:700;transition:color .14s,border-color .14s;display:inline-flex}a.pagination-link:hover{border-color:var(--theme-brand-sky);color:var(--theme-brand-sky)}.pagination-link.is-current{background:var(--theme-chip);color:var(--theme-chip-text)}.post-note{font-size:var(--text-micro);color:var(--theme-ink-faint);margin-top:.75rem}.detail-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.detail-actions{flex-wrap:wrap;gap:.5rem;display:flex}.detail-layout{grid-template-columns:minmax(0,1fr) 20rem;align-items:start;gap:1rem;margin-top:1rem;display:grid}.detail-aside{flex-direction:column;gap:1rem;display:flex}.section-heading{margin-bottom:.85rem}.sibling-list{border-top:1px solid var(--theme-line);margin-top:.75rem;list-style:none}.sibling-list li{border-bottom:1px solid var(--theme-line-soft)}.sibling-list a{padding:.65rem .2rem;transition:background-color .14s;display:block}.sibling-list a:hover{background:var(--theme-highlight)}.sibling-name{font-size:var(--text-body);font-weight:700;display:block}.sibling-summary{font-size:var(--text-micro);color:var(--theme-ink-soft);margin-top:.2rem;line-height:1.5;display:block}.policy-stack{gap:.85rem;display:grid}.info-card{border:1px solid var(--theme-line);background:var(--theme-card),var(--theme-noise)0 0/8px 8px;padding:1rem}.info-card h2{letter-spacing:.03em;text-transform:uppercase;font-size:.95rem;font-weight:700}.info-card p{color:var(--theme-ink-soft);margin-top:.55rem;font-size:.88rem;line-height:1.75}.ad-slot{border:1px dashed var(--theme-line-soft);padding:.5rem}.ad-slot-frame{place-items:center;min-height:120px;display:grid;overflow:hidden}.ad-slot-rectangle .ad-slot-frame{min-height:250px}.ad-slot-unit{overflow:hidden}.ad-slot-unit-banner{width:100%;min-height:120px}.ad-slot-unit-rectangle{max-width:100%}@media (max-width:1120px){.community-grid,.detail-layout{grid-template-columns:1fr}}@media (max-width:820px){.site-topbar-inner,.site-shell,.site-footer-inner{width:calc(100% - 2rem)}.dashboard-layout{grid-template-columns:1fr}.dashboard-aside{position:static}.community-index{max-height:none}.community-index ul{flex-wrap:wrap;display:flex}.community-index li+li{border-top:none}.site-footer-inner{flex-direction:column;align-items:flex-start}.page-title{font-size:clamp(1.9rem,8vw,2.3rem)}}@media (max-width:560px){.site-nav a:not(:first-child){display:none}.post-row{flex-wrap:wrap}.post-link{white-space:normal;flex-basis:calc(100% - 2.5rem)}.post-metrics{justify-content:flex-end;width:100%}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{margin:0;overflow-x:clip}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
