.titlebar{-webkit-app-region:drag;align-items:center;background:#1b1b1c;display:flex;height:32px;justify-content:space-between}.titlebar__drag{flex:1 1;padding-left:12px}.titlebar__title{color:#888;font-size:12px}.titlebar__controls{-webkit-app-region:no-drag;display:flex}.titlebar__btn{background:#0000;border:none;color:#888;cursor:pointer;font-size:12px;height:32px;width:46px}.titlebar__btn:hover{background:#333;color:#fff}.titlebar__btn--close:hover{background:#e81123;color:#fff}.wrapper--auth{padding:10px}.container--auth{gap:10px;padding:0}.auth-form{display:flex;flex:1 1;flex-direction:column;gap:10px}.auth-form__input,.auth-form__select{background:#0000;border:1px solid #333;border-radius:6px;color:#fff;font-family:inherit;font-size:inherit;outline:none;padding:12px}.auth-form__select{cursor:pointer}.auth-form__select option{background:#1b1b1c;color:#fff}.auth-form__input::placeholder{color:#666}.auth-form__btn{border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:600;margin-top:auto;padding:12px}.auth-form__btn--unlock{background:#a855f7;color:#fff}.auth-form__btn--unlock:hover{background:#9333ea}.auth-form__btn--import{background:#2ebd85;color:#fff}.auth-form__btn--import:hover{background:#2a9c70}.centered-slider__wrapper{cursor:grab;flex-grow:1;height:46px;position:relative}.centered-slider__wrapper:active{cursor:grabbing}.centered-slider__background-track{background:linear-gradient(90deg,red 0,#274737 25%,#223520 50%,#274737 75%,red);width:100%;z-index:0}.centered-slider__background-track,.centered-slider__track{border-radius:3px;height:6px;position:absolute;top:50%;transform:translateY(-50%)}.centered-slider__track{z-index:1}.centered-slider__track--negative{background-color:#e3ffef}.centered-slider__track--positive{background-color:#e0e0e0}.centered-slider__thumb{background:#1a1a1a;border:4px solid #58d68d;border-radius:50%;cursor:grab;height:18px;position:absolute;top:50%;transform:translate(-50%,-50%);width:18px;z-index:2}.wrapper{background:#0f0f0f;color:#fff;display:flex;flex-direction:column;height:100%;padding-top:1vh}.container{display:flex;flex:1 1;flex-direction:column;gap:5px;overflow-y:auto;padding:0 5%}.layout-chart{background:#1b1b1c;border-radius:6px;display:flex;flex:1 1;flex-direction:column;min-height:150px}.chart__header{background:#252527;border-radius:6px 6px 0 0;display:flex;gap:5px;overflow-x:auto;padding:8px 10px;scrollbar-width:none}.chart__header::-webkit-scrollbar{display:none}.chart__tab{background:#0000;border:none;border-radius:4px;color:#888;cursor:pointer;font-family:inherit;font-size:inherit;padding:6px 12px}.chart__tab:hover:not(.chart__tab--active){color:#fff}.chart__tab--active{background:#333;color:#a855f7}.chart__body{flex:1 1;min-height:0}@media (max-height:500px){.layout-chart{height:30vh}.wrapper{padding-top:2vh}}.layout-controls{background:#1b1b1c;border-radius:6px;display:flex;flex-direction:column}.controls__header{background:#252527;display:flex;height:15%}.controls__body{display:flex;flex:1 1;min-height:0}@media (max-width:600px){.controls__body{flex-direction:column}.controls__buy,.controls__sell{flex:none}}.controls__tab{background:#0000;border:none;color:#888;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;padding:8px 16px}.controls__tab:hover:not(.controls__tab--active){color:#fff}.controls__tab--active{color:#a855f7}.controls__buy,.controls__sell{display:flex;flex:1 1;flex-direction:column;gap:10px;min-width:0;padding:10px 10px 0}.layout-history{background:#1b1b1c;border-radius:6px;display:flex;flex:1 1;flex-direction:column;min-height:150px}.history__header{background:#252527;border-radius:6px 6px 0 0;display:flex;gap:5px;padding:8px 10px}.history__tab{background:#0000;border:none;border-radius:4px;color:#888;cursor:pointer;font-family:inherit;font-size:inherit;padding:6px 12px}.history__tab:hover:not(.history__tab--active){color:#fff}.history__tab--active{background:#333;color:#a855f7}.history__body{-ms-overflow-style:none;flex:1 1;max-height:400px;max-height:30vh;min-height:400px;overflow-y:auto;padding:10px;scrollbar-width:none}.history__body::-webkit-scrollbar{display:none}.history__table-header{border-bottom:1px solid #333;display:flex;padding:8px 0}.history__row{align-items:center;border-bottom:1px solid #2a2a2a;display:flex}.history__row--buy{color:#2ebd85}.history__row--sell{color:#f6465d}.history__cell{overflow:hidden;padding:0 10px;text-overflow:ellipsis;white-space:nowrap}.history__row .history__cell,.history__table-header .history__cell{flex:1 1}.history__row .history__cell:first-child,.history__row .history__cell:nth-child(2),.history__table-header .history__cell:first-child,.history__table-header .history__cell:nth-child(2){flex:0 0 80px}.history__row .history__cell:nth-child(5),.history__table-header .history__cell:nth-child(5){flex:0 0 120px}.history__row .history__cell:nth-child(6),.history__table-header .history__cell:nth-child(6){flex:0 0 100px}.history__indicator{background:#252527;border-bottom:1px solid #333;color:#666;font-size:.8em;padding:8px;text-align:center}.history__indicator:last-child{border-bottom:none;border-top:1px solid #333}.history__body::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.history__body::-webkit-scrollbar-thumb:hover{background:#555}.history__table{border-collapse:collapse;font-size:.9em;width:100%}.history__table th{border-bottom:1px solid #333;color:#888;font-weight:500;padding:8px 10px;text-align:left}.history__table td{border-bottom:1px solid #2a2a2a;padding:8px 10px}.history__row--buy td{color:#2ebd85}.history__row--sell td{color:#f6465d}.history__usd{color:#888;font-size:.85em;margin-left:5px}.history__link{color:#a855f7;text-decoration:none}.history__link:hover{text-decoration:underline}.input-field{align-items:center;background:#0000;border:1px solid #333;border-radius:6px;display:flex;min-width:0;padding:10px 12px;transition:border-color .2s}.input-field__label{color:#888;margin-right:10px}.input-field__input{background:#0000;border:none;color:#fff;flex:1 1;font-family:inherit;font-size:inherit;min-width:0;outline:none}.input-field__suffix{align-items:center;display:flex;gap:8px}.input-field__hint{color:#666;font-size:.85em}.input-field__currency{background:#0000;border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:inherit}.input-field--disabled{background:#333b47;border-color:#333b47}.input-field--error{border-color:#f6465d}.input-field--disabled .input-field__input{cursor:not-allowed}.input-row{display:flex;gap:5px;min-width:0}.input-row .input-field{flex:1 1;min-width:0}.presets{display:flex;gap:5px;margin-top:-8px}.presets__item{background:#333b47;border:1px solid #333;border-radius:4px;color:#888;cursor:default;flex:1 1;font-family:inherit;font-size:.9em;padding:8px}.presets__item--active{background:#0000;border-color:#444;color:#888;cursor:pointer}.presets__item--active:hover{color:#fff}.controls__submit{border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:600;padding:12px;width:100%}.controls__submit--buy{background:#2ebd85;color:#fff}.controls__submit--buy:hover{background:#2a9c70;color:#b6c8c2}.controls__submit--sell{background:#f6465d;color:#fff}.controls__submit--sell:hover{background:#ca3d50;color:#d1cacc}.wrapper--wallets{padding:10px}.container--wallets{gap:10px;padding:0}.layout-import,.layout-unlock{background:#1b1b1c;border-radius:6px;display:flex;flex:1 1;flex-direction:column;padding:15px}.layout__title{color:#888;font-size:14px;font-weight:500;margin-bottom:15px}.wallet-form{display:flex;flex:1 1;flex-direction:column;gap:10px}.wallet-form__input,.wallet-form__select{background:#0000;border:1px solid #333;border-radius:6px;color:#fff;font-family:inherit;font-size:inherit;outline:none;padding:12px}.wallet-form__select{cursor:pointer}.wallet-form__select option{background:#1b1b1c;color:#fff}.wallet-form__input::placeholder{color:#666}.wallet-form__btn{border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:600;margin-top:auto;padding:12px}.wallet-form__btn--unlock{background:#a855f7;color:#fff}.wallet-form__btn--unlock:hover{background:#9333ea}.wallet-form__btn--import{background:#2ebd85;color:#fff}.wallet-form__btn--import:hover{background:#2a9c70}*{box-sizing:border-box;margin:0;padding:0}:root{font-feature-settings:"liga" 1,"calt" 1;font-family:Inter,sans-serif}

;@supports (font-variation-settings:normal){:root{font-family:InterVariable,sans-serif}};body,html{height:100%}body{background:#0f0f0f;color:#fff;font-family:Inter,sans-serif;font-weight:500;line-height:1.5}
/*# sourceMappingURL=main.59e9074c.css.map*/