*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button{cursor:pointer}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#e2e8f0}::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2563eb}.landing-container{background:#fff;min-height:100vh;padding:2rem}.hero{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:4rem 0}.hero-content{flex:1 1;text-align:left}.hero-title{color:#0f172a;font-size:4rem;font-weight:800;margin-bottom:1.5rem}.hero-title span{color:#3b82f6}.hero-subtitle{color:#475569;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.btn{border-radius:8px;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.btn-primary:hover{background:#2563eb;transform:translateY(-1px)}.btn-secondary{background:#fff;border:1px solid #3b82f6;color:#3b82f6}.btn-secondary:hover{background:#eff6ff}.hero-graphic{display:flex;flex:1 1;justify-content:center}.hero-image{height:auto;max-width:100%}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:4rem auto 0;max-width:1200px}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;text-align:center;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 4px 6px -1px #0000001a}.feature-icon{color:#3b82f6;font-size:2rem;margin-bottom:1rem}.feature-card h3{color:#0f172a;margin-bottom:.5rem}.feature-card p{color:#475569;font-size:.9rem}@media (max-width:768px){.hero{flex-direction:column}.hero,.hero-content{text-align:center}.hero-buttons{justify-content:center}}.auth-container{align-items:center;background:#f8fafc;display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;max-width:400px;padding:2.5rem;width:100%}.auth-card h2{color:#0f172a;font-size:2rem;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#475569;margin-bottom:2rem;text-align:center}.input-group{margin-bottom:1.5rem}.input-group input{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}.input-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.auth-btn{background:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;margin-top:.5rem;padding:.75rem;width:100%}.auth-btn:hover{background:#2563eb}.error-message{color:#ef4444}.error-message,.success-message{font-size:.875rem;margin-bottom:1rem;margin-top:-.5rem;text-align:center}.success-message{color:#10b981}.auth-footer{color:#475569;margin-top:1.5rem;text-align:center}.auth-footer a{color:#3b82f6;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 2px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.card-title{align-items:center;color:#0f172a;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.card-title i{color:#3b82f6}.reference-preview{margin:1rem 0}.preview-box{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;display:flex;height:100px;justify-content:center;margin-top:.5rem;overflow:hidden;width:100px}.preview-box img{height:100%;object-fit:cover;width:100%}.preview-placeholder{color:#64748b;font-size:.8rem}.card-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.btn-primary{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background .2s}.btn-primary:hover:not(:disabled){background:#2563eb}button:disabled{cursor:not-allowed;opacity:.5}.video-row{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:1.5rem;margin-top:1rem}.video-box{flex:1 1;max-width:100%;min-width:250px}.video-box.output-main{max-width:500px;width:100%}.video-box.input-small{max-width:300px;width:100%}.video-box p{color:#334155;font-weight:500;margin-bottom:.5rem}video{aspect-ratio:9/16;background:#f1f5f9;border-radius:8px;object-fit:cover;width:100%}.status-badge{background:#f1f5f9;border-radius:16px;color:#475569;display:inline-block;font-size:.8rem;margin-top:1rem;padding:.25rem .75rem}.preview-img{border-radius:8px;margin-top:1rem;max-height:200px;object-fit:contain;width:100%}.modal{align-items:center;background:#00000080;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a;max-width:400px;padding:2rem;width:90%}.modal-content h2{color:#0f172a;margin-bottom:1rem}.modal-content .close{color:#64748b;cursor:pointer;float:right;font-size:1.5rem}.modal-content input{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;margin:1rem 0;padding:.5rem;width:100%}.modal-content button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem;width:100%}.modal-content button:hover{background:#2563eb}.gallery-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 2px #0000000d;flex:1 1;height:fit-content;padding:1.5rem;position:sticky;top:1rem}.gallery-card h2{color:#0f172a;font-size:1.25rem;margin-bottom:1rem}.gallery-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));max-height:500px;overflow-y:auto;padding-right:.5rem}.gallery-item{aspect-ratio:1/1;background:#f1f5f9;border:2px solid #0000;border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:transform .2s}.gallery-item:hover{transform:scale(1.02)}.gallery-item.selected{border-color:#3b82f6}.gallery-item img{height:100%;object-fit:cover;width:100%}.delete-img{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:50%;color:#fff;cursor:pointer;font-size:12px;height:22px;position:absolute;right:4px;top:4px;width:22px}.delete-img,.upload-tile{align-items:center;display:flex;justify-content:center}.upload-tile{background:#f1f5f9;border:1px dashed #cbd5e1;color:#475569;font-size:.8rem}.gallery-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.gallery-actions button{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;cursor:pointer;font-size:.8rem;padding:.5rem 1rem;transition:background .2s}.gallery-actions button:hover:not(:disabled){background:#e2e8f0}.gallery-actions button:disabled{cursor:not-allowed;opacity:.5}.gallery-note{color:#64748b;font-size:.7rem;margin-top:1rem;text-align:center}.dashboard{background:#f8fafc;min-height:100vh;padding:1rem}.navbar{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0000000d;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding:.75rem 1.5rem}.navbar-brand img{height:40px}.navbar-links{display:flex;flex-wrap:wrap;gap:1rem}.navbar-links a{border-radius:8px;color:#475569;font-weight:500;padding:.5rem .75rem;text-decoration:none;transition:all .2s}.navbar-links a:hover{background:#f1f5f9;color:#0f172a}.navbar-links a.active{background:#3b82f6;color:#fff}.navbar-user{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.btn-outline{background:#0000;border:1px solid #3b82f6;border-radius:8px;color:#3b82f6;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.btn-outline:hover{background:#eff6ff}.dashboard-container{margin:0 auto;max-width:1200px}.main-area{width:100%}.gallery-modal{background:#fff;border-radius:16px;max-height:80vh;max-width:500px;overflow-y:auto;padding:1.5rem;width:90%}@media (max-width:768px){.navbar{align-items:stretch;flex-direction:column}.navbar-links,.navbar-user{justify-content:center}}.App{text-align:center}
/*# sourceMappingURL=main.72c385e7.css.map*/