*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.app-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 0}.app-header .container{display:flex;justify-content:space-between;align-items:center}.app-header h1{color:#1877f2;font-size:1.5rem;font-weight:600}.app-header h1 i{margin-right:.5rem}.facebook-status{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.status-indicator{width:10px;height:10px;border-radius:50%;background:#dc3545}.status-indicator.online{background:#28a745}.main-nav{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);padding:.5rem 0}.nav-tabs{display:flex;gap:1rem}.nav-tab{background:none;border:none;padding:.75rem 1.5rem;border-radius:8px;color:#666;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.nav-tab:hover{background:#1877f21a;color:#1877f2}.nav-tab.active{background:#1877f2;color:#fff}.main-content{padding:2rem 0}.tab-content{display:none;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;min-height:600px}.tab-content.active{display:block}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f2f5}.content-header h2{color:#1c1e21;font-size:1.8rem;font-weight:600}.connection-panel{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #0000001a;text-align:center;margin-bottom:2rem;display:none}.connection-panel.show{display:block}.facebook-icon{font-size:4rem;color:#1877f2;margin-bottom:1rem}.connection-status h2{margin-bottom:1rem;color:#1c1e21}.connection-status p{color:#65676b;margin-bottom:2rem;font-size:1.1rem}.btn{background:#1877f2;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-size:.9rem}.btn:hover{background:#166fe5;transform:translateY(-1px)}.btn.btn-secondary{background:#42b883}.btn.btn-secondary:hover{background:#369870}.btn.btn-outline{background:transparent;color:#1877f2;border:2px solid #1877f2}.btn.btn-outline:hover{background:#1877f2;color:#fff}.btn.btn-danger{background:#dc3545}.btn.btn-danger:hover{background:#c82333}.btn.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn:disabled{background:#e4e6ea;color:#bcc0c4;cursor:not-allowed;transform:none}.btn-icon{background:none;border:none;color:#65676b;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.btn-icon:hover{background:#f0f2f5;color:#1877f2}.group-actions{display:flex;gap:1rem;align-items:center}.search-box{position:relative;display:flex;align-items:center}.search-box i{position:absolute;left:1rem;color:#65676b}.search-box input{padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e4e6ea;border-radius:8px;outline:none;width:300px;transition:border-color .3s ease}.search-box input:focus{border-color:#1877f2}.groups-container{display:grid;grid-template-columns:250px 1fr;gap:2rem;margin-top:2rem}.groups-sidebar{background:#f8f9fa;border-radius:12px;padding:1.5rem}.groups-sidebar h3{margin-bottom:1rem;color:#1c1e21;font-size:1.1rem}.collections{margin-bottom:1rem}.collection-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:all .3s ease}.collection-item:hover{background:#e3f2fd}.collection-item.active{background:#1877f2;color:#fff}.groups-main{background:#f8f9fa;border-radius:12px;padding:1.5rem}.groups-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e4e6ea}.group-stats{font-weight:600;color:#1c1e21}.group-controls{display:flex;gap:.5rem}.groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;max-height:500px;overflow-y:auto}.group-card{background:#fff;border-radius:12px;padding:1rem;border:2px solid transparent;transition:all .3s ease;cursor:pointer}.group-card:hover{border-color:#1877f2;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.group-card.selected{border-color:#42b883;background:#f0fdf4}.group-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.group-avatar{width:50px;height:50px;border-radius:50%;background:#e4e6ea;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#65676b}.group-info h4{font-size:1rem;margin-bottom:.25rem;color:#1c1e21}.group-info p{font-size:.85rem;color:#65676b}.group-checkbox{position:absolute;top:1rem;right:1rem;width:20px;height:20px;border:2px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;z-index:10;margin:0;appearance:none;-webkit-appearance:none;-moz-appearance:none}.group-checkbox:checked{background:#1877f2;border-color:#1877f2}.group-checkbox:checked:after{content:"✓";color:#fff;font-size:14px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.post-type-selector{margin-bottom:2rem}.post-type-selector h3{margin-bottom:1rem;color:#1c1e21}.post-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.post-type{background:#fff;border:2px solid #e4e6ea;padding:1.5rem;border-radius:12px;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.post-type:hover{border-color:#1877f2}.post-type.active{border-color:#42b883;background:#f0fdf4}.post-type i{font-size:2rem;color:#65676b}.post-type.active i{color:#42b883}.content-form{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1c1e21}.text-editor{position:relative}.editor-toolbar{display:flex;gap:.5rem;margin-bottom:.5rem;padding:.5rem;background:#f8f9fa;border-radius:8px 8px 0 0;border:1px solid #e4e6ea}#post-text{width:100%;min-height:150px;padding:1rem;border:1px solid #e4e6ea;border-radius:0 0 8px 8px;resize:vertical;font-family:inherit;outline:none;transition:border-color .3s ease}#post-text:focus{border-color:#1877f2}.media-upload{margin-bottom:1.5rem}.upload-area{border:2px dashed #e4e6ea;border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease}.upload-area:hover{border-color:#1877f2;background:#f8f9ff}.upload-area i{font-size:3rem;color:#65676b;margin-bottom:1rem}.upload-area p{color:#65676b}#file-input{display:none}.uploaded-files{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.file-preview{position:relative;border-radius:8px;overflow:hidden;background:#f8f9fa;aspect-ratio:1}.file-preview img,.file-preview video{width:100%;height:100%;object-fit:cover}.remove-file{position:absolute;top:.5rem;right:.5rem;background:#000000b3;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.content-preview{background:#f8f9fa;border-radius:12px;padding:1.5rem}.content-preview h4{margin-bottom:1rem;color:#1c1e21}.post-preview{background:#fff;border-radius:8px;padding:1rem;min-height:200px;border:1px solid #e4e6ea}.preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#65676b;text-align:center}.preview-placeholder i{font-size:2rem;margin-bottom:.5rem}.schedule-settings{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.timing-controls{background:#f8f9fa;border-radius:12px;padding:1.5rem}.interval-input{display:flex;gap:.5rem}.interval-input input{flex:1;padding:.75rem;border:2px solid #e4e6ea;border-radius:8px;outline:none}.interval-input select{padding:.75rem;border:2px solid #e4e6ea;border-radius:8px;outline:none;background:#fff}.datetime-input{margin-top:.5rem}.datetime-input input{width:100%;padding:.75rem;border:2px solid #e4e6ea;border-radius:8px;outline:none}.posting-summary{background:#f8f9fa;border-radius:12px;padding:1.5rem}.posting-summary h3{margin-bottom:1rem;color:#1c1e21}.summary-stats{display:flex;flex-direction:column;gap:1rem}.stat{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:8px}.stat label{font-weight:600;color:#65676b}.stat span{font-weight:600;color:#1c1e21}.posting-controls{grid-column:1 / -1;text-align:center;margin-top:2rem}.results-overview{margin-bottom:2rem}.result-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;border-left:4px solid #e4e6ea}.stat-card.success{border-left-color:#28a745}.stat-card.error{border-left-color:#dc3545}.stat-card.pending{border-left-color:#ffc107}.stat-card i{font-size:2rem}.stat-card.success i{color:#28a745}.stat-card.error i{color:#dc3545}.stat-card.pending i{color:#ffc107}.stat-info{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:700;color:#1c1e21}.stat-label{color:#65676b;font-weight:600}.results-list{background:#f8f9fa;border-radius:12px;padding:1.5rem;max-height:400px;overflow-y:auto}.result-item{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1rem;border-left:4px solid #e4e6ea;display:flex;justify-content:space-between;align-items:center}.result-item.success{border-left-color:#28a745}.result-item.error{border-left-color:#dc3545}.result-item.pending{border-left-color:#ffc107}.result-info{display:flex;flex-direction:column;gap:.25rem}.result-group{font-weight:600;color:#1c1e21}.result-time{font-size:.85rem;color:#65676b}.result-status{display:flex;align-items:center;gap:.5rem;font-weight:600}.result-status.success{color:#28a745}.result-status.error{color:#dc3545}.result-status.pending{color:#ffc107}.no-results{text-align:center;color:#65676b;padding:3rem}.no-results i{font-size:3rem;margin-bottom:1rem}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;align-items:center;justify-content:center}.modal.show{display:flex}.modal-content{background:#fff;border-radius:12px;min-width:400px;max-width:90vw;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e4e6ea}.modal-header h3{color:#1c1e21}.modal-close{background:none;border:none;font-size:1.5rem;color:#65676b;cursor:pointer}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e4e6ea}.progress-info{text-align:center}.current-group{margin-bottom:1.5rem}.current-group label{display:block;font-weight:600;color:#65676b;margin-bottom:.5rem}.current-group span{font-size:1.1rem;font-weight:600;color:#1c1e21}.progress-bar{width:100%;height:8px;background:#e4e6ea;border-radius:4px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#42b883,#369870);width:0%;transition:width .3s ease}.progress-text{font-weight:600;color:#1c1e21}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#65676b}.loading-state i{font-size:3rem;margin-bottom:1rem}.text-center{text-align:center}.hidden{display:none!important}@media (max-width: 768px){.container{padding:0 1rem}.app-header .container{flex-direction:column;gap:1rem;text-align:center}.nav-tabs{flex-wrap:wrap;justify-content:center}.groups-container,.content-form,.schedule-settings,.result-stats{grid-template-columns:1fr}.group-actions{flex-direction:column;align-items:stretch}.search-box input{width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tab-content.active,.group-card{animation:fadeIn .3s ease}.groups-grid::-webkit-scrollbar,.results-list::-webkit-scrollbar{width:8px}.groups-grid::-webkit-scrollbar-track,.results-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.groups-grid::-webkit-scrollbar-thumb,.results-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.groups-grid::-webkit-scrollbar-thumb:hover,.results-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
