@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root{
  --yellow:#ffe600; --blue:#3483fa; --success:#00a650; --danger:#f23d4f;
  --text:#333; --text2:#666; --muted:#999;
  --bg:#ededed; --surface:#fff; --border:#e6e6e6;
  --warnBg:#fff8e6; --warnBd:#f5d479; --warnTx:#7a5c00;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.4}
a{color:var(--blue);text-decoration:none}
.frame{max-width:420px;margin:0 auto;min-height:100vh;background:var(--bg);display:flex;flex-direction:column}

/* Header (Mercado Livre yellow) */
.appbar{background:var(--yellow);color:#000;display:flex;align-items:center;padding:10px 8px;position:relative;min-height:48px}
.appbar .back{background:none;border:0;color:#000;font-size:22px;cursor:pointer;padding:6px 10px;line-height:1}
.appbar .title{position:absolute;left:0;right:0;text-align:center;font-weight:600;font-size:16px;pointer-events:none}

/* Layout */
.main{flex:1;overflow-y:auto;padding-bottom:24px}
.card{background:var(--surface);padding:20px}
.gap{height:8px}
h1,h2,h3{margin:0}
h3{font-size:18px;font-weight:700;color:var(--text)}
.muted{color:var(--text2);font-size:13px}
.kicker{font-size:12px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}
.lbl{font-size:12px;font-weight:700;color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px;display:block}

/* Form fields */
.field{margin-bottom:14px}
.field label{display:block;font-size:12px;color:var(--text2);margin-bottom:4px;font-weight:600}
.input,select,textarea{width:100%;padding:11px 12px;border:1px solid #c5c5c5;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;color:var(--text)}
.input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 2px rgba(52,131,250,.15)}
.help{font-size:12px;color:var(--text2);margin-top:4px}
.help.err{color:#c62828}
.row2{display:flex;gap:8px}
.row2 .field{flex:1}
.row2 .small{flex:0 0 110px}
.checkrow{display:flex;align-items:flex-start;gap:8px;margin:10px 0}
.checkrow input{margin-top:3px}
.checkrow label{font-size:13px;color:var(--text2)}

/* Company mini card */
.empresaMiniCard{display:flex;gap:12px;align-items:center;padding:14px 16px;margin-bottom:16px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.empresaMiniCard-icon{width:52px;height:52px;border-radius:50%;background:#eef5ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:24px;flex:0 0 auto}
.empresaMiniCard-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}
.empresaMiniCard-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px}
.empresaMiniCard-kicker{font-size:12px;color:var(--text2);line-height:1.2}
.empresaMiniCard-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:999px;background:#f4fbf6;border:1px solid #d8f1e2;color:var(--success);font-size:11px;font-weight:600;line-height:1.15;white-space:nowrap}
.empresaMiniCard-badge i{font-size:11px;line-height:1}
.empresaMiniCard-name{font-size:14px;font-weight:700;color:var(--text);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.empresaMiniCard-doc{margin-top:4px;font-size:13px;color:var(--text2);line-height:1.35;word-break:break-word}

/* Buttons */
.btn{display:block;width:100%;text-align:center;padding:13px;border-radius:8px;font-weight:700;font-size:15px;cursor:pointer;border:0;font-family:inherit;text-decoration:none}
.btn-primary{background:var(--blue);color:#fff}
.btn-success{background:var(--success);color:#fff}
.btn-ghost{background:transparent;color:var(--blue)}
.btn:active{opacity:.9}
.btn[disabled]{opacity:.5;pointer-events:none}
.btn-with-icon{display:flex;align-items:center;justify-content:center;gap:8px}

/* Payment summary */
.payAlert{display:flex;align-items:flex-start;gap:14px;background:#f3fbf8;border-radius:12px;padding:18px 20px;border:0}
.payAlert-icon{width:40px;height:40px;border-radius:50%;background:var(--success);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;flex:0 0 auto}
.payAlert-body{flex:1;min-width:0;padding-top:1px}
.payAlert h3{margin:0 0 4px;font-size:17px;font-weight:700;color:var(--success)}
.payAlert p{margin:0;font-size:13px;color:var(--text);line-height:1.45;max-width:320px}

/* IOF payment card (pagamento) */
.iofPayCard.card{padding:0;overflow:hidden;border-top:3px solid var(--success)}
.iofPayCard-body{padding:22px 20px 18px;text-align:center}
.iofPayCard-kicker{font-size:13px;font-weight:600;color:var(--success);margin-bottom:8px;line-height:1.2}
.iofPayCard-title{font-size:17px;font-weight:700;color:var(--text);margin-bottom:4px;line-height:1.25}
.iofPayCard-sub{font-size:13px;color:var(--text2);margin-bottom:16px;line-height:1.35}
.iofPayCard-val{font-size:32px;font-weight:800;color:var(--success);line-height:1.1}
.iofPayCard-foot{display:flex;align-items:center;gap:10px;background:#f3fbf8;padding:12px 16px;font-size:12px;color:var(--text2);line-height:1.4}
.iofPayCard-foot i{font-size:18px;color:var(--success);flex:0 0 auto}

.payAlert-art{width:56px;height:56px;border-radius:12px;background:#e6f8ef;color:var(--success);display:flex;align-items:center;justify-content:center;font-size:28px;flex:0 0 auto}
.paySummary{padding:0}
.paySummary-main{display:flex;align-items:stretch}
.paySummary-left{flex:1;min-width:0;padding:18px 16px;border-right:1px solid var(--border)}
.paySummary-lbl{font-size:12px;color:var(--text2);margin-bottom:8px;line-height:1.3}
.paySummary-val{font-size:28px;font-weight:800;color:var(--text);line-height:1.1;margin-bottom:12px}
.paySummary-next{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text2)}
.paySummary-next-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1}
.paySummary-next-text{display:flex;flex-direction:column;gap:1px;line-height:1.35;min-width:0}
.paySummary-right{flex:1;min-width:0;padding:18px 16px;display:flex;flex-direction:column;justify-content:center;gap:10px}
.paySummary-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;font-size:12px;color:var(--text2);line-height:1.35}
.paySummary-row strong{color:var(--text);font-weight:700;text-align:right}

/* First installment highlight */
.firstParcel{display:flex;align-items:center;justify-content:space-between;background:#f4f9f4;border-radius:8px;padding:14px;margin-bottom:14px}
.firstParcel .t{font-size:12px;font-weight:700;color:var(--text);text-transform:uppercase}
.firstParcel .s{font-size:13px;color:var(--text2);margin-top:2px}
.firstParcel .v{font-size:22px;font-weight:800;color:var(--success)}
.proposalVenc{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px 16px;border-top:1px solid var(--border);font-size:12px;color:var(--text2);line-height:1.35}
.proposalVenc strong{color:var(--text);font-weight:600;font-size:13px;text-align:right}
.paySummary-venc{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}

/* IOF payment card */
.iofCard{display:flex;align-items:flex-start;gap:12px;background:#f3fbf8;border-radius:12px;padding:16px;margin-top:6px}
.iofCard-icon{width:40px;height:40px;border-radius:50%;background:#e6f8ef;color:var(--success);display:flex;align-items:center;justify-content:center;font-size:20px;flex:0 0 auto;margin-top:2px}
.iofCard-main{flex:1;min-width:0}
.iofCard-kicker{font-size:12px;font-weight:700;color:var(--success);margin-bottom:6px;line-height:1.2}
.iofCard-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:6px}
.iofCard-title{font-size:15px;font-weight:700;color:var(--text);line-height:1.25;min-width:0}
.iofCard-val{flex:0 0 auto;font-size:20px;font-weight:800;color:var(--success);line-height:1.1;white-space:nowrap}
.iofCard-desc{margin:0;font-size:12px;color:var(--text2);line-height:1.4}
.iofCard-desc span{display:block;margin-bottom:2px}

@media (max-width: 380px){
  .iofCard-row{align-items:flex-start;flex-direction:column;gap:4px;margin-bottom:4px}
  .iofCard-val{font-size:22px}
}

/* Amount box */
.amountBox{background:#e6f8ef;border-radius:8px;padding:14px;display:flex;justify-content:space-between;align-items:center}
.amountBox .l{font-size:14px;font-weight:600}
.amountBox .v{font-size:22px;font-weight:800;color:var(--success)}

/* Row list */
.kv{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}
.kv .k{color:var(--text2)}
.kv .v{color:var(--text);font-weight:500;text-align:right;max-width:60%}
.kv.bold .v{font-weight:700}
.kv-iof .k,.kv-iof .v{color:var(--blue)}
.kv-iof .k strong,.kv-iof .v{font-weight:700;color:var(--blue)}
.divider{height:1px;background:var(--border);margin:12px 0}

/* Empresa data card */
.empresaCard h3{margin:0;font-size:16px;font-weight:700;color:var(--text)}
.empresaCard-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.empresaEdit{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:var(--blue);background:none;border:0;padding:0;cursor:pointer;font-family:inherit}
.empresaEdit i{font-size:13px;line-height:1}
.empresaRow{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06);align-items:flex-start}
.empresaRow:last-child{border-bottom:0;padding-bottom:0}
.empresaRow-icon{width:40px;height:40px;border-radius:10px;background:#eef5ff;display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:19px;flex:0 0 auto}
.empresaRow-body{flex:1;min-width:0}
.empresaRow-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px}
.empresaRow-l{font-size:14px;color:var(--text2);line-height:1.2;font-weight:400}
.empresaRow-v{font-size:14px;font-weight:600;color:var(--text);line-height:1.35;word-break:break-word}
.empresaRow-badge{display:inline-flex;align-items:center;gap:3px;padding:4px 7px;border-radius:999px;background:#e1f6e9;color:var(--success);font-size:8.5px;font-weight:600;line-height:1.1;white-space:nowrap;flex:0 0 auto}
.empresaRow-badge i{font-size:9px;line-height:1}

/* Próxima etapa info */
.proximaEtapa{background:var(--warnBg);padding:16px 20px;display:flex;gap:12px;align-items:flex-start}
.proximaEtapa-icon{width:22px;height:22px;border-radius:50%;background:#ffc92382;color:#7a5c00;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex:0 0 auto;margin-top:1px}
.proximaEtapa-body{flex:1;min-width:0}
.proximaEtapa h4{margin:0 0 6px;font-size:14px;font-weight:700;color:var(--text)}
.proximaEtapa p{margin:0 0 6px;font-size:13px;color:var(--text2);line-height:1.45}
.proximaEtapa p:last-child{margin-bottom:0}
.proximaEtapa strong{color:var(--text);font-weight:700}

/* Slider */
.slider{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:var(--blue);border-radius:2px;outline:none;margin:8px 0}
.slider::-webkit-slider-runnable-track{height:4px;background:var(--blue);border-radius:2px}
.slider::-moz-range-track{height:4px;background:var(--blue);border-radius:2px;border:0}
.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--blue);cursor:pointer;border:0;margin-top:-8px}
.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--blue);cursor:pointer;border:0}
.slider:disabled{opacity:1;cursor:default}
.slider:disabled::-webkit-slider-thumb{cursor:default}
.slider:disabled::-moz-range-thumb{cursor:default}

/* Tabs */
.tabs{display:flex;border-bottom:1px solid var(--border);background:#fff}
.tabs button{flex:1;background:none;border:0;padding:16px 8px;font-weight:700;font-size:14px;color:var(--text2);cursor:pointer;border-bottom:2px solid transparent;font-family:inherit}
.tabs button.active{color:var(--blue);border-bottom-color:var(--blue)}

/* PIX */
.qrWrap{display:flex;justify-content:center;background:#fff;padding:16px;margin-bottom:12px;border:1px solid var(--border);border-radius:8px}
.qrWrap img{width:220px;height:220px}
textarea.pix{width:100%;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px;padding:10px;border:1px solid var(--border);border-radius:6px;resize:none;height:84px;background:#fafafa;color:#111}
.status{display:flex;align-items:flex-start;gap:12px;background:#fff9e8;border-radius:12px;padding:16px 18px;margin-top:14px;color:var(--warnTx)}
.statusText{display:flex;flex-direction:column;gap:2px;min-width:0}
.statusText strong{font-size:15px;font-weight:700;color:var(--warnTx);line-height:1.3}
.statusText span{font-size:13px;color:var(--text2);line-height:1.4}

/* After payment */
.payAfter{margin-top:16px}
.payAfter-title{text-align:center;font-size:14px;font-weight:700;color:var(--text);margin:0 0 16px}
.payAfter-steps{display:flex;align-items:stretch;margin-bottom:16px}
.payAfter-step{flex:1;min-width:0;padding:0 10px;text-align:center;position:relative}
.payAfter-step:not(:last-child)::after{content:"";position:absolute;right:0;top:8%;bottom:8%;width:1px;background:var(--border)}
.payAfter-icon{font-size:26px;color:var(--success);margin-bottom:8px;line-height:1}
.payAfter-step p{margin:0;font-size:11px;color:var(--text2);line-height:1.35}
.payFaqCard{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1px solid var(--border);border-radius:8px;cursor:pointer;font-family:inherit;text-align:left}
.payFaqCard-icon{width:36px;height:36px;border-radius:50%;background:var(--bg);color:var(--text2);display:flex;align-items:center;justify-content:center;font-size:16px;flex:0 0 auto}
.payFaqCard-body{flex:1;min-width:0}
.payFaqCard-body strong{display:block;font-size:14px;font-weight:700;color:var(--text);margin-bottom:2px}
.payFaqCard-body span{font-size:13px;color:var(--blue);font-weight:600}
.payFaqCard-chev{color:#bbb;font-size:14px;flex:0 0 auto}
.faq-wrap--sheet{padding:0;background:transparent}
.faq-wrap--sheet .faq-q{padding:14px 0}
#faqSheet .sheetPanel .btn-primary{margin-top:16px}
.spinner{width:20px;height:20px;border:3px solid #e3c97a;border-top-color:#b8860b;border-radius:999px;animation:spin 1s linear infinite;flex:0 0 auto}
.spinner.big{width:28px;height:28px;border-width:4px;border-color:#cfd5db;border-top-color:var(--blue)}
@keyframes spin{to{transform:rotate(360deg)}}
.err{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;padding:12px;font-size:13px;margin-bottom:12px}
.loading{display:flex;flex-direction:column;align-items:center;gap:10px;padding:30px 0;color:var(--text2);font-size:13px}

/* Success */
.check{width:84px;height:84px;border-radius:50%;background:#e6f8ef;display:flex;align-items:center;justify-content:center;margin:8px auto 16px}
.check svg{width:46px;height:46px;color:var(--success)}
.center{text-align:center}

/* Footer */
.footer{padding:16px 20px;font-size:11px;color:var(--muted);line-height:1.5}
.footer .copy{color:var(--text);font-size:12px;margin-bottom:4px}
.footnote{padding:14px 18px;font-size:12px;color:var(--muted)}

/* Step progress */
.stepProgress{padding:18px 14px 16px}
.stepProgress-title{font-size:15px;font-weight:700;margin:0 0 14px;color:var(--text)}
.steps{display:flex;align-items:flex-start;justify-content:center}
.step{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}
.stepIconWrap{width:50px;height:50px;border-radius:50%;border:1.5px solid #d9d9d9;display:flex;align-items:center;justify-content:center;color:#bbb;background:#fff}
.step.active .stepIconWrap{border-color:var(--blue);color:var(--blue);background:#f0f7ff}
.step.done .stepIconWrap{border-color:var(--blue);color:var(--blue)}
.step.pending .stepIconWrap{border-color:#e5e5e5;color:#ccc}
.stepIcon{width:26px;height:26px;display:block;font-size:22px;line-height:1}
.stepIconCheck{color:var(--success)}
.step.pending .stepIconCheck{color:#ccc}
.step.done .stepIconCheck,.step.active .stepIconCheck{color:var(--success)}
.stepBadge{width:20px;height:20px;border-radius:50%;background:var(--blue);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:-7px 0 5px;position:relative;z-index:1}
.step.pending .stepBadge{opacity:.45}
.stepLabel{font-size:10px;line-height:1.25;color:var(--text2);padding:0 1px}
.step.active .stepLabel{color:var(--text);font-weight:700}
.step.done .stepLabel{color:var(--text)}
.stepArrow{flex:0 0 12px;display:flex;align-items:center;justify-content:center;padding-top:18px;color:#ccc}
.stepTime{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;font-size:12px;color:var(--text2)}
.stepTimeIcon{font-size:14px;line-height:1}

/* FAQ accordion */
.faq-wrap{background:var(--surface);padding:20px}
.faq-wrap>.divider{margin:0 0 16px}
.faq-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.faq-head h3{font-size:18px;font-weight:700;color:var(--text)}
.faq-all{background:none;border:0;padding:0;font-size:14px;font-weight:400;color:var(--blue);cursor:pointer;font-family:inherit}
.faq-box{background:transparent;border:0;border-radius:0;overflow:visible}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:0}
.faq-item.faq-more{display:none}
.faq-wrap.show-all .faq-item.faq-more{display:block}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0;background:none;border:0;text-align:left;font-size:14px;font-weight:400;color:var(--text);cursor:pointer;font-family:inherit;line-height:1.4}
.faq-q .chev{flex:0 0 auto;font-size:14px;color:#bbb;transition:transform .2s ease}
.faq-item.open .faq-q .chev{transform:rotate(180deg)}
.faq-a{display:none;padding:0 0 16px;font-size:13px;color:var(--text2);line-height:1.55}
.faq-item.open .faq-a{display:block}
.faq-a strong{color:var(--text);font-weight:600}

/* Proposal summary card */
.proposalShell.card{padding:16px 20px}
.proposalCard{background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px 16px 0;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.proposalHead{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;column-gap:10px;margin-bottom:8px}
.proposalTitle-icon{width:36px;height:36px;border-radius:50%;background:#eef5ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:17px}
.proposalHead h4{margin:0;font-size:15px;font-weight:700;color:var(--text);line-height:1.2;white-space:nowrap}
.proposalGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.proposalCol{padding:18px 10px 18px;text-align:center}
.proposalCol:nth-child(odd){border-right:1px solid var(--border)}
.proposalCol .l{font-size:11px;color:var(--text);margin-bottom:8px;line-height:1.3}
.proposalCol .v{font-size:18px;font-weight:800;color:var(--success);line-height:1.15;white-space:nowrap}
.proposalOpen{display:inline-flex;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:600;color:var(--blue);text-decoration:none;background:none;border:0;padding:0;cursor:pointer;font-family:inherit;white-space:nowrap}
.proposalOpen i{font-size:12px;line-height:1}

/* Proposal card — horizontal (resumo) */
.proposalShell--horizontal.card{padding:16px 20px}
.proposalCardH{background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px 16px 0;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.proposalCardH-head{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;column-gap:10px;margin-bottom:8px}
.proposalCardH-head h4{margin:0;font-size:15px;font-weight:700;color:var(--text);line-height:1.2;white-space:nowrap}
.proposalCardH-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.proposalCardH-col{padding:18px 10px 18px;text-align:center;border-right:1px solid var(--border);min-height:76px;display:flex;flex-direction:column;justify-content:center}
.proposalCardH-col:nth-child(2n){border-right:0}
.proposalCardH-col .l{font-size:11px;color:var(--text);margin-bottom:8px;line-height:1.3;white-space:nowrap}
.proposalCardH-col .v{font-size:18px;font-weight:800;color:var(--success);line-height:1.15}

@media (max-width: 380px){
  .proposalHead,
  .proposalCardH-head{
    grid-template-columns:36px minmax(0,1fr);
    grid-template-areas:
      "icon title"
      "icon cta";
    row-gap:6px;
    align-items:start;
  }
  .proposalHead .proposalTitle-icon,
  .proposalCardH-head .proposalTitle-icon{grid-area:icon}
  .proposalHead h4,
  .proposalCardH-head h4{
    grid-area:title;
    white-space:normal;
  }
  .proposalHead .proposalOpen,
  .proposalCardH-head .proposalOpen{
    grid-area:cta;
    justify-self:start;
  }
}

/* Bottom sheet */
.sheetOverlay{position:fixed;inset:0;z-index:1000;display:none;align-items:flex-end;justify-content:center}
.sheetOverlay.open{display:flex}
.sheetBackdrop{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.sheetPanel{position:relative;width:100%;max-width:420px;max-height:90vh;background:#fff;border-radius:16px 16px 0 0;padding:8px 20px 24px;overflow-y:auto;animation:sheetUp .28s ease}
@keyframes sheetUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.sheetHandle{width:36px;height:4px;background:#ddd;border-radius:999px;margin:0 auto 16px}
.sheetHead{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px}
.sheetHeadIcon{width:44px;height:44px;border-radius:10px;background:#eef5ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:22px;flex:0 0 auto}
.sheetHeadText h3{margin:0 0 4px;font-size:18px;font-weight:700;color:var(--text)}
.sheetHeadText p{margin:0;font-size:13px;color:var(--text2);line-height:1.4}
.sheetRows{margin-top:8px}
.sheetRow{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--border);font-size:14px}
.sheetRow .k{color:var(--text2);display:flex;align-items:center;gap:6px;line-height:1.3}
.sheetRow .v{font-weight:700;color:var(--text);text-align:right;line-height:1.3}
.sheetRow .v.green{color:var(--success)}
.sheetTip{color:var(--blue);font-size:14px;line-height:1}
.sheetNotice{display:flex;gap:10px;background:#eef5ff;border-radius:8px;padding:12px;margin:16px 0;font-size:12px;color:#374151;line-height:1.45}
.sheetNotice i{color:var(--blue);font-size:16px;flex:0 0 auto;margin-top:1px}
.sheetPanel .btn-primary{margin-top:4px}
#emprestimoSheet .btn-primary{margin-top:24px}
.sheetTopBar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px}
.sheetCloseX{background:none;border:0;padding:4px;color:var(--text2);font-size:18px;line-height:1;cursor:pointer;flex:0 0 auto}
.sheetSection{margin-top:18px}
.sheetSection-head{display:flex;align-items:center;gap:8px;margin-bottom:4px}
.sheetSection-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex:0 0 auto}
.sheetSection-head h4{margin:0;font-size:15px;font-weight:700;color:var(--text)}
.sheetSection-icon.green{background:#e6f8ef;color:var(--success)}
.sheetSection-icon.blue{background:#eef5ff;color:var(--blue)}
.sheetSection-icon.purple{background:#f3eefb;color:#7b61a8}
.sheetSection-icon.yellow{background:#fff8e6;color:#b8860b}
.sheetSection .sheetRows{margin-top:0}
.sheetNotice.yellow{background:#fff8e6}
.sheetNotice.yellow i{color:#b8860b}
.sheetBullets{margin:8px 0 0;padding:0 0 0 18px;font-size:13px;color:var(--text2);line-height:1.5}
.sheetBullets li{margin-bottom:8px}
.sheetBullets li:last-child{margin-bottom:0}
.sheetHelp{display:flex;align-items:center;gap:10px;background:#eef5ff;border-radius:8px;padding:12px;margin:20px 0 8px;text-decoration:none;color:inherit}
.sheetHelp-icon{width:36px;height:36px;border-radius:8px;background:#fff;color:var(--text2);display:flex;align-items:center;justify-content:center;font-size:16px;flex:0 0 auto}
.sheetHelp-text{flex:1;font-size:13px;color:var(--text2);line-height:1.35}
.sheetHelp-text strong{display:block;color:var(--text);font-size:14px;margin-bottom:2px}
.sheetHelp-text span{color:var(--blue);font-weight:600}
.sheetHelp>i:last-child{color:#bbb;font-size:14px;flex:0 0 auto}
