@import "tailwindcss";

@theme {
    --font-display: "Lato", sans-serif;

    --breakpoint-xs: 540px;
    --breakpoint-2xs: 440px;
    --breakpoint-3xs: 350px;

    --color-black-100: #111111;
    --color-black-200: #222222;
    --color-black-300: #171719;
    --color-black-400: #0A0A0C;

    --color-gray-100: #767676;
    --color-gray-200: #848484;
    --color-gray-300: #9f9da2;
    --color-gray-400: #B0B0B0;
    --color-gray-500: #2C2C2E;
    --color-gray-600: #4A4A4D;

    --color-white-100: #E6E6E6;
    --color-white-200: #FFFCF2;
    --color-white-300: #F4F4F9;
    --color-white-400: #CCC5B9;

    --color-blue-100: #1559CB;
    --color-blue-200: #3382FF;
    --color-blue-300: #194BFD;
    --color-blue-400: #34A4DD;

    --color-green-100: #0E7565;
    --color-green-200: #AEE629;
    --color-green-300: #32D74B;
    --color-mint-100: #C6F4ED;
    --color-yellow-100: #EBCB2C;
    --color-orange-100: #E25225;
    --color-orange-200: #FF8C42;
    --color-red-100: #CB333E;
    --color-red-200: #FF453A;
    --color-turquoise-100: #1ABC9C;
    --color-violet-100: #2F374E;
    --colo-pink-100: #C37FC2;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #3382FF;
    -webkit-box-shadow: 0 0 0 1000px #171719 inset;
    transition: background-color 5000s ease-in-out 0s;
}

body, #root {
    min-height: 100vh;
    margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.scrollbar {
    &::-webkit-scrollbar {
        width: 12px;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #3382FF;
    }

    &::-webkit-scrollbar-thumb:hover {
        cursor: pointer;
    }
}

.color-picker {
    background-color: #171719 !important;
    border-color: #3382FF !important;

    svg {
        --chrome-arrow-fill: #32D74B;
    }

    input {
        color: white !important;
        border-color: #E6E6E6 !important;
    }

    span {
        color: white !important;
    }
}


.tip-and-trick {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    p {
        color: #E6E6E6;
        font-size: 16px;
    }

    img {
        justify-self: center;
        align-self: center;
        border-radius: 5px;
    }

    ul {
        color: #E6E6E6;
        list-style: disc;
        margin-left: 3rem;
        font-size: 14px;
    }

    ul li::marker {
        color: #3382FF;
    }
}
/* Article and Product Content Styles */

/* Text Wrapping and Overflow Prevention */
/* Article and Product Content Styles */
/* Text Wrapping and Overflow Prevention */
.article-content,
.product-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 1.7;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    /* Force text wrapping and prevent overflow */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
    overflow-x: hidden;
}

