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