.gap-10{gap:10px;display:flex}.row{flex-direction:row;display:flex}.space-between{justify-content:space-between;display:flex}.public-nav-more-dropdown{display:inline-block;position:relative}.public-nav-more-dropdown:hover .public-nav-more-menu{display:block}.public-nav-more-menu{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:6px;min-width:180px;padding:8px 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 6px -1px #0000001a}.public-nav-more-link{color:#374151;padding:8px 16px;font-size:.95rem;text-decoration:none;display:block}.public-nav-more-link:hover{background:#f3f4f6}.more-btn{cursor:pointer;background:0 0;border:none;font-family:inherit}:root{--bg-page:#f3f4f6;--bg-surface:#fff;--bg-sidebar:#f4f4f5;--bg-active:#ececee;--border:#e2e3e6;--text-main:#20242b;--text-muted:#6f7280;--status-published-bg:#daf1e3;--status-published-text:#2f7f50;--status-draft-bg:#f7eabc;--status-draft-text:#9a7605;--status-scheduled-bg:#d9e8ff;--status-scheduled-text:#2857b4}html,body,#root{background:var(--bg-page);min-height:100%;margin:0;padding:0}*{box-sizing:border-box;font-family:Inter,sans-serif}.center{text-align:center;justify-content:center;align-items:center;display:flex}.layout{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--border);background:var(--bg-sidebar);flex-shrink:0;width:280px}.sidebar-mobile-topbar,.sidebar-mobile-toggle,.sidebar-mobile-overlay{display:none}.content{flex:1;min-width:0}.dashboard-layout{background:var(--bg-page)}.dashboard-sidebar{flex-direction:column;justify-content:space-between;height:100vh;display:flex}.sidebar-scroll{padding-bottom:14px;overflow-y:auto}.sidebar-brand-area{border-bottom:1px solid var(--border);padding:16px}.sidebar-brand-placeholder{background:#d7d9dd;border:1px solid #cbced3;border-radius:8px;width:100%;height:54px}.sidebar-user{color:var(--text-muted);margin-top:12px;font-size:.95rem}.sidebar-inline-login{color:var(--text-main);cursor:pointer;background:0 0;border:0;padding:0;font-size:.92rem;text-decoration:underline}.sidebar-nav{flex-direction:column;gap:4px;padding:12px 10px 0;display:flex}.sidebar-nav-item{width:100%;color:var(--text-main);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:1rem;transition:background-color .2s;display:flex}.sidebar-nav-item:hover{background:var(--bg-active)}.sidebar-nav-item.active{background:var(--bg-active);font-weight:500}.sidebar-icon{flex-shrink:0;width:18px;height:18px}.sidebar-icon svg{width:100%;height:100%;display:block}.sidebar-footer{border-top:1px solid var(--border);background:var(--bg-sidebar);padding:10px}.sidebar-brand-logo{object-fit:contain;width:100%;max-height:56px;display:block}.dashboard-content{padding:24px}.dashboard-header{margin-bottom:16px}.dashboard-title{color:var(--text-main);margin:0;font-size:2.05rem;font-weight:600;line-height:1.2}.dashboard-subtitle{color:var(--text-muted);margin:8px 0 0;font-size:1.02rem}.dashboard-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;padding:18px}.dashboard-card-title{color:var(--text-main);margin:0 0 14px;font-size:2rem;font-weight:500;line-height:1.2}.dashboard-list{flex-direction:column;gap:12px;display:flex}.dashboard-list-item{border:1px solid var(--border);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.dashboard-item-title{color:var(--text-main);margin:0;font-size:1.05rem}.dashboard-item-meta{color:var(--text-muted);margin:6px 0 0;font-size:.95rem}.dashboard-status{border-radius:999px;justify-content:center;align-items:center;min-width:90px;padding:6px 12px;font-size:.9rem;display:inline-flex}.dashboard-status-published{background:var(--status-published-bg);color:var(--status-published-text)}.dashboard-status-draft{background:var(--status-draft-bg);color:var(--status-draft-text)}.dashboard-status-scheduled{background:var(--status-scheduled-bg);color:var(--status-scheduled-text)}.dashboard-info{color:var(--text-muted);margin:0;font-size:.94rem}.dashboard-info.error{color:#8b1f1f}.entries-content{padding:24px}.entries-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.entries-title{color:var(--text-main);margin:0;font-size:2.05rem;font-weight:600;line-height:1.2}.entries-subtitle{color:var(--text-muted);margin:8px 0 0;font-size:1.02rem}.entries-new-button{color:#f3f4ff;cursor:pointer;background:#0a0b1f;border:0;border-radius:12px;height:42px;padding:0 16px;font-size:.95rem;font-weight:500}.entries-new-button:hover{opacity:.95}.entries-filters{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;margin-bottom:18px;display:flex}.entries-select{border:1px solid var(--border);min-width:140px;height:42px;color:var(--text-main);background:#f1f2f4;border-radius:10px;padding:0 12px;font-size:.96rem}.entries-select:focus{outline:none;box-shadow:0 0 0 3px #0a0b1f1a}.entries-table-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:10px;overflow:visible}.entries-info{color:var(--text-muted);margin:0;padding:14px 16px 0;font-size:.94rem}.entries-info.error{color:#8b1f1f}.entries-table-wrap{overflow:visible}.entries-table{border-collapse:collapse;width:100%;min-width:920px}.entries-table th,.entries-table td{text-align:left;border-top:1px solid var(--border);color:var(--text-main);padding:14px 12px;font-size:.97rem}.entries-table thead th{background:#f7f7f9;border-top:0;font-size:1.05rem;font-weight:600}.entries-title-cell{font-weight:500}.entries-category-chip{color:#373d49;background:#eceef2;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:.87rem;display:inline-flex}.entries-date-cell{vertical-align:middle;color:var(--text-muted)}.entries-date-dot{font-size:.94rem;line-height:1}.entries-time-with-icon{align-items:center;gap:6px;display:inline-flex}.entries-time-with-icon svg{width:14px;height:14px}.entries-actions{align-items:center;gap:10px;display:flex}.entries-action-button{color:var(--text-main);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.entries-action-button svg{width:16px;height:16px}.entries-action-button.delete{color:#d45d6f}.entries-action-button.star.active{color:#f59e0b}.entries-featured-menu-wrap{align-items:center;display:inline-flex;position:relative}.entries-action-button.star.open{background:#f5f7fb;border-radius:999px}.entries-featured-menu{border:1px solid var(--border-color);z-index:10;background-color:#ededed;border-radius:6px;min-width:240px;margin-top:4px;padding:8px 0;position:absolute;top:100%;right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.entries-featured-menu-header{color:var(--text-muted);padding:4px 16px 8px;font-size:13px;font-weight:600}.entries-featured-menu-separator{border:none;border-top:1px solid #dde2ea;margin:4px 0}.entries-featured-menu-item{color:#111827;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:0;flex-direction:column;align-items:flex-start;gap:3px;width:100%;padding:10px 16px;transition:background .15s;display:flex}.entries-featured-menu-item strong{font-size:.92rem;font-weight:600}.entries-featured-menu-item:hover,.entries-featured-menu-item.selected{background:#eef3ff}.entries-featured-menu-item:disabled{opacity:.6;cursor:not-allowed}.entries-action-button:disabled{opacity:.45;cursor:not-allowed}.entries-action-button:hover{opacity:.8}.entries-empty-row{text-align:center;color:var(--text-muted)}.authors-users-content{padding:24px}.authors-users-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.authors-users-title{color:var(--text-main);margin:0;font-size:2.05rem;font-weight:600;line-height:1.2}.authors-users-subtitle{color:var(--text-muted);margin:8px 0 0;font-size:1.02rem}.authors-users-info{color:var(--text-muted);margin:18px 0 0;font-size:.95rem}.authors-users-info.error{color:#8b1f1f}.authors-users-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-top:18px;display:grid}.author-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:12px;padding:16px}.author-card-main{align-items:center;gap:12px;display:flex}.author-card-avatar{color:#454b58;background:#e6e8ee;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:.98rem;font-weight:600;display:inline-flex;overflow:hidden}.author-card-avatar img{object-fit:cover;width:100%;height:100%}.author-card-name{color:var(--text-main);overflow-wrap:break-word;margin:0;font-size:1.35rem;font-weight:600}.author-card-subtitle{color:var(--text-muted);overflow-wrap:break-word;margin:4px 0 0;font-size:.92rem}.author-card-role-row{justify-content:space-between;align-items:center;gap:10px;margin-top:14px;display:flex}.author-card-role{border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 14px;font-size:.95rem;display:inline-flex}.authors-users-role-admin{color:#6f3ccd;background:#f0e8ff}.authors-users-role-editor{color:#2857b4;background:#d9e8ff}.author-card-inactive{color:#9a2330;font-size:.85rem;font-weight:500}.author-card-actions{border-top:1px solid var(--border);align-items:center;gap:10px;margin-top:14px;padding-top:14px;display:flex}.author-card-edit-button{color:#151825;cursor:pointer;background:#eceef2;border:0;border-radius:10px;flex:1;height:40px;font-size:1.45rem;font-weight:500}.author-card-delete-button{color:#d45d6f;cursor:pointer;background:#fcecef;border:0;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.author-card-delete-button svg{width:17px;height:17px}.author-card-edit-button:hover,.author-card-delete-button:hover{opacity:.92}.authors-users-modal-overlay{z-index:50;background:#1118278c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.authors-users-modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:min(560px,100vw - 24px);max-height:calc(100vh - 24px);padding:22px;overflow-y:auto}.authors-users-modal-title{color:var(--text-main);margin:0 0 14px;font-size:1.9rem}.authors-users-form{flex-direction:column;gap:8px;display:flex}.authors-users-form label{color:#131722;margin-top:6px;font-size:1.27rem;font-weight:600}.authors-users-form input{color:#111827;background:#f8f9fb;border:1px solid #d6d8de;border-radius:12px;height:44px;padding:0 14px;font-size:1.24rem}.authors-users-form input:focus{border-color:#b4bac8;outline:none;box-shadow:0 0 0 3px #0a0b1f1a}.authors-users-password-row{grid-template-columns:1fr auto;gap:8px;display:grid}.authors-users-generate-password{color:#20242b;cursor:pointer;background:#e5e7eb;border:0;border-radius:12px;padding:0 14px;font-size:1.08rem;font-weight:600}.authors-users-role-fieldset{border:0;margin:8px 0 0;padding:0}.authors-users-role-fieldset legend{color:#131722;margin-bottom:10px;font-size:1.27rem;font-weight:600}.authors-users-role-option{cursor:pointer;border:1px solid #dfe1e6;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:10px;margin-bottom:10px;padding:12px 14px;display:grid}.authors-users-role-option input{width:18px;height:18px;margin:0}.authors-users-role-option p{color:#111827;margin:0;font-size:1.28rem;font-weight:600}.authors-users-role-option span{color:#5f6676;margin-top:4px;font-size:1.05rem;line-height:1.4;display:block}.authors-users-modal-error{color:#9a2330;margin:2px 0 0;font-size:1rem}.authors-users-modal-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:8px;display:grid}.authors-users-modal-actions button{color:#161a28;cursor:pointer;background:#fff;border:1px solid #d7dae1;border-radius:12px;height:44px;font-size:1.22rem;font-weight:600}.authors-users-modal-actions button.primary{color:#fff;background:#040316;border:0}.authors-users-modal-actions button:disabled{opacity:.7;cursor:not-allowed}.utility-page-content{padding:24px}.utility-page-header{border:1px solid var(--border);background:var(--bg-surface);border-radius:12px;padding:18px}.utility-page-header h1{color:var(--text-main);margin:0;font-size:2rem}.utility-page-header p{color:var(--text-muted);margin:8px 0 0;line-height:1.6}.utility-page-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:12px;margin-top:16px;padding:18px}.settings-content{padding:24px}.settings-header{align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.settings-back-button{color:var(--text-main);cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:10px;padding:8px 0;font-size:1rem;display:inline-flex}.settings-header h1{color:var(--text-main);margin:0;font-size:2.05rem;font-weight:600;line-height:1.2}.settings-header p{color:var(--text-muted);margin:8px 0 0;font-size:1.02rem;line-height:1.6}.settings-banner{border:1px solid var(--border);background:var(--bg-surface);color:var(--text-muted);border-radius:12px;margin:0 0 16px;padding:12px 14px}.settings-banner.error{color:#8b1f1f}.settings-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;display:grid}.settings-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:14px;padding:20px;box-shadow:0 10px 24px #0f172a08}.settings-card-head h2{color:var(--text-main);margin:0;font-size:1.5rem}.settings-card-head p{color:var(--text-muted);margin:8px 0 0;font-size:.95rem;line-height:1.55}.settings-profile-summary{background:#f7f8fb;border:1px solid #e4e7ee;border-radius:14px;align-items:center;gap:14px;margin-top:18px;padding:14px;display:flex}.settings-avatar{color:#394153;background:#e1e5ee;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;font-size:1.15rem;font-weight:700;display:inline-flex}.settings-summary-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.settings-summary-copy strong{color:var(--text-main);font-size:1.08rem}.settings-summary-copy span{color:var(--text-muted);font-size:.93rem}.settings-role-chip{color:#6f3ccd;background:#e8defc;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:30px;padding:0 12px;font-size:.9rem;font-weight:600;display:inline-flex}.settings-form{flex-direction:column;gap:8px;margin-top:18px;display:flex}.settings-form label{color:var(--text-main);margin-top:6px;font-size:.95rem;font-weight:600}.settings-form input{height:48px;color:var(--text-main);background:#f5f6f8;border:1px solid #d8dbe2;border-radius:12px;padding:0 14px;font-size:.98rem}.settings-form input:focus{border-color:#b4bac8;outline:none;box-shadow:0 0 0 3px #0a0b1f14}.settings-form input:disabled{opacity:.78}.settings-feedback{margin:6px 0 0;font-size:.92rem}.settings-feedback.error{color:#9a2330}.settings-feedback.success{color:#2f7f50}.settings-actions{justify-content:flex-end;margin-top:10px;display:flex}.settings-primary-button{color:#f3f4ff;cursor:pointer;background:#0a0b1f;border:0;border-radius:12px;min-width:180px;height:46px;font-size:.95rem;font-weight:600}.settings-primary-button:disabled{opacity:.72;cursor:not-allowed}.categories-content{padding:24px}.categories-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.categories-title{color:var(--text-main);margin:0;font-size:2.05rem;font-weight:600;line-height:1.2}.categories-subtitle{color:var(--text-muted);margin:8px 0 0;font-size:1.02rem}.categories-info{color:var(--text-muted);margin:18px 0 0;font-size:.95rem}.categories-info.error{color:#8b1f1f}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-top:18px;display:grid}.category-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:12px;min-height:170px;padding:18px}.category-badge{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:600;display:inline-flex}.category-name{color:#171a22;margin:16px 0 8px;font-size:1.9rem;font-weight:500}.category-slug{color:#636a7e;margin:0;font-size:1.3rem}.categories-modal-overlay{z-index:50;background:#1118278c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.categories-modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:min(560px,100vw - 24px);max-height:calc(100vh - 24px);padding:22px;overflow-y:auto}.categories-modal-title{color:var(--text-main);margin:0 0 14px;font-size:1.9rem}.categories-form{flex-direction:column;gap:8px;display:flex}.categories-form label{color:#131722;margin-top:6px;font-size:1.27rem;font-weight:600}.categories-form input{color:#111827;background:#f8f9fb;border:1px solid #d6d8de;border-radius:12px;height:44px;padding:0 14px;font-size:1.24rem}.categories-form input:focus{border-color:#b4bac8;outline:none;box-shadow:0 0 0 3px #0a0b1f1a}.category-color-input{padding:4px}.categories-modal-error{color:#9a2330;margin:4px 0 0;font-size:1rem}.categories-modal-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.categories-modal-actions button{color:#161a28;cursor:pointer;background:#fff;border:1px solid #d7dae1;border-radius:12px;height:44px;font-size:1.22rem;font-weight:600}.categories-modal-actions button.primary{color:#fff;background:#040316;border:0}.categories-modal-actions button:disabled{opacity:.7;cursor:not-allowed}.login{background:#ececf0;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:16px;display:flex}.loginform{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;width:min(448px,100vw - 32px);padding:40px 32px 36px;display:flex;box-shadow:0 10px 25px #0000000f}.admin-icon{background:#020617;border-radius:12px;width:44px;height:44px;margin-bottom:16px}.white-text{color:#fff}.login-title{margin:8px 0 0;font-size:1.5rem;font-weight:600}.login-subtitle{color:#6b7280;margin-top:8px;font-size:.95rem}.login-form{flex-direction:column;gap:10px;width:100%;margin-top:20px;display:flex}.login-form label{color:#111;margin-top:10px;font-size:1rem;font-weight:400}.login-form input{background:#fff;border:1px solid #e5e7eb;border-radius:8px;height:44px;padding:0 14px;font-size:.95rem}.login-form input::placeholder{color:#8d8d96}.login-form input:focus{border-color:#b7b7c2;box-shadow:0 0 0 4px #0403160f}.login-button{color:#fff;cursor:pointer;background:#040316;border:none;border-radius:16px;height:44px;margin-top:14px;font-size:1.08rem;font-weight:500}.login-button:hover{opacity:.96}.text-muted{color:#717182}.new-publication-content{padding:24px}.new-publication-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.new-publication-title{color:var(--text-main);margin:0;font-size:2.05rem;font-weight:600;line-height:1.2}.new-publication-subtitle{color:var(--text-muted);margin:8px 0 0;font-size:1.02rem}.new-publication-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.new-publication-outline-button,.new-publication-primary-button{cursor:pointer;border-radius:12px;height:42px;padding:0 16px;font-size:.95rem;font-weight:500}.new-publication-outline-button{border:1px solid var(--border);color:var(--text-main);background:#fff}.new-publication-primary-button{color:#f3f4ff;background:#0a0b1f;border:0}.new-publication-message{color:#2857b4;margin:14px 0 0;font-size:.94rem}.new-publication-message.error{color:#9a2330}.new-publication-message.success{color:#2f7f50}.mt-12{margin-top:12px}.new-publication-grid{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);align-items:start;gap:16px;margin-top:16px;display:grid}.new-publication-main-column,.new-publication-side-column{gap:16px;display:grid}.new-publication-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:12px;padding:16px}.new-publication-label{color:var(--text-main);margin-bottom:10px;font-size:1.02rem;font-weight:600;display:block}.new-publication-input,.new-publication-select,.new-publication-textarea,.new-publication-editor{width:100%;color:var(--text-main);background:#f5f6f8;border:1px solid #d8dbe2;border-radius:10px;padding:11px 14px;font-size:1rem}.new-publication-input,.new-publication-select{height:52px}.new-publication-textarea,.new-publication-editor{resize:vertical;min-height:120px}.new-publication-editor{min-height:220px}.new-publication-input:focus,.new-publication-select:focus,.new-publication-textarea:focus,.new-publication-editor:focus{border-color:#b4bac8;outline:none;box-shadow:0 0 0 3px #0a0b1f14}.new-publication-helper-text{color:var(--text-muted);margin:8px 0 0;font-size:.92rem}.new-publication-editor-wrap{background:#fafbfc;border:1px solid #d7dce5;border-radius:16px;padding:14px;box-shadow:inset 0 1px #ffffffb3}.new-publication-editor{min-height:240px;box-shadow:none;background:linear-gradient(#fbfbfd 0%,#f4f6f9 100%);border:1px solid #e3e7ee;border-radius:14px;padding:18px 18px 20px;font-size:1.02rem;line-height:1.7}.new-publication-editor-toolbar{border-top:1px solid #e6e9ef;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;padding-top:12px;display:flex}.article-content-editor,.article-content-editor-blocks{flex-direction:column;gap:16px;display:flex}.editor-block-wrapper{position:relative}.editor-side-controls{opacity:0;z-index:10;flex-direction:column;align-items:center;gap:6px;transition:opacity .2s;display:flex;position:absolute;top:50%;left:-42px;transform:translateY(-50%)}.editor-block-wrapper:hover .editor-side-controls{opacity:1}.editor-side-btn{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:inline-flex}.editor-side-btn:hover{background:#e5e7eb}.editor-side-btn:disabled{opacity:.3;cursor:not-allowed;background:0 0}.editor-side-grip{color:#6b7280;cursor:default;justify-content:center;align-items:center;width:28px;height:28px;margin-top:4px;display:inline-flex}.editor-block-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:16px}.editor-block-container.image-empty{background:#fff;border:1px dashed #cfd3da}.editor-input,.editor-textarea{color:#111827;background:#f3f4f6;border:none;border-radius:8px;width:100%;padding:16px;font-size:1.1rem}.editor-textarea{resize:vertical;min-height:120px}.editor-input:focus,.editor-textarea:focus{outline:none;box-shadow:inset 0 0 0 2px #e5e7eb}.editor-block-footer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding-top:16px;display:flex}.editor-footer-left{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.editor-chips-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.editor-action-chip{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;align-items:center;gap:6px;height:36px;padding:0 12px;font-size:.9rem;font-weight:500;transition:background .2s;display:inline-flex}.editor-action-chip:hover{background:#e5e7eb}.editor-action-chip:disabled{opacity:.6;cursor:not-allowed}.editor-primary-action{color:#fff;cursor:pointer;background:#0a0b1f;border:none;border-radius:8px;align-items:center;gap:6px;height:36px;padding:0 12px;font-size:.9rem;font-weight:500;transition:opacity .2s;display:inline-flex}.editor-primary-action:hover{opacity:.9}.editor-primary-action:disabled{opacity:.6;cursor:not-allowed}.editor-trash-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:inline-flex}.editor-trash-btn:hover{background:#fef2f2}.editor-trash-btn:disabled{opacity:.6;cursor:not-allowed}.editor-image-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.editor-image-label{color:#6b7280;font-size:.95rem;font-weight:500}.editor-image-placeholder{aspect-ratio:16/9;color:#5a7a94;background-color:#f3f4f6;border:2px dashed #5a7a94;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:16px;display:flex}.editor-image-placeholder span{font-size:.95rem;font-weight:500}.editor-image-preview-wrapper{aspect-ratio:16/9;background-color:#f3f4f6;border:2px solid #5a7a94;width:100%;margin-top:16px;position:relative;overflow:hidden}.editor-image-preview{object-fit:cover;width:100%;height:100%;display:block}.new-publication-chip{color:#2c3140;background:#f4f5f8;border:1px solid #e0e4eb;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:0 14px;font-size:.92rem;font-weight:600;transition:background-color .2s,border-color .2s,transform .15s;display:inline-flex}.new-publication-chip:hover{background:#eceff4;border-color:#d1d7e0;transform:translateY(-1px)}.new-publication-chip:focus-visible{outline:none;box-shadow:0 0 0 3px #0a0b1f1f}.new-publication-upload-box{width:100%;min-height:120px;color:var(--text-main);text-align:center;cursor:pointer;background:#fafbfc;border:1px dashed #cfd3da;border-radius:12px;place-content:center;gap:4px;padding:12px;display:grid}.new-publication-upload-box:hover{background:#f3f5f8}.new-publication-upload-title{font-size:1rem;font-weight:600}.new-publication-upload-subtitle{color:var(--text-muted);font-size:.9rem}.new-publication-upload-separator{text-align:center;color:var(--text-muted);margin:10px 0;font-size:.95rem;display:block}.new-publication-file-input{display:none}.new-publication-clear-image{border:1px solid var(--border);width:100%;height:40px;color:var(--text-main);cursor:pointer;background:#fff;border-radius:10px;margin-top:10px;font-size:.92rem}.new-publication-clear-image:hover{background:#f7f8fa}.new-publication-modal-overlay{z-index:60;background:#1118278c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.new-publication-modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:min(560px,100vw - 24px);max-height:calc(100vh - 24px);padding:20px;overflow-y:auto}.new-publication-library-modal{width:min(920px,100vw - 24px)}.new-publication-modal-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.new-publication-modal-head h2{color:var(--text-main);margin:0;font-size:1.5rem}.new-publication-modal-close{color:var(--text-main);cursor:pointer;background:0 0;border:0;border-radius:8px;width:32px;height:32px;font-size:1.1rem}.new-publication-modal-close:hover{background:#f3f4f6}.new-publication-modal-option{width:100%;color:var(--text-main);text-align:center;cursor:pointer;background:#fafbfc;border:1px dashed #cfd3da;border-radius:12px;justify-items:center;gap:8px;padding:18px;display:grid}.new-publication-modal-option:hover{background:#f3f5f8}.new-publication-modal-option-action{color:#20242b;background:#eceef2;border-radius:10px;justify-content:center;align-items:center;min-height:34px;margin-top:8px;padding:0 14px;font-size:.9rem;font-weight:600;display:inline-flex}.new-publication-library-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-top:8px;display:grid}.new-publication-library-item{border:1px solid var(--border);text-align:left;cursor:pointer;background:#fff;border-radius:10px;padding:8px}.new-publication-library-item:hover{border-color:#adb3bf}.new-publication-library-item img{aspect-ratio:16/10;object-fit:cover;border-radius:8px;width:100%;display:block}.new-publication-library-item span{color:var(--text-main);word-break:break-word;margin-top:8px;font-size:.84rem;line-height:1.3;display:block}.new-publication-author{color:#394153;margin:0;font-size:.98rem}.new-publication-image-preview{object-fit:cover;border:1px solid var(--border);border-radius:10px;width:100%;max-height:220px;margin-top:10px;display:block}.image-library-content{padding:24px}.image-library-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.image-library-title{color:var(--text-main);margin:0;font-size:2.05rem;font-weight:600;line-height:1.2}.image-library-subtitle{color:var(--text-muted);margin:8px 0 0;font-size:1.02rem}.image-library-upload-button{color:#f3f4ff;cursor:pointer;background:#0a0b1f;border:0;border-radius:12px;align-items:center;gap:8px;height:42px;padding:0 16px;font-size:.95rem;font-weight:500;display:inline-flex}.image-library-upload-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.image-library-file-input{display:none}.image-library-info{color:var(--text-muted);margin:14px 0 0;font-size:.94rem}.image-library-info.error{color:#9a2330}.image-library-info.success{color:#2f7f50}.image-library-view-toggle{border:1px solid var(--border);background:#eef0f4;border-radius:12px;width:fit-content;margin-top:18px;margin-left:auto;padding:2px;display:flex}.image-library-view-button{color:#5f6676;cursor:pointer;background:0 0;border:0;border-radius:10px;width:34px;height:34px}.image-library-view-button.active{color:var(--text-main);background:#fff}.image-library-view-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.image-library-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;margin-top:18px;display:grid}.image-library-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:12px;overflow:hidden}.image-library-card-image{aspect-ratio:16/10;object-fit:cover;border-bottom:1px solid var(--border);width:100%;display:block}.image-library-card-body{padding:12px}.image-library-card-name{color:var(--text-main);margin:0;font-size:1.02rem;font-weight:600}.image-library-card-meta{color:var(--text-muted);margin:6px 0 0;font-size:.92rem}.image-library-delete-button{color:#cc4a61;cursor:pointer;background:#fff6f8;border:1px solid #f1ccd3;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:38px;margin-top:12px;font-size:.9rem;font-weight:500;display:inline-flex}.image-library-delete-button svg,.image-library-delete-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.image-library-table-wrap{border:1px solid var(--border);background:#fff;border-radius:12px;margin-top:18px;overflow-x:auto}.image-library-table{border-collapse:collapse;width:100%;min-width:880px}.image-library-table th,.image-library-table td{text-align:left;border-top:1px solid var(--border);color:var(--text-main);padding:14px 16px;font-size:.97rem}.image-library-table thead th{background:#f7f7f9;border-top:0;font-size:1rem;font-weight:600}.image-library-table-thumb{object-fit:cover;border-radius:10px;width:64px;height:64px;display:block}.image-library-delete-icon{color:#d45d6f;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.image-library-delete-button:disabled,.image-library-delete-icon:disabled,.image-library-upload-button:disabled{opacity:.65;cursor:not-allowed}.article-preview-content{padding:24px}.article-preview-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.article-preview-back{color:var(--text-main);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:8px 0;font-size:1rem;display:inline-flex}.article-preview-back:hover{opacity:.85}.article-preview-header-copy{text-align:center;min-width:0}.article-preview-header-copy h1{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:600}.article-preview-header-copy p{color:var(--text-muted);margin:4px 0 0;font-size:.94rem}.article-preview-header-spacer{width:84px}.article-preview-shell{width:100%}.article-preview-article{background:0 0;width:min(920px,100%);margin:0 auto}.article-preview-state{border:1px solid var(--border);background:var(--bg-surface);width:min(920px,100%);color:var(--text-muted);border-radius:12px;margin:0 auto 16px;padding:14px 16px}.article-preview-state.error{color:#8b1f1f}.article-preview-category{color:#2857b4;background:#d9e8ff;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 14px;font-size:.95rem;font-weight:500;display:inline-flex}.article-preview-title{letter-spacing:-.03em;color:#111214;margin:14px 0 0;font-size:clamp(2.4rem,4vw,4rem);font-weight:700;line-height:1.08}.article-preview-excerpt{color:#686d7d;max-width:860px;margin:18px 0 0;font-size:clamp(1.06rem,1.5vw,1.38rem);line-height:1.6}.article-preview-meta{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-bottom:22px;display:flex}.article-preview-author-block{align-items:center;gap:12px;display:flex}.article-preview-avatar{color:#384152;background:#e4e8f0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.92rem;font-weight:600;display:inline-flex}.article-preview-avatar-image{object-fit:cover;width:100%;height:100%;display:block}.article-preview-author,.article-preview-role{margin:0}.article-preview-author{color:var(--text-main);font-size:.98rem;font-weight:500}.article-preview-role{color:var(--text-muted);font-size:.88rem}.article-preview-dates{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.94rem;display:inline-flex}.article-preview-date-item{align-items:center;gap:6px;display:inline-flex}.article-preview-meta-icon{flex-shrink:0;width:14px;height:14px}.article-preview-image-wrap{margin-top:28px}.article-preview-image{object-fit:cover;border-radius:18px;width:100%;display:block;box-shadow:0 18px 40px #0f172a14}.article-preview-image.placeholder{color:#596173;background:linear-gradient(135deg,#dce4ef,#f4f6fa 55%,#d8e0ea);justify-content:center;align-items:center;min-height:340px;font-size:1.05rem;font-weight:500;display:flex}.article-preview-body{color:#171a21;flex-direction:column;gap:6px;margin-top:28px;font-size:1.08rem;line-height:1.75;display:flex}.article-preview-paragraph{white-space:pre-wrap;margin:0}.article-preview-subtitle-block{color:#111214;letter-spacing:-.025em;margin:28px 0 6px;font-size:clamp(1.45rem,2vw,2.1rem);font-weight:700;line-height:1.2}.article-preview-inline-image-wrap{background:linear-gradient(#fbfcfe 0%,#f4f7fb 100%);border:1px solid #e2e7ef;border-radius:18px;margin:18px 0 8px;padding:10px;box-shadow:0 14px 30px #0f172a0d}.article-preview-inline-image{object-fit:cover;border-radius:12px;width:100%;max-height:520px;display:block}.article-preview-tags-section,.article-preview-recommendations{border-top:1px solid var(--border);margin-top:26px;padding-top:20px}.article-preview-tags-section h3,.article-preview-recommendations-head h3{color:var(--text-main);margin:0;font-size:1.08rem;font-weight:600}.article-preview-tags{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.article-preview-tag,.article-preview-empty-tag{color:#2f3440;background:#eceef2;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:.92rem;display:inline-flex}.article-preview-empty-tag{color:var(--text-muted)}.article-preview-recommendations-head p{color:var(--text-muted);margin:8px 0 0;font-size:.95rem}.article-preview-recommendations-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.article-preview-recommendation-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0f172a0d}.article-preview-recommendation-image-wrap{aspect-ratio:16/10;background:#eef1f5;overflow:hidden}.article-preview-recommendation-image{object-fit:cover;width:100%;height:100%;display:block}.article-preview-recommendation-image.placeholder{background:linear-gradient(135deg,#e7ebf1,#f7f8fb)}.article-preview-recommendation-body{padding:14px 14px 16px}.article-preview-recommendation-category{color:#4b5563;background:#eceef2;border-radius:999px;justify-content:center;align-items:center;min-height:28px;margin-bottom:10px;padding:0 10px;font-size:.82rem;display:inline-flex}.article-preview-recommendation-body h4{color:#111214;margin:0;font-size:1rem;line-height:1.35}.article-preview-recommendation-body p{color:#5d6474;margin:8px 0 0;font-size:.92rem;line-height:1.55}.article-preview-recommendation-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;font-size:.84rem;display:flex}.article-preview-empty-recommendations{color:var(--text-muted);margin:16px 0 0;font-size:.95rem}.subscription-page{background:var(--bg-page);min-height:100vh;padding:24px 16px 36px}.subscription-shell{width:min(1180px,100%);margin:0 auto}.subscription-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.subscription-header h1{color:var(--text-main);margin:10px 0 0;font-size:2.2rem;line-height:1.15}.subscription-header p{max-width:760px;color:var(--text-muted);margin:10px 0 0;font-size:1.02rem;line-height:1.65}.subscription-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.subscription-header-chip{color:#f3f4ff;background:#0a0b1f;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:.88rem;font-weight:600;display:inline-flex}.subscription-header-chip.muted{color:#2f3440;background:#eceef2}.subscription-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:18px;display:grid}.subscription-info-card,.subscription-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:16px;box-shadow:0 10px 24px #0f172a08}.subscription-info-card{padding:24px}.subscription-brand{align-items:center;gap:14px;display:flex}.subscription-brand-mark{color:#fff;letter-spacing:.06em;background:#0a0b1f;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-weight:700;display:inline-flex}.subscription-eyebrow{color:#2a4f98;margin:0;font-size:.9rem;font-weight:600}.subscription-brand h2{color:var(--text-main);margin:6px 0 0;font-size:1.5rem;line-height:1.25}.subscription-copy-text{color:var(--text-muted);margin:16px 0 0;font-size:.98rem;line-height:1.65}.subscription-benefit-grid{gap:12px;margin-top:18px;display:grid}.subscription-benefit-grid article{background:#f8fafe;border:1px solid #dde3ee;border-radius:12px;padding:12px 14px}.subscription-benefit-grid strong{color:var(--text-main);font-size:.98rem;display:block}.subscription-benefit-grid span{color:var(--text-muted);margin-top:4px;font-size:.9rem;line-height:1.5;display:block}.subscription-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.subscription-mini-stats>div{border:1px solid var(--border);background:#fff;border-radius:12px;padding:12px}.subscription-mini-stats span{color:var(--text-muted);font-size:.82rem;display:block}.subscription-mini-stats strong{color:var(--text-main);margin-top:6px;font-size:1rem;display:block}.subscription-card{padding:24px}.subscription-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.subscription-card h2{color:var(--text-main);margin:0;font-size:1.55rem}.subscription-card-subtitle{color:var(--text-muted);margin:8px 0 0;font-size:.94rem}.subscription-card label{color:var(--text-main);margin-top:14px;font-size:.94rem;font-weight:600;display:block}.subscription-card input{width:100%;height:48px;color:var(--text-main);background:#f5f6f8;border:1px solid #d8dde7;border-radius:10px;margin-top:6px;padding:0 12px;font-size:.95rem}.subscription-card input:focus{border-color:#b4bac8;outline:none;box-shadow:0 0 0 3px #0a0b1f14}.subscription-note{color:var(--text-muted);background:#f8f9fc;border:1px solid #e1e4eb;border-radius:12px;margin-top:14px;padding:12px 14px;font-size:.9rem;line-height:1.5}.subscription-feedback{margin:12px 0 0;font-size:.92rem}.subscription-feedback.error{color:#9a2330}.subscription-feedback.success{color:#2f7f50}.subscription-card button{color:#f3f4ff;cursor:pointer;background:#0a0b1f;border:0;border-radius:12px;width:100%;height:46px;margin-top:14px;font-size:.95rem;font-weight:600}.subscription-card button:disabled{opacity:.72;cursor:not-allowed}@media (width<=1024px){.sidebar{width:240px}.dashboard-content{padding:18px}.dashboard-card-title{font-size:1.6rem}.entries-content,.authors-users-content,.settings-content,.categories-content,.new-publication-content{padding:18px}.public-home{width:min(1120px,100% - 24px);padding-top:20px}.subscription-hero,.subscription-grid{grid-template-columns:1fr}.subscription-header{flex-direction:column;align-items:stretch}.subscription-header-actions{justify-content:flex-start}.subscription-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-grid{grid-template-columns:1fr}.image-library-content{padding:18px}.new-publication-title{font-size:1.8rem}.new-publication-grid{grid-template-columns:1fr}.article-preview-content{padding:18px}.article-preview-recommendations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.layout{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%}.sidebar-mobile-topbar{background:var(--bg-sidebar);border-bottom:1px solid var(--border);z-index:30;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;position:sticky;top:0}.sidebar-mobile-title{color:var(--text-main);font-size:1rem;font-weight:600}.sidebar-mobile-toggle{border:1px solid var(--border);background:var(--bg-surface);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;display:inline-flex}.sidebar-mobile-toggle span{background:var(--text-main);border-radius:999px;width:18px;height:2px;display:block}.sidebar-mobile-overlay{z-index:38;background:#0f172a6b;border:0;display:block;position:fixed;inset:0}.sidebar-panel{background:var(--bg-sidebar);z-index:40;width:min(82vw,320px);transition:transform .22s;position:fixed;inset:0 auto 0 0;transform:translate(-102%);box-shadow:10px 0 28px #0f172a1f}.sidebar-panel.open{transform:translate(0)}.sidebar-scroll{max-height:calc(100vh - 72px);overflow-y:auto}.dashboard-sidebar{height:auto}.sidebar-footer{border-top:none;border-bottom:1px solid var(--border)}.dashboard-content{padding:14px}.dashboard-title{font-size:1.8rem}.dashboard-card-title{font-size:1.4rem}.entries-content,.authors-users-content,.categories-content,.new-publication-content{padding:14px}.public-home{width:min(1120px,100% - 20px);padding-top:14px}.public-home-hero{flex-direction:column;align-items:stretch}.public-home-title{font-size:1.9rem}.subscription-page{padding:14px}.subscription-shell{width:100%}.subscription-header h1{font-size:1.7rem}.subscription-header p{font-size:.95rem}.subscription-info-card,.subscription-card{padding:16px}.subscription-brand{align-items:flex-start}.subscription-mini-stats{grid-template-columns:1fr}.image-library-content{padding:14px}.image-library-header{flex-direction:column;align-items:stretch}.image-library-title{font-size:1.55rem}.new-publication-header{flex-direction:column;align-items:stretch}.new-publication-title{font-size:1.55rem}.new-publication-subtitle{font-size:.95rem}.new-publication-header-actions{justify-content:flex-start}.article-preview-header{flex-direction:column;align-items:stretch}.article-preview-header-copy{text-align:left}.article-preview-header-spacer{display:none}.article-preview-title{font-size:2.2rem}.article-preview-excerpt{font-size:1.02rem}.article-preview-meta{align-items:flex-start}.article-preview-recommendations-grid{grid-template-columns:1fr}.entries-header,.authors-users-header,.settings-header,.categories-header{flex-direction:column;align-items:stretch}.entries-title,.authors-users-title,.categories-title{font-size:1.55rem}.categories-modal{width:100%;padding:16px}.categories-modal-title{font-size:1.5rem}.categories-form label{font-size:1.05rem}.categories-form input,.categories-modal-actions button{font-size:1rem}.entries-subtitle{font-size:.95rem}.entries-new-button{width:fit-content}.entries-actions{flex-wrap:wrap}.entries-featured-select{width:100%;min-width:0}.authors-users-grid,.categories-grid{grid-template-columns:1fr}.authors-users-modal{width:100%;padding:16px}.authors-users-modal-title{font-size:1.5rem}.authors-users-form label,.authors-users-role-fieldset legend{font-size:1.05rem}.authors-users-form input,.authors-users-modal-actions button{font-size:1rem}.authors-users-role-option p{font-size:1.02rem}.authors-users-role-option span{font-size:.95rem}.dashboard-list-item{flex-direction:column;align-items:flex-start}.dashboard-status{min-width:0}.loginform{width:100%;padding:32px 18px 28px}.login-subtitle{font-size:.98rem}.login-form input,.login-button{border-radius:14px;height:54px;font-size:1rem}.admin-icon{width:68px;height:68px;margin-bottom:22px}}@media (width<=480px){.login{padding:12px}.loginform{border-radius:8px;width:100%;padding:28px 14px 24px}.login-form{margin-top:28px}.login-form input,.login-button{border-radius:12px;height:50px}.settings-primary-button{width:100%;min-width:0}}.category-card .category-action-button{opacity:0;pointer-events:none;background:0 0;border:none;transition:opacity .2s}.category-action-button.danger{color:#dc3545}.category-card:hover .category-action-button{opacity:1;pointer-events:auto}.public-layout{color:#111827;background-color:#fff;min-height:100vh;font-family:Inter,sans-serif}.public-nav-container{z-index:50;background-color:#fff;border-bottom:2px solid #5a7a94;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.public-nav-inner{max-width:1400px;margin:0 auto;padding:0 24px}.public-nav-top{border-bottom:1px solid #d0dfe8;justify-content:space-between;align-items:center;padding:20px 0;display:flex}.public-nav-logo-link{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.public-nav-logo{flex-shrink:0;width:auto;height:80px;transition:height .2s}@media (width<=768px){.public-nav-logo{height:50px}}.public-nav-logo-fallback{color:#111827;text-transform:uppercase;font-size:24px;font-weight:900}.public-nav-actions{align-items:center;gap:24px;display:flex}.public-nav-date{color:#6a8aa4;font-size:.875rem;font-weight:500;display:none}@media (width>=768px){.public-nav-date{align-items:center;gap:8px;display:flex}}.public-nav-subscribe{color:#fff;cursor:pointer;background-color:#5a7a94;border:none;border-radius:6px;justify-content:center;align-items:center;height:32px;padding:0 12px;font-size:.875rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-flex}@media (width<=768px){.public-nav-subscribe.hide-mobile{display:none!important}}.public-nav-subscribe:hover{background-color:#4a6a84}.public-nav-bottom{display:none}@media (width>=1024px){.public-nav-bottom{justify-content:space-between;align-items:center;padding:16px 0;display:flex}}.public-nav-links{align-items:center;gap:32px;font-size:.875rem;font-weight:600;display:flex}.public-nav-link{color:#111827;text-transform:uppercase;letter-spacing:.025em;text-decoration:none;transition:color .2s}.public-nav-link:hover{color:#80a0ba}.public-nav-link.active{color:#5a7a94}.public-nav-search{position:relative}.public-nav-search-icon{color:#80a0ba;width:16px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.public-nav-search-input{background-color:#f4f7f9;border:1px solid #d0dfe8;border-radius:6px;outline:none;width:256px;height:36px;padding-left:40px;padding-right:12px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.public-nav-search-input:focus{border-color:#80a0ba;box-shadow:0 0 0 3px #80a0ba33}.public-main{background-color:#fff;min-height:100vh}.public-back-bar{background-color:#f3f4f6;border-bottom:1px solid #d1d5db}.public-back-inner{max-width:900px;margin:0 auto;padding:16px 24px}.public-back-link{color:#111827;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.public-back-link:hover{text-decoration:underline}.public-article{max-width:900px;margin:0 auto;padding:48px 24px}.public-article-category{letter-spacing:.1em;color:#5a7a94;text-transform:uppercase;background-color:#e8eef3;border:1px solid #b0c5d6;margin-bottom:24px;padding:4px 12px;font-size:.75rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-block}.public-article-category:hover{background-color:#d8e5f0}.public-article-title{letter-spacing:-.02em;color:#111827;margin-bottom:32px;font-size:2.25rem;font-weight:900;line-height:1.1}@media (width>=1024px){.public-article-title{font-size:3rem}}.public-article-excerpt{color:#374151;border-bottom:2px solid #5a7a94;margin-bottom:32px;padding-bottom:32px;font-size:1.25rem;font-weight:500;line-height:1.625}@media (width>=1024px){.public-article-excerpt{font-size:1.5rem}}.public-article-meta{color:#374151;border-bottom:1px solid #d1d5db;flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:40px;padding-bottom:40px;font-size:.875rem;display:flex}.public-meta-item{align-items:center;gap:8px;display:flex}.public-meta-icon{color:#374151;width:16px;height:16px}.public-meta-author{font-weight:700}.public-article-hero{aspect-ratio:16/9;background-color:#f3f4f6;border:2px solid #5a7a94;margin-bottom:40px;position:relative;overflow:hidden}.public-article-hero img{object-fit:cover;width:100%;height:100%}.public-article-prose{color:#1f2937;font-size:1.125rem;font-weight:400;line-height:1.75}.public-article-prose p{margin-bottom:24px}.public-article-prose h3{color:#111827;margin-top:40px;margin-bottom:16px;font-size:1.5rem;font-weight:700}.public-article-prose figure{margin:40px 0}.public-article-inline-image-wrapper{aspect-ratio:16/10;background-color:#f3f4f6;border:1px solid #d1d5db;width:100%;margin-bottom:16px;position:relative;overflow:hidden}.public-article-inline-image-wrapper img{object-fit:cover;width:100%;height:100%}.public-share-section{border-top:2px solid #5a7a94;margin-top:48px;padding-top:32px}.public-share-title{color:#111827;text-transform:uppercase;margin-bottom:16px;font-size:1.25rem;font-weight:700}.public-share-buttons{align-items:center;gap:16px;display:flex}.public-share-button{color:#111827;cursor:pointer;background-color:#0000;border:2px solid #5a7a94;border-radius:6px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.public-share-button svg{width:20px;height:20px}.public-share-button:hover{color:#fff;background-color:#5a7a94}.public-share-button.facebook:hover{background-color:#1877f2;border-color:#1877f2}.public-share-button.twitter:hover{background-color:#000;border-color:#000}.public-share-button.linkedin:hover{background-color:#0a66c2;border-color:#0a66c2}.public-share-button.share:hover{background-color:#6b7280;border-color:#6b7280}.public-recommendations{background-color:#f3f4f6;border-top:2px solid #5a7a94;padding:48px 0}@media (width>=1024px){.public-recommendations{padding:64px 0}}.public-recommendations-inner{max-width:1400px;margin:0 auto;padding:0 24px}.public-recommendations-title{letter-spacing:-.02em;color:#111827;text-transform:uppercase;border-bottom:4px solid #5a7a94;margin-bottom:32px;padding-bottom:12px;font-size:1.875rem;font-weight:900}.public-recommendations-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=768px){.public-recommendations-grid{grid-template-columns:repeat(3,1fr)}}.public-card{color:inherit;background-color:#fff;border:1px solid #e5e7eb;text-decoration:none;transition:border-color .2s;display:block}.public-card:hover{border-color:#9ca3af}.public-card-image-wrap{aspect-ratio:4/3;background-color:#f3f4f6;position:relative;overflow:hidden}.public-card-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.public-card:hover .public-card-image-wrap img{transform:scale(1.05)}.public-card-content{padding:24px}.public-card-category{letter-spacing:.05em;color:#4b5563;text-transform:uppercase;margin-bottom:12px;font-size:.75rem;font-weight:600}.public-card-title{letter-spacing:-.02em;color:#111827;margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.25}.public-card-meta{color:#4b5563;align-items:center;gap:12px;font-size:.875rem;display:flex}.public-footer{background-color:#e8eef3;border-top:2px solid #5a7a94;padding:48px 0}.public-footer-inner{max-width:1400px;margin:0 auto;padding:0 24px}.public-footer-grid{grid-template-columns:1fr;gap:48px;margin-bottom:40px;display:grid}@media (width>=768px){.public-footer-grid{grid-template-columns:repeat(3,1fr)}}.public-footer-brand p{color:#4a6a84;margin-bottom:24px;font-size:.875rem;font-weight:500}.public-footer-phone{color:#4a6a84;align-items:center;gap:8px;font-size:.875rem;display:flex}.public-footer-phone svg{width:16px;height:16px}.public-footer-phone span{font-weight:600}.public-footer-title{text-transform:uppercase;letter-spacing:.05em;color:#111827;border-bottom:2px solid #5a7a94;margin-bottom:20px;padding-bottom:8px;font-size:.875rem;font-weight:800}.public-footer-links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.public-footer-link{color:#4a6a84;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.public-footer-link:hover{color:#5a7a94}.public-footer-social{gap:16px;display:flex}.public-social-button{color:#fff;background-color:#5a7a94;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background-color .2s;display:flex}.public-social-button:hover{background-color:#4a6a84}.public-social-button.facebook:hover{background-color:#1877f2}.public-social-button.twitter:hover{background-color:#000}.public-social-button.instagram:hover{background-color:#e1306c}.public-social-button.linkedin:hover{background-color:#0a66c2}.public-social-button.whatsapp:hover{background-color:#25d366}.public-social-button svg{width:20px;height:20px}.public-footer-bottom{text-align:center;color:#6a8aa4;border-top:1px solid #b0c5d6;padding-top:32px;font-size:.875rem;font-weight:500}.ph-page{color:#111827;background:#fff;min-height:100vh;font-family:Inter,sans-serif}.ph-mobile-toggle{cursor:pointer;color:#111827;background:0 0;border:0;padding:4px;display:none}.ph-mobile-toggle svg{width:24px;height:24px}@media (width<=1023px){.ph-mobile-toggle{justify-content:center;align-items:center;display:inline-flex}}.ph-mobile-overlay{z-index:60;background:#0f172a73;display:none;position:fixed;inset:0}.ph-mobile-overlay.open{display:block}.ph-mobile-drawer{z-index:65;background:#fff;flex-direction:column;width:min(82vw,320px);transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-102%);box-shadow:6px 0 20px #0f172a1f}.ph-mobile-drawer.open{transform:translate(0)}.ph-mobile-drawer-header{border-bottom:1px solid #d0dfe8;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ph-mobile-drawer-header img{width:auto;height:48px}.ph-mobile-close{cursor:pointer;color:#111827;background:0 0;border:0;padding:4px}.ph-mobile-close svg{width:24px;height:24px}.ph-mobile-nav-links{flex-direction:column;gap:4px;padding:16px 20px;display:flex}.ph-mobile-nav-link{color:#111827;text-transform:uppercase;letter-spacing:.025em;border-radius:8px;padding:12px 16px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .15s;display:block}.ph-mobile-nav-link:hover{background:#f4f7f9}.ph-mobile-nav-link.active{color:#5a7a94;background:#e8eef3}.ph-mobile-search{border-top:1px solid #d0dfe8;padding:12px 20px}.ph-mobile-search-input{background:#f4f7f9;border:1px solid #d0dfe8;border-radius:6px;outline:none;width:100%;height:40px;padding:0 12px 0 40px;font-size:.875rem}.ph-mobile-search-wrap{position:relative}.ph-mobile-search-wrap svg{color:#80a0ba;width:16px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.ph-hero{max-width:1400px;margin:0 auto;padding:48px 24px}@media (width>=1024px){.ph-hero{padding:48px 48px 64px}}.ph-hero-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=1024px){.ph-hero-grid{grid-template-columns:2fr 1fr;gap:48px}}.ph-featured-card{color:inherit;background:#fff;border:2px solid #e5e7eb;text-decoration:none;transition:border-color .25s;display:block}.ph-featured-card:hover{border-color:#5a7a94}.ph-featured-image{aspect-ratio:16/10;background:#f3f4f6;position:relative;overflow:hidden}.ph-featured-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ph-featured-card:hover .ph-featured-image img{transform:scale(1.05)}.ph-featured-image-placeholder{color:#5a7a94;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#e8eef3 0%,#d0dfe8 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.25rem;font-weight:700;display:flex}.ph-featured-body{padding:32px}.ph-featured-badge{letter-spacing:.1em;color:#5a7a94;text-transform:uppercase;background:#e8eef3;border:1px solid #b0c5d6;margin-bottom:16px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.ph-featured-title{letter-spacing:-.02em;color:#111827;margin-bottom:16px;font-size:1.875rem;font-weight:700;line-height:1.15}@media (width>=1024px){.ph-featured-title{font-size:2.25rem}}.ph-featured-excerpt{color:#374151;margin-bottom:16px;font-size:1.125rem;line-height:1.6}.ph-featured-meta{color:#4b5563;flex-wrap:wrap;align-items:center;gap:16px;font-size:.875rem;display:flex}.ph-featured-meta span{white-space:nowrap}.ph-meta-author{font-weight:600}.ph-small-card{color:inherit;background:#fff;border:1px solid #e5e7eb;text-decoration:none;transition:border-color .25s;display:block}.ph-small-card:hover{border-color:#9ca3af}.ph-small-image{aspect-ratio:4/3;background:#f3f4f6;position:relative;overflow:hidden}.ph-small-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ph-small-card:hover .ph-small-image img{transform:scale(1.05)}.ph-small-image-placeholder{color:#5a7a94;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#e8eef3 0%,#d0dfe8 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:.95rem;font-weight:700;display:flex}.ph-small-body{padding:24px}.ph-small-category{letter-spacing:.05em;color:#4b5563;text-transform:uppercase;margin-bottom:12px;font-size:.75rem;font-weight:600}.ph-small-title{letter-spacing:-.02em;color:#111827;margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.25}.ph-small-meta{color:#4b5563;flex-wrap:wrap;align-items:center;gap:12px;font-size:.875rem;display:flex}.ph-horiz-card{color:inherit;background:#fff;border:1px solid #e5e7eb;gap:24px;padding:24px;text-decoration:none;transition:border-color .25s;display:flex}.ph-horiz-card:hover{border-color:#9ca3af}.ph-horiz-image{background:#f3f4f6;flex-shrink:0;width:224px;height:160px;position:relative;overflow:hidden}.ph-horiz-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ph-horiz-card:hover .ph-horiz-image img{transform:scale(1.05)}.ph-horiz-image-placeholder{color:#5a7a94;text-transform:uppercase;background:linear-gradient(135deg,#e8eef3 0%,#d0dfe8 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:.85rem;font-weight:700;display:flex}.ph-horiz-body{flex-direction:column;flex:1;justify-content:space-between;padding:8px 0;display:flex}.ph-horiz-category{letter-spacing:.05em;color:#4b5563;text-transform:uppercase;margin-bottom:12px;font-size:.75rem;font-weight:600}.ph-horiz-title{letter-spacing:-.02em;color:#111827;margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.25}.ph-horiz-excerpt{color:#4b5563;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ph-horiz-meta{color:#4b5563;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;font-size:.75rem;display:flex}.ph-horiz-meta .ph-meta-author{font-weight:600}@media (width<=640px){.ph-horiz-card{flex-direction:column;gap:0;padding:0}.ph-horiz-image{aspect-ratio:4/3;width:100%;height:auto}.ph-horiz-body{padding:20px}}.ph-hero-side{flex-direction:column;gap:32px;display:flex}@media (width<=1023px){.ph-hero-side{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}}@media (width<=640px){.ph-hero-side{grid-template-columns:1fr}}.ph-section{max-width:1400px;margin:0 auto;padding:48px 24px}@media (width>=1024px){.ph-section{padding:48px 48px 64px}}.ph-section-grey{background:#f3f4f6;border-top:2px solid #5a7a94;border-bottom:2px solid #5a7a94}.ph-section-grey .ph-section{padding-top:48px;padding-bottom:48px}@media (width>=1024px){.ph-section-grey .ph-section{padding-top:64px;padding-bottom:64px}}.ph-section-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.ph-section-title{letter-spacing:-.02em;color:#111827;border-bottom:4px solid #5a7a94;margin:0;padding-bottom:8px;font-size:2.25rem;font-weight:900}.entries-title-cell{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex-direction:column;gap:8px;max-width:300px;font-weight:500;display:flex;overflow:hidden}.entries-title-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.entries-featured-tags{flex-wrap:wrap;gap:6px;display:flex}.entries-badge{color:#fff;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:600;display:inline-flex}.entries-badge svg{width:14px;height:14px}.badge-blue{background-color:#3b82f6}.badge-orange{background-color:#f97316}.ph-section-link{color:#111827;white-space:nowrap;font-size:.875rem;font-weight:700;text-decoration:none}.ph-section-link:hover{text-decoration:underline}.ph-section-link-btn{color:#fff;white-space:nowrap;background:#5a7a94;border-radius:6px;padding:8px 16px;font-size:.875rem;font-weight:700;text-decoration:none;transition:background-color .2s}.ph-section-link-btn:hover{background:#4a6a84}.ph-latest-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=768px){.ph-latest-grid{grid-template-columns:repeat(3,1fr)}}.ph-cat-a-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=1024px){.ph-cat-a-grid{grid-template-columns:1fr 2fr;gap:48px}}.ph-cat-a-left{flex-direction:column;gap:32px;display:flex}@media (width<=1023px) and (width>=641px){.ph-cat-a-left{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}}.ph-cat-b-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=1024px){.ph-cat-b-grid{grid-template-columns:1fr 1fr;gap:48px}}.ph-cat-b-right{flex-direction:column;gap:32px;display:flex}.ph-cta{color:#fff;background:#2a3f52;border-bottom:2px solid #5a7a94;padding:64px 24px}@media (width>=1024px){.ph-cta{padding:96px 48px}}.ph-cta-inner{text-align:center;max-width:800px;margin:0 auto}.ph-cta-title{letter-spacing:-.02em;margin-bottom:24px;font-size:2.75rem;font-weight:900;line-height:1.1}@media (width>=1024px){.ph-cta-title{font-size:3.75rem}}.ph-cta-text{color:#d1d5db;margin-bottom:48px;font-size:1.25rem;font-weight:500;line-height:1.6}.ph-cta-text strong{color:#fff}.ph-cta-button{color:#2a3f52;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:16px 48px;font-size:1.125rem;font-weight:800;text-decoration:none;transition:background-color .2s;display:inline-block}.ph-cta-button:hover{background:#e5e7eb}.ph-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.ph-spinner{border:3px solid #d0dfe8;border-top-color:#5a7a94;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite ph-spin}@keyframes ph-spin{to{transform:rotate(360deg)}}.ph-loading-text{color:#6a8aa4;font-size:.95rem;font-weight:500}.ph-error{text-align:center;color:#9a2330;padding:64px 24px;font-size:.95rem}.ph-empty{text-align:center;color:#6a8aa4;padding:64px 24px;font-size:1rem;font-weight:500}.ph-section-title-deportes{border-bottom-color:#6a8aa4}.ph-section-title-cultura{border-bottom-color:#9bb5c9}.ph-section-title-seguridad{border-bottom-color:#7a9ab4}.ph-section-title-comunidad{border-bottom-color:#8aaac4}.ph-section-title-opinion{border-bottom-color:#6080a0}.ph-section-title-noticias{border-bottom-color:#5a7a94}.ps-main{background:#2a3f52;justify-content:center;align-items:center;min-height:calc(100vh - 130px);padding:64px 24px;display:flex}@media (width>=1024px){.ps-main{padding:80px 48px}}.ps-card{background:#fff;border-radius:4px;width:100%;max-width:520px;padding:48px 40px;box-shadow:0 20px 60px #00000040}@media (width<=480px){.ps-card{padding:32px 24px}}.ps-title{color:#111827;text-align:center;letter-spacing:-.02em;margin:0 0 12px;font-size:1.75rem;font-weight:800}.ps-subtitle{color:#4b5563;text-align:center;margin:0 0 32px;font-size:.925rem;font-weight:400;line-height:1.5}.ps-subtitle strong{color:#111827;font-weight:700}.ps-form{flex-direction:column;display:flex}.ps-label{color:#111827;text-transform:uppercase;letter-spacing:.04em;margin-top:20px;margin-bottom:8px;font-size:.8rem;font-weight:700}.ps-label:first-of-type{margin-top:0}.ps-required{color:#dc2626}.ps-optional{color:#6b7280;text-transform:uppercase;font-size:.75rem;font-weight:500}.ps-input{color:#111827;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;height:48px;padding:0 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.ps-input::placeholder{color:#9ca3af}.ps-input:focus{border-color:#5a7a94;box-shadow:0 0 0 3px #5a7a9426}.ps-input:disabled{opacity:.6;cursor:not-allowed}.ps-button{color:#fff;cursor:pointer;background:#2a3f52;border:none;border-radius:6px;width:100%;height:52px;margin-top:28px;font-family:inherit;font-size:1rem;font-weight:700;transition:background-color .2s}.ps-button:hover{background:#1e3041}.ps-button:disabled{opacity:.6;cursor:not-allowed}.ps-terms{color:#6b7280;text-align:center;margin-top:20px;font-size:.8rem;line-height:1.5}.ps-feedback{text-align:center;border-radius:6px;margin-top:16px;padding:10px 14px;font-size:.9rem}.ps-feedback-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.ps-feedback-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.pc-banner{background:#2a3f52;border-bottom:4px solid #2a3f52;padding:40px 24px}.pc-banner-title{color:#fff;letter-spacing:-.02em;max-width:1120px;margin:0 auto;font-family:Inter,sans-serif;font-size:2rem;font-weight:900}@media (width>=768px){.pc-banner{padding:48px}.pc-banner-title{font-size:2.5rem}}.pc-main{max-width:1120px;min-height:calc(100vh - 260px);margin:0 auto;padding:40px 24px 64px}@media (width>=768px){.pc-main{padding:48px 48px 80px}}.pc-section{margin-bottom:48px}.pc-section-border{border-top:1px solid #e5e7eb;padding-top:48px}.pc-section-header{margin-bottom:24px}.pc-section-title{color:#111827;border-bottom:3px solid #2a3f52;margin:0;padding-bottom:12px;font-family:Inter,sans-serif;font-size:1.35rem;font-weight:800}.pc-featured-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=768px){.pc-featured-grid{grid-template-columns:3fr 2fr;gap:32px}}.pc-side-stack{flex-direction:column;gap:24px;display:flex}.pc-featured-card{color:inherit;border-radius:4px;text-decoration:none;transition:transform .2s;display:block;overflow:hidden}.pc-featured-card:hover{transform:translateY(-2px)}.pc-featured-image{aspect-ratio:16/10;background:#e5e7eb;border-radius:4px;width:100%;overflow:hidden}.pc-featured-image img{object-fit:cover;width:100%;height:100%;display:block}.pc-featured-body{padding:16px 0 0}.pc-badge{text-transform:uppercase;color:#5a7a94;letter-spacing:.04em;border:1px solid #5a7a94;border-radius:3px;margin-bottom:10px;padding:3px 10px;font-size:.7rem;font-weight:700;display:inline-block}.pc-featured-title{color:#111827;margin:0 0 8px;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:800;line-height:1.3}.pc-featured-excerpt{color:#4b5563;margin:0 0 12px;font-size:.9rem;line-height:1.5}.pc-meta{color:#6b7280;flex-wrap:wrap;align-items:center;gap:6px;font-size:.8rem;display:flex}.pc-meta-author{font-style:italic}.pc-small-card{color:inherit;text-decoration:none;transition:transform .2s;display:block}.pc-small-card:hover{transform:translateY(-2px)}.pc-small-image{aspect-ratio:16/10;background:#e5e7eb;border-radius:4px;width:100%;overflow:hidden}.pc-small-image img{object-fit:cover;width:100%;height:100%;display:block}.pc-small-body{padding:12px 0 0}.pc-small-category{text-transform:uppercase;color:#5a7a94;letter-spacing:.04em;margin-bottom:6px;font-size:.7rem;font-weight:700}.pc-small-title{color:#111827;margin:0 0 6px;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1.35}.pc-all-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=640px){.pc-all-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.pc-all-grid{grid-template-columns:repeat(3,1fr)}}.pc-grid-card{color:inherit;text-decoration:none;transition:transform .2s;display:block}.pc-grid-card:hover{transform:translateY(-2px)}.pc-grid-image{aspect-ratio:16/10;background:#e5e7eb;border-radius:4px;width:100%;overflow:hidden}.pc-grid-image img{object-fit:cover;width:100%;height:100%;display:block}.pc-grid-body{padding:12px 0 0}.pc-grid-title{color:#111827;margin:0 0 6px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;line-height:1.35}.pc-image-placeholder{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;background:#d1d5db;justify-content:center;align-items:center;width:100%;height:100%;font-size:.85rem;font-weight:600;display:flex}.dashboard-status-deleted{color:#dc2626;background-color:#fee2e2}.search-page{background-color:#f8f9fa;min-height:100vh}.search-banner{color:#fff;text-align:center;background-color:#5a7b95;padding:60px 20px}.search-banner-inner{max-width:1200px;margin:0 auto}.search-banner-title{margin-bottom:30px;font-family:Inter,sans-serif;font-size:3rem;font-weight:800}.search-input-wrapper{max-width:700px;margin:0 auto;position:relative}.search-input-field{border:none;border-radius:8px;outline:none;width:100%;padding:18px 25px 18px 55px;font-size:1.1rem;box-shadow:0 4px 12px #0000001a}.search-input-icon{color:#888;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.search-results-summary{background-color:#e9ecef;border-bottom:1px solid #dee2e6;padding:15px 20px}.search-results-summary-inner{color:#495057;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;font-size:.95rem;display:flex}.search-results-text{font-weight:500}.search-results-text strong{color:#212529}.search-filters-toggle{color:#495057;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-weight:600;display:flex}.search-filters-toggle:hover{color:#212529}.search-sort-area{justify-content:flex-end;align-items:center;gap:15px;max-width:1200px;margin:20px auto;padding:0 20px;display:flex}.search-sort-label{color:#495057;font-weight:600}.search-sort-select{color:#212529;background-color:#fff;border:1px solid #ced4da;border-radius:4px;outline:none;padding:8px 15px;font-weight:500}.search-results-list{flex-direction:column;gap:20px;max-width:1200px;margin:0 auto 50px;padding:0 20px;display:flex}.search-article-card{color:inherit;background-color:#fff;border:1px solid #eee;border-radius:0;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.search-article-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.search-article-image-wrapper{flex-shrink:0;width:280px;height:180px}.search-article-image{object-fit:cover;width:100%;height:100%}.search-article-content{flex-direction:column;flex:1;padding:20px;display:flex}.search-article-category{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.75rem;font-weight:700}.search-article-title{color:#2c3e50;margin:0 0 12px;font-size:1.4rem;font-weight:700;line-height:1.3}.search-article-excerpt{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:auto;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.search-article-footer{color:#999;border-top:1px solid #f8f9fa;align-items:center;gap:15px;margin-top:15px;padding-top:15px;font-size:.8rem;display:flex}.search-article-footer-item{align-items:center;gap:5px;display:flex}.search-article-author{color:#666;font-weight:600}@media (width<=768px){.search-article-card{flex-direction:column}.search-article-image-wrapper{width:100%;height:200px}.search-banner-title{font-size:2.2rem}}.recent-banner{color:#fff;background-color:#2a3f52;border-bottom:4px solid #5a7a94;padding:64px 24px}.recent-banner-inner{max-width:1400px;margin:0 auto}.recent-banner-title{letter-spacing:-.02em;align-items:center;gap:16px;margin:0;font-size:3.5rem;font-weight:900;line-height:1.1;display:flex}.recent-banner-subtitle{color:#d1d5db;margin:12px 0 0;font-size:1.25rem;font-weight:500}@media (width<=768px){.recent-banner{padding:40px 24px}.recent-banner-title{font-size:2.25rem}.recent-banner-subtitle{font-size:1rem}}.recent-main{max-width:1400px;margin:0 auto;padding:48px 24px}.recent-list{flex-direction:column;gap:32px;display:flex}
