*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:Arial,sans-serif;background:linear-gradient(180deg,#f7f8fb,#eef1f6);color:#111}body{min-height:100vh}button{cursor:pointer;transition:all .2s ease}img{display:block;max-width:100%}input,select{font:inherit}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wizard-shell{max-width:1240px;margin:0 auto;padding:36px 20px 60px}.wizard-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.wizard-title{margin:0;font-size:34px;line-height:1.1}.wizard-subtitle{margin:10px 0 0;color:#667085;font-size:16px}.step-indicator{display:flex;gap:8px}.step-indicator span{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e7ebf3;color:#667085;font-weight:700}.step-indicator span.active{background:#111;color:#fff}.hero-step-card,.step-card{background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(17,17,17,.06);border-radius:28px;box-shadow:0 20px 50px rgba(17,17,17,.08)}.hero-step-card{min-height:calc(100vh - 180px);display:flex;align-items:center;justify-content:center;padding:32px}.hero-step-inner{width:100%;max-width:840px;text-align:center}.hero-step-title{margin:0 0 10px;font-size:40px;line-height:1.1}.hero-step-text{margin:0 0 28px;color:#667085;font-size:17px}.hero-input-wrap{margin-bottom:28px}.hero-input{width:100%;min-height:68px;border-radius:22px;border:1px solid #d8dce6;background:#fff;padding:0 22px;font-size:18px;box-shadow:inset 0 1px 2px rgba(17,17,17,.04)}.hero-input:focus,.select-input:focus,.text-input:focus{outline:none;border-color:#111}.hero-action{margin-top:28px}.step-card{padding:26px}.step-card-header{display:flex;justify-content:space-between;align-items:start;gap:16px;margin-bottom:22px}.step-title{margin:0 0 8px;font-size:28px}.step-text{margin:0;color:#667085}.field-group{margin-bottom:24px}.field-label{display:block;margin-bottom:10px;font-weight:700}.pill-grid,.two-option-grid{display:flex;gap:12px;flex-wrap:wrap}.style-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;max-width:760px;margin:0 auto}.danger-btn,.ghost-btn,.option-card,.pill-btn,.primary-btn,.secondary-btn{border-radius:14px;font-weight:700;font-size:15px}.pill-btn{width:100%;border:1px solid #d8dce6;background:#fff;color:#111;padding:14px 16px;min-height:58px}.pill-btn.selected{background:#111;color:#fff;border-color:#111}.option-card{border:1px solid #d8dce6;background:#fff;color:#111;padding:16px 18px;min-width:180px;text-align:center}.option-card.dark{background:#111;color:#fff}.option-card.selected{border:2px solid #111;box-shadow:0 8px 18px rgba(17,17,17,.12)}.primary-btn{border:none;background:#111;color:#fff;padding:14px 20px}.primary-btn.large{min-width:240px;min-height:56px;font-size:17px;border-radius:18px}.secondary-btn{border:1px solid #111;background:#fff;color:#111;padding:12px 18px}.secondary-btn.selected{background:#111;color:#fff}.ghost-btn{border:1px solid #d8dce6;color:#111}.danger-btn,.ghost-btn{background:#fff;padding:12px 18px}.danger-btn{border:1px solid #d33;color:#d33}.full{width:100%}.design-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:16px;gap:16px}.design-card{background:#fff;border:1px solid #d8dce6;border-radius:20px;padding:12px}.design-card.selected{border:2px solid #111;box-shadow:0 10px 24px rgba(17,17,17,.1)}.design-image{width:100%;border-radius:14px;margin-bottom:10px}.editor-layout{display:grid;grid-template-columns:minmax(340px,600px) minmax(280px,1fr);grid-gap:24px;gap:24px}.editor-preview-panel,.panel-box{background:#fff;border:1px solid #d8dce6;border-radius:22px;padding:20px}.editor-preview-stage{position:relative;width:100%;max-width:520px;margin:0 auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.medium-stage{max-width:420px}.editor-mockup-image{width:100%;display:block;border-radius:14px}.resize-handle{position:absolute;width:20px;height:20px;border-radius:999px;background:#111;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.25);cursor:nwse-resize;z-index:5}.text-handle{right:-10px;bottom:-10px}.editor-preview-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.panel-title{margin:0 0 16px;font-size:22px}.select-input,.text-input{width:100%;border:1px solid #d8dce6;background:#fff;border-radius:14px;padding:12px 14px}.small-help{margin:0;color:#667085;font-size:14px;line-height:1.5}.step-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:28px}.step-actions-right{display:flex;gap:12px;flex-wrap:wrap}.final-step-card .max-320{max-width:320px}.message-box{margin-bottom:20px;background:#fff4cf;border:1px solid #f0db87;color:#6a5500;padding:14px 16px;border-radius:16px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);justify-content:center;z-index:9999}.overlay,.overlay-card{display:flex;align-items:center}.overlay-card{background:#fff;padding:28px 32px;border-radius:22px;flex-direction:column;gap:16px;min-width:260px;box-shadow:0 10px 30px rgba(0,0,0,.18)}.spinner{width:54px;height:54px;border:5px solid #e5e5e5;border-top-color:#111;border-radius:50%;animation:spin 1s linear infinite}.overlay-title{font-size:18px;font-weight:700}.overlay-text{font-size:14px;color:#555;text-align:center}@media (max-width:980px){.editor-layout{grid-template-columns:1fr}.wizard-header{flex-direction:column;align-items:flex-start}.style-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.hero-step-card{min-height:auto;padding:20px}.hero-step-title{font-size:30px}.step-title{font-size:24px}.step-actions{flex-direction:column;align-items:stretch}.step-actions-right{width:100%;justify-content:stretch}.step-actions-right>*{flex:1 1}.style-grid{grid-template-columns:1fr}}