:root{color:#1a1a1a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:linear-gradient(#eef2f7 0%,#f5f5f5 40%);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-width:320px;margin:0}#root,.site{min-height:100vh}.app{min-height:100%;padding:1.5rem 1.25rem 2rem}@media (width<=767px){.app{padding:.65rem 1rem 2rem}}.calculator-layout{gap:2rem;max-width:960px;margin:0 auto 3rem;display:grid}.calculator-loading{justify-content:center;align-items:center;min-height:12rem;display:flex}.loading-state{color:#555;margin:0;font-size:.95rem}@media (width>=768px){.calculator-layout{grid-template-columns:1fr 1fr;align-items:start}}.calculator-header h1{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;line-height:1.2}.calculator-subtitle{color:var(--text-muted,#555);margin:0 0 1rem}.rate-badge{color:#0b5cab;background:#e8f4fd;border-radius:999px;margin:0 0 1.5rem;padding:.35rem .75rem;font-size:.85rem;display:inline-block}.rate-badge[data-status=fallback]{color:#8a5a00;background:#fff4e5}.calculator-form{flex-direction:column;gap:1.25rem;display:flex}.field label,.field legend{margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.field input[type=text],.field select{box-sizing:border-box;background:#fff;border:1px solid #ccc;border-radius:8px;width:100%;padding:.65rem .75rem;font-size:1rem}.field input[type=text]:focus,.field select:focus{outline-offset:1px;border-color:#0b5cab;outline:2px solid #0b5cab}.required{color:#c00}.remessa-toggle{border:none;margin:0;padding:0}.toggle-group{gap:1.5rem;display:flex}.toggle-group label{cursor:pointer;align-items:center;gap:.4rem;font-weight:500;display:flex}.field-hint{color:var(--text-muted,#666);margin:.5rem 0 0;font-size:.85rem}.receipt{perspective:800px}.receipt-paper{background:linear-gradient(#fffef9 0%,#f8f6f0 100%);border:1px solid #d8d4c8;border-radius:4px 4px 0 0;padding:1.35rem 1.25rem 1.75rem;font-family:SF Mono,Consolas,Liberation Mono,monospace;position:relative;box-shadow:inset 0 1px #fff,0 8px 24px #00000014,0 2px 4px #0000000a}.receipt-brand{text-align:left;align-items:center;gap:.65rem;margin-bottom:.75rem;display:flex}.receipt-brand-mark{font-size:1.25rem;line-height:1}.receipt-brand-name{letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.95rem;font-weight:800}.receipt-brand-sub{color:#666;letter-spacing:.02em;margin:.15rem 0 0;font-size:.7rem}.receipt-divider{text-align:center;color:#aaa;letter-spacing:.12em;-webkit-user-select:none;user-select:none;margin:.5rem 0;font-size:.65rem}.receipt-divider--bold{color:#888;margin:.65rem 0}.receipt-lines{margin:0}.receipt-row{opacity:0;border-bottom:1px dashed #ddd9ce;justify-content:space-between;gap:.75rem;padding:.45rem 0;animation:.45s forwards receiptLineIn;display:flex}.receipt-row dt,.receipt-row-label{color:#444;max-width:62%;margin:0;font-size:.72rem;line-height:1.35}.receipt-row dd,.receipt-row-value{white-space:nowrap;color:#1a1a1a;margin:0;font-size:.8rem;font-weight:700}.receipt-row--pulse{background:#0b5cab0f;border-radius:4px;margin:0 -.25rem;padding-left:.25rem;padding-right:.25rem;animation:.45s forwards receiptLineIn,.7s icmsPulse}@keyframes receiptLineIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes icmsPulse{0%,to{box-shadow:none}50%{box-shadow:0 0 0 3px #0b5cab40}}.receipt-total{opacity:0;border-bottom:none;justify-content:space-between;gap:.75rem;padding:.6rem 0 .25rem;animation:.5s forwards receiptLineIn;display:flex}.receipt-total dt,.receipt-total .receipt-row-label{text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.85rem;font-weight:800}.receipt-total-amount{color:#0b5cab;margin:0;font-size:1.15rem;font-weight:800}.traffic-light{opacity:0;border-radius:6px;align-items:center;gap:.5rem;margin-top:.85rem;padding:.5rem .65rem;font-family:system-ui,sans-serif;font-size:.72rem;font-weight:600;animation:.45s .45s forwards receiptLineIn;display:flex}.traffic-light-dot{border-radius:50%;flex-shrink:0;width:.55rem;height:.55rem}.traffic-light--green{color:#1a6b3c;background:#e8f7ee}.traffic-light--green .traffic-light-dot{background:#22c55e}.traffic-light--yellow{color:#8a5a00;background:#fff8e6}.traffic-light--yellow .traffic-light-dot{background:#eab308}.traffic-light--red{color:#9b1c1c;background:#fdecec}.traffic-light--red .traffic-light-dot{background:#ef4444}.receipt-footer{border-top:1px dashed #ddd9ce;margin-top:1rem;padding-top:.5rem}.receipt-footer p{color:#888;margin:.25rem 0 0;font-family:system-ui,sans-serif;font-size:.65rem}.receipt-disclaimer{font-style:italic}.receipt-tear{background-color:#0000;background-image:linear-gradient(135deg,#f8f6f0 33%,#0000 33%),linear-gradient(225deg,#f8f6f0 33%,#0000 33%);background-position:-4px 0,-4px 0;background-repeat:repeat,repeat;background-size:8px 8px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;height:8px;position:absolute;bottom:-8px;left:0;right:0}.import-faq{max-width:720px;margin:0 auto;padding:0 .25rem}.import-faq h2{letter-spacing:-.02em;margin:0 0 1.25rem;font-size:1.35rem}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:#fff;border:1px solid #e4e4e4;border-radius:10px;overflow:hidden}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;min-height:44px;padding:.75rem 1.1rem;font-size:.95rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:#0b5cab;flex-shrink:0;font-weight:400}.faq-item[open] summary:after{content:"−"}.faq-item p{color:#444;margin:0;padding:0 1.1rem 1rem;font-size:.9rem;line-height:1.6}.faq-item[open]{border-color:#b8d4f0;box-shadow:0 2px 8px #0b5cab0f}.transparency{max-width:720px;margin:2.5rem auto 0;padding:0 .25rem}.transparency h2{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.35rem}.transparency-intro{color:#555;margin:0 0 1.25rem;font-size:.9rem}.transparency-grid{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=600px){.transparency-grid{grid-template-columns:repeat(2,1fr)}}.transparency-card{background:#fff;border:1px solid #e4e4e4;border-radius:10px;padding:1rem 1.1rem}.transparency-card h3{text-transform:uppercase;letter-spacing:.04em;color:#0b5cab;margin:0 0 .4rem;font-size:.85rem;font-weight:700}.transparency-card p{color:#444;margin:0;font-size:.88rem;line-height:1.55}.calculator-fold{flex-direction:column;gap:.65rem;display:flex}@media (width<=767px){.calculator-header{margin-bottom:.35rem}.calculator-header h1{margin-bottom:.15rem;font-size:1.3rem;line-height:1.15}.calculator-subtitle{margin-bottom:.35rem;font-size:.82rem;line-height:1.35}.calculator-header .rate-badge{margin-bottom:.5rem;padding:.25rem .55rem;font-size:.72rem}.calculator-fold{gap:.45rem}.calculator-fold .field{margin:0}#product-price{scroll-margin-top:.5rem}}@media (width<=390px){.calculator-subtitle{display:none}}.quick-presets{margin-bottom:0}.quick-presets-label{text-transform:uppercase;letter-spacing:.04em;color:#666;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.quick-presets-list{flex-wrap:wrap;gap:.75rem;display:flex}@media (width<=767px){.quick-presets-label{margin-bottom:.3rem;font-size:.7rem}.quick-presets-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:.1rem;overflow-x:auto}.quick-presets-list::-webkit-scrollbar{display:none}.quick-preset-btn{flex-shrink:0;font-size:.78rem}}.quick-preset-btn{color:#0b5cab;cursor:pointer;background:#fff;border:1px solid #c8d8ea;border-radius:999px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s,transform .1s;display:inline-flex}.quick-preset-btn:hover{background:#e8f4fd;border-color:#0b5cab}.quick-preset-btn--active{color:#fff;background:#0b5cab;border-color:#0b5cab}.compare-brazil{border:none;margin:0;padding:0}.compare-brazil-legend{margin-bottom:0}.compare-brazil-toggle{cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.compare-brazil-toggle input{accent-color:#0b5cab;width:1rem;height:1rem}.brazil-savings{border-radius:6px;margin-top:.75rem;padding:.65rem .75rem;font-family:system-ui,sans-serif;font-size:.78rem;line-height:1.4}.brazil-savings p{margin:0}.brazil-savings--win{color:#1a6b3c;background:#e8f7ee;border:1px solid #b8e6c8}.brazil-savings--lose{color:#8a5a00;background:#fff4e5;border:1px solid #f0d9a8}.affiliate-rails{border-top:1px dashed #ddd9ce;flex-direction:column;gap:.5rem;margin-top:.85rem;padding-top:.75rem;display:flex}.affiliate-btn{text-align:center;border-radius:6px;padding:.6rem .75rem;font-family:system-ui,sans-serif;font-size:.72rem;font-weight:700;text-decoration:none;transition:transform .1s,box-shadow .15s;display:block}.affiliate-btn:hover{transform:translateY(-1px);box-shadow:0 3px 8px #0000001a}.affiliate-btn--forwarder{color:#fff;background:#1a1a2e}.affiliate-btn--fintech{color:#fff;background:linear-gradient(135deg,#0b5cab 0%,#083d73 100%)}.affiliate-microcopy{color:#666;text-align:center;margin:0;font-family:system-ui,sans-serif;font-size:.65rem}.copy-summary-btn{letter-spacing:.02em;color:#0b5cab;cursor:pointer;background:#fff;border:1px dashed #0b5cab;border-radius:6px;width:100%;margin-top:.75rem;padding:.55rem .75rem;font-family:system-ui,sans-serif;font-size:.75rem;font-weight:700;transition:background .15s}.copy-summary-btn:hover{background:#e8f4fd}.legal-footer{color:#888;text-align:center;background-color:#0000;border-top:1px solid #333;width:100%;margin-top:3rem;padding:2rem 1.5rem;font-size:.75rem;line-height:1.6}.legal-footer p{margin:0 0 .5rem}.legal-footer-links{margin-top:1rem;font-size:.75rem}.legal-footer-links span{color:#888;margin:0 .75rem .5rem;display:inline-block}.legal-footer-links a{color:#888;margin:0 .75rem;text-decoration:none;transition:color .2s}.legal-footer-links a:hover{color:#fff;text-decoration:underline}@media (prefers-reduced-motion:reduce){.receipt-row,.receipt-total,.traffic-light{opacity:1;animation:none}.receipt-row--pulse{animation:none}.affiliate-btn:hover,.quick-preset-btn:hover{transform:none}}
