/* BTP Tools v1.0.0 — styles scopés */
.btpt-app{--btpt-accent:#c2410c;--btpt-accent-d:#9a3412;--btpt-bg:#f8fafc;--btpt-line:#e2e8f0;--btpt-ink:#0f172a;--btpt-mut:#64748b;
  font-size:16px;line-height:1.5;color:var(--btpt-ink);max-width:1100px;margin:1.5em auto}
.btpt-card{background:#fff;border:1px solid var(--btpt-line);border-radius:14px;padding:24px 28px;box-shadow:0 1px 3px rgba(15,23,42,.06)}
.btpt-card h3{margin:0 0 4px;font-size:1.25em;line-height:1.3;font-weight:700}
.btpt-sub{color:var(--btpt-mut);font-size:.92em;margin:0 0 16px}
.btpt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 20px;margin-bottom:6px}
.btpt-field{display:flex;flex-direction:column;gap:4px}
.btpt-field>*:last-child{margin-top:auto}
.btpt-grid>.btpt-check{margin-top:auto;padding-bottom:11px}
.btpt-field label{font-size:.85em;font-weight:600;color:#334155}
.btpt-field .btpt-hint{font-size:.78em;color:var(--btpt-mut);font-weight:400}
.btpt-inwrap{display:flex;align-items:center;gap:8px}
.btpt-app input[type=number],.btpt-app select{width:100%;height:44px;box-sizing:border-box;padding:9px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:1em;background:#fff;color:var(--btpt-ink)}
.btpt-app input[type=number]:focus,.btpt-app select:focus{outline:2px solid var(--btpt-accent);outline-offset:1px;border-color:var(--btpt-accent)}
.btpt-suffix{color:var(--btpt-mut);font-size:.85em;white-space:nowrap}
.btpt-check{display:flex;align-items:center;gap:8px;font-size:.9em;font-weight:600;color:#334155;cursor:pointer}
.btpt-check input{width:18px;height:18px;accent-color:var(--btpt-accent)}
.btpt-results{background:var(--btpt-bg);border:1px solid var(--btpt-line);border-radius:12px;padding:16px 18px;margin-top:14px}
.btpt-res-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.btpt-res{display:flex;flex-direction:column;gap:2px}
.btpt-res .btpt-val{font-size:1.35em;font-weight:800;color:var(--btpt-accent-d);line-height:1.15}
.btpt-res .btpt-lbl{font-size:.8em;color:var(--btpt-mut)}
.btpt-verdict{margin-top:12px;padding:12px 14px;border-radius:10px;font-size:.92em;background:#ecfdf5;border:1px solid #a7f3d0}
.btpt-verdict.btpt-warn{background:#fffbeb;border-color:#fde68a}
.btpt-verdict.btpt-info{background:#eff6ff;border-color:#bfdbfe}
.btpt-verdict strong{font-size:1.05em}
.btpt-list{margin:10px 0 0;padding-left:18px;font-size:.85em;color:#334155}
.btpt-list li{margin:4px 0}
.btpt-lines{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:6px;font-size:.88em}
.btpt-lines li{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-top:1px solid var(--btpt-line)}
.btpt-rows{display:flex;flex-direction:column;gap:8px;margin:6px 0 10px}
.btpt-row{display:grid;grid-template-columns:1fr 150px 40px;gap:10px;align-items:center}
.btpt-row .btpt-inwrap input{height:40px}
.btpt-del{height:40px;border:1px solid var(--btpt-line);background:#fff;border-radius:8px;font-size:1.2em;color:var(--btpt-mut);cursor:pointer}
.btpt-del:hover{color:#b91c1c;border-color:#fca5a5}
.btpt-add{display:inline-block;margin-bottom:4px;padding:8px 14px;background:#fff;border:1px dashed #cbd5e1;border-radius:8px;font-size:.9em;font-weight:600;color:#334155;cursor:pointer}
.btpt-add:hover{border-color:var(--btpt-accent);color:var(--btpt-accent)}
.btpt-note{font-size:.78em;color:var(--btpt-mut);margin-top:12px}
.btpt-cta{display:inline-block;margin-top:14px;padding:11px 22px;background:var(--btpt-accent);color:#fff!important;border-radius:9px;font-weight:700;text-decoration:none;font-size:.95em}
.btpt-cta:hover{background:var(--btpt-accent-d);color:#fff}
@media(max-width:860px){.btpt-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.btpt-grid{grid-template-columns:1fr}.btpt-card{padding:16px}.btpt-row{grid-template-columns:1fr 110px 36px}}
.btpt-app:empty{min-height:320px;background:#fff;border:1px solid var(--btpt-line);border-radius:14px}
