body,
html {
    padding: 0;
    margin: 0;
    font-family: proxima-nova, sans-serif;
    background: var(--main-bg-color);
    color: var(--main-text-color);
    min-height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

a {
    color: var(--light-text-color);
    text-decoration: none;
}

a:hover {
    color: var(--main-text-color);
}

* {
    box-sizing: border-box;
}

main {
    width: 100%;
    max-width: 980px;
    padding: 4rem 1.25rem;
    text-align: center;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.35;
}

p {
    line-height: 1.65;
}

code {
    width: auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-family: inherit;
}

footer {
    padding: 1em;
}

dl,
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

ol li,
ul li {
    list-style: none;
}

ol li::before,
ul li::before {
    display: none !important;
    content: none !important;
}

summary::marker,
summary::-webkit-details-marker {
    display: none !important;
    content: none !important;
}

:root {
    --main-bg-color: #192c38;
    --secondary-bg-color: #333;
    --dark-bg-color: #0f212e;
    --main-text-color: #fff;
    --light-text-color: #b1bad3;
    --link-text-color: #007bff;
    --green: #1fff20;
    --red: #fe2247;
    --neutral: #b1bad3;
}

[data-theme=day] {
    --main-bg-color: #fff;
    --secondary-bg-color: #eee;
    --dark-bg-color: #eee;
    --main-text-color: #000;
    --light-text-color: #b1bad3;
    --link-text-color: #007bff;
    --green: #1fff20;
    --red: #fe2247;
    --neutral: #b1bad3;
}

.styles_container__8mIh_ {
    display: block;
    align-items: initial;
}

.styles_icon__u5Bt5 {
    fill: var(--light-text-color);
    width: 35px;
    height: 35px;
    padding: .5em;
}

.styles_highlight__hkhZE {
    max-width: 720px;
    background: var(--dark-bg-color);
    border-radius: 14px;
    padding: 1.5em 2em;
    text-align: left;
    margin: 0 auto;
}

.styles_indicator__6mb_4 {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.styles_grid__nX4Jh {
    display: block;
    max-width: 720px;
    padding: 1em;
    margin: 0 auto 1.5em;
    width: 100%;
    text-align: center;
}

.styles_grid__nX4Jh span {
    display: none !important;
}

.styles_grid__nX4Jh p {
    margin: 0 0 12px;
    text-align: center;
}

.styles_grid__nX4Jh h2 {
    margin: 0 0 14px;
    text-align: center;
}

.styles_grid__nX4Jh a,
.onewin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    border-radius: 14px;
    background: #1f8bff;
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(31, 139, 255, 0.28);
}

.styles_grid__nX4Jh a:hover,
.onewin-button:hover {
    color: #ffffff !important;
    text-decoration: none;
    opacity: 0.92;
}

.onewin-page {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.onewin-logo {
    margin-bottom: 18px;
}

.onewin-intro {
    margin: 0 auto 24px;
    max-width: 720px;
    text-align: left;
}

.onewin-cta {
    margin: 24px 0 30px;
    text-align: center;
}

.onewin-content h2 {
    margin-top: 28px;
    margin-bottom: 12px;
}

.onewin-content ol {
    margin: 14px 0 20px;
    padding-left: 0;
}

.onewin-content ol li {
    margin: 0 0 10px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    line-height: 1.55;
}

.onewin-step {
    margin: 12px 0;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    line-height: 1.6;
}

.onewin-faq-item,
.onewin-content details {
    margin: 14px 0;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.onewin-faq-item h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.35;
}

.onewin-faq-item p,
.onewin-content details p {
    margin-bottom: 0;
}

.onewin-content summary {
    cursor: pointer;
    font-weight: 700;
}

.onewin-footer {
    margin-top: 34px;
    font-size: 13px;
    opacity: 0.78;
    text-align: center;
}

@media (max-width: 640px) {
    main {
        padding: 2.5rem 1rem;
    }

    h1 {
        font-size: 1.65rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    .styles_highlight__hkhZE {
        padding: 1.25em;
        border-radius: 14px;
    }

    .styles_grid__nX4Jh a,
    .onewin-button {
        width: 100%;
        padding: 0 18px;
    }
}

html,
body {
    width: 100% !important;
    min-height: 100% !important;
    display: block !important;
    justify-content: initial !important;
    align-items: initial !important;
}

body {
    background: var(--main-bg-color) !important;
    color: var(--main-text-color) !important;
}

main {
    width: 100% !important;
    max-width: 980px !important;
    margin: 0 auto !important;
    padding: 4rem 1.25rem !important;
    text-align: center !important;
}

.styles_indicator__6mb_4,
.styles_grid__nX4Jh span {
    display: none !important;
}

.styles_grid__nX4Jh {
    display: block !important;
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 auto 22px !important;
    padding: 0 !important;
    text-align: center !important;
}

.styles_grid__nX4Jh div {
    display: none !important;
}

.styles_grid__nX4Jh code {
    display: block !important;
    width: auto !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 12px auto !important;
    text-align: center !important;
}

.styles_grid__nX4Jh a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    padding: 0 28px !important;
    border-radius: 14px !important;
    background: #1f8bff !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.styles_highlight__hkhZE {
    max-width: 720px !important;
    margin: 0 auto !important;
}