:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{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:#f8fafc;color:#334155}.App{min-height:100vh;display:flex;flex-direction:column}.navbar{background-color:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100}.nav-container{width:100%;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:64px}.nav-logo{font-size:1.5rem;font-weight:700;color:#3b82f6;text-decoration:none;transition:color .2s;display:flex;align-items:center;gap:.5rem}.nav-logo:hover{color:#2563eb}.logo-image{width:32px;height:32px}.nav-links{display:flex;gap:2rem}.nav-link{color:#64748b;text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:#3b82f6}.main-content{flex:1;width:100%;padding:2rem 1rem}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin:-2rem -1rem 3rem;border-radius:0 0 2rem 2rem}.hero-logo{margin-bottom:2rem}.hero-logo-image{width:120px;height:120px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{background-color:#fff;color:#3b82f6;padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.features{padding:4rem 0}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#3b82f6}.feature-card p{color:#64748b;line-height:1.6}.features-quality{padding:5rem 2rem;background-color:#f1f5f9}.features-header{text-align:center;margin-bottom:4rem}.features-header h2{font-size:2.5rem;margin:0;color:#1e293b;font-weight:600}.features-header .text-muted{color:#64748b;font-weight:400}.features-grid-quality{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto}.feature-card-quality{background:#fff;padding:2.5rem;border-radius:1rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.feature-card-quality:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:60px;height:60px;background-color:#ecfdf5;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-card-quality h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem;line-height:1.4}.feature-card-quality p{color:#64748b;line-height:1.6;font-size:.95rem}@media (max-width: 1024px){.features-grid-quality{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.features-quality{padding:3rem 1rem}.features-header h2{font-size:2rem}.features-grid-quality{grid-template-columns:1fr;gap:1.5rem}.feature-card-quality{padding:2rem}}.content-page{width:100%;max-width:none;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin:0}.content-page h1{font-size:2.5rem;margin-bottom:2rem;color:#1e293b;text-align:center}.content-page h2{font-size:1.5rem;margin:2rem 0 1rem;color:#3b82f6}.content-page p{line-height:1.8;margin-bottom:1.5rem;color:#475569}.content-page ul{margin-left:2rem;margin-bottom:1.5rem}.content-page li{margin-bottom:.5rem;line-height:1.6;color:#475569}.footer{background-color:#1e293b;color:#fff;padding:2rem 0;margin-top:auto}.footer-container{width:100%;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-link{color:#cbd5e1;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.scheduler-platform-icon:hover{transform:scale(1.05);transition:transform .2s ease}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scheduler-upload-area:hover{border-color:#3b82f6!important;background-color:#f0f9ff!important}.scheduler-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d;transition:all .2s ease}.scheduler-post-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;transition:all .2s ease}@media (max-width: 768px){.nav-container{flex-direction:column;height:auto;padding:1rem;gap:1rem}.nav-links{gap:1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.features h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.footer-container{flex-direction:column;text-align:center}.content-page{padding:1rem}.content-page h1{font-size:2rem}.features-quality{padding:3rem 1rem}.features-header h2{font-size:2rem}.features-grid-quality{grid-template-columns:1fr;gap:1.5rem}.feature-card-quality{padding:2rem}.scheduler-main-grid{grid-template-columns:1fr!important;gap:24px!important}.scheduler-platform-grid{grid-template-columns:repeat(2,1fr)!important}.scheduler-date-time-grid{grid-template-columns:1fr!important}}.app-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 0}.app-header{text-align:center;margin-bottom:3rem}.app-header h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem}.app-header p{color:#64748b;font-size:1.1rem}.app-content{max-width:1000px;margin:0 auto;padding:0 1rem}.upload-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000001a}.upload-section h2{color:#3b82f6;margin-bottom:1rem;font-size:1.5rem}.upload-area{border:2px dashed #cbd5e1;border-radius:1rem;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;min-height:200px;display:flex;align-items:center;justify-content:center}.upload-area:hover{border-color:#3b82f6;background-color:#f8fafc}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-icon{font-size:3rem}.upload-placeholder p{font-size:1.2rem;color:#475569;margin:0}.upload-placeholder span{color:#64748b;font-size:.9rem}.file-preview{display:flex;flex-direction:column;align-items:center;gap:1rem}.preview-video,.preview-image{max-width:300px;max-height:200px;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.thumbnail-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000001a}.thumbnail-section h2{color:#3b82f6;margin-bottom:1rem;font-size:1.5rem}.thumbnail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;justify-items:center}.thumbnail-option{position:relative;cursor:pointer;border-radius:.5rem;overflow:hidden;border:2px solid transparent;transition:all .3s ease;width:100px;height:180px}.thumbnail-option:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.thumbnail-option.selected{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.thumbnail-option img{width:100%;height:100%;object-fit:cover}.frame-time{position:absolute;bottom:.5rem;right:.5rem;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem}.caption-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000001a}.caption-section h2{color:#3b82f6;margin-bottom:1rem;font-size:1.5rem}.caption-input{width:100%;min-height:100px;padding:1rem;border:1px solid #cbd5e1;border-radius:.5rem;font-family:inherit;font-size:1rem;resize:vertical;transition:border-color .3s ease}.caption-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.caption-counter{text-align:right;color:#64748b;font-size:.9rem;margin-top:.5rem}.platform-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000001a}.platform-section h2{color:#3b82f6;margin-bottom:1rem;font-size:1.5rem}.platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.platform-option{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border:2px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .3s ease;text-align:center}.platform-option:hover:not(.disabled){border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.platform-option.selected{border-color:#3b82f6;background-color:#eff6ff}.platform-option.disabled{opacity:.5;cursor:not-allowed}.platform-icon{font-size:2rem;margin-bottom:.5rem}.platform-option span{font-weight:600;margin-bottom:.5rem}.platform-status{font-size:.8rem;padding:.25rem .5rem;border-radius:1rem;background-color:#10b981;color:#fff}.platform-option.disabled .platform-status{background-color:#6b7280}.schedule-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000001a}.schedule-section h2{color:#3b82f6;margin-bottom:1rem;font-size:1.5rem}.schedule-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.input-group{display:flex;flex-direction:column}.input-group label{font-weight:600;margin-bottom:.5rem;color:#374151}.input-group input{padding:.75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.input-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.schedule-preview{background-color:#f0f9ff;padding:1rem;border-radius:.5rem;border-left:4px solid #3b82f6}.schedule-preview p{margin:0;color:#1e40af;font-weight:500}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.btn-primary,.btn-secondary{padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.btn-secondary{background-color:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.btn-secondary:hover{background-color:#e2e8f0;transform:translateY(-2px)}@media (max-width: 768px){.app-header h1{font-size:2rem}.app-content{padding:0 .5rem}.upload-section,.thumbnail-section,.caption-section,.platform-section,.schedule-section{padding:1rem}.schedule-inputs{grid-template-columns:1fr}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.tab-navigation{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.tab-btn{padding:.75rem 1.5rem;border:2px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#64748b;font-weight:600;cursor:pointer;transition:all .3s ease}.tab-btn:hover{border-color:#3b82f6;color:#3b82f6}.tab-btn.active{border-color:#3b82f6;background-color:#3b82f6;color:#fff}.scheduled-posts-section{min-height:400px}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.empty-state p{color:#64748b;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.scheduled-post-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s,box-shadow .2s}.scheduled-post-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -3px #0000001a}.post-thumbnail{position:relative;width:100%;height:280px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f8fafc}.post-thumbnail img{max-width:100%;max-height:100%;object-fit:contain;border-radius:.25rem}.post-type-badge{position:absolute;top:.5rem;right:.5rem;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.9rem}.post-details{padding:1rem}.post-caption{font-weight:600;color:#1e293b;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-schedule{color:#3b82f6;font-size:.9rem;margin-bottom:.5rem;font-weight:500}.post-platform{color:#64748b;font-size:.9rem;margin-bottom:.75rem}.post-status{margin-bottom:.75rem}.status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-badge.scheduled{background-color:#fef3c7;color:#d97706}.post-actions{padding:0 1rem 1rem}.btn-delete{width:100%;padding:.5rem 1rem;border:1px solid #ef4444;background:#fff;color:#ef4444;border-radius:.5rem;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-weight:500}.btn-delete:hover{background-color:#ef4444;color:#fff;transform:translateY(-1px)}@media (max-width: 768px){.tab-navigation{gap:.5rem}.tab-btn{padding:.5rem 1rem;font-size:.9rem}.posts-grid{grid-template-columns:1fr}.empty-state{padding:2rem 1rem}.empty-icon{font-size:3rem}.thumbnail-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.thumbnail-option{width:85px;height:150px}.post-thumbnail{height:220px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.success-modal{background:#fff;border-radius:1rem;padding:2rem;text-align:center;max-width:400px;width:90%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out}.success-icon{font-size:4rem;margin-bottom:1rem;animation:bounceIn .6s ease-out}.success-modal h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.success-modal p{color:#64748b;margin-bottom:2rem;line-height:1.6}.modal-actions{display:flex;justify-content:center}.modal-actions .btn-primary{padding:.75rem 2rem;font-weight:600;border-radius:.5rem;border:none;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #3b82f64d}.modal-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.success-modal{margin:1rem;padding:1.5rem}.success-icon{font-size:3rem}.success-modal h3{font-size:1.25rem}}
