.layout{display:flex;min-height:100vh}.sidebar{width:250px;background-color:#2c3e50;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h1{font-size:1.5rem;margin:0}.sidebar-nav{flex:1;padding:1rem 0}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#fffc;text-decoration:none;transition:all .2s}.nav-link svg{flex-shrink:0}.nav-link:hover{background-color:#ffffff1a;color:#fff;text-decoration:none}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem}.legal-links{display:flex;flex-direction:column;gap:.35rem}.legal-link{color:#ffffffa6;font-size:.8rem;text-decoration:none;transition:color .2s}.legal-link:hover{color:#fff}.user-info{margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.user-info strong{font-size:.9rem}.user-info small{font-size:.75rem;color:#fff9}.switch-back-btn{width:100%;background-color:orange;color:#fff;border:none;padding:.75rem;border-radius:4px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem;transition:background-color .2s}.switch-back-btn:hover{background-color:#ff8c00}.logout-btn{width:100%;background-color:#e74c3c;color:#fff}.logout-btn:hover{background-color:#c0392b}.main-content{margin-left:250px;flex:1;padding:2rem;background-color:#f5f5f5}.landing-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.landing-header{padding:1rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2)}.landing-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-logo{display:flex;align-items:center}.landing-logo .logo-image{height:40px;width:auto;max-width:220px;object-fit:contain}.landing-logo h1{margin:0;font-size:1.5rem;font-weight:700;display:block}.landing-nav{display:flex;gap:1rem;align-items:center}.login-button{padding:.5rem 1.5rem;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;text-decoration:none;font-weight:500;transition:all .2s}.login-button:hover{background:#ffffff4d;border-color:#ffffff80}.landing-hero{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.landing-hero-content{max-width:800px;text-align:center}.landing-hero-content h2{font-size:3rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.landing-coming-soon{padding:4rem 2rem;background:#ffffff0d;text-align:center}.landing-coming-soon-content{max-width:1200px;margin:0 auto}.landing-coming-soon-content h3{font-size:2.5rem;margin:0;opacity:.9}.landing-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:.875rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s;display:inline-block}.cta-button.primary{background:#fff;color:#667eea;border:2px solid #fff}.cta-button.primary:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.cta-button.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.cta-button.secondary:hover{background:#ffffff1a;border-color:#fffc}.landing-features{padding:4rem 2rem;background:#ffffff0d}.landing-features-content{max-width:1200px;margin:0 auto}.landing-features-content h3{text-align:center;font-size:2rem;margin:0 0 3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#ffffff1a;padding:2rem;border-radius:12px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .2s}.feature-card:hover{transform:translateY(-4px);background:#ffffff26}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h4{margin:0 0 .5rem;font-size:1.25rem}.feature-card p{margin:0;opacity:.9;line-height:1.6}.landing-footer{padding:2rem;background:#0003;border-top:1px solid rgba(255,255,255,.1)}.landing-footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-links{display:flex;gap:2rem;justify-content:center;margin-bottom:1rem}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .2s}.footer-links a:hover{opacity:1}.footer-copyright{margin:0;opacity:.7;font-size:.875rem}@media (max-width: 768px){.landing-hero-content h2{font-size:2rem}.landing-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.landing-header-content{flex-direction:column;gap:1rem}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px}.auth-card h1{text-align:center;color:#667eea;margin-bottom:.5rem;font-size:2rem}.auth-card h2{text-align:center;color:#333;margin-bottom:2rem;font-size:1.5rem;font-weight:400}.submit-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem;font-size:1rem;font-weight:600;margin-top:1rem}.submit-btn:hover{opacity:.9}.auth-link{text-align:center;margin-top:1.5rem;color:#666}.auth-link a{color:#667eea;font-weight:600}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:3rem}.password-toggle{position:absolute;right:.5rem;background:transparent;border:none;padding:.25rem .5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#666}.password-toggle:hover{color:#333}.password-toggle svg{width:20px;height:20px}.dashboard{max-width:1200px}.dashboard h1{font-size:2rem;margin-bottom:.5rem}.stats-grid{margin-top:2rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);max-width:800px}.stat-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;position:relative;transition:all .3s}.stat-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.stat-card-header svg{color:#667eea;flex-shrink:0}.stat-card h3{margin:0;font-size:1.25rem;color:#333}.stat-number{font-size:3rem;font-weight:700;margin:.5rem 0;color:#667eea;line-height:1}.stat-label{color:#999;font-size:.9rem;margin:0;text-transform:uppercase;letter-spacing:.5px}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-4px);box-shadow:0 8px 20px #667eea33}.stat-card.clickable:active{transform:translateY(-2px)}.card-arrow{position:absolute;bottom:1rem;right:1rem;font-size:1.5rem;color:#667eea;opacity:0;transition:all .3s}.stat-card.clickable:hover .card-arrow{opacity:1;transform:translate(4px)}.buckets-page{max-width:1200px}.page-header h1{margin:0;font-size:2rem}.create-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;font-weight:600;border-radius:6px}.create-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.loading{text-align:center;padding:3rem;color:#666;font-size:1.2rem}.buckets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.bucket-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .3s}.bucket-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.bucket-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.bucket-header h3{margin:0;font-size:1.25rem;color:#333;flex:1}.delete-btn{background:transparent;padding:.25rem .5rem;font-size:1.25rem;opacity:.6;transition:opacity .2s}.delete-btn:hover{opacity:1;background:#fee}.bucket-description{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.4}.bucket-stats{display:flex;gap:1.5rem;padding:1rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:1rem}.stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-icon{font-size:1.5rem}.stat-value{font-size:1.5rem;font-weight:600;color:#667eea}.stat-label{font-size:.75rem;color:#999;text-transform:uppercase}.bucket-footer{display:flex;justify-content:flex-end}.view-btn{background:#f0f0f0;color:#667eea;padding:.5rem 1rem;font-weight:600;border-radius:4px}.view-btn:hover{background:#e0e0e0}.modal-content{background:#fff;border-radius:8px;padding:2rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{margin:0;font-size:1.5rem}.close-btn{background:transparent;font-size:1.5rem;padding:.25rem .5rem;color:#999}.close-btn:hover{color:#333}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.error-message{background-color:#fee;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;border-left:4px solid #c33}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.cancel-btn{background:#f0f0f0;color:#666;padding:.75rem 1.5rem}.cancel-btn:hover{background:#e0e0e0}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;font-weight:600}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.image-editor-modal{background:#1a1a1a;border-radius:12px;width:95%;max-width:1200px;max-height:95vh;overflow:hidden;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;color:#fff}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #333;background:#222}.editor-header h2{margin:0;color:#fff;font-size:1.3rem;display:flex;align-items:center;gap:.75rem}.close-btn{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.close-btn:hover{color:#fff}.editor-body{display:flex;flex:1;overflow:hidden}.crop-container{flex:1;position:relative;background:#000;min-height:400px}.controls-panel{width:320px;background:#222;border-left:1px solid #333;overflow-y:auto;padding:1.5rem}.control-section{margin-bottom:2rem}.control-section h3{margin:0 0 1rem;font-size:1rem;color:#fff;font-weight:600}.control-group{margin-bottom:1.5rem}.control-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:#ccc}.control-group input[type=range]{width:100%;height:6px;border-radius:3px;background:#444;outline:none;-webkit-appearance:none}.control-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#007bff;cursor:pointer;transition:background .2s}.control-group input[type=range]::-webkit-slider-thumb:hover{background:#0056b3}.control-group input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#007bff;cursor:pointer;border:none;transition:background .2s}.control-group input[type=range]::-moz-range-thumb:hover{background:#0056b3}.name-input{width:100%;padding:.75rem;background:#333;border:1px solid #444;border-radius:6px;color:#fff;font-size:.95rem;transition:border-color .2s}.name-input:focus{outline:none;border-color:#007bff}.name-input::placeholder{color:#888}.preset-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.preset-btn{padding:.6rem;background:#333;color:#fff;border:1px solid #444;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s;font-weight:500}.preset-btn:hover{background:#444;border-color:#007bff}.preset-btn.reset{background:#444;border-color:#666}.preset-btn.reset:hover{background:#555;border-color:#888}.editor-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1rem 1.5rem;border-top:1px solid #333;background:#222}.btn-cancel,.btn-save{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel{background:#444;color:#fff}.btn-cancel:hover:not(:disabled){background:#555}.btn-save{background:#007bff;color:#fff;display:flex;align-items:center;gap:.5rem}.btn-save:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.btn-cancel:disabled,.btn-save:disabled{opacity:.6;cursor:not-allowed}.error-message{background-color:#dc3545;color:#fff;padding:1rem;margin:0 1.5rem 1rem;border-radius:6px}@media (max-width: 1024px){.editor-body{flex-direction:column}.controls-panel{width:100%;max-height:300px;border-left:none;border-top:1px solid #333}.crop-container{min-height:300px}}@media (max-width: 768px){.image-editor-modal{width:100%;max-width:100%;border-radius:0;max-height:100vh}.controls-panel{padding:1rem}.preset-buttons{grid-template-columns:repeat(3,1fr)}.editor-footer{flex-direction:column}.btn-cancel,.btn-save{width:100%}}.bucket-images-page{padding:2rem}.page-header{margin-bottom:2rem}.back-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:1rem;padding:.5rem 0;margin-bottom:1rem;transition:color .2s}.back-button:hover{color:#0056b3;text-decoration:underline}.bucket-description{color:#666;font-size:1.1rem;margin-top:.5rem}.loading,.error{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.upload-section{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.upload-section h2{margin-top:0;margin-bottom:1.5rem;color:#333}.upload-container{display:flex;justify-content:center;align-items:center;min-height:200px}.file-input-wrapper{text-align:center}.file-input{display:none}.file-input-label{display:inline-flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 3rem;background:#f8f9fa;border:2px dashed #007bff;border-radius:8px;cursor:pointer;transition:all .3s;color:#007bff;font-size:1.1rem;font-weight:500}.file-input-label:hover{background:#e7f3ff;border-color:#0056b3;transform:translateY(-2px)}.file-input-label svg{width:48px;height:48px;stroke-width:2}.upload-preview{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:500px}.preview-image{width:100%;max-height:300px;object-fit:contain;border-radius:8px;box-shadow:0 2px 8px #0000001a}.upload-actions{width:100%;text-align:center}.file-name{margin-bottom:1rem;color:#666;font-size:.95rem;word-break:break-word}.button-group{display:flex;gap:1rem;justify-content:center}.btn-upload,.btn-cancel{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-upload{background:#007bff;color:#fff}.btn-upload:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.btn-upload:disabled{background:#ccc;cursor:not-allowed}.btn-cancel{background:#6c757d;color:#fff}.btn-cancel:hover:not(:disabled){background:#545b62;transform:translateY(-1px)}.images-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.images-section h2{margin-top:0;margin-bottom:1.5rem;color:#333}.no-images{text-align:center;padding:3rem;color:#666}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.image-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .3s}.image-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.image-wrapper{width:100%;height:200px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-thumbnail{width:100%;height:100%;object-fit:cover}.image-info{padding:1rem}.image-name{margin:0 0 .5rem;font-size:1rem;color:#333;word-break:break-word}.image-description{color:#666;font-size:.9rem;margin:0 0 1rem}.image-actions{display:flex;gap:.5rem}.btn-edit,.btn-delete{flex:1;padding:.5rem;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.4rem}.btn-edit{background:#007bff;color:#fff}.btn-edit:hover{background:#0056b3;transform:translateY(-1px)}.btn-delete{background:#dc3545;color:#fff}.btn-delete:hover{background:#c82333;transform:translateY(-1px)}@media (max-width: 768px){.bucket-images-page,.upload-section,.images-section{padding:1rem}.images-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.button-group{flex-direction:column;width:100%}.btn-upload,.btn-cancel{width:100%}}.schedule-page{padding:2rem}.page-header h1{margin:0;color:#333}.create-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.create-btn:hover{background:#0056b3;transform:translateY(-1px)}.loading,.empty-state{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.schedules-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.schedule-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .3s}.schedule-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.schedule-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.schedule-actions{display:flex;gap:.5rem}.schedule-type-badge{padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600;text-transform:uppercase}.schedule-type-badge[data-type="1"]{background:#e3f2fd;color:#1976d2}.schedule-type-badge[data-type="2"]{background:#f3e5f5;color:#7b1fa2}.schedule-type-badge[data-type="3"]{background:#fff3e0;color:#f57c00}.post-now-btn,.delete-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s}.post-now-btn{color:#28a745}.post-now-btn:hover:not(:disabled){background:#e8f5e9}.post-now-btn:disabled{color:#ccc;cursor:not-allowed}.delete-btn{color:#dc3545}.delete-btn:hover{background:#ffebee}.schedule-info{display:flex;flex-direction:column;gap:.75rem}.info-row{display:flex;gap:.5rem}.info-row .label{font-weight:600;color:#666;min-width:100px}.info-row .value{color:#333;flex:1}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;color:#333}.close-btn{background:none;border:none;color:#666;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s}.close-btn:hover{background:#f0f0f0;color:#333}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:1rem;margin:1rem 1.5rem;border-radius:6px}form{padding:1.5rem}.form-group input[type=time],.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#007bff}.form-group small{display:block;margin-top:.25rem;color:#666;font-size:.85rem}.checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s}.checkbox-label:hover{background:#f8f9fa}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label span{font-size:.95rem;color:#333}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e0e0e0}.cancel-btn,.submit-btn{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-btn{background:#6c757d;color:#fff}.cancel-btn:hover{background:#545b62}.submit-btn{background:#007bff;color:#fff}.submit-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}@media (max-width: 768px){.schedule-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.create-btn{width:100%;justify-content:center}.schedules-list{grid-template-columns:1fr}.modal-content{width:95%;max-height:95vh}.checkbox-group{grid-template-columns:1fr}.modal-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.profile-page{padding:2rem;max-width:1200px;margin:0 auto}.profile-page h1{margin:0 0 2rem;color:#333}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:1rem}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:1rem;border-radius:8px;margin-bottom:1rem}.loading{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.profile-section{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.profile-section h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem}.section-description{color:#666;margin-bottom:1.5rem}form{max-width:500px}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#007bff}.save-btn{padding:.75rem 2rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.save-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.save-btn:disabled{background:#ccc;cursor:not-allowed}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.account-card{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .3s}.account-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.account-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.account-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.account-icon.facebook{background:#1877f2}.account-icon.twitter{background:#000}.account-icon.linkedin{background:#0a66c2}.account-icon.tiktok{background:#000}.account-icon.youtube{background:red}.account-icon.google{background:#fff;border:1px solid #e0e0e0}.account-icon.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.account-icon.pinterest{background:#bd081c}.account-info{flex:1}.account-info h3{margin:0 0 .25rem;font-size:1.1rem;color:#333}.status{font-size:.85rem;font-weight:600;padding:.25rem .5rem;border-radius:4px}.status.connected{background:#d4edda;color:#155724}.status.disconnected{background:#f8d7da;color:#721c24}.account-note{font-size:.85rem;color:#666;margin:.5rem 0 0;font-style:italic}.connect-btn,.disconnect-btn{width:100%;padding:.75rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.connect-btn{background:#007bff;color:#fff}.connect-btn:hover{background:#0056b3;transform:translateY(-1px)}.disconnect-btn{background:#dc3545;color:#fff}.disconnect-btn:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.disconnect-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.profile-page,.profile-section{padding:1rem}.accounts-grid{grid-template-columns:1fr}form{max-width:100%}}.current-subscription{background:#e7f3ff;border:1px solid #b3d9ff;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.current-subscription h3{margin:0 0 .5rem;color:#333}.current-subscription p{margin:.5rem 0;color:#666}.current-subscription .status{font-weight:700;text-transform:capitalize}.current-subscription .status.active{color:#28a745}.current-subscription .status.trialing{color:#17a2b8}.current-subscription .status.canceled{color:#dc3545}.plan-type-toggle{display:flex;gap:1rem;margin-bottom:2rem}.plan-type-toggle button{flex:1;padding:.75rem 1.5rem;border:2px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .2s}.plan-type-toggle button:hover{border-color:#007bff;background:#f8f9fa}.plan-type-toggle button.active{border-color:#007bff;background:#007bff;color:#fff}.plans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.plan-card{border:2px solid #e0e0e0;border-radius:12px;padding:2rem;background:#fff;transition:all .3s;display:flex;flex-direction:column}.plan-card:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26;transform:translateY(-4px)}.plan-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.plan-header h3{margin:0 0 1rem;color:#333;font-size:1.5rem}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.plan-price .price{font-size:2rem;font-weight:700;color:#007bff}.plan-price .period{font-size:1rem;color:#666}.plan-features{flex:1;margin-bottom:1.5rem}.plan-features .feature{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.plan-features .feature:last-of-type{border-bottom:none}.feature-label{color:#666;font-size:.95rem}.feature-value{font-weight:700;color:#333}.feature-list{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.feature-list h4{margin:0 0 .75rem;color:#333;font-size:1rem}.feature-list ul{list-style:none;padding:0;margin:0}.feature-list li{padding:.5rem 0;color:#555;font-size:.95rem}.subscribe-btn{width:100%;padding:1rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;margin-top:auto}.subscribe-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-2px);box-shadow:0 4px 8px #007bff4d}.subscribe-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.sub-accounts-page{max-width:1200px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:2rem;margin:0}.create-btn{padding:.75rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.create-btn:hover{background:#0056b3}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;color:#666}.sub-accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.sub-account-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:box-shadow .2s}.sub-account-card:hover{box-shadow:0 4px 12px #00000026}.sub-account-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.sub-account-header h3{margin:0;font-size:1.25rem;color:#333}.sub-account-actions{display:flex;gap:.5rem}.switch-btn{padding:.5rem;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.switch-btn:hover{background:#218838}.delete-btn{padding:.5rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.delete-btn:hover{background:#c82333}.sub-account-email{color:#666;font-size:.9rem;margin:0 0 1rem}.sub-account-stats{display:flex;gap:1.5rem;padding:1rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:1rem}.stat{display:flex;align-items:center;gap:.5rem}.stat-value{font-size:1.5rem;font-weight:600;color:#007bff}.stat-label{font-size:.85rem;color:#999}.sub-account-status{display:flex;justify-content:flex-end}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.modal{background:#fff;padding:2rem;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 20px #0003}.modal h2{margin:0 0 1.5rem;font-size:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus{outline:none;border-color:#007bff}.error-message{background:#f8d7da;color:#721c24;padding:.75rem;border-radius:4px;margin-bottom:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.cancel-btn{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.cancel-btn:hover{background:#5a6268}.submit-btn{padding:.75rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.submit-btn:hover{background:#0056b3}.submit-btn:disabled{background:#ccc;cursor:not-allowed}.rss-feeds-container{padding:2rem;max-width:1200px;margin:0 auto}.rss-feeds-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.rss-feeds-header h1{margin:0;color:#1f2937;font-size:2rem;font-weight:700}.rss-feeds-header p{margin:.5rem 0 0;color:#6b7280;font-size:1rem}.empty-state p{margin:0 0 2rem;color:#6b7280;font-size:1rem}.feeds-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.feed-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.feed-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.feed-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.feed-header h3{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600;flex:1}.feed-status{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-text{font-size:.875rem;font-weight:500;text-transform:capitalize;color:#374151}.feed-info{margin-bottom:1rem}.feed-url{margin:0 0 .5rem;color:#3b82f6;font-size:.875rem;word-break:break-all;text-decoration:none}.feed-url:hover{text-decoration:underline}.feed-description{margin:0;color:#6b7280;font-size:.875rem;line-height:1.4}.feed-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.stat{text-align:center}.stat-label{display:block;font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.stat-value{display:block;font-size:1.25rem;font-weight:700;color:#1f2937}.feed-actions{display:flex;gap:.5rem;flex-wrap:wrap}.feed-actions .btn{flex:1;min-width:100px;font-size:.875rem;padding:.5rem 1rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500;font-size:.875rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:80px}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;color:#374151}.checkbox-label input[type=checkbox]{width:auto;margin:0}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-outline{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}@media (max-width: 768px){.rss-feeds-container{padding:1rem}.rss-feeds-header{flex-direction:column;align-items:flex-start}.feeds-grid{grid-template-columns:1fr}.feed-stats{grid-template-columns:1fr;gap:.5rem}.feed-actions{flex-direction:column}.feed-actions .btn{flex:none}.modal{margin:1rem;max-width:none}}.rss-posts-container{padding:2rem;max-width:1200px;margin:0 auto}.rss-posts-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.header-left{display:flex;align-items:flex-start;gap:1rem}.back-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s ease}.back-button:hover{background:#e5e7eb;border-color:#9ca3af}.feed-info h1{margin:0 0 .5rem;color:#1f2937;font-size:2rem;font-weight:700}.feed-info p{margin:0;color:#6b7280;font-size:1rem}.posts-controls{margin-bottom:2rem}.filter-tabs{display:flex;gap:.5rem;border-bottom:1px solid #e5e7eb}.filter-tab{background:none;border:none;padding:.75rem 1.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#6b7280;border-bottom:2px solid transparent;transition:all .2s ease}.filter-tab:hover{color:#374151}.filter-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.loading{text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem}.empty-state{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{margin:0 0 .5rem;color:#1f2937;font-size:1.5rem;font-weight:600}.empty-state p{margin:0;color:#6b7280;font-size:1rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.post-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.post-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.post-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 0;gap:1rem}.post-title{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600;line-height:1.3;flex:1}.post-status{flex-shrink:0}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.status-badge.viewed{background:#dcfce7;color:#166534}.status-badge.unviewed{background:#fef3c7;color:#92400e}.post-image{margin:1rem 1.5rem 0;border-radius:8px;overflow:hidden}.post-image img{width:100%;height:200px;object-fit:cover;display:block}.post-content{padding:1.5rem}.post-description{margin:0 0 1rem;color:#4b5563;line-height:1.5;font-size:.875rem}.post-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#6b7280}.post-date{font-weight:500}.original-link{color:#3b82f6;text-decoration:none;font-weight:500}.original-link:hover{text-decoration:underline}.post-actions{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem}.post-actions .btn{flex:1;font-size:.875rem;padding:.5rem 1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:2rem 0}.pagination-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#6b7280;font-size:.875rem;font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;min-height:40px}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.selection-actions{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.selection-count{font-weight:500;color:#495057}.post-card.selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.post-checkbox{margin-right:.75rem}.post-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.post-header{display:flex;align-items:flex-start;gap:.75rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:#1f2937;font-size:1.5rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.25rem;border-radius:4px}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:1.5rem}.bucket-options h3{margin:0 0 1.5rem;color:#1f2937;font-size:1.25rem;font-weight:600}.option-section{margin-bottom:2rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.option-section h4{margin:0 0 1rem;color:#374151;font-size:1.1rem;font-weight:600}.bucket-list{display:flex;flex-direction:column;gap:.75rem}.bucket-option{display:flex;flex-direction:column;align-items:flex-start;padding:1rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.bucket-option:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.bucket-option strong{color:#1f2937;font-size:1rem;margin-bottom:.25rem}.bucket-option span{color:#6b7280;font-size:.875rem}.new-bucket-form{display:flex;gap:1rem;align-items:flex-end}.bucket-name-input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.bucket-name-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.selected-images{margin-top:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.selected-images h4{margin:0 0 1rem;color:#1e293b;font-size:1.1rem;font-weight:600}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.image-preview{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.image-preview img{width:100%;height:120px;object-fit:cover}.image-info{padding:.75rem}.image-title{margin:0 0 .5rem;font-size:.875rem;color:#374151;font-weight:500;line-height:1.3}.remove-image-btn{background:#ef4444;color:#fff;border:none;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;cursor:pointer;transition:background-color .2s}.remove-image-btn:hover{background:#dc2626}@media (max-width: 768px){.rss-posts-container{padding:1rem}.rss-posts-header{flex-direction:column;align-items:flex-start}.header-left{flex-direction:column;gap:.5rem}.posts-grid{grid-template-columns:1fr}.post-header{flex-direction:column;align-items:flex-start;gap:.5rem}.post-actions{flex-direction:column}.pagination{flex-direction:column;gap:.5rem}.modal-content{width:95%;margin:1rem}.new-bucket-form{flex-direction:column;align-items:stretch}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.legal-page{max-width:900px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 12px 32px #0f172a14}.legal-header h1{margin:0;font-size:2rem;color:#0f172a}.legal-intro{margin-top:.5rem;color:#475569;line-height:1.6}.legal-updated,.legal-effective{margin-top:.35rem;font-size:.9rem;color:#64748b}.legal-section{margin-top:2rem}.legal-section h2{margin-bottom:.75rem;font-size:1.35rem;color:#1e293b}.legal-section h3{margin-top:1.25rem;margin-bottom:.5rem;font-size:1.05rem;color:#1f2937}.legal-placeholder{margin:0;color:#64748b;line-height:1.7;background:#f8fafc;border-radius:8px;padding:1.25rem;border:1px solid #e2e8f0}.legal-section p,.legal-section ul{color:#475569;line-height:1.7}.legal-section ul{padding-left:1.25rem;margin:.5rem 0 1rem}.legal-section li{margin-bottom:.35rem}.legal-section a{color:#2563eb;text-decoration:none}.legal-section a:hover{text-decoration:underline}@media (max-width: 768px){.legal-page{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{min-height:100vh}button{cursor:pointer;border:none;padding:.5rem 1rem;border-radius:4px;font-size:1rem;transition:all .2s}button:hover{opacity:.9}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:#4caf50}a{color:#4caf50;text-decoration:none}a:hover{text-decoration:underline}
