.MediaPicker-module__HgjiLq__overlay{z-index:80;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.MediaPicker-module__HgjiLq__modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:900px;max-height:calc(100vh - 80px);display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.MediaPicker-module__HgjiLq__header{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.MediaPicker-module__HgjiLq__header h2{color:var(--color-secondary);margin:0;font-size:20px;font-weight:700}.MediaPicker-module__HgjiLq__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.MediaPicker-module__HgjiLq__closeBtn:hover{color:var(--color-secondary);background:#f1f5f9}.MediaPicker-module__HgjiLq__toolbar{border-bottom:1px solid #f1f5f9;flex-shrink:0;align-items:center;gap:12px;padding:16px 28px;display:flex}.MediaPicker-module__HgjiLq__searchForm{flex:1;position:relative}.MediaPicker-module__HgjiLq__searchIcon{color:#94a3b8;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.MediaPicker-module__HgjiLq__searchInput{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 14px 10px 42px;font-size:14px;transition:all .2s}.MediaPicker-module__HgjiLq__searchInput:focus{border-color:var(--color-secondary);outline:none;box-shadow:0 0 0 3px #0f172a14}.MediaPicker-module__HgjiLq__uploadBtn{background:var(--color-secondary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.MediaPicker-module__HgjiLq__uploadBtn:hover{background:var(--color-secondary)}.MediaPicker-module__HgjiLq__body{flex:1;min-height:300px;padding:20px 28px;overflow-y:auto}.MediaPicker-module__HgjiLq__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;display:grid}.MediaPicker-module__HgjiLq__gridItem{cursor:pointer;border:2px solid #e2e8f0;border-radius:10px;transition:all .15s;position:relative;overflow:hidden}.MediaPicker-module__HgjiLq__gridItem:hover{border-color:var(--color-secondary)}.MediaPicker-module__HgjiLq__gridItemSelected{border-color:var(--color-secondary);box-shadow:0 0 0 3px #0f172a26}.MediaPicker-module__HgjiLq__gridItemImage{aspect-ratio:1;object-fit:cover;background:#f8fafc;width:100%;display:block}.MediaPicker-module__HgjiLq__checkMark{background:var(--color-secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #0003}.MediaPicker-module__HgjiLq__gridItemName{color:#64748b;white-space:nowrap;text-overflow:ellipsis;padding:8px 10px;font-size:11px;overflow:hidden}.MediaPicker-module__HgjiLq__emptyState{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.MediaPicker-module__HgjiLq__emptyState h3{color:#64748b;margin:12px 0 4px;font-size:16px;font-weight:600}.MediaPicker-module__HgjiLq__emptyState p{margin:0;font-size:13px}.MediaPicker-module__HgjiLq__loadingState{color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.MediaPicker-module__HgjiLq__spinner{border:3px solid #e2e8f0;border-top-color:var(--color-secondary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite MediaPicker-module__HgjiLq__spin}@keyframes MediaPicker-module__HgjiLq__spin{to{transform:rotate(360deg)}}.MediaPicker-module__HgjiLq__footer{border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 28px;display:flex}.MediaPicker-module__HgjiLq__footerInfo{color:#64748b;font-size:13px}.MediaPicker-module__HgjiLq__footerActions{align-items:center;gap:12px;display:flex}.MediaPicker-module__HgjiLq__paginationControls{align-items:center;gap:4px;display:flex}.MediaPicker-module__HgjiLq__paginationControls button{min-width:32px;height:32px;color:var(--color-secondary);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;padding:0 8px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.MediaPicker-module__HgjiLq__paginationControls button:hover:not(:disabled){border-color:var(--color-secondary);color:var(--color-secondary)}.MediaPicker-module__HgjiLq__paginationControls button:disabled{opacity:.5;cursor:not-allowed}.MediaPicker-module__HgjiLq__activePage{background:var(--color-secondary)!important;border-color:var(--color-secondary)!important;color:#fff!important}.MediaPicker-module__HgjiLq__insertBtn{background:var(--color-secondary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.MediaPicker-module__HgjiLq__insertBtn:hover{background:var(--color-secondary)}.MediaPicker-module__HgjiLq__insertBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.MediaPicker-module__HgjiLq__modal{max-height:calc(100vh - 40px)}.MediaPicker-module__HgjiLq__header{padding:20px}.MediaPicker-module__HgjiLq__toolbar{flex-wrap:wrap;padding:12px 20px}.MediaPicker-module__HgjiLq__body{padding:16px 20px}.MediaPicker-module__HgjiLq__grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.MediaPicker-module__HgjiLq__footer{flex-direction:column;gap:12px;padding:12px 20px}}
.PostContentRenderer-module__jWRaRW__postContent{color:#1e293b;word-wrap:break-word;overflow-wrap:break-word;font-family:Roboto,sans-serif;font-size:16px;line-height:1.7}.PostContentRenderer-module__jWRaRW__postContent h1{color:#0f172a;margin:1em 0 .5em;font-size:2em;font-weight:700;line-height:1.3}.PostContentRenderer-module__jWRaRW__postContent h2{color:#0f172a;margin:.8em 0 .4em;font-size:1.5em;font-weight:700;line-height:1.35}.PostContentRenderer-module__jWRaRW__postContent h3{color:#0f172a;margin:.6em 0 .3em;font-size:1.25em;font-weight:600;line-height:1.4}.PostContentRenderer-module__jWRaRW__postContent h4{color:#1e293b;margin:.5em 0 .25em;font-size:1.1em;font-weight:600}.PostContentRenderer-module__jWRaRW__postContent p{margin:0 0 1em}.PostContentRenderer-module__jWRaRW__postContent p:last-child{margin-bottom:0}.PostContentRenderer-module__jWRaRW__postContent strong,.PostContentRenderer-module__jWRaRW__postContent b{font-weight:700}.PostContentRenderer-module__jWRaRW__postContent em,.PostContentRenderer-module__jWRaRW__postContent i{font-style:italic}.PostContentRenderer-module__jWRaRW__postContent u{text-decoration:underline}.PostContentRenderer-module__jWRaRW__postContent s,.PostContentRenderer-module__jWRaRW__postContent del{text-decoration:line-through}.PostContentRenderer-module__jWRaRW__postContent sub{vertical-align:sub;font-size:.85em}.PostContentRenderer-module__jWRaRW__postContent sup{vertical-align:super;font-size:.85em}.PostContentRenderer-module__jWRaRW__postContent a{color:var(--color-tertiary,#0285b9);text-underline-offset:2px;text-decoration:underline}.PostContentRenderer-module__jWRaRW__postContent a:hover{color:var(--color-secondary,#006087)}.PostContentRenderer-module__jWRaRW__postContent ul{margin:.5em 0 1em;padding-left:1.5em;list-style-type:disc}.PostContentRenderer-module__jWRaRW__postContent ol{margin:.5em 0 1em;padding-left:1.5em;list-style-type:decimal}.PostContentRenderer-module__jWRaRW__postContent li{margin-bottom:.25em}.PostContentRenderer-module__jWRaRW__postContent li p{margin:0}.PostContentRenderer-module__jWRaRW__postContent ul ul,.PostContentRenderer-module__jWRaRW__postContent ol ul{list-style-type:circle}.PostContentRenderer-module__jWRaRW__postContent ul ul ul,.PostContentRenderer-module__jWRaRW__postContent ol ul ul{list-style-type:square}.PostContentRenderer-module__jWRaRW__postContent ul[data-type=taskList]{padding-left:0;list-style:none}.PostContentRenderer-module__jWRaRW__postContent ul[data-type=taskList] li{align-items:flex-start;gap:8px;display:flex}.PostContentRenderer-module__jWRaRW__postContent ul[data-type=taskList] li input[type=checkbox]{margin-top:4px}.PostContentRenderer-module__jWRaRW__postContent blockquote{border-left:4px solid var(--color-tertiary,#0285b9);color:#475569;background:#f8fafc;border-radius:0 8px 8px 0;margin:1em 0;padding:.5em 1em}.PostContentRenderer-module__jWRaRW__postContent blockquote p{margin:0}.PostContentRenderer-module__jWRaRW__postContent hr{border:none;border-top:2px solid #e2e8f0;margin:1.5em 0}.PostContentRenderer-module__jWRaRW__postContent table{border-collapse:collapse;width:100%;margin:1em 0;display:table;overflow-x:auto}.PostContentRenderer-module__jWRaRW__postContent th,.PostContentRenderer-module__jWRaRW__postContent td{text-align:left;vertical-align:top;border:1px solid #cbd5e1;padding:8px 12px}.PostContentRenderer-module__jWRaRW__postContent th{color:#0f172a;background:#f1f5f9;font-weight:600}.PostContentRenderer-module__jWRaRW__postContent tr:nth-child(2n){background:#f8fafc}.PostContentRenderer-module__jWRaRW__postContent img{border-radius:8px;max-width:100%;height:auto;margin:1em 0}.PostContentRenderer-module__jWRaRW__postContent code{color:#be185d;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:Courier New,Courier,monospace;font-size:.9em}.PostContentRenderer-module__jWRaRW__postContent pre{color:#e2e8f0;background:#1e293b;border-radius:8px;margin:1em 0;padding:16px 20px;font-family:Courier New,Courier,monospace;font-size:.9em;line-height:1.6;overflow-x:auto}.PostContentRenderer-module__jWRaRW__postContent pre code{color:inherit;font-size:inherit;background:0 0;border-radius:0;padding:0}.PostContentRenderer-module__jWRaRW__postContent mark{background:#fef08a;border-radius:2px;padding:1px 4px}.PostContentRenderer-module__jWRaRW__postContent>:first-child{margin-top:0}
.page-module__NLgRFq__postsPage{padding:10px 48px 24px}.page-module__NLgRFq__alert{z-index:9999;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;font-size:14px;font-weight:500;animation:.3s page-module__NLgRFq__slideIn;display:flex;position:fixed;top:120px;right:24px;box-shadow:0 4px 12px #00000026}@keyframes page-module__NLgRFq__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.page-module__NLgRFq__alert.page-module__NLgRFq__success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.page-module__NLgRFq__alert.page-module__NLgRFq__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.page-module__NLgRFq__alert button{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;padding:0;display:flex}.page-module__NLgRFq__alert button:hover{opacity:1}.page-module__NLgRFq__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-module__NLgRFq__headerLeft{align-items:baseline;gap:12px;display:flex}.page-module__NLgRFq__title{color:var(--color-secondary);margin:0;font-size:28px;font-weight:700}.page-module__NLgRFq__count{color:#64748b;background:#f1f5f9;border-radius:20px;padding:4px 12px;font-size:14px}.page-module__NLgRFq__addButton{background:var(--color-tertiary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.page-module__NLgRFq__addButton:hover{background:var(--color-secondary)}.page-module__NLgRFq__toolbar{align-items:center;gap:16px;margin-bottom:16px;display:flex}.page-module__NLgRFq__searchForm{flex:1;max-width:400px;position:relative}.page-module__NLgRFq__searchIcon{color:#94a3b8;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.page-module__NLgRFq__searchInput{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:12px 16px 12px 48px;font-size:14px;transition:all .2s}.page-module__NLgRFq__searchInput:focus{border-color:var(--color-tertiary);outline:none;box-shadow:0 0 0 3px #0285b91a}.page-module__NLgRFq__toolbarActions{align-items:center;gap:12px;display:flex}.page-module__NLgRFq__filterButton{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.page-module__NLgRFq__filterButton:hover{border-color:var(--color-tertiary);color:var(--color-tertiary)}.page-module__NLgRFq__filterButtonActive{background:var(--color-primary);border-color:var(--color-tertiary);color:var(--color-tertiary)}.page-module__NLgRFq__filtersBar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-end;gap:16px;margin-bottom:16px;padding:16px 20px;display:flex}.page-module__NLgRFq__filterGroup{flex-direction:column;gap:6px;display:flex}.page-module__NLgRFq__filterGroup label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.page-module__NLgRFq__filterGroup select{cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 14px center no-repeat;border:1px solid #e2e8f0;border-radius:8px;min-width:160px;padding:10px 40px 10px 14px;font-size:14px;transition:all .2s}.page-module__NLgRFq__filterGroup select:focus{border-color:var(--color-tertiary);outline:none}.page-module__NLgRFq__clearFilters{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;padding:10px 16px;font-size:14px;transition:all .2s}.page-module__NLgRFq__clearFilters:hover{color:var(--color-secondary);border-color:#94a3b8}.page-module__NLgRFq__tableContainer{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:visible}.page-module__NLgRFq__loadingState,.page-module__NLgRFq__emptyState{color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.page-module__NLgRFq__spinner{border:3px solid #e2e8f0;border-top-color:var(--color-tertiary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite page-module__NLgRFq__spin}@keyframes page-module__NLgRFq__spin{to{transform:rotate(360deg)}}.page-module__NLgRFq__emptyState h3{color:var(--color-secondary);margin:16px 0 8px;font-size:18px;font-weight:600}.page-module__NLgRFq__emptyState p{margin:0;font-size:14px}.page-module__NLgRFq__table{border-collapse:collapse;width:100%}.page-module__NLgRFq__table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 16px;font-size:12px;font-weight:600}.page-module__NLgRFq__table th:first-child{border-top-left-radius:12px}.page-module__NLgRFq__table th:last-child{border-top-right-radius:12px}.page-module__NLgRFq__table td{color:var(--color-secondary);border-bottom:1px solid #f1f5f9;padding:16px;font-size:14px}.page-module__NLgRFq__table tbody tr:hover{background:#f8fafc}.page-module__NLgRFq__table tbody tr:last-child td{border-bottom:none}.page-module__NLgRFq__sortableHeader{cursor:pointer;-webkit-user-select:none;user-select:none}.page-module__NLgRFq__sortableHeader span{display:inline}.page-module__NLgRFq__sortableHeader svg{vertical-align:middle;opacity:.4;margin-left:4px;transition:opacity .2s;display:inline}.page-module__NLgRFq__sortableHeader:hover svg{opacity:.7}.page-module__NLgRFq__sortActive{color:var(--color-tertiary);opacity:1!important}.page-module__NLgRFq__postCell{align-items:center;gap:12px;display:flex}.page-module__NLgRFq__postIcon{background:var(--color-primary);width:40px;height:40px;color:var(--color-tertiary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__NLgRFq__postInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.page-module__NLgRFq__postTitle{color:var(--color-secondary);white-space:nowrap;text-overflow:ellipsis;max-width:350px;font-weight:600;overflow:hidden}.page-module__NLgRFq__postExcerpt{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:350px;font-size:12px;overflow:hidden}.page-module__NLgRFq__badge{border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.page-module__NLgRFq__typeNews{color:#1d4ed8;background:#dbeafe}.page-module__NLgRFq__typeJobs{color:#7c3aed;background:#ede9fe}.page-module__NLgRFq__typeUpdates{color:#a16207;background:#fef9c3}.page-module__NLgRFq__statusPublished{color:#047857;background:#ecfdf5}.page-module__NLgRFq__statusDraft{color:#64748b;background:#f1f5f9}.page-module__NLgRFq__statusExpired{color:#dc2626;background:#fef2f2}.page-module__NLgRFq__authorCell{color:#64748b}.page-module__NLgRFq__dateCell{color:#64748b;white-space:nowrap}.page-module__NLgRFq__actionsCell{text-align:center;width:60px}.page-module__NLgRFq__actionWrapper{position:relative}.page-module__NLgRFq__actionButton{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.page-module__NLgRFq__actionButton:hover{color:var(--color-secondary);background:#f1f5f9}.page-module__NLgRFq__actionMenu{z-index:70;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:140px;margin-top:4px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 40px #0000001a}.page-module__NLgRFq__actionMenu button{width:100%;color:var(--color-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:12px 16px;font-size:14px;transition:background .15s;display:flex}.page-module__NLgRFq__actionMenu button:hover{background:#f8fafc}.page-module__NLgRFq__deleteAction{color:#dc2626!important}.page-module__NLgRFq__deleteAction:hover{background:#fef2f2!important}.page-module__NLgRFq__pagination{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.page-module__NLgRFq__paginationInfo{color:#64748b;font-size:14px}.page-module__NLgRFq__paginationControls{align-items:center;gap:4px;display:flex}.page-module__NLgRFq__paginationControls button{min-width:36px;height:36px;color:var(--color-secondary);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.page-module__NLgRFq__paginationControls button:hover:not(:disabled){border-color:var(--color-tertiary);color:var(--color-tertiary)}.page-module__NLgRFq__paginationControls button:disabled{opacity:.5;cursor:not-allowed}.page-module__NLgRFq__activePage{background:var(--color-tertiary)!important;border-color:var(--color-tertiary)!important;color:#fff!important}.page-module__NLgRFq__modalOverlay{z-index:70;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:100px 0 0}.page-module__NLgRFq__confirmModal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:32px}.page-module__NLgRFq__confirmIcon{color:#dc2626;background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.page-module__NLgRFq__confirmModal h3{color:var(--color-secondary);margin:0 0 12px;font-size:20px;font-weight:600}.page-module__NLgRFq__confirmModal p{color:#64748b;margin:0 0 24px;font-size:14px;line-height:1.5}.page-module__NLgRFq__confirmActions{justify-content:center;gap:12px;display:flex}.page-module__NLgRFq__cancelButton{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s}.page-module__NLgRFq__cancelButton:hover{color:var(--color-secondary);border-color:#cbd5e1}.page-module__NLgRFq__deleteButton{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s}.page-module__NLgRFq__deleteButton:hover{background:#b91c1c}.page-module__NLgRFq__modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:1440px;max-height:calc(100vh - 140px);display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.page-module__NLgRFq__modalHeader{background:linear-gradient(#fff,#fafbfc);border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:32px 40px;display:flex}.page-module__NLgRFq__modalHeader h2{color:var(--color-secondary);letter-spacing:-.02em;margin:0;font-size:24px;font-weight:700}.page-module__NLgRFq__modalHeader button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.page-module__NLgRFq__modalHeader button:hover{color:var(--color-secondary);background:#f1f5f9;transform:scale(1.05)}.page-module__NLgRFq__modalBody{flex-direction:column;flex:1;gap:0;padding:36px 40px;display:flex;overflow-y:auto}.page-module__NLgRFq__editorLayout{grid-template-columns:1fr 320px;align-items:start;gap:32px;display:grid}.page-module__NLgRFq__editorMain{flex-direction:column;gap:16px;display:flex}.page-module__NLgRFq__titleInput{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:16px 20px;font-size:24px;font-weight:700;transition:all .2s}.page-module__NLgRFq__titleInput::placeholder{color:#94a3b8;font-weight:500}.page-module__NLgRFq__titleInput:focus{border-color:var(--color-tertiary);outline:none;box-shadow:0 0 0 4px #0285b914}.page-module__NLgRFq__titleInput.page-module__NLgRFq__fieldError{background:#fef2f2;border-color:#dc2626!important}.page-module__NLgRFq__editorWrapper{min-height:400px}.page-module__NLgRFq__editorError{border:2px solid #dc2626;border-radius:.5rem}.page-module__NLgRFq__editorSidebar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex;position:sticky;top:0}.page-module__NLgRFq__editorSidebarTitle{color:var(--color-secondary);border-bottom:1px solid #e2e8f0;margin:0;padding-bottom:12px;font-size:16px;font-weight:700}.page-module__NLgRFq__formGroup{flex-direction:column;gap:8px;display:flex}.page-module__NLgRFq__formGroup label{color:var(--color-tertiary);text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:700}.page-module__NLgRFq__formGroup select,.page-module__NLgRFq__formGroup input,.page-module__NLgRFq__formGroup textarea{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;padding:12px 14px;font-size:14px;font-weight:500;transition:all .2s}.page-module__NLgRFq__formGroup select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.page-module__NLgRFq__formGroup textarea{resize:vertical;font-family:inherit;line-height:1.5}.page-module__NLgRFq__uploadArea{color:#94a3b8;cursor:pointer;background:#fafbfc;border:2px dashed #cbd5e1;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;padding:24px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.page-module__NLgRFq__uploadArea:hover{border-color:var(--color-tertiary);color:var(--color-tertiary);background:#f0f9ff}.page-module__NLgRFq__uploadArea:disabled{cursor:not-allowed;opacity:.7}.page-module__NLgRFq__uploadHint{color:#94a3b8;font-size:11px;font-weight:400}.page-module__NLgRFq__spinIcon{animation:1s linear infinite page-module__NLgRFq__spin}.page-module__NLgRFq__previewFeaturedImage{border:1px solid #e2e8f0;border-radius:10px;margin-bottom:20px;overflow:hidden}.page-module__NLgRFq__previewFeaturedImage img{object-fit:cover;width:100%;height:auto;max-height:400px;display:block}.page-module__NLgRFq__featuredImagePreview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.page-module__NLgRFq__featuredImagePreview img{object-fit:cover;width:100%;height:auto;max-height:180px;display:block}.page-module__NLgRFq__featuredImageActions{gap:8px;padding:8px;display:flex}.page-module__NLgRFq__changeImageBtn,.page-module__NLgRFq__removeImageBtn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.page-module__NLgRFq__changeImageBtn:hover{border-color:var(--color-tertiary);color:var(--color-tertiary)}.page-module__NLgRFq__removeImageBtn:hover{color:#dc2626;border-color:#dc2626}.page-module__NLgRFq__formGroup select:focus,.page-module__NLgRFq__formGroup input:focus,.page-module__NLgRFq__formGroup textarea:focus{border-color:var(--color-tertiary);outline:none;box-shadow:0 0 0 4px #0285b914}.page-module__NLgRFq__formGroup select:hover,.page-module__NLgRFq__formGroup input:hover,.page-module__NLgRFq__formGroup textarea:hover{border-color:#cbd5e1}.page-module__NLgRFq__modalFooter{background:linear-gradient(#fff,#fafbfc);border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:16px;padding:28px 40px;display:flex}.page-module__NLgRFq__draftButton{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.page-module__NLgRFq__draftButton:hover{color:var(--color-secondary);background:#fafbfc;border-color:#cbd5e1}.page-module__NLgRFq__draftButton:disabled,.page-module__NLgRFq__publishButton:disabled{opacity:.6;cursor:not-allowed}.page-module__NLgRFq__publishButton{background:var(--color-tertiary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 32px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 8px #0285b940}.page-module__NLgRFq__publishButton:hover{background:var(--color-secondary);box-shadow:0 4px 12px #0285b959}.page-module__NLgRFq__expiredButton{color:#dc2626;cursor:pointer;background:#fef2f2;border:2px solid #fecaca;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.page-module__NLgRFq__expiredButton:hover{color:#fff;background:#dc2626;border-color:#dc2626}.page-module__NLgRFq__expiredButton:disabled{opacity:.5;cursor:not-allowed}.page-module__NLgRFq__previewModal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:800px;max-height:calc(100vh - 140px);display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.page-module__NLgRFq__previewHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.page-module__NLgRFq__previewHeader h2{color:var(--color-secondary);margin:0;font-size:20px;font-weight:700}.page-module__NLgRFq__previewHeader button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.page-module__NLgRFq__previewHeader button:hover{color:var(--color-secondary);background:#f1f5f9}.page-module__NLgRFq__previewBody{flex:1;padding:32px;overflow-y:auto}.page-module__NLgRFq__previewMeta{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}@media (max-width:1024px){.page-module__NLgRFq__postsPage{padding:24px 16px}.page-module__NLgRFq__header{flex-direction:column;align-items:flex-start;gap:16px}.page-module__NLgRFq__addButton{justify-content:center;width:100%}.page-module__NLgRFq__toolbar{flex-wrap:wrap}.page-module__NLgRFq__searchForm{flex-basis:100%;order:1;max-width:100%}.page-module__NLgRFq__toolbarActions{flex-basis:100%;order:0;justify-content:flex-end}.page-module__NLgRFq__filtersBar{flex-wrap:wrap}.page-module__NLgRFq__tableContainer{overflow-x:auto}.page-module__NLgRFq__table{min-width:800px}.page-module__NLgRFq__postTitle,.page-module__NLgRFq__postExcerpt{max-width:200px}.page-module__NLgRFq__editorLayout{grid-template-columns:1fr}.page-module__NLgRFq__editorSidebar{order:-1;position:static}}@media (max-width:768px){.page-module__NLgRFq__alert{left:16px;right:16px}.page-module__NLgRFq__pagination{flex-direction:column;gap:16px}.page-module__NLgRFq__confirmActions{flex-direction:column}.page-module__NLgRFq__confirmActions button{width:100%}.page-module__NLgRFq__modalHeader,.page-module__NLgRFq__modalBody{padding:24px 20px}.page-module__NLgRFq__modalFooter{flex-direction:column;padding:20px}.page-module__NLgRFq__modalFooter button{justify-content:center;width:100%}.page-module__NLgRFq__titleInput{padding:14px 16px;font-size:20px}}
.page-module__b_dAgW__pageWrapper{background-color:var(--color-primary);min-height:calc(100vh - 100px);padding-top:80px;padding-bottom:80px}.page-module__b_dAgW__container{flex-direction:column;gap:40px;display:flex}.page-module__b_dAgW__backButton{color:var(--color-secondary);align-items:center;gap:8px;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__b_dAgW__backButton:hover{color:var(--color-tertiary)}.page-module__b_dAgW__backIcon{width:20px;height:20px}.page-module__b_dAgW__article{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000014}.page-module__b_dAgW__articleContent{flex-direction:column;gap:20px;padding:48px;display:flex}.page-module__b_dAgW__articleTitle{color:var(--color-secondary);margin:0;font-size:36px;font-weight:700;line-height:1.3}.page-module__b_dAgW__articleMeta{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.page-module__b_dAgW__metaItem{color:#666;align-items:center;gap:6px;font-size:14px;display:inline-flex}.page-module__b_dAgW__expiredBanner{color:#dc2626;align-items:center;gap:6px;font-size:14px;font-weight:600;display:inline-flex}@media (min-width:641px) and (max-width:1024px){.page-module__b_dAgW__articleContent{padding:40px}.page-module__b_dAgW__articleTitle{font-size:32px}}@media (max-width:640px){.page-module__b_dAgW__pageWrapper{padding-top:60px;padding-bottom:60px}.page-module__b_dAgW__articleContent{padding:32px 24px}.page-module__b_dAgW__articleTitle{font-size:24px}.page-module__b_dAgW__articleMeta{flex-direction:column;align-items:flex-start;gap:12px}}
.page-module__FcHemW__pageWrapper{background-color:var(--color-primary);min-height:calc(100vh - 100px);padding-top:80px;padding-bottom:80px}.page-module__FcHemW__container{flex-direction:column;gap:40px;display:flex}.page-module__FcHemW__backButton{color:var(--color-secondary);align-items:center;gap:8px;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__FcHemW__backButton:hover{color:var(--color-tertiary)}.page-module__FcHemW__backIcon{width:20px;height:20px}.page-module__FcHemW__article{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000014}.page-module__FcHemW__imageWrapper{width:100%;height:auto;position:relative}.page-module__FcHemW__articleImage{object-fit:cover;width:100%;height:auto;display:block}.page-module__FcHemW__articleContent{flex-direction:column;gap:20px;padding:48px;display:flex}.page-module__FcHemW__articleTitle{color:var(--color-secondary);margin:0;font-size:36px;font-weight:700;line-height:1.3}.page-module__FcHemW__articleDate{color:var(--color-tertiary);margin:0;font-size:14px}.page-module__FcHemW__articleBody{flex-direction:column;gap:16px;display:flex}.page-module__FcHemW__paragraph{color:#333;margin:0;font-size:16px;line-height:1.8}.page-module__FcHemW__blockquote{background-color:#f3f4f6;border-left:4px solid #d1d5db;border-radius:4px;margin:0;padding:24px;font-size:16px;font-style:italic;line-height:1.8}@media (min-width:641px) and (max-width:1024px){.page-module__FcHemW__articleContent{text-align:center;align-items:center;padding:40px}.page-module__FcHemW__articleTitle{font-size:32px}.page-module__FcHemW__backButton{justify-content:center;margin-left:auto;margin-right:auto}}@media (max-width:640px){.page-module__FcHemW__pageWrapper{padding-top:60px;padding-bottom:60px}.page-module__FcHemW__container{text-align:center;align-items:center}.page-module__FcHemW__articleContent{text-align:center;align-items:center;padding:32px 24px}.page-module__FcHemW__articleTitle{font-size:28px}.page-module__FcHemW__paragraph{font-size:15px}.page-module__FcHemW__backButton{justify-content:center;margin-left:auto;margin-right:auto}}
