.growth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.growth-card,.cashout-option,.cashout-result{min-width:0;padding:1.4rem;border:1px solid #304952;border-radius:1.4rem;background:#111f26}
.growth-card h2{margin-top:0;font-size:1.45rem}.growth-card p{line-height:1.65}
.growth-links{display:flex;flex-wrap:wrap;gap:.8rem;margin-block:1rem}.growth-links a{padding:.6rem .9rem;border:1px solid #304952;border-radius:1rem;color:#d4e4e9}
.cashout-form label{display:grid;gap:.4rem;margin-bottom:1rem;font-size:1rem;font-weight:700}
.cashout-form input,.cashout-form select{box-sizing:border-box;width:100%;min-height:46px;padding:.75rem;border:1px solid #526872;border-radius:.85rem;background:#0b141a;color:#f7f5ef;font:inherit}
.cashout-form>label{max-width:20rem}.cashout-option legend{padding:0 .4rem;font-weight:800;font-size:1.2rem}
.cashout-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-block:1.2rem}
.cashout-actions button{border:1px solid #526872;border-radius:1rem;min-height:46px;padding:.8rem 1.2rem;background:#ff9566;color:#101820;font:inherit;font-weight:800;cursor:pointer}
.cashout-actions button[type=reset]{background:transparent;color:#d4e4e9}
.cashout-result h2{margin-top:0}.cashout-result dl{display:grid;grid-template-columns:1fr auto;gap:.7rem}.cashout-result dd{font-weight:800;margin:0}
.cashout-form :focus-visible,.growth-links a:focus-visible{outline:3px solid #ff9566;outline-offset:3px}
.cashout-error{color:#ffbc9c}.cashout-form [hidden]{display:none}.growth-note{color:#b6c8d0;line-height:1.65}
.site-languages{margin-block:1rem}.site-languages summary{cursor:pointer;padding:.75rem 1rem;border:1px solid #304952;border-radius:1rem;width:fit-content;font-weight:700}.site-languages ul{display:flex;gap:1rem;flex-wrap:wrap;list-style:none;padding:1rem 0}.site-languages a{font-size:1rem}
@media(max-width:650px){.growth-grid{grid-template-columns:1fr}.growth-card,.cashout-option,.cashout-result{padding:1.1rem}.cashout-result dl{grid-template-columns:1fr}.cashout-result dd{margin-bottom:.8rem}}
