@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #1f1f2e;
    font-family: 'Rubik', sans-serif;
    font-size: var(--font-size);
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
select,
option {
    cursor: pointer;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

main {
    overflow-x: hidden;
}





.c-ee438837 {
    background: #1f1f2e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: 300ms ease-in-out;
}

.header--scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

.c-a46f3f0f {
    max-width: 1160px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-50ad8a77 {
    position: absolute;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
    transition: 150ms ease-in-out;
    z-index: 9999;
}

.c-50ad8a77:hover {
    transform: scale(1.05);
}

.c-907ec63a {
    font-size: 26px;
    background: linear-gradient(45deg, #a78bfa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-706a2d60 {
    display: flex;
    align-items: center;
}

.c-7bcc69f4 {
    display: flex;
    align-items: center;
    gap: 48px;
    background: #2c2c3c;
    padding: 10px 30px;
    border-radius: 24px;
    border: 1px solid #3a3a4f;
}

.c-cd7b8243 {
    color: #d1d5db;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 150ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-cd7b8243::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in-out;
}

.c-cd7b8243:hover::before {
    left: 100%;
}

.c-cd7b8243:hover {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.05);
}

.header__menu-link--active {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.1);
}

.header__theme-toggle {
    position: absolute;
    right: 20px;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 150ms ease-in-out;
}

.header__theme-toggle:hover {
    background: #a78bfa;
    color: #111827;
    transform: rotate(180deg);
}


.c-0dd4d5c0 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out;
    position: absolute;
    right: 20px;
}

.c-0dd4d5c0:hover {
    background: #a78bfa;
    transform: scale(1.05);
}

.c-59743be4 {
    width: 18px;
    height: 2px;
    background: #f3f4f6;
    margin: 2px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

.c-0dd4d5c0:hover .c-59743be4 {
    background: #111827;
}


.header__burger--active {
    background: #a78bfa;
}

.header__burger--active .c-59743be4 {
    background: #111827;
}

.header__burger--active .c-59743be4:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.header__burger--active .c-59743be4:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-59743be4:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


.c-2660eb5b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}


.c-6b54520b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1f1f2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    padding: 48px 20px;
}

.header__mobile-menu--active {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}


.c-faa0283b {
    color: #f3f4f6;
    font-size: 34px;
    font-weight: 600;
    padding: 30px 48px;
    border-radius: 24px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.header__mobile-menu--active .c-faa0283b {
    opacity: 1;
    transform: translateY(0);
}


.c-faa0283b:nth-child(1) {
    transition-delay: 0.1s;
}
.c-faa0283b:nth-child(2) {
    transition-delay: 0.2s;
}
.c-faa0283b:nth-child(3) {
    transition-delay: 0.3s;
}
.c-faa0283b:nth-child(4) {
    transition-delay: 0.4s;
}
.c-faa0283b:nth-child(5) {
    transition-delay: 0.5s;
}


.c-faa0283b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in-out;
}

.c-faa0283b:hover::before {
    left: 100%;
}

.c-faa0283b:hover {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.05);
    transform: scale(1.05);
    border-color: #a78bfa;
}

.header__mobile-menu-link--active {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.1);
    border-color: #a78bfa;
}






@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutToRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.c-e95ba2a0 {
    background-color: #1f1f2e;
    padding: 48px 0;
    border-top: 2px solid #a78bfa;
    position: relative;
}

.c-04099463 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-c679b7b6 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px;
    transition: transform 300ms ease-in-out;
}

.c-c679b7b6:hover {
    transform: scale(1.05);
}

.c-c679b7b6 i {
    color: #a78bfa;
    font-size: 34px;
}

.c-547b6c84 {
    color: #d1d5db;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 48px;
    font-size: 19px;
}

.c-47a4f922 {
    margin-bottom: 48px;
}

.c-64444b6d {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    margin-bottom: 30px;
}

.c-a5f242ff {
    color: #d1d5db;
    font-weight: 500;
    position: relative;
    transition: color 150ms ease-in-out;
    padding: 10px 0;
}

