body, 
.t-records {
    background-color: #FAF7F2 !important;
}

.uc-bg-clear,
.uc-bg-clear .t-records,
.uc-bg-clear .t-section,
.uc-bg-clear .t396__artboard {
    background-color: transparent !important;
    background-image: none !important;
}

html {
    scroll-behavior: smooth;
}

::selection {
    background-color: rgba(96, 134, 177, 0.2);
    color: #1C1C1C;
}

@media (min-width: 1024px) {
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    ::-webkit-scrollbar-track {
        background: #FAF7F2;
    }
    ::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 4px;
        transition: background 0.2s ease;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }
}

.t-btn, .tn-atom__btn, .r-btn {
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.2s ease, box-shadow 0.2s ease !important;
}

.t-btn:hover, .tn-atom__btn:hover, .r-btn:hover {
    transform: scale(1.025) translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}