    body {
        background-color: #040A17;
        color: hsl(210, 40%, 98%);
    }

    h1,
    h2 {
        font-family: 'TobiasTRIAL' !important;
    
    }

    .dark\:bg-border-dark:is(.dark *) {
        background-color: var(--border);
    }

    .dark\:border-border-dark:is(.dark *) {
        border-color: var(--border);
    }

    body {
        font-family: 'Inter', sans-serif;
    }


    .tech-pill:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
    }


    .text-gradient {
        background: linear-gradient(135deg, hsl(217, 91%, 60%), #A78BFA);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .bg-grid-pattern {
        background-image: linear-gradient(to right, #1f2937 1px, transparent 1px),
            linear-gradient(to bottom, #1f2937 1px, transparent 1px);
        background-size: 40px 40px;
        opacity: 0.1;
    }

    details>summary {
        list-style: none;
    }

    details>summary::-webkit-details-marker {
        display: none;
    }

    .text-gray-600 {
        --tw-text-opacity: 1;
        color: rgb(120 146 182) !important;
    }

    /* Limit feedback box height and allow scroll for overflow */
    .feedback_main {
        max-height: 480px;
        overflow-y: auto;
    }

    /* Ensure .stories_box fits exactly 3 slides with margin */
    .stories_box {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }



    .stories_box .group.bg-card {
        max-width: 365px;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }

    .feedback_box .feedback_main {
        max-width: 390px;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }

    .stories_box .group.bg-card {
        display: flex !important;
        flex-direction: column;
        height: 100%;
        min-height: 520px;
    }

    .feedback_box .feedback_main {
        /* display: flex !important;
        flex-direction: column;
        height: 100%;
        min-height: 340px; */
    }

    .stories_box .p-6.flex-1.flex.flex-col,
    .feedback_box .p-6.flex-1.flex.flex-col {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 320px;
    }

    .stories_box .p-6.flex-1.flex.flex-col>.border-t {
        margin-top: auto;
    }

    .stories_box a.inline-flex.mt-4 {
        margin-top: 1.5rem;
        align-self: flex-start;
    }

    /* Slick specific: ensure all slides are flex and fill height */
    .stories_box .slick-slide>div,
    .feedback_box .slick-slide>div {
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .bg-text-primary {
        --tw-bg-opacity: 1;
        background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
    }
    .card {
        background-color: #0A1220;
        border-radius: .5rem;
        border: 1px solid var(--border);
        padding: 1.5rem;
    }
    .flex-1 {
        flex: 1 1 0%;
    }

    .feedback_box .slick-list.draggable {
        display: flex !important;
        flex-direction: column !important;
    }
    .slick-track {
        display: flex;
    }
    .feedback_box .slick-list.draggable .slick-slide {
        display: flex !important;
        height: unset !important;
        justify-content: center;
    }
    .slick-slide>div {
        height: 100% !important;
    }
    .feedback_box .feedback_main {
        flex: 1 1 0%;
        min-height: 100%;
        height: auto;
    }

    @media (max-width: 1280px) {
        .stories_box {
            max-width: 100%;
            padding-left: 8px;
            padding-right: 8px;
        }
    }
    @media (max-width: 768px) {
        br {
            display: none;
        }
    }