.update-discussion[hidden] { display:none !important; }
.community-notifications[hidden],.community-notifications-dot[hidden],.community-notifications-panel[hidden] { display:none !important; }
.community-notifications { position:relative; }
.community-notifications-button { position:relative; display:grid; place-items:center; width:38px; height:38px; padding:0; border:1px solid rgba(255,255,255,.09); background:#0c0f14; color:#8c929c; cursor:pointer; transition:border-color .16s ease,color .16s ease,background-color .16s ease; }
.community-notifications-button:hover,.community-notifications-button[aria-expanded="true"] { border-color:rgba(220,178,54,.38); background:#111319; color:#e2bd4b; }
.community-notifications-button svg { width:17px; height:17px; }
.community-notifications-dot { position:absolute; top:6px; right:6px; width:7px; height:7px; border:2px solid #0c0f14; border-radius:50%; background:#e14950; box-shadow:0 0 9px rgba(225,73,80,.7); }
.community-notifications-panel { position:absolute; z-index:1200; top:calc(100% + 9px); right:0; width:min(380px,calc(100vw - 24px)); border:1px solid rgba(220,178,54,.25); background:#0b0e13; box-shadow:0 20px 55px rgba(0,0,0,.62); }
.community-notifications-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 14px; border-bottom:1px solid rgba(255,255,255,.07); }
.community-notifications-head strong { color:#e7e7e4; font:750 13px/1 "Manrope",sans-serif; text-transform:uppercase; }
.community-notifications-head span { color:#d15f65; font:650 9px/1 "Manrope",sans-serif; }
.community-notifications-list { display:grid; max-height:360px; overflow:auto; }
.community-notification-item { display:grid; grid-template-columns:34px minmax(0,1fr); gap:10px; padding:11px 14px; border-bottom:1px solid rgba(255,255,255,.055); color:inherit; text-decoration:none; transition:background-color .16s ease; }
.community-notification-item:hover { background:rgba(220,178,54,.055); }
.community-notification-item > .community-notification-avatar { display:block; width:34px; height:34px; background:#11151b; }
.community-notification-item > span:last-child { display:grid; min-width:0; gap:3px; }
.community-notification-item strong { color:#e0e1e3; font:700 11px/1.2 "Manrope",sans-serif; }
.community-notification-item small { color:#747a84; font:550 8px/1.25 "Manrope",sans-serif; }
.community-notification-item em { overflow:hidden; color:#aaaeb6; font:500 10px/1.35 "Manrope",sans-serif; font-style:normal; text-overflow:ellipsis; white-space:nowrap; }
.community-notifications-empty { padding:22px 14px; color:#747a84; font:550 10px/1.4 "Manrope",sans-serif; text-align:center; }
.update-discussion { border-top:1px solid rgba(232,189,67,.13); border-bottom:1px solid rgba(255,255,255,.055); background:rgba(8,10,14,.42); }
.update-discussion-toggle { box-sizing:border-box; display:grid; grid-template-columns:34px minmax(0,1fr) auto; align-items:center; gap:11px; width:100%; padding:11px 20px; border:0; background:transparent; color:#d9dbe0; text-align:left; cursor:pointer; transition:background-color .18s ease,color .18s ease; }
.update-discussion-toggle:hover { background:rgba(232,189,67,.045); }
.update-discussion-mark { position:relative; display:block; width:30px; height:24px; border:1px solid rgba(232,189,67,.4); background:#0d1015; }
.update-discussion-mark::before,.update-discussion-mark::after { content:""; position:absolute; left:7px; right:7px; height:1px; background:#cda93f; opacity:.8; }
.update-discussion-mark::before { top:8px; }
.update-discussion-mark::after { top:13px; right:12px; }
.update-discussion-copy { display:grid; gap:3px; min-width:0; }
.update-discussion-copy strong { color:#dedfdf; font:700 12px/1.1 "Manrope",sans-serif; letter-spacing:.04em; text-transform:uppercase; }
.update-discussion-copy small { color:#707681; font:550 9px/1.2 "Manrope",sans-serif; }
.update-discussion-chevron { color:#8b919a; font-size:15px; transition:transform .2s ease,color .2s ease; }
.update-discussion.is-open .update-discussion-chevron { color:#d6ad3f; transform:rotate(180deg); }
.update-discussion-body { display:none; padding:0 20px 18px; }
.update-discussion.is-open .update-discussion-body { display:block; }
.update-discussion .community-section { margin-top:0; padding-top:18px; }
.community-section { margin-top:28px; padding-top:24px; border-top:1px solid rgba(232,189,67,.18); color:#d9dbe0; }
.community-section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:14px; }
.community-kicker { display:block; margin-bottom:5px; color:#d6ad3f; font:750 9px/1 "Manrope",sans-serif; letter-spacing:.14em; text-transform:uppercase; }
.community-section h3 { margin:0; color:#f2f2f0; font:700 24px/1 "Barlow Condensed",sans-serif; text-transform:uppercase; }
.community-section h3 small { color:#777d87; font-size:13px; }
.community-report-target,.community-text-action { border:0; background:transparent; color:#7f858f; font:650 10px/1.2 "Manrope",sans-serif; cursor:pointer; }
.community-report-target:hover,.community-text-action:hover { color:#e4c363; }
.community-text-action.is-delete { color:#9a6d72; }
.community-text-action.is-delete:hover,.community-text-action.is-delete-confirm { color:#e58b91; }
.community-text-action:disabled { opacity:.45; cursor:wait; }
.community-moderation-actions { display:inline-flex; align-items:center; gap:10px; margin-left:auto; }
.community-delete-confirm { display:inline-flex; align-items:center; gap:7px; color:#8d7478; font:650 9px/1.2 "Manrope",sans-serif; }
.community-delete-confirm .is-delete-confirm { padding:5px 7px; border:1px solid rgba(205,75,84,.35); background:rgba(126,35,43,.12); }
.community-compose,.community-reply-form { padding:12px; border:1px solid rgba(255,255,255,.08); background:#0c0f14; }
.community-context-picker { display:flex; align-items:center; gap:12px; margin-bottom:8px; padding-bottom:9px; border-bottom:1px solid rgba(255,255,255,.06); }
.community-context-picker>span { color:#777d87; font:650 9px/1.2 "Manrope",sans-serif; text-transform:uppercase; }
.community-context-picker select { min-width:220px; margin-left:auto; padding:7px 30px 7px 9px; border:1px solid rgba(220,178,54,.2); background:#101319; color:#d6d8dc; font:600 10px/1.2 "Manrope",sans-serif; }
.community-comment-context { display:inline-flex; align-items:center; gap:6px; max-width:100%; margin-top:7px; padding:5px 8px; border:1px solid rgba(220,178,54,.2); background:rgba(220,178,54,.045); color:#c8a842; font:700 9px/1.2 "Manrope",sans-serif; text-decoration:none; }
.community-comment-context:hover { border-color:rgba(220,178,54,.42); color:#ebc958; }
.community-comment-context+ .community-comment-body { margin-top:6px; }
.update-anchor-section.is-community-highlight { animation:community-section-highlight 1.4s ease; }
@keyframes community-section-highlight { 0%,100%{box-shadow:none} 25%{box-shadow:inset 3px 0 #d7ae3e,0 0 24px rgba(215,174,62,.09)} }
.community-compose textarea,.community-reply-form textarea,.community-modal textarea { box-sizing:border-box; width:100%; min-height:78px; resize:vertical; border:0; outline:0; background:transparent; color:#e5e6e9; font:500 13px/1.55 "Manrope",sans-serif; }
.community-compose textarea:disabled { opacity:.55; }
.community-compose>div,.community-reply-form>div { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.community-compose>div>span { color:#626873; font:550 9px/1.2 "Manrope",sans-serif; }
.community-char-count { color:#777d87 !important; font-variant-numeric:tabular-nums !important; white-space:nowrap; }
.community-char-count.is-near-limit { color:#d76f74 !important; }
.community-cooldown { margin-left:auto; color:#d6ad3f !important; font:650 9px/1.2 "Manrope",sans-serif; white-space:nowrap; }
.community-cooldown[hidden] { display:none; }
.community-submit { min-height:34px; padding:0 16px; border:1px solid #d5aa36; background:#e4bd4b; color:#080a0d; font:800 10px/1 "Manrope",sans-serif; letter-spacing:.06em; text-transform:uppercase; cursor:pointer; }
.community-submit:disabled { opacity:.4; cursor:not-allowed; }
.community-message { margin:10px 0; color:#8ebc9f; font:600 11px/1.4 "Manrope",sans-serif; }
.community-message.is-error { color:#d88f8f; }
.community-message[hidden] { display:none; }
.community-comments { display:grid; gap:8px; margin-top:14px; }
.community-thread { border:1px solid rgba(255,255,255,.07); background:rgba(12,15,20,.78); }
.community-comment { display:grid; grid-template-columns:38px minmax(0,1fr); gap:11px; padding:12px; }
.community-comment.is-reply { margin-left:48px; padding-top:10px; border-top:1px solid rgba(255,255,255,.06); }
.community-avatar { display:block; width:38px; height:38px; background:#11151b; overflow:visible; }
.community-notification-avatar { display:block; width:34px; height:34px; flex:0 0 34px; overflow:visible; }
.community-profile-link { color:inherit; text-decoration:none; }
.community-profile-link.is-avatar { display:block; width:38px; height:38px; outline:1px solid transparent; transition:outline-color .16s ease,filter .16s ease; }
.community-profile-link.is-avatar:hover { outline-color:rgba(228,189,75,.58); filter:brightness(1.1); }
.community-profile-link.is-name { color:#e2e3e6; font:700 11px/1.2 "Manrope",sans-serif; transition:color .16s ease; }
.community-profile-link.is-name:hover { color:#e4c363; }
.community-comment-main { min-width:0; }
.community-comment-head { display:flex; align-items:center; flex-wrap:wrap; gap:8px; }
.community-comment-head strong { color:#e2e3e6; font:700 11px/1.2 "Manrope",sans-serif; }
.community-comment-head time { color:#616772; font:550 9px/1.2 "Manrope",sans-serif; }
.community-comment-body { margin:7px 0 9px; color:#b4b8c0; font:500 12px/1.55 "Manrope",sans-serif; white-space:pre-wrap; overflow-wrap:anywhere; }
.community-comment-body.is-hidden { color:#666c76; font-style:italic; }
.community-comment-actions { display:flex; align-items:center; gap:5px; }
.community-mini-action { min-width:43px; height:25px; border:1px solid rgba(255,255,255,.08); background:#101319; color:#858b95; font:700 10px/1 "Manrope",sans-serif; cursor:pointer; }
.community-mini-action.is-positive.is-active { color:#68d197; border-color:rgba(73,190,124,.4); }
.community-mini-action.is-negative.is-active { color:#e58282; border-color:rgba(204,75,75,.4); }
.community-mini-action:disabled { opacity:.38; cursor:not-allowed; }
.community-reply-form { margin:0 12px 12px 61px; }
.community-reply-form textarea { min-height:60px; }
.community-loading,.community-empty,.community-closed { padding:18px; border:1px dashed rgba(255,255,255,.08); color:#6f7580; font:550 11px/1.5 "Manrope",sans-serif; text-align:center; }
.community-load-more { width:100%; min-height:38px; margin-top:8px; border:1px solid rgba(255,255,255,.08); background:#0d1015; color:#9b9fa7; cursor:pointer; }
.community-patch-reactions { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:20px; padding:12px 14px; border:1px solid rgba(232,189,67,.16); background:rgba(232,189,67,.035); }
.community-patch-reactions>span { color:#989da6; font:700 10px/1.2 "Manrope",sans-serif; letter-spacing:.08em; text-transform:uppercase; }
.community-patch-reactions>div { display:flex; gap:7px; }
.community-reaction { display:grid; grid-template-columns:auto auto; align-items:center; gap:0 7px; min-width:92px; padding:7px 10px; border:1px solid rgba(255,255,255,.09); background:#0e1116; color:#9399a3; cursor:pointer; }
.community-reaction span { grid-row:1/3; font-size:18px; }
.community-reaction strong { color:#e1e2e4; text-align:left; }
.community-reaction small { color:#676d77; font-size:8px; text-align:left; text-transform:uppercase; }
.community-reaction.is-positive.is-active { border-color:rgba(67,186,116,.46); color:#65d094; }
.community-reaction.is-negative.is-active { border-color:rgba(200,71,71,.46); color:#e37d7d; }
.community-reaction:disabled { opacity:.42; cursor:not-allowed; }
.community-modal[hidden] { display:none; }
.community-modal { position:fixed; z-index:10050; inset:0; display:grid; place-items:center; padding:20px; }
.community-modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.78); backdrop-filter:blur(4px); }
.community-modal-card { position:relative; width:min(460px,100%); padding:24px; border:1px solid rgba(232,189,67,.28); background:#0d1015; box-shadow:0 28px 80px rgba(0,0,0,.65); }
.community-modal-card h3 { margin:0 0 18px; color:#f1f1ef; font:700 26px/1 "Barlow Condensed",sans-serif; text-transform:uppercase; }
.community-modal-card label { display:grid; gap:7px; margin-top:12px; color:#8d929c; font:650 10px/1.2 "Manrope",sans-serif; text-transform:uppercase; }
.community-modal-card select,.community-modal-card textarea { border:1px solid rgba(255,255,255,.1); background:#101319; color:#dedfe2; padding:10px; }
.community-modal-close { position:absolute; top:10px; right:10px; border:0; background:transparent; color:#777d87; font-size:22px; cursor:pointer; }
.community-modal-actions { display:flex; justify-content:flex-end; gap:10px; margin-top:18px; }
@media(max-width:720px){.update-discussion-toggle{padding:10px 14px}.update-discussion-body{padding:0 14px 14px}.community-section-head,.community-patch-reactions{align-items:stretch;flex-direction:column}.community-comment.is-reply{margin-left:22px}.community-reply-form{margin-left:34px}.community-compose>div{align-items:flex-start;flex-direction:column}.community-context-picker{align-items:stretch;flex-direction:column}.community-context-picker select{width:100%;margin-left:0}.community-cooldown{margin-left:0}.community-patch-reactions>div{width:100%}.community-reaction{flex:1}}
