.driver-active *,
.driver-active .driver-overlay {
    pointer-events: none
}

.driver-active .driver-active-element,
.driver-active .driver-active-element *,
.driver-popover,
.driver-popover * {
    pointer-events: auto
}

@keyframes animate-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.driver-fade .driver-overlay {
    animation: animate-fade-in .2s ease-in-out
}

.driver-fade .driver-popover {
    animation: animate-fade-in .2s
}

.driver-popover {
    all: unset;
    box-sizing: border-box;
    color: #2d2d2d;
    margin: 0;
    padding: 15px;
    border-radius: 5px;
    min-width: 250px;
    max-width: 300px;
    box-shadow: 0 1px 10px #0006;
    z-index: 1000000000;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff
}

.driver-popover * {
    font-family: Helvetica Neue, Inter, ui-sans-serif, Apple Color Emoji, Helvetica, Arial, sans-serif
}

.driver-popover-title {
    font: 19px/normal sans-serif;
    font-weight: 700;
    display: block;
    position: relative;
    line-height: 1.5;
    zoom: 1;
    margin: 0
}

.driver-popover-close-btn {
    all: unset;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 28px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #d2d2d2;
    z-index: 1;
    text-align: center;
    transition: color;
    transition-duration: .2s
}

.driver-popover-close-btn:focus,
.driver-popover-close-btn:hover {
    color: #2d2d2d
}

.driver-popover-title[style*=block]+.driver-popover-description {
    margin-top: 5px
}

.driver-popover-description {
    margin-bottom: 0;
    font: 14px/normal sans-serif;
    line-height: 1.5;
    font-weight: 400;
    zoom: 1
}

.driver-popover-footer {
    margin-top: 15px;
    text-align: right;
    zoom: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.driver-popover-progress-text {
    font-size: 13px;
    font-weight: 400;
    color: #727272;
    zoom: 1
}

.driver-popover-footer button {
    all: unset;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px 7px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    background-color: #fff;
    color: #2d2d2d;
    font: 12px/normal sans-serif;
    cursor: pointer;
    outline: 0;
    zoom: 1;
    line-height: 1.3;
    border: 1px solid #ccc;
    border-radius: 3px
}

.driver-popover-footer .driver-popover-btn-disabled {
    opacity: .5;
    pointer-events: none
}

:not(body):has(>.driver-active-element) {
    overflow: hidden !important
}

.driver-no-interaction,
.driver-no-interaction * {
    pointer-events: none !important
}

.driver-popover-footer button:focus,
.driver-popover-footer button:hover {
    background-color: #f7f7f7
}

.driver-popover-navigation-btns {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end
}

.driver-popover-navigation-btns button+button {
    margin-left: 4px
}

.driver-popover-arrow {
    content: "";
    position: absolute;
    border: 5px solid #fff
}

.driver-popover-arrow-side-over {
    display: none
}

.driver-popover-arrow-side-left {
    left: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent
}

.driver-popover-arrow-side-right {
    right: 100%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent
}

.driver-popover-arrow-side-top {
    top: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.driver-popover-arrow-side-bottom {
    bottom: 100%;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent
}

.driver-popover-arrow-side-center {
    display: none
}

.driver-popover-arrow-side-left.driver-popover-arrow-align-start,
.driver-popover-arrow-side-right.driver-popover-arrow-align-start {
    top: 15px
}

.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start,
.driver-popover-arrow-side-top.driver-popover-arrow-align-start {
    left: 15px
}

.driver-popover-arrow-align-end.driver-popover-arrow-side-left,
.driver-popover-arrow-align-end.driver-popover-arrow-side-right {
    bottom: 15px
}

.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end,
.driver-popover-arrow-side-top.driver-popover-arrow-align-end {
    right: 15px
}

.driver-popover-arrow-side-left.driver-popover-arrow-align-center,
.driver-popover-arrow-side-right.driver-popover-arrow-align-center {
    top: 50%;
    margin-top: -5px
}

.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center,
.driver-popover-arrow-side-top.driver-popover-arrow-align-center {
    left: 50%;
    margin-left: -5px
}

.driver-popover-arrow-none {
    display: none
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --bg: #090b0f;
    --surface: #0d1018;
    --card: #13161f;
    --card2: #181c27;
    --border: rgba(255, 255, 255, 0.07);
    --border2: rgba(255, 255, 255, 0.13);
    --green: #22c55e;
    --green-dim: rgba(34, 197, 94, 0.1);
    --green-mid: rgba(34, 197, 94, 0.22);
    --text: #e8ecf4;
    --text2: #8b95a8;
    --text3: #4e5a6e;
    --red: #ef4444;
    --amber: #f59e0b;
    --blue: #3b82f6;
    --purple: #a855f7;
    --sidebar: 240px;
    --font: "DM Sans", sans-serif
}

body,
html {
    height: 100%;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font);
    -webkit-font-smoothing: antialiased
}

#root {
    min-height: 100%;
    display: flex
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: var(--border2);
    border-radius: 4px
}

