@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700&display=swap");:root{--ink-950:#08090b;--ink-900:#0e0f12;--ink-800:#15171b;--ink-700:#1c1e23;--ink-600:#2a2d34;--ink-500:#3a3e46;--ink-400:#5c616b;--ink-300:#8a9099;--ink-200:#b9bec6;--ink-150:#d9dce1;--ink-100:#e8eaee;--ink-50:#f2f3f6;--paper:#f6f7f9;--white:#fff;--fil-magenta:#ff2d6f;--fil-coral:#ff5a3c;--fil-orange:#ff7a18;--fil-yellow:#ffca1a;--fil-mint:#0fd9a0;--fil-cyan:#16c0f0;--fil-violet:#7b5bff;--fil-magenta-soft:#ffe7ee;--fil-cyan-soft:#e2f5fd;--fil-mint-soft:#def9f0;--fil-yellow-soft:#fff6db;--fil-violet-soft:#eee9ff;--text-strong:var(--ink-950);--text-body:var(--ink-700);--text-muted:var(--ink-400);--text-faint:var(--ink-300);--text-inverse:var(--white);--text-accent:var(--fil-magenta);--text-link:var(--fil-magenta);--text-link-hover:#d91354;--surface-page:var(--paper);--surface-card:var(--white);--surface-sunken:var(--ink-50);--surface-inverse:var(--ink-900);--surface-inverse-2:var(--ink-800);--surface-accent:var(--fil-magenta);--surface-accent-soft:var(--fil-magenta-soft);--border-hairline:var(--ink-100);--border-default:var(--ink-150);--border-strong:var(--ink-900);--border-inverse:hsla(0,0%,100%,.14);--border-focus:var(--fil-magenta);--action-primary:var(--ink-900);--action-primary-hover:var(--ink-700);--action-primary-press:var(--ink-950);--action-accent:var(--fil-magenta);--action-accent-hover:#e81f5f;--action-accent-press:#c9134d;--status-success:#0ba46f;--status-success-soft:var(--fil-mint-soft);--status-warning:#b27b00;--status-warning-soft:var(--fil-yellow-soft);--status-danger:#d6224b;--status-danger-soft:var(--fil-magenta-soft);--status-info:#0c86b4;--status-info-soft:var(--fil-cyan-soft);--grid-line:rgba(14,15,18,.06);--grid-line-inverse:hsla(0,0%,100%,.07);--font-display:"Outfit","Helvetica Neue",Helvetica,sans-serif;--font-body:"DM Sans","Helvetica Neue",Helvetica,sans-serif;--font-mono:"DM Sans","Helvetica Neue",Helvetica,sans-serif;--text-display-1:64px;--lh-display-1:1.0;--ls-display-1:-.022em;--text-display-2:48px;--lh-display-2:1.04;--ls-display-2:-.02em;--text-h1:36px;--lh-h1:1.1;--ls-h1:-.018em;--text-h2:28px;--lh-h2:1.15;--ls-h2:-.015em;--text-h3:22px;--lh-h3:1.2;--ls-h3:-.012em;--text-h4:18px;--lh-h4:1.3;--ls-h4:-.01em;--text-body-lg:17px;--lh-body-lg:1.55;--text-body-md:15px;--lh-body-md:1.6;--text-body-sm:13px;--lh-body-sm:1.55;--text-caption:12px;--lh-caption:1.4;--text-mono-sm:12px;--ls-mono:.01em;--text-eyebrow:11px;--ls-eyebrow:.16em;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-0:0px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--space-32:128px;--gutter-page:24px;--gutter-page-lg:48px;--max-content:1200px;--max-prose:640px;--control-h-sm:32px;--control-h-md:40px;--control-h-lg:48px;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:26px;--radius-pill:999px;--radius-card:var(--radius-lg);--radius-control:var(--radius-pill);--radius-input:var(--radius-sm);--border-w:1px;--border-w-strong:2px;--shadow-none:none;--shadow-xs:0 1px 2px rgba(14,15,18,.06);--shadow-sm:0 2px 6px rgba(14,15,18,.06),0 1px 2px rgba(14,15,18,.04);--shadow-md:0 8px 24px rgba(14,15,18,.08);--shadow-lg:0 20px 48px rgba(14,15,18,.12);--shadow-accent:0 8px 24px rgba(255,45,111,.24);--shadow-inset:inset 0 1px 0 hsla(0,0%,100%,.6);--ring-focus:0 0 0 3px rgba(255,45,111,.28);--ring-focus-ink:0 0 0 3px rgba(14,15,18,.16);--dur-instant:80ms;--dur-fast:140ms;--dur-base:220ms;--dur-slow:400ms;--dur-lazy:700ms;--ease-standard:cubic-bezier(.2,.8,.2,1);--ease-out:cubic-bezier(.16,1,.3,1);--ease-in:cubic-bezier(.4,0,1,1);--press-scale:.97}*,:after,:before{box-sizing:border-box}body{margin:0;background:var(--surface-page);color:var(--text-body);font-family:var(--font-body);font-size:var(--text-body-md);line-height:var(--lh-body-md);-webkit-font-smoothing:antialiased;text-wrap:pretty}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text-strong);font-weight:var(--weight-semibold);margin:0}a{color:var(--text-link);text-decoration:none}a:hover{color:var(--text-link-hover);text-decoration:underline;text-underline-offset:3px}button{font-family:inherit}::selection{background:var(--fil-magenta);color:#fff}.dc-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-family:var(--font-body);font-weight:var(--weight-medium);border-radius:var(--radius-control);border:var(--border-w) solid transparent;cursor:pointer;white-space:nowrap;transition:background var(--dur-fast) var(--ease-standard),color var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard),transform var(--dur-instant) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard)}.dc-btn,.dc-btn:hover{text-decoration:none}.dc-btn:active{transform:scale(var(--press-scale))}.dc-btn:focus-visible{outline:none;box-shadow:var(--ring-focus)}.dc-btn[aria-disabled=true],.dc-btn[disabled]{opacity:.4;pointer-events:none}.dc-btn--sm{height:var(--control-h-sm);padding:0 var(--space-4);font-size:var(--text-body-sm)}.dc-btn--md{height:var(--control-h-md);padding:0 var(--space-5);font-size:var(--text-body-md)}.dc-btn--lg{height:var(--control-h-lg);padding:0 var(--space-6);font-size:var(--text-body-lg)}.dc-btn--block{width:100%}.dc-btn--primary{background:var(--action-primary);color:var(--text-inverse)}.dc-btn--primary:hover{background:var(--action-primary-hover)}.dc-btn--accent{background:var(--action-accent);color:var(--text-inverse);box-shadow:var(--shadow-accent)}.dc-btn--accent:hover{background:var(--action-accent-hover)}.dc-btn--secondary{background:var(--surface-card);color:var(--text-strong);border-color:var(--border-default)}.dc-btn--secondary:hover{border-color:var(--border-strong)}.dc-btn--ghost{background:transparent;color:var(--text-strong)}.dc-btn--ghost:hover{background:var(--surface-sunken)}.dc-btn--inverse{background:var(--white);color:var(--ink-950)}.dc-btn--inverse:hover{background:var(--ink-100)}.dc-iconbtn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);border:var(--border-w) solid transparent;cursor:pointer;background:transparent;color:var(--text-strong);transition:background var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard),transform var(--dur-instant) var(--ease-standard)}.dc-iconbtn:active{transform:scale(var(--press-scale))}.dc-iconbtn:focus-visible{outline:none;box-shadow:var(--ring-focus)}.dc-iconbtn--sm{width:32px;height:32px}.dc-iconbtn--md{width:40px;height:40px}.dc-iconbtn--lg{width:48px;height:48px}.dc-iconbtn--ghost:hover{background:var(--surface-sunken)}.dc-iconbtn--outline{border-color:var(--border-default);background:var(--surface-card)}.dc-iconbtn--outline:hover{border-color:var(--border-strong)}.dc-iconbtn--solid{background:var(--action-primary);color:var(--text-inverse)}.dc-iconbtn--solid:hover{background:var(--action-primary-hover)}.dc-badge{display:inline-flex;align-items:center;gap:6px;height:22px;padding:0 var(--space-2);border-radius:var(--radius-xs);border:var(--border-w) solid transparent;font-family:var(--font-mono);font-size:var(--text-caption);letter-spacing:var(--ls-mono);text-transform:uppercase;white-space:nowrap}.dc-badge--pill{padding:0 10px}.dc-badge--pill,.dc-tag{border-radius:var(--radius-pill)}.dc-tag{display:inline-flex;align-items:center;gap:var(--space-2);height:30px;padding:0 12px;border:var(--border-w) solid var(--border-default);background:var(--surface-card);color:var(--text-body);font-size:var(--text-body-sm);cursor:default;transition:border-color var(--dur-fast) var(--ease-standard),background var(--dur-fast) var(--ease-standard)}.dc-tag--clickable{cursor:pointer}.dc-tag--clickable:hover,.dc-tag--selected{border-color:var(--border-strong)}.dc-tag--selected{background:var(--ink-950);color:var(--text-inverse)}.dc-tag__dot{width:10px;height:10px;border-radius:var(--radius-pill);box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}.dc-tag__x{display:inline-flex;border:0;background:transparent;padding:0;cursor:pointer;color:inherit;opacity:.5}.dc-tag__x:hover{opacity:1}.dc-card{background:var(--surface-card);border:var(--border-w) solid var(--border-hairline);border-radius:var(--radius-card);transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out)}.dc-card--raised{box-shadow:var(--shadow-sm);border-color:transparent}.dc-card--interactive{cursor:pointer}.dc-card--interactive:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:transparent}.dc-card--inverse{background:var(--surface-inverse);border-color:var(--border-inverse);color:var(--ink-150)}.dc-field{display:flex;flex-direction:column;gap:6px}.dc-field__label{font-size:var(--text-body-sm);font-weight:var(--weight-medium);color:var(--text-strong)}.dc-field__hint{font-size:var(--text-caption);color:var(--text-muted)}.dc-field__error{font-size:var(--text-caption);color:var(--status-danger)}.dc-input{display:flex;align-items:center;gap:var(--space-2);background:var(--surface-card);border:var(--border-w) solid var(--border-default);border-radius:var(--radius-input);padding:0 var(--space-3);transition:border-color var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard)}.dc-input:hover{border-color:var(--ink-200)}.dc-input:focus-within{border-color:var(--border-strong);box-shadow:var(--ring-focus)}.dc-input--sm{height:var(--control-h-sm)}.dc-input--md{height:var(--control-h-md)}.dc-input--lg{height:var(--control-h-lg)}.dc-input--error{border-color:var(--status-danger)}.dc-input__el{flex:1 1;border:0;outline:0;background:transparent;font-family:var(--font-body);font-size:var(--text-body-md);color:var(--text-strong);min-width:0}.dc-input__el::placeholder{color:var(--text-faint)}.dc-input__affix{color:var(--text-muted);display:inline-flex;align-items:center;font-size:var(--text-body-sm)}.dc-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background:var(--surface-card);border:var(--border-w) solid var(--border-default);border-radius:var(--radius-input);height:var(--control-h-md);padding:0 var(--space-8) 0 var(--space-3);font-family:var(--font-body);font-size:var(--text-body-md);color:var(--text-strong);cursor:pointer}.dc-select:focus{outline:none;border-color:var(--border-strong);box-shadow:var(--ring-focus)}.dc-select__wrap{position:relative;display:block}.dc-select__chev{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-muted)}.dc-combo{display:block;position:relative;min-width:0}.dc-combo__gatilho{display:flex;align-items:center;gap:var(--space-2);width:100%;background:var(--surface-card);border:var(--border-w) solid var(--border-default);border-radius:var(--radius-input);height:var(--control-h-md);padding:0 var(--space-3);font-family:var(--font-body);font-size:var(--text-body-md);color:var(--text-strong);cursor:pointer;text-align:left;transition:border-color var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard)}.dc-combo__gatilho:hover{border-color:var(--ink-200)}.dc-combo__gatilho--on,.dc-combo__gatilho:focus-visible{outline:none;border-color:var(--border-strong);box-shadow:var(--ring-focus)}.dc-combo__gatilho:disabled{cursor:not-allowed;opacity:.55}.dc-combo__valor{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-combo__valor--vazio{color:var(--text-faint)}.dc-combo__chev{flex:none;display:inline-flex;color:var(--text-muted);transition:transform var(--dur-fast) var(--ease-standard)}.dc-combo__gatilho--on .dc-combo__chev{transform:rotate(180deg)}.dc-combo--celula .dc-combo__gatilho{height:34px;border-color:transparent;background:transparent;font-size:var(--text-body-sm);padding:0 8px}.dc-combo--celula .dc-combo__gatilho:hover{border-color:var(--border-default)}.dc-combo--celula .dc-combo__gatilho--on,.dc-combo--celula .dc-combo__gatilho:focus-visible{border-color:var(--border-strong);background:var(--surface-card)}.dc-combo__lista{position:fixed;z-index:1200;margin:0;padding:var(--space-1);list-style:none;overflow-y:auto;overscroll-behavior:contain;background:var(--surface-card);border:var(--border-w) solid var(--border-hairline);border-radius:var(--radius-card);box-shadow:var(--shadow-md);outline:none}.dc-combo__opcao{display:flex;align-items:center;gap:var(--space-2);padding:8px 10px;border-radius:var(--radius-input);font-family:var(--font-body);font-size:var(--text-body-sm);color:var(--text-body);cursor:pointer}.dc-combo__rot{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-combo__opcao--foco{background:var(--surface-sunken)}.dc-combo__opcao--on{color:var(--text-strong);font-weight:var(--weight-medium)}.dc-combo__check{flex:none;display:inline-flex;color:var(--text-accent)}.dc-check{display:inline-flex;gap:var(--space-3);align-items:flex-start;cursor:pointer;font-size:var(--text-body-md);color:var(--text-body)}.dc-check__box{flex:none;width:18px;height:18px;margin-top:2px;border:var(--border-w-strong) solid var(--ink-200);border-radius:var(--radius-xs);background:var(--surface-card);display:inline-flex;align-items:center;justify-content:center;transition:background var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard)}.dc-check:hover .dc-check__box{border-color:var(--ink-400)}.dc-check--on .dc-check__box{background:var(--ink-950);border-color:var(--ink-950);color:#fff}.dc-check__box--radio{border-radius:var(--radius-pill)}.dc-check--on .dc-check__box--radio{background:var(--surface-card);border-color:var(--ink-950)}.dc-check__dot{width:9px;height:9px;border-radius:var(--radius-pill);background:var(--ink-950)}.dc-check__desc{display:block;font-size:var(--text-caption);color:var(--text-muted);margin-top:2px}.dc-switch{display:inline-flex;align-items:center;gap:var(--space-3);cursor:pointer;font-size:var(--text-body-md);color:var(--text-body)}.dc-switch__track{width:40px;height:24px;border-radius:var(--radius-pill);background:var(--ink-150);position:relative;transition:background var(--dur-base) var(--ease-standard)}.dc-switch__knob{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:var(--radius-pill);background:#fff;box-shadow:var(--shadow-xs);transition:transform var(--dur-base) var(--ease-out)}.dc-switch--on .dc-switch__track{background:var(--fil-magenta)}.dc-switch--on .dc-switch__knob{transform:translateX(16px)}.dc-tabs{display:inline-flex;gap:var(--space-1)}.dc-tabs--underline{display:flex;gap:var(--space-6);border-bottom:var(--border-w) solid var(--border-hairline)}.dc-tab{display:inline-flex;align-items:center;gap:var(--space-2);border:0;background:transparent;cursor:pointer;font-family:var(--font-body);font-size:var(--text-body-md);color:var(--text-muted);transition:color var(--dur-fast) var(--ease-standard),background var(--dur-fast) var(--ease-standard)}.dc-tabs--pill .dc-tab{position:relative;height:34px;padding:0 14px;border-radius:var(--radius-pill)}@media (hover:hover){.dc-tabs--pill .dc-tab:hover{background:var(--surface-sunken);color:var(--text-strong)}}.dc-tabs--pill .dc-tab--on{color:var(--text-inverse)}.dc-tabs--pill .dc-tab--on:hover{background:transparent;color:var(--text-inverse)}.dc-tab__pilula{position:absolute;inset:0;border-radius:var(--radius-pill);background:var(--ink-950)}.dc-tab__count,.dc-tab__rot{position:relative}.dc-tabs--underline .dc-tab{height:40px;padding:0;border-bottom:2px solid transparent;margin-bottom:-1px}@media (hover:hover){.dc-tabs--underline .dc-tab:hover{color:var(--text-strong)}}.dc-tabs--underline .dc-tab--on{color:var(--text-strong);border-bottom-color:var(--fil-magenta)}.dc-tab__count{font-family:var(--font-mono);font-size:var(--text-caption);color:inherit;opacity:.6}.dc-dialog__scrim{position:fixed;inset:0;transition:top var(--dur-base) var(--ease-out),height var(--dur-base) var(--ease-out);background:rgba(8,9,11,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);align-items:center;justify-content:center;z-index:60;animation:dc-fade var(--dur-base) var(--ease-out)}.dc-dialog,.dc-dialog__scrim{display:flex;padding:var(--space-6)}.dc-dialog{width:100%;max-width:460px;max-height:100%;flex-direction:column;background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:dc-rise var(--dur-base) var(--ease-out)}.dc-dialog__head{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.dc-dialog__title{font-family:var(--font-display);font-size:var(--text-h3);letter-spacing:var(--ls-h3);color:var(--text-strong)}.dc-dialog__desc{margin-top:var(--space-2);color:var(--text-muted);font-size:var(--text-body-md)}.dc-dialog__body{flex:1 1 auto;min-height:0;overflow-y:auto;margin-top:var(--space-5);margin-inline:calc(var(--space-2) * -1);padding-inline:var(--space-2)}.dc-dialog__foot{flex:0 0 auto;display:flex;justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-6)}@keyframes dc-fade{0%{opacity:0}to{opacity:1}}@keyframes dc-rise{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:none}}.dc-toast{display:flex;gap:var(--space-3);align-items:flex-start;background:var(--surface-inverse);color:var(--ink-100);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);box-shadow:var(--shadow-lg);min-width:280px;max-width:400px;animation:dc-rise var(--dur-base) var(--ease-out)}.dc-toast__bar{width:3px;align-self:stretch;border-radius:var(--radius-pill);background:var(--fil-mint)}.dc-toast__title{font-weight:var(--weight-medium);color:#fff;font-size:var(--text-body-md)}.dc-toast__msg{font-size:var(--text-body-sm);color:var(--ink-200);margin-top:2px}.dc-tooltip{position:relative;display:inline-flex}.dc-tooltip__bubble{position:absolute;z-index:70;background:var(--ink-950);color:#fff;font-size:var(--text-caption);line-height:1.3;padding:6px 9px;border-radius:var(--radius-xs);white-space:nowrap;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:opacity var(--dur-fast) var(--ease-standard)}.dc-tooltip--on .dc-tooltip__bubble{opacity:1}.dc-eyebrow{font-family:var(--font-mono);font-size:var(--text-eyebrow);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--text-muted)}.dc-bedgrid{background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:24px 24px}.dc-bedgrid--inverse{background-image:linear-gradient(var(--grid-line-inverse) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line-inverse) 1px,transparent 1px);background-size:24px 24px}.dc-prodcard__media{position:relative;aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden;background-color:var(--surface-sunken);display:flex;align-items:center;justify-content:center}.dc-prodcard__img{width:100%;height:100%;object-fit:cover;display:block}.dc-prodcard__name{font-family:var(--font-display);font-size:var(--text-h4);letter-spacing:var(--ls-h4);color:var(--text-strong)}.dc-prodcard__price{font-family:var(--font-mono);font-size:var(--text-body-md);color:var(--text-strong);white-space:nowrap}.dc-swatch{width:26px;height:26px;border-radius:var(--radius-pill);border:2px solid transparent;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);cursor:pointer;padding:0;transition:transform var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard)}.dc-swatch:hover{transform:scale(1.08)}.dc-swatch--on{border-color:var(--ink-950)}.dc-plan{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-6)}.dc-plan__price{font-family:var(--font-display);font-size:var(--text-display-2);letter-spacing:var(--ls-display-2);color:var(--text-strong);line-height:1;white-space:nowrap}.dc-plan__feat{display:flex;gap:var(--space-2);align-items:flex-start;font-size:var(--text-body-sm);color:var(--text-body)}.dc-input__olho{display:inline-flex;align-items:center;justify-content:center;background:none;border:0;padding:0 .25rem;margin-right:.15rem;color:var(--text-muted,currentColor);line-height:1;cursor:pointer;opacity:.75}.dc-input__olho:hover{opacity:1}.dc-input__olho:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:4px}body,html{padding:0}:root{--fade-pontas:linear-gradient(180deg,transparent 0,#000 16px,#000 calc(100% - 16px),transparent)}.ap-shell{min-height:100vh;display:flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ap-shell,.ap-shell *{-webkit-tap-highlight-color:transparent}.ap-shell [contenteditable=true],.ap-shell input,.ap-shell textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}.ap-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:var(--border-w) solid var(--border-hairline)}.ap-header__in{max-width:var(--max-content);margin:0 auto;padding:var(--space-3) var(--gutter-page);gap:var(--space-6)}.ap-header__in,.ap-logo{display:flex;align-items:center}.ap-logo{gap:10px}.ap-logo img{width:26px;height:26px}.ap-logo__name{font-family:var(--font-display);font-weight:var(--weight-medium);font-size:var(--text-h4);letter-spacing:-.02em;color:var(--text-strong)}.ap-logo__sub{font-family:var(--font-mono);font-size:var(--text-eyebrow);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--text-muted);border-left:1px solid var(--border-default);padding-left:10px;margin-left:2px}.ap-nav{display:flex;gap:var(--space-1);margin-left:auto;flex-wrap:wrap}.ap-nav a{position:relative;height:34px;padding:0 14px;border-radius:var(--radius-pill);display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-md);color:var(--text-muted);text-decoration:none;transition:color var(--dur-fast) var(--ease-standard)}.ap-nav a:hover{color:var(--text-strong);text-decoration:none}.ap-nav a[aria-current=page]{color:var(--text-inverse)}.ap-nav__marca{position:absolute;inset:0;border-radius:var(--radius-pill);background:var(--ink-950)}.ap-nav__rot{position:relative;display:inline-flex;align-items:center;gap:var(--space-2)}.ap-barra{display:none;margin-left:auto;align-items:center}.ap-perfil{width:40px;height:40px;padding:0;flex:none;display:inline-flex;align-items:center;justify-content:center;background:none;border:var(--border-w) solid var(--border-default);border-radius:var(--radius-pill);color:var(--text-strong);cursor:pointer;font-family:var(--font-display);font-size:var(--text-body-md);font-weight:var(--weight-medium);line-height:1;transition:background var(--dur-fast) var(--ease-standard),color var(--dur-fast) var(--ease-standard)}.ap-perfil.is-on{background:var(--ink-950);border-color:var(--ink-950);color:var(--text-inverse)}.ap-tabbar{display:none}.ap-gaveta{display:contents}@media (max-width:860px){.ap-header__in{gap:var(--space-3)}.ap-logo__sub{display:none}.ap-barra{display:flex}.ap-gaveta{display:grid;grid-template-rows:0fr;position:absolute;top:100%;left:0;right:0;z-index:45;background:var(--surface-page);border-bottom:var(--border-w) solid transparent;overflow:hidden;visibility:hidden;pointer-events:none;transition:grid-template-rows var(--dur-base) var(--ease-standard),visibility var(--dur-base) var(--ease-standard),border-color var(--dur-base) var(--ease-standard)}.ap-gaveta.is-open{grid-template-rows:1fr;visibility:visible;pointer-events:auto;border-bottom-color:var(--border-hairline);box-shadow:var(--shadow-sm)}.ap-gaveta>*{min-height:0;overflow:hidden}.ap-conta{flex-direction:column;align-items:stretch;gap:var(--space-2);padding:var(--space-4) var(--gutter-page)}.ap-conta__email{display:block;overflow-wrap:anywhere}.ap-conta button{text-align:left}.ap-nav{display:none}.ap-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:stretch;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:var(--border-w) solid var(--border-hairline);padding:var(--space-2) var(--space-2) calc(var(--space-2) + env(safe-area-inset-bottom, 0px))}.ap-tabbar a{position:relative;flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 2px;border-radius:var(--radius-md);color:var(--text-muted);text-decoration:none;transition:color var(--dur-fast) var(--ease-standard)}.ap-tabbar a[aria-current=page]{color:var(--fil-magenta)}.ap-tabbar .ap-nav__marca{inset:0;border-radius:var(--radius-md);background:var(--surface-sunken)}.ap-tabbar .ap-nav__marca:before{content:"";position:absolute;top:0;left:50%;translate:-50% 0;width:22px;height:3px;border-radius:var(--radius-pill);background:var(--fil-magenta)}.ap-tabbar .ap-nav__rot{flex-direction:column;align-items:center;gap:4px;width:100%}.ap-nav__txt{font-size:10px;line-height:1.2;letter-spacing:-.01em;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ap-tabbar:has(a:nth-child(6)){padding-left:0;padding-right:0}.ap-tabbar:has(a:nth-child(6)) .ap-nav__txt{font-size:9px;letter-spacing:-.02em}.dc-tabs{max-width:100%;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.dc-tabs::-webkit-scrollbar{display:none}.dc-tab{flex:none}.ap-main{padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px))}}.ap-main{flex:1 1}.ap-wrap{max-width:var(--max-content);margin:0 auto;padding:var(--space-8) var(--gutter-page) var(--space-20)}@media (min-width:1280px){.ap-wrap{max-width:1360px;padding-left:var(--gutter-page-lg);padding-right:var(--gutter-page-lg)}}@media (max-width:640px){.ap-wrap{padding:var(--space-6) var(--space-4) var(--space-12)}}.ap-pagehead{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-6);flex-wrap:wrap;margin-bottom:var(--space-6)}.ap-pagehead h1{font-size:clamp(26px,6vw,var(--text-h1));letter-spacing:var(--ls-h1);font-weight:var(--weight-medium);overflow-wrap:anywhere}.ap-pagehead p{color:var(--text-muted);margin:var(--space-2) 0 0;max-width:var(--max-prose)}.ap-grid>*,.ap-hero>*,.dc-card{min-width:0}.ap-grid{display:grid;grid-gap:var(--space-6);gap:var(--space-6)}.ap-hero{display:grid;grid-gap:var(--space-4);gap:var(--space-4);margin-bottom:var(--space-6)}@media (min-width:980px){.ap-hero{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:var(--space-6)}}@media (max-width:640px){.ap-hero>:nth-child(2){order:-1}}.ap-sugeridos{display:grid;grid-gap:var(--space-3);gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.ap-sugerido{--canal:var(--ink-300);position:relative;display:flex;flex-direction:column;gap:2px;padding:var(--space-3);font:inherit;text-align:left;cursor:pointer;background:var(--surface-sunken);border:1px solid transparent;border-left:3px solid var(--canal);border-radius:var(--radius-card);transition:background var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out)}.ap-sugerido--varejo{--canal:var(--fil-magenta)}.ap-sugerido--atacado{--canal:var(--fil-cyan)}.ap-sugerido__topo{display:flex;align-items:center;gap:var(--space-3);height:24px}.ap-sugerido .dc-eyebrow{color:var(--canal)}.ap-sugerido .ap-figure__val{font-size:clamp(22px,3.4vw,30px)}.ap-sugerido .ap-figure__val,.ap-sugerido .dc-eyebrow{color:var(--text-faint)}.ap-sugerido:hover{background:var(--surface-card);border-color:var(--border-default);border-left-color:var(--canal)}.ap-sugerido:hover .ap-figure__val{color:var(--text-body)}.ap-sugerido--on{background:var(--surface-card);border-color:var(--canal);border-left-width:3px;box-shadow:0 0 0 1px var(--canal)}.ap-sugerido--on .dc-eyebrow{color:var(--canal)}.ap-sugerido--on .ap-figure__val{color:var(--text-strong)}.ap-sugerido__estado{min-height:1em;display:inline-flex;align-items:center;gap:4px;font-size:var(--text-caption);color:var(--text-faint);text-transform:uppercase;letter-spacing:var(--ls-eyebrow)}.ap-sugerido--on .ap-sugerido__estado{color:var(--canal)}.ap-sugerido:focus-visible{outline:none;box-shadow:var(--ring-focus)}.ap-sugerido__editar{width:24px;height:24px;margin-left:auto}.ap-sugerido:focus-within .ap-sugerido__editar,.ap-sugerido:hover .ap-sugerido__editar,.ap-sugerido__editar{opacity:1}.ap-sugerido--fantasma{visibility:hidden}.ap-sugerido__fundo{position:fixed;inset:0;z-index:70;background:rgba(16,16,20,.28);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.ap-sugerido--foco{position:fixed;z-index:71;top:50%;left:50%;translate:-50% -50%;width:min(420px,92vw);gap:var(--space-4);padding:var(--space-5);background:var(--surface-card);border-color:var(--canal);box-shadow:var(--shadow-lg);cursor:default}.ap-sugerido--foco .ap-figure__val,.ap-sugerido--foco .dc-eyebrow{color:var(--text-strong)}.ap-sugerido--foco .dc-eyebrow{color:var(--canal)}.ap-sugerido--foco .ap-figure__val{font-size:clamp(28px,8vw,36px)}.ap-sugerido__equivale{font-size:var(--text-body-sm);color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ap-sugerido__precobtn{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);width:100%;margin:0;padding:var(--space-2) var(--space-3);font:inherit;color:inherit;text-align:left;cursor:text;background:var(--surface-sunken);border:var(--border-w) dashed var(--border-default);border-radius:var(--radius-input)}.ap-sugerido__precobtn svg{flex:none;color:var(--text-muted)}.ap-sugerido__precobtn:hover{border-color:var(--canal)}.ap-sugerido__precobtn:hover svg{color:var(--canal)}.ap-sugerido__precobtn:focus-visible{outline:none;box-shadow:var(--ring-focus)}.ap-sugerido__precolinha{display:flex;align-items:baseline;gap:8px;padding:var(--space-2) var(--space-3);background:var(--surface-card);border:var(--border-w) solid var(--canal);border-radius:var(--radius-input)}.ap-sugerido__preco{width:100%;padding:0;border:0;background:none;font-family:var(--font-display);font-size:clamp(28px,8vw,36px);letter-spacing:var(--ls-h1);color:var(--text-strong);line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ap-sugerido__preco:focus-visible{outline:none}@media (min-width:980px){.ap-grid--2{grid-template-columns:1fr 1fr}.ap-grid--main{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}}@media (min-width:1280px){.ap-grid--main{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)}}.ap-form{display:grid;grid-gap:var(--space-4);gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:560px){.ap-form{grid-template-columns:1fr}}.ap-precofields{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:start}.ap-precofields>*{flex:1 1 170px;min-width:0}.ap-precofields>.ap-precofields__fino{flex:0 0 96px}.ap-precofields>.ap-precofields__botao{flex:0 0 auto;padding-bottom:2px}@media (min-width:560px){.ap-precofields>*{flex:1 1}}.ap-faixa{cursor:pointer;border-radius:var(--radius-sm)}.ap-faixa:hover{background:var(--surface-sunken)}.ap-faixa--on .ap-row__label{color:var(--text-strong);font-weight:var(--weight-medium)}.ap-faixa--on .ap-row__val{color:var(--fil-cyan)}.ap-fields{display:grid;grid-gap:var(--space-4);gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ap-fields--3{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.ap-sectionhead--tight{margin-bottom:var(--space-3)}.ap-sectionhead{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-4)}.ap-sectionhead h2{font-size:var(--text-h3);letter-spacing:var(--ls-h3);font-weight:var(--weight-medium)}.ap-rows{display:flex;flex-direction:column}.ap-row{display:flex;align-items:center;gap:var(--space-3);padding:9px 0;border-bottom:1px solid var(--border-hairline);font-size:var(--text-body-sm)}.ap-row:last-child{border-bottom:0}.ap-row__dot{width:8px;height:8px;border-radius:var(--radius-pill);flex:none}.ap-row__label{color:var(--text-body);flex:1 1;min-width:0}.ap-row__val{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:var(--text-body-sm);color:var(--text-strong);white-space:nowrap}.ap-row--total{border-top:2px solid var(--ink-950);border-bottom:0;padding-top:var(--space-3);margin-top:var(--space-2)}.ap-row--total .ap-row__label{color:var(--text-strong);font-weight:var(--weight-medium)}.ap-row--total .ap-row__val{font-size:var(--text-body-lg)}.ap-stack{display:flex;height:12px;border-radius:var(--radius-pill);overflow:hidden;background:var(--surface-sunken)}.ap-stack span{display:block;transition:flex-grow var(--dur-base) var(--ease-out)}.ap-legendas{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-4);margin-top:10px;font-size:var(--text-caption);color:var(--text-muted)}.ap-cardpilha{display:flex;flex-direction:column}.ap-legendas--rodape{margin-top:auto;padding-top:10px}@media (max-width:640px){.ap-stack{height:20px}.ap-legendas{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-2) var(--space-4);gap:var(--space-2) var(--space-4)}}.ap-escolhas{display:flex;justify-content:center;margin-bottom:var(--space-4)}.ap-precovenda__head .dc-tabs{display:none}.ap-num{display:inline-flex;align-items:flex-start;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1}.ap-num__col{display:inline-block;width:1ch;height:1em;overflow:hidden}.ap-num__fita{display:block;will-change:transform}.ap-num__d{display:block;text-align:center}.ap-num__d,.ap-num__fixo{height:1em;line-height:1em}.ap-num__fixo{display:inline-block;white-space:pre}.ap-figure{display:flex;flex-direction:column;gap:2px}.ap-figuras{display:flex;justify-content:space-between;gap:var(--space-6);flex-wrap:wrap;margin-bottom:12px}.ap-figure--dir{text-align:right;align-items:flex-end}@media (max-width:640px){.ap-figuras{flex-direction:column;gap:var(--space-4)}.ap-figure--dir{text-align:left;align-items:flex-start}}.ap-figure__val{font-family:var(--font-display);font-size:clamp(24px,5vw,var(--text-h1));letter-spacing:var(--ls-h1);color:var(--text-strong);line-height:1}.ap-figure__val--lg{font-size:clamp(30px,7vw,var(--text-display-2));letter-spacing:var(--ls-display-2)}.ap-figure--accent .ap-figure__val{color:var(--fil-magenta)}.ap-tablewrap{overflow-x:auto;max-width:100%;overscroll-behavior-x:contain;border:1px solid var(--border-hairline);border-radius:var(--radius-card);background:var(--surface-card)}.ap-tablewrap .ap-table thead th{background:var(--surface-sunken)}@media (hover:hover){.ap-tablewrap .ap-table tbody tr:hover td{background:var(--surface-sunken)}}.ap-tablewrap .ap-table tbody tr:first-child td{border-top:0;padding-top:var(--space-4)}.ap-tablewrap .ap-table tbody tr:last-child td{padding-bottom:var(--space-4)}.ap-tablewrap .ap-table td:first-child,.ap-tablewrap .ap-table th:first-child{padding-left:var(--space-4)}.ap-tablewrap .ap-table td:last-child,.ap-tablewrap .ap-table th:last-child{padding-right:var(--space-4)}.dc-tabs{overflow-x:auto;scrollbar-width:none}.dc-tabs::-webkit-scrollbar{display:none}.dc-tab{white-space:nowrap}.ap-table{width:100%;border-collapse:collapse;min-width:max-content;-webkit-tap-highlight-color:transparent}.ap-table th{text-align:left;font-family:var(--font-mono);font-size:var(--text-eyebrow);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--text-muted);font-weight:var(--weight-regular);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;padding:var(--space-3)}.ap-table td{padding:var(--space-3);border-top:1px solid var(--border-hairline);vertical-align:middle;transition:background var(--dur-fast,.12s) var(--ease-out)}.ap-table td.ap-td--calc{background:var(--surface-sunken);color:var(--text-muted)}@media (hover:hover){.ap-tablewrap .ap-table tbody tr:hover td.ap-td--calc{background:var(--ink-100,var(--surface-sunken))}}.ap-table th.ap-th--calc{color:var(--text-faint)}.ap-calc{display:inline-flex;align-items:baseline;gap:5px}.ap-calc--num:before{content:"=";color:var(--text-faint);font-size:.85em}.ap-table td.ap-td--num{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:var(--text-body-sm);white-space:nowrap}.ap-cell{width:100%;min-width:0;height:34px;padding:0 8px;border:var(--border-w) solid transparent;border-radius:var(--radius-input);background:transparent;font-family:var(--font-body);font-size:var(--text-body-sm);color:var(--text-strong);transition:border-color var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard)}.ap-cell:hover{border-color:var(--border-default)}.ap-cell:focus{outline:none;border-color:var(--border-strong);box-shadow:var(--ring-focus);background:var(--surface-card)}.ap-cell--num{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right;min-width:0}select.ap-cell{width:100%;min-width:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:26px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235C616B' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center;background-size:14px 14px;text-overflow:ellipsis}.ap-empty{padding:var(--space-12) var(--space-6);text-align:center;border-radius:var(--radius-card);border:1px dashed var(--border-default)}.ap-empty p{color:var(--text-muted);margin:var(--space-2) 0 var(--space-4)}.ap-toasts{position:fixed;right:var(--space-6);bottom:var(--space-6);z-index:80;display:flex;flex-direction:column;gap:var(--space-2)}.ap-skel{height:12px;border-radius:var(--radius-pill);background:var(--surface-sunken);animation:ap-pulse 1.2s ease-in-out infinite}@keyframes ap-pulse{0%,to{opacity:1}50%{opacity:.45}}.ap-cards{display:grid;grid-gap:var(--space-4);gap:var(--space-4);grid-template-columns:1fr}@media (min-width:720px){.ap-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.ap-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.ap-prodcard{text-align:left;font:inherit;color:inherit;cursor:pointer;width:100%;display:flex;flex-direction:column;gap:var(--space-3)}.ap-prodcard:focus-visible{outline:none;box-shadow:var(--ring-focus)}.ap-prodcard__acoes{display:flex;align-items:center;gap:var(--space-1);flex:none;color:var(--text-muted)}.ap-prodcard:hover .ap-prodcard__acoes{color:var(--text-strong)}.ap-prodcard__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.ap-prodcard__head h2{font-size:var(--text-body-lg);letter-spacing:-.01em;font-weight:var(--weight-medium);margin:0;min-width:0;overflow-wrap:anywhere}.ap-prodcard__desc{margin:0;color:var(--text-muted);font-size:var(--text-body-sm);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ap-prodcard__tags{display:flex;gap:var(--space-2);flex-wrap:wrap}.ap-prodcard__nums{display:flex;gap:var(--space-5);flex-wrap:wrap;margin-top:auto;padding-top:var(--space-3);border-top:1px solid var(--border-hairline)}.ap-prodhead{display:grid;grid-gap:var(--space-5);gap:var(--space-5);margin-bottom:var(--space-6);align-items:center}@media (min-width:900px){.ap-prodhead{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:var(--space-6)}}.ap-prodhead h1{font-size:clamp(19px,3.4vw,26px);letter-spacing:var(--ls-h1);font-weight:var(--weight-medium);margin:6px 0 0;display:flex;align-items:center;gap:var(--space-2);overflow-wrap:anywhere}.ap-prodhead p{color:var(--text-muted);margin:var(--space-2) 0 0;max-width:var(--max-prose)}.ap-prodhead__acoes{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-4)}.ap-prodnums{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-4) var(--space-5);gap:var(--space-4) var(--space-5)}@media (min-width:1100px){.ap-prodnums{grid-template-columns:repeat(4,minmax(0,1fr))}}.ap-prodnums .ap-figure__val{font-size:clamp(20px,3vw,26px)}.ap-resumo{display:flex;gap:var(--space-6) 40px;flex-wrap:wrap;align-items:center}@media (max-width:640px){.ap-prodhead{display:grid;grid-gap:var(--space-5);gap:var(--space-5);margin-bottom:var(--space-6);align-items:center}@media (min-width:900px){.ap-prodhead{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:var(--space-6)}}.ap-prodhead h1{font-size:clamp(19px,3.4vw,26px);letter-spacing:var(--ls-h1);font-weight:var(--weight-medium);margin:6px 0 0;display:flex;align-items:center;gap:var(--space-2);overflow-wrap:anywhere}.ap-prodhead p{color:var(--text-muted);margin:var(--space-2) 0 0;max-width:var(--max-prose)}.ap-prodhead__acoes{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-4)}.ap-prodnums{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-4) var(--space-5);gap:var(--space-4) var(--space-5)}@media (min-width:1100px){.ap-prodnums{grid-template-columns:repeat(4,minmax(0,1fr))}}.ap-prodnums .ap-figure__val{font-size:clamp(20px,3vw,26px)}.ap-resumo{gap:var(--space-5)}}.ap-mini{display:flex;flex-direction:column;gap:3px}.ap-mini .dc-eyebrow{color:var(--text-faint)}.ap-mini strong{font-family:var(--font-display);font-size:var(--text-body-lg);line-height:1.1;letter-spacing:-.01em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:var(--weight-medium);color:var(--text-strong)}.ap-prodcard__nums .ap-mini:last-child strong{color:var(--fil-magenta)}.ap-back{display:inline-flex;align-items:center;gap:var(--space-2);background:none;border:0;padding:0;margin-bottom:var(--space-4);font:inherit;font-size:var(--text-body-sm);color:var(--text-muted);cursor:pointer}.ap-back:hover{color:var(--text-strong)}.ap-hint{color:var(--text-muted);font-size:var(--text-body-sm);margin:0 0 var(--space-4);max-width:var(--max-prose)}.ap-table--custos{min-width:420px}.ap-table--custos td{padding:var(--space-2) var(--space-3)}.ap-table--custos td:nth-child(2),.ap-table--custos th:nth-child(2){width:100%}.ap-table--custos td:first-child,.ap-table--custos th:first-child{padding-right:0}@media (max-width:720px){.ap-table--custos td:nth-child(3),.ap-table--custos th:nth-child(3){display:none}.ap-table--custos{min-width:0}}@media (max-width:640px){.ap-table--custos,.ap-table--custos tbody,.ap-table--custos td,.ap-table--custos th,.ap-table--custos thead,.ap-table--custos tr{display:block}.ap-table--custos tr{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;grid-column-gap:10px;column-gap:10px;grid-row-gap:2px;row-gap:2px;padding:var(--space-3) var(--space-4);border-top:1px solid var(--border-hairline)}.ap-table--custos thead tr{border-top:0}.ap-table--custos td,.ap-table--custos th{padding:0!important;border-top:0}.ap-table--custos td:first-child,.ap-table--custos th:first-child{grid-row:1/span 2;width:auto}.ap-table--custos td:nth-child(2),.ap-table--custos th:nth-child(2){grid-column:2/4;width:auto}.ap-table--custos td:nth-child(4){grid-column:2;text-align:left!important}.ap-table--custos td:nth-child(5){grid-column:3;text-align:right!important}.ap-table--custos thead th:nth-child(4),.ap-table--custos thead th:nth-child(5){display:none}.ap-tablewrap .ap-table--custos thead th{background:transparent}.ap-table--custos td[colspan]{grid-column:1/-1;grid-row:auto}}@media (max-width:640px){.ap-tablewrap:has(.ap-table--cadastro){border:0;border-radius:0;background:transparent;overflow:visible}.ap-table--cadastro,.ap-table--cadastro tbody,.ap-table--cadastro td,.ap-table--cadastro thead,.ap-table--cadastro tr{display:block}.ap-table--cadastro{min-width:0}.ap-table--cadastro thead{display:none}.ap-table--cadastro tbody tr{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-3);gap:var(--space-3);padding:var(--space-4);margin-bottom:var(--space-3);border:1px solid var(--border-hairline);border-radius:var(--radius-card);background:var(--surface-card)}.ap-tablewrap .ap-table--cadastro tbody td{width:auto!important;min-width:0!important;white-space:normal!important;padding:0!important;border-top:0;background:transparent}.ap-table--cadastro tbody td:first-child{grid-column:1/-1;padding-right:36px!important}.ap-table--cadastro tbody td:first-child:before{display:none}.ap-table--cadastro tbody td:first-child .ap-cell{height:38px;font-size:var(--text-body-md);font-weight:var(--weight-medium)}.ap-table--cadastro tbody td:before{content:attr(data-label);display:block;margin-bottom:2px;font-family:var(--font-mono);font-size:var(--text-eyebrow);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-table--cadastro tbody td .ap-cell{padding-left:8px;padding-right:8px;margin-left:-8px;width:calc(100% + 8px)}.ap-table--cadastro tbody .ap-cell--num,.ap-table--cadastro tbody td.ap-td--num{text-align:left}.ap-tablewrap .ap-table--cadastro tbody td.ap-td--calc{background:var(--surface-sunken)!important;border-radius:var(--radius-input);padding:6px 8px!important}.ap-table--cadastro tbody td.ap-td--acoes{position:absolute;top:var(--space-3);right:var(--space-3);grid-column:auto}.ap-table--cadastro tbody td.ap-td--acoes:before{display:none}.ap-table--cadastro tbody tr:has(td[colspan]){display:block;border:0;background:transparent;padding:0}.ap-table--cadastro tbody td[colspan]:before{display:none}}.ap-tr--off td{opacity:.45}.ap-tr--off .ap-td--num{text-decoration:line-through}.dc-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ap-picker{position:relative;display:inline-block}.ap-picker h1{margin:0}@media (max-width:640px){.ap-picker h1{font-size:clamp(19px,5vw,24px);letter-spacing:-.01em}}.ap-picker__btn{display:inline-flex;align-items:center;gap:var(--space-3);font:inherit;letter-spacing:inherit;color:inherit;background:none;border:0;padding:0;margin:0;cursor:pointer;text-align:left;border-radius:var(--radius-sm)}.ap-picker__btn:focus-visible{outline:none;box-shadow:var(--ring-focus)}.ap-picker__chev{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--radius-pill);background:var(--surface-sunken);color:var(--text-muted);transition:transform var(--dur-base) var(--ease-out),background var(--dur-base) var(--ease-out),color var(--dur-base) var(--ease-out)}.ap-picker__btn:hover .ap-picker__chev,.ap-picker__chev[data-aberto]{background:var(--ink-950);color:var(--text-inverse)}.ap-picker__chev[data-aberto]{transform:rotate(180deg)}.ap-picker__menu{position:absolute;top:calc(100% + var(--space-3));left:0;z-index:40;min-width:max(260px,100%);max-width:min(92vw,420px);padding:var(--space-2);background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:var(--radius-card);box-shadow:var(--shadow-raised,0 12px 32px rgba(16,16,20,.14))}.ap-picker__lista,.ap-picker__menu{display:flex;flex-direction:column;gap:2px}.ap-picker__lista{max-height:220px;overflow-y:auto;overscroll-behavior:contain;-webkit-mask-image:var(--fade-pontas);mask-image:var(--fade-pontas)}.ap-picker__item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);width:100%;padding:var(--space-2) var(--space-3);font:inherit;font-size:var(--text-body);letter-spacing:normal;font-weight:var(--weight-regular);color:var(--text-body);background:none;border:0;border-radius:var(--radius-sm);cursor:pointer;text-align:left}.ap-picker__item:hover{background:var(--surface-sunken);color:var(--text-strong)}.ap-picker__item--on{color:var(--text-strong);font-weight:var(--weight-medium)}.ap-picker__item--on svg{color:var(--fil-magenta)}.ap-picker__sep{height:1px;background:var(--border-hairline);margin:var(--space-2) var(--space-1)}.ap-picker__item--novo{font-weight:var(--weight-medium)}.ap-picker__item--novo,.ap-picker__item--novo svg{color:var(--fil-magenta)}.ap-sel--celular{display:none}@media (max-width:640px){.ap-sel--pc{display:none}.ap-sel--celular{display:block}.ap-pagehead--centro{justify-content:center;text-align:center}.ap-pagehead--centro>div{width:min(380px,100%);margin:0 auto}.ap-pagehead--centro p{margin-left:auto;margin-right:auto}}.ap-pilha{width:min(380px,100%);margin:0 auto;position:relative}.ap-pilha[data-aberto]{z-index:60}.ap-pilha__sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ap-pilha__pilha{position:relative;height:62px}.ap-pilha__card,.ap-pilha__novo{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);height:62px;padding:0 var(--space-5);font:inherit;font-size:var(--text-body);font-weight:var(--weight-regular);letter-spacing:normal;color:var(--text-body);text-align:left;background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:var(--radius-card);box-shadow:var(--shadow-raised,0 10px 28px rgba(16,16,20,.12));cursor:pointer}.ap-pilha__card:focus-visible,.ap-pilha__novo:focus-visible{outline:none;box-shadow:var(--ring-focus)}.ap-pilha__nome{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ap-pilha__card--on{font-weight:var(--weight-medium);color:var(--text-strong)}.ap-pilha__card--on svg{color:var(--fil-magenta)}.ap-pilha__card>svg{flex:none;color:var(--text-muted)}.ap-pilha__card--on>svg,.ap-pilha__novo{color:var(--fil-magenta)}.ap-pilha__novo{font-weight:var(--weight-medium)}.ap-pilha__novo svg{color:var(--fil-magenta)}.ap-pilha__painel{position:fixed;inset:0;z-index:2;width:min(380px,100%);margin:0 auto;display:flex;flex-direction:column;gap:var(--space-3);padding:calc(var(--space-4) + env(safe-area-inset-top)) var(--space-4) calc(var(--space-4) + env(safe-area-inset-bottom))}.ap-pilha__scroll{flex:1 1;min-height:0;display:flex;flex-direction:column;gap:10px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:4px 0;-webkit-mask-image:var(--fade-pontas);mask-image:var(--fade-pontas)}.ap-pilha__card--fluxo{will-change:transform,opacity}.ap-pilha__card--fluxo,.ap-pilha__painel .ap-pilha__novo{position:relative;flex:none}.ap-pilha__topo{display:flex;align-items:center;gap:var(--space-2);flex:none}.ap-pilha__fechar{flex:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-pill);color:var(--text-body);background:var(--surface-card);border:1px solid var(--border-hairline);cursor:pointer}.ap-pilha__fechar:hover{background:var(--ink-950);color:var(--text-inverse)}.ap-pilha__fechar:focus-visible{outline:none;box-shadow:var(--ring-focus)}.ap-busca{width:100%;height:44px;padding:0 var(--space-4);font:inherit;font-size:var(--text-body);letter-spacing:normal;color:var(--text-body);background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:var(--radius-card)}.ap-busca::placeholder{color:var(--text-muted)}.ap-busca:focus-visible{outline:none;box-shadow:var(--ring-focus)}.ap-vazio{margin:0;padding:var(--space-4);color:var(--text-muted);text-align:center}.ap-pilha__fundo{position:fixed;inset:0;z-index:-1;background:rgba(16,16,20,.28);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:0;padding:0;cursor:default}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.ap-conta{display:flex;align-items:center;gap:var(--space-3)}.ap-conta__email{font-size:var(--text-body-sm);color:var(--text-faint);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ap-conta button{background:none;border:0;padding:0;cursor:pointer;font:inherit;font-size:var(--text-body-sm);color:var(--text-muted);text-decoration:underline;text-underline-offset:3px}.ap-conta button:hover{color:var(--text-strong)}@media (max-width:640px){.ap-conta__email{display:none}}.ap-auth,.ap-paywall{max-width:460px;margin:0 auto;padding:var(--space-12) var(--space-4) var(--space-20)}.ap-paywall{max-width:520px}.ap-auth__cabeca{margin-bottom:var(--space-6)}.ap-auth__cabeca h1,.ap-paywall h1{font-family:var(--font-display);font-size:var(--text-h1);letter-spacing:var(--ls-h1);color:var(--text-strong);margin:0 0 var(--space-2)}.ap-auth__cabeca p{color:var(--text-muted);margin:0}.ap-auth__form{display:flex;flex-direction:column;gap:var(--space-4)}.ap-auth__aviso,.ap-auth__erro{font-size:var(--text-body-sm);margin:0;padding:var(--space-3);border-radius:var(--radius-sm)}.ap-auth__erro{color:var(--status-danger);background:color-mix(in srgb,var(--status-danger) 8%,transparent)}.ap-auth__aviso{color:var(--text-strong);background:var(--surface-sunken)}.ap-auth__rodape,.ap-auth__troca{margin:var(--space-5) 0 0;text-align:center;font-size:var(--text-body-sm);color:var(--text-muted)}.ap-auth__troca button{background:none;border:0;padding:0;cursor:pointer;font:inherit;color:var(--action-accent);text-decoration:underline;text-underline-offset:3px}.ap-paywall__selo{display:inline-block;margin-bottom:var(--space-3);font-size:var(--text-eyebrow);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--action-accent)}.ap-paywall__sub{color:var(--text-muted);margin:0 0 var(--space-6)}.ap-paywall__preco{display:flex;align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-6)}.ap-paywall__preco strong{font-family:var(--font-display);font-size:var(--text-display-2);letter-spacing:var(--ls-display-2);color:var(--text-strong)}.ap-paywall__preco span{color:var(--text-faint);font-size:var(--text-body-sm)}.ap-paywall__lista{list-style:none;margin:0 0 var(--space-6);padding:0}.ap-paywall__lista li{position:relative;padding:var(--space-2) 0 var(--space-2) var(--space-6);font-size:var(--text-body-md);color:var(--text-body);border-bottom:var(--border-hairline)}.ap-paywall__lista li:last-child{border-bottom:0}.ap-paywall__lista li:before{content:"\2713";position:absolute;left:0;color:var(--action-accent);font-weight:600}.ap-paywall__pagamento{margin:var(--space-3) 0 0;text-align:center;font-size:var(--text-caption);color:var(--text-faint)}.ap-paywall__sair{display:block;margin:var(--space-6) auto 0;background:none;border:0;cursor:pointer;font:inherit;font-size:var(--text-body-sm);color:var(--text-faint);text-decoration:underline;text-underline-offset:3px}.ap-vendas{max-width:var(--max-content);margin:0 auto;padding:var(--space-12) var(--gutter-page) var(--space-20)}.ap-vendas__hero{max-width:var(--max-prose);margin-bottom:var(--space-20)}.ap-vendas__hero h1{font-family:var(--font-display);font-size:var(--text-display-2);letter-spacing:var(--ls-display-2);color:var(--text-strong);margin:0 0 var(--space-4)}.ap-vendas__hero p{font-size:var(--text-body-lg);color:var(--text-muted);margin:0 0 var(--space-8)}.ap-vendas__cta{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap}.ap-vendas__cta span{font-size:var(--text-body-sm);color:var(--text-faint)}.ap-vendas__blocos{display:grid;grid-gap:var(--space-6);gap:var(--space-6);margin-bottom:var(--space-20);grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.ap-vendas__blocos h2{font-size:var(--text-h4);color:var(--text-strong);margin:0 0 var(--space-2)}.ap-vendas__blocos p{color:var(--text-muted);margin:0}.ap-vendas__inclui{margin-bottom:var(--space-20)}.ap-vendas__inclui h2{font-size:var(--text-h3);letter-spacing:var(--ls-h3);color:var(--text-strong);margin:0 0 var(--space-6)}.ap-vendas__inclui ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:var(--space-2);gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ap-vendas__inclui li{position:relative;padding-left:var(--space-6);color:var(--text-body)}.ap-vendas__inclui li:before{content:"\2713";position:absolute;left:0;color:var(--action-accent)}.ap-vendas__fecho{text-align:center;padding:var(--space-12) 0;border-top:var(--border-hairline)}.ap-vendas__fecho h2{font-family:var(--font-display);font-size:var(--text-h1);letter-spacing:var(--ls-h1);color:var(--text-strong);margin:0 0 var(--space-3)}.ap-vendas__fecho p{color:var(--text-muted);margin:0 0 var(--space-6)}.ap-vendas__entrar{margin-top:var(--space-6)!important;font-size:var(--text-body-sm)}.ap-pagina{max-width:var(--max-content);margin:0 auto;padding:var(--space-8) var(--gutter-page) var(--space-20);display:grid;grid-gap:var(--space-6);gap:var(--space-6)}.ap-pagina__topo h1{font-family:var(--font-display);font-size:var(--text-h1);letter-spacing:var(--ls-h1);color:var(--text-strong);margin:0 0 var(--space-2)}.ap-pagina__topo p{color:var(--text-muted);margin:0}.ap-pagina h2{font-size:var(--text-h4);color:var(--text-strong);margin:0 0 var(--space-2)}.ap-afiliado__numeros{display:grid;grid-gap:var(--space-4);gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ap-afiliado__numeros span{display:block;font-size:var(--text-caption);color:var(--text-faint);margin-bottom:var(--space-1)}.ap-afiliado__numeros strong{font-family:var(--font-display);font-size:var(--text-h1);letter-spacing:var(--ls-h1);color:var(--text-strong)}.ap-afiliado__dica{font-size:var(--text-body-sm);color:var(--text-muted);margin:0 0 var(--space-4)}.ap-afiliado__link{display:flex;gap:var(--space-3);align-items:center;flex-wrap:wrap}.ap-afiliado__link code{flex:1 1;min-width:240px;padding:var(--space-3);background:var(--surface-sunken);border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:var(--text-body-sm);color:var(--text-strong);overflow-wrap:anywhere}.ap-afiliado__codigo{margin:var(--space-4) 0 0;font-size:var(--text-body-sm);color:var(--text-muted)}.ap-afiliado__codigo strong{font-family:var(--font-mono);color:var(--text-strong);letter-spacing:.08em}.ap-afiliado__pix{display:flex;gap:var(--space-3);align-items:flex-end;flex-wrap:wrap}.ap-afiliado__pix>:first-child{flex:1 1;min-width:240px}.ap-tabela{width:100%;border-collapse:collapse;font-size:var(--text-body-sm)}.ap-tabela td,.ap-tabela th{text-align:left;padding:var(--space-3) var(--space-2);border-bottom:var(--border-hairline);vertical-align:top}.ap-tabela th{font-size:var(--text-caption);color:var(--text-faint);text-transform:uppercase;letter-spacing:var(--ls-eyebrow);font-weight:500}.ap-tabela td{color:var(--text-body)}.ap-tabela small{color:var(--text-faint)}.ap-tabela code{font-family:var(--font-mono);color:var(--text-strong);letter-spacing:.08em}.ap-admin .ap-tabela{display:block;overflow-x:auto}.ap-admin__cabeca-lista{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ap-admin__cabeca-lista button{background:none;border:0;padding:0;font:inherit;font-size:.85rem;color:var(--cor-texto-suave,#6b7280);text-decoration:underline;cursor:pointer}.ap-admin__cabeca-lista button:hover{color:inherit}.ap-admin__precos{display:grid;grid-gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.ap-admin__precos,.ap-admin__promo-topo{gap:var(--space-4);margin-bottom:var(--space-4)}.ap-admin__promo-topo{display:flex;align-items:center;flex-wrap:wrap}.ap-admin__promo-resumo{font-size:var(--text-body-sm);color:var(--text-muted)}.ap-admin__promo-resumo s{color:var(--text-faint)}.ap-admin__promo-resumo strong{color:var(--text-strong)}.ap-paywall__de,.ap-vendas__de{color:var(--text-faint);font-weight:400;margin-right:var(--space-2)}