.article-content *,
.product-content * {
    /* Apply wrapping to all child elements */
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

/* Headings */
.article-content h1,
.product-content h1 {
    color: #3382ff;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 2rem 0 1rem 0;
    line-height: 1.2;
    /* Heading text wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.article-content h2,
.product-content h2 {
    color: #3382ff;
    font-size: 2rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem 0;
    line-height: 1.3;
    /* Heading text wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.article-content h3,
.product-content h3 {
    color: #3382ff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.25rem 0 0.5rem 0;
    line-height: 1.4;
    /* Heading text wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.article-content h4,
.product-content h4 {
    color: #3382ff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem 0;
    line-height: 1.4;
    /* Heading text wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.article-content h5,
.product-content h5 {
    color: #3382ff;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0.875rem 0 0.375rem 0;
    line-height: 1.4;
    /* Heading text wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.article-content h6,
.product-content h6 {
    color: #3382ff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0.75rem 0 0.25rem 0;
    line-height: 1.4;
    /* Heading text wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

/* Product headings use CSS variable */
.product-content h1,
.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
    color: var(--leading-color, #3382ff);
}

/* Paragraphs */
.article-content p,
.product-content p {
    color: #e6e6e6 !important;
    font-size: 1.375rem;
    margin: 1rem 0;
    line-height: 1.7;
    /* Enhanced text wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    white-space: pre-wrap; /* Preserve whitespace but allow wrapping */
}

.article-content p span,
.product-content p span {
    color: #e6e6e6 !important;
    background-color: transparent !important;
}

/* Strong and Bold text */
.article-content strong,
.article-content b {
    color: #3382ff !important;
    font-weight: 700;
    background-color: transparent !important;
}

.product-content strong,
.product-content b {
    color: var(--leading-color, #3382ff) !important;
    font-weight: 700;
    background-color: transparent !important;
}

/* Emphasis and Italic */
.article-content em,
.article-content i {
    color: #848484 !important;
    font-style: italic;
    background-color: transparent !important;
    margin-left: 0.5rem;
}

.product-content em,
.product-content i {
    color: #848484 !important;
    font-style: italic;
    background-color: transparent !important;
    margin-left: 0.5rem;
}

/* Underline */
.article-content u,
.product-content u {
    text-decoration: underline;
    text-decoration-color: #3382ff;
}

.product-content u {
    text-decoration-color: var(--leading-color, #3382ff);
}

/* Strike-through */
.article-content s,
.article-content del,
.product-content s,
.product-content del {
    text-decoration: line-through;
    color: #848484;
}

/* Links */
.article-content a,
.product-content a {
    color: #3382ff;
    text-decoration: underline;
    transition: color 0.2s ease;
    /* Force long URLs to break */
    word-break: break-all;
    overflow-wrap: break-word;
    hyphens: none; /* Don't hyphenate URLs */
}

.article-content a:hover,
.product-content a:hover {
    color: #5599ff;
}

.product-content a {
    color: var(--leading-color, #3382ff);
}

/* Lists */
.article-content ul,
.product-content ul,
.article-content ol,
.product-content ol {
    color: #e6e6e6;
    margin: 1rem 0 1rem 3rem;
    font-size: 1.125rem;
    line-height: 1.6;
    /* List overflow prevention */
    overflow-wrap: break-word;
    word-break: break-word;
}

.article-content ul {
    list-style-type: disc;
}

.article-content ol {
    list-style-type: decimal;
}

.product-content ul {
    list-style-type: disc;
}

.product-content ol {
    list-style-type: decimal;
}

.article-content li,
.product-content li {
    margin: 0.5rem 0;
    color: #e6e6e6;
    /* List item wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.article-content li span,
.product-content li span {
    color: #e6e6e6 !important;
    background-color: transparent !important;
}

/* List markers */
.article-content ul li::marker,
.article-content ol li::marker {
    color: #3382ff;
}

.product-content ul li::marker,
.product-content ol li::marker {
    color: var(--leading-color, #3382ff);
}

/* Nested lists */
.article-content ul ul,
.article-content ol ol,
.article-content ul ol,
.article-content ol ul,
.product-content ul ul,
.product-content ol ol,
.product-content ul ol,
.product-content ol ul {
    margin: 0.5rem 0 0.5rem 1.5rem;
}

/* Blockquotes */
.article-content blockquote,
.product-content blockquote {
    border-left: 4px solid #3382ff;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background-color: rgba(51, 130, 255, 0.1);
    color: #e6e6e6;
    font-style: italic;
    border-radius: 0 0.5rem 0.5rem 0;
    /* Blockquote text wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.product-content blockquote {
    border-left-color: var(--leading-color, #3382ff);
    background-color: rgba(51, 130, 255, 0.1);
}

.article-content blockquote p,
.product-content blockquote p {
    margin: 0;
    font-size: 1.25rem;
}

/* Code */
.article-content code,
.product-content code {
    background-color: #2c2c2e;
    color: #ff6b6b;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
    font-size: 0.875rem;
    /* Allow code to wrap */
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
}

.article-content pre,
.product-content pre {
    background-color: #1c1c1e;
    color: #e6e6e6;
    padding: 1.5rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1.5rem 0;
    border: 1px solid #2c2c2e;
    /* Handle code block overflow */
    overflow-x: auto;
    overflow-y: hidden;
    white-space: pre;
    word-wrap: normal;
    word-break: normal;
    max-width: 100%;
    /* Add scrollbar styling */
    scrollbar-width: thin;
    scrollbar-color: #3382ff #2c2c2e;
}

.article-content pre::-webkit-scrollbar,
.product-content pre::-webkit-scrollbar {
    height: 8px;
}

.article-content pre::-webkit-scrollbar-track,
.product-content pre::-webkit-scrollbar-track {
    background: #2c2c2e;
    border-radius: 4px;
}

.article-content pre::-webkit-scrollbar-thumb,
.product-content pre::-webkit-scrollbar-thumb {
    background: #3382ff;
    border-radius: 4px;
}

.product-content pre::-webkit-scrollbar-thumb {
    background: var(--leading-color, #3382ff);
}

.article-content pre code,
.product-content pre code {
    /* Code inside pre blocks */
    white-space: pre;
    word-wrap: normal;
    word-break: normal;
    overflow-wrap: normal;
}

/* Images */
.article-content img,
.product-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5rem auto;
    display: block;
    /* Ensure images don't overflow */
    max-width: 100% !important;
    height: auto !important;
    width: auto;
    object-fit: contain;
}

.article-content img {
    border: 2px solid #3382ff;
}

.product-content img {
    border: 2px solid var(--leading-color, #3382ff);
    background-color: #e6e6e6;
}

/* Figures and Captions */
.article-content figure,
.product-content figure {
    margin: 2rem 0;
    text-align: center;
    /* Prevent figure overflow */
    max-width: 100%;
    overflow: hidden;
}

.article-content figure img,
.product-content figure img {
    border: none;
    margin: 0 auto 1rem auto;
}

.article-content figcaption,
.product-content figcaption {
    color: #848484;
    font-style: italic;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    text-align: center;
}

/* Image captions from editor */
.image-caption {
    text-align: center;
    font-style: italic;
    color: #848484 !important;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    background-color: transparent !important;
}

/* Enhanced Tables - Improved column sizing and content fitting */
.article-content table,
.product-content table {
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 1rem;
    color: #3382ff;
    background-color: #1c1c1e;
    border-radius: 0.5rem;
    overflow: hidden;
    /* Use auto table layout for content-based column sizing */
    table-layout: auto;
    /* Remove fixed width to allow natural sizing */
    width: auto;
    min-width: 100%;
    /* Ensure table doesn't get too small */
    max-width: 100%;
    /* Prevent overflow */
    overflow-wrap: break-word;
    /* Create scrollable wrapper for mobile */
    display: table;
    /* Reset to table display */
}

/* Table wrapper for horizontal scrolling */
.article-content .table-wrapper,
.product-content .table-wrapper {
    overflow-x: auto;
    margin: 2rem 0;
    border-radius: 0.5rem;
    background-color: #1c1c1e;
    /* Add touch scrolling for mobile */
    -webkit-overflow-scrolling: touch;
    /* Custom scrollbar for table wrapper */
    scrollbar-width: thin;
    scrollbar-color: #3382ff #2c2c2e;
}

.article-content .table-wrapper::-webkit-scrollbar,
.product-content .table-wrapper::-webkit-scrollbar {
    height: 8px;
}

.article-content .table-wrapper::-webkit-scrollbar-track,
.product-content .table-wrapper::-webkit-scrollbar-track {
    background: #2c2c2e;
    border-radius: 4px;
}

.article-content .table-wrapper::-webkit-scrollbar-thumb,
.product-content .table-wrapper::-webkit-scrollbar-thumb {
    background: #3382ff;
    border-radius: 4px;
}

.product-content .table-wrapper::-webkit-scrollbar-thumb {
    background: var(--leading-color, #3382ff);
}

/* Wrap tables that aren't already wrapped */
.article-content table:not(.table-wrapper table),
.product-content table:not(.table-wrapper table) {
    /* For tables not in wrapper, create inline wrapper */
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.article-content table th,
.product-content table th {
    background-color: #2c2c2e;
    color: #3382ff;
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    border-bottom: 2px solid #3382ff;
    /* Allow natural width based on content */
    width: auto;
    /* Improved cell content wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    vertical-align: top;
    /* Minimum width to prevent too narrow columns */
    min-width: 100px;
    /* Allow content to determine width */
    white-space: normal;
}

.product-content table th {
    color: var(--leading-color, #3382ff);
    border-bottom-color: var(--leading-color, #3382ff);
}

.article-content table td,
.product-content table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #2c2c2e;
    /* Allow natural width based on content */
    width: auto;
    /* Improved cell content wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    vertical-align: top;
    /* Minimum width to prevent too narrow columns */
    min-width: 100px;
    /* Allow content to determine width */
    white-space: normal;
}

.article-content table tr:hover,
.product-content table tr:hover {
    background-color: rgba(51, 130, 255, 0.1);
}

.article-content table p,
.product-content table p {
    margin: 0;
    font-size: 1rem;
}

/* Specific column width classes for editor-generated tables */
.article-content table.fixed-layout,
.product-content table.fixed-layout {
    table-layout: fixed;
    width: 100%;
}

/* Column width utilities that can be applied via editor */
.article-content table .col-narrow,
.product-content table .col-narrow {
    width: 15%;
    min-width: 80px;
}

.article-content table .col-medium,
.product-content table .col-medium {
    width: 25%;
    min-width: 120px;
}

.article-content table .col-wide,
.product-content table .col-wide {
    width: 35%;
    min-width: 200px;
}

.article-content table .col-auto,
.product-content table .col-auto {
    width: auto;
    min-width: 100px;
}

/* Preserve column widths set in editor */
.article-content table[style*="table-layout: fixed"],
.product-content table[style*="table-layout: fixed"] {
    table-layout: fixed !important;
}

.article-content table th[style*="width"],
.article-content table td[style*="width"],
.product-content table th[style*="width"],
.product-content table td[style*="width"] {
    /* Preserve inline width styles from editor */
    box-sizing: border-box;
}

/* Horizontal Rules */
.article-content hr,
.product-content hr {
    border: none;
    height: 2px;
    background-color: #3382ff;
    margin: 2rem 0;
    border-radius: 1px;
}

.product-content hr {
    background-color: var(--leading-color, #3382ff);
}

/* Subscript and Superscript */
.article-content sub,
.article-content sup,
.product-content sub,
.product-content sup {
    font-size: 0.75rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.article-content sup,
.product-content sup {
    top: -0.5em;
}

.article-content sub,
.product-content sub {
    bottom: -0.25em;
}

/* Mark/Highlight */
.article-content mark,
.product-content mark {
    background-color: rgba(51, 130, 255, 0.3);
    color: #e6e6e6;
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
}

/* Small text */
.article-content small,
.product-content small {
    font-size: 0.875rem;
    color: #848484;
}

/* Abbreviations */
.article-content abbr,
.product-content abbr {
    text-decoration: underline dotted;
    cursor: help;
}

/* Keyboard input */
.article-content kbd,
.product-content kbd {
    background-color: #2c2c2e;
    color: #e6e6e6;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-family: monospace;
    font-size: 0.875rem;
    border: 1px solid #3c3c3e;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    /* Keyboard/sample text wrapping */
    word-break: break-all;
    overflow-wrap: break-word;
}

/* Sample output */
.article-content samp,
.product-content samp {
    background-color: #1c1c1e;
    color: #e6e6e6;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-family: monospace;
    font-size: 0.875rem;
    /* Keyboard/sample text wrapping */
    word-break: break-all;
    overflow-wrap: break-word;
}

/* Variable */
.article-content var,
.product-content var {
    color: #ff6b6b;
    font-style: italic;
    font-family: monospace;
}

/* Definition lists */
.article-content dl,
.product-content dl {
    margin: 1rem 0;
}

.article-content dt,
.product-content dt {
    color: #3382ff;
    font-weight: 600;
    margin-top: 1rem;
}

.product-content dt {
    color: var(--leading-color, #3382ff);
}

.article-content dd,
.product-content dd {
    color: #e6e6e6;
    margin: 0.5rem 0 0 2rem;
    /* Definition description wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

/* Details and Summary */
.article-content details,
.product-content details {
    background-color: #1c1c1e;
    border: 1px solid #2c2c2e;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1rem 0;
}

.article-content summary,
.product-content summary {
    color: #3382ff;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.product-content summary {
    color: var(--leading-color, #3382ff);
}

/* Responsive Design */
@media (max-width: 768px) {
    .article-content,
    .product-content {
        gap: 0.75rem;
        /* Enhanced mobile wrapping */
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .article-content h1,
    .product-content h1 {
        font-size: 2rem;
    }

    .article-content h2,
    .product-content h2 {
        font-size: 1.75rem;
    }

    .article-content h3,
    .product-content h3 {
        font-size: 1.5rem;
    }

    .article-content p,
    .product-content p {
        font-size: 1.125rem;
    }

    .article-content ul,
    .product-content ul,
    .article-content ol,
    .product-content ol {
        margin-left: 1.5rem;
        font-size: 1rem;
    }

    .article-content blockquote,
    .product-content blockquote {
        padding: 0.75rem 1rem;
        margin: 1rem 0;
    }

    .article-content pre,
    .product-content pre {
        padding: 1rem;
        font-size: 0.75rem;
        /* Better code block handling on mobile */
        font-size: 0.75rem;
        padding: 0.75rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .article-content table,
    .product-content table {
        font-size: 0.875rem;
        /* Force table scroll on mobile */
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        /* Reset table layout for mobile */
        table-layout: auto;
        width: auto;
        min-width: 100%;
    }

    .article-content table th,
    .product-content table th,
    .article-content table td,
    .product-content table td {
        padding: 0.5rem;
        /* Reduce minimum width on mobile */
        min-width: 80px;
        /* Allow more aggressive wrapping on mobile */
        word-break: break-word;
        white-space: normal;
    }

    .article-content table thead,
    .article-content table tbody,
    .product-content table thead,
    .product-content table tbody {
        display: table;
        width: 100%;
    }

    /* Enhanced table wrapper for mobile */
    .article-content .table-wrapper,
    .product-content .table-wrapper {
        margin: 1rem 0;
        border-radius: 0.5rem;
        /* Add padding for better mobile experience */
        padding: 0.5rem;
    }
}

/* Print styles */
@media print {
    .article-content,
    .product-content {
        color: #000 !important;
    }

    .article-content h1,
    .article-content h2,
    .article-content h3,
    .article-content h4,
    .article-content h5,
    .article-content h6,
    .product-content h1,
    .product-content h2,
    .product-content h3,
    .product-content h4,
    .product-content h5,
    .product-content h6 {
        color: #000 !important;
    }

    .article-content p,
    .product-content p,
    .article-content li,
    .product-content li {
        color: #000 !important;
    }

    /* Print-friendly table styles */
    .article-content table,
    .product-content table {
        table-layout: auto;
        width: 100%;
        page-break-inside: avoid;
    }
}

/* Table container for horizontal scroll on mobile */
.article-content table thead,
.article-content table tbody,
.product-content table thead,
.product-content table tbody {
    display: table;
    width: 100%;
    table-layout: inherit;
}

.article-content table tr,
.product-content table tr {
    display: table-row;
}

.article-content table th,
.article-content table td,
.product-content table th,
.product-content table td {
    display: table-cell;
    white-space: normal;
}

.article-content table th span,
.article-content table td span,
.product-content table th span,
.product-content table td span {
    background-color: transparent !important;
    color: inherit !important;
}

.article-container,
.product-container {
    max-width: 100%;
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* JavaScript-based table wrapper creation */
.article-content table:not(.wrapped),
.product-content table:not(.wrapped) {
    /* This will be handled by JavaScript to wrap tables */
}

.background-gradient {
    background: linear-gradient(90deg, #E6E6E6 , #3382FF , #1559CB );
}

.text-gradient {
    background: linear-gradient(90deg, #e6e6e6, #3382ff, #1559cb);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

@layer components {
    .animated-text-gradient {
        background: linear-gradient(90deg, #e6e6e6, #3382ff, #1559cb);
        background-size: 200%;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