.c-a5f242ff::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #a78bfa;
    transition: all 300ms ease-in-out;
    transform: translateX(-50%);
}

.c-a5f242ff:hover {
    color: #a78bfa;
}

.c-a5f242ff:hover::after {
    width: 100%;
}

.c-ce6a5f9d {
    background-color: #2c2c3c;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 48px;
    display: inline-block;
    min-width: 300px;
}

.c-e98dc40d {
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
}

.c-05327f7a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-8efd3aa0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #d1d5db;
}

.c-2725502e {
    color: #a78bfa;
    width: 20px;
    text-align: center;
}

.c-d4e3f2fa {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a78bfa, transparent);
    margin: 30px auto;
}

.c-948be7d7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.c-30110590 {
    color: #9ca3af;
    font-size: 14px;
}

.c-ef20b934 {
    display: flex;
    gap: 30px;
}

.c-fc3a98e1 {
    color: #9ca3af;
    font-size: 14px;
    transition: color 150ms ease-in-out;
    position: relative;
}

.c-fc3a98e1:hover {
    color: #a78bfa;
}

.c-fc3a98e1:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 30px / 2);
    color: #9ca3af;
}

.c-eec41777 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a78bfa, #f472b6, #a78bfa);
    opacity: 0.8;
}



.c-96ca2b01 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Rubik', sans-serif;
    color: #f3f4f6;
    background-color: #1f1f2e;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.04);
    line-height: 1.6;
    font-size: 16px;
}

.c-96ca2b01 h1,
.c-96ca2b01 h2,
.c-96ca2b01 h3,
.c-96ca2b01 h4 {
    color: #f3f4f6;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-96ca2b01 h1 {
    font-size: 42px;
}

.c-96ca2b01 h2 {
    font-size: 34px;
}

.c-96ca2b01 h3 {
    font-size: 26px;
}

.c-96ca2b01 h4 {
    font-size: 19px;
}

.c-96ca2b01 p,
.c-96ca2b01 li {
    color: #d1d5db;
    font-size: 16px;
}

.c-96ca2b01 ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-96ca2b01 ul li {
    margin-bottom: 0.5rem;
}

.c-96ca2b01 a {
    color: #a78bfa;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-96ca2b01 a:hover {
    color: #f472b6;
}

.c-96ca2b01 strong {
    color: #f3f4f6;
    font-weight: 600;
}

.c-96ca2b01 code {
    background-color: #3a3a4f;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .c-7bcc69f4 {
        gap: 20px;
        padding: 4px 20px;
    }

    .c-cd7b8243 {
        padding: 4px 10px;
        font-size: 14px;
    }

    .c-50ad8a77 {
        position: static;
    }

    .header__theme-toggle {
        position: static;
        margin-left: 20px;
    }

    .c-a46f3f0f {
        justify-content: space-between;
    }
    .c-706a2d60,
    .header__theme-toggle {
        display: none;
    }

    .c-0dd4d5c0 {
        display: flex;
    }

    .c-a46f3f0f {
        justify-content: space-between;
        padding: 20px;
    }

    .c-50ad8a77 {
        position: static;
        transform: translateX(0);
    }

    .c-7bcc69f4 {
        display: none;
    }
}
@media (max-width: 480px) {
    .c-faa0283b {
        font-size: 26px;
        min-width: 200px;
        padding: 20px 30px;
    }

    .c-6b54520b {
        gap: 30px;
        padding: 30px 10px;
    }
}
@media (max-width: 768px) {
    .c-64444b6d {
        flex-direction: column;
        gap: 20px;
    }

    .c-ce6a5f9d {
        min-width: auto;
        width: 100%;
    }

    .c-948be7d7 {
        flex-direction: column;
        gap: 20px;
    }

    .c-ef20b934 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-fc3a98e1:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-96ca2b01 {
        padding: 1rem;
        font-size: 14px;
    }

    .c-96ca2b01 h1 {
        font-size: 34px;
    }

    .c-96ca2b01 h2 {
        font-size: 26px;
    }

    .c-96ca2b01 h3 {
        font-size: 19px;
    }
}