@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic);

:root {
    --container-width: 1160px;

    --text-primary: #f3f4f6;
    --text-secondary: #d1d5db;
    --text-muted: #9ca3af;
    --text-inverse: #111827;

    --bg-primary: #1f1f2e;
    --bg-secondary: #2c2c3c;
    --bg-tertiary: #3a3a4f;
    --bg-dark: #f3f4f6;

    --accent-primary: #a78bfa;
    --accent-secondary: #f472b6;
    --accent-success: #10b981;
    --accent-warning: #f59e0b;
    --accent-danger: #dc2626;

    --shadow-light: 0 1px 2px rgba(255, 255, 255, 0.04);
    --shadow-medium: 0 3px 6px rgba(255, 255, 255, 0.08);
    --shadow-strong: 0 6px 10px rgba(255, 255, 255, 0.1);

    --font-family: 'Rubik', sans-serif;
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-lg: 19px;
    --font-size-xl: 26px;
    --font-size-2xl: 34px;
    --font-size-3xl: 42px;

    --gap-xs: 4px;
    --gap-sm: 10px;
    --gap-md: 20px;
    --gap-lg: 30px;
    --gap-xl: 48px;
    --gap-2xl: 64px;

    --padding-xs: 4px;
    --padding-sm: 10px;
    --padding-md: 20px;
    --padding-lg: 30px;
    --padding-xl: 48px;

    --radius-sm: 5px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;

    --transition-fast: 150ms ease-in-out;
    --transition-normal: 300ms ease-in-out;
    --transition-slow: 500ms ease;
}

* {
    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-1ce5f502 {
    background: #1f1f2e;
    box-shadow: 0 2px 10px 0 1px 2px rgba(255, 255, 255, 0.04);
    position: sticky;
    top: 0;
    z-index: 999999;
}

.c-e9b707fc {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.c-d7277625 {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
}

.c-b124227b {
    color: #a78bfa;
    font-size: 28px;
}

.c-297cf484 {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-20199b05 {
    display: flex;
    list-style: none;
    gap: 30px;
}

.c-256bdefd {
    text-decoration: none;
    color: #d1d5db;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
}

.c-256bdefd:hover {
    color: #a78bfa;
    background-color: #2c2c3c;
}

.c-c2d1954d {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #f3f4f6;
    cursor: pointer;
}

.c-91ceeb13 {
    background: #a78bfa;
    color: #111827;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: all 300ms ease-in-out;
}

.c-91ceeb13:hover {
    background: #f472b6;
    transform: translateY(-2px);
}

.c-bbb413aa {
    background: linear-gradient(135deg, #2c2c3c 0%, #3a3a4f 100%);
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.c-bbb413aa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a78bfa, transparent);
}

.c-53e28b51 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-a8ba4719 {
    text-align: center;
    margin-bottom: 48px;
}

.c-d8cf9d84 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.c-d8cf9d84 i {
    color: #a78bfa;
    font-size: 34px;
}

.c-bf048235 {
    color: #d1d5db;
    font-size: 19px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.c-6e1a1bdf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 48px;
}

.c-0e03c1f7 {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 6px var(--card-shadow);
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-0e03c1f7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #a78bfa, #f472b6);
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}

.c-0e03c1f7:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-0e03c1f7:hover::before {
    transform: scaleX(1);
}

.c-1f2b4326 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.c-f683c00d {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-size: 19px;
}

.c-43508fe6 {
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
}

.c-b30ac225 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-aa72e236 {
    color: #d1d5db;
    transition: all 150ms ease-in-out;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.c-aa72e236:hover {
    color: #a78bfa;
    background-color: #2c2c3c;
    padding-left: 10px;
}

.c-aa72e236 i {
    font-size: 12px;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.c-aa72e236:hover i {
    opacity: 1;
}

.c-156a8ca2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d1d5db;
    padding: 4px 0;
}

.c-1034543f {
    color: #a78bfa;
    width: 20px;
    text-align: center;
}

.c-1a6cfa16 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.c-b87a5529 {
    background-color: #2c2c3c;
    border: 1px solid var(--card-border);
    padding: 20px;
    border-radius: 5px;
    color: #f3f4f6;
    transition: all 150ms ease-in-out;
}

.c-b87a5529:focus {
    outline: none;
    border-color: #a78bfa;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.c-b87a5529::placeholder {
    color: #9ca3af;
}

.c-25488e7a {
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    color: #111827;
    padding: 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 150ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-25488e7a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 500ms ease;
}

.c-25488e7a:hover::before {
    left: 100%;
}

.c-25488e7a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.c-c5973bd6 {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid var(--card-border);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.c-165f2a48 {
    color: #9ca3af;
    font-size: 14px;
}

.c-697cf4d1 {
    display: flex;
    gap: 30px;
}

.c-d7d0fa4e {
    color: #9ca3af;
    font-size: 14px;
    transition: color 150ms ease-in-out;
    position: relative;
}

.c-d7d0fa4e::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #a78bfa;
    transition: width 150ms ease-in-out;
}

.c-d7d0fa4e:hover {
    color: #a78bfa;
}

.c-d7d0fa4e:hover::after {
    width: 100%;
}

.c-454efbef {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.c-021ba2f2 {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    opacity: 0.03;
}

.c-def76778 {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
}

.c-162c5f4c {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
}

.c-ed74deb6 {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-5aeb8c16 {
    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-5aeb8c16 h1,
.c-5aeb8c16 h2,
.c-5aeb8c16 h3,
.c-5aeb8c16 h4 {
    color: #f3f4f6;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-5aeb8c16 h1 {
    font-size: 42px;
}

.c-5aeb8c16 h2 {
    font-size: 34px;
}

.c-5aeb8c16 h3 {
    font-size: 26px;
}

.c-5aeb8c16 h4 {
    font-size: 19px;
}

.c-5aeb8c16 p,
.c-5aeb8c16 li {
    color: #d1d5db;
    font-size: 16px;
}

.c-5aeb8c16 ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-5aeb8c16 ul li {
    margin-bottom: 0.5rem;
}

.c-5aeb8c16 a {
    color: #a78bfa;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-5aeb8c16 a:hover {
    color: #f472b6;
}

.c-5aeb8c16 strong {
    color: #f3f4f6;
    font-weight: 600;
}

.c-5aeb8c16 code {
    background-color: #3a3a4f;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .c-297cf484 {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #1f1f2e;
        flex-direction: column;
        padding: 30px;
        box-shadow: 0 5px 20px 0 3px 6px rgba(255, 255, 255, 0.08);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease-in-out;
    }

    .c-297cf484.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .c-20199b05 {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .c-256bdefd {
        padding: 16px;
        text-align: center;
    }

    .c-c2d1954d {
        display: block;
    }

    .c-91ceeb13 {
        margin-top: 20px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .c-6e1a1bdf {
        grid-template-columns: 1fr;
    }

    .c-c5973bd6 {
        flex-direction: column;
        text-align: center;
    }

    .c-697cf4d1 {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-5aeb8c16 {
        padding: 1rem;
        font-size: 14px;
    }

    .c-5aeb8c16 h1 {
        font-size: 34px;
    }

    .c-5aeb8c16 h2 {
        font-size: 26px;
    }

    .c-5aeb8c16 h3 {
        font-size: 19px;
    }
}
