*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 4px 6px -1px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.8rem}.nav{display:flex;gap:.5rem;flex-wrap:wrap}.nav-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;transition:all .2s ease}.nav-btn:hover{background:#fff3;transform:translateY(-1px)}.nav-btn.active{background:#ffffff40;border-color:#fff6;font-weight:600}.main{flex:1;padding:2rem 0;min-height:calc(100vh - 180px)}.section{display:none}.section.active{display:block}.section-header{margin-bottom:2rem;text-align:center}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.status-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease;display:flex;align-items:center;gap:1rem}.status-card:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #0000001a}.status-icon{font-size:2.5rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1rem}.status-content h3{font-size:1rem;font-weight:600;color:#64748b;margin-bottom:.25rem}.status-number{font-size:2rem;font-weight:700;color:#1e293b;line-height:1}.status-indicator{font-size:1.2rem;font-weight:600;padding:.25rem .75rem;border-radius:.5rem;display:inline-block}.status-indicator.connected{background:#dcfce7;color:#16a34a}.status-indicator.disconnected{background:#fef2f2;color:#dc2626}.status-time{font-size:1.2rem;font-weight:600;color:#1e293b}.status-label{font-size:.875rem;color:#64748b;margin-top:.25rem}.recent-posts{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.recent-posts h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.posts-list{display:flex;flex-direction:column;gap:1rem}.post-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e2e8f0;border-radius:.5rem;transition:all .2s ease}.post-item:hover{background:#f8fafc;border-color:#cbd5e1}.post-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.post-meta{font-size:.875rem;color:#64748b}.status-badge{padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.posted{background:#dcfce7;color:#16a34a}.status-badge.failed{background:#fef2f2;color:#dc2626}.footer{background:#1e293b;color:#fff;text-align:center;padding:1.5rem 0;margin-top:auto}.footer p{color:#94a3b8;font-size:.875rem}@media (max-width: 768px){.header-content{flex-direction:column;text-align:center}.nav{justify-content:center;width:100%}.nav-btn{font-size:.8rem;padding:.4rem .8rem}.section-header h2{font-size:2rem}.status-grid{grid-template-columns:1fr}.post-item{flex-direction:column;align-items:flex-start;gap:.75rem}.post-status{align-self:flex-end}}@media (max-width: 480px){.container{padding:0 1rem}.status-card{flex-direction:column;text-align:center}.status-icon{width:3rem;height:3rem;font-size:2rem}}.loading{opacity:.6;pointer-events:none}.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2rem;height:2rem;border:2px solid #e2e8f0;border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn:active{transform:translateY(0)}.btn-secondary{background:#fff;color:#667eea;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:#667eea;box-shadow:0 4px 12px #667eea33}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.btn-danger:hover{box-shadow:0 4px 12px #ef444466}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group small{display:block;margin-top:.25rem;color:#6b7280;font-size:.875rem}.form-group input[type=checkbox]{width:auto;margin-right:.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-start;margin-top:2rem}.scheduler-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.scheduler-form,.scheduler-preview{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.preview-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;margin-top:1rem}.preview-content{font-family:inherit;line-height:1.6;color:#374151}.preview-content p{margin-bottom:.75rem}.posts-management{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.posts-filters{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.filter-btn{background:#fff;border:1px solid #d1d5db;color:#374151;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:all .2s ease}.filter-btn:hover{background:#f3f4f6;border-color:#9ca3af}.filter-btn.active{background:#667eea;color:#fff;border-color:#667eea}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse;margin-top:1rem}table th,table td{text-align:left;padding:1rem;border-bottom:1px solid #e2e8f0}table th{background:#f8fafc;font-weight:600;color:#374151}.post-title-cell strong{display:block;margin-bottom:.25rem}.post-title-cell small{color:#6b7280;font-size:.875rem}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.settings-content{max-width:1000px;margin:0 auto}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.settings-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.settings-section h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.settings-actions{text-align:center;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}@media (max-width: 768px){.scheduler-content{grid-template-columns:1fr}.posts-header{flex-direction:column;align-items:flex-start;gap:1rem}.settings-grid{grid-template-columns:1fr}.action-buttons{justify-content:center}.form-actions{flex-direction:column}table{font-size:.875rem}table th,table td{padding:.75rem .5rem}}.section{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
