.cs-ek-overlay,.cs-ek-banner{--cs-accent:#e74c3c;--cs-accent-hover:#d63d2c;--cs-accent-pressed:#c0392b;--cs-accent-text:#c0392b;--cs-ink:#1f2933;--cs-text:#3e4c59;--cs-text-soft:#7b8794;--cs-border:#e4e7eb;--cs-well:#f5f7fa;--cs-success:#1e824c;--cs-success-bg:#e9f7ef;--cs-warn-text:#8a5a00;--cs-warn-bg:#fff4e0;--cs-error:#b3261e;--cs-error-bg:#fdecea;--cs-sup-chapa:#5c7a99;--cs-sup-teja:#c4703f;--cs-sup-triangular:#5f9e6e;--cs-sup-elevada:#7d6bae}html.cs-ek-noscroll,html.cs-ek-noscroll body{overflow:hidden!important}.cs-ek-overlay [hidden],.cs-ek-banner [hidden],#cs-ek-root [hidden]{display:none!important}.cs-ek-close svg{width:20px!important;height:20px!important}.cs-ek-chev{width:20px!important;height:20px!important}.cs-ek-autofill svg{width:16px!important;height:16px!important;flex:none}.cs-ek-banner__icon svg{width:24px!important;height:24px!important}.cs-ek-checkmark{width:56px!important;height:56px!important}.cs-ek-overlay{position:fixed;inset:0;z-index:2147483000;background:rgba(20,26,33,.55);display:flex;align-items:center;justify-content:center;padding:24px;animation:cs-ek-fade 200ms ease-out;font-family:inherit}@keyframes cs-ek-fade{from{opacity:0}to{opacity:1}}.cs-ek-dialog{background:#fff;width:720px;max-width:100%;max-height:85vh;border-radius:16px;box-shadow:0 24px 64px -12px rgba(15,23,42,.25);display:flex;flex-direction:column;overflow:hidden;animation:cs-ek-in 260ms cubic-bezier(.16,1,.3,1);color:var(--cs-text);outline:none}@keyframes cs-ek-in{from{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:none}}.cs-ek-dialog.cs-ek-pulse{animation:cs-ek-pulse 150ms ease}@keyframes cs-ek-pulse{50%{transform:scale(1.005)}}.cs-ek-head{padding:24px 24px 16px;border-bottom:1px solid var(--cs-border)}.cs-ek-head__top{display:flex;align-items:flex-start;gap:12px}.cs-ek-head__top>div{flex:1;min-width:0}.cs-ek-title{margin:0 0 4px;font-size:20px;line-height:1.3;font-weight:700;color:var(--cs-ink)}.cs-ek-subtitle{margin:0;font-size:14px;line-height:1.5;color:var(--cs-text-soft)}.cs-ek-close{flex:none;width:40px;height:40px;border:1px solid var(--cs-border);border-radius:10px;background:#fff;color:var(--cs-ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background 150ms}.cs-ek-close:hover{background:var(--cs-well)}.cs-ek-progress{margin-top:16px;background:var(--cs-well);border-radius:12px;padding:14px 16px}.cs-ek-progress.cs-ek-shake{animation:cs-ek-shake 300ms ease}@keyframes cs-ek-shake{20%,60%{transform:translateX(-4px)}40%,80%{transform:translateX(4px)}}.cs-ek-counter{margin:0 0 8px;font-size:15px;font-weight:600;color:var(--cs-text-soft);font-variant-numeric:tabular-nums}.cs-ek-counter__big{font-size:22px;font-weight:800;color:var(--cs-ink)}.cs-ek-bar{position:relative}.cs-ek-bar__track{height:10px;border-radius:999px;background:var(--cs-border);overflow:hidden;display:flex;gap:2px}.cs-ek-bar__seg{height:100%;transition:width 300ms ease-out}.cs-ek-bar__seg--chapa{background:var(--cs-sup-chapa)}.cs-ek-bar__seg--teja{background:var(--cs-sup-teja)}.cs-ek-bar__seg--triangular{background:var(--cs-sup-triangular)}.cs-ek-bar__seg--elevada{background:var(--cs-sup-elevada)}.cs-ek-bar__track.is-over::after{content:"";width:12px;height:100%;background:repeating-linear-gradient(45deg,var(--cs-error),var(--cs-error) 3px,#fff 3px,#fff 6px)}.cs-ek-pill.is-ok::before{content:"✓ ";font-weight:800}.cs-ek-pill{display:inline-block;margin:10px 0 0;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600}.cs-ek-pill.is-warn{background:var(--cs-warn-bg);color:var(--cs-warn-text)}.cs-ek-pill.is-ok{background:var(--cs-success-bg);color:var(--cs-success)}.cs-ek-pill.is-err{background:var(--cs-error-bg);color:var(--cs-error)}.cs-ek-hint{margin:8px 0 0;font-size:13px;color:var(--cs-text-soft)}.cs-ek-body{padding:16px 24px;overflow-y:auto;overscroll-behavior:contain;flex:1;display:flex;flex-direction:column;gap:12px}.cs-ek-card{border:1px solid var(--cs-border);border-radius:12px;background:#fff;transition:border-color 150ms,box-shadow 150ms}.cs-ek-card.is-open{border-color:#cbd2d9;box-shadow:0 2px 8px rgba(31,41,51,6%)}.cs-ek-card.is-disabled{opacity:.45}.cs-ek-card__head{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:0 0;border:0;cursor:pointer;text-align:left;font:inherit;color:inherit}.cs-ek-card.is-disabled .cs-ek-card__head{cursor:default}.cs-ek-card__head:hover{background:#fafbfc}.cs-ek-card__head:focus-visible{outline:2px solid var(--cs-ink);outline-offset:2px;border-radius:12px}.cs-ek-card__img{width:64px;height:64px;border-radius:8px;object-fit:cover;flex:none;background:var(--cs-well)}.cs-ek-card__img--ph{display:inline-block}.cs-ek-card__txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cs-ek-card__title{font-size:16px;font-weight:600;color:var(--cs-ink);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cs-ek-card__summary{font-size:13px;font-weight:600;color:var(--cs-text-soft)}.cs-ek-card.has-rows .cs-ek-card__summary{color:var(--cs-ink)}.cs-ek-dot{width:8px;height:8px;border-radius:50%;flex:none}.cs-ek-dot--chapa{background:var(--cs-sup-chapa)}.cs-ek-dot--teja{background:var(--cs-sup-teja)}.cs-ek-dot--triangular{background:var(--cs-sup-triangular)}.cs-ek-dot--elevada{background:var(--cs-sup-elevada)}.cs-ek-card__desc{font-size:13px;color:var(--cs-text-soft)}.cs-ek-card__note{font-size:12px;color:var(--cs-text-soft);font-style:italic}.cs-ek-card__side{font-size:13px;color:var(--cs-text-soft);white-space:nowrap}.cs-ek-chev{transition:transform 240ms ease;color:var(--cs-text-soft);flex:none}.cs-ek-card.is-open .cs-ek-chev{transform:rotate(180deg)}.cs-ek-card__panel{padding:0 16px 16px;border-top:1px dashed var(--cs-border)}.cs-ek-chips__label{margin:14px 0 8px;font-size:13px;font-weight:600;color:var(--cs-text)}.cs-ek-chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:8px}.cs-ek-chip{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-height:52px;padding:6px 4px;border:1px solid var(--cs-border);border-radius:10px;background:#fff;cursor:pointer;font:inherit;transition:border-color 120ms,background 120ms,transform 100ms}.cs-ek-chip:hover{border-color:#9aa5b1}.cs-ek-chip:active{transform:scale(.96)}.cs-ek-chip:focus-visible{outline:2px solid var(--cs-ink);outline-offset:2px}.cs-ek-chip.is-active{border:2px solid var(--cs-sup-chapa);background:rgba(92,122,153,8%)}.cs-ek-card--teja .cs-ek-chip.is-active{border-color:var(--cs-sup-teja);background:rgba(196,112,63,8%)}.cs-ek-card--triangular .cs-ek-chip.is-active{border-color:var(--cs-sup-triangular);background:rgba(95,158,110,8%)}.cs-ek-card--elevada .cs-ek-chip.is-active{border-color:var(--cs-sup-elevada);background:rgba(125,107,174,8%)}.cs-ek-chip.is-toobig{opacity:.35;cursor:not-allowed}.cs-ek-chip__n{font-size:17px;font-weight:700;color:var(--cs-ink);font-variant-numeric:tabular-nums}.cs-ek-chip__p{font-size:11px;color:var(--cs-text-soft);font-variant-numeric:tabular-nums}.cs-ek-chip__badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--cs-ink);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;animation:cs-ek-pop 180ms cubic-bezier(.34,1.56,.64,1)}@keyframes cs-ek-pop{from{transform:scale(.6)}to{transform:scale(1)}}.cs-ek-autofill{margin-top:12px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;height:40px;border:1px dashed #9aa5b1;border-radius:10px;background:0 0;color:var(--cs-text);font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.cs-ek-autofill:hover:not(:disabled){background:var(--cs-well)}.cs-ek-autofill:disabled{opacity:.45;cursor:not-allowed}.cs-ek-parity{margin:10px 0 0;padding:10px 12px;background:var(--cs-well);border-radius:8px;font-size:13px;color:var(--cs-text)}.cs-ek-rows{margin-top:14px}.cs-ek-rows__label{margin:0 0 6px;font-size:13px;font-weight:600;color:var(--cs-text)}.cs-ek-row{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid var(--cs-border);animation:cs-ek-rowin 200ms ease}@keyframes cs-ek-rowin{from{opacity:0;transform:translateY(-4px)}to{opacity:1}}.cs-ek-row__name{flex:1;font-size:14px}.cs-ek-row__price{font-size:14px;font-weight:600;font-variant-numeric:tabular-nums}.cs-ek-stepper{display:inline-flex;align-items:center;gap:8px}.cs-ek-step{width:36px;height:36px;border:1px solid var(--cs-border);border-radius:8px;background:#fff;font-size:18px;line-height:1;cursor:pointer;color:var(--cs-ink);font-family:inherit}.cs-ek-step:hover{background:var(--cs-well)}.cs-ek-step:focus-visible{outline:2px solid var(--cs-ink);outline-offset:2px}.cs-ek-step__qty{min-width:20px;text-align:center;font-size:14px;font-weight:700;font-variant-numeric:tabular-nums}.cs-ek-rows__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px}.cs-ek-rows__subtotal{font-size:14px;font-weight:700;color:var(--cs-ink)}.cs-ek-clear{background:0 0;border:0;padding:4px;font-size:13px;font-weight:600;color:var(--cs-accent-text);cursor:pointer;font-family:inherit}.cs-ek-clear:hover{text-decoration:underline}.cs-ek-foot{border-top:1px solid var(--cs-border);background:var(--cs-well);padding:14px 24px 18px}.cs-ek-foot__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.cs-ek-foot__summary{font-size:13px;color:var(--cs-text-soft)}.cs-ek-foot__total{font-size:15px;color:var(--cs-text)}.cs-ek-foot__total strong{font-size:18px;font-weight:800;color:var(--cs-ink);font-variant-numeric:tabular-nums}.cs-ek-foot__total small{font-size:12px;color:var(--cs-text-soft);margin-left:4px}.cs-ek-foot__actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.cs-ek-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:10px;border:0;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:background 150ms,box-shadow 150ms}.cs-ek-btn--sm{min-height:40px;padding:0 16px;font-size:14px}.cs-ek-btn--primary{background:var(--cs-accent);color:#fff}.cs-ek-btn--primary:hover{background:var(--cs-accent-hover)}.cs-ek-btn--primary:active{background:var(--cs-accent-pressed)}.cs-ek-btn--primary[aria-disabled=true]{background:var(--cs-border);color:var(--cs-text-soft);cursor:not-allowed}.cs-ek-btn--primary.is-warn{box-shadow:inset 0 0 0 3px var(--cs-warn-bg),0 0 0 2px var(--cs-warn-text)}.cs-ek-btn--ghost{background:0 0;color:var(--cs-text);font-weight:600}.cs-ek-btn--ghost:hover{background:rgba(31,41,51,5%)}.cs-ek-btn--warn{background:var(--cs-warn-text);color:#fff}.cs-ek-btn--warn:disabled{opacity:.4;cursor:not-allowed}.cs-ek-btn:focus-visible{outline:2px solid var(--cs-ink);outline-offset:2px}.cs-ek-confirm{background:var(--cs-warn-bg);border:1px solid #f0d9a8;border-radius:10px;padding:12px 14px;margin-bottom:12px}.cs-ek-confirm__title{margin:0 0 8px;font-size:14px;font-weight:700;color:var(--cs-warn-text)}.cs-ek-confirm__label{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--cs-text);cursor:pointer}.cs-ek-confirm__label input{margin-top:3px;width:16px;height:16px;accent-color:var(--cs-warn-text)}.cs-ek-confirm__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.cs-ek-error{margin:10px 0 0;padding:10px 12px;background:var(--cs-error-bg);color:var(--cs-error);border-radius:8px;font-size:14px;font-weight:600}.cs-ek-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:cs-ek-spin 700ms linear infinite}@keyframes cs-ek-spin{to{transform:rotate(360deg)}}.cs-ek-success{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;text-align:center}.cs-ek-success__title{margin:0;font-size:20px;font-weight:700;color:var(--cs-ink)}.cs-ek-success__body{margin:0;font-size:15px;color:var(--cs-text)}.cs-ek-checkmark path{stroke-dasharray:40;stroke-dashoffset:40;animation:cs-ek-stroke 450ms ease-out 100ms forwards}@keyframes cs-ek-stroke{to{stroke-dashoffset:0}}.cs-ek-banner{display:flex;gap:14px;background:#fff;border:1px solid #f2c7c0;border-left:4px solid var(--cs-accent);border-radius:12px;padding:16px;margin:0 0 20px;box-shadow:0 1px 3px rgba(31,41,51,6%);animation:cs-ek-bannerin 240ms ease 300ms backwards;color:var(--cs-text)}@keyframes cs-ek-bannerin{from{opacity:0;transform:translateY(-6px)}to{opacity:1}}.cs-ek-banner__icon{color:var(--cs-accent-text);flex:none;padding-top:2px}.cs-ek-banner__txt{flex:1;min-width:0}.cs-ek-banner__title{margin:0 0 2px;font-size:15px;font-weight:700;color:var(--cs-ink)}.cs-ek-banner__body{margin:0 0 10px;font-size:14px}.cs-ek-banner__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.cs-ek-linkbtn{background:0 0;border:0;padding:4px;font-size:14px;font-weight:600;color:var(--cs-accent-text);cursor:pointer;font-family:inherit}.cs-ek-linkbtn:hover{text-decoration:underline}.cs-ek-inline-link{background:0 0;border:0;padding:0;margin-top:4px;font-size:13px;font-weight:600;color:#c0392b;cursor:pointer;text-decoration:underline;font-family:inherit}@media(max-width:640px){.cs-ek-overlay{padding:0;align-items:flex-end}.cs-ek-dialog{width:100%;max-height:100dvh;height:100dvh;border-radius:0;animation:cs-ek-sheet 300ms cubic-bezier(.32,.72,0,1)}@keyframes cs-ek-sheet{from{transform:translateY(100%)}to{transform:none}}.cs-ek-head{padding:12px 16px}.cs-ek-head::before{content:"";display:block;width:36px;height:4px;border-radius:999px;background:#cbd2d9;margin:0 auto 10px}.cs-ek-title{font-size:18px}.cs-ek-body{padding:12px 16px}.cs-ek-foot{padding:12px 16px calc(14px + env(safe-area-inset-bottom))}.cs-ek-foot__actions{flex-direction:column-reverse}.cs-ek-foot__actions .cs-ek-btn{width:100%}.cs-ek-card__side{display:none}.cs-ek-banner__actions .cs-ek-btn{width:100%}.cs-ek-banner__actions{gap:8px}}@media(prefers-reduced-motion:reduce){.cs-ek-overlay,.cs-ek-dialog,.cs-ek-banner,.cs-ek-chip__badge,.cs-ek-row,.cs-ek-bar__seg,.cs-ek-chev,.cs-ek-checkmark path{animation-duration:1ms!important;transition-duration:1ms!important}.cs-ek-spinner{animation-duration:1.5s!important}.cs-ek-progress.cs-ek-shake{animation:none;background:var(--cs-warn-bg)}}