.deck-form-container{background:hsl(var(--background));min-height:100vh;padding:2rem;position:relative}.deck-form-container:before{content:"";background:radial-gradient(circle at 20% 50%,var(--bg-radial-top),transparent 50%),radial-gradient(circle at 80% 80%,var(--bg-radial-bottom),transparent 50%);opacity:var(--bg-gradient-opacity);pointer-events:none;position:absolute;inset:0}.form-input{border:1px solid hsl(var(--border));background:hsl(var(--input));width:100%;color:hsl(var(--foreground));border-radius:.5rem;padding:.75rem 1rem;transition:all .2s}.form-input:hover{border-color:var(--border-tinted);background:hsl(var(--input))}.form-input:focus{border-color:var(--mana-color);background:hsl(var(--input));box-shadow:0 0 0 3px var(--focus-ring);outline:none}.form-input::placeholder{color:hsl(var(--muted-foreground))}.form-input.error{border-color:hsl(var(--destructive))}.form-wrapper{z-index:1;max-width:1400px;margin:0 auto;position:relative}.form-header{text-align:center;margin-bottom:3rem}.header-logo{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));width:64px;height:64px;box-shadow:var(--shadow-tinted-md);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.header-title{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.header-subtitle{color:hsl(var(--muted-foreground));font-size:1rem}.progress-bar{justify-content:space-between;margin-bottom:2rem;display:flex;position:relative}.progress-bar:before{content:"";background:hsl(var(--border));z-index:0;height:2px;position:absolute;top:20px;left:0;right:0}.progress-step{z-index:1;cursor:pointer;flex-direction:column;align-items:center;display:flex;position:relative}.progress-step-circle{background:hsl(var(--card));border:2px solid hsl(var(--border));width:40px;height:40px;color:hsl(var(--muted-foreground));border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;transition:all .3s;display:flex}.progress-step.active .progress-step-circle{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));border-color:var(--mana-color);box-shadow:0 0 20px var(--focus-ring);color:#fff}.progress-step.completed .progress-step-circle{background:var(--accent-tinted);border-color:var(--mana-color);color:var(--mana-color)}.progress-step-label{color:hsl(var(--muted-foreground));text-align:center;font-size:.75rem}.progress-step.active .progress-step-label{color:hsl(var(--foreground));font-weight:600}.form-card{background:hsl(var(--card));-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-tinted);box-shadow:var(--shadow-tinted);border-radius:1rem;min-height:400px;padding:2rem}.step-content{max-width:100%;animation:.3s fadeIn}.step-title{color:hsl(var(--foreground));align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.75rem;font-weight:600;display:flex}.step-icon{width:28px;height:28px;color:var(--mana-color)}.step-description{color:hsl(var(--muted-foreground));margin-bottom:2rem}.form-fields{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:hsl(var(--foreground));align-items:center;gap:.25rem;margin-bottom:.5rem;font-weight:500;display:flex}.inline-icon{width:16px;height:16px;color:var(--mana-color)}.required{color:hsl(var(--destructive))}.error-message{color:hsl(var(--destructive));margin-top:.25rem;font-size:.875rem}.error-message.center{text-align:center;margin-top:1rem;display:block}.radio-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.radio-card{cursor:pointer;background:hsl(var(--card));border:2px solid hsl(var(--border));border-radius:.75rem;padding:1.5rem;transition:all .3s;position:relative}.radio-card:hover{background:var(--accent-tinted);border-color:var(--border-tinted);transform:translateY(-2px)}.radio-card.selected{background:var(--accent-tinted);border-color:var(--mana-color);box-shadow:0 0 20px var(--focus-ring),inset 0 0 0 1px var(--mana-color);border-width:3px;transform:scale(1.02)}.radio-card.selected .radio-icon{filter:brightness(1.3);animation:2s ease-in-out infinite pulse}.radio-card.selected .radio-title{color:var(--mana-color)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.radio-card input[type=radio]{opacity:0;position:absolute}.radio-content{flex-direction:column;gap:.5rem;display:flex}.radio-header{align-items:center;gap:.5rem;display:flex}.radio-icon{width:24px;height:24px;color:var(--mana-color)}.radio-title{color:hsl(var(--foreground));font-size:1.125rem;font-weight:600}.radio-description{color:hsl(var(--muted-foreground));font-size:.875rem}.color-grid{flex-wrap:wrap;gap:.75rem;width:100%;max-width:100%;margin-top:.5rem;margin-bottom:.5rem;display:flex}.color-option{border:2px solid hsl(var(--border));background:hsl(var(--card));width:70px;height:70px;color:hsl(var(--foreground));cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex}.color-option:hover{background:var(--accent-tinted);border-color:var(--border-tinted);box-shadow:var(--shadow-tinted-sm);transform:translateY(-2px)}.color-option.selected{border-color:var(--mana-color);background:var(--accent-tinted);box-shadow:0 0 20px var(--focus-ring)}.color-option i{font-size:32px;line-height:1}.color-option .inline-flex{flex-wrap:nowrap;justify-content:center;align-items:center;gap:2px;margin:0;padding:0;display:flex}.bracket-grid{flex-direction:column;gap:.75rem;display:flex}.bracket-option{cursor:pointer;background:hsl(var(--card));border:2px solid hsl(var(--border));border-radius:.5rem;padding:1rem;transition:all .3s;display:block;position:relative}.bracket-option:hover{background:var(--accent-tinted);border-color:var(--border-tinted);transform:translate(4px)}.bracket-option.selected{background:var(--accent-tinted);border-color:var(--mana-color);box-shadow:0 0 0 2px var(--mana-color)}.bracket-option input[type=radio]{opacity:0;position:absolute}.bracket-content{flex-direction:column;gap:.5rem;display:flex}.bracket-label{color:hsl(var(--foreground));font-weight:600}.bracket-description{color:hsl(var(--muted-foreground));font-size:.875rem}.review-section{background:var(--bg-tinted);border:1px solid var(--border-tinted);border-radius:.5rem;margin-top:2rem;padding:1.5rem}.review-section h3{color:hsl(var(--foreground));margin-bottom:1rem}.review-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.review-item{flex-direction:column;display:flex}.review-label{color:hsl(var(--muted-foreground));font-size:.875rem}.review-value{color:hsl(var(--foreground));font-weight:600}.form-actions{border-top:1px solid hsl(var(--border));justify-content:space-between;margin-top:2rem;padding-top:2rem;display:flex}.btn{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-secondary{color:hsl(var(--foreground));border:2px solid hsl(var(--border));background:0 0}.btn-secondary:hover{background:var(--accent-tinted);border-color:var(--border-tinted)}.btn-primary{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:#fff;box-shadow:var(--shadow-tinted)}.btn-primary:hover{box-shadow:var(--shadow-tinted-md);transform:translateY(-2px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.success-container{background:hsl(var(--background));justify-content:center;align-items:center;min-height:100vh;display:flex}.success-card{background:hsl(var(--card));-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-tinted);text-align:center;max-width:500px;box-shadow:var(--shadow-tinted-lg);border-radius:1rem;padding:3rem}.success-icon{color:#10b981;width:64px;height:64px;margin:0 auto 1rem}.success-card h2{color:hsl(var(--foreground));margin-bottom:1rem}.success-card p{color:hsl(var(--muted-foreground));margin-bottom:1rem}.success-meta{color:var(--mana-color);margin-bottom:2rem;font-size:.875rem;font-weight:600}.mt-4{margin-top:1rem}.tier-info{color:hsl(var(--foreground))}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.deck-form-container{padding:1rem}.header-title{font-size:2rem}.progress-step-label{display:none}.form-card{padding:1.5rem}.radio-cards{grid-template-columns:1fr}}
