@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-33d9fe3a {
    background: #1f1f2e;
    box-shadow: 0 2px 10px 0 1px 2px rgba(255, 255, 255, 0.04);
    position: sticky;
    top: 0;
    z-index: 999999;
}

.c-f7fd09b3 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.c-a8086e82 {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
}

.c-4fa6e0ec {
    color: #a78bfa;
    font-size: 28px;
}

.c-fc5cefb2 {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-e7171f2b {
    display: flex;
    list-style: none;
    gap: 30px;
}

.c-2cac3472 {
    text-decoration: none;
    color: #d1d5db;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
}

.c-2cac3472:hover {
    color: #a78bfa;
    background-color: #2c2c3c;
}

.c-678e35d6 {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #f3f4f6;
    cursor: pointer;
}

.c-07a3ef41 {
    background: #a78bfa;
    color: #111827;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: all 300ms ease-in-out;
}

.c-07a3ef41:hover {
    background: #f472b6;
    transform: translateY(-2px);
}

.c-acf350c4 {
    background: linear-gradient(135deg, #2c2c3c 0%, #3a3a4f 100%);
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.c-acf350c4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a78bfa, transparent);
}

.c-db617744 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-011217a1 {
    text-align: center;
    margin-bottom: 48px;
}

.c-6baad405 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.c-6baad405 i {
    color: #a78bfa;
    font-size: 34px;
}

.c-eec6152e {
    color: #d1d5db;
    font-size: 19px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.c-66ae52d6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 48px;
}

.c-b4e659ca {
    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-b4e659ca::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-b4e659ca:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-b4e659ca:hover::before {
    transform: scaleX(1);
}

.c-ceca3afc {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.c-4faefef7 {
    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-daf9234d {
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
}

.c-7492fe22 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-f97e10c6 {
    color: #d1d5db;
    transition: all 150ms ease-in-out;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.c-f97e10c6:hover {
    color: #a78bfa;
    background-color: #2c2c3c;
    padding-left: 10px;
}

.c-f97e10c6 i {
    font-size: 12px;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.c-f97e10c6:hover i {
    opacity: 1;
}

.c-d1ef5bcb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d1d5db;
    padding: 4px 0;
}

.c-6811b342 {
    color: #a78bfa;
    width: 20px;
    text-align: center;
}

.c-b892c06d {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.c-80b343e6 {
    background-color: #2c2c3c;
    border: 1px solid var(--card-border);
    padding: 20px;
    border-radius: 5px;
    color: #f3f4f6;
    transition: all 150ms ease-in-out;
}

.c-80b343e6:focus {
    outline: none;
    border-color: #a78bfa;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.c-80b343e6::placeholder {
    color: #9ca3af;
}

.c-5658b541 {
    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-5658b541::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-5658b541:hover::before {
    left: 100%;
}

.c-5658b541:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.c-860ceabe {
    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-cc23c231 {
    color: #9ca3af;
    font-size: 14px;
}

.c-f415e05e {
    display: flex;
    gap: 30px;
}

.c-f234a285 {
    color: #9ca3af;
    font-size: 14px;
    transition: color 150ms ease-in-out;
    position: relative;
}

.c-f234a285::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #a78bfa;
    transition: width 150ms ease-in-out;
}

.c-f234a285:hover {
    color: #a78bfa;
}

.c-f234a285:hover::after {
    width: 100%;
}

.c-46929a03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.c-55cbde8b {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    opacity: 0.03;
}

.c-6ee076f3 {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
}

.c-dfb682af {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
}

.c-a1523455 {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-fe07452a {
    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-fe07452a h1,
.c-fe07452a h2,
.c-fe07452a h3,
.c-fe07452a h4 {
    color: #f3f4f6;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-fe07452a h1 {
    font-size: 42px;
}

.c-fe07452a h2 {
    font-size: 34px;
}

.c-fe07452a h3 {
    font-size: 26px;
}

.c-fe07452a h4 {
    font-size: 19px;
}

.c-fe07452a p,
.c-fe07452a li {
    color: #d1d5db;
    font-size: 16px;
}

.c-fe07452a ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-fe07452a ul li {
    margin-bottom: 0.5rem;
}

.c-fe07452a a {
    color: #a78bfa;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-fe07452a a:hover {
    color: #f472b6;
}

.c-fe07452a strong {
    color: #f3f4f6;
    font-weight: 600;
}

.c-fe07452a code {
    background-color: #3a3a4f;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .c-fc5cefb2 {
        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-fc5cefb2.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .c-e7171f2b {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .c-2cac3472 {
        padding: 16px;
        text-align: center;
    }

    .c-678e35d6 {
        display: block;
    }

    .c-07a3ef41 {
        margin-top: 20px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .c-66ae52d6 {
        grid-template-columns: 1fr;
    }

    .c-860ceabe {
        flex-direction: column;
        text-align: center;
    }

    .c-f415e05e {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-fe07452a {
        padding: 1rem;
        font-size: 14px;
    }

    .c-fe07452a h1 {
        font-size: 34px;
    }

    .c-fe07452a h2 {
        font-size: 26px;
    }

    .c-fe07452a h3 {
        font-size: 19px;
    }
}
