.maker-page{color:#1a1a2e;background:#f8f9fc;min-height:100vh;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}.maker-header{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.maker-header-inner{justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.maker-header-left{align-items:center;gap:10px;min-width:0;display:flex}.maker-header-emoji{flex-shrink:0;font-size:24px}.maker-header-title{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.maker-header-step{color:#e11d48;background:#fef2f2;border-radius:99px;flex-shrink:0;padding:4px 10px;font-size:12px;font-weight:600}.maker-progress-bar{background:#f3f4f6;height:3px}.maker-progress-fill{background:#f43f5e;height:100%;transition:width .5s}.maker-layout{min-height:100vh}@media (min-width:1024px){.maker-layout{display:flex}.maker-header{display:none}}.maker-sidebar{display:none}@media (min-width:1024px){.maker-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:340px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}}.maker-sidebar-brand{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:24px;display:flex}.maker-sidebar-brand-emoji{font-size:30px}.maker-sidebar-brand h1{color:#111;font-size:16px;font-weight:700;line-height:1.3}.maker-sidebar-brand p{color:#9ca3af;margin-top:2px;font-size:12px}.maker-sidebar-nav{flex:1;padding:20px;overflow-y:auto}.maker-sidebar-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-size:11px;font-weight:600}.maker-step-btn{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;margin-bottom:4px;padding:10px 12px;transition:background .2s;display:flex}.maker-step-btn:hover{background:#f9fafb}.maker-step-btn.active{background:#fef2f2}.maker-step-btn.done{color:#6b7280}.maker-step-btn.disabled{color:#d1d5db;cursor:default}.maker-step-num{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.maker-step-num.active{color:#fff;background:#f43f5e}.maker-step-num.done{color:#16a34a;background:#f0fdf4}.maker-step-num.pending{color:#d1d5db;background:#f3f4f6}.maker-step-text{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.maker-sidebar-progress{border-top:1px solid #f3f4f6;padding:20px}.maker-sidebar-progress-head{color:#9ca3af;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;display:flex}.maker-sidebar-progress-head strong{color:#4b5563}.maker-sidebar-progress-bar{background:#f3f4f6;border-radius:99px;height:6px;overflow:hidden}.maker-sidebar-progress-fill{background:#f43f5e;border-radius:99px;height:100%;transition:width .5s}.maker-main{flex:1}@media (min-width:1024px){.maker-main{overflow-y:auto}}.maker-form-wrap{max-width:540px;margin:0 auto;padding:24px}@media (min-width:1024px){.maker-form-wrap{padding:40px 32px}}.maker-step-badge{display:none}@media (min-width:1024px){.maker-step-badge{color:#e11d48;background:#fef2f2;border-radius:99px;margin-bottom:8px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}}.maker-form-title{color:#111;margin-top:8px;margin-bottom:4px;font-size:22px;font-weight:700}@media (min-width:1024px){.maker-form-title{font-size:28px}}.maker-form-desc{color:#6b7280;margin-bottom:0;font-size:14px;line-height:1.5}.maker-fields{flex-direction:column;gap:24px;margin-top:20px;display:flex}.maker-field-label{color:#374151;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.maker-field-label .required{color:#e11d48}.maker-field-desc{color:#9ca3af;margin-bottom:8px;font-size:12px}.maker-input{color:#111;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:48px;padding:0 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.maker-input:focus{border-color:#f43f5e;box-shadow:0 0 0 3px #f43f5e1a}.maker-input::placeholder{color:#9ca3af}.maker-textarea{color:#111;resize:none;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;min-height:120px;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.maker-textarea:focus{border-color:#f43f5e;box-shadow:0 0 0 3px #f43f5e1a}.maker-textarea::placeholder{color:#9ca3af}.maker-upload-zone{text-align:center;cursor:pointer;border:2px dashed #e5e7eb;border-radius:12px;padding:32px 16px;transition:border-color .2s,background .2s}.maker-upload-zone:hover{background:#f43f5e08;border-color:#fda4af}.maker-upload-icon{color:#f43f5e;background:#fef2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;display:flex}.maker-upload-text{color:#374151;margin-bottom:2px;font-size:14px;font-weight:600}.maker-upload-hint{color:#9ca3af;font-size:12px}.maker-photo-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px;display:grid}@media (min-width:640px){.maker-photo-grid{grid-template-columns:repeat(3,1fr)}}.maker-photo-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f}.maker-photo-item img{width:100%;height:auto;display:block}.maker-photo-remove{color:#fff;cursor:pointer;opacity:0;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:opacity .2s;display:flex;position:absolute;top:4px;right:4px}.maker-photo-item:hover .maker-photo-remove{opacity:1}.maker-radio-group{grid-template-columns:1fr 1fr;gap:8px;display:grid}.maker-radio-btn{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.maker-radio-btn:hover{border-color:#d1d5db}.maker-radio-btn.selected{color:#be123c;background:#fef2f2;border-color:#f43f5e}.maker-radio-dot{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.maker-radio-btn.selected .maker-radio-dot{border-color:#f43f5e}.maker-radio-dot-inner{background:#f43f5e;border-radius:50%;width:8px;height:8px}.maker-buttons{justify-content:flex-end;gap:12px;margin-top:32px;display:flex}.maker-btn-back{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;height:44px;padding:0 20px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.maker-btn-back:hover{background:#f9fafb}.maker-btn-next{color:#fff;cursor:pointer;background:#f43f5e;border:none;border-radius:8px;align-items:center;gap:8px;height:44px;padding:0 28px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.maker-btn-next:hover{background:#e11d48}.maker-btn-next:disabled{cursor:not-allowed;background:#fda4af}.maker-btn-submit{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;align-items:center;gap:8px;height:44px;padding:0 28px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.maker-btn-submit:hover{background:#1f2937}.maker-btn-submit:disabled{cursor:not-allowed;background:#9ca3af}.maker-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:16px;padding:12px 16px;font-size:14px}.maker-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.maker-spinner{border:3px solid #fecdd3;border-top-color:#f43f5e;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.maker-success-page{justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex}.maker-success-card{text-align:center;background:#fff;border:1px solid #f3f4f6;border-radius:16px;width:100%;max-width:420px;padding:32px 24px;box-shadow:0 4px 24px #0000000f}@media (min-width:640px){.maker-success-card{padding:40px 32px}}.maker-success-icon{background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.maker-success-card h2{color:#111;margin-bottom:4px;font-size:24px;font-weight:700}.maker-success-card .subtitle{color:#6b7280;margin-bottom:32px;font-size:14px}.maker-link-box{background:#f9fafb;border-radius:12px;margin-bottom:24px;padding:12px}.maker-link-row{gap:8px;display:flex}.maker-link-input{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;flex:1;min-width:0;padding:10px 12px;font-size:13px}.maker-link-copy{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;flex-shrink:0;padding:0 16px;font-size:14px;font-weight:500;transition:background .2s}.maker-link-copy:hover{background:#1f2937}.maker-share-wa{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:10px;padding:12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.maker-share-wa:hover{background:#1da851}.maker-preview-link{text-align:center;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;display:block}.maker-preview-link:hover{background:#f9fafb}.maker-fade-in{animation:.4s forwards makerFadeIn}@keyframes makerFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