button,
input,
textarea {
    font-family: var(--font)
}

button {
    cursor: pointer;
    border: none;
    background: none
}

button,
input,
textarea {
    outline: none
}

.app-shell {
    display: flex;
    width: 100%;
    min-height: 100vh
}

.sidebar {
    width: var(--sidebar);
    flex-shrink: 0;
    background: var(--surface);
    border-right: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 200;
    overflow: hidden
}

.main-area {
    flex: 1 1;
    margin-left: var(--sidebar);
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.top-bar {
    height: 64px;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    padding: 0 28px;
    gap: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100
}

.content {
    flex: 1 1;
    overflow-y: auto;
    padding: 32px 28px 60px
}

@media (max-width:767px) {
    .sidebar {
        display: none
    }
    .main-area {
        margin-left: 0
    }
    .top-bar {
        height: 58px;
        padding: 0 16px
    }
    .content {
        padding: 20px 16px 90px
    }
    .mobile-bottom-nav {
        display: flex !important
    }
    .desktop-only {
        display: none !important
    }
}

@media (min-width:768px) {
    .mobile-bottom-nav,
    .mobile-only {
        display: none !important
    }
}

.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: var(--surface);
    border-top: 1px solid var(--border);
    padding-bottom: env(safe-area-inset-bottom)
}

.telegram-float {
    bottom: 24px;
    transition: transform .15s
}

.telegram-float:hover {
    transform: scale(1.06)
}

@media (max-width:767px) {
    .telegram-float {
        bottom: calc(90px + env(safe-area-inset-bottom))
    }
}

.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px
}

.input-field {
    width: 100%;
    background: var(--card2);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 13px 16px;
    font-size: 15px;
    color: var(--text);
    transition: border-color .2s
}

.input-field:focus {
    border-color: var(--green-mid)
}

.input-field::placeholder {
    color: var(--text3)
}

.btn-green {
    background: var(--green);
    color: #fff;
    border-radius: 14px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    transition: opacity .15s
}

.btn-green:hover {
    opacity: .88
}

.btn-green:disabled {
    background: var(--card2);
    color: var(--text3);
    cursor: not-allowed;
    opacity: 1
}

.btn-outline {
    background: var(--card2);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    transition: border-color .2s
}

.btn-outline:hover {
    border-color: var(--border2)
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(8px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {
    0%,
    to {
        opacity: 1
    }
    50% {
        opacity: .5
    }
}

.fade-in {
    animation: fadeIn .25s ease
}

@media (min-width:768px) {
    .grid-2 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }
    .grid-2,
    .grid-3 {
        display: grid;
        gap: 20px
    }
    .grid-3 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px
    }
}

@media (max-width:767px) {
    .grid-2,
    .grid-3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 12px;
        gap: 12px
    }
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: DM Sans Fallback;
    src: local("Arial");
    ascent-override: 94.90%;
    descent-override: 29.66%;
    line-gap-override: 0.00%;
    size-adjust: 104.53%
}

.__className_0d7163 {
    font-family: DM Sans, DM Sans Fallback;
    font-style: normal
}

.__variable_0d7163 {
    --font-dm-sans: "DM Sans", "DM Sans Fallback"
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Inter Fallback;
    src: local("Arial");
    ascent-override: 90.44%;
    descent-override: 22.52%;
    line-gap-override: 0.00%;
    size-adjust: 107.12%
}

.__className_f367f3 {
    font-family: Inter, Inter Fallback;
    font-style: normal
}

.__variable_f367f3 {
    --font-inter: "Inter", "Inter Fallback"
}

@font-face {
    font-family: Space Grotesk;
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Space Grotesk;
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Space Grotesk;
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(/evolutionsms/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Space Grotesk Fallback;
    src: local("Arial");
    ascent-override: 89.71%;
    descent-override: 26.62%;
    line-gap-override: 0.00%;
    size-adjust: 109.69%
}

.__className_dd5b2f {
    font-family: Space Grotesk, Space Grotesk Fallback;
    font-style: normal
}

.__variable_dd5b2f {
    --font-space-grotesk: "Space Grotesk", "Space Grotesk Fallback"
}