@charset "UTF-8";.forum-subforums{display:flex;align-items:baseline;flex-wrap:wrap;gap:.375rem;padding:.5rem 0;margin-bottom:.75rem}.forum-subforums__label{font-size:.8125rem;font-weight:var(--weight-semibold);color:var(--text-muted);white-space:nowrap;margin-inline-end:.25rem}.forum-subforums__list{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}.forum-subforums__chip{display:inline-block;padding:.1875rem .625rem;font-size:.8125rem;border-radius:1rem;background-color:var(--surface-2);border:1px solid var(--border);color:var(--text);text-decoration:none;white-space:nowrap;transition:background-color .15s,border-color .15s}.forum-subforums__chip:hover{background-color:var(--accent-strong);border-color:var(--accent-strong);color:var(--text-on-accent);text-decoration:none}.forum-subforums__chip--hidden{display:none}.forum-subforums__more{display:inline-block;padding:.1875rem .625rem;font-size:.8125rem;border-radius:1rem;background:none;border:1px dashed var(--border);color:var(--accent-strong);cursor:pointer;white-space:nowrap}.forum-subforums__more:hover{border-style:solid;background-color:var(--surface-2)}.forum-description{padding:.75rem 1rem;margin-bottom:1rem;background-color:var(--surface-2);border-radius:.375rem;border:1px solid var(--border)}.forum-description__content{font-size:var(--text-sm);line-height:1.6;color:var(--text);max-height:4.8em;overflow:hidden;position:relative}.forum-description__content--expanded{max-height:none}.forum-description__toggle{display:inline-block;margin-top:.375rem;padding:0;border:none;background:none;font-size:.8125rem;color:var(--accent-strong);cursor:pointer}.forum-description__toggle:hover{text-decoration:underline}@media(max-width:575.98px){.forum-description__content{max-height:3.2em}}.forum-games-section{padding:1rem 1.25rem 1.25rem;margin-block-end:1rem}.forum-hub-panel{padding-inline:clamp(.85rem,1.5vw,1.25rem);margin-block-end:1rem}.topics-table-panel{margin-block-end:1rem}.topics-table-panel__search{padding:clamp(.55rem,1vw,.75rem) clamp(.85rem,1.5vw,1.25rem)}.topics-table-panel__search .scoped-search{margin:0}.topics-table-panel__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;padding:clamp(.55rem,1vw,.75rem) clamp(.85rem,1.5vw,1.25rem);border-bottom:1px solid var(--border)}.topics-table-panel__meta{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.topics-table-panel__actions{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.topics-table-panel__back{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .4rem;border-radius:.375rem;font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:background-color .15s ease,color .15s ease}.topics-table-panel__back i{color:var(--accent-strong);font-size:1.05em}.topics-table-panel__back:hover{background-color:var(--surface-2, var(--surface));color:var(--text)}.topics-table-panel__back:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.topics-table-panel__back-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:16rem}.topics-table-panel__body{padding:clamp(.85rem,1.5vw,1.25rem)}.topics-table-panel__empty{border-top:1px solid var(--border);margin-top:clamp(.85rem,1.5vw,1.25rem)}.section-masthead:has(.forum-games-search){display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.section-masthead:has(.forum-games-search) .section-masthead__title{flex:0 1 auto}.section-masthead:has(.forum-games-search) .section-masthead__rule{flex:1 1 auto;height:1px;background:linear-gradient(to right,var(--border) 0%,transparent 100%);min-width:1rem}@media(max-width:575.98px){.section-masthead:has(.forum-games-search) .forum-games-search{flex-basis:100%;max-width:100%;order:3}.section-masthead:has(.forum-games-search) .section-masthead__rule{display:none}}.forum-games-search{display:inline-flex;align-items:stretch;gap:.25rem;border:1px solid var(--border);border-radius:.5rem;background:var(--surface);padding:.2rem;flex:0 1 18rem;max-width:22rem;min-width:12rem;transition:border-color .15s ease,box-shadow .15s ease}.forum-games-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb, 80 130 220),.15)}.forum-games-search__input{flex:1;min-width:0;padding:.4rem .6rem;border:none;background:transparent;color:var(--text);font-size:var(--text-sm);border-radius:.375rem}.forum-games-search__input:focus{outline:none}.forum-games-search__submit{flex-shrink:0;padding:.35rem .75rem;border:none;background:var(--accent);color:var(--text-on-accent);border-radius:.375rem;cursor:pointer;transition:background .15s ease}.forum-games-search__submit:hover{background:var(--accent-strong, var(--accent))}.forum-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:1rem;padding-block:1rem;max-width:72rem}.forum-card{display:flex;flex-direction:column;align-items:center;padding:1rem;border-radius:.5rem;border:1px solid var(--border);cursor:pointer;transition:background-color .15s,box-shadow .15s,border-color .15s;text-align:center}.forum-card:hover{background-color:var(--surface-2);box-shadow:0 4px 12px #0000001a;border-color:var(--accent-strong)}.forum-card--active{background-color:var(--surface-2);border-bottom:3px solid var(--accent-strong);border-color:var(--border);border-bottom-color:var(--accent-strong);box-shadow:0 4px 16px #0000001f;border-radius:.5rem .5rem 0 0}.forum-card__icon-wrap{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:var(--surface-2);margin-bottom:.625rem}.forum-card__icon{width:4rem;height:4rem;object-fit:contain}.forum-card__title{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text);margin-bottom:.375rem;display:inline-flex;align-items:center;gap:.375rem}.forum-card__title--fresh:before{content:"";display:inline-block;width:.4375rem;height:.4375rem;border-radius:50%;background-color:var(--good);flex-shrink:0}.forum-card__title--recent:before{content:"";display:inline-block;width:.4375rem;height:.4375rem;border-radius:50%;background-color:#ffc107;flex-shrink:0}.forum-card__stats{display:flex;gap:.5rem;font-size:var(--text-xs);color:var(--text-muted);line-height:1.4}.forum-card__stats i{font-size:var(--text-2xs);margin-right:.125rem}.forum-card__stat-chip{display:inline-flex;align-items:center;gap:.25rem;font-size:var(--text-xs);color:var(--text-muted)}.forum-card__stat-chip i{font-size:var(--text-2xs)}.forum-card__stat-chip .icon-topics,.forum-card__stat-chip .icon-messages{opacity:.65;filter:saturate(.7)}.forum-card__last-activity{font-size:var(--text-2xs);color:var(--text-muted);margin-top:.25rem}.forum-other-sections{display:flex;flex-direction:column;gap:.5rem;padding-block:1rem}.forum-other-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:.5rem;border:1px solid var(--border);cursor:pointer;transition:background-color .15s,box-shadow .15s,border-color .15s}.forum-other-item:hover{background-color:var(--surface-2);box-shadow:0 2px 8px #00000014}.forum-other-item--active{background-color:var(--surface-2);border-color:var(--accent-strong);box-shadow:0 2px 8px #0000001a}.forum-other-item__icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background-color:var(--surface-2);border-radius:.375rem;color:var(--text-muted);flex-shrink:0}.forum-other-item__content{flex:1;min-width:0}.forum-other-item__title{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text);margin-bottom:.25rem}.forum-other-item__description{font-size:var(--text-xs);color:var(--text-muted);margin-bottom:.5rem;line-height:1.4}.forum-other-item__stats{display:flex;flex-wrap:wrap;gap:.75rem;font-size:var(--text-xs);color:var(--text-muted)}.forum-other-item__stats span{display:flex;align-items:center;gap:.25rem}.forum-other-item__stats i{font-size:var(--text-2xs)}.forum-children{border:1px solid var(--border);border-radius:.5rem;overflow:hidden;background-color:var(--surface);animation:slideDown .2s ease-out}.forum-children.loading{padding:2rem;text-align:center}.forum-children__item{padding:.75rem 1rem;border-bottom:1px solid var(--border)}.forum-children__item:last-child{border-bottom:none}.forum-children__item--parent{background-color:var(--surface-2);font-weight:var(--weight-medium)}.forum-children__icon{flex-shrink:0}.forum-children__last-post{padding-top:.5rem;margin-top:.5rem;font-size:var(--text-sm)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInGroup{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes highlightPulse{0%{box-shadow:0 0 rgba(var(--accent-rgb),.6);border-top-color:var(--accent-strong)}30%{box-shadow:0 0 20px 8px rgba(var(--accent-rgb),.4);border-top-color:var(--accent)}to{box-shadow:0 0 rgba(var(--accent-rgb),0);border-top-color:var(--accent-strong)}}@media(max-width:768px){.forum-cards{grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));gap:.75rem}.forum-card{padding:.75rem}.forum-card__icon-wrap,.forum-card__icon{width:3rem;height:3rem}.forum-card__title{font-size:.8125rem}.forum-card__stats,.forum-card__stat-chip{font-size:var(--text-2xs)}.forum-other-item{padding:.625rem}.forum-other-item__title{font-size:.8125rem}.forum-other-item__description{font-size:var(--text-2xs)}.forum-other-item__stats{gap:.5rem;font-size:var(--text-2xs)}}.forum-icon{width:50px;height:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.subforum-item{padding:5px 0;border-bottom:1px solid var(--border)}.subforum-item:last-child{border-bottom:none}.forum-table th{background-color:var(--surface-2)}.forum-table td,.forum-table th{vertical-align:middle}.forum-link{text-decoration:none;font-weight:var(--weight-bold);color:var(--accent-strong)}.forum-link:hover{text-decoration:underline;color:var(--link-hover)}.topic-link{text-decoration:none;color:var(--text)}.topic-link:hover{text-decoration:underline}.forum-list{display:table;width:100%;border-collapse:collapse}.forum-header-row{display:table-header-group}.forum-header-cell{display:table-cell;padding:.75rem;vertical-align:middle;background-color:var(--surface-2)}.forum-item{display:table-row}.forum-item:not(:last-child){border-bottom:1px solid var(--border)}.forum-item-cell{display:table-cell;padding:.75rem;vertical-align:middle}@media(max-width:991.98px){.forum-list{display:block}.forum-header-row{display:none}.forum-item{display:block;background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:15px;box-shadow:var(--shadow-md);overflow:hidden}.forum-item-cell{display:block;padding:1rem}.forum-item-cell:nth-child(1){padding:1rem 1rem 0;text-align:center;display:none}.forum-item-cell:nth-child(2){border-top:1px solid var(--border);padding-top:1rem}.forum-item-cell:nth-child(3){border-top:1px solid var(--border);padding-top:1rem}.forum-item-cell:nth-child(4),.forum-item-cell:nth-child(5){display:inline-block;width:calc(50% - 1rem);padding:.5rem 1rem;border-top:1px solid var(--border)}}@media(max-width:576px){.forum-icon{width:40px;height:40px;font-size:20px}.counter-badge{font-size:var(--text-2xs);padding:2px 6px}}.forum-old{background-image:url(/images/status/forum/forum_old.gif);background-repeat:no-repeat;background-size:contain;width:46px;height:25px;display:inline-block}.forum-new{background-image:url(/images/status/forum/forum_new.gif);background-repeat:no-repeat;background-size:contain;width:46px;height:25px;display:inline-block}.forum-actions{display:flex;justify-content:flex-end;padding:clamp(.55rem,1vw,.8rem) clamp(.85rem,1.5vw,1.25rem)}@media(max-width:575.98px){.forum-actions .masthead-action{flex-basis:100%}}.masthead-action{flex:0 0 auto;display:inline-flex;margin:0}.masthead-action[hidden]{display:none}.masthead-action__btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.75rem;padding:.4rem .85rem;border:1px solid var(--border);border-radius:.5rem;background:var(--surface);color:var(--text-muted);font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.masthead-action__btn i{font-size:1.05em;color:var(--accent-strong)}.masthead-action__btn:hover{border-color:var(--accent);color:var(--text);background:color-mix(in srgb,var(--accent) 8%,var(--surface))}.masthead-action__btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(max-width:575.98px){.masthead-action{flex-basis:100%;max-width:100%;order:2}.masthead-action__btn{width:100%}}.special-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:var(--s-6);margin-block:var(--s-6)}@media(max-width:575.98px){.special-sections{grid-template-columns:1fr;gap:var(--s-4)}}.special-section{--special-accent: var(--accent-strong);--special-accent-soft: color-mix(in srgb, var(--special-accent) 10%, var(--surface));--special-accent-border: color-mix(in srgb, var(--special-accent) 32%, var(--border));--special-accent-glow: color-mix(in srgb, var(--special-accent) 18%, transparent);position:relative;display:block;padding:var(--s-5);border:1px solid var(--special-accent-border);border-radius:var(--r-lg);background-color:var(--special-accent-soft);background-image:linear-gradient(135deg,color-mix(in srgb,var(--special-accent) 5%,transparent) 0%,transparent 60%);color:var(--text);text-decoration:none;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.special-section:hover{border-color:color-mix(in srgb,var(--special-accent) 55%,var(--border));box-shadow:var(--shadow-md),0 0 24px var(--special-accent-glow)}@media(hover:hover){.special-section:hover{transform:translateY(-2px)}}.special-section--clickable{cursor:pointer}.special-section--clickable:focus-visible{outline:2px solid var(--special-accent);outline-offset:2px}.special-section__header{display:flex;align-items:flex-start;gap:var(--s-4)}.special-section__icon--image{flex-shrink:0;width:128px;height:128px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.18));transition:transform .25s ease,filter .25s ease}@media(max-width:575.98px){.special-section__icon--image{width:96px;height:96px}}.special-section:hover .special-section__icon--image{filter:drop-shadow(0 4px 10px color-mix(in srgb,var(--special-accent) 45%,transparent))}@media(hover:hover){.special-section:hover .special-section__icon--image{transform:scale(1.05)}}.special-section__title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);line-height:var(--leading-tight);margin:0 0 var(--s-1);color:var(--text)}.special-section__subtitle{margin:0;font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--text-muted)}.special-section__list{list-style:none;padding:0;margin:var(--s-3) 0 0;display:flex;flex-direction:column;gap:var(--s-1)}.special-section__list a{font-size:var(--text-sm);color:var(--link)}.special-section__list a:hover{color:var(--link-hover)}.special-section--tavern{--special-accent: #c9952e}.special-section--townhall{--special-accent: #4a6fa5}:root[data-mode=dark] .special-section{--special-accent-soft: color-mix(in srgb, var(--special-accent) 16%, var(--surface));--special-accent-border: color-mix(in srgb, var(--special-accent) 42%, var(--border));--special-accent-glow: color-mix(in srgb, var(--special-accent) 28%, transparent);background-image:linear-gradient(135deg,color-mix(in srgb,var(--special-accent) 8%,transparent) 0%,transparent 60%)}:root[data-mode=dark] .special-section .special-section__icon--image{filter:drop-shadow(0 2px 6px rgba(0,0,0,.45))}.other-sections{display:flex;flex-wrap:wrap;gap:.25rem 1rem}.other-sections__item{font-size:var(--text-sm)}.other-sections__link{color:var(--text-muted);text-decoration:none}.other-sections__link:hover{color:var(--accent-strong);text-decoration:underline}.forum-sections-indicator{padding:1rem;text-align:center}.admin-forum-tree{display:flex;flex-direction:column;gap:.75rem}.admin-forum-tree__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.admin-forum-tree__filter{flex:1 1 18rem;max-width:32rem}.admin-forum-tree__toolbar-actions{display:flex;gap:.5rem;margin-inline-start:auto}.admin-forum-tree__hint{margin:0;font-size:var(--text-sm);color:var(--text-muted)}.admin-forum-tree__list{display:flex;flex-direction:column;gap:.25rem}.admin-forum-tree__empty{margin:1rem 0 0;text-align:center;color:var(--text-muted)}.admin-forum-node[hidden]{display:none}.admin-forum-node__details>summary{list-style:none}.admin-forum-node__details>summary::-webkit-details-marker{display:none}.admin-forum-node__children{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem;margin-inline-start:1.25rem;padding-inline-start:.75rem;border-inline-start:1px solid var(--border)}.admin-forum-row{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;border:1px solid transparent;border-radius:.5rem}.admin-forum-row:hover{background:var(--surface-2)}.admin-forum-row--branch{cursor:pointer}.admin-forum-row:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.admin-forum-row__chevron{flex:0 0 1rem;display:flex;justify-content:center;width:1rem;color:var(--text-faint);transition:transform .15s ease}.admin-forum-row__chevron--none{visibility:hidden}.admin-forum-node__details[open]>.admin-forum-row>.admin-forum-row__chevron{transform:rotate(90deg)}.admin-forum-row__icon{flex:0 0 2rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:var(--surface-2);color:var(--accent)}.admin-forum-row__main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.125rem}.admin-forum-row__title{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem}.admin-forum-row__name{font-weight:var(--weight-medium);color:var(--text);text-decoration:none}.admin-forum-row__name:hover{text-decoration:underline}.admin-forum-row__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;font-size:var(--text-xs);color:var(--text-muted)}.admin-forum-row__slug{font-size:var(--text-xs)}.admin-forum-row__category .bi{margin-inline-end:.25rem}.admin-forum-row__id{color:var(--text-faint);font-size:var(--text-xs)}.admin-forum-row__stats{flex:0 0 auto;display:flex;gap:.75rem;font-size:var(--text-sm);font-variant-numeric:tabular-nums;color:var(--text-muted)}.admin-forum-stat{display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap}.admin-forum-stat .bi{color:var(--text-faint)}.admin-forum-row__actions{flex:0 0 auto;display:flex;gap:.25rem;margin-inline-start:.25rem}.admin-forum-row__action{white-space:nowrap}.admin-forum-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.1rem .45rem;border-radius:999px;font-size:var(--text-xs);font-weight:var(--weight-medium);line-height:1.4;color:var(--text)}.admin-forum-badge--type{background:rgba(var(--accent-rgb),.12);color:var(--accent-strong)}.admin-forum-badge--staff{background:rgba(var(--bs-warning-rgb),.2)}.admin-forum-badge--fiction{background:rgba(var(--bs-info-rgb),.16)}.admin-forum-node.is-highlighted>.admin-forum-node__details>.admin-forum-row,.admin-forum-node.is-highlighted>.admin-forum-row{background:rgba(var(--accent-rgb),.1);border-color:rgba(var(--accent-rgb),.35)}@media(max-width:767.98px){.admin-forum-row{flex-wrap:wrap}.admin-forum-row__stats{order:3;width:100%;padding-inline-start:3.625rem}.admin-forum-row__actions{margin-inline-start:auto}.admin-forum-tree__toolbar-actions{margin-inline-start:0}}.admin-form-section{margin-bottom:1.25rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:.75rem;background:var(--surface)}.admin-form-section__header{margin-bottom:.875rem}.admin-form-section__title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:var(--text-base);font-weight:var(--weight-semibold)}.admin-form-section__title .bi{color:var(--accent)}.admin-form-section__hint{margin:.25rem 0 0;font-size:var(--text-sm);color:var(--text-muted)}.admin-forum-form .form-text{font-size:var(--text-xs)}.admin-form-prefilled{display:block;color:var(--accent-strong)}.admin-forum-path{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.25rem;font-size:var(--text-sm)}.admin-forum-path a{text-decoration:none}.admin-forum-path a:hover{text-decoration:underline}.admin-forum-path .bi-chevron-right{font-size:.7em;color:var(--text-faint)}.forum-sections{padding:0 clamp(.85rem,1.5vw,1.25rem) clamp(1rem,1.75vw,1.4rem)}.forum-sections--highlight{animation:highlightPulse 1.5s ease-out}.forum-sections__crest{width:1.75rem;height:1.75rem;object-fit:contain;flex-shrink:0;display:inline-block;vertical-align:middle;margin-right:.15rem}.forum-sections__close{flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--border);border-radius:.375rem;background:var(--surface);color:var(--text-muted);font-size:var(--text-xs);line-height:1;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.forum-sections__close:hover{background:var(--surface-2);border-color:var(--accent-strong);color:var(--text)}.forum-sections__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.forum-sections__stats{margin:clamp(.6rem,1vw,.85rem) 0 clamp(.85rem,1.5vw,1.15rem);padding:0;font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.forum-sections__stat{display:inline-flex;align-items:center;gap:.35rem}.forum-sections__stat i{font-size:.95em;color:var(--accent-strong)}.forum-sections__stat-sep{opacity:.5}.forum-sections__groups{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem 1.5rem}.forum-sections__group{padding-bottom:.5rem;animation:fadeInGroup .32s cubic-bezier(.2,.6,.2,1) both}.forum-sections__group--wide{grid-column:span 2}.forum-sections__group--wide>.forum-sections__list{display:grid;grid-template-columns:1fr 1fr;column-gap:1.75rem}.forum-sections__category{font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:var(--text-2xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.12em;color:var(--accent-strong);margin-bottom:.625rem;padding-bottom:.4rem;position:relative}.forum-sections__category:after{content:"";position:absolute;left:0;bottom:0;width:1.75rem;height:1px;background-color:var(--accent-strong);opacity:.4}.forum-sections__list{list-style:none;padding:0;margin:0}.forum-sections__item{display:flex;flex-direction:column;gap:.125rem;padding-block:.4rem;border-bottom:1px solid transparent;transition:border-color .18s ease}.forum-sections__item:hover>.forum-sections__link .forum-sections__link-text{background-size:100% 1px}.forum-sections__item:hover:has(.forum-sections__sublist:hover)>.forum-sections__link .forum-sections__link-text{background-size:0% 1px}.forum-sections__item--fresh>.forum-sections__link .forum-sections__link-text{color:var(--accent-strong)}.forum-sections__item--recent>.forum-sections__link .forum-sections__link-text{color:var(--text)}.forum-sections__link{text-decoration:none;color:inherit}.forum-sections__link:hover{text-decoration:none}.forum-sections__link-text{display:inline;font-size:.9rem;line-height:1.45;word-break:break-word;overflow-wrap:break-word;position:relative;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;transition:background-size .22s ease}.forum-sections__meta{font-size:.72rem;color:var(--text-muted);display:inline-flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-variant-numeric:tabular-nums;margin-top:.15rem}.forum-sections__count{display:inline-flex;align-items:center;gap:.25rem}.forum-sections__count .icon-topics,.forum-sections__count .icon-messages{opacity:.55;filter:saturate(.6)}.forum-sections__count--rollup .bi-arrow-return-right{font-size:.85em;opacity:.6;margin-inline-end:-.1rem}.forum-sections__activity{opacity:.85}.forum-sections__item--parent{padding-bottom:.2rem}.forum-sections__item--parent>.forum-sections__link .forum-sections__link-text{font-weight:var(--weight-semibold)}.forum-sections__sublist{list-style:none;margin:.15rem 0 0;padding-inline-start:.9rem}.forum-sections__item--sub{position:relative;padding-block:.3rem}.forum-sections__item--sub:after{content:"";position:absolute;inset-inline-start:-.62rem;top:0;bottom:-1px;width:1px;background:currentColor;opacity:.3}.forum-sections__item--sub:first-child:after{top:-.3rem}.forum-sections__item--sub:last-child:after{bottom:auto;height:.9rem}.forum-sections__item--sub:first-child:last-child:after{height:1.2rem}.forum-sections__item--sub:before{content:"";position:absolute;inset-inline-start:-.62rem;top:.9rem;width:.62rem;height:1px;background:currentColor;opacity:.3}.forum-sections__item--sub .forum-sections__link-text{font-size:.84rem}.forum-sections__item--sub .forum-sections__meta{font-size:.68rem;margin-top:.05rem}.forum-sections__empty{margin:0;padding:clamp(1rem,2vw,1.5rem);text-align:center;font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:.5rem}.forum-sections__empty i{font-size:1.5rem;color:var(--accent-strong);opacity:.65}@media(max-width:991.98px){.forum-sections__groups{grid-template-columns:repeat(3,1fr)}}@media(max-width:575.98px){.forum-sections__groups{grid-template-columns:repeat(2,1fr)}.forum-sections__group--wide{grid-column:span 2}.forum-sections__group--wide .forum-sections__list{grid-template-columns:1fr 1fr}}.forum-sections__group:nth-child(1){animation-delay:0ms}.forum-sections__group:nth-child(2){animation-delay:.1s}.forum-sections__group:nth-child(3){animation-delay:.2s}.forum-sections__group:nth-child(4){animation-delay:.3s}.forum-sections__group:nth-child(5){animation-delay:.4s}.forum-sections__group:nth-child(6){animation-delay:.5s}.topic-row-item{background-color:var(--surface);transition:background-color .1s ease}.topic-row-item--alt{background-color:var(--surface-2)}.topic-row-item:hover{background-color:var(--accent-tint)!important}.topic-row--pinned{border-left:3px solid var(--accent-strong)!important;padding-left:calc(var(--bs-gutter-x, 1.5rem) * .5 - 3px)!important}.pin-badge{display:inline-flex;align-items:center;gap:.1875rem;font-size:var(--text-2xs);font-weight:var(--weight-semibold);color:var(--accent-strong);background-color:var(--accent-tint);border-radius:.1875rem;padding:.0625rem .375rem;white-space:nowrap;vertical-align:middle;flex-shrink:0}.pin-badge i{font-size:.625rem}.topic-title-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:.375rem}.topic-row__title--unread{font-weight:var(--weight-bold)}.topic-row__title--read{font-weight:var(--weight-regular);color:var(--text-muted)}.topic-row__title--read:hover,.topic-row__title--read:focus-visible{color:var(--accent-strong)}.topic-page-links__page{display:inline-flex;align-items:baseline;gap:.1875rem;font-size:var(--text-2xs);color:var(--text-muted);text-decoration:none;border:1px solid var(--border);border-radius:.1875rem;padding:0 .25rem;line-height:1.4;white-space:nowrap;flex-shrink:0}.topic-page-links__page:hover,.topic-page-links__page:focus-visible{color:var(--accent-strong);border-color:var(--accent-strong);text-decoration:none}.topic-page-links__page .bi{font-size:.85em}.topics-header-row{background-color:var(--surface-2);border-bottom-width:2px!important}.topics-th{display:inline-flex;align-items:center;gap:.25rem;font-size:.71875rem;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);text-decoration:none;white-space:normal;transition:color .15s;-webkit-user-select:none;user-select:none}.topics-th:hover{color:var(--accent-strong);text-decoration:none}.topics-th--active{color:var(--accent-strong)}.topics-th--active .topics-th-icon{opacity:1}.topics-th-icon{font-size:.625rem;opacity:.45;transition:opacity .15s}.topic-mobile-stats{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;margin-top:.3125rem;font-size:var(--text-xs);color:var(--text-muted)}.topic-mobile-stat{display:inline-flex;align-items:center;gap:.25rem}.topic-mobile-stat i{font-size:var(--text-2xs);opacity:.8}.topic-mobile-stat--lastpost{margin-left:auto;gap:.25rem}.topic-mobile-stat--lastpost a:not(.goto-latest){color:var(--accent-strong);text-decoration:none;font-weight:var(--weight-medium)}.topic-mobile-stat--lastpost a:not(.goto-latest):hover{text-decoration:underline}.topic-row__last-post-time .time-pair{display:inline}.topic-row__last-post-time>.time-pair>time{white-space:nowrap}.topic-row__last-post-time .bi-clock-fill{font-size:var(--text-xs);opacity:.7}@media(max-width:1199.98px){.topic-row__last-post-time .bi-clock-fill{display:none}}.topic-row__last-post-by{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;overflow-wrap:anywhere}@media(min-width:992px){.topic-row-item>.col-lg-1:first-child{display:flex!important;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:.25rem;padding-top:.5rem}}.topic-row-item .d-lg-none .col-10{display:flex;flex-direction:row;align-items:center;gap:.3125rem}.topic-row-item .forum-old,.topic-row-item .forum-new{width:24px;height:24px;background-size:contain;background-position:center;flex-shrink:0}.topic-row-item .topic-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.topic-row-item i.topic-icon{font-size:var(--text-base);width:24px;text-align:center;flex-shrink:0}.goto-latest{display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:50%;border:1px solid var(--border);color:var(--accent-strong);font-size:var(--text-2xs);text-decoration:none;flex-shrink:0;vertical-align:middle;transition:background-color .12s,border-color .12s,color .12s}.goto-latest:hover{background-color:var(--accent-strong);border-color:var(--accent-strong);color:var(--text-on-accent);text-decoration:none}.topics-th--static{cursor:default}.poll-answer{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--surface-2);border-radius:var(--r-sm);position:relative;overflow:hidden;font-size:.8125rem}.poll-answer__bar{position:absolute;top:0;left:0;bottom:0;background:var(--accent-tint);border-radius:var(--r-sm);z-index:0;transition:width .4s ease}.poll-answer__content{position:relative;z-index:1;flex:1;min-width:0;display:flex;align-items:center;gap:8px}.poll-answer__pct{position:relative;z-index:1;font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text);white-space:nowrap}.poll-answer__votes{font-size:var(--text-2xs);color:var(--text-faint);white-space:nowrap}.poll-answer__result{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.poll-answer__your-choice{font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:.625rem;font-weight:var(--weight-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--accent-strong);background:var(--accent-tint);padding:1px 6px;border-radius:var(--r-sm);margin-left:6px;white-space:nowrap}.poll-answer--selected{border:1px solid var(--accent-strong);background:var(--accent-tint)}.poll-option-content{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.poll-option-content__text{font-size:inherit;color:var(--text)}.poll-option-content__link a{font-size:var(--text-xs);color:var(--link);text-decoration:none;word-break:break-all}.poll-option-content__link a:hover{color:var(--link-hover);text-decoration:underline}.poll-option-content__image{flex-shrink:0}.poll-option-content__image img{width:40px;height:40px;object-fit:cover;border-radius:4px;border:1px solid var(--border)}.poll-option-content--image-primary .poll-option-content__image img{width:80px;height:80px;border-radius:6px}.poll-list{display:flex;flex-direction:column;gap:1rem}.poll-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:1.125rem 1.25rem 1.125rem 1.5rem;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.poll-card:before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background:var(--accent-strong);border-radius:var(--r-md) 0 0 var(--r-md);transition:background-color .18s ease,width .18s ease}.poll-card--voted:before{background:var(--good)}.poll-card--closed:before{background:var(--border-strong)}.poll-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.poll-card:hover:before{width:4px}.poll-card__heading{margin-bottom:.75rem}.poll-card__eyebrow{display:inline-block;font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:.625rem;font-weight:var(--weight-semibold);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-strong);margin-bottom:.4rem}.poll-card--voted .poll-card__eyebrow{color:var(--good)}.poll-card--closed .poll-card__eyebrow{color:var(--text-faint)}.poll-card__question{font-family:var(--font-display);font-size:1.1875rem;font-weight:var(--weight-medium);line-height:1.3;letter-spacing:-.005em;color:var(--text);margin:0}.poll-card__badges{display:flex;flex-wrap:wrap;gap:.375rem .875rem;margin-bottom:.875rem}.poll-card__badge{font-family:var(--font-ui);font-size:var(--text-2xs);font-weight:var(--weight-medium);letter-spacing:.02em;color:var(--text-faint);display:inline-flex;align-items:center}.poll-card__badge i{font-size:var(--text-xs);color:var(--accent)}.poll-card__answers{display:flex;flex-direction:column;gap:6px;margin-bottom:.875rem}.poll-card__answers .poll-option-content--image-primary .poll-option-content__image img{width:56px;height:56px}.poll-card .poll-answer{background:var(--surface-2);border-radius:var(--r-sm);font-family:var(--font-ui)}.poll-card .poll-answer__bar{background:var(--accent-tint);border-radius:var(--r-sm)}.poll-card .poll-answer__pct{color:var(--accent-strong);font-variant-numeric:tabular-nums;font-weight:var(--weight-semibold)}.poll-card .poll-image-card--preview{border-color:var(--border);border-radius:var(--r-sm)}.poll-card .poll-image-card--preview:hover{border-color:var(--border-strong);box-shadow:none}.poll-card .poll-image-card--preview .poll-image-card__result-bar{background:var(--surface-2)}.poll-card .poll-image-card--preview .poll-image-card__result-fill{background:var(--accent)}.poll-card__more{font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);padding-left:.5rem}.poll-card__footer{position:relative;display:flex;align-items:center;gap:1rem 1.25rem;padding-top:.875rem;flex-wrap:wrap}.poll-card__footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--accent-tint) 12%,var(--accent-tint) 88%,transparent);pointer-events:none}.poll-card__voter-figure{display:flex;flex-direction:column;align-items:flex-start;line-height:1;flex-shrink:0}.poll-card__voter-count{font-family:var(--font-display);font-size:1.625rem;font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums;color:var(--text);line-height:1}.poll-card__voter-label{font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:.5625rem;font-weight:var(--weight-semibold);letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint);margin-top:.3rem}.poll-card__footer-meta{flex:1;min-width:0;display:flex;align-items:center;gap:.75rem;font-size:var(--text-xs);color:var(--text-faint);flex-wrap:wrap}.poll-card__topic-link{font-size:.8125rem;color:var(--link);text-decoration:none;display:inline-flex;align-items:center;transition:color .15s ease;min-width:0;max-width:100%}.poll-card__topic-link:hover{color:var(--link-hover);text-decoration:underline}.poll-card__topic-link i{font-size:var(--text-2xs);color:var(--accent);flex-shrink:0}.poll-card__topic-link-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.poll-card__footer-actions{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;margin-left:auto}.poll-card__vote-btn{background:transparent;color:var(--accent-strong);border:1px solid var(--accent-strong);padding:.4rem 1rem;border-radius:var(--r-sm);font-family:var(--font-ui);font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;text-decoration:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.poll-card__vote-btn:hover{background:var(--accent-strong);color:var(--text-on-accent);border-color:var(--accent-strong);text-decoration:none}.poll-card__voted-badge{font-family:var(--font-ui);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--good);letter-spacing:.02em;display:inline-flex;align-items:center}.poll-card__signin-link{font-size:var(--text-xs);color:var(--link);text-decoration:none}.poll-card__signin-link:hover{color:var(--link-hover);text-decoration:underline}.poll-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-bottom:.75rem}.poll-image-grid--compact{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px}.poll-image-card{position:relative;border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;cursor:pointer;background:var(--surface);transition:border-color .18s ease,box-shadow .18s ease}.poll-image-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.poll-image-card--selected{border-color:var(--accent-strong);border-width:2px;box-shadow:0 0 0 2px var(--accent-tint)}.poll-image-card:has(input:checked){border-color:var(--accent-strong);border-width:2px;box-shadow:0 0 0 2px var(--accent-tint)}.poll-image-card__img{aspect-ratio:1;background:var(--surface-2);display:flex;align-items:center;justify-content:center;overflow:hidden}.poll-image-card__img img{width:100%;height:100%;object-fit:cover}.poll-image-card__check{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:var(--accent-strong);color:var(--text-on-accent);display:flex;align-items:center;justify-content:center;font-size:12px;opacity:0;transform:scale(.7);transition:opacity .15s ease,transform .15s ease}.poll-image-card--selected .poll-image-card__check,.poll-image-card:has(input:checked) .poll-image-card__check{opacity:1;transform:scale(1)}.poll-image-card__choice-badge{position:absolute;top:6px;left:6px;font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:.625rem;font-weight:var(--weight-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--text-on-accent);background:var(--accent-strong);padding:2px 8px;border-radius:var(--r-sm);z-index:1}.poll-image-card__result-bar{height:4px;background:var(--surface-2)}.poll-image-card__result-fill{height:100%;background:var(--accent);transition:width .4s ease}.poll-image-card__result-footer{padding:5px 8px;display:flex;justify-content:space-between;align-items:center;font-size:var(--text-2xs);color:var(--text-muted);background:var(--surface-2);font-variant-numeric:tabular-nums}.poll-image-card__result-pct{font-weight:var(--weight-semibold);color:var(--text)}.poll-image-card--result{cursor:default}.poll-image-card--result:hover{border-color:var(--border);box-shadow:none}.poll-image-card--preview{border-radius:6px;cursor:default}.poll-image-card--preview:hover{border-color:var(--border);box-shadow:none}.topic-poll{position:relative;padding:1.5rem 1.25rem;border-bottom:1px solid var(--border)}.topic-poll:before{content:"";position:absolute;top:0;left:8%;right:8%;height:1px;background:linear-gradient(to right,transparent,var(--accent-tint) 18%,var(--accent-tint) 82%,transparent);pointer-events:none}.topic-poll__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.topic-poll__heading{flex:1 1 auto;min-width:0}.topic-poll__eyebrow{display:inline-block;font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-strong);margin-bottom:.5rem}.topic-poll--voted .topic-poll__eyebrow{color:var(--good)}.topic-poll--closed .topic-poll__eyebrow{color:var(--text-faint)}.topic-poll__question{font-family:var(--font-display);font-size:1.375rem;font-weight:var(--weight-medium);line-height:1.3;letter-spacing:-.005em;color:var(--text);margin:0}.topic-poll__voter-figure{display:flex;flex-direction:column;align-items:flex-end;line-height:1;flex-shrink:0}.topic-poll__voter-count{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums;color:var(--text);line-height:1}.topic-poll__voter-label{font-family:var(--font-eyebrow);font-variant-caps:var(--font-eyebrow-caps, normal);font-size:.5625rem;font-weight:var(--weight-semibold);letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint);margin-top:.35rem}.topic-poll__badges{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:1rem}.topic-poll__badge{font-family:var(--font-ui);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.02em;color:var(--text-faint);display:inline-flex;align-items:center;gap:.375rem}.topic-poll__badge i{font-size:var(--text-sm);color:var(--accent)}.topic-poll__hint{font-family:var(--font-ui);font-size:.8125rem;color:var(--text-muted);margin-bottom:.875rem}.topic-poll__option{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem .875rem;border:1px solid var(--border);border-radius:var(--r-sm);margin-bottom:.5rem;cursor:pointer;background:var(--surface);transition:border-color .18s ease,background-color .18s ease}.topic-poll__option:hover{border-color:var(--border-strong);background:var(--accent-tint)}.topic-poll__option--selected{border-color:var(--accent-strong);background:var(--accent-tint)}.topic-poll__option .form-check-input{margin-top:.15rem;flex-shrink:0}.topic-poll__option-body{flex:1;min-width:0}.topic-poll__option-stats{display:block;font-size:var(--text-xs);color:var(--text-faint);margin-top:.25rem;font-variant-numeric:tabular-nums}.topic-poll__vote-btn{background:var(--accent-strong);color:var(--text-on-accent);border:1px solid var(--accent-strong);padding:.625rem 1.5rem;border-radius:var(--r-sm);font-family:var(--font-ui);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;margin-top:.625rem;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.topic-poll__vote-btn:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.topic-poll__notice{font-family:var(--font-ui);font-size:.8125rem;padding:.625rem .875rem;border-radius:var(--r-sm);display:flex;align-items:center;margin-bottom:.875rem}.topic-poll__notice--info{background:var(--accent-tint);color:var(--accent-strong);border:1px solid var(--accent-tint)}.topic-poll__notice--success{background:#2f8a4a1a;color:var(--good);border:1px solid rgba(47,138,74,.3)}.topic-poll__notice--closed{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.topic-poll__results-hidden{font-family:var(--font-ui);font-size:.8125rem;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-sm);padding:.625rem .875rem;margin-top:.875rem;text-align:center}@media(max-width:575.98px){.poll-card{padding:.875rem 1rem .875rem 1.25rem}.poll-card__question{font-size:1.0625rem}.poll-card__voter-count{font-size:1.375rem}.poll-card__footer{gap:.75rem 1rem}.poll-card__footer-meta{order:1;flex-basis:100%}.poll-card__topic-link{align-items:flex-start}.poll-card__topic-link-text{white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.topic-poll{padding:1.125rem 1rem}.topic-poll__header{gap:.75rem}.topic-poll__question{font-size:1.1875rem}.topic-poll__voter-count{font-size:var(--text-xl)}.topic-poll__option{padding:.625rem .75rem}.topic-poll__vote-btn{padding:.5rem 1.25rem}.poll-option-content__image img{width:32px;height:32px}.poll-option-content--image-primary .poll-option-content__image img{width:56px;height:56px}.poll-image-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}.poll-image-grid--compact{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:6px}}.tournament-format__note{margin-block:var(--s-1) 0;line-height:1.5}.popular-topics-hint{display:flex;align-items:baseline;gap:.4rem;margin:0 0 .75rem;color:var(--text-muted);font-size:var(--text-xs);line-height:1.45}.popular-topics-hint>i{flex-shrink:0}.popular-topics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:1rem}.popular-topics-card{position:relative;display:flex;flex-direction:column;padding:1.125rem 1.25rem;border-radius:.5rem;border:1px solid var(--border-glass);background:var(--surface-glass);text-decoration:none;color:var(--text);overflow:hidden;transition:background-color .2s ease,box-shadow .2s ease,border-color .2s ease}:root[data-aesthetic=heroic] .popular-topics-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--accent-tint) 0%,transparent 50%);pointer-events:none;border-radius:inherit}.popular-topics-card:hover{text-decoration:none;color:var(--text);background:var(--surface-glass-strong);box-shadow:var(--shadow-md);border-color:var(--border-strong)}.popular-topics-card__link{color:inherit;text-decoration:none}.popular-topics-card__link:after{content:"";position:absolute;inset:0;z-index:0}.popular-topics-card__link:hover,.popular-topics-card__link:focus-visible{color:inherit;text-decoration:none}.popular-topics-card__header{margin-bottom:.75rem}.popular-topics-card__title{font-size:.9375rem;font-weight:var(--weight-semibold);margin:0;line-height:1.4;color:inherit;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.popular-topics-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.8125rem}.popular-topics-card__author{display:flex;align-items:center;gap:.3rem;color:var(--text-muted);font-size:.8125rem}.popular-topics-card__author i{font-size:var(--text-xs);opacity:.7}@media(max-width:575.98px){.popular-topics-grid{grid-template-columns:1fr}}.latest-topics-table__header-row{display:grid;grid-template-columns:1fr 140px 80px 160px;gap:.75rem;padding:.625rem 1rem;font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:2px solid rgba(0,0,0,.08)}.latest-topics-table__body{display:flex;flex-direction:column}.latest-topics-table__row{display:grid;grid-template-columns:1fr 140px 80px 160px;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--border-glass);background:var(--surface-glass);transition:background-color .2s ease,box-shadow .2s ease}.latest-topics-table__row:hover{background:var(--surface-glass-strong);box-shadow:var(--shadow-sm)}.latest-topics-table__row:last-child{border-bottom:none}.latest-topics-table__col{display:flex;align-items:center}.latest-topics-table__col--thread{flex-direction:column;align-items:flex-start;gap:.25rem;min-width:0}.latest-topics-table__col--author{font-size:.8125rem}.latest-topics-table__col--replies{justify-content:center}.latest-topics-table__col--last-post{font-size:.8125rem}.latest-topics-table__title{font-size:.9375rem;font-weight:var(--weight-semibold);color:var(--text);text-decoration:none;line-height:1.4;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.latest-topics-table__title:hover{color:var(--accent-strong);text-decoration:none}.latest-topics-table__title--unread{font-weight:var(--weight-bold);color:var(--text)}.latest-topics-table__title--read{font-weight:var(--weight-regular);color:var(--text-muted)}.latest-topics-table__author{color:var(--text-muted);text-decoration:none;font-size:.8125rem;transition:color .2s ease}.latest-topics-table__author:hover{color:var(--accent-strong);text-decoration:underline}.latest-topics-table__last-post-time{display:flex;align-items:center;gap:.35rem;color:var(--text-muted);font-size:.8125rem}.latest-topics-table__last-post-time i{font-size:var(--text-xs);opacity:.7}.latest-topics-table__footer{display:flex;justify-content:flex-end;padding-top:.5rem}.latest-topics-table__view-all{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;font-weight:var(--weight-medium);color:var(--accent-strong);text-decoration:none;padding:.375rem .75rem;border-radius:.375rem;transition:background-color .2s ease,gap .2s ease}.latest-topics-table__view-all i{font-size:var(--text-xs);transition:transform .2s ease}.latest-topics-table__view-all:hover{background-color:#0d6efd14;text-decoration:none;gap:.5rem}@media(hover:hover){.latest-topics-table__view-all:hover i{transform:translate(2px)}}.latest-topics-table__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1rem;text-align:center}.latest-topics-table__empty i{font-size:2.5rem;color:var(--text-muted);opacity:.5;margin-bottom:.75rem}.latest-topics-table__empty p{margin:0;font-size:.9375rem;color:var(--text-muted)}@media(max-width:991.98px){.latest-topics-table__header-row{grid-template-columns:1fr 120px 70px 160px;gap:.5rem}.latest-topics-table__row{grid-template-columns:1fr 120px 70px 160px;gap:.5rem;padding:.75rem}.latest-topics-table__title{font-size:var(--text-sm)}}@media(max-width:767.98px){.latest-topics-table__header-row{display:none}.latest-topics-table__row{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.5rem .75rem;padding:.875rem .75rem}.latest-topics-table__col--thread{grid-column:1/-1}.latest-topics-table__col--author{grid-column:1;grid-row:2}.latest-topics-table__col--replies{grid-column:2;grid-row:2;justify-content:flex-end}.latest-topics-table__col--last-post{display:none}.latest-topics-table__title{font-size:var(--text-sm);white-space:normal}}@media(prefers-reduced-motion:reduce){.popular-topics-card,.latest-topics-table__row,.latest-topics-table__view-all,.latest-topics-table__view-all i{transition:none}.latest-topics-table__view-all:hover i{transform:none}}.search-box{margin-block-end:1.5rem}.search-box--small .search-input{font-size:var(--text-sm);padding-block:.375rem;padding-inline-start:2rem}.search-box--small .search-icon{font-size:var(--text-sm);inset-inline-start:.6rem}.search-box--large .search-input{font-size:var(--text-md);padding-block:.75rem;padding-inline-start:2.5rem}.search-box--large .search-icon{font-size:var(--text-md);inset-inline-start:.85rem}.search-input-group{position:relative;display:flex;align-items:stretch}.search-icon{position:absolute;inset-inline-start:.75rem;top:50%;transform:translateY(-50%);color:var(--text-muted);z-index:5;pointer-events:none}.search-input{padding-inline-start:2.25rem;border-radius:.375rem 0 0 .375rem;border-inline-end:0}.search-input:focus{border-inline-end:1px solid var(--primary-color)}.search-btn{border-radius:0 .375rem .375rem 0;white-space:nowrap}.search-spinner{position:absolute;inset-inline-end:5rem;top:50%;transform:translateY(-50%)}.search-dropdown{position:absolute;inset-block-start:100%;inset-inline:0;background-color:var(--surface);border:1px solid var(--border);border-radius:0 0 .375rem .375rem;box-shadow:0 4px 12px var(--shadow-color);z-index:1000;max-block-size:400px;overflow-y:auto}.search-count{font-size:.9rem;color:var(--text-color);opacity:.8;margin-block-end:1rem;padding-block-end:.5rem;border-block-end:1px solid var(--border)}.search-result{padding:1rem;border:1px solid var(--border);border-radius:.375rem;background-color:var(--surface);color:var(--text);margin-block-end:.75rem;transition:box-shadow .2s,transform .2s}.search-result:hover{box-shadow:0 2px 8px var(--shadow-color);transform:translateY(-1px)}.search-result__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-block-end:.5rem}.search-result__title{font-size:1.1rem;font-weight:var(--weight-semibold);margin-block-end:0;flex:1}.search-result__title a{text-decoration:none;color:var(--text-color)}.search-result__title a:hover{color:var(--primary-color)}.search-result__title mark{background-color:#ffc1074d;color:inherit;padding:0 .125rem;border-radius:.125rem}.search-result__type,.search-result__ext{font-size:var(--text-xs);flex-shrink:0}.search-result__rating{display:flex;align-items:center;gap:.125rem;font-size:var(--text-sm);flex-shrink:0}.search-result__rating-count{font-size:var(--text-xs);color:var(--text-muted);margin-inline-start:.25rem}.search-result__breadcrumb{font-size:.8rem;color:var(--text-muted);margin-block-end:.5rem}.search-result__breadcrumb i{margin-inline-end:.25rem}.search-result__snippet{font-size:.9rem;color:var(--text-color);opacity:.85;line-height:var(--leading-normal);margin-block-end:.5rem}.search-result__snippet mark{background-color:#ffc1074d;color:inherit;padding:0 .125rem;border-radius:.125rem;font-weight:var(--weight-medium)}.search-result__match{font-size:.85rem;color:var(--text-muted);line-height:var(--leading-normal);margin-block-end:.5rem;overflow-wrap:anywhere}.search-result__match mark{background-color:#ffc1074d;color:var(--text);padding:0 .125rem;border-radius:.125rem;font-weight:var(--weight-medium)}.search-result__match-label{font-weight:var(--weight-semibold);margin-inline-end:.25rem}.search-result__match-label i{margin-inline-end:.15rem}.search-result__meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:var(--text-muted)}.search-result__meta i{margin-inline-end:.25rem}.search-result__meta a{color:inherit;text-decoration:underline;text-underline-offset:2px}.search-result__thumbnail-link{flex-shrink:0;display:block;line-height:0}.search-result__thumbnail{display:block;width:160px;height:90px;object-fit:cover;border-radius:.25rem;border:1px solid var(--border);background-color:var(--surface-2)}.search-result__thumbnail-defer{display:contents}.search-load-more{text-align:center;padding:1rem}.search-empty{text-align:center;padding:3rem 1rem}.search-empty__icon{font-size:4rem;color:var(--text-muted);opacity:.3;margin-block-end:1rem}.search-suggestions{list-style:none;padding:0;margin-block-start:1rem;display:inline-block;text-align:start}.search-suggestions li{padding:.25rem 0;color:var(--text-muted);font-size:.9rem}.search-suggestions li:before{content:"•";margin-inline-end:.5rem;color:var(--text-faint)}.universal-search-page{padding-block:1rem 0}.universal-search__scope-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-block-end:.75rem;padding:.5rem .9rem;font-size:var(--text-sm);color:var(--text-muted);background:var(--accent-tint);border:1px solid var(--border);border-radius:8px}.universal-search__scope-banner a{font-weight:600;white-space:nowrap}.universal-search__scope-banner .universal-search__container-link{white-space:normal;overflow-wrap:anywhere}.universal-search-results{margin-block-start:.5rem}.search-context{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.4rem .7rem;margin-block-end:1rem;font-size:var(--text-sm);color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:.5rem}.search-context__item{display:inline-flex;align-items:center;gap:.3rem}.search-context__item i{color:var(--text-faint)}.search-context__item--container{flex-wrap:wrap;min-width:0}.search-context__label{color:var(--text-muted)}.search-context__value{color:var(--text);font-weight:var(--weight-semibold);overflow-wrap:anywhere}.search-context__sep{color:var(--text-faint)}.search-result mark.search-mark-similar,.search-precision mark.search-mark-similar{background-color:#ffc1071f;text-decoration-line:underline;text-decoration-style:dotted;text-decoration-thickness:2px;text-decoration-color:rgba(var(--accent-rgb),.9);text-underline-offset:3px}.search-precision{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;padding:.4rem .7rem;margin-block:-.5rem 1rem;font-size:var(--text-sm);color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:.5rem}.search-precision__text{min-width:0;overflow-wrap:anywhere}.search-precision__text i{color:var(--text-faint);margin-inline-end:.25rem}.search-precision__text mark{color:var(--text);padding:0 .15rem;border-radius:.125rem}.search-precision__toggle{display:inline-flex;align-items:center;gap:.35rem;font-weight:var(--weight-semibold);white-space:nowrap;text-decoration:none}.search-precision__toggle:hover{text-decoration:underline}.search-precision__switch{position:relative;flex-shrink:0;inline-size:2rem;block-size:1.1rem;border-radius:999px;background-color:var(--border);transition:background-color .15s ease}.search-precision__switch:after{content:"";position:absolute;inset-block-start:.15rem;inset-inline-start:.15rem;inline-size:.8rem;block-size:.8rem;border-radius:50%;background-color:var(--surface);box-shadow:0 1px 2px var(--shadow-color);transition:transform .15s ease}@media(prefers-reduced-motion:reduce){.search-precision__switch,.search-precision__switch:after{transition:none}}.search-precision__toggle--on .search-precision__switch{background-color:var(--accent)}.search-precision__toggle--on .search-precision__switch:after{transform:translate(.9rem)}.search-group{margin-block-end:2rem}.search-group__header{display:flex;align-items:center;gap:.5rem;margin-block-end:1rem;padding-block-end:.5rem;border-block-end:2px solid var(--border)}.search-group__title{font-size:1.1rem;font-weight:var(--weight-semibold);margin:0;flex:1;color:var(--text-color)}.search-group__count{font-size:.8rem}.search-group__items{display:flex;flex-direction:column}.search-group__more-link{display:inline-flex;align-items:center;font-size:var(--text-sm);color:var(--primary-color);text-decoration:none;margin-block-start:.25rem}.search-group__more-link:hover{text-decoration:underline}.universal-search-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.5rem;margin-block-end:1rem}.universal-search-options__column{display:flex;flex-direction:column;gap:.25rem}.universal-search-options__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-block-end:.4rem;margin-block-end:.25rem;border-block-end:1px solid var(--border)}.universal-search-options__header-toggle{display:inline-flex;align-items:center;gap:.5rem;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none}.universal-search-options__section-cb{margin:0;cursor:pointer}.universal-search-options__heading{margin:0;font-size:var(--text-sm);font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.05em}.universal-search-options__ratio{font-family:var(--font-mono, ui-monospace, "IBM Plex Mono", SFMono-Regular, Menlo, Consolas, monospace);font-size:var(--text-xs);color:var(--text-muted);font-variant-numeric:tabular-nums}.universal-search-options__mini-links{display:inline-flex;align-items:center;gap:.25rem;font-size:var(--text-xs)}.universal-search-options__mini-link{background:none;border:0;padding:0;color:var(--accent);font-size:inherit;line-height:1;cursor:pointer}.universal-search-options__mini-link:hover:not(:disabled){text-decoration:underline}.universal-search-options__mini-link:disabled{color:var(--text-faint);cursor:default}.universal-search-options__mini-sep{color:var(--text-faint)}.universal-search-options__row{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:.5rem;margin:0;padding:.2rem .25rem;border-radius:.25rem;cursor:pointer;transition:background .1s ease}.universal-search-options__row:hover{background:var(--surface-2, rgba(0, 0, 0, .03))}.universal-search-options__row.is-off .universal-search-options__row-icon,.universal-search-options__row.is-off .universal-search-options__row-label{opacity:.45}.universal-search-options__row .form-check-input{margin:0;cursor:pointer}.universal-search-options__row-icon{color:var(--text-muted);font-size:var(--text-base)}.universal-search-options__row-label{color:var(--text)}.universal-search__form{margin-block-end:.5rem}.universal-search__input-group{position:relative}.universal-search__clear{position:absolute;inset-inline-end:8.5rem;top:50%;transform:translateY(-50%);background:none;border:0;color:var(--text-muted);font-size:var(--text-sm);line-height:1;padding:.25rem .4rem;border-radius:.25rem;cursor:pointer;z-index:6}.universal-search__clear:hover{color:var(--text);background:var(--surface-2, rgba(0, 0, 0, .05))}.universal-search__submit{display:inline-flex;align-items:center;gap:.4rem}.universal-search__submit:disabled,.universal-search__submit[aria-disabled=true]{opacity:.55;cursor:not-allowed}.universal-search__helper{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:var(--text-xs);color:var(--text-muted);margin-block-end:.75rem;padding-inline:.25rem}.universal-search__helper-left{min-height:1.25em}.universal-search__helper-right{display:inline-flex;align-items:center;gap:.35rem}.universal-search__helper-muted{color:var(--text-faint)}.universal-search__helper-danger{color:var(--hot, #9c4326)}.universal-search__kbd{display:inline-flex;align-items:center;justify-content:center;min-inline-size:1.2em;padding:0 .35em;font-family:var(--font-mono, ui-monospace, "IBM Plex Mono", SFMono-Regular, Menlo, Consolas, monospace);font-size:.9em;line-height:1.4;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:.25rem;box-shadow:0 1px 0 var(--border)}.universal-search__master-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem .75rem;background:var(--surface-2, rgba(0, 0, 0, .03));border:1px solid var(--border);border-radius:.5rem;margin-block-end:1rem}.universal-search__scope{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--text-sm);color:var(--text-muted)}.universal-search__scope strong{color:var(--text);font-weight:var(--weight-semibold)}.universal-search__filtered-pill{display:inline-flex;align-items:center;padding:.05rem .45rem;font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--accent);background:rgba(var(--accent-rgb, 47, 111, 216),.1);border-radius:999px}.universal-search__actions{display:inline-flex;align-items:center;gap:.5rem}.universal-search__action{background:none;border:0;padding:.15rem .25rem;font-size:var(--text-sm);color:var(--accent);cursor:pointer;display:inline-flex;align-items:center;gap:.3rem}.universal-search__action:hover:not(:disabled){text-decoration:underline}.universal-search__action:disabled{color:var(--text-faint);cursor:default}.universal-search__action-sep{width:1px;height:.9em;background:var(--border)}.library-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;text-align:center;color:var(--text-muted)}.library-empty__scope-up{color:var(--accent);text-decoration:none}.library-empty__scope-up:hover{text-decoration:underline}@media(max-width:575.98px){.scoped-search__chip-label{max-width:7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scoped-search__form{flex-wrap:wrap}.scoped-search__handoff{flex-basis:100%;margin-inline-start:0;justify-content:flex-end;margin-top:.15rem}}@media(max-width:575.98px){.search-result__header{flex-direction:column;gap:.5rem}.search-result__rating{align-self:flex-start}.search-result__meta{flex-direction:column;gap:.25rem}.universal-search__master-bar{flex-direction:column;align-items:stretch;gap:.5rem}.universal-search__actions{justify-content:flex-end}.universal-search__clear{inset-inline-end:7rem}}.quick-reply{margin-top:20px;display:flex;align-items:stretch;gap:.5rem}.quick-reply__opener{display:flex;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background-color:var(--surface);box-shadow:var(--shadow-sm);color:var(--text-muted);text-align:start;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.quick-reply__opener:hover,.quick-reply__opener:focus-visible{border-color:var(--accent-strong);box-shadow:var(--shadow-md);background-color:var(--surface-2);color:var(--text)}.quick-reply__avatar{flex:0 0 auto;display:inline-flex}.quick-reply__avatar img{width:32px;height:32px;border-radius:50%;object-fit:cover}.quick-reply__field{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-reply__cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:.375rem;padding:4px 12px;border-radius:6px;background-color:var(--accent-strong);color:var(--text-on-accent);font-size:.875rem;font-weight:600}.quick-reply__expand{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:0 .85rem;border:1px solid var(--border);border-radius:8px;background-color:var(--surface);box-shadow:var(--shadow-sm);color:var(--text-muted);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}.quick-reply__expand:hover,.quick-reply__expand:focus-visible{border-color:var(--accent-strong);box-shadow:var(--shadow-md);background-color:var(--surface-2);color:var(--text);text-decoration:none}@media(max-width:575.98px){.quick-reply__cta-label{display:none}}.reply-page{--editor-surface-min-height: max(150px, calc(100dvh - var(--header-height, 108px) - 700px))}.post-preview-slot:empty{display:none}.post-preview{margin-bottom:20px;border:1px dashed var(--accent-strong);border-radius:8px;padding:10px;background-color:var(--surface-2);scroll-margin-top:calc(var(--header-height) + 12px)}.post-preview__bar{display:flex;align-items:center;gap:.5rem;margin-bottom:10px;color:var(--text-muted);font-size:.875rem}.post-preview__label{display:inline-flex;align-items:center;gap:.375rem;flex:0 0 auto;color:var(--text)}.post-preview__hint{flex:1 1 auto;min-width:0}.post-preview__close{flex:0 0 auto;border:0;background:none;padding:2px 6px;border-radius:4px;color:var(--text-muted);line-height:1}.post-preview__close:hover,.post-preview__close:focus-visible{background-color:var(--surface);color:var(--text)}.post-preview__empty{padding:16px;border-radius:6px;background-color:var(--surface);color:var(--text-muted)}.post-preview__post{margin-bottom:0}.post-preview__message,.post-preview__page{padding:12px 14px;border-radius:6px;background-color:var(--surface)}.post-preview__title{margin:0 0 .5rem;font-size:1.25rem;color:var(--text)}@media(max-width:575.98px){.post-preview__hint{display:none}}.attachments-panel{margin-top:16px;border:1px solid var(--border);border-radius:8px;overflow:hidden}.panel-header{display:flex;align-items:center;gap:12px;padding:10px 14px;background-color:var(--surface-2);border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}.panel-header:hover{background-color:var(--surface-2)}.panel-header .bi-chevron-down{transition:transform .2s ease;color:var(--text-faint);font-size:12px;flex-shrink:0}.panel-header.collapsed .bi-chevron-down{transform:rotate(-90deg)}.panel-header:not(.collapsed) .bi-chevron-down{transform:rotate(0)}.panel-header-icon{width:30px;height:30px;border-radius:6px;background-color:var(--accent-tint);color:var(--accent-strong);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.summary-content{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.summary-text{font-size:13.5px;font-weight:var(--weight-semibold);color:var(--text);display:flex;align-items:center;gap:6px}.summary-details{font-size:11.5px;color:var(--text-faint);margin-top:2px}.attachments-count{display:inline-flex;align-items:center;justify-content:center;background-color:var(--accent-strong);color:var(--text-on-accent);font-size:11px;font-weight:var(--weight-bold);border-radius:10px;padding:1px 7px;min-width:22px}.attachments-content{padding:14px;background:var(--surface)}.attachments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:10px}.attachment-item{position:relative;overflow:hidden;border-radius:7px;aspect-ratio:1/1;cursor:pointer}.attachment-item:focus-visible{outline:none;box-shadow:0 0 0 3px #3b5bdb59}.attachment-item--image,.attachment-item--preview{display:flex;align-items:center;justify-content:center}.attachment-item--image .att-lightbox-trigger,.attachment-item--image .attachment-template-preview,.attachment-item--preview .att-lightbox-trigger,.attachment-item--preview .attachment-template-preview{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.attachment-item--image img,.attachment-item--preview img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block;transition:transform .3s ease}.attachment-item--image:hover img,.attachment-item--preview:hover img{transform:scale(1.04)}.attachment-item--image .attachment-template-badge,.attachment-item--preview .attachment-template-badge{position:absolute;top:6px;left:6px;display:inline-flex;align-items:center;gap:.25rem;padding:2px 7px;border-radius:999px;font-size:10px;font-weight:600;line-height:1.4;color:var(--text-on-accent);background:var(--accent-strong);box-shadow:0 1px 3px #0000004d;pointer-events:none}.attachment-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b8);color:#fff;padding:20px 6px 5px;font-size:10px;line-height:1.3;word-break:break-all;opacity:0;transition:opacity .2s ease;pointer-events:none}.attachment-item:hover .attachment-overlay{opacity:1}.attachment-item--file:after{content:"";position:absolute;inset:0;background:#00000080;pointer-events:none}.attachment-item--file>a{position:relative;z-index:1}.attachment-item--file>a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;height:100%;min-width:0;padding:8px 6px}.attachment-file-icon{flex:0 0 auto;font-size:24px;color:#fffffff2;line-height:1}.attachment-file-ext{flex:0 0 auto;font-size:9.5px;font-weight:var(--weight-black);letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3;background:#0000002e;border-radius:3px;padding:1px 5px}.attachment-file-name{flex:0 1 auto;min-height:0;font-size:10px;color:#ffffffe6;text-align:center;word-break:break-all;line-height:1.3;max-width:100%;max-height:2.6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.attachment-file-size{flex:0 0 auto;font-size:9.5px;color:#ffffffd9}.attachment-delete{position:absolute;top:5px;left:5px;z-index:9;width:22px;height:22px;padding:0;border:none;border-radius:50%;background:#dc3545e6;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease,transform .15s ease}.attachment-item:hover .attachment-delete{opacity:1}.attachment-delete:hover{transform:scale(1.15);background:#dc3545}.att-lightbox{position:fixed;inset:0;background:#000000e0;z-index:1050;display:flex;align-items:center;justify-content:center;animation:att-lightbox-in .18s ease}.att-lightbox.is-hidden{display:none}@keyframes att-lightbox-in{0%{opacity:0}to{opacity:1}}.att-lightbox__inner{position:relative;max-width:90vw;max-height:88vh;display:flex;flex-direction:column;align-items:center;gap:12px}.att-lightbox__img{max-width:90vw;max-height:78vh;object-fit:contain;border-radius:6px;box-shadow:0 20px 60px #00000080}.att-lightbox__bar{display:flex;align-items:center;gap:16px;color:#ffffffbf;font-size:13px}.att-lightbox__filename{color:#ffffffbf;font-size:12.5px;max-width:500px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.att-lightbox__btn{background:#ffffff1f;border:none;color:#fff;width:38px;height:38px;border-radius:50%;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.att-lightbox__btn:hover{background:#ffffff38}.att-lightbox__btn:disabled{opacity:.3;cursor:default}.att-lightbox__close{position:absolute;top:-44px;right:0;background:none;border:none;color:#ffffffb3;font-size:26px;cursor:pointer;line-height:1;padding:4px;transition:color .15s ease}.att-lightbox__close:hover{color:#fff}.att-undo-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);background:#212529;color:#fff;padding:10px 18px;border-radius:24px;font-size:13px;display:flex;align-items:center;gap:12px;box-shadow:0 6px 24px #0000004d;z-index:1100;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .25s ease;opacity:0;pointer-events:none}.att-undo-toast.is-visible{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}.att-undo-toast__btn{background:none;border:none;color:#74c0fc;font-size:13px;font-weight:var(--weight-semibold);cursor:pointer;padding:0}.att-undo-toast__btn:hover{color:#a5d8ff}@media(max-width:575.98px){.attachments-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}.summary-details{display:none}}@media(max-width:350px){.attachments-grid{grid-template-columns:repeat(2,1fr)}}.attachment-bmp,.attachment-gif,.attachment-jpeg,.attachment-jpg,.attachment-png,.attachment-webp{background:var(--surface-2)}.attachment-doc,.attachment-docx{background:linear-gradient(135deg,#1971c2,#4dabf7)}.attachment-mp3{background:linear-gradient(135deg,#6610f2,#b197fc)}.attachment-pdf{background:linear-gradient(135deg,#c92a2a,#ff6b6b)}.attachment-txt{background:linear-gradient(135deg,#495057,#adb5bd)}.attachment-zip{background:linear-gradient(135deg,#0ca678,#63e6be)}.attachment-json{background:linear-gradient(135deg,#0c8599,#3bc9db)}.attachment-h3m,.attachment-h5m,.attachment-h5c{background:linear-gradient(135deg,#e8590c,#ffa94d)}.attachment-sav{background:linear-gradient(135deg,#a61e4d,#f783ac)}.attachment-item.is-pending-delete{opacity:.35;pointer-events:none;filter:grayscale(1);transition:opacity .2s ease,filter .2s ease}.wiki-attachments__deleted-panel{border-color:color-mix(in srgb,var(--hot) 35%,transparent)}.wiki-attachments__deleted-panel .panel-header{background-color:color-mix(in srgb,var(--hot) 14%,var(--surface));border-bottom-color:color-mix(in srgb,var(--hot) 35%,transparent)}.wiki-attachments__deleted-title{color:var(--hot)}.wiki-attachments__deleted-item:last-child{border-bottom:none!important}.download-count{display:inline-flex;align-items:center;gap:.25em;white-space:nowrap}.download-count .bi{opacity:.8}.download-count__n{font-variant-numeric:tabular-nums}.forum-post-deleted{border:1px solid var(--border);border-left:3px solid var(--border);border-radius:8px;background-color:var(--surface-2);padding:8px 20px;margin-bottom:20px;opacity:.7;transition:opacity .2s ease}.forum-post-deleted:hover{opacity:1}.forum-post-deleted__toggle{font-size:var(--text-xs);text-decoration:none}.forum-post-deleted__toggle:hover{text-decoration:underline}.forum-post-deleted__toggle[aria-expanded=true] .bi-chevron-down{transform:rotate(180deg)}.forum-post-ignored{border:1px solid var(--border);border-left:3px solid #ffc107;border-radius:8px;background-color:var(--surface-2);padding:8px 20px;margin-bottom:20px;opacity:.7;transition:opacity .2s ease}.forum-post-ignored:hover{opacity:1}.forum-post{border:1px solid var(--border);border-left:3px solid var(--accent-strong);border-radius:8px;box-shadow:var(--shadow-sm);margin-bottom:20px;transition:box-shadow .2s ease;background-color:var(--surface);scroll-margin-top:calc(var(--header-height) + 12px)}.forum-post:hover{box-shadow:var(--shadow-md)}.forum-post__reply-context{display:flex;align-items:center;gap:.375rem;padding:6px 20px;border-bottom:1px solid var(--border);border-radius:8px 8px 0 0;background-color:var(--surface-2);color:var(--text-muted);font-size:var(--text-xs);text-decoration:none;transition:color .15s ease}.forum-post__reply-context .bi{font-size:.85em;opacity:.8;flex-shrink:0}.forum-post__reply-context span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forum-post__reply-context:hover,.forum-post__reply-context:focus-visible{color:var(--accent-strong)}.forum-post__reply-context:hover span,.forum-post__reply-context:focus-visible span{text-decoration:underline}@media(prefers-reduced-motion:no-preference){.forum-post--target{animation:forum-post-target-flash 2s ease-out}}@keyframes forum-post-target-flash{0%,15%{box-shadow:0 0 0 3px var(--accent-strong),var(--shadow-md);background-color:var(--surface-2)}to{box-shadow:var(--shadow-sm);background-color:var(--surface)}}.topic-pinned-post{margin-bottom:30px}.topic-pinned-post .forum-post{border-left:3px solid #ffc107;border-color:#ffe680;background:linear-gradient(to bottom,#fffbe6 0%,var(--surface) 100%);box-shadow:0 4px 8px #ffc10726;position:relative}.topic-pinned-post .forum-post:before{content:"";position:absolute;top:0;right:0;width:32px;height:32px;background:linear-gradient(-135deg,#ffc107 0%,transparent 50%);pointer-events:none;z-index:2}.topic-pinned-post .forum-post:after{content:"";position:absolute;top:6px;right:6px;font-family:bootstrap-icons;font-size:var(--text-sm);color:#fffbeb0;z-index:3;pointer-events:none;filter:drop-shadow(0 1px 1px rgba(255,193,7,.3))}.topic-pinned-post .forum-post .post-header__right{padding-right:40px}.topic-pinned-post .forum-post:hover{box-shadow:0 6px 16px #ffc10740}.post-header{background-color:var(--surface-2);border-bottom:1px solid var(--border);padding:15px 20px}.post-header__row{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.post-header__left{display:flex;align-items:center;gap:.625rem;min-width:0}.post-header__info{min-width:0}.post-header__right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.post-header__stamp{display:inline-flex;align-items:center;gap:.4rem;min-width:0;order:-1}.post-header__time{font-size:var(--text-xs);white-space:nowrap}.post-header__permalink{font-size:var(--text-xs);white-space:nowrap;text-decoration:none}.post-header__permalink:hover,.post-header__permalink:focus-visible{text-decoration:underline}.post-body{background-color:var(--surface);padding:20px;color:var(--text)}.post-body img{object-fit:contain;max-width:100%}.post-body img:where(:not([height])),.post-body img:where([width][height]){height:auto}.post-body img:where([height]:not([width])){object-fit:contain}.post-footer{background-color:var(--surface-2);border-top:1px solid var(--border);padding:15px 20px}.post-footer>.d-flex{flex-wrap:wrap;row-gap:.5rem}.post-footer__actions{flex-wrap:wrap;justify-content:flex-end;row-gap:.5rem}@media(min-width:576px){.post-footer__actions .post-footer__primary{margin-inline-start:.75rem}}.avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.post-title{font-size:var(--text-lg);font-weight:var(--weight-semibold);margin-bottom:.5rem}.post-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:var(--text-sm);color:var(--text-muted)}.post-actions-toggle__name,.post-author-stats,.post-author-stats__box{display:none}.post-author-stats__panel{display:contents}.post-content{font-family:var(--font-prose);font-size:var(--text-md);line-height:var(--leading-relaxed);margin-bottom:1rem;overflow-wrap:break-word}.post-content pre{overflow-x:auto;overflow-wrap:normal;word-break:normal}.post-content table{display:block;width:max-content;max-width:100%;overflow-x:auto;height:auto!important}.post-content iframe,.post-content video,.post-content embed,.post-content object{max-width:min(100%,800px);aspect-ratio:1.7777777778;height:auto}@media(max-width:767.98px){.post-content iframe,.post-content video,.post-content embed,.post-content object{max-width:100%}}.post-content video{aspect-ratio:auto 1.7777777778}.post-content a.mention{color:var(--color-primary, #2c6fb3);text-decoration:none;background:#2c6fb31f;padding:.05em .35em;border-radius:.35em;font-weight:600;font-family:var(--font-sans, inherit);white-space:nowrap}.post-content a.mention:hover{background:#2c6fb338;text-decoration:none}.post-content a.topic-ref{color:var(--topic-ref-accent, #6f42c1);text-decoration:none;background:#6f42c11f;padding:.05em .35em;border-radius:.35em;font-weight:600;font-family:var(--font-sans, inherit)}.post-content a.topic-ref:hover{background:#6f42c138;text-decoration:none}.reaction-btn{background:none;border:none;color:var(--text-muted);font-size:var(--text-sm);padding:.25rem .5rem;margin-right:.5rem;border-radius:.25rem;transition:all .2s}.reaction-btn:hover{background-color:var(--surface-2);color:var(--text)}.reaction-btn.active{background-color:var(--accent-strong);color:var(--text-on-accent)}.mobile-post-header{display:flex;align-items:center;gap:10px}.mobile-post-header .post-title{font-size:var(--text-base)}.mobile-post-header .post-meta{font-size:var(--text-xs)}@media(max-width:575.98px){.forum-post{margin-bottom:15px}.post-header{padding:12px 15px}.post-header__left{gap:.325rem}.post-header__right{flex-direction:column;align-items:flex-end}.post-header__stamp{order:1}.post-body,.post-footer{padding:12px 15px}.post-title{font-size:var(--text-base)}.post-meta{font-size:var(--text-xs)}.post-content{font-size:var(--text-sm)}.reaction-btn{font-size:var(--text-xs);padding:.15rem .3rem;margin-right:.25rem}}@media(max-width:350px){.mobile-post-header{flex-direction:column;align-items:flex-start}.post-title{font-size:var(--text-base)}.post-meta{font-size:var(--text-2xs)}}.post-content .moderated-content .redacted-notice{font-size:var(--text-sm);font-style:italic;color:var(--text-muted)}.post-content div.moderated-content{margin:.75rem 0;padding:.6rem .75rem;border:1px dashed var(--border);border-radius:var(--radius-md)}.post-content span.moderated-content{padding:0 .2rem;border-bottom:1px dashed var(--border)}.post-redactions{margin:.5rem 0 .75rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);font-size:var(--text-sm)}.post-redactions__title{display:flex;align-items:center;gap:.4rem;font-weight:var(--weight-semibold);color:var(--text-muted);margin-bottom:.4rem}.post-redactions__list{list-style:none;margin:0;padding:0}.post-redactions__item{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.post-redactions__reason{font-weight:var(--weight-semibold);text-transform:uppercase;font-size:var(--text-2xs);letter-spacing:.04em}.post-redactions__meta{color:var(--text-muted);flex:1}.post-content table[border]:not([border="0"]),.post-content table[border]:not([border="0"]) th,.post-content table[border]:not([border="0"]) td,.wiki-page-content table[border]:not([border="0"]),.wiki-page-content table[border]:not([border="0"]) th,.wiki-page-content table[border]:not([border="0"]) td{border:1px solid var(--border)}.post-content th[valign=top],.post-content td[valign=top],.wiki-page-content th[valign=top],.wiki-page-content td[valign=top]{vertical-align:top}.post-content th[valign=middle],.post-content td[valign=middle],.wiki-page-content th[valign=middle],.wiki-page-content td[valign=middle]{vertical-align:middle}.post-content th[valign=bottom],.post-content td[valign=bottom],.wiki-page-content th[valign=bottom],.wiki-page-content td[valign=bottom]{vertical-align:bottom}.post-content .tableWrapper,.wiki-page-content .tableWrapper{max-width:100%;overflow-x:auto}.post-content table.content-table,.wiki-page-content table.content-table{border-collapse:collapse;table-layout:fixed;display:table;width:100%;max-width:100%}.post-content table.content-table th,.post-content table.content-table td,.wiki-page-content table.content-table th,.wiki-page-content table.content-table td{padding:.55rem .8rem;text-align:left}.post-content table.content-table th,.wiki-page-content table.content-table th{background:var(--surface-2);font-weight:var(--weight-semibold)}.post-content table.content-table th:not([valign]),.post-content table.content-table td:not([valign]),.wiki-page-content table.content-table th:not([valign]),.wiki-page-content table.content-table td:not([valign]){vertical-align:top}@media(max-width:575.98px){.post-content .tableWrapper>table.content-table,.wiki-page-content .tableWrapper>table.content-table{table-layout:auto;width:max-content;max-width:none;min-width:100%}}.post-content table:not(.content-table) img,.wiki-page-content table:not(.content-table) img{max-width:90vw}.post-content table.content-table img,.wiki-page-content table.content-table img{max-width:100%}.post-content p:empty,.wiki-page-content p:empty{min-height:1em;min-height:1lh;margin-block:0}.post-content .post-merge-break,.post-body .post-merge-break{border:0;border-top:1px dashed var(--border);margin-block:1.25rem;opacity:.7}.post-merge-prompt{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin:.75rem 0 0;padding:.55rem .75rem;border:1px dashed var(--border);border-radius:8px;background-color:var(--surface-2);font-size:var(--text-sm)}.post-merge-prompt__icon{color:var(--text-muted);flex-shrink:0}.post-merge-prompt__text{flex:1 1 12rem;color:var(--text-muted)}.post-merge-prompt__action{border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--link);padding:.2rem .6rem;font-size:var(--text-sm);cursor:pointer}@media(hover:hover){.post-merge-prompt__action:hover{background-color:var(--surface);border-color:var(--link)}}.post-merge-prompt__dismiss{border:0;background:transparent;color:var(--text-muted);line-height:1;padding:.2rem;cursor:pointer}@media(hover:hover){.post-merge-prompt__dismiss:hover{color:var(--text)}}.post-merge__intro{color:var(--text-muted);margin-bottom:.9rem}.post-merge__pair{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:.6rem}@media(max-width:575.98px){.post-merge__pair{grid-template-columns:1fr}}.post-merge__part{border:1px solid var(--border);border-radius:8px;background-color:var(--surface-2);padding:.55rem .7rem;min-width:0}.post-merge__label{display:block;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.25rem}.post-merge__excerpt{margin:0;font-size:var(--text-sm);overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-merge__joint{display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.post-merge__facts{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.45rem}.post-merge__fact{display:flex;align-items:start;gap:.5rem;font-size:var(--text-sm);color:var(--text-muted)}.post-merge__fact--good{color:var(--good)}.post-merge__fact--warn{color:var(--hot)}.post-select-cb{flex:none;width:1.15rem;height:1.15rem;margin-right:.25rem;cursor:pointer}.post-select-cb:checked{outline:2px solid var(--accent-strong, #0d4a8c);outline-offset:2px}.post-signature{position:relative;margin-top:var(--s-3);padding-top:var(--s-3);font-family:var(--font-prose);font-size:var(--text-sm);line-height:1.4;color:var(--text-muted)}.post-signature:before{content:"";position:absolute;top:0;left:0;width:10rem;max-width:40%;border-top:1px solid var(--border-subtle, rgba(128, 128, 128, .3))}.post-signature__toggle{display:inline-flex;align-items:center;gap:var(--s-2);padding:var(--s-1) 0;background:none;border:0;color:inherit;font:inherit;cursor:pointer}.post-signature__toggle:hover{color:var(--text-body, inherit)}.post-signature__toggle:focus-visible{outline:2px solid var(--focus-ring, currentColor);outline-offset:2px;border-radius:var(--radius-sm, 3px)}.post-signature__chevron{font-size:.75em;transition:transform .15s ease}.post-signature__chevron.is-open{transform:rotate(180deg)}.post-signature__body{display:none;overflow-wrap:break-word}.post-signature__body.is-open{display:block}.post-signature__body img{max-width:100%;height:auto}.post-signature__body pre{overflow-x:auto;overflow-wrap:normal;word-break:normal}.post-signature__body table{max-width:100%}.post-signature__body h1,.post-signature__body h2,.post-signature__body h3,.post-signature__body h4,.post-signature__body h5,.post-signature__body h6{font-size:1em;margin:0}.post-signature__body font[size="5"],.post-signature__body font[size="6"],.post-signature__body font[size="7"]{font-size:1.25em}@media(min-width:768px){.post-signature__toggle{display:none}.post-signature__body{display:block}}.manage-signature-editor{margin-bottom:var(--s-2)}.manage-signature-help{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s-3)}.manage-signature-count{flex:0 0 auto;font-variant-numeric:tabular-nums;color:var(--text-muted)}.manage-signature-count.is-over{color:var(--bs-danger, #dc3545);font-weight:600}.manage-signature-preview{padding:var(--s-3);border:1px dashed var(--border-subtle, rgba(128, 128, 128, .35));border-radius:var(--radius-md, 6px);background:var(--surface-sunken, rgba(128, 128, 128, .06))}.manage-signature-preview__label{margin-bottom:var(--s-2);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.manage-signature-anchor{scroll-margin-top:calc(var(--header-height, 108px) + 12px)}.profile-signature-empty__text{color:var(--text-muted);font-size:.9rem}.profile-signature__edit{flex:0 0 auto;white-space:nowrap}
