.news-root{--news-red: #C0001A;--news-dark: #1A1A1A;--news-grey: #F5F5F5;--news-white: #FFFFFF;color:var(--news-dark);background:var(--news-white);min-height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;padding:24px}.news-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.news-title{font-size:22px;font-weight:800;letter-spacing:.04em;color:var(--news-dark)}.news-lang-toggle button{border:1px solid #ccc;background:var(--news-white);padding:4px 10px;cursor:pointer;font-size:12px}.news-lang-toggle button.active{background:var(--news-red);color:var(--news-white);border-color:var(--news-red)}.news-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.news-search{flex:1;min-width:200px;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:13px}.news-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.news-tab{padding:6px 14px;border:1px solid #ddd;background:var(--news-white);border-radius:18px;font-size:13px;cursor:pointer;font-weight:600}.news-tab.active{background:var(--news-red);border-color:var(--news-red);color:var(--news-white)}.news-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:720px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.news-grid{grid-template-columns:repeat(3,1fr)}}.news-card{background:var(--news-grey);border-radius:14px;overflow:hidden;position:relative;cursor:pointer;display:flex;flex-direction:column;box-shadow:0 1px 4px #00000014;transition:transform .15s}.news-card:hover{transform:translateY(-2px)}.news-card.featured{grid-column:1 / -1}.news-card.featured .news-card-img-wrap,.news-card.featured .news-card-img-wrap img{max-height:480px}.news-card-img-wrap{position:relative;background:#f0f0f0;min-height:160px;max-height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden}.news-card-img-wrap img{display:block;max-width:100%;max-height:320px;width:auto;height:auto;object-fit:contain}.news-category-badge{position:absolute;top:12px;left:0;background:var(--news-red);color:var(--news-white);font-size:11px;font-weight:700;letter-spacing:.08em;padding:5px 28px 5px 14px;clip-path:polygon(0 0,100% 0,92% 100%,0 100%);text-transform:uppercase}.news-date-badge{position:absolute;right:0;bottom:0;background:var(--news-red);color:var(--news-white);font-size:11px;font-weight:700;padding:6px 14px 6px 28px;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}.news-logo-circle{position:absolute;left:12px;bottom:12px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}.news-logo-circle img{width:100%;height:100%;object-fit:contain;display:block}.news-detail-hero .news-logo-circle{width:80px;height:80px;left:16px;bottom:16px}.news-card-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.news-card-title{font-size:16px;font-weight:700;line-height:1.3;color:var(--news-dark);margin:0}.news-card-summary{font-size:13px;color:#555;margin:0;line-height:1.5;flex:1}.news-read-more{align-self:flex-start;background:var(--news-red);color:var(--news-white);border:none;border-radius:999px;padding:6px 18px;font-size:12px;font-weight:700;cursor:pointer;letter-spacing:.05em}.news-reactions{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap}.news-reaction{background:var(--news-white);border:1px solid #ddd;border-radius:999px;padding:3px 10px;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.news-reaction.mine{background:var(--news-red);color:var(--news-white);border-color:var(--news-red)}.news-reaction-count{font-size:11px;font-weight:700}.news-detail{max-width:920px;margin:0 auto}.news-detail-back{background:none;border:none;color:var(--news-red);font-weight:700;cursor:pointer;margin-bottom:16px}.news-detail-header-bar{background:var(--news-red);color:var(--news-white);padding:6px 16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:12px;border-radius:6px 6px 0 0}.news-detail-hero{position:relative;background:#f0f0f0;min-height:220px;max-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0 0 6px 6px}.news-detail-hero img{display:block;max-width:100%;max-height:700px;width:auto;height:auto;object-fit:contain}.news-detail-title-block{border-left:4px solid var(--news-red);padding:4px 0 4px 14px;margin:24px 0 8px}.news-detail-title{font-size:26px;font-weight:800;margin:0;line-height:1.2}.news-detail-subtitle{font-size:15px;color:#555;margin:4px 0 0}.news-detail-body{font-size:15px;line-height:1.65;margin-top:20px;color:var(--news-dark)}.news-detail-body p{margin:0 0 12px}.news-detail-body a{color:var(--news-red)}.news-attachment-list{margin-top:24px;display:flex;flex-direction:column;gap:8px}.news-attachment-row{display:flex;align-items:center;gap:12px;padding:8px 12px;border:1px solid #ddd;border-radius:6px}.news-attachment-row a{color:var(--news-red);font-weight:600;flex:1}.news-prev-next{margin-top:28px;display:flex;justify-content:space-between;gap:12px}.news-prev-next button{background:var(--news-grey);border:1px solid #ddd;border-radius:6px;padding:8px 14px;cursor:pointer;font-weight:600}.news-prev-next button:disabled{opacity:.4;cursor:not-allowed}.news-admin-toolbar{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.news-admin-table{width:100%;border-collapse:collapse;font-size:13px}.news-admin-table th,.news-admin-table td{padding:10px 12px;border-bottom:1px solid #eee;text-align:left}.news-admin-table th{font-size:11px;color:#777;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.news-status-chip{display:inline-block;font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.06em}.news-status-chip.draft{background:#eee;color:#555}.news-status-chip.pending_approval{background:#fff4d6;color:#8a6d00}.news-status-chip.published{background:#e0f5e9;color:#1c7a3b}.news-status-chip.archived{background:#f4dada;color:#8a1c1c}.news-btn{background:var(--news-red);color:var(--news-white);border:none;border-radius:6px;padding:8px 16px;cursor:pointer;font-weight:600;font-size:13px}.news-btn.secondary{background:var(--news-white);color:var(--news-dark);border:1px solid #ccc}.news-editor{display:grid;grid-template-columns:1fr;gap:12px;max-width:920px;margin:0 auto}@media(min-width:800px){.news-editor{grid-template-columns:1fr 1fr}.news-editor .news-field-full{grid-column:1 / -1}}.news-editor label{display:block;font-size:12px;font-weight:600;color:#555;margin-bottom:4px}.news-editor input,.news-editor textarea,.news-editor select{width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:13px;font-family:inherit}.news-editor textarea{min-height:140px;resize:vertical}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
