/* ZinCelestial — Layouts */
.zc-article{max-width:100%}
.zc-featured-image{border-radius:var(--zc-radius);overflow:hidden;margin-bottom:1.5rem}
.zc-featured-image img{width:100%;height:auto}
.zc-entry-header{margin-bottom:1.5rem}
.zc-entry-title{font-size:2rem;font-weight:800;line-height:1.25;margin-bottom:.75rem}
.zc-entry-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.8rem;color:var(--zc-text-dim)}
.zc-entry-content{font-size:1rem;line-height:1.8;color:var(--zc-text-muted)}
.zc-entry-content h2{font-size:1.5rem;font-weight:700;margin:2rem 0 1rem;color:var(--zc-text)}
.zc-entry-content h3{font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--zc-text)}
.zc-entry-content p{margin-bottom:1.25rem}
.zc-entry-content ul,.zc-entry-content ol{margin:0 0 1.25rem 1.5rem}
.zc-entry-content blockquote{border-left:4px solid var(--zc-primary);padding:.75rem 1.25rem;margin:1.5rem 0;background:rgba(108,53,222,.08);border-radius:0 var(--zc-radius-sm) var(--zc-radius-sm) 0;color:var(--zc-text-muted);font-style:italic}
.zc-entry-content img{border-radius:var(--zc-radius-sm);margin:1rem 0}
.zc-entry-content a{color:var(--zc-accent);text-decoration:underline}
.zc-page-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}
/* Admin grid */
.zc-admin-wrap{max-width:1200px}
.zc-admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #2d2d4e}
.zc-admin-logo{display:flex;align-items:center;gap:.75rem}
.zc-logo-icon{font-size:1.5rem;color:#6c35de}
.zc-admin-header h1{font-size:1.5rem;font-weight:800;color:#e2e8f0;margin:0}
.zc-version-tag{font-size:.7rem;background:#2d2d4e;color:#94a3b8;border-radius:100px;padding:.2rem .6rem;margin-left:.5rem;font-weight:400}
.zc-admin-grid{display:grid;gap:1.5rem}
.zc-cols-3{grid-template-columns:repeat(3,1fr)}
.zc-cols-2{grid-template-columns:repeat(2,1fr)}
.zc-admin-card{background:#12122a;border:1px solid #2d2d4e;border-radius:12px;padding:1.5rem}
.zc-admin-card h2{font-size:1rem;font-weight:700;color:#e2e8f0;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}
.zc-stat-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.zc-stat-list li{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid #1a1a35;font-size:.85rem;color:#94a3b8}
.zc-stat-list li:last-child{border-bottom:none}
.zc-stat-list strong{color:#e2e8f0;font-weight:600}
.zc-status.active{color:#86efac}
.zc-status.inactive{color:#64748b}
.zc-field-row{display:flex;align-items:center;justify-content:space-between;padding:.65rem 0;border-bottom:1px solid #1a1a35;gap:1rem}
.zc-field-row label{font-size:.875rem;color:#94a3b8;font-weight:500;flex-shrink:0}
.zc-field-row select,.zc-field-row input[type=number]{background:#1a1a35;border:1px solid #2d2d4e;color:#e2e8f0;border-radius:8px;padding:.35rem .65rem;font-size:.85rem}
.zc-field-toggle{align-items:center}
.zc-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}
.zc-toggle input{opacity:0;width:0;height:0}
.zc-toggle-slider{position:absolute;cursor:pointer;inset:0;background:#1a1a35;border:1px solid #2d2d4e;border-radius:100px;transition:.2s}
.zc-toggle-slider:before{position:absolute;content:'';height:16px;width:16px;left:3px;bottom:3px;background:#64748b;border-radius:50%;transition:.2s}
.zc-toggle input:checked+.zc-toggle-slider{background:#6c35de;border-color:#6c35de}
.zc-toggle input:checked+.zc-toggle-slider:before{transform:translateX(20px);background:#fff}
.zc-save-btn{background:linear-gradient(135deg,#6c35de,#a259ff)!important;border:none!important;border-radius:100px!important;color:#fff!important;padding:.65rem 1.75rem!important;font-weight:700!important}
.zc-form-actions{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}
.zc-autosave-indicator{font-size:.8rem;color:#86efac;font-weight:600}
.zc-admin-form .zc-admin-card{margin-bottom:1.5rem}
