*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;background:#fff;color:#111}body.app-dark{background:#0f1115;color:#f2f2f0}a{color:inherit}.quiz-shell{max-width:560px;margin:0 auto;padding:24px 20px 60px}.progress-track{height:8px;background:#22242b;border-radius:999px;overflow:hidden;margin-bottom:24px}.progress-fill{height:100%;background:#f5a623;transition:width .2s ease}.step h1{font-size:22px;margin-bottom:12px}.step h2{font-size:18px;margin-bottom:8px}.muted{color:#9a9a95;font-size:13px}.options{display:flex;flex-direction:column;gap:10px;margin:16px 0}.option{text-align:left;padding:14px 16px;border-radius:10px;border:1px solid #2c2e35;background:#171920;color:#f2f2f0;cursor:pointer}.option.selected{border-color:#f5a623;background:#2a2210}.cta{padding:14px;border-radius:10px;border:none;background:#f5a623;color:#241a00;font-weight:600;cursor:pointer}.cta:not(.small){width:100%;margin-top:16px}.cta.small{padding:8px 14px;font-size:13px}.cta:disabled{opacity:.6;cursor:default}input[type=number],input[type=password],input[type=text],textarea{width:100%;padding:12px;border-radius:8px;border:1px solid #2c2e35;background:#171920;color:#f2f2f0;margin:8px 0}.stats-row{display:flex;gap:16px;margin:16px 0}.stat{flex:1;text-align:center}.stat-value{font-size:28px;font-weight:600}.meter{margin:16px 0}.dash-login{max-width:320px;margin:80px auto;display:flex;flex-direction:column;gap:8px}.dash{max-width:1000px;margin:0 auto;padding:24px 20px 60px}.back-link{font-size:13px;color:#9a9a95;text-decoration:none;display:inline-block;margin-bottom:10px}.dash-title{font-size:20px;margin:0 0 18px}.dash-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.quiz-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.quiz-card{display:block;background:#171920;border:1px solid #22242b;border-radius:12px;padding:16px;text-decoration:none;color:#f2f2f0}.quiz-card:hover{border-color:#f5a623}.quiz-card-name{font-weight:600;margin-bottom:4px}.quiz-card-metrics{display:flex;gap:12px;margin-top:10px;font-size:12px;color:#9a9a95}.tabs{display:flex;gap:4px;border-bottom:1px solid #22242b;margin-bottom:20px}.tab{background:none;border:none;color:#9a9a95;padding:10px 16px;cursor:pointer;font-size:14px;border-bottom:2px solid transparent}.tab.active{color:#f2f2f0;border-bottom-color:#f5a623}.panel{background:#171920;border-radius:12px;padding:18px 20px;margin-bottom:20px}.panel h2{font-size:14px;text-transform:uppercase;letter-spacing:.03em;color:#9a9a95;margin:0 0 14px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin:0 0 20px}.card{background:#171920;border-radius:10px;padding:14px}.big{font-size:22px;font-weight:600;margin-top:4px}.legend-row{display:flex;gap:18px;margin-bottom:12px;font-size:12px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px}.dot-green{background:#1f9d55}.dot-red{background:#e0554f}.funnel{display:flex;flex-direction:column;gap:8px}.funnel-row{display:flex;align-items:center;gap:10px;font-size:12px}.funnel-label{width:150px;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.funnel-bar-wrap{height:18px;background:#0f1115;border-radius:6px;overflow:hidden;min-width:40px}.funnel-bar-split{display:flex;height:100%;width:100%}.seg-green{background:#1f9d55;height:100%}.seg-red{background:#3a2224;height:100%}.funnel-count{width:74px;text-align:right;flex-shrink:0}.etapas-layout{display:flex;gap:20px;align-items:flex-start}.etapas-sidebar{width:180px;flex-shrink:0;display:flex;flex-direction:column;gap:4px;background:#171920;border-radius:12px;padding:10px;max-height:640px;overflow-y:auto}.etapa-item{text-align:left;background:none;border:none;color:#9a9a95;padding:9px 10px;border-radius:8px;cursor:pointer;font-size:13px}.etapa-item.active{background:#22242b;color:#f2f2f0}.etapas-canvas{flex:1;background:#17181c;border-radius:12px;padding:20px;display:flex;justify-content:center}.preview-shell{background:#fff;color:#1a1a1a;border-radius:16px;box-shadow:0 10px 30px #0000004d}.preview-shell .option{background:#fafafa;color:#1a1a1a;border-color:#e7e5e0}.preview-shell .muted{color:#6b6b6b}table{width:100%;border-collapse:collapse;font-size:12px}th,td{text-align:left;padding:8px;border-bottom:1px solid #22242b;white-space:nowrap}th{color:#9a9a95;font-weight:600}.dropzone{border:1.5px dashed #2c2e35;border-radius:12px;padding:30px 20px;text-align:center;cursor:pointer;color:#9a9a95;font-size:13px}.dropzone.drag-over{border-color:#f5a623;color:#f2f2f0;background:#1c1a12}.cta.ghost{background:none;border:1px solid #2c2e35;color:#f2f2f0}.dash-title-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:12px}.etapas-main{flex:1}.viewmode-toggle{display:flex;gap:4px;margin-bottom:14px}.vm-btn{background:#171920;border:1px solid #22242b;color:#9a9a95;padding:6px 14px;border-radius:8px;cursor:pointer;font-size:12px}.vm-btn.active{color:#f2f2f0;border-color:#f5a623}.etapas-canvas{background:#17181c;border-radius:12px;padding:24px;display:flex;justify-content:center}.preview-shell.mobile{max-width:360px;width:100%}.preview-shell.desktop{max-width:640px;width:100%;padding:40px 60px}.preview-shell.desktop .options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.preview-shell.desktop .step h1{font-size:28px}.preview-shell.desktop .step h2{font-size:22px}.table-scroll{overflow-x:auto;max-width:100%}.table-scroll table{min-width:max-content}.sticky-col{position:sticky;left:0;background:#171920}.funnel-table th,.funnel-table td{padding:9px 14px;font-size:13px}.funnel-table th{color:#9a9a95;font-weight:600}.cell-green{color:#1f9d55;font-weight:600}.cell-red{color:#e0554f;font-weight:600}.etapas-canvas{background:#0a0b10;border-radius:12px;padding:30px;display:flex;justify-content:center}.device-phone{width:340px;background:#111;border-radius:40px;padding:14px;box-shadow:0 20px 50px #00000080;position:relative}.device-phone-notch{position:absolute;top:14px;left:50%;transform:translate(-50%);width:120px;height:22px;background:#111;border-radius:0 0 14px 14px;z-index:2}.device-phone-screen{background:#fff;border-radius:28px;overflow:hidden;min-height:620px}.device-browser{width:100%;max-width:720px;background:#2a2a2a;border-radius:10px;overflow:hidden;box-shadow:0 20px 50px #00000080}.device-browser-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#333}.device-dot{width:9px;height:9px;border-radius:50%;background:#555}.device-url{margin-left:12px;background:#1e1e1e;color:#9a9a95;font-size:11px;padding:5px 12px;border-radius:6px;flex:1}.device-browser-screen{background:#fff;min-height:480px;display:flex;justify-content:center}.preview-inner{color:#1a1a1a;padding:28px 22px;max-width:100%}.preview-inner.wide{max-width:560px;padding:48px 60px}.preview-inner .option{background:#fafafa;color:#1a1a1a;border-color:#e7e5e0}.preview-inner .muted{color:#6b6b6b}.preview-inner .progress-track{background:#eee}.funnel-total-row td{border-top:1.5px solid #3a3d4a;font-weight:700;background:#1a1e30}.construtor-layout{display:flex;gap:16px;align-items:flex-start}.construtor-item{display:flex;align-items:center;gap:2px;border-radius:8px}.construtor-item.active{background:#22242b}.construtor-item-name{flex:1;text-align:left;background:none;border:none;color:#9a9a95;padding:9px 8px;cursor:pointer;font-size:13px}.construtor-item.active .construtor-item-name{color:#f2f2f0}.construtor-item-actions{display:flex;gap:2px;padding-right:4px}.construtor-item-actions button{background:none;border:none;color:#6a6a68;cursor:pointer;font-size:12px;padding:4px 5px;border-radius:5px}.construtor-item-actions button:hover{background:#2c2e35;color:#f2f2f0}.construtor-item-actions button.danger:hover{color:#e0554f}.construtor-add{margin-top:10px;display:flex;flex-direction:column;gap:6px}.construtor-editor{flex:1;background:#171920;border-radius:12px;padding:18px 20px;min-width:280px}.construtor-option-row{display:flex;gap:8px;align-items:center;margin-bottom:6px}.construtor-option-row input{margin:0}.construtor-save-row{display:flex;align-items:center;gap:12px;margin-top:18px}.construtor-preview{width:300px;flex-shrink:0}.device-phone.small{width:260px}.device-phone.small .device-phone-screen{min-height:460px}.construtor3-layout{display:grid;grid-template-columns:190px 1fr 300px;gap:14px;align-items:start}.construtor-middle{min-width:0}.cf-step-name-row{background:#171920;border-radius:12px;padding:12px 14px;margin-bottom:12px}.cf-step-name-row input{margin:4px 0 0}.block-palette{background:#171920;border-radius:12px;padding:12px;margin-bottom:12px;max-height:210px;overflow-y:auto}.palette-group{margin-bottom:10px}.palette-group-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#6f6f6c;margin-bottom:6px}.palette-group-items{display:flex;flex-wrap:wrap;gap:6px}.palette-item{background:#1d2337;border:1px solid #2a3050;color:#cfcfcb;padding:6px 10px;border-radius:8px;font-size:12px;cursor:pointer}.palette-item:hover{border-color:#ff7a1a;color:#f2f2f0}.construtor-canvas{background:#0f1115;border-radius:12px;padding:14px;min-height:420px}.canvas-block{background:#171920;border:1.5px solid #22242b;border-radius:10px;margin-bottom:10px;cursor:pointer;overflow:hidden}.canvas-block.selected{border-color:#ff7a1a}.canvas-block-toolbar{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background:#1a1c22;font-size:11px;color:#9a9a95}.canvas-block-actions button{background:none;border:none;color:#6a6a68;cursor:pointer;font-size:12px;padding:2px 6px}.canvas-block-actions button:hover{color:#f2f2f0}.canvas-block-actions button.danger:hover{color:#e0554f}.canvas-block-body,.canvas-block-body.preview-inner{padding:14px}.construtor-props{background:#171920;border-radius:12px;padding:16px;position:sticky;top:12px}.cf-field{margin-bottom:12px}.cf-field label{display:block;margin-bottom:4px;font-size:12px}.cf-row,.cf-pair-row{display:flex;gap:6px;margin-bottom:6px;align-items:center}.cf-pair-row input{margin:0}.cf-toolbar{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-bottom:10px}.cf-toolbar select{width:auto;margin:0;padding:6px 8px;font-size:12px}.cf-toggle{width:30px;height:30px;border-radius:8px;border:1px solid #2c2e35;background:#171920;color:#cfcfcb;cursor:pointer}.cf-toggle.active{border-color:#ff7a1a;color:#ff7a1a}.cf-color{width:34px;height:30px;padding:2px;border-radius:8px;border:1px solid #2c2e35;background:none;margin:0}.block-image-empty{border:1.5px dashed #ccc;border-radius:10px;padding:20px;text-align:center;color:#999;font-size:12px;margin-bottom:10px}.block-alert{border-radius:10px;padding:12px 14px;font-size:13px;font-weight:600;margin-bottom:10px}.block-alert.tone-info{background:#e6f1fb;color:#0c447c}.block-alert.tone-warning{background:#faeeda;color:#854f0b}.block-alert.tone-danger{background:#fcebeb;color:#791f1f}.block-alert.tone-success{background:#eaf3de;color:#27500a}.block-arguments{list-style:none;padding:0;margin:0 0 10px}.block-arguments li{display:flex;gap:8px;font-size:13px;margin-bottom:6px}.block-arg-check{color:#1f9d55;font-weight:700}.block-meter-label{display:flex;justify-content:space-between;font-size:12px;color:#6b6b6b;margin-bottom:4px}.block-meter-track{height:8px;background:#eee;border-radius:99px;overflow:hidden}.block-meter-fill{height:100%;background:#ff7a1a}.block-cartesiano-svg{width:100%;height:140px;background:#fafafa;border-radius:10px}.block-cartesiano-labels{display:flex;justify-content:space-between;font-size:11px;color:#999;margin-top:4px}.block-marquise{overflow:hidden;background:#f2f0ea;border-radius:8px;padding:8px 0;margin-bottom:10px}.block-marquise-track{display:flex;gap:24px;white-space:nowrap;font-size:12px;color:#6b6b6b;animation:marquise-scroll 12s linear infinite}@keyframes marquise-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.block-confetti-note{font-size:12px;color:#999;text-align:center;padding:8px;margin-bottom:10px}.block-terms{display:flex;gap:8px;align-items:center;font-size:12px;color:#444;margin-bottom:10px}.block-testimonials{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.block-testimonial-card{background:#fafafa;border:1px solid #eee;border-radius:10px;padding:10px 12px}.block-testimonial-name{font-weight:700;font-size:12px;margin-bottom:2px}.block-testimonial-text{font-size:12px;color:#555}.block-carousel{display:flex;gap:8px;overflow-x:auto;margin-bottom:10px}.block-carousel img{height:120px;border-radius:8px}.block-compare{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:10px;font-size:12px}.block-compare-title{font-weight:700;margin-bottom:4px}.block-faq details{border-bottom:1px solid #eee;padding:8px 0;font-size:12px}.block-faq summary{cursor:pointer;font-weight:600}.block-price{border:1px solid #eee;border-radius:12px;padding:16px;text-align:center;margin-bottom:10px}.block-price-title{font-weight:700;font-size:13px}.block-price-value{font-size:24px;font-weight:700;margin:6px 0}.block-price ul{list-style:none;padding:0;font-size:12px;color:#555;margin-bottom:10px}.block-script-note{font-family:monospace;font-size:11px;color:#999;border:1px dashed #ccc;border-radius:8px;padding:8px;margin-bottom:10px}.construtor-canvas-outer{background:#0a0b10;border-radius:12px;padding:30px;display:flex;justify-content:center}.construtor-canvas-page{background:#fff;color:#1a1a1a;border-radius:16px;box-shadow:0 10px 30px #00000059;padding:28px 24px;width:100%;max-width:420px;min-height:560px}.construtor-canvas-page .progress-track{background:#eee}.construtor-canvas-page .muted{color:#6b6b6b}.construtor-canvas-page .option{background:#fafafa;color:#1a1a1a;border-color:#e7e5e0}.canvas-select{position:relative;border-radius:8px;cursor:pointer;transition:outline-color .1s,box-shadow .1s;outline:2px dashed transparent;outline-offset:5px}.canvas-select:hover{outline-color:#4f8cff66}.canvas-select.selected{outline-color:#4f8cff}.canvas-select-toolbar{position:absolute;top:-34px;right:0;display:flex;gap:2px;background:#1a1a1a;border-radius:8px;padding:3px;z-index:5}.canvas-select-toolbar button{background:none;border:none;color:#cfcfcb;width:22px;height:22px;border-radius:5px;cursor:pointer;font-size:12px}.canvas-select-toolbar button:hover{background:#2c2e35;color:#fff}.canvas-select-toolbar button.danger:hover{color:#e0554f}.option{display:flex;align-items:center;gap:10px}.option-image{width:56px;height:56px;object-fit:cover;border-radius:8px;flex:0 0 auto}.cf-option-row{display:flex;gap:8px;align-items:center;margin-bottom:8px}.cf-option-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;flex:0 0 auto}.cf-option-thumb.empty{display:flex;align-items:center;justify-content:center;background:#1d1f26;color:#666;font-size:10px;border:1px dashed #333}.cf-option-inputs{display:flex;flex-direction:column;gap:4px;flex:1}.cf-option-inputs input{margin:0}
