:root{--forum-primary:#087f75;--forum-primary-dark:#075e57;--forum-accent:#f3a712;--forum-ink:#17343b;--forum-muted:#60737a;--forum-surface:#fff;--forum-soft:#edf8f6;--forum-border:#d9e8e5;--forum-shadow:0 12px 30px rgba(22,69,73,.09)}
.forum-page{box-sizing:border-box;width:min(100%,1180px);margin:0 auto;padding:88px 20px calc(110px + env(safe-area-inset-bottom));color:var(--forum-ink);overflow-x:clip}
.forum-page *{box-sizing:border-box}.forum-page a{text-decoration:none}.forum-page h1,.forum-page h2,.forum-page h3{color:var(--forum-ink);letter-spacing:-.02em}.forum-page h1{font-size:clamp(2rem,5vw,3.7rem);line-height:1.05;margin:.4rem 0 1rem}.forum-page h2{font-size:clamp(1.45rem,3vw,2.15rem);margin:0}.forum-page p{line-height:1.7}.forum-muted{color:var(--forum-muted)}
.forum-nav{position:sticky;top:72px;z-index:20;margin:0 0 22px}.forum-nav details{background:rgba(255,255,255,.96);border:1px solid var(--forum-border);border-radius:18px;box-shadow:var(--forum-shadow);backdrop-filter:blur(14px)}.forum-nav summary{display:none;padding:13px 16px;font-weight:800;color:var(--forum-primary);cursor:pointer}.forum-nav__links{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;padding:8px}.forum-nav a{padding:10px 12px;border-radius:12px;color:#425d63;font-size:.82rem;font-weight:800}.forum-nav a:hover,.forum-nav a:focus-visible,.forum-nav a.is-active{background:var(--forum-soft);color:var(--forum-primary)}
.forum-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr);gap:32px;align-items:center;padding:clamp(28px,5vw,58px);border:1px solid var(--forum-border);border-radius:30px;background:linear-gradient(135deg,#fff 0%,#f1fbf8 100%);box-shadow:var(--forum-shadow);position:relative;overflow:hidden}.forum-hero:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;background:rgba(243,167,18,.11);right:-90px;bottom:-110px}.forum-hero__logo{position:relative;z-index:1;width:min(100%,270px);aspect-ratio:1;object-fit:contain;margin:auto;padding:20px;background:#fff;border-radius:28px;box-shadow:0 16px 40px rgba(7,94,87,.13)}.forum-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--forum-primary);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.forum-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.forum-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:11px 17px;border:1px solid var(--forum-primary);border-radius:14px;background:var(--forum-primary);color:#fff!important;font-weight:800;transition:.18s ease}.forum-button:hover,.forum-button:focus-visible{background:var(--forum-primary-dark);border-color:var(--forum-primary-dark);transform:translateY(-1px)}.forum-button:active{transform:translateY(1px)}.forum-button.is-secondary{background:#fff;color:var(--forum-primary)!important}.forum-button.is-secondary:hover{background:var(--forum-soft)}.forum-social-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.forum-social-row a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--forum-border);border-radius:50%;background:#fff;color:var(--forum-primary)}.forum-social-row a:hover,.forum-social-row a:focus-visible{background:var(--forum-primary);color:#fff}
.forum-section{padding:clamp(32px,6vw,68px) 0}.forum-section__head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px}.forum-section__head p{margin:.45rem 0 0;color:var(--forum-muted);max-width:660px}.forum-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.forum-panel{background:var(--forum-surface);border:1px solid var(--forum-border);border-radius:22px;padding:clamp(20px,3vw,30px);box-shadow:var(--forum-shadow)}.forum-panel.is-soft{background:var(--forum-soft)}.forum-panel ul{padding-left:1.2rem}.forum-panel li{margin:.6rem 0;line-height:1.55}
.forum-title{font-size:clamp(1.8rem,4vw,2.7rem);font-weight:900;margin:0 0 18px}.forum-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.forum-card{padding:20px;margin-bottom:14px;border:1px solid var(--forum-border);border-radius:20px;background:#fff;box-shadow:var(--forum-shadow)}.forum-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px;margin-bottom:12px}.forum-grid-full{grid-column:1/-1}
.forum-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.forum-quick-card{display:flex;flex-direction:column;min-height:170px;padding:20px;border:1px solid var(--forum-border);border-radius:20px;background:#fff;color:var(--forum-ink);box-shadow:var(--forum-shadow);transition:.18s ease}.forum-quick-card:hover,.forum-quick-card:focus-visible{transform:translateY(-3px);border-color:#9ccfc7}.forum-quick-card i{font-size:1.35rem;color:var(--forum-primary)}.forum-quick-card strong{margin:18px 0 5px}.forum-quick-card small{color:var(--forum-muted);line-height:1.45}
.forum-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.forum-content-card,.forum-region-card{border:1px solid var(--forum-border);border-radius:21px;background:#fff;box-shadow:var(--forum-shadow);overflow:hidden;min-width:0}.forum-content-card>img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.forum-content-card__body{padding:19px}.forum-content-card time,.forum-meta{font-size:.8rem;color:var(--forum-muted)}.forum-content-card h3,.forum-region-card h3{font-size:1.08rem;margin:9px 0;line-height:1.35}.forum-content-card p{font-size:.9rem;margin:.45rem 0}.forum-text-link{display:inline-flex;align-items:center;gap:7px;color:var(--forum-primary);font-weight:900;margin-top:10px}.forum-text-link:hover,.forum-text-link:focus-visible{color:var(--forum-primary-dark);text-decoration:underline}.forum-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f1f4f4;color:#64757b;font-size:.7rem;font-weight:900}.forum-status.is-ready,.forum-status.status-upcoming{background:#e6f7f3;color:#087268}.forum-status.status-ongoing{background:#fff4d8;color:#8b6100}.forum-status.status-completed{background:#edf0f5;color:#526071}
.forum-region-card .forum-card-link{display:grid;grid-template-columns:104px minmax(0,1fr);height:100%;padding:16px;color:inherit}.forum-region-card__logo{width:92px;aspect-ratio:1;border-radius:18px;background:var(--forum-soft);display:grid;place-items:center;overflow:hidden}.forum-region-card__logo img{width:100%;height:100%;padding:10px;object-fit:contain}.forum-region-card__body p{font-size:.85rem;margin:.35rem 0}.forum-region-card__body small{display:block;color:var(--forum-muted);margin:.2rem 0}.forum-region-card:hover,.forum-region-card:focus-within{border-color:#9ccfc7;transform:translateY(-2px)}
.forum-filter{display:flex;flex-wrap:wrap;gap:10px;padding:14px;margin-bottom:20px;border:1px solid var(--forum-border);border-radius:18px;background:#fff}.forum-filter input,.forum-filter select{min-height:44px;min-width:180px;flex:1;border:1px solid #ccdcd9;border-radius:12px;padding:9px 12px;background:#fff}.forum-filter .forum-button{min-width:auto}.forum-empty{text-align:center;padding:42px 20px;border:1px dashed #b9cfcb;border-radius:20px;background:#fff;color:var(--forum-muted)}
.forum-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;font-size:.82rem;color:var(--forum-muted);margin-bottom:16px}.forum-breadcrumb a{color:var(--forum-primary)}.forum-detail{max-width:860px;margin:0 auto}.forum-detail__image{width:100%;max-height:460px;aspect-ratio:16/9;object-fit:cover;border-radius:22px;margin:18px 0}.forum-prose{white-space:pre-line;line-height:1.8}.forum-structure{display:grid;gap:26px}.forum-structure__group>h2{font-size:1.25rem;padding-left:12px;border-left:4px solid var(--forum-accent);margin-bottom:14px}.forum-member-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.forum-member{padding:18px;border:1px solid var(--forum-border);border-radius:18px;background:#fff;text-align:center}.forum-member img{width:92px;height:92px;object-fit:cover;border-radius:50%;margin-bottom:12px}.forum-member h3{font-size:1rem;margin:.3rem}.forum-member p{font-size:.83rem;margin:.15rem;color:var(--forum-muted)}
.forum-cta{padding:clamp(28px,5vw,48px);border-radius:26px;background:var(--forum-primary-dark);color:#fff;text-align:center}.forum-cta h2{color:#fff;max-width:800px;margin:0 auto}.forum-cta .forum-actions{justify-content:center}.forum-cta .forum-button{background:#fff;border-color:#fff;color:var(--forum-primary-dark)!important}.forum-registration-note{font-size:.84rem;color:var(--forum-muted);margin-top:12px}.forum-page .pagination{justify-content:center;flex-wrap:wrap;margin-top:24px}.forum-page .page-link{color:var(--forum-primary)}
.siraya-forum-home-card{display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:16px;margin:16px 0;padding:18px;border:1px solid #d9e8e5;border-radius:22px;background:#f5fbfa;color:#17343b;box-shadow:0 10px 24px rgba(22,69,73,.08)}.siraya-forum-home-card img{width:72px;height:72px;object-fit:contain;border-radius:16px;background:#fff;padding:7px}.siraya-forum-home-card strong{display:block;font-size:1rem}.siraya-forum-home-card p{margin:5px 0 0;color:#60737a;font-size:.82rem;line-height:1.5}.siraya-forum-home-card__cta{color:#087f75;font-weight:900;font-size:.82rem}.siraya-forum-home-card:hover,.siraya-forum-home-card:focus-visible{border-color:#8fc8bf;transform:translateY(-2px)}
@media(max-width:900px){.forum-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.forum-card-grid,.forum-member-grid,.forum-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.forum-hero,.forum-intro{grid-template-columns:1fr}.forum-hero__logo{grid-row:1;width:170px}.forum-hero{text-align:center}.forum-actions,.forum-social-row{justify-content:center}}
@media(max-width:640px){.forum-page{padding:78px 14px calc(104px + env(safe-area-inset-bottom))}.forum-nav{top:68px}.forum-nav summary{display:block}.forum-nav details:not([open]) .forum-nav__links{display:none}.forum-nav__links{display:grid;grid-template-columns:1fr 1fr;padding:4px 10px 12px}.forum-nav a{font-size:.78rem;padding:9px}.forum-section{padding:34px 0}.forum-section__head{align-items:start;flex-direction:column}.forum-card-grid,.forum-member-grid,.forum-grid{grid-template-columns:1fr}.forum-region-card .forum-card-link{grid-template-columns:82px minmax(0,1fr);padding:13px}.forum-region-card__logo{width:72px}.forum-filter{display:grid}.forum-filter input,.forum-filter select{width:100%;min-width:0}.siraya-forum-home-card{grid-template-columns:60px minmax(0,1fr);gap:12px}.siraya-forum-home-card img{width:58px;height:58px}.siraya-forum-home-card__cta{grid-column:2}.forum-hero{padding:26px 18px}.forum-quick-grid{gap:10px}.forum-quick-card{min-height:150px;padding:16px}}
@media(prefers-reduced-motion:reduce){.forum-page *{scroll-behavior:auto!important;transition:none!important}}

/* Interactive organization structure */
.forum-structure-page{--structure-purple:#6847d9;--structure-pink:#e83e8c;--structure-blue:#1787e8;--structure-yellow:#ffd45c}.structure-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);align-items:center;gap:28px;overflow:hidden;padding:clamp(28px,5vw,62px);border:1px solid #dbe9e7;border-radius:32px;background:radial-gradient(circle at 90% 20%,rgba(255,212,92,.28),transparent 28%),radial-gradient(circle at 5% 100%,rgba(104,71,217,.1),transparent 30%),#fff;box-shadow:0 22px 55px rgba(30,78,83,.11)}.structure-hero:before{content:"";position:absolute;z-index:-1;width:160px;height:160px;right:-65px;top:-70px;border:28px solid rgba(232,62,140,.07);border-radius:50%}.structure-hero h1{font-size:clamp(2.35rem,6vw,4.8rem);max-width:780px;margin:.55rem 0 1rem;line-height:.98}.structure-hero h1 span{color:var(--structure-purple)}.structure-hero__copy>p{max-width:680px;margin:0;color:var(--forum-muted);font-size:clamp(.95rem,2vw,1.08rem)}.structure-hero__stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.structure-hero__stats div{display:flex;align-items:center;gap:8px;min-width:145px;padding:10px 13px;border:1px solid var(--forum-border);border-radius:15px;background:rgba(255,255,255,.8)}.structure-hero__stats strong{font-size:1.45rem;color:var(--structure-purple)}.structure-hero__stats span{max-width:82px;color:var(--forum-muted);font-size:.68rem;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.structure-hero__visual{position:relative;display:grid;place-items:center;min-height:290px}.structure-hero__visual:before,.structure-hero__visual:after{content:"";position:absolute;border-radius:50%}.structure-hero__visual:before{width:260px;height:260px;background:linear-gradient(145deg,#fff4c7,#ffdf73);transform:rotate(-7deg)}.structure-hero__visual:after{width:230px;height:230px;border:2px dashed rgba(104,71,217,.3);animation:structure-spin 24s linear infinite}.structure-hero__visual img{position:relative;z-index:2;width:min(70%,210px);aspect-ratio:1;object-fit:contain;padding:12px;border-radius:28px;background:#fff;filter:drop-shadow(0 15px 20px rgba(79,47,37,.16));transform:rotate(3deg)}.structure-orbit{position:absolute;z-index:3;padding:8px 12px;border-radius:999px;box-shadow:0 10px 24px rgba(40,47,60,.15);font-size:.73rem;font-weight:900;letter-spacing:.02em}.structure-orbit--one{left:0;top:28px;background:var(--structure-purple);color:#fff;transform:rotate(-6deg)}.structure-orbit--two{right:0;bottom:28px;background:var(--structure-pink);color:#fff;transform:rotate(7deg)}@keyframes structure-spin{to{transform:rotate(360deg)}}
.structure-trust-note{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;margin:18px 0 22px;padding:16px 18px;border:1px solid #cfe8e3;border-radius:18px;background:#f2fbf9;color:#3e5c62}.structure-trust-note>i{margin-top:4px;color:var(--forum-primary)}.structure-trust-note p{margin:0;font-size:.85rem;line-height:1.6}
.structure-switcher{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:600px;margin:30px auto 20px;padding:7px;border:1px solid var(--forum-border);border-radius:18px;background:#f0f5f5}.structure-switcher button{min-height:48px;border:0;border-radius:13px;background:transparent;color:#587076;font-weight:900;cursor:pointer;transition:.18s ease}.structure-switcher button:hover,.structure-switcher button:focus-visible{color:var(--forum-primary);outline:3px solid rgba(8,127,117,.17);outline-offset:1px}.structure-switcher button.is-active{background:#fff;color:var(--structure-purple);box-shadow:0 7px 18px rgba(28,64,69,.1)}.structure-switcher button i{margin-right:7px}.structure-panel{padding:clamp(20px,4vw,38px);border:1px solid var(--forum-border);border-radius:28px;background:#fbfdfd}.structure-panel[hidden]{display:none}.structure-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.structure-kicker{color:var(--structure-purple);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.structure-section-heading h2{margin:.35rem 0 0}.structure-freshness,.structure-archive-badge{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:8px 11px;border-radius:999px;background:#e7f8f3;color:#087268;font-size:.72rem;font-weight:900}.structure-archive-badge{background:#f0ebff;color:#6746c9}
.structure-spotlight{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;overflow:hidden;padding:clamp(20px,4vw,34px);border:1px solid #decfff;border-radius:24px;background:linear-gradient(120deg,#fff 0%,#f7f3ff 100%);box-shadow:0 14px 35px rgba(82,57,159,.11)}.structure-spotlight:after{content:"✦";position:absolute;right:20%;top:-35px;color:rgba(104,71,217,.08);font-size:8rem;transform:rotate(16deg)}.structure-avatar{position:relative;display:grid;place-items:center;width:64px;height:64px;overflow:hidden;border:3px solid #fff;border-radius:20px;background:linear-gradient(145deg,var(--structure-purple),var(--structure-pink));box-shadow:0 8px 20px rgba(83,51,168,.2);color:#fff;font-size:1.1rem;font-weight:950;letter-spacing:.04em}.structure-avatar img{width:100%;height:100%;object-fit:cover}.structure-avatar--spotlight{width:104px;height:104px;border-radius:30px;font-size:1.8rem}.structure-spotlight__body{position:relative;z-index:1}.structure-role-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#efe8ff;color:#6847d9;font-size:.72rem;font-weight:900}.structure-spotlight h3{margin:8px 0 4px;font-size:clamp(1.45rem,3vw,2rem)}.structure-spotlight__body>p{max-width:650px;margin:.35rem 0;color:var(--forum-muted);font-size:.88rem}.structure-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.structure-meta-row span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:9px;background:#fff;color:#5d6d75;font-size:.73rem;font-weight:750}.structure-source-link{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 13px;border:1px solid #d6c8fb;border-radius:13px;background:#fff;color:var(--structure-purple);font-size:.78rem;font-weight:900}.structure-source-link:hover,.structure-source-link:focus-visible{background:var(--structure-purple);color:#fff;outline:3px solid rgba(104,71,217,.2)}
.structure-open-call{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;margin-top:16px;padding:15px 18px;border:1px dashed #c6d8d5;border-radius:18px;background:#fff}.structure-open-call__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#fff3cf;color:#a66b00}.structure-open-call strong{color:var(--forum-ink)}.structure-open-call p{margin:2px 0 0;color:var(--forum-muted);font-size:.8rem}
.structure-tools{display:grid;gap:12px;margin-bottom:10px}.structure-search{position:relative;display:block}.structure-search i{position:absolute;left:16px;top:50%;color:#839499;transform:translateY(-50%)}.structure-search input{width:100%;height:50px;padding:10px 16px 10px 44px;border:1px solid #cfdddb;border-radius:15px;background:#fff;color:var(--forum-ink);font:inherit}.structure-search input:focus{border-color:var(--structure-purple);outline:3px solid rgba(104,71,217,.14)}.structure-filter-chips{display:flex;flex-wrap:wrap;gap:8px}.structure-filter-chips button{min-height:38px;padding:7px 12px;border:1px solid #d7e3e1;border-radius:999px;background:#fff;color:#536970;font-size:.74rem;font-weight:900;cursor:pointer}.structure-filter-chips button:hover,.structure-filter-chips button:focus-visible{border-color:var(--structure-purple);color:var(--structure-purple);outline:none}.structure-filter-chips button.is-active{border-color:var(--structure-purple);background:var(--structure-purple);color:#fff}.structure-result-count{min-height:20px;margin:10px 0;color:var(--forum-muted);font-size:.75rem;font-weight:800}.structure-archive-groups{display:grid;gap:28px}.structure-group[hidden],.structure-member-card[hidden]{display:none}.structure-group__heading{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center;margin-bottom:12px}.structure-group__heading>span{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:#eae4ff;color:var(--structure-purple)}.structure-group:nth-child(2) .structure-group__heading>span{background:#fff0d4;color:#a96900}.structure-group:nth-child(3) .structure-group__heading>span{background:#e2f7f3;color:#087f75}.structure-group__heading h3{margin:0;font-size:1.08rem}.structure-group__heading p{margin:2px 0 0;color:var(--forum-muted);font-size:.76rem}.structure-member-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.structure-member-card{position:relative;min-width:0;padding:16px;border:1px solid var(--forum-border);border-radius:19px;background:#fff;box-shadow:0 7px 20px rgba(24,61,66,.06);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.structure-member-card:hover,.structure-member-card:focus-within{border-color:#bba9ee;box-shadow:0 13px 28px rgba(65,47,121,.11);transform:translateY(-3px)}.structure-member-card__top{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.structure-verified{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e2f8f1;color:#07806e;font-size:.65rem}.structure-member-card__role{display:block;min-height:31px;color:var(--structure-purple);font-size:.67rem;font-weight:900;line-height:1.25;text-transform:uppercase;letter-spacing:.045em}.structure-member-card h4{overflow-wrap:anywhere;margin:4px 0 13px;color:var(--forum-ink);font-size:.98rem;line-height:1.3}.structure-member-card details{border-top:1px solid #edf1f0}.structure-member-card summary{display:flex;justify-content:space-between;align-items:center;padding-top:10px;color:#65787d;font-size:.72rem;font-weight:900;cursor:pointer;list-style:none}.structure-member-card summary::-webkit-details-marker{display:none}.structure-member-card details[open] summary i{transform:rotate(180deg)}.structure-member-card__detail{padding-top:8px}.structure-member-card__detail p{display:flex;gap:7px;margin:5px 0;color:var(--forum-muted);font-size:.7rem;line-height:1.4}.structure-member-card__detail a{display:inline-flex;align-items:center;gap:6px;margin-top:6px;color:var(--forum-primary);font-size:.72rem;font-weight:900}.structure-no-results{margin-top:15px}
.structure-sources{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px;align-items:start;margin-top:26px;padding:clamp(24px,4vw,40px);border:1px solid #e3e8e7;border-radius:26px;background:#fff}.structure-sources h2{margin:.35rem 0}.structure-sources p{max-width:430px;margin:.5rem 0;color:var(--forum-muted);font-size:.85rem}.structure-source-list{display:grid;gap:10px}.structure-source-list a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"year title icon" "year note icon";column-gap:12px;align-items:center;padding:14px;border:1px solid var(--forum-border);border-radius:16px;color:inherit}.structure-source-list a:hover,.structure-source-list a:focus-visible{border-color:#a994e6;background:#faf8ff;outline:3px solid rgba(104,71,217,.1)}.structure-source-list a>span{grid-area:year;padding:7px;border-radius:9px;background:#f0ebff;color:var(--structure-purple);font-size:.72rem;font-weight:950}.structure-source-list strong{grid-area:title;font-size:.83rem}.structure-source-list small{grid-area:note;color:var(--forum-muted);font-size:.69rem}.structure-source-list a>i{grid-area:icon;color:var(--structure-purple)}
@media(max-width:960px){.structure-member-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.structure-spotlight{grid-template-columns:auto minmax(0,1fr)}.structure-source-link{grid-column:2;justify-self:start}.structure-sources{grid-template-columns:1fr}}
@media(max-width:760px){.structure-hero{grid-template-columns:1fr;text-align:left}.structure-hero__visual{grid-row:1;min-height:210px}.structure-hero__visual:before{width:190px;height:190px}.structure-hero__visual:after{width:170px;height:170px}.structure-hero__visual img{width:145px}.structure-orbit--one{left:9%;top:12px}.structure-orbit--two{right:9%;bottom:12px}.structure-member-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.structure-section-heading{align-items:start;flex-direction:column}.structure-spotlight{align-items:start}.structure-avatar--spotlight{width:78px;height:78px;border-radius:23px;font-size:1.35rem}.structure-sources{gap:18px}}
@media(max-width:520px){.structure-hero{padding:24px 18px;border-radius:24px}.structure-hero h1{font-size:2.35rem}.structure-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.structure-hero__stats div{min-width:0;display:block;padding:9px;text-align:center}.structure-hero__stats strong,.structure-hero__stats span{display:block;max-width:none}.structure-hero__stats span{margin-top:3px;font-size:.57rem}.structure-switcher{gap:5px;padding:5px}.structure-switcher button{padding:8px 5px;font-size:.72rem}.structure-panel{padding:18px 13px;border-radius:22px}.structure-spotlight{grid-template-columns:1fr;gap:12px}.structure-avatar--spotlight{width:72px;height:72px}.structure-source-link{grid-column:1;width:100%;justify-content:center}.structure-member-grid{grid-template-columns:1fr 1fr;gap:9px}.structure-member-card{padding:13px}.structure-avatar{width:54px;height:54px;border-radius:17px}.structure-member-card__role{font-size:.6rem}.structure-member-card h4{font-size:.88rem}.structure-group__heading p{font-size:.7rem}.structure-sources{padding:20px 14px}.structure-source-list a{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"year title" "note note";gap:4px 9px}.structure-source-list a>i{display:none}.structure-source-list small{margin-top:5px}.structure-trust-note{padding:13px}.structure-open-call{align-items:start}}
@media(prefers-reduced-motion:reduce){.structure-hero__visual:after{animation:none}}
.structure-hero{max-width:100%}.structure-hero>*{min-width:0}.structure-hero h1,.structure-hero h1 span{overflow-wrap:anywhere}
@media(max-width:520px){.structure-hero h1{font-size:2.2rem}.structure-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.structure-hero__stats div:last-child{grid-column:1/-1}}

/* Gen Z member biodata directory */
.forum-members-page{--member-purple:#6847d9;--member-pink:#ed3d8f;--member-yellow:#ffd45c;--member-teal:#08a8a1}.members-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr);gap:28px;align-items:center;overflow:hidden;padding:clamp(28px,5vw,58px);border:1px solid #e1d9f9;border-radius:32px;background:radial-gradient(circle at 92% 10%,rgba(255,212,92,.43),transparent 24%),radial-gradient(circle at 0 100%,rgba(237,61,143,.08),transparent 28%),#fff;box-shadow:0 20px 48px rgba(60,44,113,.1)}.members-hero:after{content:"";position:absolute;right:-38px;bottom:-55px;width:150px;height:150px;border:22px solid rgba(104,71,217,.08);border-radius:50%}.members-hero>div{min-width:0}.members-hero h1{font-size:clamp(2.2rem,5.7vw,4.6rem);line-height:1;margin:.55rem 0 1rem}.members-hero h1 span{color:var(--member-purple);overflow-wrap:anywhere}.members-hero p{max-width:720px;margin:0;color:var(--forum-muted);font-size:clamp(.94rem,2vw,1.05rem)}.members-hero__sticker{position:relative;display:grid;place-items:center;min-height:280px}.members-hero__sticker:before{content:"";position:absolute;width:230px;height:230px;border-radius:42% 58% 58% 42%/44% 43% 57% 56%;background:var(--member-yellow);transform:rotate(12deg)}.members-hero__sticker img{position:relative;z-index:1;width:185px;height:185px;padding:13px;border:8px solid #fff;border-radius:32px;background:#fff;object-fit:contain;box-shadow:0 17px 35px rgba(61,43,104,.17);transform:rotate(-5deg)}.members-hero__sticker span{position:absolute;z-index:2;right:4%;bottom:17%;padding:9px 13px;border-radius:999px;background:var(--member-pink);box-shadow:0 8px 22px rgba(147,24,80,.22);color:#fff;font-size:.78rem;font-weight:950;transform:rotate(7deg)}
.members-period-panel{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:20px;align-items:center;margin:20px 0 34px;padding:18px 20px;border:1px solid var(--forum-border);border-radius:22px;background:#f7fbfa}.members-period-panel>div{display:flex;align-items:center;gap:12px}.members-filter-icon{display:grid;place-items:center;flex:0 0 auto;width:46px;height:46px;border-radius:15px;background:#ece7ff;color:var(--member-purple)}.members-period-panel h2{margin:0;font-size:1rem}.members-period-panel p{margin:2px 0 0;color:var(--forum-muted);font-size:.76rem}.members-period-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:9px;align-items:end}.members-period-form label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.members-period-form select{width:100%;min-height:46px;padding:9px 38px 9px 13px;border:1px solid #cddcda;border-radius:13px;background:#fff;color:var(--forum-ink);font:inherit;font-size:.84rem}.members-period-form select:focus{border-color:var(--member-purple);outline:3px solid rgba(104,71,217,.14)}.members-reset{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:8px 10px;color:var(--member-purple);font-size:.78rem;font-weight:900}.members-reset:hover,.members-reset:focus-visible{text-decoration:underline}.members-result-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}.members-result-heading h2{margin:.35rem 0 0}.members-result-heading>span{padding:7px 11px;border-radius:999px;background:#ece7ff;color:var(--member-purple);font-size:.72rem;font-weight:900}
.members-bio-list{display:grid;gap:22px}.member-bio-card{position:relative;display:grid;grid-template-columns:minmax(240px,.75fr) minmax(0,1.25fr);gap:clamp(22px,4vw,48px);align-items:center;overflow:hidden;padding:clamp(18px,3vw,30px);border:1px solid var(--forum-border);border-radius:28px;background:#fff;box-shadow:0 14px 34px rgba(28,65,70,.08)}.member-bio-card:nth-child(even){grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);background:linear-gradient(120deg,#fff 0%,#f9f6ff 100%)}.member-bio-card:nth-child(even) .member-bio-card__visual{order:2;transform:rotate(1.6deg)}.member-bio-card:nth-child(even) .member-bio-card__content{order:1}.member-bio-card:nth-child(3n){background:linear-gradient(120deg,#fff 0%,#f1fbf9 100%)}.member-bio-card:before{content:"✦";position:absolute;right:4%;top:-22px;color:rgba(104,71,217,.07);font-size:6rem}.member-bio-card__visual{position:relative;min-width:0;transform:rotate(-1.6deg)}.member-bio-card__visual img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border:8px solid #fff;border-radius:24px;background:#edf8f6;box-shadow:0 13px 28px rgba(49,46,83,.14)}.member-photo-tape{position:absolute;z-index:2;left:50%;top:-10px;width:78px;height:24px;background:rgba(255,212,92,.82);transform:translateX(-50%) rotate(-3deg);clip-path:polygon(3% 9%,97% 0,94% 92%,0 100%)}.member-placeholder-badge{position:absolute;left:50%;bottom:13px;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(23,52,59,.88);color:#fff;font-size:.66rem;font-weight:850;transform:translateX(-50%);white-space:nowrap}.member-bio-card__content{position:relative;z-index:1;min-width:0}.member-bio-card__topline{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.member-role-chip,.member-archive-chip{display:inline-flex;padding:6px 10px;border-radius:999px;background:#ece7ff;color:var(--member-purple);font-size:.68rem;font-weight:950;text-transform:uppercase;letter-spacing:.045em}.member-archive-chip{background:#f1f3f3;color:#687a7f}.member-bio-card h3{overflow-wrap:anywhere;margin:11px 0 8px;font-size:clamp(1.55rem,4vw,2.6rem)}.member-bio-card__intro{max-width:650px;margin:0;color:var(--forum-muted);font-size:.9rem}.member-bio-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:18px 0}.member-bio-facts div{padding:10px 12px;border:1px solid #e2ecea;border-radius:13px;background:rgba(255,255,255,.75)}.member-bio-facts dt{display:flex;align-items:center;gap:6px;color:#718286;font-size:.66rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.member-bio-facts dd{overflow-wrap:anywhere;margin:4px 0 0;color:var(--forum-ink);font-size:.8rem;font-weight:850}.member-source-link{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:9px 12px;border:1px solid #c8e6e1;border-radius:12px;background:#f1fbf9;color:var(--forum-primary);font-size:.76rem;font-weight:900}.member-source-link:hover,.member-source-link:focus-visible{border-color:var(--forum-primary);background:var(--forum-primary);color:#fff}.members-bio-list>.forum-empty{display:grid;justify-items:center;gap:7px}.members-bio-list>.forum-empty>i{font-size:2rem;color:var(--member-purple)}.members-bio-list>.forum-empty strong{color:var(--forum-ink)}.members-bio-list>.forum-empty p{margin:0}
@media(max-width:820px){.members-hero{grid-template-columns:1fr}.members-hero__sticker{grid-row:1;min-height:220px}.members-hero__sticker:before{width:185px;height:185px}.members-hero__sticker img{width:150px;height:150px}.members-period-panel{grid-template-columns:1fr}.member-bio-card,.member-bio-card:nth-child(even){grid-template-columns:minmax(190px,.72fr) minmax(0,1.28fr)}.member-bio-card:nth-child(even) .member-bio-card__visual{order:2}.member-bio-facts{grid-template-columns:1fr}}
@media(max-width:600px){.members-hero{padding:24px 18px;border-radius:24px}.members-hero h1{font-size:2.25rem}.members-period-panel{padding:15px}.members-period-form{grid-template-columns:1fr auto}.members-period-form .forum-button{display:none}.members-reset{grid-column:2}.members-result-heading{align-items:start;flex-direction:column}.member-bio-card,.member-bio-card:nth-child(even){grid-template-columns:1fr;gap:18px;padding:16px;border-radius:23px}.member-bio-card:nth-child(even) .member-bio-card__visual,.member-bio-card:nth-child(even) .member-bio-card__content{order:initial}.member-bio-card__visual{width:min(82%,330px);margin:auto;transform:rotate(-1deg)}.member-bio-card:nth-child(even) .member-bio-card__visual{transform:rotate(1deg)}.member-bio-card h3{font-size:1.7rem}.member-bio-facts{grid-template-columns:1fr 1fr}.member-bio-card__intro{font-size:.84rem}}
@media(max-width:390px){.members-period-form{grid-template-columns:1fr}.members-reset{grid-column:1}.member-bio-facts{grid-template-columns:1fr}}
.members-hero__sticker img{position:absolute;width:160px;height:160px;padding:0;object-fit:cover}.members-hero__sticker img.is-male{left:10%;top:20%;transform:rotate(-7deg)}.members-hero__sticker img.is-female{right:7%;bottom:13%;z-index:2;transform:rotate(7deg)}
@media(max-width:820px){.members-hero__sticker{min-height:240px}.members-hero__sticker img{width:145px;height:145px}.members-hero__sticker img.is-male{left:calc(50% - 125px)}.members-hero__sticker img.is-female{right:calc(50% - 125px)}}

/* Forum Anak regional profile */
.forum-region-detail-page{--region-purple:#6847d9;--region-pink:#ed3d8f;--region-yellow:#ffd45c}.region-profile-hero{position:relative;display:grid;grid-template-columns:minmax(220px,.6fr) minmax(0,1.4fr);gap:clamp(24px,5vw,58px);align-items:center;overflow:hidden;padding:clamp(24px,5vw,52px);border:1px solid #d9e8e5;border-radius:30px;background:radial-gradient(circle at 100% 0,rgba(255,212,92,.35),transparent 27%),radial-gradient(circle at 0 100%,rgba(104,71,217,.1),transparent 31%),#fff;box-shadow:var(--forum-shadow)}.region-profile-hero:after{content:"#SuaraAnak";position:absolute;right:3%;bottom:5%;color:rgba(104,71,217,.07);font-size:clamp(2.3rem,7vw,5.8rem);font-weight:950;letter-spacing:-.05em;transform:rotate(-5deg)}.region-profile-hero__logo{position:relative;z-index:1;display:grid;place-items:center;width:min(100%,280px);aspect-ratio:1;margin:auto;padding:18px;border:1px solid #e2ecea;border-radius:34px;background:#fff;box-shadow:0 18px 40px rgba(42,68,73,.13);transform:rotate(-2deg)}.region-profile-hero__logo:before{content:"";position:absolute;inset:-13px;z-index:-1;border:2px dashed rgba(104,71,217,.25);border-radius:39px;transform:rotate(4deg)}.region-profile-hero__logo img{width:100%;height:100%;object-fit:contain;border-radius:22px}.region-profile-hero__logo>span{position:absolute;bottom:12px;padding:5px 9px;border-radius:999px;background:rgba(23,52,59,.86);color:#fff;font-size:.64rem;font-weight:850}.region-profile-hero__content{position:relative;z-index:1;min-width:0}.region-profile-hero__status{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:13px}.region-profile-hero__status .forum-status{gap:6px}.region-abbreviation{padding:5px 9px;border-radius:999px;background:#ece7ff;color:var(--region-purple);font-size:.7rem;font-weight:950}.region-profile-hero h1{overflow-wrap:anywhere;margin:.45rem 0 .7rem;font-size:clamp(2.15rem,5.5vw,4rem);line-height:1}.region-profile-hero__location,.region-profile-hero__period{display:flex;align-items:center;gap:8px;margin:.35rem 0;color:var(--forum-muted);font-size:.88rem}.region-profile-hero__location i,.region-profile-hero__period i{width:18px;color:var(--forum-primary)}.region-profile-hero__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:21px}.region-website-button.is-unavailable{border-style:dashed;border-color:#bdc9c7;background:#f0f3f3;color:#66777c!important}.region-website-button.is-unavailable:hover,.region-website-button.is-unavailable:focus-visible{border-color:#9caeaa;background:#e8eeee;color:#485b60!important;transform:none}
.region-update-note{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;margin:18px 0;padding:17px 19px;border:1px solid #f0d99c;border-radius:19px;background:#fffaf0}.region-update-note>span{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:#fff0c7;color:#a46d00}.region-update-note strong{color:var(--forum-ink)}.region-update-note p{margin:2px 0 0;color:var(--forum-muted);font-size:.82rem}.region-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.region-profile-card{min-width:0;padding:clamp(19px,3vw,28px);border:1px solid var(--forum-border);border-radius:23px;background:#fff;box-shadow:0 10px 26px rgba(26,62,67,.07)}.region-profile-card--about{background:linear-gradient(135deg,#fff 0%,#f5fbfa 100%)}.region-profile-card--chair{background:linear-gradient(135deg,#fff 0%,#faf7ff 100%)}.region-profile-card__heading{display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:center;margin-bottom:16px}.region-profile-card__heading>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#e6f7f3;color:var(--forum-primary)}.region-profile-card:nth-child(2) .region-profile-card__heading>span{background:#eee9ff;color:var(--region-purple)}.region-profile-card:nth-child(3) .region-profile-card__heading>span{background:#fff0cc;color:#9a6700}.region-profile-card:nth-child(4) .region-profile-card__heading>span{background:#ffe8f2;color:#b92367}.region-profile-card__heading small{display:block;color:var(--forum-primary);font-size:.64rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.region-profile-card__heading h2{margin:2px 0 0;font-size:1.18rem}.region-profile-card>p{margin:0;color:var(--forum-muted);font-size:.88rem}.region-history-disclosure{margin-top:16px;border-top:1px solid #e3ecea}.region-history-disclosure summary{display:flex;justify-content:space-between;align-items:center;padding:13px 0 0;color:var(--region-purple);font-size:.8rem;font-weight:900;cursor:pointer;list-style:none}.region-history-disclosure summary::-webkit-details-marker{display:none}.region-history-disclosure[open] summary i{transform:rotate(180deg)}.region-history-disclosure>div{padding-top:10px;color:var(--forum-muted);font-size:.84rem;line-height:1.7;white-space:pre-line}.region-inline-empty{display:inline-flex;align-items:center;gap:7px;margin-top:15px;padding:8px 10px;border-radius:10px;background:#f3f5f5;color:#718084;font-size:.72rem;font-weight:750}.region-chair-profile{display:grid;grid-template-columns:auto minmax(0,1fr);gap:15px;align-items:center}.region-chair-profile__photo{display:grid;place-items:center;width:88px;height:88px;overflow:hidden;border:5px solid #fff;border-radius:26px;background:linear-gradient(145deg,var(--region-purple),var(--region-pink));box-shadow:0 9px 22px rgba(83,52,156,.18);color:#fff;font-size:1.6rem}.region-chair-profile__photo img{width:100%;height:100%;object-fit:cover}.region-chair-profile strong{display:block;overflow-wrap:anywhere;font-size:1rem}.region-chair-profile p{margin:4px 0;color:var(--forum-muted);font-size:.76rem}.region-chair-profile small{color:var(--region-purple);font-weight:850}.region-contact-list{display:grid;gap:9px}.region-contact-list>a,.region-contact-list>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:center;padding:11px;border:1px solid #e2ebe9;border-radius:14px;background:#fbfdfd;color:inherit}.region-contact-list>a:hover,.region-contact-list>a:focus-visible{border-color:#9ccfc7;background:#f1fbf9}.region-contact-list>a>i,.region-contact-list>div>i{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:#e8f6f3;color:var(--forum-primary)}.region-contact-list small,.region-contact-list strong{display:block}.region-contact-list small{color:var(--forum-muted);font-size:.65rem}.region-contact-list strong{overflow-wrap:anywhere;margin-top:2px;font-size:.78rem}.region-social-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.region-social-links>a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;min-height:46px;padding:9px 11px;border:1px solid #e1e9e7;border-radius:13px;color:var(--forum-ink);font-size:.75rem;font-weight:850}.region-social-links>a>i:first-child{color:var(--region-purple);font-size:1rem}.region-social-links>a>i:last-child{color:#83918f;font-size:.65rem}.region-social-links>a:hover,.region-social-links>a:focus-visible{border-color:#b6a6e8;background:#faf8ff;color:var(--region-purple)}.region-social-empty{grid-column:1/-1;display:grid;justify-items:center;gap:5px;padding:22px;border:1px dashed #c7d6d3;border-radius:15px;color:var(--forum-muted);text-align:center}.region-social-empty i{font-size:1.35rem;color:#91a4a0}.region-social-empty p{margin:0;font-size:.78rem}.region-profile-footer{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-top:22px;padding:clamp(23px,4vw,38px);border-radius:24px;background:#133f43;color:#fff}.region-profile-footer h2{margin:.35rem 0;color:#fff}.region-profile-footer p{margin:0;color:#c5dbd8;font-size:.84rem}.region-profile-footer .forum-eyebrow{color:#8be0d3}.region-profile-footer .forum-button{flex:0 0 auto;border-color:#fff;background:#fff;color:#075e57!important}.region-profile-footer .forum-button:hover{background:#e8f7f4}
@media(max-width:820px){.region-profile-hero{grid-template-columns:1fr;text-align:center}.region-profile-hero__logo{width:190px}.region-profile-hero__status,.region-profile-hero__actions,.region-profile-hero__location,.region-profile-hero__period{justify-content:center}.region-profile-grid{grid-template-columns:1fr}.region-profile-footer{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.region-profile-hero{padding:24px 17px;border-radius:24px}.region-profile-hero__logo{width:155px;border-radius:26px}.region-profile-hero h1{font-size:2.15rem}.region-profile-hero__actions{display:grid}.region-profile-hero__actions .forum-button{width:100%}.region-update-note{padding:14px}.region-profile-card{padding:18px 15px;border-radius:20px}.region-social-links{grid-template-columns:1fr}.region-chair-profile{align-items:start}.region-chair-profile__photo{width:72px;height:72px;border-radius:21px}.region-profile-footer{padding:23px 18px}.region-profile-footer .forum-button{width:100%}}

/* Unified Forum Anak mini-site design system */
.forum-page{--forum-purple:#6847d9;--forum-pink:#e83e8c;--forum-blue:#1787e8;--forum-yellow:#ffd45c}.forum-unified-page>.forum-nav,.forum-home-page>.forum-nav{margin-bottom:22px}.forum-page-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);align-items:center;gap:28px;overflow:hidden;padding:clamp(28px,5vw,62px);border:1px solid #dbe9e7;border-radius:32px;background:radial-gradient(circle at 90% 20%,rgba(255,212,92,.28),transparent 28%),radial-gradient(circle at 5% 100%,rgba(104,71,217,.1),transparent 30%),#fff;box-shadow:0 22px 55px rgba(30,78,83,.11)}.forum-page-hero:before{content:"";position:absolute;z-index:-1;width:160px;height:160px;right:-65px;top:-70px;border:28px solid rgba(232,62,140,.07);border-radius:50%}.forum-page-hero__copy{min-width:0}.forum-page-hero h1{max-width:780px;margin:.55rem 0 1rem;font-size:clamp(2.35rem,6vw,4.8rem);line-height:.98;overflow-wrap:anywhere}.forum-page-hero__copy>p{max-width:680px;margin:0;color:var(--forum-muted);font-size:clamp(.95rem,2vw,1.08rem)}.forum-page-hero__stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.forum-page-hero__stats div{display:flex;align-items:center;gap:8px;min-width:145px;padding:10px 13px;border:1px solid var(--forum-border);border-radius:15px;background:rgba(255,255,255,.82)}.forum-page-hero__stats strong{color:var(--forum-purple);font-size:1.45rem}.forum-page-hero__stats span{max-width:96px;color:var(--forum-muted);font-size:.68rem;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.forum-page-hero__visual{position:relative;display:grid;place-items:center;min-height:290px}.forum-page-hero__visual:before,.forum-page-hero__visual:after{content:"";position:absolute;border-radius:50%}.forum-page-hero__visual:before{width:260px;height:260px;background:linear-gradient(145deg,#fff4c7,#ffdf73);transform:rotate(-7deg)}.forum-page-hero__visual:after{width:230px;height:230px;border:2px dashed rgba(104,71,217,.3);animation:structure-spin 24s linear infinite}.forum-page-hero__visual img{position:relative;z-index:2;width:min(70%,210px);aspect-ratio:1;object-fit:contain;padding:12px;border-radius:28px;background:#fff;filter:drop-shadow(0 15px 20px rgba(79,47,37,.16));transform:rotate(3deg)}.forum-page-hero__orbit{position:absolute;z-index:3;padding:8px 12px;border-radius:999px;box-shadow:0 10px 24px rgba(40,47,60,.15);font-size:.73rem;font-weight:900}.forum-page-hero__orbit--one{left:0;top:28px;background:var(--forum-purple);color:#fff;transform:rotate(-6deg)}.forum-page-hero__orbit--two{right:0;bottom:28px;background:var(--forum-pink);color:#fff;transform:rotate(7deg)}
.forum-content-section{margin-top:26px;padding:clamp(22px,4vw,38px);border:1px solid var(--forum-border);border-radius:28px;background:#fbfdfd}.forum-unified-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:22px}.forum-unified-heading h2{margin:.3rem 0 0}.forum-unified-heading>p{max-width:430px;margin:0;color:var(--forum-muted);font-size:.82rem;text-align:right}.forum-kicker{color:var(--forum-purple);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.forum-filter--spotlight{position:relative;margin-bottom:24px;padding:9px;border-radius:17px;background:#fff;box-shadow:0 8px 22px rgba(24,61,66,.06)}.forum-filter--spotlight>i{position:absolute;z-index:1;left:24px;top:50%;color:#849599;transform:translateY(-50%)}.forum-filter--spotlight>i+input{padding-left:42px}.forum-filter input:focus,.forum-filter select:focus{border-color:var(--forum-purple);outline:3px solid rgba(104,71,217,.13)}
.forum-content-card,.forum-region-card,.forum-feature-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.forum-content-card:hover,.forum-content-card:focus-within,.forum-region-card:hover,.forum-region-card:focus-within,.forum-feature-card:hover,.forum-feature-card:focus-within{border-color:#bba9ee;box-shadow:0 16px 32px rgba(65,47,121,.12);transform:translateY(-3px)}.forum-content-card>img{background:#edf3f2}.forum-content-card__body{position:relative}.forum-content-card__body:before{content:"";position:absolute;top:0;left:19px;width:44px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--forum-purple),var(--forum-pink))}.forum-content-card h3{font-size:1.12rem}.forum-content-card .forum-text-link,.forum-region-card .forum-text-link{color:var(--forum-purple)}.forum-region-card{box-shadow:0 9px 24px rgba(24,61,66,.07)}.forum-region-card__logo{background:linear-gradient(145deg,#fff8d9,#f2edff)}.forum-empty{display:grid;justify-items:center;gap:7px;min-height:150px;align-content:center}.forum-empty>i{color:var(--forum-purple);font-size:1.55rem}.forum-empty>strong{color:var(--forum-ink);font-size:1rem}.forum-empty>p{margin:0;font-size:.8rem}
.forum-about-story{display:grid;grid-template-columns:minmax(190px,.42fr) minmax(0,1.58fr);gap:28px;align-items:start;background:radial-gradient(circle at 0 100%,rgba(104,71,217,.08),transparent 34%),#fff}.forum-about-story .forum-unified-heading{margin:0}.forum-prose--lead{color:#425d63;font-size:1rem}.forum-timeline{position:relative;display:grid;gap:12px}.forum-timeline:before{content:"";position:absolute;left:54px;top:12px;bottom:12px;width:2px;background:linear-gradient(var(--forum-purple),var(--forum-pink))}.forum-timeline__item{position:relative;display:grid;grid-template-columns:110px minmax(0,1fr);gap:18px;align-items:start;padding:18px;border:1px solid var(--forum-border);border-radius:19px;background:#fff}.forum-timeline__item>span{position:relative;z-index:1;justify-self:start;padding:7px 10px;border-radius:10px;background:var(--forum-purple);color:#fff;font-size:.72rem;font-weight:900}.forum-timeline__item h3{margin:0;font-size:1rem}.forum-timeline__item p{margin:5px 0 0;color:var(--forum-muted);font-size:.82rem}.forum-feature-card{position:relative;min-width:0;padding:22px;border:1px solid var(--forum-border);border-radius:21px;background:#fff;box-shadow:0 8px 24px rgba(24,61,66,.06)}.forum-feature-card__icon{display:grid;place-items:center;width:45px;height:45px;margin-bottom:17px;border-radius:14px;background:#ece7ff;color:var(--forum-purple)}.forum-feature-card.is-accent .forum-feature-card__icon{background:#fff0cc;color:#a36b00}.forum-feature-card small{color:var(--forum-purple);font-weight:900;text-transform:uppercase}.forum-feature-card h3{margin:7px 0;font-size:1.05rem}.forum-feature-card p{margin:0;color:var(--forum-muted);font-size:.82rem}
.forum-document-list{display:grid;gap:11px}.forum-document-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:15px;align-items:start;padding:18px;border:1px solid var(--forum-border);border-radius:18px;background:#fff}.forum-document-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#ece7ff;color:var(--forum-purple);font-size:1.2rem}.forum-document-card strong{color:var(--forum-ink)}.forum-document-card p{margin:4px 0;color:var(--forum-muted);font-size:.82rem}.forum-gallery-grid{gap:16px}.forum-gallery-card{overflow:hidden;border:1px solid var(--forum-border);border-radius:21px;background:#fff;box-shadow:0 9px 24px rgba(24,61,66,.07);transition:.18s ease}.forum-gallery-card:hover{border-color:#bba9ee;transform:translateY(-3px)}.forum-gallery-card>img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.forum-gallery-card>div{padding:18px}.forum-gallery-card h3{margin:0}.forum-gallery-card p{margin:6px 0;color:var(--forum-muted);font-size:.82rem}.forum-social-directory .forum-quick-card{position:relative;overflow:hidden;border-color:#ddd6f6}.forum-social-directory .forum-quick-card:after{content:"#";position:absolute;right:8px;bottom:-22px;color:rgba(104,71,217,.08);font-size:5rem;font-weight:950}.forum-social-directory .forum-quick-card i{color:var(--forum-purple)}
.forum-detail-page .forum-detail{max-width:920px}.forum-detail-page .forum-breadcrumb{margin:24px 0 14px}.forum-article{overflow:hidden;border:1px solid var(--forum-border);border-radius:28px;background:#fff;box-shadow:0 18px 46px rgba(30,78,83,.1)}.forum-article__header{position:relative;overflow:hidden;padding:clamp(25px,5vw,48px);background:radial-gradient(circle at 100% 0,rgba(255,212,92,.3),transparent 32%),radial-gradient(circle at 0 100%,rgba(104,71,217,.09),transparent 36%),#fff}.forum-article__header:after{content:"#SuaraAnak";position:absolute;right:3%;bottom:-13px;color:rgba(104,71,217,.06);font-size:clamp(2rem,7vw,5rem);font-weight:950}.forum-article__header h1{position:relative;z-index:1;max-width:780px;font-size:clamp(2rem,5vw,3.7rem);overflow-wrap:anywhere}.forum-article__meta{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px}.forum-article__meta span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:10px;background:#f4f1ff;color:#5f4a9d;font-size:.76rem;font-weight:800}.forum-article .forum-detail__image{display:block;width:calc(100% - clamp(28px,6vw,70px));max-height:520px;margin:0 auto;border-radius:22px;box-shadow:0 12px 28px rgba(26,62,67,.11)}.forum-article__body{padding:clamp(26px,5vw,52px);color:#405b61}.forum-article__footer{padding:0 clamp(26px,5vw,52px) clamp(26px,5vw,42px)}.forum-activity-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px}
.forum-home-page .forum-hero{isolation:isolate;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);border-radius:32px;background:radial-gradient(circle at 90% 20%,rgba(255,212,92,.28),transparent 28%),radial-gradient(circle at 5% 100%,rgba(104,71,217,.1),transparent 30%),#fff;box-shadow:0 22px 55px rgba(30,78,83,.11)}.forum-home-page .forum-hero:before{content:"#SuaraAnak";position:absolute;right:4%;bottom:2%;z-index:-1;color:rgba(104,71,217,.06);font-size:clamp(2.5rem,7vw,5rem);font-weight:950}.forum-home-page .forum-hero__logo{border:2px dashed rgba(104,71,217,.24);box-shadow:0 16px 40px rgba(83,51,168,.14);transform:rotate(3deg)}.forum-home-page .forum-section__head{padding-left:13px;border-left:4px solid var(--forum-purple)}.forum-home-page .forum-panel,.forum-home-page .forum-quick-card{box-shadow:0 9px 24px rgba(24,61,66,.07)}.forum-home-page .forum-quick-card:nth-child(3n+2) i{color:var(--forum-purple)}.forum-home-page .forum-quick-card:nth-child(3n+3) i{color:var(--forum-pink)}
@media(max-width:760px){.forum-page-hero{grid-template-columns:1fr}.forum-page-hero__visual{grid-row:1;min-height:210px}.forum-page-hero__visual:before{width:190px;height:190px}.forum-page-hero__visual:after{width:170px;height:170px}.forum-page-hero__visual img{width:145px}.forum-page-hero__orbit--one{left:9%;top:12px}.forum-page-hero__orbit--two{right:9%;bottom:12px}.forum-unified-heading{align-items:flex-start;flex-direction:column}.forum-unified-heading>p{text-align:left}.forum-about-story{grid-template-columns:1fr;gap:15px}.forum-home-page .forum-hero{grid-template-columns:1fr}.forum-home-page .forum-hero__logo{grid-row:1}}
@media(max-width:520px){.forum-page-hero{padding:24px 18px;border-radius:24px}.forum-page-hero h1{font-size:2.2rem}.forum-page-hero__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.forum-page-hero__stats div{display:block;min-width:0;padding:9px;text-align:center}.forum-page-hero__stats div:last-child:nth-child(odd){grid-column:1/-1}.forum-page-hero__stats span{display:block;max-width:none;margin-top:3px;font-size:.57rem}.forum-content-section{padding:18px 13px;border-radius:22px}.forum-filter--spotlight>i{display:none}.forum-filter--spotlight>i+input{padding-left:12px}.forum-timeline:before{left:26px}.forum-timeline__item{grid-template-columns:1fr;gap:10px;padding:15px}.forum-document-card{padding:14px}.forum-article{border-radius:22px}.forum-article__header{padding:24px 18px}.forum-article .forum-detail__image{width:calc(100% - 24px);border-radius:16px}.forum-article__body{padding:24px 18px}.forum-article__footer{padding:0 18px 24px}.forum-article__footer .forum-button{width:100%}}

/* Simplified three-page information architecture */
.forum-anchor-section{scroll-margin-top:150px}.forum-section-jump{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0}.forum-section-jump a{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;min-height:74px;padding:14px 17px;border:1px solid var(--forum-border);border-radius:18px;background:#fff;color:var(--forum-ink);box-shadow:0 8px 22px rgba(24,61,66,.06);transition:.18s ease}.forum-section-jump a:hover,.forum-section-jump a:focus-visible{border-color:#bba9ee;background:#faf8ff;box-shadow:0 13px 28px rgba(65,47,121,.11);transform:translateY(-2px)}.forum-section-jump a>i{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#ece7ff;color:var(--forum-purple);font-size:1.05rem}.forum-section-jump a:nth-child(2)>i{background:#ffe8f2;color:var(--forum-pink)}.forum-section-jump strong,.forum-section-jump small{display:block}.forum-section-jump strong{font-size:.86rem}.forum-section-jump small{margin-top:3px;color:var(--forum-muted);font-size:.68rem}.forum-section-pagination:empty{display:none}.forum-home-about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.forum-home-about-grid>.forum-content-section{min-width:0;margin-top:0}.forum-home-about-grid .forum-card-grid{grid-template-columns:1fr}.members-directory-merged{--member-purple:#6847d9;--member-pink:#ed3d8f;--member-yellow:#ffd45c;--member-teal:#08a8a1;margin-top:28px}.members-directory-merged>.members-period-panel{margin-top:0}.forum-news-activity-page #kegiatan{margin-top:28px}
@media(max-width:700px){.forum-section-jump,.forum-home-about-grid{grid-template-columns:1fr}.forum-section-jump{gap:8px}.forum-section-jump a{min-height:68px}.forum-anchor-section{scroll-margin-top:125px}}

/* Colorful gender-aware member silhouettes and homepage spotlight */
.structure-avatar.has-placeholder{border-color:#fff;background:#ece7ff;box-shadow:0 0 0 3px rgba(104,71,217,.16),0 8px 20px rgba(83,51,168,.2)}.structure-avatar img.is-placeholder{padding:2px;background:#f5f2ff;object-fit:contain}.structure-avatar img.is-placeholder.is-male{background:#edf9f7}.structure-avatar img.is-placeholder.is-female{background:#fbf4ff}.structure-avatar.has-placeholder.is-male{box-shadow:0 0 0 3px rgba(8,168,161,.2),0 8px 20px rgba(8,127,117,.18)}.structure-avatar.has-placeholder.is-female{box-shadow:0 0 0 3px rgba(237,61,143,.2),0 8px 20px rgba(155,40,94,.18)}.member-bio-card__visual img.is-placeholder{object-fit:contain}.member-bio-card__visual img.is-placeholder.is-male{border-color:#d8f3ee;background:#edf9f7;box-shadow:0 13px 30px rgba(8,127,117,.18)}.member-bio-card__visual img.is-placeholder.is-female{border-color:#f8dbea;background:#fbf4ff;box-shadow:0 13px 30px rgba(194,48,116,.17)}.member-bio-card__visual img.is-placeholder.is-neutral{border-color:#e5ddff;background:#f5f2ff;box-shadow:0 13px 30px rgba(104,71,217,.17)}.forum-home-spotlight .forum-actions{margin-top:20px}.forum-home-spotlight .forum-social-row{margin-top:13px}.forum-home-spotlight .structure-hero__stats{margin-top:18px}.forum-home-spotlight .forum-button.is-secondary{border-color:#d7cafb;color:var(--structure-purple)!important}.forum-home-spotlight .forum-social-row a{border-color:#ded4fa;color:var(--structure-purple)}.forum-home-spotlight .forum-social-row a:hover,.forum-home-spotlight .forum-social-row a:focus-visible{border-color:var(--structure-purple);background:var(--structure-purple);color:#fff}.forum-home-spotlight .structure-hero__visual:before{background:linear-gradient(145deg,#fff0b2,#ffd45c)}
@media(max-width:520px){.forum-home-spotlight .forum-actions{display:grid}.forum-home-spotlight .forum-actions .forum-button{width:100%}.forum-home-spotlight .forum-social-row{justify-content:center}}
.forum-home-spotlight{--structure-purple:#6847d9;--structure-pink:#e83e8c;--structure-blue:#1787e8;--structure-yellow:#ffd45c}

/* Youth illustrations and lightweight viewport reveals */
.forum-youth-hero,.forum-page-hero__visual--youth{min-height:clamp(250px,31vw,390px)}.forum-youth-hero:before,.forum-page-hero__visual--youth:before{width:86%;height:78%;border-radius:36% 64% 58% 42%/48% 42% 58% 52%;background:linear-gradient(145deg,#dff7ff,#f7ddff);transform:rotate(-3deg)}.forum-youth-hero:after,.forum-page-hero__visual--youth:after{width:78%;height:72%;border-radius:35%;border-color:rgba(104,71,217,.24)}.forum-youth-hero img,.forum-page-hero__visual--youth img{width:min(115%,520px);aspect-ratio:16/10;padding:0;border:0;border-radius:28px;background:#f9f5ff;object-fit:cover;object-position:68% center;filter:drop-shadow(0 18px 25px rgba(85,57,145,.2));transform:rotate(1.5deg)}.structure-avatar img.is-placeholder.is-male,.structure-avatar img.is-placeholder.is-female,.member-bio-card__visual img.is-placeholder.is-male,.member-bio-card__visual img.is-placeholder.is-female{padding:0;object-fit:cover}.member-bio-card__visual img.is-placeholder.is-male,.member-bio-card__visual img.is-placeholder.is-female{object-position:center top}
.forum-reveal-enabled [data-reveal]{opacity:0;transition:opacity .56s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),translate .56s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),scale .56s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms);will-change:opacity,translate,scale}.forum-reveal-enabled [data-reveal="fade-up"]{translate:0 24px}.forum-reveal-enabled [data-reveal="slide-in"]{translate:-30px 0}.forum-reveal-enabled [data-reveal="scale-in"]{scale:.94}.forum-reveal-enabled [data-reveal].is-visible{opacity:1;translate:none;scale:1}.forum-reveal-enabled [data-reveal].is-visible{will-change:auto}
@media(max-width:760px){.forum-youth-hero,.forum-page-hero__visual--youth{min-height:235px}.forum-youth-hero img,.forum-page-hero__visual--youth img{width:min(105%,430px);aspect-ratio:16/9;border-radius:22px}.forum-youth-hero:before,.forum-page-hero__visual--youth:before{width:92%;height:80%}.forum-youth-hero:after,.forum-page-hero__visual--youth:after{width:84%;height:74%}}
@media(max-width:520px){.forum-youth-hero,.forum-page-hero__visual--youth{min-height:205px}.forum-youth-hero img,.forum-page-hero__visual--youth img{width:100%;object-position:70% center}.forum-page-hero__visual--youth .forum-page-hero__orbit--one,.forum-youth-hero .structure-orbit--one{left:1%}.forum-page-hero__visual--youth .forum-page-hero__orbit--two,.forum-youth-hero .structure-orbit--two{right:1%}}
@media(prefers-reduced-motion:reduce){.forum-reveal-enabled [data-reveal]{opacity:1!important;translate:none!important;scale:1!important;transition:none!important}.forum-youth-hero:after,.forum-page-hero__visual--youth:after{animation:none}}
.structure-avatar img.is-placeholder.is-neutral,.member-bio-card__visual img.is-placeholder.is-neutral{padding:0;object-fit:cover;object-position:70% center}

/* Infinite, swipe-friendly regional network carousel */
.forum-region-showcase{position:relative}.forum-region-carousel{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;gap:10px;align-items:center}.forum-region-carousel__viewport{min-width:0;overflow-x:auto;padding:8px 4px 18px;scroll-snap-type:x proximity;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y}.forum-region-carousel__viewport::-webkit-scrollbar{display:none}.forum-region-carousel__viewport:focus-visible{border-radius:22px;outline:3px solid rgba(104,71,217,.2);outline-offset:3px}.forum-region-carousel__track{display:flex;align-items:stretch;width:max-content;gap:16px}.forum-region-carousel .forum-region-card{display:flex;flex:0 0 clamp(300px,34vw,380px);min-height:245px;scroll-snap-align:start}.forum-region-carousel .forum-region-card .forum-card-link{width:100%}.forum-region-carousel__control{display:grid;place-items:center;width:44px;height:44px;border:1px solid #d9d0f5;border-radius:50%;background:#fff;color:var(--forum-purple);box-shadow:0 9px 22px rgba(65,47,121,.12);cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease}.forum-region-carousel__control:hover,.forum-region-carousel__control:focus-visible{background:var(--forum-purple);color:#fff;transform:scale(1.06)}.forum-region-carousel__control:active{transform:scale(.96)}.forum-region-carousel__hint{display:flex;justify-content:center;align-items:center;gap:7px;margin:5px 0 0!important;color:var(--forum-muted);font-size:.74rem;text-align:center}.forum-region-carousel__hint i{color:var(--forum-purple)}
@media(max-width:700px){.forum-region-carousel{display:block}.forum-region-carousel__control{display:none}.forum-region-carousel__viewport{margin-inline:-14px;padding-inline:14px;scroll-padding-inline:14px}.forum-region-carousel .forum-region-card{flex-basis:min(84vw,340px);min-height:230px}.forum-region-carousel .forum-region-card .forum-card-link{grid-template-columns:82px minmax(0,1fr)}.forum-region-carousel .forum-region-card__logo{width:72px}.forum-region-carousel__hint{justify-content:flex-start}}
@media(prefers-reduced-motion:reduce){.forum-region-carousel__viewport{scroll-behavior:auto}}

/* Compact 6/6 news and activity cards on the Forum Anak homepage */
.forum-home-updates-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:clamp(30px,5vw,54px) 0}.forum-home-update-card{min-width:0;padding:clamp(20px,3vw,28px);border:1px solid var(--forum-border);border-radius:26px;background:#fbfdfd;box-shadow:0 10px 28px rgba(24,61,66,.07)}.forum-home-update-card .forum-section__head{align-items:flex-start;flex-direction:column;margin-bottom:17px}.forum-home-update-card .forum-section__head .forum-text-link{margin-top:0}.forum-home-update-card .forum-card-grid{grid-template-columns:1fr;gap:13px}.forum-home-update-card .forum-content-card{display:grid;grid-template-columns:minmax(112px,.38fr) minmax(0,.62fr)}.forum-home-update-card .forum-content-card>img{width:100%;height:100%;min-height:190px;aspect-ratio:auto}.forum-home-update-card .forum-content-card__body{padding:17px}.forum-home-update-card .forum-empty{min-height:190px;padding:28px 16px}
@media(max-width:760px){.forum-home-updates-grid{grid-template-columns:1fr;gap:14px;padding:34px 0}.forum-home-update-card{padding:20px 16px}}
@media(max-width:430px){.forum-home-update-card .forum-content-card{grid-template-columns:1fr}.forum-home-update-card .forum-content-card>img{height:auto;min-height:0;aspect-ratio:16/10}}

/* Keep the member directory visible and preserve its alternating desktop composition on mobile */
#biodata[data-reveal],#biodata [data-reveal]{opacity:1!important;translate:none!important;scale:1!important;transition:none!important;will-change:auto!important}
@media(max-width:600px){.members-directory-merged .members-result-heading{align-items:flex-end;flex-direction:row}.members-directory-merged .member-bio-card{grid-template-columns:minmax(108px,.42fr) minmax(0,.58fr);gap:12px;align-items:center;padding:13px;border-radius:21px}.members-directory-merged .member-bio-card:nth-child(even){grid-template-columns:minmax(0,.58fr) minmax(108px,.42fr)}.members-directory-merged .member-bio-card:nth-child(even) .member-bio-card__visual{order:2}.members-directory-merged .member-bio-card:nth-child(even) .member-bio-card__content{order:1}.members-directory-merged .member-bio-card__visual{width:100%;margin:0;transform:rotate(-1deg)}.members-directory-merged .member-bio-card:nth-child(even) .member-bio-card__visual{transform:rotate(1deg)}.members-directory-merged .member-bio-card__visual img{border-width:5px;border-radius:18px}.members-directory-merged .member-photo-tape{top:-7px;width:54px;height:17px}.members-directory-merged .member-placeholder-badge{bottom:7px;gap:3px;padding:4px 6px;font-size:.52rem}.members-directory-merged .member-role-chip,.members-directory-merged .member-archive-chip{padding:4px 6px;font-size:.55rem}.members-directory-merged .member-bio-card h3{margin:7px 0 5px;font-size:clamp(1.08rem,4.7vw,1.4rem);line-height:1.08}.members-directory-merged .member-bio-card__intro{font-size:.72rem;line-height:1.45}.members-directory-merged .member-bio-facts{grid-template-columns:1fr;gap:6px;margin:10px 0}.members-directory-merged .member-bio-facts div{padding:7px 8px}.members-directory-merged .member-bio-facts dt{font-size:.55rem}.members-directory-merged .member-bio-facts dd{font-size:.68rem}.members-directory-merged .member-source-link{width:100%;min-height:36px;justify-content:center;padding:7px;font-size:.63rem;text-align:center}}

/* Photo-first organization chart, scoped to the archive panel */
.structure-panel--archive{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 8% 9%,rgba(43,205,216,.11),transparent 19%),radial-gradient(circle at 92% 14%,rgba(232,62,140,.1),transparent 20%),linear-gradient(180deg,#fcfdff 0%,#f8fbff 100%)}
.structure-panel--archive:before,.structure-panel--archive:after{content:"";position:absolute;z-index:-1;border-radius:999px;pointer-events:none}.structure-panel--archive:before{right:5%;top:155px;width:70px;height:70px;background:radial-gradient(circle,#ff8d7f 0 10%,transparent 12% 100%);background-size:14px 14px;opacity:.24}.structure-panel--archive:after{left:-28px;top:42%;width:92px;height:140px;border:18px solid rgba(104,71,217,.08);transform:rotate(24deg)}
.org-chart{--org-line:#a99be0;position:relative;display:grid;justify-items:stretch;width:100%;padding:8px 0 4px}.org-level{position:relative;display:grid;justify-items:center;gap:15px;width:100%}.org-level[hidden]{display:none}.org-level__heading{display:flex;align-items:center;gap:10px;max-width:440px;text-align:center}.org-level__heading>div{min-width:0}.org-level__heading small{display:block;color:#7359cf;font-size:.62rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.org-level__heading h3{margin:2px 0 0;font-size:1.12rem}.org-level__heading p{margin:2px 0 0;color:var(--forum-muted);font-size:.7rem;line-height:1.45}.org-level__icon{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border:1px solid rgba(104,71,217,.13);border-radius:14px;background:#eee9ff;color:#6847d9;box-shadow:0 7px 18px rgba(80,54,156,.12)}.org-level__icon.is-blue{background:#e5f2ff;color:#1779cf}.org-level__icon.is-pink{background:#ffe8f2;color:#d62c79}.org-level__icon.is-cyan{background:#dcf8f7;color:#078b89}.org-level__icon.is-coral{background:#ffebe7;color:#d95143}
.org-level__nodes{position:relative;display:grid;grid-template-columns:repeat(var(--node-count),minmax(0,188px));justify-content:center;gap:16px;width:100%}.org-level--chair .org-level__nodes,.org-level--vice .org-level__nodes{max-width:188px}.org-level--secretariat .org-level__nodes{max-width:392px}.org-level--division .org-level__nodes,.org-level--support .org-level__nodes{max-width:800px}.org-node-wrap{position:relative;min-width:0}.org-level__nodes:before{content:"";position:absolute;left:50%;top:-15px;width:calc(100% - max(0px,(100% - (var(--node-count) * 188px + (var(--node-count) - 1) * 16px))));max-width:calc((var(--node-count) - 1) * 204px);height:2px;background:var(--org-line);transform:translateX(-50%);opacity:calc(var(--node-count) - 1)}.org-node-wrap:before{content:"";position:absolute;left:50%;top:-15px;width:2px;height:15px;background:var(--org-line);transform:translateX(-50%)}.org-level--chair .org-level__nodes:before,.org-level--chair .org-node-wrap:before{display:none}
.org-connector{position:relative;width:100%;height:52px}.org-connector:before{content:"";position:absolute;left:50%;top:0;width:2px;height:100%;border-radius:2px;background:linear-gradient(#a99be0,#6fcbd0);transform:translateX(-50%) scaleY(0);transform-origin:top;transition:transform .55s cubic-bezier(.22,1,.36,1)}.org-connector span{position:absolute;left:50%;top:50%;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#8a75d5;box-shadow:0 0 0 3px rgba(138,117,213,.16);transform:translate(-50%,-50%) scale(0);transition:transform .35s ease .3s}.org-chart.is-visible .org-connector:before,.org-connector.is-visible:before{transform:translateX(-50%) scaleY(1)}.org-chart.is-visible .org-connector span,.org-connector.is-visible span{transform:translate(-50%,-50%) scale(1)}.org-connector.is-support:before{background:repeating-linear-gradient(to bottom,#ee8175 0 7px,transparent 7px 12px)}.org-connector.is-support span{background:#ee8175}
.org-member-card{display:block;width:100%;margin:0;padding:0;overflow:hidden;border:0;border-radius:22px;background:#fff;color:#fff;text-align:left;box-shadow:0 11px 25px rgba(51,45,92,.14);cursor:pointer;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease}.org-member-card__photo{position:relative;display:block;width:100%;aspect-ratio:4/5;overflow:hidden;border-radius:inherit;background:linear-gradient(145deg,#e4f8fa,#efe8ff)}.org-member-card__photo:after{content:"✦";position:absolute;right:10px;top:8px;color:rgba(255,255,255,.82);font-size:1rem;text-shadow:0 2px 8px rgba(38,30,77,.22)}.org-member-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .36s cubic-bezier(.22,1,.36,1)}.org-member-card img.is-placeholder{object-fit:cover;object-position:center top}.org-member-card img.is-placeholder.is-neutral{object-position:70% center}.org-member-card__overlay{position:absolute;inset:auto 0 0;display:flex;flex-direction:column;justify-content:end;min-height:52%;padding:34px 13px 13px;background:linear-gradient(transparent,rgba(25,25,50,.9));transition:min-height .24s ease,background .24s ease}.org-member-card__overlay small{align-self:flex-start;margin-bottom:6px;padding:4px 7px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.15);font-size:.55rem;font-weight:900;backdrop-filter:blur(6px)}.org-member-card__overlay strong{overflow-wrap:anywhere;color:#fff;font-size:.92rem;line-height:1.18}.org-member-card__overlay>span{margin-top:4px;color:rgba(255,255,255,.88);font-size:.65rem;font-weight:750;line-height:1.3}.org-member-card__detail{position:absolute;right:10px;top:10px;display:flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(33,28,63,.62);color:#fff;font-size:.57rem;font-weight:900;opacity:0;translate:0 -5px;transition:opacity .2s ease,translate .2s ease;backdrop-filter:blur(8px)}.org-member-card:hover,.org-member-card:focus-visible{outline:none;box-shadow:0 17px 34px rgba(70,51,136,.24);transform:translateY(-5px) scale(1.012)}.org-member-card:focus-visible{box-shadow:0 0 0 4px rgba(104,71,217,.23),0 17px 34px rgba(70,51,136,.24)}.org-member-card:hover img,.org-member-card:focus-visible img{transform:scale(1.045)}.org-member-card:hover .org-member-card__overlay,.org-member-card:focus-visible .org-member-card__overlay{min-height:58%;background:linear-gradient(transparent,rgba(35,27,71,.94))}.org-member-card:hover .org-member-card__detail,.org-member-card:focus-visible .org-member-card__detail{opacity:1;translate:0 0}
.forum-reveal-enabled .structure-panel--archive .org-level{opacity:0;translate:0 22px;transition:opacity .52s cubic-bezier(.22,1,.36,1) var(--level-delay),translate .52s cubic-bezier(.22,1,.36,1) var(--level-delay)}.forum-reveal-enabled .structure-panel--archive .org-level.is-visible{opacity:1;translate:none}.forum-reveal-enabled .structure-panel--archive .org-node-wrap{opacity:0;translate:0 16px;transition:opacity .48s ease var(--node-delay),translate .48s cubic-bezier(.22,1,.36,1) var(--node-delay)}.forum-reveal-enabled .structure-panel--archive .org-level.is-visible .org-node-wrap{opacity:1;translate:none}
.org-member-modal{--modal-purple:#6847d9}.org-member-modal .modal-dialog{max-width:620px;padding:12px}.org-member-modal .modal-content{overflow:hidden;border:0;border-radius:28px;background:#fff;box-shadow:0 28px 80px rgba(24,23,55,.32)}.org-member-modal__close{position:absolute;right:14px;top:14px;z-index:3;display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:rgba(24,23,55,.55);color:#fff;cursor:pointer;backdrop-filter:blur(8px)}.org-member-modal__close:hover,.org-member-modal__close:focus-visible{background:#fff;color:var(--modal-purple);outline:3px solid rgba(255,255,255,.3)}.org-member-modal__hero{position:relative;display:grid;grid-template-columns:210px minmax(0,1fr);min-height:270px;background:linear-gradient(135deg,#5436ba,#965ee8 52%,#eb5b99);color:#fff}.org-member-modal__hero:after{content:"#SuaraAnak";position:absolute;right:18px;top:18px;color:rgba(255,255,255,.08);font-size:2.6rem;font-weight:950;transform:rotate(-5deg)}.org-member-modal__hero img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;background:#edf8f6}.org-member-modal__hero img.is-placeholder{object-position:center top}.org-member-modal__hero img.is-placeholder.is-neutral{object-position:70% center}.org-member-modal__hero>div{position:relative;z-index:1;align-self:end;padding:32px 25px}.org-member-modal__hero span{display:inline-flex;padding:6px 9px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.13);font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.org-member-modal__hero h3{margin:10px 0 7px;color:#fff;font-size:clamp(1.55rem,4vw,2.25rem);line-height:1.02}.org-member-modal__hero p{margin:0;color:rgba(255,255,255,.86);font-size:.76rem}.org-member-modal__body{display:grid;gap:16px;padding:24px}.org-member-modal__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0}.org-member-modal__facts div{padding:11px 12px;border:1px solid #e5e0f7;border-radius:14px;background:#faf8ff}.org-member-modal__facts dt{display:flex;align-items:center;gap:6px;color:#715cc0;font-size:.63rem;font-weight:900;text-transform:uppercase}.org-member-modal__facts dd{margin:4px 0 0;color:var(--forum-ink);font-size:.8rem;font-weight:800}.org-member-modal__story>span{color:#7359cf;font-size:.64rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.org-member-modal__story p{margin:5px 0 0;color:var(--forum-muted);font-size:.83rem;line-height:1.65}.org-member-modal__source{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid #cde8e3;border-radius:14px;background:#f1fbf9;color:var(--forum-primary)}.org-member-modal__source>i:first-child{font-size:1.1rem}.org-member-modal__source small,.org-member-modal__source strong{display:block}.org-member-modal__source small{color:var(--forum-muted);font-size:.58rem}.org-member-modal__source strong{font-size:.72rem}
@media(max-width:960px){.org-level__nodes{grid-template-columns:repeat(var(--node-count),minmax(0,1fr))}.org-level__nodes:before{width:calc(100% - (100% / var(--node-count)));max-width:none}}
@media(max-width:700px){.structure-panel--archive{padding-inline:14px}.org-chart{align-items:stretch;padding-left:0}.org-chart:before{display:none}.org-connector{display:block;height:44px}.org-level{justify-items:center;padding-left:0;margin-bottom:0}.org-level__heading{justify-content:center;text-align:center}.org-level__nodes{justify-content:center;gap:22px 10px}.org-level--chair .org-level__nodes,.org-level--vice .org-level__nodes{grid-template-columns:minmax(0,188px);max-width:188px}.org-level--secretariat .org-level__nodes{grid-template-columns:repeat(2,minmax(0,1fr));max-width:370px}.org-level--division .org-level__nodes,.org-level--support .org-level__nodes{grid-template-columns:repeat(2,minmax(0,1fr));max-width:370px}.org-level__nodes:before{display:block;width:calc(100% - 50%);max-width:none}.org-node-wrap{max-width:none}.org-node-wrap:before{left:50%;top:-15px;width:2px;height:15px;transform:translateX(-50%)}.org-node-wrap:after{display:none}.org-member-card__photo{min-height:0;aspect-ratio:4/5}.org-member-card img{object-position:center top}.org-member-card__overlay{min-height:58%;padding:30px 10px 11px}.org-member-card__overlay strong{font-size:.78rem}.org-member-card__overlay>span{font-size:.58rem}.org-member-card__detail{right:7px;top:7px;padding:5px 7px;opacity:1;translate:0 0}.org-member-modal .modal-dialog{align-items:center;min-height:100%;margin:0;padding:10px}.org-member-modal .modal-content{max-height:calc(100dvh - 20px);border-radius:25px}.org-member-modal__hero{grid-template-columns:135px minmax(0,1fr);min-height:210px}.org-member-modal__hero>div{padding:24px 17px}.org-member-modal__hero h3{font-size:1.45rem}.org-member-modal__body{padding:19px}.org-member-modal__facts{grid-template-columns:1fr}}
@media(max-width:420px){.org-member-card__photo{aspect-ratio:4/3;min-height:195px}.org-member-modal__hero{grid-template-columns:112px minmax(0,1fr)}.org-member-modal__hero>div{padding:20px 14px}.org-member-modal__hero h3{font-size:1.2rem}.org-member-modal__close{right:10px;top:10px;width:36px;height:36px}}
@media(prefers-reduced-motion:reduce){.structure-panel--archive .org-level,.structure-panel--archive .org-node-wrap{opacity:1!important;translate:none!important;transition:none!important}.org-connector:before{transform:translateX(-50%) scaleY(1)!important;transition:none!important}.org-connector span{transform:translate(-50%,-50%) scale(1)!important;transition:none!important}.org-member-card,.org-member-card img,.org-member-card__overlay,.org-member-card__detail{transition:none!important}.org-member-card:hover,.org-member-card:focus-visible{transform:none!important}}

/* Official SK entries without a public download URL use the same source-card layout. */
.structure-panel--current{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 8% 9%,rgba(43,205,216,.11),transparent 19%),radial-gradient(circle at 92% 14%,rgba(232,62,140,.1),transparent 20%),linear-gradient(180deg,#fcfdff 0%,#f8fbff 100%)}
.structure-source-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"year title icon" "year note icon";column-gap:12px;align-items:center;padding:14px;border:1px solid var(--forum-border);border-radius:16px;color:inherit}
.structure-source-list article>span{grid-area:year;padding:7px;border-radius:9px;background:#f0ebff;color:var(--structure-purple);font-size:.72rem;font-weight:950}
.structure-source-list article>i{grid-area:icon;color:var(--structure-purple)}
@media(max-width:520px){.structure-source-list article{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"year title" "note note";gap:4px 9px}.structure-source-list article>i{display:none}}
@media(max-width:380px){.members-directory-merged .member-bio-card{grid-template-columns:minmax(96px,.4fr) minmax(0,.6fr);gap:9px;padding:11px}.members-directory-merged .member-bio-card:nth-child(even){grid-template-columns:minmax(0,.6fr) minmax(96px,.4fr)}.members-directory-merged .members-result-heading h2{font-size:1.3rem}.members-directory-merged .members-result-heading>span{padding:5px 8px;font-size:.62rem}}

/* Clear period selector for the organization structure */
.structure-period-picker{display:grid;grid-template-columns:auto minmax(180px,.75fr) minmax(260px,1.25fr);gap:13px;align-items:center;max-width:820px;margin:30px auto 20px;padding:13px 14px;border:1px solid #d9d1f2;border-radius:20px;background:linear-gradient(120deg,#faf8ff,#f3fbfa);box-shadow:0 10px 25px rgba(43,51,88,.08)}.structure-period-picker__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#ece7ff;color:var(--structure-purple);font-size:1.05rem}.structure-period-picker label strong,.structure-period-picker label small{display:block}.structure-period-picker label strong{color:var(--forum-ink);font-size:.86rem}.structure-period-picker label small{margin-top:3px;color:var(--forum-muted);font-size:.68rem}.structure-period-picker__select{position:relative;min-width:0}.structure-period-picker select{width:100%;min-height:50px;padding:10px 42px 10px 14px;border:1px solid #cfc5ee;border-radius:14px;appearance:none;background:#fff;color:#45366f;font:inherit;font-size:.8rem;font-weight:900;cursor:pointer}.structure-period-picker select:hover{border-color:var(--structure-purple)}.structure-period-picker select:focus{border-color:var(--structure-purple);outline:3px solid rgba(104,71,217,.15)}.structure-period-picker__select>i{position:absolute;right:15px;top:50%;color:var(--structure-purple);font-size:.7rem;pointer-events:none;transform:translateY(-50%)}
@media(max-width:700px){.structure-period-picker{grid-template-columns:auto minmax(0,1fr);gap:10px;margin-top:22px}.structure-period-picker__select{grid-column:1/-1}}
@media(max-width:520px){.structure-period-picker{padding:11px}.structure-period-picker select{font-size:.73rem}}
