:root {
  --mth-primary-dark:#c2410c;--mth-primary:#ff7a00;--mth-primary-light:#ffb347;
  --mth-accent:#ff9a00;--mth-success:#16a34a;--mth-warning:#f59e0b;--mth-danger:#dc2626;
  --mth-text:#1c1917;--mth-text2:#44403c;--mth-text3:#78716c;
  --mth-border:#fed7aa;--mth-border-lt:#ffedd5;
  --mth-bg:#ffffff;--mth-bg2:#fff7ed;--mth-bg3:#ffedd5;
  --mth-shadow-sm:0 1px 2px 0 rgb(255 122 0/.08);
  --mth-shadow-md:0 4px 6px -1px rgb(255 122 0/.12);
  --mth-shadow-lg:0 10px 15px -3px rgb(255 122 0/.18);
  --mth-r-sm:8px;--mth-r-md:12px;--mth-r-lg:16px;
}
*{box-sizing:border-box}

/* ── Basit Araç Stilleri ── */
.mth-easy{max-width:900px;margin:0 auto;padding:24px 16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--mth-text)}
.mth-easy__hdr{background:linear-gradient(135deg,var(--mth-primary-dark),var(--mth-primary));border-radius:var(--mth-r-lg);padding:24px 28px;margin-bottom:20px;box-shadow:var(--mth-shadow-lg)}
.mth-easy__hdr h1{margin:0 0 6px;font-size:22px;font-weight:800;color:#fff;letter-spacing:-.3px}
.mth-easy__hdr p{margin:0;font-size:13px;color:rgba(255,255,255,.88);line-height:1.5}
.mth-easy__body{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border:1px solid var(--mth-border);border-radius:var(--mth-r-md);box-shadow:var(--mth-shadow-sm);overflow:hidden}
.mth-easy__inputs{padding:24px;border-right:1px solid var(--mth-border-lt)}
.mth-easy__outputs{padding:24px;background:var(--mth-bg2);display:flex;flex-direction:column}
@media(max-width:640px){.mth-easy__body{grid-template-columns:1fr}.mth-easy__inputs{border-right:none;border-bottom:1px solid var(--mth-border-lt)}.mth-easy__outputs{background:#fff}}
.mth-easy__section{margin-bottom:20px}
.mth-easy__section:last-child{margin-bottom:0}
.mth-easy__section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--mth-text3);margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid var(--mth-border-lt)}
.mth-easy__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:480px){.mth-easy__row{grid-template-columns:1fr}}
.mth-easy__field{display:flex;flex-direction:column;gap:5px}
.mth-easy__field label{font-size:12px;font-weight:600;color:var(--mth-text2)}
.mth-easy__field label span{font-weight:400;color:var(--mth-text3)}
.mth-easy__input-wrap{display:flex;align-items:center;border:2px solid var(--mth-border);border-radius:var(--mth-r-sm);overflow:hidden;background:#fff;transition:border-color .2s}
.mth-easy__input-wrap:focus-within{border-color:var(--mth-primary);box-shadow:0 0 0 3px rgba(255,122,0,.12)}
.mth-easy__input-wrap input{flex:1;padding:10px 12px;font-size:14px;font-weight:500;border:none;outline:none;background:transparent;color:var(--mth-text);min-width:0}
.mth-easy__input-wrap input::placeholder{color:var(--mth-text3);font-weight:400}
.mth-easy__unit{padding:0 10px;font-size:12px;font-weight:600;color:var(--mth-text3);background:var(--mth-bg3);border-left:1px solid var(--mth-border-lt);white-space:nowrap;display:flex;align-items:center;height:100%}
.mth-easy__select-wrap{border:2px solid var(--mth-border);border-radius:var(--mth-r-sm);overflow:hidden;background:#fff;transition:border-color .2s}
.mth-easy__select-wrap:focus-within{border-color:var(--mth-primary);box-shadow:0 0 0 3px rgba(255,122,0,.12)}
.mth-easy__select-wrap select{width:100%;padding:10px 12px;font-size:14px;font-weight:500;border:none;outline:none;background:transparent;color:var(--mth-text);cursor:pointer}
.mth-easy__divider{display:none}
.mth-easy__results{display:flex;flex-direction:column;gap:10px}
.mth-easy__result{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:var(--mth-r-sm);border:1px solid var(--mth-border-lt);background:var(--mth-bg2)}
.mth-easy__result--main{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:var(--mth-primary);border-width:2px}
.mth-easy__result--ok{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:var(--mth-success)}
.mth-easy__result--warn{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:var(--mth-warning)}
.mth-easy__result-label{font-size:13px;font-weight:600;color:var(--mth-text2);line-height:1.3}
.mth-easy__result-label small{display:block;font-size:11px;font-weight:400;color:var(--mth-text3);margin-top:2px}
.mth-easy__result-value{font-size:18px;font-weight:800;color:var(--mth-text);font-family:"Courier New",monospace;white-space:nowrap}
.mth-easy__result--main .mth-easy__result-value{color:var(--mth-primary-dark)}
.mth-easy__result--ok .mth-easy__result-value{color:var(--mth-success)}
.mth-easy__result--warn .mth-easy__result-value{color:var(--mth-warning)}
.mth-easy__badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}
.mth-easy__badge--ok{background:var(--mth-success);color:#fff}
.mth-easy__badge--warn{background:var(--mth-warning);color:#fff}
.mth-easy__note{margin-top:auto;padding-top:16px;padding:12px 14px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left:3px solid var(--mth-danger);border-radius:var(--mth-r-sm);font-size:12px;color:#991b1b;line-height:1.5}
.mth-easy__toggle-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.mth-easy__toggle{position:relative;width:40px;height:22px;flex-shrink:0}
.mth-easy__toggle input{opacity:0;width:0;height:0;position:absolute}
.mth-easy__toggle-track{position:absolute;inset:0;background:var(--mth-border);border-radius:999px;transition:background .25s;cursor:pointer}
.mth-easy__toggle-track::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .25s}
.mth-easy__toggle input:checked~.mth-easy__toggle-track{background:var(--mth-primary)}
.mth-easy__toggle input:checked~.mth-easy__toggle-track::after{transform:translateX(18px)}
.mth-easy__toggle-label{font-size:13px;font-weight:600;color:var(--mth-text2);cursor:pointer}
.mth-easy__collapsible{display:none}
.mth-easy__collapsible.is-open{display:block}
