.stepcar{margin:0;padding:16px}.stepcar__legend{margin-bottom:8px;font-size:16px;line-height:1.2}.stepcar__grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:768px){.stepcar__grid{grid-template-columns:1fr}}.stepcar__field{gap:6px;display:grid}.stepcar__field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stepcar__field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.stepcar__field input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.stepcar__label{color:var(--muted);font-size:14px;display:block}.stepcar__row{align-items:center;gap:8px;display:flex}.stepcar__input{width:100%}.stepcar__chosen{all:unset}.stepcar__chosenWrap{border:1px solid var(--border);background:var(--bg);box-sizing:border-box;width:100%;height:40px;min-height:40px;color:var(--text,inherit);border-radius:5px;align-items:center;gap:8px;padding:10px 40px 10px 10px;display:inline-flex;position:relative}.stepcar__chosenChip{border-radius:5px;flex-shrink:0;width:20px;height:20px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.stepcar__chosenText{text-overflow:ellipsis;white-space:nowrap;width:100%;color:var(--muted);font-size:14px;line-height:1.2;overflow:hidden}.stepcar__chosenClear{border:1px solid var(--border);background:var(--bg);width:26px;height:26px;color:var(--text,inherit);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;line-height:1;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.stepcar__chosenClear:hover{background:var(--bg)}.stepcar__chosenClear:focus-visible{outline-offset:2px;outline:2px solid rgba(0,0,0,.2)}.stepcar__pickerBtn{box-sizing:border-box;border-radius:5px;justify-content:center;align-items:center;width:100%;height:40px;min-height:40px;padding:10px 12px;font-size:14px;line-height:1.2;display:inline-flex}.btn-outline.stepcar__pickerBtn{color:var(--text,inherit);box-sizing:border-box;background:var(--bg)!important;border:1px solid var(--border)!important;box-sizing:border-box!important;border-radius:5px!important;height:40px!important;min-height:40px!important;padding:10px 12px!important;font-size:14px!important;line-height:1.2!important}.stepcar__field .btn-outline.stepcar__pickerBtn{box-sizing:border-box!important;border-radius:5px!important;height:40px!important;min-height:40px!important;padding:10px 12px!important;font-size:14px!important;line-height:1.2!important}.stepcar__row .btn-outline.stepcar__pickerBtn{vertical-align:middle}.stepcar__field .input.stepcar__input,.stepcar__row .input.stepcar__input{box-sizing:border-box;height:40px;min-height:40px;padding:10px 12px;line-height:1.2}.stepcar__pickerBtn,.btn-outline.stepcar__pickerBtn,.stepcar__field .btn-outline.stepcar__pickerBtn{box-sizing:border-box!important;height:40px!important;min-height:40px!important;padding:10px 12px!important;line-height:1.2!important}.btn-outline.stepcar__pickerBtn{color:var(--text,inherit);background:var(--bg)!important;border:1px solid var(--border)!important}.stepcar__field--picker{position:relative}.stepcar__bubble{z-index:10;background:var(--bg);border:1px solid var(--border);min-width:280px;max-width:420px;box-shadow:var(--shadow);border-radius:5px;padding:10px;position:absolute;top:calc(100% + 6px);left:0}.stepcar__bubble .input,.stepcar__bubble .btn-outline{border-radius:5px;height:30px;padding:6px 8px;font-size:13px;line-height:1.2}.stepcar__bubble .stepcar__input{height:30px;padding:6px 8px}.stepcar__swatches{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.stepcar__swatchBtn{cursor:pointer;background:0 0;border:none;border-radius:5px;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;padding:2px;display:flex;overflow:hidden}.stepcar__swatchBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.stepcar__bubbleActions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.stepcar__bubbleCustom{grid-template-columns:1fr auto;align-items:center;gap:12px;width:100%;margin-top:10px;display:grid}.stepcar__bubbleCustom .stepcar__input{width:100%;min-width:0}.stepcar__bubbleCustom .btn-outline{white-space:nowrap;justify-self:end;height:30px;padding:0 12px}.stepcar__bubbleCustom .stepcar__input{flex:auto;min-width:0}.stepcar__bubbleCustom .btn-outline{flex:none;height:30px;padding:0 12px}.swatch-add{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex;overflow:hidden}.swatch-add__icon{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);border-radius:5px;flex-shrink:0;width:32px;height:20px;position:relative;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.swatch-add__icon:before,.swatch-add__icon:after{content:"";transform-origin:50%;opacity:.9;background:#fff;border-radius:2px;width:60%;height:2px;position:absolute;top:50%;left:50%}.swatch-add__icon:before{transform:translate(-50%,-50%)rotate(0)}.swatch-add__icon:after{transform:translate(-50%,-50%)rotate(90deg)}.stepcar__swatchLabel,.swatch-add__label{-webkit-line-clamp:2;text-align:center;word-break:break-word;-webkit-box-orient:vertical;width:100%;font-size:11px;line-height:1.3;display:-webkit-box;overflow:hidden}.btn-icon{border:1px solid var(--border);background:var(--bg);width:30px;height:30px;color:var(--muted);cursor:pointer;border-radius:5px;place-items:center;padding:0;display:inline-grid}.btn-icon:hover{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);color:#fff;box-shadow:0 0 0 2px color-mix(in srgb,var(--accent)50%,var(--primary)50%);outline:none}.btn-icon:focus-visible{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);color:#fff;box-shadow:0 0 0 2px color-mix(in srgb,var(--accent)50%,var(--primary)50%);outline:none}.btn-icon:before{content:"×";font-size:18px;line-height:1}.stepcar__stepIntro{color:var(--text);background:color-mix(in srgb,var(--accent)7%,var(--bg));border:1px solid var(--border);border-radius:8px;margin:0 0 14px;padding:10px 12px;font-size:13px;line-height:1.5}.stepcar__hint{color:var(--muted);font-size:12.5px;line-height:1.45;display:block}.stepcar__moreinfo{font-size:12.5px}.stepcar__moreinfo>summary{cursor:pointer;width:-moz-fit-content;width:fit-content;color:var(--accent);-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;gap:4px;list-style:none;display:inline-flex}.stepcar__moreinfo>summary::-webkit-details-marker{display:none}.stepcar__moreinfo>summary:hover{text-decoration:underline}.stepcar__moreinfo>summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}.stepcar__moreinfo>summary>svg{flex:none}.stepcar__moreinfoBody{background:color-mix(in srgb,var(--accent)8%,var(--bg));border:1px solid var(--border);color:var(--text);border-radius:6px;margin-top:6px;padding:8px 10px;line-height:1.5}.stepcar__moreinfoBody :first-child{margin-top:0}.stepcar__moreinfoBody :last-child{margin-bottom:0}
.profesional-module__JvZofW__page{max-width:880px;margin:0 auto;padding:24px 16px 56px}.profesional-module__JvZofW__hero{text-align:center;padding:14px 0 6px}.profesional-module__JvZofW__hero h1{margin:0 0 8px;font-size:max(1.55rem,min(4vw,2.2rem))}.profesional-module__JvZofW__hero p{color:var(--muted);max-width:620px;margin:0 auto}.profesional-module__JvZofW__grid{grid-template-columns:5fr 6fr;align-items:start;gap:18px;margin-top:20px;display:grid}@media (max-width:760px){.profesional-module__JvZofW__grid{grid-template-columns:1fr}}.profesional-module__JvZofW__card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:18px}.profesional-module__JvZofW__cardTitle{margin:0 0 12px;font-size:1.05rem}.profesional-module__JvZofW__features{gap:10px;margin:0;padding:0;font-size:14.5px;list-style:none;display:grid}.profesional-module__JvZofW__features li{align-items:flex-start;gap:8px;display:flex}.profesional-module__JvZofW__features svg{flex:none;margin-top:2px}.profesional-module__JvZofW__founding{background:color-mix(in srgb,var(--card-bg)86%,var(--accent)14%);border-radius:8px;margin-top:14px;padding:10px 12px;font-size:13.5px}.profesional-module__JvZofW__formGrid{gap:14px;display:grid}.profesional-module__JvZofW__field{gap:4px;font-size:14px;font-weight:600;display:grid}.profesional-module__JvZofW__required:after{content:" *";color:var(--primary)}.profesional-module__JvZofW__checkboxRow{align-items:flex-start;gap:8px;font-size:13.5px;font-weight:400;line-height:1.45;display:flex}.profesional-module__JvZofW__checkboxRow input{margin-top:3px}.profesional-module__JvZofW__inlineMsg{border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:14px}.profesional-module__JvZofW__inlineOk{background:color-mix(in srgb,var(--card-bg)86%,var(--accent)14%)}.profesional-module__JvZofW__errorText{color:var(--danger,#d33);font-size:13px}.profesional-module__JvZofW__statusMeta{color:var(--muted);margin:6px 0 0;font-size:13.5px}
