.forum-page{max-width:1180px;margin:0 auto;padding:clamp(1.6rem,4vw,4rem) clamp(1rem,4vw,3.5rem) 5rem;color:var(--navy)}.forum-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);gap:2rem;align-items:end;padding-bottom:2rem;border-bottom:1px solid var(--line-gold)}.forum-hero h1{max-width:13ch;margin:.25rem 0 .8rem;font-size:clamp(2.7rem,5.4vw,5.2rem);line-height:.92;letter-spacing:-.04em;font-weight:500}.forum-lead{max-width:820px;margin:0;color:#43516a;font-size:clamp(1.03rem,1.5vw,1.28rem);line-height:1.55}.forum-note{padding:1.1rem 1.2rem;border:1px solid var(--line-gold);background:#f2e6d4;line-height:1.5}.forum-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.1rem}.forum-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.62rem .85rem;border:1px solid var(--navy);border-radius:2px;background:var(--navy);color:#fffaf1;font:inherit;font-size:.78rem;font-weight:700;text-decoration:none;cursor:pointer}.forum-button--secondary{background:transparent;color:var(--navy)}.forum-button--danger{border-color:#9a4037;background:transparent;color:#8c352e}.forum-button:disabled{opacity:.5;cursor:not-allowed}.forum-section{padding-top:2.2rem}.forum-section__head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1rem}.forum-section__head h2{margin:.2rem 0 0;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:500}.forum-section__head>p{max-width:580px;margin:0;color:#616b7a;line-height:1.5}.forum-kicker{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.64rem;font-weight:800;color:var(--gold-dark)}.forum-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid rgba(169,111,22,.27);background:#a96f1645}.forum-category{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:1.05rem 1.1rem;background:#fffaf2;color:var(--navy);text-decoration:none}.forum-category:hover,.forum-category:focus-visible{background:#fffdf8;outline:2px solid rgba(169,111,22,.36);outline-offset:-2px}.forum-category h3{margin:0 0 .3rem;font-size:1.12rem}.forum-category p{margin:0;color:#596579;font-size:.84rem;line-height:1.45}.forum-category__meta{text-align:right;white-space:nowrap;color:#747c89;font-size:.7rem}.forum-category__meta strong{display:block;color:var(--navy);font-size:1.15rem}.forum-two-columns{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);gap:1rem}.forum-panel{border:1px solid var(--line);background:var(--paper);padding:1rem 1.05rem}.forum-panel h2,.forum-panel h3{margin:.15rem 0 .65rem}.forum-topic-list,.forum-activity-list{display:grid;gap:.65rem}.forum-topic-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.8rem;padding:.82rem .9rem;border:1px solid rgba(11,35,70,.12);background:#fffdf8;color:var(--navy);text-decoration:none}.forum-topic-row:hover{border-color:var(--line-gold)}.forum-topic-row h3{margin:0 0 .2rem;font-size:1rem;line-height:1.2}.forum-topic-row p{margin:0;color:#697383;font-size:.72rem;line-height:1.4}.forum-topic-row__aside{text-align:right;white-space:nowrap;font-size:.68rem;color:#737c89}.forum-badge{display:inline-flex;align-items:center;min-height:25px;padding:.2rem .45rem;border-radius:999px;background:#efe3cd;color:var(--navy);font-size:.63rem;font-weight:800}.forum-badge--locked{background:#eee;color:#59616e}.forum-empty{padding:1.2rem;border:1px dashed rgba(11,35,70,.25);background:#fffdf899;color:#5f6979;line-height:1.5}.forum-message{margin:.9rem 0 0;padding:.7rem .8rem;border-left:3px solid var(--gold);background:#f6ecdc;color:#3f4b5d}.forum-message[data-kind=error]{border-left-color:#a13b32;background:#f9e8e5}.forum-message[data-kind=success]{border-left-color:#4d7b52;background:#eaf3e8}.forum-hidden{display:none!important}.forum-breadcrumbs{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center;margin:0 0 1rem;font-size:.76rem;color:#687184}.forum-breadcrumbs a{color:var(--navy);text-decoration:none;border-bottom:1px solid rgba(11,35,70,.25)}.forum-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin:1rem 0}.forum-toolbar p{margin:0;color:#697383;font-size:.78rem}.forum-form-card{max-width:820px;padding:1.2rem 1.3rem;border:1px solid var(--line-gold);background:var(--paper);box-shadow:0 12px 35px #0b23460f}.forum-field{display:grid;gap:.35rem;margin-top:1rem}.forum-field label{font-size:.78rem;font-weight:800;color:var(--navy)}.forum-field input,.forum-field select,.forum-field textarea{width:100%;padding:.75rem .8rem;border:1px solid rgba(11,35,70,.23);border-radius:2px;background:#fff;color:var(--ink);font:inherit}.forum-field textarea{min-height:180px;resize:vertical;line-height:1.5}.forum-form-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.forum-topic-head{padding:1.1rem 1.2rem;border:1px solid var(--line-gold);background:#fffaf2}.forum-topic-head h1{max-width:900px;margin:.3rem 0 .55rem;font-size:clamp(2rem,4vw,3.6rem);line-height:1.03;font-weight:500}.forum-topic-meta{display:flex;gap:.55rem;flex-wrap:wrap;align-items:center;color:#687184;font-size:.74rem}.forum-post{display:grid;grid-template-columns:170px minmax(0,1fr);border:1px solid var(--line);background:var(--paper)}.forum-post+.forum-post{margin-top:.7rem}.forum-post__author{padding:1rem;border-right:1px solid var(--line);background:#f8f0e4}.forum-post__author strong{display:block;font-size:.86rem}.forum-post__author a{color:var(--navy);text-decoration:none}.forum-post__author small{display:block;margin-top:.25rem;color:#737c89;font-size:.67rem}.forum-post__body{min-width:0;padding:1rem 1.1rem;line-height:1.65;color:#34445c;white-space:pre-wrap;overflow-wrap:anywhere}.forum-post__footer{display:flex;justify-content:space-between;gap:.6rem;align-items:center;margin-top:1rem;padding-top:.7rem;border-top:1px solid rgba(11,35,70,.1);white-space:normal}.forum-link-button{appearance:none;border:0;background:none;padding:0;color:#7a4a18;font:inherit;font-size:.7rem;text-decoration:underline;cursor:pointer}.forum-reply-card{margin-top:1rem;padding:1rem 1.1rem;border:1px solid var(--line-gold);background:#fffaf2}.forum-reply-card textarea{min-height:130px}.forum-profile-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:1.15rem;border:1px solid var(--line-gold);background:#fffaf2}.forum-profile-card h1{margin:.2rem 0 .5rem;font-size:clamp(2rem,4vw,3.8rem);font-weight:500}.forum-chip-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.7rem}.forum-chip{display:inline-flex;padding:.28rem .5rem;border-radius:999px;background:#efe3cd;font-size:.68rem}.forum-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin-top:1rem}.forum-stat{padding:.85rem;border:1px solid var(--line);background:var(--paper)}.forum-stat strong{display:block;font-size:1.55rem;font-weight:500}.forum-stat span{font-size:.68rem;color:#697383;text-transform:uppercase;letter-spacing:.07em}.account-community-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:1rem}.account-stack{display:grid;gap:1rem}.account-list{display:grid;gap:.5rem;margin-top:.7rem}.account-list a,.account-list article{display:block;padding:.7rem .75rem;border:1px solid rgba(11,35,70,.12);background:#fffdf8;color:var(--navy);text-decoration:none}.account-list strong{display:block;font-size:.85rem}.account-list small{display:block;margin-top:.2rem;color:#727b88;font-size:.67rem}.account-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.8rem}.account-summary div{padding:.75rem;border:1px solid var(--line);background:#fffaf2}.account-summary strong{display:block;font-size:1.4rem;font-weight:500}.account-summary span{font-size:.64rem;text-transform:uppercase;letter-spacing:.07em;color:#6d7582}.forum-dialog{width:min(560px,calc(100vw - 2rem));padding:0;border:1px solid var(--line-gold);background:#fffaf2;color:var(--navy);box-shadow:0 24px 80px #0b234638}.forum-dialog::backdrop{background:#0b23466b}.forum-dialog__inner{padding:1.1rem 1.2rem}.forum-dialog h2{margin:.2rem 0 .45rem}.forum-dialog p{color:#626c7c;font-size:.8rem;line-height:1.45}.forum-home{--forum-surface:#fffdf9;--forum-muted:#f4f7f3;--forum-green:#e8f1e9}.forum-home-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.55fr);gap:1rem;align-items:stretch;margin-bottom:.4rem}.forum-home-hero__main{padding:clamp(1.35rem,3vw,2.25rem);border:1px solid rgba(11,35,70,.1);border-radius:16px;background:linear-gradient(145deg,#fffdf8,#f9f7f1);box-shadow:0 18px 50px #0b23460e}.forum-home-hero h1{margin:.18rem 0 .55rem;font-size:clamp(3rem,6vw,5.9rem);line-height:.92;letter-spacing:-.055em;font-weight:500}.forum-home-hero .forum-lead{max-width:760px;font-size:clamp(1rem,1.45vw,1.16rem);line-height:1.6}.forum-principle-card{display:flex;flex-direction:column;justify-content:flex-end;gap:.55rem;padding:1.25rem 1.3rem;border:1px solid rgba(55,101,67,.15);border-radius:16px;background:var(--forum-green);color:var(--navy)}.forum-principle-card__eyebrow{font-size:.58rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#496c50}.forum-principle-card strong{font:500 1.28rem/1.15 Georgia,serif}.forum-principle-card p{margin:0;color:#506257;font-size:.8rem;line-height:1.5}.forum-home .forum-button{border-radius:9px;min-height:43px;padding:.66rem .95rem;box-shadow:0 5px 15px #0b234614}.forum-home .forum-button--secondary{box-shadow:none;background:#fffdf9;border-color:#0b234633}.forum-home .forum-button:hover{transform:translateY(-1px)}.forum-home-activity{padding-top:1.35rem}.forum-section__head--compact{margin-bottom:.75rem}.forum-text-link{color:#6e4b1e;text-decoration:none;font-size:.74rem;font-weight:800}.forum-text-link:hover{text-decoration:underline}.forum-home-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:1rem}.forum-surface{border:1px solid rgba(11,35,70,.1);border-radius:15px;background:var(--forum-surface);box-shadow:0 12px 35px #0b23460a;overflow:hidden}.forum-surface--primary{padding:.35rem}.forum-surface--activity{padding:.95rem}.forum-surface__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.75rem;padding:.1rem .1rem .25rem}.forum-surface__head h3{margin:.18rem 0 0;font:500 1.55rem/1.1 Georgia,serif}.forum-topic-list--home{gap:.2rem}.forum-topic-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"meta activity" "body activity";column-gap:1rem;row-gap:.35rem;padding:1rem 1.05rem;border:1px solid transparent;border-radius:11px;color:var(--navy);text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}.forum-topic-card+.forum-topic-card{border-top-color:#0b234612}.forum-topic-card:hover,.forum-topic-card:focus-visible{border-color:#0b23461a;background:#f6f8f5;outline:none;transform:translateY(-1px)}.forum-topic-card__meta{grid-area:meta;display:flex;flex-wrap:wrap;gap:.3rem;color:#6c7780;font-size:.66rem}.forum-topic-card__body{grid-area:body;display:flex;align-items:center;justify-content:space-between;gap:.8rem;min-width:0}.forum-topic-card__body h3{margin:0;font:500 1.1rem/1.25 Georgia,serif}.forum-topic-card__badges{display:flex;flex-wrap:wrap;gap:.3rem}.forum-badge--soft{background:#edf4ed;color:#45634c}.forum-topic-card__activity{grid-area:activity;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;min-width:112px;color:#808891;font-size:.6rem}.forum-topic-card__activity strong{margin-top:.18rem;color:#445264;font-size:.68rem}.forum-activity-list{gap:.55rem}.forum-activity-card{display:block;padding:.8rem .85rem;border:1px solid rgba(11,35,70,.08);border-radius:10px;background:#fbfcfa;color:var(--navy);text-decoration:none;transition:border-color .15s ease,background .15s ease}.forum-activity-card:hover,.forum-activity-card:focus-visible{border-color:#37654340;background:#f4f8f3;outline:none}.forum-activity-card__meta{display:flex;justify-content:space-between;gap:.5rem;color:#79828c;font-size:.6rem}.forum-activity-card h3{margin:.28rem 0 .25rem;font-size:.9rem;line-height:1.25}.forum-activity-card p{margin:0;color:#63706e;font-size:.69rem;line-height:1.42}.forum-category-grid--cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;border:0;background:transparent}.forum-category-card{display:flex;min-height:190px;flex-direction:column;justify-content:space-between;gap:1rem;padding:1rem 1.05rem;border:1px solid rgba(11,35,70,.1);border-radius:14px;background:#fffdf9;color:var(--navy);text-decoration:none;box-shadow:0 10px 30px #0b234609;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.forum-category-card:hover,.forum-category-card:focus-visible{transform:translateY(-2px);border-color:#a96f1640;box-shadow:0 15px 34px #0b234612;outline:none}.forum-category-card__top{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.forum-category-card__count{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;border-radius:999px;background:#f1eee7;color:var(--navy);font-weight:800;font-size:.78rem}.forum-category-card h3{margin:0 0 .35rem;font:500 1.18rem/1.18 Georgia,serif}.forum-category-card p{margin:0;color:#647080;font-size:.76rem;line-height:1.45}.forum-category-card__link{font-size:.67rem;font-weight:800;color:#77501e}.forum-category-page,.forum-topic-page{--forum-surface:#fffdf9;--forum-green:#e8f1e9}.forum-category-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem;align-items:end;padding:1.4rem 1.5rem;border:1px solid rgba(11,35,70,.1);border-radius:15px;background:#fffdf9;box-shadow:0 12px 36px #0b23460a}.forum-category-hero h1{margin:.2rem 0 .5rem;font-size:clamp(2.2rem,4.5vw,4.25rem);line-height:.98;letter-spacing:-.04em;font-weight:500}.forum-category-hero__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.forum-category-page .forum-button,.forum-topic-page .forum-button{border-radius:9px}.forum-category-section{padding-top:1.35rem}.forum-toolbar--v2{margin:0 0 .65rem;padding:0 .15rem}.forum-toolbar--v2>div{display:flex;align-items:end;gap:.65rem}.forum-toolbar--v2 #topic-count{font-weight:700;color:#4f5a69}.forum-category-surface{padding:.35rem}.forum-category-topic-list{gap:.2rem}.forum-category-topic-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:1rem 1.05rem;border:1px solid transparent;border-radius:11px;color:var(--navy);text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}.forum-category-topic-card+.forum-category-topic-card{border-top-color:#0b234612}.forum-category-topic-card:hover,.forum-category-topic-card:focus-visible{border-color:#0b23461a;background:#f6f8f5;outline:none;transform:translateY(-1px)}.forum-category-topic-card__badges{display:flex;gap:.3rem;flex-wrap:wrap;min-height:25px}.forum-category-topic-card h3{margin:.15rem 0 .25rem;font:500 1.08rem/1.28 Georgia,serif}.forum-category-topic-card p{margin:0;color:#6d7684;font-size:.69rem}.forum-category-topic-card__stats{display:flex;align-items:center;gap:1rem;min-width:230px}.forum-category-topic-card__stats div{display:flex;min-width:92px;flex-direction:column;align-items:flex-end}.forum-category-topic-card__stats strong{font-size:.74rem;color:#415064}.forum-category-topic-card__stats span{margin-top:.15rem;color:#838a94;font-size:.58rem;text-transform:uppercase;letter-spacing:.06em}.forum-topic-hero{padding:1.4rem 1.5rem;border:1px solid rgba(11,35,70,.1);border-radius:15px;background:linear-gradient(145deg,#fffdf9,#f7f7f2);box-shadow:0 14px 40px #0b23460b}.forum-topic-hero h1{max-width:980px;margin:.2rem 0 .65rem;font-size:clamp(2rem,4.2vw,3.9rem);line-height:1.02;letter-spacing:-.035em;font-weight:500}.forum-topic-hero .forum-topic-meta a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(11,35,70,.2)}.forum-topic-thread{padding-top:1rem}.forum-post--v2{grid-template-columns:1fr;overflow:hidden;border:1px solid rgba(11,35,70,.1);border-radius:14px;background:#fffdf9;box-shadow:0 10px 28px #0b234609}.forum-post--v2+.forum-post--v2{margin-top:.7rem}.forum-post--initial{border-color:#a96f1633}.forum-post__author--v2{display:flex;align-items:center;gap:.7rem;padding:.75rem .95rem;border-right:0;border-bottom:1px solid rgba(11,35,70,.08);background:#f7f7f3}.forum-author-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:999px;background:#e8efe8;color:#34513d;font-size:.78rem;font-weight:800}.forum-post__author--v2 strong{font-size:.78rem}.forum-post__author--v2 small{margin-top:.08rem;font-size:.62rem}.forum-post--v2 .forum-post__body{padding:1rem 1.05rem 0;white-space:normal}.forum-post__content{white-space:pre-wrap;line-height:1.7;color:#35445a}.forum-post--v2 .forum-post__footer{margin-top:1.1rem;padding:.72rem 0;border-top:1px solid rgba(11,35,70,.08);color:#7b838e;font-size:.62rem}.forum-replies{margin-top:.7rem}.forum-reply-card--v2{margin-top:1rem;padding:1.05rem 1.1rem 1.15rem;border:1px solid rgba(55,101,67,.16);border-radius:14px;background:#eef5ee;box-shadow:0 10px 30px #0b234609}.forum-reply-card__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.forum-reply-card__head h2{margin:.18rem 0 0;font:500 1.5rem/1.1 Georgia,serif}.forum-reply-card__hint{font-size:.61rem;font-weight:700;color:#607165;text-transform:uppercase;letter-spacing:.06em}.forum-reply-card--v2 textarea{min-height:150px;border-radius:10px;border-color:#3765432e;background:#fffdf9}.forum-reply-login{margin-top:1rem}.forum-topic-page .forum-link-button{color:#76501d}.forum-compose-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);gap:1rem;align-items:stretch}.forum-compose-hero>div{padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(11,35,70,.1);border-radius:15px;background:linear-gradient(145deg,#fffdf9,#f8f7f2);box-shadow:0 12px 36px #0b23460a}.forum-compose-hero h1{margin:.2rem 0 .55rem;font-size:clamp(2.4rem,4.8vw,4.6rem);line-height:.98;font-weight:500;letter-spacing:-.04em}.forum-compose-section{padding-top:1.35rem}.forum-compose-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:1rem}.forum-form-card--v2{max-width:none;padding:1.15rem 1.2rem;border:1px solid rgba(11,35,70,.1);border-radius:15px;background:#fffdf9;box-shadow:0 12px 35px #0b23460a}.forum-form-card__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.3rem}.forum-form-card__head h2{margin:.16rem 0 0;font:500 1.6rem/1.1 Georgia,serif}.forum-form-card__hint{font-size:.61rem;color:#6f7a86;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.forum-compose-preview{padding:1rem}.forum-compose-preview__card{padding:1rem 1.05rem;border:1px solid rgba(11,35,70,.09);border-radius:12px;background:#fffdf9}.forum-compose-preview__card h3{margin:.45rem 0 .55rem;font:500 1.32rem/1.2 Georgia,serif}.forum-compose-preview__card p{margin:0;color:#536173;font-size:.76rem;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.forum-compose-preview__footer{display:flex;justify-content:space-between;gap:.6rem;margin-top:.9rem;padding-top:.65rem;border-top:1px solid rgba(11,35,70,.08);color:#7a838e;font-size:.6rem}.forum-compose-preview__note{margin:.75rem 0 0;padding:.7rem .75rem;border-radius:9px;background:#eef5ee;color:#56695b;font-size:.68rem;line-height:1.45}.moderation-page{--forum-surface:#fffdf9}.moderation-page .moderation-head{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:1rem;align-items:stretch}.moderation-page .moderation-head>div{padding:1.4rem 1.5rem;border:1px solid rgba(11,35,70,.1);border-radius:15px;background:linear-gradient(145deg,#fffdf9,#f8f7f2);box-shadow:0 12px 36px #0b23460a}.moderation-page .moderation-head h1{margin:.2rem 0 .5rem;font-size:clamp(2.25rem,4.4vw,4.15rem);line-height:.97;letter-spacing:-.04em;font-weight:500}.moderation-page .lab-note{display:flex;align-items:flex-end;padding:1.2rem 1.25rem!important;border:1px solid rgba(55,101,67,.15)!important;border-radius:15px!important;background:#e8f1e9!important;color:var(--navy);font-size:.78rem;line-height:1.5;box-shadow:0 12px 36px #0b234609!important}.moderation-page .lab-note strong{font-weight:800}.moderation-page .account-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.moderation-page .account-summary>div{display:flex;min-height:92px;flex-direction:column;justify-content:center;padding:1rem 1.05rem;border:1px solid rgba(11,35,70,.1);border-radius:13px;background:#fffdf9;box-shadow:0 8px 22px #0b234608}.moderation-page .account-summary strong{font:500 1.65rem/1 Georgia,serif;color:var(--navy)}.moderation-page .account-summary span{margin-top:.32rem;color:#75808b;font-size:.62rem;text-transform:uppercase;letter-spacing:.06em}.moderation-page .moderation-section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.7rem}.moderation-page .moderation-section-head h2{margin:.16rem 0 0;font:500 1.65rem/1.1 Georgia,serif}.moderation-page .moderation-help{max-width:760px;margin:0 0 .75rem;color:#687383;font-size:.75rem;line-height:1.5}.moderation-page .moderation-stack{display:flex;flex-direction:column;gap:.55rem}.moderation-card,.moderation-row,.moderation-log-row{border:1px solid rgba(11,35,70,.1);border-radius:13px;background:#fffdf9;box-shadow:0 8px 24px #0b234609}.moderation-card{padding:1rem 1.05rem}.moderation-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.moderation-card__head>div{display:flex;flex-direction:column;gap:.3rem}.moderation-card__head strong{font:500 1.05rem/1.25 Georgia,serif}.moderation-card__head small,.moderation-row small,.moderation-log-row small{display:block;margin-top:.28rem;color:#7b8590;font-size:.62rem;line-height:1.45}.moderation-card>p{margin:.65rem 0 0;color:#526071;font-size:.75rem;line-height:1.5}.moderation-card .moderation-excerpt{padding:.7rem .8rem;border-radius:8px;background:#f7f8f5;color:#43516a}.moderation-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.8rem}.moderation-actions .forum-button{min-height:34px;padding:.42rem .65rem;font-size:.62rem}.moderation-report-actions{padding-top:.55rem;border-top:1px solid rgba(11,35,70,.08)}.moderation-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.78rem .9rem}.moderation-row>div:first-child{min-width:0}.moderation-row strong{display:block;font-size:.82rem;line-height:1.3}.moderation-row strong a{color:inherit;text-decoration:none}.moderation-row strong a:hover{text-decoration:underline}.moderation-row.is-muted{opacity:.76;background:#f5f5f1}.moderation-badges{display:flex;gap:.28rem;flex-wrap:wrap;margin-bottom:.28rem}.moderation-log-row{padding:.72rem .85rem}.moderation-log-row strong{font-size:.72rem}.moderation-page .forum-empty{background:#fbfcfa}.moderation-page .forum-button--danger{background:#7b2f2f;border-color:#7b2f2f}@media(max-width:980px){.forum-category-grid--cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.forum-category-hero,.forum-compose-hero{grid-template-columns:1fr}.forum-category-hero__actions{justify-content:flex-start}.forum-category-topic-card{grid-template-columns:1fr}.forum-category-topic-card__stats{min-width:0;justify-content:flex-start}.forum-category-topic-card__stats div{align-items:flex-start}.forum-home-hero,.forum-home-grid,.forum-compose-grid{grid-template-columns:1fr}.forum-principle-card{min-height:150px}.forum-topic-card{grid-template-columns:1fr;grid-template-areas:"meta" "body" "activity"}.forum-topic-card__activity,.forum-topic-card__body{align-items:flex-start}.forum-topic-card__badges{justify-content:flex-end}.forum-reply-card__head{align-items:flex-start}.moderation-page .moderation-head{grid-template-columns:1fr}.moderation-page .account-summary{grid-template-columns:1fr 1fr}.moderation-row{align-items:flex-start;flex-direction:column}.moderation-row .moderation-actions{width:100%}.forum-hero,.forum-two-columns,.account-community-grid{grid-template-columns:1fr}.forum-section__head{display:block}.forum-section__head>p{margin-top:.55rem}.forum-category-grid{grid-template-columns:1fr}.forum-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.forum-post{grid-template-columns:1fr}.forum-post__author{border-right:0;border-bottom:1px solid var(--line)}.forum-toolbar{align-items:flex-start}.forum-actions,.forum-form-actions{display:grid;grid-template-columns:1fr}.forum-button{width:100%}}@media(max-width:640px){.community-nav{display:block;padding:.65rem}.community-nav__label{display:block;margin:0 0 .5rem .2rem}.community-nav__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem}.community-nav a{justify-content:center;text-align:center;padding:.42rem .3rem;font-size:.68rem}}@media(max-width:600px){.forum-category-grid--cards{grid-template-columns:1fr}.forum-category-card{min-height:165px}.forum-home-hero__main{padding:1.15rem}.forum-home-hero h1{font-size:3.3rem}.forum-section__head--compact .forum-text-link{display:none}.forum-topic-card__body{display:block}.forum-topic-card__badges{margin-top:.45rem;justify-content:flex-start}.forum-category-hero,.forum-topic-hero{padding:1.05rem}.forum-category-topic-card__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.forum-category-topic-card__stats div{min-width:0}.forum-reply-card__head{display:block}.forum-reply-card__hint{display:inline-block;margin-top:.45rem}.forum-form-card__head{align-items:flex-start;display:block}.forum-form-card__hint{display:inline-block;margin-top:.4rem}.moderation-page .account-summary{grid-template-columns:1fr}.moderation-page .moderation-section-head{align-items:flex-start;flex-direction:column}.moderation-card__head{flex-direction:column}.moderation-page .moderation-head>div{padding:1.1rem}.moderation-page .moderation-head h1{font-size:3rem}.forum-profile-card,.forum-topic-row{grid-template-columns:1fr}.forum-topic-row__aside{text-align:left}.forum-category{grid-template-columns:1fr}.forum-category__meta{text-align:left}.account-summary{grid-template-columns:1fr}}.private-messages-page{--pm-surface:#fffdf9;--pm-soft:#f4f7f3}.private-messages-hero,.private-conversation-hero{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;padding:1.35rem 1.45rem;border:1px solid rgba(11,35,70,.1);border-radius:15px;background:linear-gradient(145deg,#fffdf9,#f7f7f2);box-shadow:0 12px 36px #0b23460a}.private-messages-hero h1,.private-conversation-hero h1{margin:.18rem 0 .5rem;font-size:clamp(2.3rem,4.7vw,4.6rem);line-height:.98;letter-spacing:-.04em;font-weight:500}.private-conversation-list{display:grid;gap:.55rem}.private-conversation-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center;padding:.9rem 1rem;border:1px solid rgba(11,35,70,.1);border-radius:12px;background:#fffdf9;color:var(--navy);text-decoration:none;box-shadow:0 8px 22px #0b234608}.private-conversation-card:hover,.private-conversation-card:focus-visible{background:#f6f8f5;outline:none}.private-conversation-card.is-unread{border-color:#37654347;background:#f1f7f0}.private-conversation-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#e8efe8;color:#34513d;font-size:.8rem;font-weight:800}.private-conversation-card__head{display:flex;justify-content:space-between;gap:.7rem;align-items:baseline}.private-conversation-card__head time{font-size:.61rem;color:#7d8690}.private-conversation-card p{margin:.24rem 0 0;color:#5f6c79;font-size:.75rem;line-height:1.4}.private-unread-dot{width:9px;height:9px;border-radius:999px;background:#45634c}.private-thread{display:grid;gap:.65rem}.private-message{max-width:min(760px,88%);padding:.8rem .9rem;border:1px solid rgba(11,35,70,.1);border-radius:13px;background:#fffdf9}.private-message.is-own{margin-left:auto;background:#edf4ed;border-color:#3765432e}.private-message__meta{display:flex;justify-content:space-between;gap:.8rem;margin-bottom:.4rem;font-size:.64rem;color:#75808a}.private-message__body{white-space:pre-wrap;line-height:1.6;color:#344357}.private-message .forum-link-button{margin-top:.55rem}.forum-profile-card__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.7rem}@media(max-width:700px){.private-messages-hero,.private-conversation-hero{display:grid;align-items:start}.private-message{max-width:96%}.forum-profile-card__actions{align-items:flex-start}}.forum-profile-page{--forum-surface:#fffdf9;--forum-green:#e8f1e9}.forum-profile-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr);gap:1rem;align-items:stretch}.forum-profile-hero__main{padding:clamp(1.35rem,3vw,2.25rem);border:1px solid rgba(11,35,70,.1);border-radius:16px;background:linear-gradient(145deg,#fffdf8,#f9f7f1);box-shadow:0 18px 50px #0b23460e}.forum-profile-hero__main h1{margin:.18rem 0 .55rem;font-size:clamp(3rem,6vw,5.4rem);line-height:.92;letter-spacing:-.05em;font-weight:500}.forum-profile-bio{max-width:760px;margin:0;color:#43516a;font-size:clamp(.98rem,1.35vw,1.12rem);line-height:1.6}.forum-profile-hero__aside{display:flex;flex-direction:column;justify-content:flex-end;gap:.65rem;padding:1.25rem 1.3rem;border:1px solid rgba(55,101,67,.15);border-radius:16px;background:var(--forum-green);color:var(--navy)}.forum-profile-hero__aside strong{font:500 1.28rem/1.15 Georgia,serif}.forum-profile-hero__aside p{margin:0;color:#506257;font-size:.8rem;line-height:1.5}.forum-profile-page .forum-button{border-radius:9px;box-shadow:0 5px 15px #0b234614}.forum-profile-field{margin-top:1.1rem}.forum-profile-role{margin-top:1.15rem;padding-top:1rem;border-top:1px solid rgba(11,35,70,.08)}.forum-profile-page .forum-chip{background:#f1eee7}.forum-profile-activity{padding-top:1.45rem}.forum-profile-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:1rem}.forum-profile-surface{padding:.95rem;border-radius:15px}.forum-profile-comments{margin-top:1rem}.forum-profile-note{margin:-.2rem 0 .8rem;color:#687383;font-size:.75rem;line-height:1.5}.forum-profile-page .forum-topic-row,.forum-profile-page .account-list a{border-radius:10px;border-color:#0b234614;background:#fbfcfa}.forum-profile-page .forum-topic-row:hover,.forum-profile-page .account-list a:hover{border-color:#37654340;background:#f4f8f3}.forum-profile-page .forum-stat{border-radius:11px;border-color:#0b23461a;background:#fffdf9}@media(max-width:820px){.forum-profile-hero,.forum-profile-grid{grid-template-columns:1fr}}.notifications-page{--notification-surface:#fffdf9}.notifications-hero{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;padding:1.35rem 1.45rem;border:1px solid rgba(11,35,70,.1);border-radius:15px;background:linear-gradient(145deg,#fffdf9,#f7f7f2);box-shadow:0 12px 36px #0b23460a}.notifications-hero h1{margin:.18rem 0 .5rem;font-size:clamp(2.3rem,4.7vw,4.6rem);line-height:.98;letter-spacing:-.04em;font-weight:500}.notification-list{display:grid;gap:.55rem}.notification-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center;padding:.9rem 1rem;border:1px solid rgba(11,35,70,.1);border-radius:12px;background:#fffdf9;color:var(--navy);text-decoration:none;box-shadow:0 8px 22px #0b234608}.notification-card:hover,.notification-card:focus-visible{background:#f6f8f5;outline:none}.notification-card.is-unread{border-color:#37654347;background:#f1f7f0}.notification-card__mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#e8efe8;color:#34513d;font-size:.7rem;font-weight:800}.notification-card__head{display:flex;justify-content:space-between;gap:.7rem;align-items:baseline}.notification-card__head time{font-size:.61rem;color:#7d8690}.notification-card__context{display:block;margin-top:.16rem;font-size:.68rem;color:#6d7782}.notification-card p{margin:.28rem 0 0;color:#5f6c79;font-size:.75rem;line-height:1.4}.notification-unread-dot{width:9px;height:9px;border-radius:999px;background:#45634c}@media(max-width:700px){.notifications-hero{display:grid;align-items:start}.notification-card__head{display:grid;gap:.15rem}}
