*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f7fb;color:#111827}main{max-width:1180px;margin:0 auto;padding:32px 20px}.hero{background:#111827;color:white;border-radius:20px;padding:30px;margin-bottom:24px}.hero h1{margin:0 0 8px;font-size:32px}.hero p{margin:0;color:#d1d5db}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.btn{border:0;border-radius:10px;padding:11px 16px;background:#111827;color:white;cursor:pointer}.btn.secondary{background:white;color:#111827;border:1px solid #d1d5db}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:16px;gap:16px}.card{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:20px}.card h3{margin-top:0}.tag{display:inline-block;background:#eef2ff;padding:5px 8px;border-radius:999px;margin-bottom:10px}.status,.tag{font-size:12px}.status{color:#6b7280}.error{color:#b91c1c}.success{color:#047857}pre{white-space:pre-wrap}.hero-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.editor-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.65);padding:30px;overflow-y:auto}.editor{max-width:800px;margin:30px auto}.editor-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}.editor label{display:block;margin-top:16px;margin-bottom:6px;font-weight:600}.editor input,.editor textarea{width:100%;box-sizing:border-box;padding:12px;font:inherit}.schedule-box{margin-top:24px;padding:18px;border-radius:10px;border:1px solid rgba(128,128,128,.35)}.schedule-box h3{margin-top:0}.schedule-box input{margin-bottom:10px}@media (max-width:700px){.hero-header{flex-direction:column}.editor-overlay{padding:10px}.editor{margin:10px auto}.editor-header{flex-direction:column}.editor-header .btn{width:100%}}.calendar-section{margin:30px 0}.calendar-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px}.calendar-filters{display:flex;gap:8px;flex-wrap:wrap}.calendar-filters input,.calendar-filters select{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;background:white;font:inherit}.calendar-list{display:flex;flex-direction:column;gap:12px}.calendar-item{background:white;border:1px solid #e5e7eb;border-radius:14px;padding:16px;display:grid;grid-template-columns:150px 1fr auto;grid-gap:20px;gap:20px;align-items:center}.calendar-time{display:flex;flex-direction:column;gap:5px}.calendar-time strong{font-size:16px}.calendar-time span{color:#6b7280}.calendar-content h3{margin:6px 0}.calendar-content p{margin:8px 0;color:#4b5563}.calendar-actions{display:flex;gap:8px}.status-badge{display:inline-block;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase}.status-draft{background:#f3f4f6;color:#374151}.status-approved{background:#dcfce7;color:#166534}.status-scheduled{background:#dbeafe;color:#1d4ed8}.status-published{background:#ede9fe;color:#6d28d9}@media (max-width:800px){.calendar-filters,.calendar-header{flex-direction:column}.calendar-filters,.calendar-filters button,.calendar-filters input,.calendar-filters select{width:100%}.calendar-item{grid-template-columns:1fr;gap:12px}.calendar-actions,.calendar-actions .btn{width:100%}}.image-upload-box{margin-top:24px;padding:18px;border:1px solid #d1d5db;border-radius:12px;background:#f9fafb}.image-upload-box h3{margin-top:0}.image-upload-box input[type=file]{margin:10px 0 16px}.image-preview{margin:16px 0;background:white;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.image-preview img{display:block;width:100%;max-height:500px;object-fit:contain;border-radius:8px}