.public-conv-container{min-height:100vh;display:flex;flex-direction:column;padding:2rem;position:relative;overflow:hidden;color:var(--text-main)}.public-conv-container.loading{justify-content:center;align-items:center}.background-decor{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}.blob-1{width:500px;height:500px;background:var(--primary-color);top:-100px;right:-100px}.blob-2{width:400px;height:400px;background:var(--accent-red);bottom:-50px;left:-100px}.conv-header{max-width:800px;margin:0 auto 3rem;width:100%;text-align:center}.brand{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem}.brand .logo{height:50px;filter:drop-shadow(0 0 10px rgba(255,255,255,.2))}.brand-name{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.badge-status{background:#10b98133;color:#10b981;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;display:inline-block;border:1px solid rgba(16,185,129,.3)}.conv-header h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(to right,#fff,#94a3b8);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.description{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto 2rem;line-height:1.6}.conv-meta{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--text-main)}.meta-item svg{color:var(--primary-color)}.conv-main{max-width:800px;margin:0 auto;width:100%;flex:1}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem}.step-dot{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface-color);border:2px solid var(--border-color);font-weight:700;transition:all .3s ease;z-index:1;color:var(--text-muted)}.step-dot.active{border-color:var(--primary-color);color:#fff;background:var(--primary-color);box-shadow:0 0 15px #00594366}.step-dot.completed{background:#10b981;border-color:#10b981;color:#fff}.step-line{height:2px;width:100px;background:var(--border-color);margin:0 -5px;transition:all .3s ease}.step-line.active{background:var(--primary-color)}.form-container{padding:3rem;margin-bottom:4rem}.step-header{margin-bottom:2.5rem;text-align:center}.step-header h2{font-size:1.8rem;margin-bottom:.5rem}.step-header p{color:var(--text-muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-group.full-width{grid-column:span 2}.form-group label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--text-muted)}.form-actions{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.btn-large{padding:.8rem 2rem;font-size:1rem;min-width:180px}.btn-secondary{background:#94a3b81a;color:#fff;border:1px solid var(--border-color)}.btn-secondary:hover{background:#94a3b833}select.input-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.2rem;padding-right:2.5rem}.success-step{text-align:center;padding:2rem 0}.success-icon-container{margin-bottom:2rem}.success-icon{color:#10b981;filter:drop-shadow(0 0 20px rgba(16,185,129,.4))}.success-info{margin-top:2rem;padding:2rem;display:flex;flex-direction:column;gap:1rem}.error-message{grid-column:span 2;background:#8d1b1f1a;border:1px solid rgba(141,27,31,.3);color:#ef4444;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;font-size:.9rem}.public-footer{text-align:center;padding:2rem;color:var(--text-muted);font-size:.85rem}.error-card{max-width:500px;margin:10vh auto;padding:3rem;text-align:center}.error-icon{color:var(--accent-red);margin-bottom:2rem}.error-card h2{margin-bottom:1rem}.error-card p{color:var(--text-muted);margin-bottom:2rem}.loader{width:48px;height:48px;border:5px solid var(--surface-color);border-bottom-color:var(--primary-color);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-slide-in{animation:slideIn .5s ease forwards}.animate-scale-in{animation:scaleIn .5s cubic-bezier(.175,.885,.32,1.275) forwards}@media(max-width:768px){.conv-header h1{font-size:2.2rem}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.form-container{padding:1.5rem}.conv-meta{flex-direction:column;gap:.8rem;align-items:center}.step-line{width:50px}}
