.tools-container,
.fx-lot-container { max-width: 1040px; padding-top: 56px; padding-bottom: 80px; }
.tools-eyebrow { margin: 0 0 8px; color: #66ccff; font-weight: 700; letter-spacing: 0.1em; font-size: 0.78rem; }
.tools-intro { color: #c8c8c8; }
.tool-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 32px; }
.tool-card { display: block; padding: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: #eee; text-decoration: none; background: #0d0d0d; transition: transform .2s ease, border-color .2s ease; }
.tool-card:hover, .tool-card:focus-visible { transform: translateY(-3px); border-color: #66ccff; }
.tool-card h2 { margin-top: 0; font-size: 1.2rem; }.tool-card p { color: #bebebe; }.tool-card span { color: #66ccff; font-weight: 700; }
.tool-back-link { display: inline-block; margin-bottom: 24px; color: #9fddff; }
.fx-lot-app { border: 1px solid rgba(255,255,255,.2); border-radius: 16px; padding: clamp(20px, 4vw, 42px); background: #0d0d0d; }
.fx-lot-heading h1 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.7rem); }.fx-lot-heading > p:last-child { color: #c8c8c8; }
.fx-lot-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr); gap: 28px; margin-top: 32px; }
.fx-lot-form { display: grid; gap: 10px; }.fx-lot-form label, .fx-lot-form legend { font-weight: 700; }.fx-lot-form fieldset { margin: 8px 0; padding: 0; border: 0; }.currency-selects { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.fx-lot-form input, .fx-lot-form select { min-height: 48px; width: 100%; border: 1px solid #565656; border-radius: 7px; padding: 10px 12px; background: #191919; color: #fff; font: inherit; }.currency-selects select { min-width: 0; }.input-with-unit { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; }.input-with-unit span { min-width: 2em; color: #c8c8c8; }
.fx-rate-button { min-height: 50px; margin-top: 12px; border: 0; border-radius: 7px; background: #55bce9; color: #061018; font: inherit; font-weight: 700; cursor: pointer; }.fx-rate-button:hover, .fx-rate-button:focus-visible { background: #8bd6f6; }.fx-rate-button:disabled { opacity: .65; cursor: wait; }.fx-status { min-height: 1.5em; margin: 4px 0 0; color: #c8c8c8; font-size: .9rem; }
.fx-result { padding: 24px; border-radius: 12px; background: linear-gradient(145deg, #15202a, #101010); }.result-label { margin: 0; color: #b9dff0; }.fx-lot-value { display: block; margin: 8px 0 24px; color: #75d2f6; font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; }.fx-result dl { margin: 0; }.fx-result dl div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.14); }.fx-result dt { color: #c8c8c8; }.fx-result dd { margin: 0; text-align: right; font-weight: 700; }
.fx-note { margin-top: 24px; padding: 16px; border-left: 3px solid #eab758; background: rgba(234,183,88,.09); color: #e6e0d4; line-height: 1.7; }
@media (max-width: 700px) { .fx-lot-layout { grid-template-columns: 1fr; }.fx-result dl div { display: block; }.fx-result dd { margin-top: 4px; text-align: left; } }
.tools-page h1,.tools-page h2,.tool-page h1,.tool-page h2,.fx-lot-app h1,.fx-lot-app h2{color:#fff!important}.tools-page p,.tool-page p,.tool-page label,.tool-page legend,.tool-page dt,.tool-page dd,.tool-page span{color:inherit}.tools-page .tools-intro,.tool-page .fx-status,.tool-page .fx-result dt{color:#d8d8d8!important}.tools-page .tools-eyebrow,.tool-page .tools-eyebrow,.tool-page .fx-lot-value,.tool-page .fx-result>p,.tools-page .tool-card span,.tool-page .tool-back-link{color:#66ccff!important}.tool-page .fx-lot-form input,.tool-page .fx-lot-form select{color:#fff!important}.tool-page .fx-lot-form input::placeholder{color:#a8a8a8!important;opacity:1}.tool-page .fx-rate-button{color:#061018!important}.tool-page .fx-note{color:#f1eadc!important}
