.eb-martingale{font-family:var(--font-regular);color:var(--text-color);margin:0;width:100%}.eb-martingale *,.eb-martingale *::before,.eb-martingale *::after{box-sizing:border-box}.eb-martingale__inner{background:var(--white);width:100%;max-width:none;margin:20px 0}.eb-martingale__title{margin:0 0 1.25rem;font-family:var(--font-semibold);font-size:clamp(1.05rem, 2vw, 1.25rem);color:var(--dark-blue);line-height:1.3}.eb-martingale__row--inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;margin-bottom:1.25rem}@media (max-width:560px){.eb-martingale__row--inputs{grid-template-columns:1fr}}.eb-martingale__label{display:block;font-size:.8rem;font-family:var(--font-semibold);color:var(--dark-blue);margin-bottom:.35rem}.eb-martingale__input{width:100%;font-family:var(--font-regular);font-size:1rem;color:var(--text-color);background:var(--gray);border:1px solid var(--gray-border);border-radius:var(--radius-mobile);padding:.65rem .85rem;transition:border-color 0.2s ease,box-shadow 0.2s ease,background 0.2s ease}.eb-martingale__input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--btn-outline-hover,rgb(13 119 201 / .18));background:var(--white)}.eb-martingale__table-wrap{overflow-x:auto;border:1px solid var(--gray-border);border-radius:var(--radius-mobile)}.eb-martingale__table{width:100%;border-collapse:collapse;font-size:.92rem}.eb-martingale__table thead th{text-align:left;font-family:var(--font-semibold);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--dark-blue);background:var(--gray);padding:.65rem .85rem;border-bottom:1px solid var(--gray-border)}.eb-martingale__table thead th:nth-child(1){width:3rem;text-align:center}.eb-martingale__table thead th:nth-child(2),.eb-martingale__table thead th:nth-child(3){text-align:center}.eb-martingale__table tbody td{padding:.65rem .85rem;border-bottom:1px solid var(--gray-border);text-align:center;font-family:var(--font-semibold)}.eb-martingale__table tbody tr:last-child td{border-bottom:0}.eb-martingale__table tbody td:nth-child(1){color:var(--dark-blue)}.eb-martingale__row--ok td:nth-child(2),.eb-martingale__row--ok td:nth-child(3){background:rgb(95 201 9 / .12);color:var(--text-color)}.eb-martingale__row--fail td:nth-child(2),.eb-martingale__row--fail td:nth-child(3){background:rgb(198 40 40 / .08);color:var(--text-color)}.eb-martingale__row--balance td{background:rgb(255 192 0 / .18);font-size:.85rem;text-align:center;color:var(--dark-blue)}