@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Montserrat,system-ui,-apple-system,sans-serif;background:#fff6e5;color:#201f37;min-height:100vh}.wizard{max-width:1400px;margin:0 auto;padding:24px}.wizard-header{text-align:center;margin-bottom:40px;padding:48px 24px;background:linear-gradient(135deg,#2f5234,#3a6b40,#439b23);border-radius:20px;color:#fff;position:relative;overflow:hidden}.wizard-header:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#ffffff0d;border-radius:50%}.wizard-header:after{content:"";position:absolute;bottom:-40%;left:-10%;width:300px;height:300px;background:#ffffff08;border-radius:50%}.wizard-header h1{font-size:2.4rem;font-weight:800;margin-bottom:10px;position:relative;z-index:1}.wizard-header p{font-size:1.1rem;opacity:.85;position:relative;z-index:1;font-weight:500}.wizard-body{display:grid;grid-template-columns:400px 1fr;gap:24px;align-items:start}@media(max-width:960px){.wizard-body{grid-template-columns:1fr}}.wizard-sidebar{background:#fff;border-radius:16px;box-shadow:0 2px 10px #00000014;overflow:hidden;position:sticky;top:24px}.wizard-steps{display:flex;border-bottom:2px solid #eee;background:#fafafa}.wizard-step{flex:1;padding:16px 8px;text-align:center;font-size:.82rem;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;color:#999;margin-bottom:-2px}.wizard-step.active{color:#2f5234;border-bottom-color:#439b23;background:#fff}.wizard-step:hover{color:#2f5234}.wizard-form{padding:24px}.form-group{margin-bottom:22px}.form-group label{display:block;font-size:.85rem;font-weight:700;margin-bottom:8px;color:#2f5234}.form-group .hint{font-size:.75rem;color:#999;margin-top:6px}.form-group input[type=text],.form-group input[type=number],.form-group input[type=url],.form-group select{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:.9rem;font-family:inherit;outline:none;transition:all .3s ease;color:#201f37}.form-group input:focus,.form-group select:focus{border-color:#439b23;box-shadow:0 0 0 .2rem #39a9351f}.form-group input[type=color]{width:100%;height:44px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;padding:4px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.toggle-group{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f3f4f6}.toggle-group label{margin-bottom:0;font-weight:600;color:#201f37}.toggle{position:relative;width:48px;height:26px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#d1d5db;border-radius:26px;transition:.3s}.toggle-slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 3px #00000026}.toggle input:checked+.toggle-slider{background:#439b23}.toggle input:checked+.toggle-slider:before{transform:translate(22px)}.wizard-preview{background:#fff;border-radius:16px;box-shadow:0 2px 10px #00000014;overflow:hidden}.preview-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:2px solid #eee}.preview-header h3{font-size:1rem;font-weight:700;color:#2f5234}.preview-device-toggle{display:flex;gap:4px;background:#f3f4f6;border-radius:50px;padding:3px}.preview-device-btn{padding:7px 16px;border:none;border-radius:50px;background:transparent;font-size:.8rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .3s ease;color:#666}.preview-device-btn.active{background:#2f5234;color:#fff;box-shadow:0 1px 4px #00000026}.preview-device-btn:hover:not(.active){color:#2f5234}.preview-container{padding:24px;min-height:400px;transition:all .3s;background:#fff6e5}.preview-container.mobile{max-width:375px;margin:0 auto}.preview-container.tablet{max-width:768px;margin:0 auto}.embed-section{background:#fff;border-radius:16px;box-shadow:0 2px 10px #00000014;padding:28px;margin-top:24px}.embed-section h3{font-size:1rem;font-weight:700;color:#2f5234;margin-bottom:16px}.embed-code{background:#2f5234;color:#d4edda;padding:24px;border-radius:12px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.82rem;line-height:1.7;overflow-x:auto;white-space:pre-wrap;word-break:break-all;position:relative}.copy-btn{position:absolute;top:14px;right:14px;padding:7px 18px;background:#ffffff26;color:#fff;border:none;border-radius:50px;font-size:.8rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .3s ease}.copy-btn:hover{background:#ffffff40}.copy-btn.copied{background:#439b23}.color-presets{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.color-preset{width:36px;height:36px;border-radius:10px;border:3px solid transparent;cursor:pointer;transition:all .2s;box-shadow:0 1px 4px #0000001f}.color-preset:hover,.color-preset.active{border-color:#2f5234;transform:scale(1.12)}.layout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px}.layout-option{padding:16px 10px;border:2px solid #e5e7eb;border-radius:12px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fafafa}.layout-option:hover{border-color:#439b23;background:#39a9351f}.layout-option.active{border-color:#2f5234;background:#39a9351f;box-shadow:0 0 0 1px #2f5234}.layout-icon{font-size:1.1rem;line-height:1.3;margin-bottom:6px;color:#2f5234;min-height:34px;display:flex;align-items:center;justify-content:center}.layout-name{font-size:.82rem;font-weight:700;color:#201f37;margin-bottom:2px}.layout-desc{font-size:.7rem;color:#999}.embed-hint{font-size:.85rem;color:#666;margin-bottom:14px}@media(max-width:480px){.layout-grid{grid-template-columns:repeat(2,1fr)}}.instructions-section{margin-top:40px;padding-top:40px;border-top:2px solid #e5e7eb;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}@media(max-width:960px){.instructions-section{grid-template-columns:1fr}}.instruction-block{background:#fff;border-radius:12px;padding:20px;border:1px solid #e5e7eb}.instruction-block h3{font-size:1.1rem;color:#2f5234;margin-bottom:16px;font-weight:600}.install-steps{display:flex;flex-direction:column;gap:16px}.step{display:flex;gap:12px;align-items:flex-start}.step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#439b23;color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;flex-shrink:0}.step-content{flex:1}.step-title{font-weight:600;color:#201f37;margin-bottom:6px;font-size:.95rem}.step code{display:block;background:#f5f5f5;border-left:3px solid #439B23;padding:8px 12px;border-radius:4px;font-size:.75rem;color:#2f5234;word-break:break-word;font-family:Courier New,monospace}.platform-tabs-container{margin-top:16px}.platform-tabs{display:flex;gap:6px;border-bottom:2px solid #e5e7eb;margin-bottom:16px;overflow-x:auto}.platform-tab{padding:10px 14px;background:none;border:none;cursor:pointer;border-bottom:3px solid transparent;color:#666;font-size:.85rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.platform-tab:hover{color:#439b23}.platform-tab.active{color:#2f5234;border-bottom-color:#439b23}.platform-content{position:relative;min-height:100px}.platform-pane{display:none;animation:fadeIn .2s ease-in-out}.platform-pane.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.platform-pane p{margin-bottom:10px;font-size:.95rem;line-height:1.5}.platform-pane ol{padding-left:20px;margin-bottom:12px}.platform-pane li{margin-bottom:8px;font-size:.95rem;line-height:1.5}.platform-pane code{background:#2f5234;color:#d4edda;padding:8px 12px;border-radius:4px;font-size:.75rem;display:block;margin:8px 0;overflow-x:auto;font-family:Courier New,monospace}.checklist{background:#fafafa}.checklist-items{display:flex;flex-direction:column;gap:10px}.checklist-item{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.95rem;-webkit-user-select:none;user-select:none}.checklist-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#439B23}.checklist-item span{color:#201f37}.checklist-item input[type=checkbox]:checked+span{color:#999;text-decoration:line-through}
