.title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.direction-title{font-size:24px;font-weight:700;margin:0}.toggle-switch{display:flex;border-radius:25px;background:#e0e0e0;padding:4px;width:-moz-fit-content;width:fit-content;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.toggle-switch input{display:none}.toggle-switch label{padding:8px 20px;cursor:pointer;font-size:15px;font-weight:700;color:#333;transition:all .3s ease;border-radius:20px}.toggle-switch input:checked+label{background:#aeaeff;color:white;box-shadow:0 2px 4px rgba(0,0,0,.2)}.sticky-best-rate{position:fixed;top:0;left:0;right:0;background:#ffffff;z-index:990;box-shadow:0 4px 10px rgba(0,0,0,.05);border-top:1px solid #f0f0f0;transition:all .3s ease}.sticky-best-rate-container{max-width:1040px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 20px;height:52px}.sticky-best-rate-container .currency-info{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#333;flex-shrink:0}.sticky-best-rate-container .currency-info span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.sticky-best-rate-container .currency-icon{width:26px;height:26px;margin-right:0}.sticky-best-rate-container .arrow-icon{width:20px;height:20px;opacity:.6}.sticky-best-rate-container .rate-info{font-size:16px;font-weight:800;color:#333;text-align:center;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:100px}.scroll-action{flex-shrink:0}.scroll-to-top{background:#F0F0FF;color:#5D5DFF;border:1px solid rgba(93,93,255,.1);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.scroll-to-top:hover{background:#aeaeff;color:white;border-color:#aeaeff}@media (max-width:767px){.title-container{flex-direction:column;align-items:center;gap:10px}.direction-title{font-size:20px}.toggle-switch{width:100%;justify-content:space-between}.toggle-switch label{flex:1 1;text-align:center;padding:8px 10px}.sticky-best-rate{top:60px}.sticky-best-rate-container{padding:0 16px;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px}.sticky-best-rate-container .currency-info{flex-shrink:1;font-size:12px;gap:4px}.sticky-best-rate-container .currency-info span{display:none}.sticky-best-rate-container .currency-icon{width:24px;height:24px;margin-right:0}.sticky-best-rate-container .arrow-icon{width:16px;height:16px}.sticky-best-rate-container .rate-info{font-size:15px;font-weight:700;text-align:center;flex-grow:1;min-width:80px;max-width:180px}.scroll-action{flex-shrink:0}.scroll-to-top{width:32px;height:32px}}.rates-list{display:flex;flex-direction:column;gap:12px;padding-bottom:30px}.rates-header{display:none}.rate-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid transparent;transition:all .2s ease;position:relative}.rate-card.disabled{opacity:.6;background:#f9f9f9}.card-top{align-items:flex-start;margin-bottom:12px}.card-bottom,.card-top{display:flex;justify-content:space-between;width:100%}.card-bottom{align-items:flex-end}.card-divider{height:1px;background-color:#EDF2F7;margin-bottom:12px;width:100%;display:block}.card-left{display:flex;flex-direction:column;align-items:flex-start;max-width:50%}.exchanger-name{font-size:16px;font-weight:700;color:#1A1A1A;margin-bottom:4px;text-decoration:none;line-height:1.2}.rating-wrapper{margin-bottom:6px;display:flex;align-items:center}.params-icons{display:flex;gap:4px;flex-wrap:wrap}.param-icon{width:18px;height:18px;object-fit:contain}.card-right{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.rate-calc-text{font-size:12px;color:#A0AEC0;font-weight:500;margin-bottom:2px}.rate-result-row{display:flex;align-items:baseline;justify-content:flex-end}.rate-value-big{font-size:20px;font-weight:800;color:#1A1A1A}.rate-currency-small{font-size:14px;font-weight:600;color:#718096;margin-left:3px}.limits-container{display:flex;flex-direction:column}.limit-row{display:flex;align-items:center;margin-bottom:2px;font-size:12px}.limit-label{color:#A0AEC0;font-weight:500;margin-right:4px}.limit-value{color:#4A5568;font-weight:600}.limit-value.error{color:#E53E3E}.action-container{display:flex;justify-content:flex-end}.exchange-btn{display:inline-flex;align-items:center;justify-content:center;background:#28A745;color:white;border:none;border-radius:20px;padding:8px 20px;cursor:pointer;font-weight:700;font-size:14px;text-decoration:none;transition:background .2s;box-shadow:0 2px 4px rgba(40,167,69,.2)}.exchange-btn:disabled{background-color:#A0AEC0;box-shadow:none;cursor:not-allowed}.exchange-btn:hover:not(:disabled){background:#218838}.exchange-arrow{margin-left:6px}.rates-container{background:#F7FAFC;border:0;max-width:1040px;margin:10px auto;border-radius:8px}@media (max-width:768px){.rates-container{padding:10px;margin:15px auto}}@media (min-width:768px){.rates-container{background:#F7FAFC;border:0;max-width:1040px;margin:20px auto;border-radius:8px}.rate-card{display:grid;grid-template-columns:2fr 1.5fr 1.2fr auto;align-items:center;padding:24px;grid-gap:16px;gap:16px}.rate-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.card-divider{display:none}.card-bottom,.card-top{display:contents}.card-left{grid-column:1;grid-row:1;max-width:100%;margin-bottom:0;flex-direction:row;align-items:center;flex-wrap:wrap}.exchanger-name{font-size:18px}.exchanger-name,.rating-wrapper{margin-bottom:0;margin-right:12px}.params-icons{margin-top:2px}.limits-container{grid-column:2;grid-row:1;align-items:center;justify-content:center}.limit-row{justify-content:center;white-space:nowrap;margin-bottom:2px;font-size:14px}.card-right{grid-column:3;grid-row:1;align-items:flex-end}.action-container{grid-column:4;grid-row:1;justify-content:flex-end}.exchange-btn{width:auto;padding:10px 24px;font-size:15px}}.tooltip{position:fixed;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:12px;max-width:300px;z-index:1000;pointer-events:none;transform:translateX(-50%)}.tooltip-content h3{font-size:14px;font-weight:700;margin:0 0 4px;color:#333}.tooltip-content p{font-size:12px;color:#666;margin:0;line-height:1.4}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;padding:20px;box-shadow:0 4px 15px rgba(0,0,0,.25)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.modal-header h2{font-size:18px;font-weight:700;margin:0;color:#333}.modal-close{background:none;border:none;cursor:pointer;padding:4px}.modal-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px}.modal-item-text h3{font-size:16px;font-weight:700;margin:0 0 4px;color:#333}.modal-item-text p{font-size:14px;color:#666;margin:0;line-height:1.4}