*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#7b61ffcc;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#7b61ff}.login-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-card{animation:fadeInUp .5s ease;max-width:450px;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{font-size:4rem;margin-bottom:.5rem}.login-header h2{color:#333;font-size:1.75rem;margin-bottom:.5rem}.login-header p{color:#666;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-footer{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.login-footer p{color:#666;font-size:.9rem}@media (max-width:480px){.login-card{padding:1.5rem}.login-header h1{font-size:3rem}.login-header h2{font-size:1.5rem}}.signup-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.signup-card{animation:fadeInUp .5s ease;max-width:500px;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.signup-header{margin-bottom:2rem;text-align:center}.signup-header h1{font-size:4rem;margin-bottom:.5rem}.signup-header h2{color:#333;font-size:1.75rem;margin-bottom:.5rem}.signup-header p{color:#666;font-size:.95rem}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{color:#333;font-size:.95rem}.form-group input{padding:.875rem;transition:all .3s ease}.form-group input:focus{box-shadow:0 0 0 3px #7b61ff1a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.btn-full{font-size:1.05rem;margin-top:.5rem;padding:1rem;width:100%}.signup-footer{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.signup-footer p{color:#666;font-size:.95rem}.link-primary{color:#7b61ff;font-weight:600;text-decoration:none;transition:color .3s ease}.link-primary:hover{color:#5a3fd9;text-decoration:underline}.success-message{animation:fadeIn .5s ease;padding:2rem;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.success-icon{align-items:center;animation:scaleIn .5s ease;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-message h3{color:#333;margin-bottom:.5rem}.success-message p{color:#666}@media (max-width:600px){.form-row{grid-template-columns:1fr}.signup-card{max-width:100%}}.connect-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.connect-card{animation:fadeInUp .5s ease;max-width:500px;width:100%}.connect-header{margin-bottom:2rem;text-align:center}.connect-header h1{font-size:4rem;margin-bottom:.5rem}.connect-header h2{color:#333;font-size:1.75rem;margin-bottom:.5rem}.connect-header p{color:#666;font-size:.95rem}.connect-info{background:#f8f9fa;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.info-item{align-items:center;display:flex;gap:.75rem;padding:.75rem 0}.info-item:not(:last-child){border-bottom:1px solid #e0e0e0}.info-icon{flex-shrink:0;font-size:1.5rem}.info-item span:last-child{color:#555;font-size:.95rem}.btn-large{font-size:1.1rem;padding:1.25rem 2rem}.connect-footer{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.connect-footer p{color:#666;font-size:.9rem}@media (max-width:480px){.connect-card{padding:1.5rem}.connect-header h1{font-size:3rem}.connect-header h2{font-size:1.5rem}}.portfolio-container{background:#f5f5f5;min-height:100vh}.portfolio-header{background:#fff;box-shadow:0 2px 8px #0000001a;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.header-content h1{color:#333;font-size:1.5rem}.header-actions{align-items:center;display:flex;gap:1rem}.user-info{color:#666;font-size:.95rem}.portfolio-main{margin:0 auto;max-width:1400px;padding:2rem}.studio-section{display:flex;flex-direction:column;gap:2rem}.studio-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.studio-header h2{color:#333;margin-bottom:.25rem}.studio-header p{color:#666;font-size:.95rem}.portfolio-settings{padding:1.5rem}.portfolio-settings h3{color:#333;margin-bottom:1rem}.settings-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#555;font-size:.9rem;font-weight:600}.form-group input{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus{border-color:#7b61ff;outline:none}.designs-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.design-card{background:#fff;border:3px solid #0000;border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.design-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.design-card.selected{border-color:#7b61ff;box-shadow:0 4px 12px #7b61ff4d}.design-image-container{height:200px;overflow:hidden;position:relative;width:100%}.design-card img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.design-card:hover img{transform:scale(1.05)}.design-placeholder{background:linear-gradient(135deg,#f5f5f5,#e0e0e0);font-size:4rem;height:100%;width:100%}.design-overlay,.design-placeholder{align-items:center;display:flex;justify-content:center}.design-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.design-overlay .btn-edit-canva{pointer-events:auto}.btn-edit-canva{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#7b61fff2;border:none;border-radius:8px;box-shadow:0 4px 12px #0003;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transform:translateY(0);transition:all .3s ease}.btn-edit-canva:hover{background:#7b61ff;box-shadow:0 6px 16px #7b61ff99;transform:translateY(-2px)}.btn-edit-canva:active{transform:translateY(0)}.btn-edit-canva svg{flex-shrink:0}.design-info{padding:1rem}.design-info h4{color:#333;font-size:1rem;margin-bottom:.5rem}.selected-badge{background:#7b61ff;border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.preview-section{display:flex;flex-direction:column;gap:2rem}.preview-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.portfolio-preview{background:#fff;margin:0 auto;max-width:1200px;padding:3rem;width:100%}.preview-header-content{border-bottom:2px solid #e0e0e0;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.preview-header-content h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.preview-header-content p{color:#666;font-size:1.1rem;margin-bottom:1rem}.preview-author{color:#7b61ff;font-weight:600}.preview-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:3rem}.preview-item{align-items:center;background:#f9f9f9;border-radius:8px;display:flex;flex-direction:column;justify-content:center;min-height:200px;overflow:hidden}.preview-item img{background:#f9f9f9;display:block;height:auto;max-height:400px;max-width:100%;object-fit:contain;width:auto}.preview-placeholder{align-items:center;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);display:flex;flex:1 1;font-size:4rem;justify-content:center;min-height:250px;width:100%}.preview-caption{box-sizing:border-box;color:#333;font-weight:600;padding:1rem;text-align:center;width:100%}.preview-footer{border-top:2px solid #e0e0e0;color:#999;font-size:.9rem;padding-top:2rem;text-align:center}.empty-state{padding:4rem 2rem;text-align:center}.empty-state h3{color:#333;margin-bottom:.5rem}.empty-state p{color:#666}@media (max-width:768px){.portfolio-main{padding:1rem}.designs-grid,.preview-grid,.settings-grid{grid-template-columns:1fr}.preview-header,.studio-header{align-items:stretch;flex-direction:column}.portfolio-preview{padding:1.5rem}.preview-header-content h1{font-size:1.75rem}}.callback-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.callback-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0003;max-width:400px;padding:3rem;text-align:center}.spinner-large{animation:spin 1s linear infinite;border:4px solid #7b61ff33;border-radius:50%;border-top-color:#7b61ff;height:60px;margin:0 auto 1.5rem;width:60px}.callback-card h2{color:#333;margin-bottom:.5rem}.callback-card p{color:#666;font-size:.95rem}.app-container{display:flex;flex-direction:column;min-height:100vh}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary{background:#7b61ff;color:#fff}.btn-primary:hover{background:#6347e8;box-shadow:0 4px 12px #7b61ff66;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #7b61ff;color:#7b61ff}.btn-secondary:hover{background:#f5f3ff}.btn-danger{background:#ff5757;color:#fff}.btn-danger:hover{background:#e84545}.btn:disabled{cursor:not-allowed;opacity:.5}.card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0003;padding:2rem}.spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#7b61ff;height:40px;margin:2rem auto;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background:#fee;border-left:4px solid #c33;color:#c33}.error-message,.success-message{border-radius:8px;margin-bottom:1rem;padding:1rem}.success-message{background:#e8f5e9;border-left:4px solid #2e7d32;color:#2e7d32}
/*# sourceMappingURL=main.fca32da0.css.map*/