.news-editor-page{--news-panel: color-mix(in srgb, var(--ui-bg-surface) 92%, black);--news-panel-2: color-mix(in srgb, var(--ui-bg-raised) 88%, black);--news-line: var(--ui-border-default);max-width:1480px;margin-inline:auto;padding-bottom:var(--ui-space-10)}.news-editor-form{display:grid;gap:var(--ui-space-6)}.news-editor-header{position:sticky;top:0;z-index:18;display:flex;align-items:center;justify-content:space-between;gap:var(--ui-space-6);margin:calc(var(--ui-space-4) * -1) calc(var(--ui-space-4) * -1) 0;padding:var(--ui-space-5) var(--ui-space-6);background:color-mix(in srgb,var(--ui-bg-deep) 91%,transparent);border-bottom:1px solid var(--ui-border-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.news-editor-back{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.7rem;color:var(--ui-text-muted);font-size:var(--ui-text-sm);text-decoration:none}.news-editor-back:hover{color:var(--ui-gold-300)}.news-editor-eyebrow,.news-editor-section-kicker{margin:0 0 .35rem;color:var(--ui-gold-300);font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.news-editor-heading{margin:0;color:var(--ui-text-primary);font-family:var(--ui-font-display);font-size:clamp(1.65rem,3vw,2.5rem);line-height:1.05}.news-editor-subtitle{max-width:760px;margin:.55rem 0 0;color:var(--ui-text-secondary)}.news-editor-header__actions,.news-editor-mobile-actions{display:flex;align-items:center;gap:var(--ui-space-3)}.news-editor-saving{display:inline-flex;align-items:center;gap:.5rem}.news-editor-errors{margin:0}.news-editor-errors ul{margin:.55rem 0 0}.news-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start;gap:var(--ui-space-6)}.news-editor-main,.news-editor-sidebar{min-width:0}.news-editor-sidebar{position:sticky;top:142px;display:grid;gap:var(--ui-space-5)}.news-editor-panel{padding:clamp(1.1rem,2vw,1.6rem);background:linear-gradient(145deg,rgba(var(--ui-brand-rgb),.035),transparent 34%),var(--news-panel);border:1px solid var(--news-line);border-radius:var(--ui-radius-lg);box-shadow:var(--ui-shadow-sm)}.news-editor-panel--composer{min-height:760px;padding:clamp(1.25rem,2.4vw,2rem)}.news-editor-panel__heading,.news-editor-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--ui-space-4);margin-bottom:var(--ui-space-5)}.news-editor-panel__heading h2,.news-editor-section-heading h2{margin:0;color:var(--ui-text-primary);font-family:var(--ui-font-display);font-size:var(--ui-text-xl)}.news-editor-field{display:grid;gap:.5rem;margin-bottom:var(--ui-space-5)}.news-editor-field:last-child{margin-bottom:0}.news-editor-field--compact{margin-top:var(--ui-space-4);margin-bottom:var(--ui-space-3)}.news-editor-field>label{color:var(--ui-text-primary);font-size:var(--ui-text-sm);font-weight:700}.news-title-input{width:100%;min-height:66px;padding:.9rem 1rem;color:var(--ui-text-primary);background:var(--ui-bg-deep);border:1px solid var(--ui-border-default);border-radius:var(--ui-radius-md);font-family:var(--ui-font-display);font-size:clamp(1.25rem,2.2vw,1.85rem);font-weight:650;outline:none;transition:border-color var(--ui-transition-fast),box-shadow var(--ui-transition-fast)}.news-title-input:focus{border-color:var(--ui-brand);box-shadow:0 0 0 .2rem rgba(var(--ui-brand-rgb),.16)}.news-title-input::-moz-placeholder{color:var(--ui-text-muted)}.news-title-input::placeholder{color:var(--ui-text-muted)}.news-editor-field__meta{display:flex;justify-content:space-between;gap:var(--ui-space-4);color:var(--ui-text-muted);font-size:var(--ui-text-xs)}.news-editor-editor-status{max-width:360px;color:var(--ui-text-muted);font-size:var(--ui-text-xs);text-align:right}.news-editor-editor-status[data-state=uploading]{color:var(--ui-gold-300)}.news-editor-editor-status[data-state=success]{color:var(--ui-success)}.news-editor-editor-status[data-state=error]{color:var(--ui-danger)}.news-editor-rich-text .note-editor.note-frame{border-color:var(--ui-border-strong);border-radius:var(--ui-radius-lg);box-shadow:0 16px 40px #0000002e}.news-editor-rich-text .note-toolbar{position:sticky;top:118px;z-index:8;display:flex;flex-wrap:wrap;gap:.2rem;padding:.65rem;background:color-mix(in srgb,var(--ui-bg-raised) 94%,black)}.news-editor-rich-text .note-editable{min-height:520px;padding:clamp(1rem,2vw,1.6rem);font-size:1rem;line-height:1.75}.news-editor-rich-text .note-editable img{max-width:100%;height:auto;border-radius:var(--ui-radius-md)}.news-editor-writing-hints{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:var(--ui-space-4);color:var(--ui-text-muted);font-size:var(--ui-text-xs)}.news-editor-writing-hints span{padding:.35rem .65rem;background:#ffffff06;border:1px solid var(--ui-border-soft);border-radius:999px}.news-editor-status-dot{width:.72rem;height:.72rem;margin-top:.35rem;background:var(--ui-offline);border-radius:50%;box-shadow:0 0 0 5px #7d87911f}.news-editor-status-dot.is-active{background:var(--ui-success);box-shadow:0 0 0 5px color-mix(in srgb,var(--ui-success) 15%,transparent)}.news-editor-toggle{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--ui-space-4);padding:.9rem 0 0;border-top:1px solid var(--ui-border-soft);cursor:pointer}.news-editor-toggle>span:first-child{display:grid;gap:.2rem}.news-editor-toggle strong{color:var(--ui-text-primary)}.news-editor-toggle small{color:var(--ui-text-muted)}.news-editor-toggle input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.news-editor-toggle__control{position:relative;width:46px;height:25px;background:var(--ui-bg-deep);border:1px solid var(--ui-border-default);border-radius:999px;transition:background-color var(--ui-transition-fast),border-color var(--ui-transition-fast)}.news-editor-toggle__control:after{position:absolute;top:3px;left:3px;width:17px;height:17px;content:"";background:var(--ui-text-muted);border-radius:50%;transition:transform var(--ui-transition-fast),background-color var(--ui-transition-fast)}.news-editor-toggle input:checked+.news-editor-toggle__control{background:rgba(var(--ui-brand-rgb),.26);border-color:var(--ui-brand)}.news-editor-toggle input:checked+.news-editor-toggle__control:after{background:var(--ui-gold-100);transform:translate(21px)}.news-cover-uploader{position:relative;min-height:205px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at center,rgba(var(--ui-brand-rgb),.08),transparent 65%),var(--ui-bg-deep);border:1px dashed var(--ui-border-strong);border-radius:var(--ui-radius-lg);cursor:pointer;transition:border-color var(--ui-transition-fast),transform var(--ui-transition-fast),background-color var(--ui-transition-fast)}.news-cover-uploader:hover,.news-cover-uploader:focus,.news-cover-uploader.is-dragging{border-color:var(--ui-gold-300);outline:none;transform:translateY(-1px)}.news-cover-uploader__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.news-cover-uploader__preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-cover-uploader__placeholder{position:relative;z-index:1;display:grid;justify-items:center;gap:.45rem;padding:1.2rem;color:var(--ui-text-secondary);text-align:center}.news-cover-uploader__placeholder small{color:var(--ui-text-muted)}.news-cover-uploader__icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:.25rem;color:var(--ui-gold-300);background:rgba(var(--ui-brand-rgb),.09);border:1px solid var(--ui-border-strong);border-radius:50%;font-size:1.5rem}.news-cover-actions{display:flex;align-items:center;gap:.6rem}.news-editor-remove-image{display:flex;align-items:center;gap:.55rem;margin-top:var(--ui-space-3);color:var(--ui-text-muted);font-size:var(--ui-text-sm)}.news-editor-panel--summary{background:var(--news-panel-2)}.news-editor-checklist{display:grid;gap:.6rem;margin:.8rem 0 0;padding-left:1.15rem;color:var(--ui-text-secondary);font-size:var(--ui-text-sm)}.news-editor-mobile-actions{display:none}@media (max-width: 1100px){.news-editor-layout{grid-template-columns:1fr}.news-editor-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.news-editor-panel--summary{grid-column:1 / -1}}@media (max-width: 760px){.news-editor-header{position:static;align-items:flex-start;flex-direction:column;margin-inline:0;padding-inline:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.news-editor-header__actions{display:none}.news-editor-sidebar{grid-template-columns:1fr}.news-editor-panel--summary{grid-column:auto}.news-editor-section-heading{flex-direction:column}.news-editor-editor-status{max-width:none;text-align:left}.news-editor-rich-text .note-toolbar{position:static}.news-editor-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:var(--ui-space-3)}}.news-editor-draft-banner{display:flex;align-items:center;justify-content:space-between;gap:var(--ui-space-4);padding:.9rem 1rem;color:var(--ui-text-primary);background:rgba(var(--ui-brand-rgb),.09);border:1px solid var(--ui-border-strong);border-radius:var(--ui-radius-md)}.news-editor-draft-banner[hidden]{display:none!important}.news-editor-draft-banner>div:first-child{display:grid;gap:.2rem}.news-editor-draft-banner span{color:var(--ui-text-muted);font-size:var(--ui-text-xs)}.news-editor-draft-banner__actions{display:flex;gap:.55rem}.news-editor-composer-head{display:flex;align-items:end;justify-content:space-between;gap:var(--ui-space-4);margin-bottom:var(--ui-space-4)}.news-editor-composer-head h2{margin:0;color:var(--ui-text-primary);font-family:var(--ui-font-display);font-size:clamp(1.3rem,2.4vw,1.8rem)}.news-editor-mode-tabs{display:inline-flex;gap:.25rem;padding:.25rem;background:var(--ui-bg-deep);border:1px solid var(--ui-border-default);border-radius:999px}.news-editor-mode-tabs button{min-height:34px;padding:.4rem .9rem;color:var(--ui-text-muted);background:transparent;border:0;border-radius:999px;font-size:var(--ui-text-sm);font-weight:700}.news-editor-mode-tabs button.is-active{color:var(--ui-text-inverse, #111);background:var(--ui-gold-300);box-shadow:0 6px 18px rgba(var(--ui-brand-rgb),.24)}.news-forum-quickbar{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin-bottom:.65rem;padding:.65rem;background:color-mix(in srgb,var(--ui-bg-raised) 88%,black);border:1px solid var(--ui-border-default);border-radius:var(--ui-radius-md) var(--ui-radius-md) 0 0}.news-forum-quickbar__label{margin-right:.25rem;color:var(--ui-text-muted);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.news-forum-quickbar>button,.news-forum-emoji-palette button{min-height:32px;padding:.35rem .62rem;color:var(--ui-text-secondary);background:var(--ui-bg-raised);border:1px solid var(--ui-border-default);border-radius:.45rem;font-size:.78rem;font-weight:700;line-height:1;transition:border-color .16s ease,color .16s ease,transform .16s ease}.news-forum-quickbar>button:hover,.news-forum-emoji-palette button:hover{color:var(--ui-gold-100);border-color:var(--ui-border-strong);transform:translateY(-1px)}.news-forum-emoji-palette{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;margin-left:auto}.news-forum-emoji-palette button{width:32px;padding:0;font-size:1rem}.news-editor-write-pane[hidden],.news-editor-preview-pane[hidden]{display:none!important}.news-editor-preview-pane{min-height:620px;padding:clamp(1.1rem,2.6vw,2rem);background:var(--ui-bg-deep);border:1px solid var(--ui-border-strong);border-radius:var(--ui-radius-lg)}.news-editor-preview-empty{min-height:520px;display:grid;place-content:center;color:var(--ui-text-muted);text-align:center;border:1px dashed var(--ui-border-default);border-radius:var(--ui-radius-md)}.news-editor-preview-content[hidden],.news-editor-preview-empty[hidden]{display:none!important}.news-editor-composer-footer{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:var(--ui-space-4);padding-top:var(--ui-space-4);color:var(--ui-text-muted);border-top:1px solid var(--ui-border-soft);font-size:var(--ui-text-xs)}.news-editor-composer-footer .news-editor-editor-status{max-width:none;margin-right:auto;text-align:left}.news-editor-autosave[data-state=saving]{color:var(--ui-gold-300)}.news-editor-autosave[data-state=saved]{color:var(--ui-success)}.news-editor-autosave[data-state=error]{color:var(--ui-danger)}.news-editor-rich-text .note-editor.note-frame{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.news-editor-rich-text .note-toolbar{top:108px;gap:.28rem;padding:.75rem}.news-editor-rich-text .note-btn-group{margin:0!important}.news-editor-rich-text .note-btn{min-width:34px;min-height:34px}.news-editor-rich-text .note-editable,.news-editor-preview-content{color:var(--ui-text-primary);font-size:1rem;line-height:1.75}.forum-content>:first-child,.news-editor-rich-text .note-editable>:first-child{margin-top:0}.forum-content>:last-child,.news-editor-rich-text .note-editable>:last-child{margin-bottom:0}.forum-content img,.news-editor-rich-text .note-editable img{max-width:100%;height:auto;border-radius:var(--ui-radius-md);box-shadow:0 10px 26px #0000003d}.forum-quote,.news-editor-rich-text .note-editable .forum-quote{position:relative;margin:1.25rem 0;padding:1rem 1.1rem 1rem 1.35rem;color:var(--ui-text-secondary);background:rgba(var(--ui-brand-rgb),.06);border:1px solid var(--ui-border-default);border-left:4px solid var(--ui-gold-300);border-radius:0 var(--ui-radius-md) var(--ui-radius-md) 0}.forum-spoiler,.news-editor-rich-text .note-editable .forum-spoiler{margin:1.25rem 0;overflow:hidden;background:var(--ui-bg-surface);border:1px solid var(--ui-border-default);border-radius:var(--ui-radius-md)}.forum-spoiler__title{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem;color:var(--ui-gold-100);background:rgba(var(--ui-brand-rgb),.09);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.forum-spoiler__title span{color:var(--ui-text-muted);font-size:var(--ui-text-xs)}.forum-spoiler__body{padding:1rem;border-top:1px solid var(--ui-border-soft)}.forum-spoiler__body[hidden]{display:none!important}.forum-code,.news-editor-rich-text .note-editable .forum-code{position:relative;margin:1.25rem 0;padding:1rem 1.1rem;overflow:auto;color:#d9e7f5;background:#07101b;border:1px solid rgba(116,160,205,.28);border-radius:var(--ui-radius-md);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem;line-height:1.65;white-space:pre-wrap}.forum-video,.news-editor-rich-text .note-editable .forum-video{position:relative;width:100%;margin:1.25rem 0;padding-top:56.25%;overflow:hidden;background:#000;border-radius:var(--ui-radius-md)}.forum-video iframe,.news-editor-rich-text .note-editable .forum-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.forum-content table,.news-editor-rich-text .note-editable table{width:100%;margin:1.25rem 0;border-collapse:collapse}.forum-content th,.forum-content td,.news-editor-rich-text .note-editable th,.news-editor-rich-text .note-editable td{padding:.7rem .8rem;border:1px solid var(--ui-border-default)}.forum-content th,.news-editor-rich-text .note-editable th{color:var(--ui-gold-100);background:rgba(var(--ui-brand-rgb),.08)}@media (max-width: 900px){.news-editor-composer-head{align-items:flex-start;flex-direction:column}.news-forum-emoji-palette{width:100%;margin-left:0}}@media (max-width: 640px){.news-editor-draft-banner{align-items:flex-start;flex-direction:column}.news-editor-draft-banner__actions,.news-editor-mode-tabs{width:100%}.news-editor-mode-tabs button,.news-editor-draft-banner__actions .btn{flex:1}.news-forum-quickbar__label{width:100%}.news-editor-composer-footer{align-items:flex-start;flex-direction:column}}.news-forum-quickbar{display:none!important}.forum-editor-source{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important}.forum-wysiwyg{position:relative;overflow:visible;background:var(--ui-bg-surface);border:1px solid var(--ui-border-strong);border-radius:var(--ui-radius-lg);box-shadow:0 16px 40px #00000029}.forum-wysiwyg.is-invalid{border-color:var(--ui-danger);box-shadow:0 0 0 3px color-mix(in srgb,var(--ui-danger) 18%,transparent)}.forum-wysiwyg.is-dragging{border-color:var(--ui-gold-300);box-shadow:0 0 0 4px rgba(var(--ui-brand-rgb),.14)}.forum-composer-toolbar{position:sticky;top:108px;z-index:12;display:flex;align-items:stretch;flex-wrap:wrap;gap:.25rem;min-height:52px;padding:.38rem;background:color-mix(in srgb,var(--ui-bg-raised) 97%,white 3%);border-bottom:1px solid var(--ui-border-default);border-radius:var(--ui-radius-lg) var(--ui-radius-lg) 0 0;box-shadow:0 8px 20px #00000014}.forum-toolbar__group{position:relative;display:inline-flex;align-items:center;gap:.12rem;padding-right:.35rem;margin-right:.12rem;border-right:1px solid var(--ui-border-soft)}.forum-toolbar__group:last-child{padding-right:0;margin-left:auto;margin-right:0;border-right:0}.forum-toolbar__button,.forum-toolbar__color{min-width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;gap:.22rem;padding:0 .55rem;color:var(--ui-text-secondary);background:transparent;border:1px solid transparent;border-radius:.38rem;font:inherit;font-size:.92rem;line-height:1;cursor:pointer;list-style:none;transition:color .15s ease,background-color .15s ease,border-color .15s ease,transform .15s ease}.forum-toolbar__button::-webkit-details-marker{display:none}.forum-toolbar__button:hover,.forum-toolbar__button:focus-visible,.forum-toolbar__dropdown[open]>.forum-toolbar__button{color:var(--ui-gold-100);background:color-mix(in srgb,var(--ui-bg-surface) 78%,var(--ui-gold-300) 8%);border-color:var(--ui-border-default);outline:0}.forum-toolbar__button:active{transform:translateY(1px)}.forum-toolbar__button--preview{min-width:106px;padding-inline:.85rem;color:var(--ui-text-primary);background:var(--ui-bg-surface);border-color:var(--ui-border-default);font-weight:750}.forum-toolbar__text-icon{font-family:var(--ui-font-display);font-size:1rem;font-weight:700}.forum-toolbar__text-icon span{font-size:.72em}.forum-toolbar__gif{font-size:.62rem;font-weight:900;letter-spacing:-.02em}.forum-toolbar__caret{margin-left:.1rem;color:var(--ui-text-muted);font-size:.58rem}.forum-toolbar__color{width:36px;padding:7px;overflow:hidden;-moz-appearance:none;appearance:none;-webkit-appearance:none}.forum-toolbar__color::-webkit-color-swatch-wrapper{padding:0}.forum-toolbar__color::-webkit-color-swatch,.forum-toolbar__color::-moz-color-swatch{border:0;border-radius:50%}.forum-toolbar__dropdown{position:relative}.forum-toolbar__menu{position:absolute;top:calc(100% + .35rem);left:0;z-index:30;min-width:180px;display:grid;gap:.2rem;padding:.4rem;background:var(--ui-bg-raised);border:1px solid var(--ui-border-default);border-radius:var(--ui-radius-md);box-shadow:0 18px 40px #00000047}.forum-toolbar__dropdown--emoji .forum-toolbar__menu{width:210px;grid-template-columns:repeat(5,1fr)}.forum-toolbar__menu-item{width:100%;min-width:0;justify-content:flex-start;padding-inline:.65rem;white-space:nowrap}.forum-toolbar__emoji{min-width:34px;padding:0;font-size:1.05rem}.forum-wysiwyg__surface{min-height:560px;padding:clamp(1.1rem,2vw,1.65rem);color:var(--ui-text-primary);background:var(--ui-bg-surface);border-radius:0 0 var(--ui-radius-lg) var(--ui-radius-lg);font-size:1rem;line-height:1.75;outline:none;overflow-wrap:anywhere}.forum-wysiwyg__surface:empty:before{content:attr(data-placeholder);color:var(--ui-text-muted);pointer-events:none}.forum-wysiwyg__surface:focus{box-shadow:inset 0 0 0 2px rgba(var(--ui-brand-rgb),.18)}.forum-wysiwyg__surface img{max-width:100%;height:auto}.forum-wysiwyg.is-fullscreen{position:fixed;top:1rem;right:1rem;bottom:1rem;left:1rem;z-index:9999;display:grid;grid-template-rows:auto minmax(0,1fr);background:var(--ui-bg-surface);border-radius:var(--ui-radius-lg);box-shadow:0 30px 90px #0000008c}.forum-wysiwyg.is-fullscreen .forum-composer-toolbar{position:static}.forum-wysiwyg.is-fullscreen .forum-wysiwyg__surface{min-height:0;overflow:auto}body.forum-editor-fullscreen-open{overflow:hidden}@media (max-width: 1100px){.forum-toolbar__group:last-child{margin-left:0}}@media (max-width: 760px){.forum-composer-toolbar{position:static;gap:.2rem}.forum-toolbar__group{padding-right:.2rem}.forum-toolbar__button,.forum-toolbar__color{min-width:34px;height:34px;padding-inline:.42rem}.forum-toolbar__button--preview{min-width:92px}.forum-wysiwyg__surface{min-height:420px}.forum-wysiwyg.is-fullscreen{top:0;right:0;bottom:0;left:0;border-radius:0}}.news-thread-panel{min-height:0;padding:0;overflow:hidden;background:var(--ui-bg-surface);border-radius:.45rem;box-shadow:none}.news-thread-composer{display:grid;gap:1.35rem;padding:.15rem}.news-thread-title-field{display:grid;gap:.45rem}.news-thread-panel .news-title-input{min-height:46px;padding:.65rem .8rem;color:var(--ui-text-primary);background:var(--ui-bg-surface);border:1px solid var(--ui-border-default);border-radius:.28rem;box-shadow:none;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.4}.news-thread-panel .news-title-input::-moz-placeholder{color:var(--ui-text-muted);opacity:.72}.news-thread-panel .news-title-input::placeholder{color:var(--ui-text-muted);opacity:.72}.news-thread-panel .news-title-input:focus{border-color:color-mix(in srgb,var(--ui-brand) 68%,var(--ui-border-default));box-shadow:0 0 0 3px rgba(var(--ui-brand-rgb),.11);outline:0}.news-thread-editor{min-width:0}.news-thread-panel .forum-wysiwyg{overflow:visible;background:var(--ui-bg-surface);border:1px solid var(--ui-border-default);border-radius:.28rem;box-shadow:none}.news-thread-panel .forum-composer-toolbar{position:static;top:auto;min-height:50px;padding:.35rem;overflow-x:auto;overflow-y:visible;flex-wrap:nowrap;background:color-mix(in srgb,var(--ui-bg-surface) 97%,white 3%);border-bottom:1px solid var(--ui-border-soft);border-radius:.28rem .28rem 0 0;box-shadow:none;scrollbar-width:thin}.news-thread-panel .forum-toolbar__group{flex:0 0 auto}.news-thread-panel .forum-toolbar__group:last-child{margin-left:auto}.news-thread-panel .forum-wysiwyg__surface{min-height:420px;padding:.9rem 1rem;background:var(--ui-bg-surface);border-radius:0 0 .28rem .28rem;font-size:1rem;line-height:1.7}.news-thread-preview{min-height:472px;padding:1rem;background:var(--ui-bg-surface);border:1px solid var(--ui-border-default);border-radius:.28rem}.news-thread-preview .news-editor-preview-empty{min-height:420px}.news-thread-composer__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem 1rem}.news-thread-attach-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.45rem .75rem;color:color-mix(in srgb,var(--ui-brand) 88%,var(--ui-text-primary));background:var(--ui-bg-surface);border:1px solid var(--ui-border-default);border-radius:.28rem;font:inherit;font-size:.84rem;font-weight:700;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}.news-thread-attach-button:hover,.news-thread-attach-button:focus-visible{background:rgba(var(--ui-brand-rgb),.07);border-color:color-mix(in srgb,var(--ui-brand) 62%,var(--ui-border-default));outline:0}.news-thread-attach-button:active{transform:translateY(1px)}.news-thread-attach-button svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.news-thread-composer__meta{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.45rem 1rem;color:var(--ui-text-muted);font-size:var(--ui-text-xs)}.news-thread-composer__meta .news-editor-editor-status{max-width:26rem;text-align:right}.news-thread-title-count{white-space:nowrap}@media (max-width: 900px){.news-thread-panel .forum-composer-toolbar{flex-wrap:wrap;overflow-x:visible}.news-thread-panel .forum-toolbar__group:last-child{margin-left:0}.news-thread-composer__footer,.news-thread-composer__meta{align-items:flex-start;justify-content:flex-start}.news-thread-composer__meta .news-editor-editor-status{max-width:none;text-align:left}}@media (max-width: 640px){.news-thread-panel .forum-wysiwyg__surface,.news-thread-preview,.news-thread-preview .news-editor-preview-empty{min-height:330px}.news-thread-composer__footer,.news-thread-composer__meta{width:100%;flex-direction:column}}.news-thread-panel[data-forum-layout-version="8"]{padding:0;overflow:visible;background:transparent;border:0;box-shadow:none}.forum-thread-composer{width:100%}.forum-thread-title{width:100%;height:44px;margin:0 0 1.5rem;padding:0 .75rem;color:#1f2937;background:#fff;border:1px solid #d9dde3;border-radius:3px;box-shadow:none;font:inherit;font-size:.95rem;outline:none}.forum-thread-title::-moz-placeholder{color:#a8afb9}.forum-thread-title::placeholder{color:#a8afb9}.forum-thread-title:focus{border-color:#93b7dd;box-shadow:0 0 0 2px #4392e31f}.forum-composer-box{overflow:visible;background:#fff;border:1px solid #d9dde3;border-radius:4px}.forum-composer-toolbar{min-height:52px;display:flex;align-items:stretch;flex-wrap:wrap;gap:3px;padding:6px;background:#fafbfc;border-bottom:1px solid #e3e6ea}.forum-toolbar-group{display:inline-flex;align-items:center;gap:1px;padding:0 4px;background:#fff;border:1px solid #dde1e6;border-radius:3px}.forum-toolbar-group--end{margin-left:auto}.forum-tool-button,.forum-preview-button,.forum-toolbar-select{min-width:34px;height:38px;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0 .55rem;color:#4b5563;background:transparent;border:0;border-radius:3px;box-shadow:none;cursor:pointer}.forum-tool-button:hover,.forum-tool-button:focus-visible,.forum-preview-button:hover,.forum-preview-button:focus-visible,.forum-toolbar-select:hover{color:#1f2937;background:#edf2f7;outline:none}.forum-tool-button svg,.forum-preview-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.forum-tool-button--text{font-family:Georgia,serif;font-size:1rem}.forum-tool-button--gif{min-width:38px;font-size:.62rem;font-weight:800}.forum-toolbar-select{padding:0 .2rem}.forum-toolbar-select select{width:52px;height:34px;color:inherit;background:transparent;border:0;outline:0;font-weight:700;cursor:pointer}.forum-tool-color{position:relative;overflow:hidden}.forum-tool-color input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.forum-preview-button{min-width:104px;gap:.45rem;padding-inline:.8rem;color:#374151;font-weight:700;border-left:1px solid #e1e5ea}.forum-emoji-menu{position:relative;display:inline-flex}.forum-emoji-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:50;width:238px;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;background:#fff;border:1px solid #d9dde3;border-radius:6px;box-shadow:0 12px 30px #0f172a29}.forum-emoji-popover[hidden]{display:none!important}.forum-emoji-popover button{min-height:34px;background:#fff;border:0;border-radius:4px;font-size:1.1rem}.forum-emoji-popover button:hover{background:#eef2f7}.forum-composer-surface{min-height:390px;padding:14px 17px;overflow:auto;color:#1f2937;background:#fff;border:0;outline:0;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.7}.forum-composer-surface:empty:before{content:attr(data-placeholder);color:#a8afb9;pointer-events:none}.forum-composer-surface img{max-width:100%;height:auto}.forum-composer-surface table{width:100%;border-collapse:collapse}.forum-composer-surface td,.forum-composer-surface th{padding:.5rem;border:1px solid #d7dce2}.forum-composer-surface blockquote{margin:1rem 0;padding:.75rem 1rem;background:#f5f7fa;border-left:4px solid #91a4b7}.forum-composer-surface pre{padding:1rem;overflow:auto;color:#e5e7eb;background:#111827;border-radius:5px}.forum-thread-composer.is-dragging .forum-composer-surface{background:#f0f7ff;box-shadow:inset 0 0 0 2px #4292e3}.forum-composer-footer{display:flex;align-items:center;padding-top:13px;border:0;background:transparent}.forum-attach-button{min-height:38px;display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .8rem;color:#3182ce;background:#fff;border:1px solid #d9dde3;border-radius:4px;font-size:.82rem;font-weight:700}.forum-attach-button:hover{color:#1f5f9b;background:#f7fafc}.forum-attach-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.forum-composer-error{margin-top:.5rem}.forum-thread-composer.is-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;flex-direction:column;padding:16px;background:#f3f4f6}.forum-thread-composer.is-fullscreen .forum-thread-title{flex:0 0 auto}.forum-thread-composer.is-fullscreen .forum-composer-box{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.forum-thread-composer.is-fullscreen .forum-composer-surface{flex:1 1 auto;min-height:0}body.forum-composer-fullscreen{overflow:hidden}.news-editor-preview-pane,.news-thread-preview,.news-forum-quickbar,.news-editor-mode-tabs,.news-thread-composer__meta,.news-editor-write-pane+.news-editor-preview-pane{display:none!important}.news-preview-modal[hidden]{display:none!important}.news-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:grid;place-items:center;padding:1.25rem}.news-preview-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#0f172ab8;border:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.news-preview-modal__dialog{position:relative;z-index:1;width:min(960px,100%);max-height:calc(100vh - 2.5rem);display:flex;flex-direction:column;overflow:hidden;color:#1f2937;background:#fff;border-radius:10px;box-shadow:0 30px 80px #00000059}.news-preview-modal__header,.news-preview-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.news-preview-modal__footer{justify-content:flex-end;border-top:1px solid #e5e7eb;border-bottom:0}.news-preview-modal__header h2{margin:0;color:#111827;font-size:1.35rem}.news-preview-modal__close{width:38px;height:38px;display:grid;place-items:center;color:#4b5563;background:#f3f4f6;border:0;border-radius:50%;font-size:1.5rem}.news-preview-modal__body{padding:clamp(1.2rem,3vw,2.5rem);overflow:auto}.news-preview-modal__cover{width:100%;max-height:420px;margin-bottom:1.5rem;-o-object-fit:cover;object-fit:cover;border-radius:7px}.news-preview-modal__meta{margin-bottom:.55rem;color:#6b7280;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.news-preview-modal__article-title{margin:0 0 1.25rem;color:#111827;font-family:var(--ui-font-display, Georgia, serif);font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.news-preview-modal__content{color:#27313f;font-size:1rem;line-height:1.8}.news-preview-modal__content img{max-width:100%;height:auto}.news-preview-modal__content table{width:100%;border-collapse:collapse}.news-preview-modal__content td,.news-preview-modal__content th{padding:.55rem;border:1px solid #d7dce2}.news-preview-modal__empty{padding:3rem 1rem;color:#6b7280;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px}body.news-preview-open{overflow:hidden}@media (max-width: 900px){.forum-toolbar-group--end{margin-left:0}.forum-composer-toolbar{align-items:flex-start}}@media (max-width: 600px){.forum-toolbar-group{padding-inline:1px}.forum-tool-button{min-width:31px;padding-inline:.4rem}.forum-preview-button{min-width:42px}.forum-preview-button span{display:none}.forum-composer-surface{min-height:320px}.news-preview-modal{padding:.5rem}.news-preview-modal__dialog{max-height:calc(100vh - 1rem)}}.news-article-page{max-width:1040px;margin-inline:auto}.news-article-card{overflow:hidden;background:var(--ui-bg-surface);border:1px solid var(--ui-border-default);border-radius:var(--ui-radius-xl);box-shadow:var(--ui-shadow-md)}.news-article-cover{width:100%;max-height:520px;display:block;-o-object-fit:cover;object-fit:cover;background:var(--ui-bg-deep)}.news-article-header{padding:clamp(1.4rem,4vw,3rem);border-bottom:1px solid var(--ui-border-soft)}.news-article-back{display:inline-flex;margin-bottom:1.2rem;color:var(--ui-text-muted);text-decoration:none}.news-article-back:hover{color:var(--ui-gold-300)}.news-article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;margin-bottom:.8rem;color:var(--ui-text-muted);font-size:var(--ui-text-sm)}.news-article-category{display:inline-flex;padding:.3rem .65rem;color:var(--ui-gold-100);background:rgba(var(--ui-brand-rgb),.1);border:1px solid var(--ui-border-strong);border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.news-article-title{margin:0;color:var(--ui-text-primary);font-family:var(--ui-font-display);font-size:clamp(2rem,5vw,4.2rem);line-height:1.05;text-wrap:balance}.news-article-content{padding:clamp(1.4rem,4vw,3rem);color:var(--ui-text-secondary);font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.8}.news-article-content h1,.news-article-content h2,.news-article-content h3,.news-article-content h4{margin:1.8em 0 .65em;color:var(--ui-gold-100);font-family:var(--ui-font-display);line-height:1.2}.news-article-content a{color:var(--ui-gold-300)}.news-article-content a:hover{color:var(--ui-gold-100)}.news-article-content img{max-width:100%;height:auto;border-radius:var(--ui-radius-md);box-shadow:0 16px 34px #00000047}.news-article-content .forum-quote{margin:1.4rem 0;padding:1rem 1.15rem 1rem 1.35rem;color:var(--ui-text-secondary);background:rgba(var(--ui-brand-rgb),.06);border:1px solid var(--ui-border-default);border-left:4px solid var(--ui-gold-300);border-radius:0 var(--ui-radius-md) var(--ui-radius-md) 0}.news-article-content .forum-spoiler{margin:1.4rem 0;overflow:hidden;background:var(--ui-bg-deep);border:1px solid var(--ui-border-default);border-radius:var(--ui-radius-md)}.news-article-content .forum-spoiler__title{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;color:var(--ui-gold-100);background:rgba(var(--ui-brand-rgb),.09);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.news-article-content .forum-spoiler__title:focus-visible{outline:2px solid var(--ui-brand);outline-offset:-2px}.news-article-content .forum-spoiler__title span{color:var(--ui-text-muted);font-size:var(--ui-text-xs)}.news-article-content .forum-spoiler__body{padding:1rem;border-top:1px solid var(--ui-border-soft)}.news-article-content .forum-code{position:relative;margin:1.4rem 0;padding:1.1rem;overflow:auto;color:#d9e7f5;background:#07101b;border:1px solid rgba(116,160,205,.28);border-radius:var(--ui-radius-md);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem;line-height:1.65;white-space:pre-wrap}.forum-code-copy{position:absolute;top:.65rem;right:.65rem;min-height:30px;padding:.25rem .6rem;color:#d9e7f5;background:#14263a;border:1px solid #31506e;border-radius:.4rem;font-size:.72rem;cursor:pointer}.news-article-content .forum-video{position:relative;width:100%;margin:1.4rem 0;padding-top:56.25%;overflow:hidden;background:#000;border-radius:var(--ui-radius-md)}.news-article-content .forum-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.news-article-content table{width:100%;margin:1.4rem 0;border-collapse:collapse}.news-article-content th,.news-article-content td{padding:.75rem .85rem;border:1px solid var(--ui-border-default)}.news-article-content th{color:var(--ui-gold-100);background:rgba(var(--ui-brand-rgb),.08)}@media (max-width: 640px){.news-article-card{border-radius:var(--ui-radius-lg)}.news-article-content{overflow-wrap:anywhere}.news-article-content table{display:block;overflow-x:auto}}
