*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fafafa;min-height:100vh;padding:0}.container{max-width:900px;margin:0 auto;background:#fff;display:flex;flex-direction:column}.progress-container{position:sticky;top:0;background:#fff;border-bottom:1px solid #E5E5E5;z-index:100;box-shadow:0 2px 4px #0000000d}html{scroll-behavior:smooth}@media(max-width:768px){.step-content{padding-top:10px}}.progress-bar-wrapper{height:3px;background:#f0f0f0}.progress-bar{height:100%;background:#c1e5f1;transition:width .3s ease}.progress-steps{display:flex;justify-content:space-between;padding:15px 30px 10px;gap:10px}.progress-step{flex:0 1 auto;min-width:80px;text-align:center;display:flex;flex-direction:column;align-items:center}.progress-step:hover{opacity:.7;transition:opacity .2s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.progress-step-number{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;margin-bottom:6px;transition:all .3s ease;flex-shrink:0;position:relative}.progress-ring{position:absolute;top:0;left:0;transform:rotate(-90deg)}.progress-ring-fill{transition:stroke-dashoffset .6s ease}.progress-number{position:relative;z-index:1;color:#999}.progress-step.active .progress-number,.progress-step.completed .progress-number{color:#000}.edit-icon{position:absolute;width:26px;height:26px;bottom:-6px;right:-6px;display:none;background:#e8e8e8;border-radius:50%;padding:4px;box-shadow:0 2px 4px #0003}.progress-step.completed .edit-icon{display:block}.progress-step.active .progress-step-number{background:#c1e5f1;color:#000}.progress-step.completed .progress-step-number{background:#e8f4f8;color:#000}.progress-step-label{font-size:12px;color:#999;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.progress-step.active .progress-step-label{color:#000;font-weight:600}.step-content{padding:30px 40px 0;max-width:700px;margin:0 auto;overflow-y:auto;width:100%}.step{display:none;overflow:hidden}.step.active{display:flex;flex-direction:column}.step-title{font-size:16px;font-weight:700;color:#000;margin-bottom:4px;letter-spacing:-.5px;text-align:center}.step-subtitle{font-size:14px;color:#666;margin-bottom:20px;text-align:center}.character-layer{position:absolute;width:100%;height:100%;object-fit:contain;left:50%;transform:translate(-50%);pointer-events:none}#baseLayer,#skinLayer,#base2Layer,#skin2Layer{width:280px!important;height:auto!important;transition:opacity .3s ease;top:50%;left:50%;transform:translate(-50%) translateY(-50%)!important}#hairLayer,#hair2Layer,#eyebrowsLayer,#eyebrows2Layer{transform-origin:center top}.form-group{margin-bottom:18px}.form-label{font-size:14px;font-weight:500;color:#000;margin-bottom:8px;display:block}.form-label-required:after{content:"*";color:#e53935;margin-left:4px}.form-input,.form-textarea{width:100%;padding:12px 16px;border:1.5px solid #E5E5E5;border-radius:8px;font-family:Inter,sans-serif;font-size:15px;transition:all .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#c1e5f1}.form-textarea{resize:vertical;min-height:100px}.secondary-choice-card{display:block;cursor:pointer;transition:all .2s ease}.secondary-card-inner{background:#fafafa;border:2px solid #E5E5E5;border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px;transition:all .2s ease}.secondary-choice-card:hover .secondary-card-inner{border-color:#c1e5f1;background:#f8fcfd;box-shadow:0 4px 12px #c1e5f133}.secondary-choice-card input:checked~.secondary-card-inner{border-color:#c1e5f1;border-width:2px;background:linear-gradient(135deg,#f0f9fc,#e8f4f8);box-shadow:0 4px 16px #c1e5f14d}.secondary-image{width:80px;height:80px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.secondary-content{flex:1}.secondary-title{font-size:16px;font-weight:600;color:#000;margin-bottom:4px}.secondary-desc{font-size:13px;color:#666}.secondary-right{display:flex;flex-direction:column;align-items:center;gap:12px}.toggle-switch{position:relative;width:50px;height:26px;background:#e5e5e5;border-radius:13px;transition:background .3s ease}.secondary-choice-card input:checked~.secondary-card-inner .toggle-switch{background:#c1e5f1}.toggle-slider{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.secondary-choice-card input:checked~.secondary-card-inner .toggle-slider{transform:translate(24px)}.secondary-price{font-size:16px;font-weight:700;color:#000;flex-shrink:0}.cover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.cover-option{border:1.5px solid #E5E5E5;border-radius:10px;padding:12px;text-align:center;cursor:pointer;transition:all .2s ease}.cover-option:hover{border-color:#c1e5f1}.cover-option.active{border-color:#c1e5f1;border-width:2px;background:#f8fcfd}.cover-icon{width:100%;height:150px;margin:0 0 8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cover-name{font-size:13px;font-weight:600;margin-bottom:4px}.cover-price{font-size:16px;font-weight:700}.size-options{display:none;background:#fafafa;border:1px solid #E5E5E5;border-radius:12px;padding:20px;margin-top:24px}.size-options.active{display:block}.size-label{font-size:14px;font-weight:600;color:#000;margin-bottom:12px}.size-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.size-btn{padding:12px 16px;border:1.5px solid #E5E5E5;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left}.size-btn:hover{border-color:#c1e5f1}.size-btn.active{border-color:#c1e5f1;border-width:2px;background:#f8fcfd}.size-btn-name{font-size:14px;font-weight:600;margin-bottom:4px}.size-btn-price{font-size:16px;font-weight:700;color:#000}.recap-card{background:#fafafa;border:1px solid #E5E5E5;border-radius:10px;padding:16px;margin-bottom:0}.recap-title{font-size:14px;font-weight:600;margin-bottom:12px}.recap-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #E5E5E5}.recap-item:last-child{border-bottom:none}.recap-label{font-size:13px;color:#666}.recap-value{font-size:13px;font-weight:600}.character-preview{background:#fafafa;border:1px solid #E5E5E5;border-radius:12px;padding:40px;display:flex;justify-content:center}.character-canvas{position:relative}.nav-container{position:relative;bottom:0;background:#fff;border-top:1px solid #E5E5E5;padding:16px 40px;display:flex;gap:12px;z-index:99;width:100%;box-sizing:border-box;margin-top:40px;margin-bottom:40px}.nav-container.floating{position:fixed;bottom:0;left:0;right:0;max-width:900px;margin:0 auto;box-shadow:0 -4px 12px #0000001a}.btn{padding:14px 28px;border-radius:6px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.btn-secondary{background:#fff;color:#000;border:1.5px solid #E5E5E5}.btn-secondary:hover{background:#fafafa}.btn-primary{background:#c1e5f1;color:#000;flex:1;font-weight:600}.btn-primary:hover{background:#a8d8e8}.btn-primary:disabled{background:#e5e5e5;color:#999;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/3/assets/character-builder.css.map */
