:root{--navy:#08152b;--blue:#1266ed;--cyan:#63d5ff;--gold:#d7ad4f;--gold-soft:#f7e7b3;--ink:#17233b;--muted:#61708a;--surface:#fff;--tint:#f3f7ff;--line:#dce5f4;--radius:18px;--shadow:0 16px 42px rgba(18,42,85,.1);--sans:"DM Sans",Arial,sans-serif;--display:"Plus Jakarta Sans",Arial,sans-serif}.forum-hero{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 78% 45%,rgba(99,213,255,.16),transparent 24%),radial-gradient(circle at 92% 15%,rgba(215,173,79,.16),transparent 22%),linear-gradient(135deg,#050d1c 0%,#08152b 52%,#102d61 100%);color:#fff;padding:5.5rem 0}.forum-hero:before{content:"";position:absolute;z-index:-1;width:520px;height:520px;right:-100px;top:-160px;border:1px solid rgba(99,213,255,.2);border-radius:50%;box-shadow:0 0 0 50px rgba(99,213,255,.025),0 0 0 110px rgba(215,173,79,.025)}.forum-hero:after{content:"";position:absolute;z-index:-1;right:5%;bottom:-80px;width:420px;height:240px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0 1px,transparent 1px 42px),repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0 1px,transparent 1px 42px);mask-image:linear-gradient(to top,black,transparent);transform:perspective(500px) rotateX(55deg);transform-origin:bottom}.forum-hero-inner{display:grid;grid-template-columns:1fr 1.05fr;gap:2.5rem;align-items:center}.forum-hero h1{max-width:760px}.forum-hero h1 span{color:var(--cyan)}.forum-hero p:not(.eyebrow){color:#d9e6ff;max-width:650px}.forum-hero-art{position:relative;max-width:620px;margin-left:auto;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.15);box-shadow:0 24px 70px rgba(0,0,0,.3)}.forum-hero-art img{display:block;width:100%;height:auto}.forum-hero-art:after{content:"";position:absolute;inset:auto 8% 7% 8%;height:22%;background:linear-gradient(to top,rgba(5,13,28,.4),transparent);pointer-events:none}.forum-section{padding:4.5rem 0;background:var(--tint)}.forum-toolbar{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2rem}.forum-toolbar p:last-child{color:var(--muted);margin:.6rem 0 0}.forum-actions{display:flex;gap:.75rem;flex-wrap:wrap}.forum-actions .button-secondary{color:var(--navy);border-color:var(--line);background:#fff}.forum-layout{display:grid;grid-template-columns:310px 1fr;gap:1.25rem}.forum-panel{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(19,44,90,.05);padding:1.25rem}.forum-panel-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.forum-panel-title h3{font-size:1.05rem}.forum-panel-title span{color:var(--muted);font-size:.85rem}.forum-category-list{display:grid;gap:.55rem}.forum-category{display:flex;align-items:center;gap:.8rem;width:100%;padding:.75rem;border:1px solid transparent;border-radius:14px;background:#f7faff;text-align:left;cursor:pointer;color:var(--ink);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.forum-category:hover{transform:translateY(-1px);border-color:#bfd1f3;background:#eef5ff;box-shadow:0 8px 20px rgba(18,102,237,.08)}.forum-category.is-active{border-color:#a9c5f7;background:linear-gradient(135deg,#eaf2ff,#f8fbff);color:var(--blue);box-shadow:0 10px 24px rgba(18,102,237,.1)}.forum-category-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:linear-gradient(145deg,#fff,#edf4ff);border:1px solid #d8e5f7;font-size:1.35rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.forum-category-copy{min-width:0}.forum-category-copy strong,.forum-category-copy small{display:block}.forum-category-copy strong{line-height:1.25}.forum-category-copy small{margin-top:.22rem;color:var(--muted);font-size:.72rem;line-height:1.3}.forum-category.is-active .forum-category-copy small{color:#536f9f}.forum-topic-list{display:grid}.forum-topic{padding:1rem 0;border-bottom:1px solid var(--line)}.forum-topic:first-child{padding-top:.2rem}.forum-topic:last-child{border-bottom:0}.forum-topic h4{margin:0 0 .35rem;font:700 1.05rem var(--display)}.forum-topic h4 a:hover{color:var(--blue)}.forum-topic-meta{display:flex;flex-wrap:wrap;gap:.7rem;color:var(--muted);font-size:.82rem}.forum-topic-category{color:var(--blue);font-weight:700}.forum-guidance{margin-top:1rem}.forum-guidance p{color:var(--muted);font-size:.9rem}.forum-refresh{border:0;background:transparent;color:var(--blue);font-weight:700;cursor:pointer}.forum-status{min-height:0;margin-bottom:1rem}.forum-status:not(:empty){padding:.8rem 1rem;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted)}.forum-skeleton{height:45px;border-radius:10px;background:#edf2f9}.forum-skeleton.large{height:85px;margin:.5rem 0}.forum-empty{padding:2rem 1rem;text-align:center;color:var(--muted)}.forum-modal[hidden]{display:none}.forum-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1rem}.forum-modal-backdrop{position:absolute;inset:0;background:rgba(6,15,33,.65)}.forum-dialog{position:relative;width:min(680px,100%);max-height:90vh;overflow:auto;padding:2rem;background:#fff;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.25)}.forum-close{position:absolute;right:1rem;top:.75rem;border:0;background:transparent;font-size:1.8rem;cursor:pointer;color:var(--muted)}.forum-dialog form{display:grid;gap:.65rem;margin-top:1.5rem}.forum-dialog label{font-weight:700}.forum-dialog input,.forum-dialog select{width:100%;padding:.8rem;border:1px solid var(--line);border-radius:10px;font:inherit}.forum-dialog input:focus,.forum-dialog select:focus{outline:3px solid rgba(18,102,237,.16);border-color:var(--blue)}.forum-editor-intro{margin:.5rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.55}.forum-editor{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(18,42,85,.05)}.forum-editor:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,102,237,.1),0 8px 24px rgba(18,42,85,.05)}.forum-editor-toolbar{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap;padding:.55rem .65rem;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fbfdff,#f3f7fc)}.forum-editor-toolbar button{min-width:36px;height:34px;padding:0 .55rem;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ink);font:600 .82rem var(--sans);cursor:pointer}.forum-editor-toolbar button:hover{background:#eaf2ff;border-color:#c9daf5;color:var(--blue)}.forum-editor-toolbar button:focus-visible{outline:2px solid var(--blue);outline-offset:1px}.forum-editor-divider{width:1px;height:24px;background:var(--line);margin:0 .2rem}.forum-editor-content{min-height:210px;max-height:360px;overflow:auto;padding:1rem 1.05rem;color:var(--ink);font:400 .98rem/1.7 var(--sans);outline:0;white-space:normal}.forum-editor-content:empty:before{content:attr(data-placeholder);color:#93a0b4;pointer-events:none}.forum-editor-content p{margin:.15rem 0 .75rem}.forum-editor-content h3{margin:.5rem 0 .65rem;font:700 1.15rem var(--display);color:var(--navy)}.forum-editor-content blockquote{margin:.8rem 0;padding:.65rem .9rem;border-left:4px solid var(--gold);background:#fffaf0;color:#536070}.forum-editor-content ul,.forum-editor-content ol{padding-left:1.5rem;margin:.45rem 0 .8rem}.forum-editor-content a{color:var(--blue);text-decoration:underline}.forum-editor-footer{display:flex;justify-content:space-between;gap:1rem;padding:.5rem .8rem;border-top:1px solid var(--line);background:#fafcff;color:var(--muted);font-size:.72rem}.forum-form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.75rem}.forum-post-body{color:var(--ink);font-size:.98rem;line-height:1.75}.forum-post-body p{margin:.2rem 0 .85rem}.forum-post-body h3{margin:1rem 0 .5rem;font:700 1.08rem var(--display);color:var(--navy)}.forum-post-body blockquote{margin:.8rem 0;padding:.65rem .9rem;border-left:4px solid var(--gold);background:#fffaf0;color:#536070}.forum-post-body ul,.forum-post-body ol{padding-left:1.5rem}.forum-post-body a{color:var(--blue);text-decoration:underline}.forum-reactions{margin-top:1rem;padding:.8rem .9rem;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f7faff)}.forum-reactions-label{display:block;margin-bottom:.55rem;color:var(--muted);font-size:.74rem;font-weight:700;letter-spacing:.02em}.forum-reaction-list{display:flex;flex-wrap:wrap;gap:.45rem}.forum-reaction{display:inline-flex;align-items:center;gap:.35rem;min-height:36px;padding:.42rem .62rem;border:1px solid #d9e3f2;border-radius:999px;background:#fff;color:var(--ink);font:600 .78rem var(--sans);cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.forum-reaction:hover{transform:translateY(-1px);border-color:#b8cae8;background:#eef5ff;box-shadow:0 5px 14px rgba(18,102,237,.08)}.forum-reaction:focus-visible{outline:3px solid rgba(18,102,237,.18);outline-offset:2px}.forum-reaction:disabled{cursor:wait;opacity:.65;transform:none}.forum-reaction.is-active{border-color:#8eb2ee;background:#e9f2ff;box-shadow:inset 0 0 0 1px rgba(18,102,237,.06)}.forum-reaction-emoji{font-size:1.05rem;line-height:1}.forum-reaction-count{min-width:1.1rem;text-align:center;color:var(--muted)}.forum-reaction.is-active .forum-reaction-count{color:var(--blue)}.forum-reaction-status{min-height:1.2rem;margin:.4rem 0;color:var(--muted);font-size:.8rem}.forum-author{display:inline-flex;align-items:center;gap:.55rem;min-width:0}.forum-author-avatar{width:34px;height:34px;flex:0 0 34px;border-radius:50%;object-fit:cover;background:#e8f0fc;border:1px solid #c9d9f0}.forum-author-avatar--initials{display:inline-grid;place-items:center;background:linear-gradient(135deg,#eaf2ff,#fff7df);color:var(--navy);font:700 .72rem var(--sans)}.forum-author-name{font-weight:700;color:var(--ink);line-height:1.2}.forum-topic-author{margin:.55rem 0 .7rem}.forum-topic-author--detail{padding:.7rem .85rem;border:1px solid var(--line);border-radius:14px;background:#f8fbff}.forum-post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;color:var(--muted);font-size:.82rem}.forum-post-author .forum-author-avatar{width:30px;height:30px;flex-basis:30px}.forum-post-author .forum-author-name{font-size:.82rem}.forum-topic-author .forum-author-avatar{width:40px;height:40px;flex-basis:40px}.forum-topic-author .forum-author-name{font-size:.9rem}.forum-share{margin:1.25rem 0 1.5rem;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#f8fbff,#fffaf0);box-shadow:0 8px 22px rgba(18,42,85,.05)}.forum-share-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.7rem}.forum-share-heading strong{font:700 .95rem var(--display);color:var(--navy)}.forum-share-heading span{color:var(--muted);font-size:.78rem}.forum-share-actions{display:flex;flex-wrap:wrap;gap:.5rem}.forum-share-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:38px;padding:.48rem .7rem;border:1px solid #d5e1f2;border-radius:10px;background:#fff;color:var(--ink);font:700 .78rem var(--sans);text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.forum-share-button:hover{transform:translateY(-1px);border-color:#a9c5f7;background:#f4f8ff;box-shadow:0 6px 16px rgba(18,102,237,.09);text-decoration:none}.forum-share-button:focus-visible{outline:3px solid rgba(18,102,237,.18);outline-offset:2px}.forum-share-status{min-height:1.15rem;margin:.55rem 0 0;color:var(--muted);font-size:.76rem}.forum-share-facebook span:first-child{font-weight:900}.forum-share-x span:first-child{font-size:1rem}.forum-share-linkedin span:first-child{font-size:.72rem}.forum-share-whatsapp span:first-child{font-size:.68rem}.forum-share-telegram span:first-child{font-size:1rem}.forum-share-native,.forum-share-copy{background:#f7faff}.forum-share-native{border-color:#bcd0f1}.forum-share-copy{border-color:#e0cf9e;background:#fffaf0}@media(max-width:760px){.forum-hero{padding:4rem 0}.forum-hero-inner,.forum-layout{grid-template-columns:1fr}.forum-hero-art{order:2;max-width:none;margin:0}.forum-toolbar{align-items:stretch;flex-direction:column}.forum-actions{width:100%}.forum-actions .button{flex:1}.forum-sidebar{order:2}.forum-main{order:1}.forum-community-card .feature-grid{grid-template-columns:1fr}.forum-category{padding:.65rem}.forum-category-icon{flex-basis:38px;width:38px;height:38px;font-size:1.2rem}.forum-dialog{padding:1.5rem}.forum-editor-content{min-height:180px}.forum-editor-footer{font-size:.68rem;flex-direction:column;gap:.15rem}.forum-editor-toolbar{gap:.15rem}.forum-reaction-list{gap:.35rem}.forum-reaction{flex:1 1 calc(50% - .35rem);justify-content:center}.forum-reaction-name{font-size:.75rem}.forum-topic-author--detail{padding:.65rem}.forum-post-meta{align-items:flex-start}.forum-share{padding:.9rem}.forum-share-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.forum-share-button{width:100%}.forum-share-heading{display:block}.forum-share-heading span{display:block;margin-top:.2rem}}
