/* TTST Fluent Form Elementor Styler - Frontend Defaults (Fluent Forms + Forminator) */
.ttst-ff-widget,
.ttst-ff-widget * {
    box-sizing: border-box;
}

.ttst-ff-widget {
    --ttst-gold: #d9aa2f;
    --ttst-gold-soft: rgba(217, 170, 47, 0.22);
    --ttst-neon: #8aff21;
    --ttst-neon-soft: rgba(138, 255, 33, 0.18);
    --ttst-black: #050505;
    --ttst-panel: rgba(12, 12, 12, 0.90);
    --ttst-panel-2: rgba(18, 18, 18, 0.86);
    --ttst-text: #f5f1e7;
    --ttst-muted: rgba(245, 241, 231, 0.70);
    --ttst-line: rgba(217, 170, 47, 0.24);
    --ttst-card-gradient-angle: 135deg;
    --ttst-card-gradient-color-1: rgba(10, 10, 10, 0.96);
    --ttst-card-gradient-color-2: rgba(18, 18, 18, 0.90);
    --ttst-choice-box-size: 18px;
    --ttst-choice-border-width: 1px;
    --ttst-choice-box-radius: 4px;
    --ttst-choice-label-gap: 10px;
    --ttst-choice-text-vertical-align: center;
    --ttst-choice-box-vertical-align: center;
    --ttst-choice-bg: rgba(0, 0, 0, 0.25);
    --ttst-choice-border: rgba(217, 170, 47, 0.55);
    --ttst-choice-hover-bg: rgba(217, 170, 47, 0.08);
    --ttst-choice-hover-border: rgba(217, 170, 47, 0.85);
    --ttst-choice-checked-bg: var(--ttst-gold);
    --ttst-choice-checked-border: var(--ttst-gold);
    --ttst-choice-check-size: 11px;
    --ttst-choice-check-stroke: 2px;
    --ttst-choice-check-color: #050505;
    --ttst-radio-dot-size: 8px;
    --ttst-radio-dot-color: #050505;
    --ttst-select-arrow-color: var(--ttst-gold);
    --ttst-select-arrow-size: 7px;
    --ttst-select-arrow-offset: 16px;
    --ttst-select-menu-bg: #080808;
    --ttst-select-menu-text: var(--ttst-text);
    --ttst-select-menu-hover-bg: rgba(217, 170, 47, 0.16);
    --ttst-select-menu-selected-bg: rgba(138, 255, 33, 0.16);
    --ttst-button-normal-bg: linear-gradient(180deg, #c8ff19 0%, #9eef00 54%, #7bd700 100%);
    --ttst-button-normal-color: #050505;
    --ttst-button-normal-border: rgba(138, 255, 33, 0.96);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(138, 255, 33, 0.25), 0 0 26px rgba(138, 255, 33, 0.38), inset 0 1px 1px rgba(255, 255, 255, 0.32), inset 0 -8px 18px rgba(15, 68, 0, 0.22);
    --ttst-button-hover-bg: linear-gradient(180deg, #fff0a4 0%, #d0a13a 38%, #7a4e0e 100%);
    --ttst-button-hover-color: #9aff1b;
    --ttst-button-hover-border: rgba(255, 216, 93, 0.98);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(255, 226, 116, 0.28), 0 0 34px rgba(217, 170, 47, 0.52), 0 0 18px rgba(138, 255, 33, 0.18), inset 0 2px 4px rgba(255, 255, 255, 0.55), inset 0 -12px 22px rgba(54, 28, 0, 0.42);
    --ttst-button-text-shadow: 0 0 8px rgba(138, 255, 33, 0.35);
    width: 100%;
}

.ttst-ff-widget-inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 3vw, 42px);
}

.ttst-ff-card {
    width: 100%;
    max-width: 980px;
    padding: clamp(22px, 3vw, 38px);
    border: 1px solid var(--ttst-line);
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(217, 170, 47, 0.11), transparent 34%),
        radial-gradient(circle at bottom right, rgba(138, 255, 33, 0.08), transparent 32%),
        linear-gradient(135deg, rgba(10, 10, 10, 0.96), rgba(18, 18, 18, 0.90));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42), 0 0 36px rgba(217, 170, 47, 0.08);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.ttst-ff-preset-showzone_neon .ttst-ff-card {
    border-color: rgba(138, 255, 33, 0.32);
    background:
        radial-gradient(circle at top right, rgba(138, 255, 33, 0.12), transparent 34%),
        radial-gradient(circle at bottom left, rgba(217, 170, 47, 0.08), transparent 32%),
        linear-gradient(135deg, rgba(5, 7, 5, 0.96), rgba(12, 18, 10, 0.90));
}

.ttst-ff-preset-studio_dark .ttst-ff-card {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, rgba(12, 12, 12, 0.96), rgba(25, 25, 25, 0.90));
}

.ttst-ff-preset-transparent .ttst-ff-card {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.ttst-ff-bg-gradient .ttst-ff-card {
    background: linear-gradient(var(--ttst-card-gradient-angle), var(--ttst-card-gradient-color-1), var(--ttst-card-gradient-color-2));
}

.ttst-ff-bg-image .ttst-ff-card {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ttst-ff-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.48);
    opacity: 0;
    pointer-events: none;
}

.ttst-ff-bg-image .ttst-ff-card::before,
.ttst-ff-bg-video .ttst-ff-card::before {
    opacity: 0.48;
}

.ttst-ff-card-content {
    position: relative;
    z-index: 2;
}

.ttst-ff-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #050505;
}

.ttst-ff-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ttst-ff-widget a,
.ttst-ff-widget .fluentform a {
    color: var(--ttst-gold);
}

.ttst-ff-intro {
    margin-bottom: clamp(22px, 3vw, 34px);
}

.ttst-ff-eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
    color: var(--ttst-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ttst-ff-eyebrow::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--ttst-gold), transparent);
}

.ttst-ff-title {
    margin: 0;
    color: var(--ttst-text);
    font-size: clamp(28px, 5vw, 56px);
    line-height: 0.94;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ttst-ff-description {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--ttst-muted);
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.65;
}

.ttst-ff-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.ttst-ff-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(217, 170, 47, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(245, 241, 231, 0.82);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ttst-ff-trust-item::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--ttst-neon);
    box-shadow: 0 0 12px rgba(138, 255, 33, 0.7);
}

.ttst-ff-form-shell {
    width: 100%;
}

.ttst-ff-empty-state {
    display: grid;
    gap: 8px;
    padding: 28px;
    border: 1px dashed rgba(217, 170, 47, 0.45);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.24);
    color: var(--ttst-text);
}

.ttst-ff-empty-state span {
    color: var(--ttst-muted);
}

/* Fluent Forms baseline normalization */
.ttst-ff-normalize .fluentform,
.ttst-ff-normalize .fluentform form {
    width: 100%;
}

.ttst-ff-normalize .fluentform .ff-el-group {
    margin-bottom: 18px;
}

.ttst-ff-normalize .fluentform .ff-el-input--label,
.ttst-ff-normalize .fluentform .ff-el-input--label label {
    margin-bottom: 8px;
    color: rgba(245, 241, 231, 0.88);
    font-weight: 800;
    letter-spacing: 0.025em;
}

.ttst-ff-normalize .fluentform .ff-el-form-control,
.ttst-ff-normalize .fluentform input[type="text"],
.ttst-ff-normalize .fluentform input[type="email"],
.ttst-ff-normalize .fluentform input[type="tel"],
.ttst-ff-normalize .fluentform input[type="number"],
.ttst-ff-normalize .fluentform input[type="url"],
.ttst-ff-normalize .fluentform input[type="date"],
.ttst-ff-normalize .fluentform input[type="time"],
.ttst-ff-normalize .fluentform input[type="password"],
.ttst-ff-normalize .fluentform select,
.ttst-ff-normalize .fluentform textarea {
    width: 100%;
    min-height: 48px;
    padding: 13px 14px;
    border: 1px solid rgba(217, 170, 47, 0.25);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.34);
    color: var(--ttst-text);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ttst-ff-normalize .fluentform .ff-el-form-control::placeholder,
.ttst-ff-normalize .fluentform input::placeholder,
.ttst-ff-normalize .fluentform textarea::placeholder {
    color: rgba(245, 241, 231, 0.42);
    opacity: 1;
}

.ttst-ff-normalize .fluentform .ff-el-form-control:focus,
.ttst-ff-normalize .fluentform input[type="text"]:focus,
.ttst-ff-normalize .fluentform input[type="email"]:focus,
.ttst-ff-normalize .fluentform input[type="tel"]:focus,
.ttst-ff-normalize .fluentform input[type="number"]:focus,
.ttst-ff-normalize .fluentform input[type="url"]:focus,
.ttst-ff-normalize .fluentform input[type="date"]:focus,
.ttst-ff-normalize .fluentform input[type="time"]:focus,
.ttst-ff-normalize .fluentform input[type="password"]:focus,
.ttst-ff-normalize .fluentform select:focus,
.ttst-ff-normalize .fluentform textarea:focus {
    border-color: var(--ttst-gold);
    box-shadow: 0 0 0 3px rgba(217, 170, 47, 0.14), 0 0 22px rgba(217, 170, 47, 0.07);
}

.ttst-ff-normalize .fluentform textarea.ff-el-form-control {
    min-height: 130px;
    resize: vertical;
}


/* Deep dropdown/select styling. Native browser option menus are partially controlled by the operating system, but the select box, enhanced dropdowns, and many option states can be styled here. */
.ttst-ff-normalize .fluentform select,
.ttst-ff-normalize .fluentform select.ff-el-form-control,
.ttst-ff-normalize .fluentform .choices__inner,
.ttst-ff-normalize .fluentform .select2-container--default .select2-selection--single,
.ttst-ff-normalize .fluentform .select2-container--default .select2-selection--multiple,
.ttst-ff-normalize .fluentform .select2-selection {
    min-height: 48px;
    border: 1px solid rgba(217, 170, 47, 0.25);
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.34);
    color: var(--ttst-text);
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.ttst-ff-normalize .fluentform select,
.ttst-ff-normalize .fluentform select option,
.ttst-ff-normalize .fluentform .choices__inner,
.ttst-ff-normalize .fluentform .choices__item,
.ttst-ff-normalize .fluentform .select2-selection__rendered,
.ttst-ff-normalize .fluentform .select2-selection__placeholder {
    color: var(--ttst-text);
}

.ttst-ff-normalize .fluentform select:hover,
.ttst-ff-normalize .fluentform .choices:hover .choices__inner,
.ttst-ff-normalize .fluentform .select2-container:hover .select2-selection {
    border-color: rgba(217, 170, 47, 0.48);
}

.ttst-ff-normalize .fluentform select:focus,
.ttst-ff-normalize .fluentform select.ff-el-form-control:focus,
.ttst-ff-normalize .fluentform .choices.is-focused .choices__inner,
.ttst-ff-normalize .fluentform .choices.is-open .choices__inner,
.ttst-ff-normalize .fluentform .select2-container--focus .select2-selection,
.ttst-ff-normalize .fluentform .select2-container--open .select2-selection {
    border-color: var(--ttst-gold);
    box-shadow: 0 0 0 3px rgba(217, 170, 47, 0.14), 0 0 22px rgba(217, 170, 47, 0.07);
    outline: none;
}

.ttst-ff-custom-select-arrow .fluentform select,
.ttst-ff-custom-select-arrow .fluentform select.ff-el-form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding-right: calc(var(--ttst-select-arrow-offset) + (var(--ttst-select-arrow-size) * 3)) !important;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--ttst-select-arrow-color) 50%),
        linear-gradient(135deg, var(--ttst-select-arrow-color) 50%, transparent 50%) !important;
    background-position:
        calc(100% - (var(--ttst-select-arrow-offset) + var(--ttst-select-arrow-size))) 50%,
        calc(100% - var(--ttst-select-arrow-offset)) 50% !important;
    background-size:
        var(--ttst-select-arrow-size) var(--ttst-select-arrow-size),
        var(--ttst-select-arrow-size) var(--ttst-select-arrow-size) !important;
    background-repeat: no-repeat !important;
}

.ttst-ff-custom-select-arrow .fluentform select::-ms-expand {
    display: none;
}

.ttst-ff-normalize .fluentform select option {
    background-color: var(--ttst-select-menu-bg);
    color: var(--ttst-select-menu-text);
}

.ttst-ff-normalize .fluentform select option:checked {
    background-color: var(--ttst-select-menu-selected-bg);
}

.ttst-ff-normalize .fluentform .choices,
.ttst-ff-normalize .fluentform .select2-container {
    max-width: 100%;
}

.ttst-ff-normalize .fluentform .choices__inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 14px;
}

.ttst-ff-normalize .fluentform .choices__list--single {
    width: 100%;
    padding: 0;
}

.ttst-ff-normalize .fluentform .choices__list--dropdown,
.ttst-ff-normalize .fluentform .choices__list[aria-expanded],
.ttst-ff-normalize .fluentform .select2-dropdown {
    border: 1px solid rgba(217, 170, 47, 0.28);
    border-radius: 12px;
    background-color: var(--ttst-select-menu-bg);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.48), 0 0 22px rgba(217, 170, 47, 0.08);
    color: var(--ttst-select-menu-text);
    overflow: hidden;
}

.ttst-ff-normalize .fluentform .choices__list--dropdown .choices__item,
.ttst-ff-normalize .fluentform .choices__list[aria-expanded] .choices__item,
.ttst-ff-normalize .fluentform .select2-results__option,
.ttst-ff-normalize .select2-results__option {
    color: var(--ttst-select-menu-text);
    padding: 11px 14px;
}

.ttst-ff-normalize .fluentform .choices__list--dropdown .choices__item--selectable.is-highlighted,
.ttst-ff-normalize .fluentform .choices__list[aria-expanded] .choices__item--selectable.is-highlighted,
.ttst-ff-normalize .fluentform .select2-results__option--highlighted,
.ttst-ff-normalize .select2-results__option--highlighted {
    background-color: var(--ttst-select-menu-hover-bg);
    color: var(--ttst-text);
}

.ttst-ff-normalize .fluentform .choices__item.is-selected,
.ttst-ff-normalize .fluentform .select2-results__option[aria-selected="true"],
.ttst-ff-normalize .select2-results__option[aria-selected="true"] {
    background-color: var(--ttst-select-menu-selected-bg);
    color: var(--ttst-text);
}

.ttst-ff-normalize .fluentform .choices__list--multiple .choices__item,
.ttst-ff-normalize .fluentform .select2-selection--multiple .select2-selection__choice {
    border: 1px solid rgba(217, 170, 47, 0.35);
    border-radius: 999px;
    background: rgba(217, 170, 47, 0.12);
    color: var(--ttst-text);
    padding: 5px 10px;
}

.ttst-ff-normalize .fluentform .ff-el-form-check {
    color: rgba(245, 241, 231, 0.80);
}

.ttst-ff-normalize .fluentform .ff-el-form-check,
.ttst-ff-normalize .fluentform .ff-el-form-check label,
.ttst-ff-normalize .fluentform .ff-el-form-check-label,
.ttst-ff-normalize .fluentform .ff-el-form-check span {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ttst-ff-normalize .fluentform .ff-el-form-check label,
.ttst-ff-normalize .fluentform .ff-el-form-check-label {
    display: inline-flex;
    align-items: var(--ttst-choice-text-vertical-align, center);
    gap: var(--ttst-choice-label-gap);
    cursor: pointer;
    color: inherit;
    line-height: 1.45;
}

.ttst-ff-normalize .fluentform input[type="checkbox"],
.ttst-ff-normalize .fluentform input[type="radio"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-grid;
    place-content: center;
    width: var(--ttst-choice-box-size) !important;
    height: var(--ttst-choice-box-size) !important;
    min-width: var(--ttst-choice-box-size) !important;
    min-height: var(--ttst-choice-box-size) !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto;
    align-self: var(--ttst-choice-box-vertical-align, center);
    border: var(--ttst-choice-border-width) solid var(--ttst-choice-border) !important;
    border-radius: var(--ttst-choice-box-radius) !important;
    background: var(--ttst-choice-bg) !important;
    accent-color: var(--ttst-choice-checked-bg);
    box-shadow: none;
    cursor: pointer;
    transform: translateY(0.04em);
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ttst-ff-normalize .fluentform input[type="radio"] {
    border-radius: 999px !important;
}

.ttst-ff-normalize .fluentform input[type="checkbox"]::before,
.ttst-ff-normalize .fluentform input[type="radio"]::before {
    content: "";
    display: block;
    transform: scale(0);
    transition: transform .16s ease-in-out;
}

.ttst-ff-normalize .fluentform input[type="checkbox"]::before {
    width: calc(var(--ttst-choice-check-size) * 0.55);
    height: var(--ttst-choice-check-size);
    border-right: var(--ttst-choice-check-stroke) solid var(--ttst-choice-check-color);
    border-bottom: var(--ttst-choice-check-stroke) solid var(--ttst-choice-check-color);
    transform: rotate(45deg) scale(0);
    transform-origin: center;
    margin-top: calc(var(--ttst-choice-check-size) * -0.12);
}

.ttst-ff-normalize .fluentform input[type="radio"]::before {
    width: var(--ttst-radio-dot-size);
    height: var(--ttst-radio-dot-size);
    border-radius: 999px;
    background: var(--ttst-radio-dot-color);
}

.ttst-ff-normalize .fluentform .ff-el-form-check:hover input[type="checkbox"],
.ttst-ff-normalize .fluentform .ff-el-form-check:hover input[type="radio"],
.ttst-ff-normalize .fluentform .ff-el-form-check-label:hover input[type="checkbox"],
.ttst-ff-normalize .fluentform .ff-el-form-check-label:hover input[type="radio"] {
    border-color: var(--ttst-choice-hover-border) !important;
    background: var(--ttst-choice-hover-bg) !important;
}

.ttst-ff-normalize .fluentform input[type="checkbox"]:checked,
.ttst-ff-normalize .fluentform input[type="radio"]:checked {
    border-color: var(--ttst-choice-checked-border) !important;
    background: var(--ttst-choice-checked-bg) !important;
}

.ttst-ff-normalize .fluentform input[type="checkbox"]:checked::before {
    transform: rotate(45deg) scale(1);
}

.ttst-ff-normalize .fluentform input[type="radio"]:checked::before {
    transform: scale(1);
}

.ttst-ff-normalize .fluentform input[type="checkbox"]:focus-visible,
.ttst-ff-normalize .fluentform input[type="radio"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(217, 170, 47, 0.18), 0 0 18px rgba(217, 170, 47, 0.12);
}

.ttst-ff-normalize .fluentform .ff-el-section-break {
    padding: 22px 0 8px;
    border-top: 1px solid rgba(217, 170, 47, 0.18);
}

.ttst-ff-normalize .fluentform .ff-el-section-title,
.ttst-ff-normalize .fluentform .ff-el-section-break h3 {
    color: var(--ttst-gold);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ttst-ff-normalize .fluentform .ff-el-section-break p,
.ttst-ff-normalize .fluentform .ff-el-section-details {
    color: var(--ttst-muted);
}


.ttst-ff-normalize .fluentform .ff-btn-submit,
.ttst-ff-normalize .fluentform button[type="submit"] {
    min-height: 48px;
    padding: 14px 24px;
    border: 1px solid rgba(217, 170, 47, 0.6);
    border-radius: 12px;
    background: linear-gradient(135deg, #f3d16a, #b98217);
    color: #090909;
    font-weight: 950;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.ttst-ff-normalize .fluentform .ff-btn-submit:hover,
.ttst-ff-normalize .fluentform button[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 34px rgba(217, 170, 47, 0.22);
}

.ttst-ff-normalize .fluentform .ff-message-success {
    border: 1px solid rgba(138, 255, 33, 0.35);
    border-radius: 12px;
    background: rgba(138, 255, 33, 0.10);
    color: #d9ffd0;
}

.ttst-ff-normalize .fluentform .text-danger,
.ttst-ff-normalize .fluentform .error {
    color: #ff6f6f;
}

.ttst-ff-normalize .fluentform .ff-el-is-error .ff-el-form-control,
.ttst-ff-normalize .fluentform .ff-el-is-error input,
.ttst-ff-normalize .fluentform .ff-el-is-error textarea,
.ttst-ff-normalize .fluentform .ff-el-is-error select {
    border-color: rgba(255, 111, 111, 0.82);
}

.ttst-ff-normalize .fluentform .ff_upload_btn,
.ttst-ff-normalize .fluentform .ff_upload_preview,
.ttst-ff-normalize .fluentform .ff-uploaded-list {
    border-color: rgba(217, 170, 47, 0.25);
    color: var(--ttst-muted);
}

@media (max-width: 767px) {
    .ttst-ff-widget-inner {
        padding: 16px;
    }

    .ttst-ff-card {
        border-radius: 18px;
        padding: 20px;
    }

    .ttst-ff-title {
        letter-spacing: 0.02em;
    }

    .ttst-ff-trust-bar {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ttst-ff-normalize .fluentform .ff-t-container,
    .ttst-ff-normalize .fluentform .ff-t-cell {
        display: block !important;
        width: 100% !important;
    }

    .ttst-ff-normalize .fluentform .ff-t-cell {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* TTST submit button presets inspired by neon-green and metallic-gold reference buttons */
.ttst-ff-button-preset-match_form.ttst-ff-preset-ttst_gold,
.ttst-ff-button-preset-gold_only,
.ttst-ff-button-preset-gold_to_neon {
    --ttst-button-normal-bg: linear-gradient(180deg, #fff0a4 0%, #d9aa2f 42%, #8a5a10 100%);
    --ttst-button-normal-color: #111111;
    --ttst-button-normal-border: rgba(255, 216, 93, 0.95);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(255, 226, 116, 0.22), 0 0 28px rgba(217, 170, 47, 0.34), inset 0 2px 5px rgba(255, 255, 255, 0.48), inset 0 -11px 20px rgba(54, 28, 0, 0.36);
    --ttst-button-hover-bg: linear-gradient(180deg, #c8ff19 0%, #9eef00 54%, #7bd700 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: rgba(138, 255, 33, 0.96);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(138, 255, 33, 0.25), 0 0 34px rgba(138, 255, 33, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.32), inset 0 -8px 18px rgba(15, 68, 0, 0.22);
}

.ttst-ff-button-preset-match_form.ttst-ff-preset-showzone_neon,
.ttst-ff-button-preset-neon_to_gold,
.ttst-ff-button-preset-neon_only {
    --ttst-button-normal-bg: linear-gradient(180deg, #c8ff19 0%, #9eef00 54%, #7bd700 100%);
    --ttst-button-normal-color: #050505;
    --ttst-button-normal-border: rgba(138, 255, 33, 0.96);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(138, 255, 33, 0.25), 0 0 26px rgba(138, 255, 33, 0.38), inset 0 1px 1px rgba(255, 255, 255, 0.32), inset 0 -8px 18px rgba(15, 68, 0, 0.22);
    --ttst-button-hover-bg: linear-gradient(180deg, #fff0a4 0%, #d0a13a 38%, #7a4e0e 100%);
    --ttst-button-hover-color: #9aff1b;
    --ttst-button-hover-border: rgba(255, 216, 93, 0.98);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(255, 226, 116, 0.28), 0 0 34px rgba(217, 170, 47, 0.52), 0 0 18px rgba(138, 255, 33, 0.18), inset 0 2px 4px rgba(255, 255, 255, 0.55), inset 0 -12px 22px rgba(54, 28, 0, 0.42);
}

.ttst-ff-button-preset-match_form.ttst-ff-preset-studio_dark {
    --ttst-button-normal-bg: linear-gradient(180deg, rgba(22, 22, 22, 0.95), rgba(5, 5, 5, 0.96));
    --ttst-button-normal-color: #f5f1e7;
    --ttst-button-normal-border: rgba(217, 170, 47, 0.75);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(217, 170, 47, 0.12), 0 0 24px rgba(0, 0, 0, 0.42), inset 0 1px 2px rgba(255, 255, 255, 0.08);
    --ttst-button-hover-bg: linear-gradient(180deg, #fff0a4 0%, #d0a13a 42%, #7a4e0e 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: rgba(255, 216, 93, 0.98);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(255, 226, 116, 0.28), 0 0 34px rgba(217, 170, 47, 0.42), inset 0 2px 4px rgba(255, 255, 255, 0.52), inset 0 -12px 22px rgba(54, 28, 0, 0.38);
}

.ttst-ff-button-preset-match_form.ttst-ff-preset-transparent {
    --ttst-button-normal-bg: transparent;
    --ttst-button-normal-color: var(--ttst-gold);
    --ttst-button-normal-border: rgba(217, 170, 47, 0.72);
    --ttst-button-normal-shadow: 0 0 20px rgba(217, 170, 47, 0.10);
    --ttst-button-hover-bg: rgba(217, 170, 47, 0.12);
    --ttst-button-hover-color: var(--ttst-neon);
    --ttst-button-hover-border: rgba(138, 255, 33, 0.85);
    --ttst-button-hover-shadow: 0 0 28px rgba(138, 255, 33, 0.22);
}

.ttst-ff-button-preset-gold_only {
    --ttst-button-hover-bg: linear-gradient(180deg, #fff5bd 0%, #d9aa2f 42%, #8a5a10 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: rgba(255, 232, 132, 0.98);
}

.ttst-ff-button-preset-neon_only {
    --ttst-button-hover-bg: linear-gradient(180deg, #d7ff55 0%, #a8ff12 54%, #83de00 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: rgba(185, 255, 86, 0.98);
}

.ttst-ff-button-preset-match_form .fluentform .ff-btn-submit,
.ttst-ff-button-preset-match_form .fluentform button[type="submit"],
.ttst-ff-button-preset-neon_to_gold .fluentform .ff-btn-submit,
.ttst-ff-button-preset-neon_to_gold .fluentform button[type="submit"],
.ttst-ff-button-preset-gold_to_neon .fluentform .ff-btn-submit,
.ttst-ff-button-preset-gold_to_neon .fluentform button[type="submit"],
.ttst-ff-button-preset-neon_only .fluentform .ff-btn-submit,
.ttst-ff-button-preset-neon_only .fluentform button[type="submit"],
.ttst-ff-button-preset-gold_only .fluentform .ff-btn-submit,
.ttst-ff-button-preset-gold_only .fluentform button[type="submit"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 58px;
    padding: 16px 34px;
    border: 2px solid var(--ttst-button-normal-border);
    border-radius: 14px;
    background: var(--ttst-button-normal-bg);
    color: var(--ttst-button-normal-color);
    box-shadow: var(--ttst-button-normal-shadow);
    text-shadow: var(--ttst-button-text-shadow);
    overflow: hidden;
    isolation: isolate;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transform: translateY(0);
    transition: transform .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease, filter .22s ease;
}

.ttst-ff-button-preset-match_form .fluentform .ff-btn-submit::before,
.ttst-ff-button-preset-match_form .fluentform button[type="submit"]::before,
.ttst-ff-button-preset-neon_to_gold .fluentform .ff-btn-submit::before,
.ttst-ff-button-preset-neon_to_gold .fluentform button[type="submit"]::before,
.ttst-ff-button-preset-gold_to_neon .fluentform .ff-btn-submit::before,
.ttst-ff-button-preset-gold_to_neon .fluentform button[type="submit"]::before,
.ttst-ff-button-preset-neon_only .fluentform .ff-btn-submit::before,
.ttst-ff-button-preset-neon_only .fluentform button[type="submit"]::before,
.ttst-ff-button-preset-gold_only .fluentform .ff-btn-submit::before,
.ttst-ff-button-preset-gold_only .fluentform button[type="submit"]::before {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.28) 45%, transparent 72%);
    opacity: 0.52;
    transform: translateX(-120%);
    pointer-events: none;
    transition: transform .55s ease, opacity .22s ease;
    z-index: -1;
}

.ttst-ff-button-arrow.ttst-ff-button-preset-match_form .fluentform button[type="submit"]::after,
.ttst-ff-button-arrow.ttst-ff-button-preset-neon_to_gold .fluentform button[type="submit"]::after,
.ttst-ff-button-arrow.ttst-ff-button-preset-gold_to_neon .fluentform button[type="submit"]::after,
.ttst-ff-button-arrow.ttst-ff-button-preset-neon_only .fluentform button[type="submit"]::after,
.ttst-ff-button-arrow.ttst-ff-button-preset-gold_only .fluentform button[type="submit"]::after {
    content: "›";
    display: inline-block;
    margin-left: 14px;
    font-size: 1.45em;
    line-height: 0.75;
    font-weight: 900;
    transform: translateY(-1px);
    transition: transform .22s ease;
}

.ttst-ff-button-preset-match_form .fluentform .ff-btn-submit:hover,
.ttst-ff-button-preset-match_form .fluentform button[type="submit"]:hover,
.ttst-ff-button-preset-neon_to_gold .fluentform .ff-btn-submit:hover,
.ttst-ff-button-preset-neon_to_gold .fluentform button[type="submit"]:hover,
.ttst-ff-button-preset-gold_to_neon .fluentform .ff-btn-submit:hover,
.ttst-ff-button-preset-gold_to_neon .fluentform button[type="submit"]:hover,
.ttst-ff-button-preset-neon_only .fluentform .ff-btn-submit:hover,
.ttst-ff-button-preset-neon_only .fluentform button[type="submit"]:hover,
.ttst-ff-button-preset-gold_only .fluentform .ff-btn-submit:hover,
.ttst-ff-button-preset-gold_only .fluentform button[type="submit"]:hover {
    border-color: var(--ttst-button-hover-border);
    background: var(--ttst-button-hover-bg);
    color: var(--ttst-button-hover-color);
    box-shadow: var(--ttst-button-hover-shadow);
    transform: translateY(-2px);
    filter: saturate(1.08) brightness(1.04);
}

.ttst-ff-button-preset-match_form .fluentform .ff-btn-submit:hover::before,
.ttst-ff-button-preset-match_form .fluentform button[type="submit"]:hover::before,
.ttst-ff-button-preset-neon_to_gold .fluentform .ff-btn-submit:hover::before,
.ttst-ff-button-preset-neon_to_gold .fluentform button[type="submit"]:hover::before,
.ttst-ff-button-preset-gold_to_neon .fluentform .ff-btn-submit:hover::before,
.ttst-ff-button-preset-gold_to_neon .fluentform button[type="submit"]:hover::before,
.ttst-ff-button-preset-neon_only .fluentform .ff-btn-submit:hover::before,
.ttst-ff-button-preset-neon_only .fluentform button[type="submit"]:hover::before,
.ttst-ff-button-preset-gold_only .fluentform .ff-btn-submit:hover::before,
.ttst-ff-button-preset-gold_only .fluentform button[type="submit"]:hover::before {
    opacity: 0.82;
    transform: translateX(120%);
}

.ttst-ff-button-arrow.ttst-ff-button-preset-match_form .fluentform button[type="submit"]:hover::after,
.ttst-ff-button-arrow.ttst-ff-button-preset-neon_to_gold .fluentform button[type="submit"]:hover::after,
.ttst-ff-button-arrow.ttst-ff-button-preset-gold_to_neon .fluentform button[type="submit"]:hover::after,
.ttst-ff-button-arrow.ttst-ff-button-preset-neon_only .fluentform button[type="submit"]:hover::after,
.ttst-ff-button-arrow.ttst-ff-button-preset-gold_only .fluentform button[type="submit"]:hover::after {
    transform: translate(4px, -1px);
}

/* v1.5.0 - TTST full-form visual preset system. Presets are intentionally broad, while Elementor controls can still override them per widget instance. */
.ttst-ff-preset-ttst_gold {
    --ttst-preset-align: center;
    --ttst-preset-max-width: 1040px;
    --ttst-preset-card-padding: clamp(24px, 3vw, 42px);
    --ttst-preset-card-margin: 0 auto;
    --ttst-preset-card-border-width: 1px;
    --ttst-preset-card-border-style: solid;
    --ttst-preset-card-border: rgba(232, 184, 62, 0.34);
    --ttst-preset-card-radius: 24px;
    --ttst-preset-card-bg: radial-gradient(circle at 10% 0%, rgba(217, 170, 47, 0.18), transparent 34%), radial-gradient(circle at 92% 100%, rgba(138, 255, 33, 0.10), transparent 31%), linear-gradient(135deg, rgba(6, 6, 6, 0.98), rgba(18, 14, 8, 0.94));
    --ttst-preset-card-shadow: 0 26px 90px rgba(0, 0, 0, 0.58), 0 0 38px rgba(217, 170, 47, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
    --ttst-preset-link: #f1c85a;
    --ttst-preset-link-hover: #9aff1b;
    --ttst-preset-eyebrow: #d9aa2f;
    --ttst-preset-heading: #fff7d7;
    --ttst-preset-body: rgba(255, 248, 229, 0.76);
    --ttst-preset-label: rgba(255, 248, 229, 0.90);
    --ttst-preset-asterisk: #9aff1b;
    --ttst-preset-asterisk-size: 1.05em;
    --ttst-preset-section: #d9aa2f;
    --ttst-preset-section-border: rgba(217, 170, 47, 0.22);
    --ttst-preset-field-bg: rgba(0, 0, 0, 0.46);
    --ttst-preset-field-bg-hover: rgba(10, 8, 3, 0.58);
    --ttst-preset-field-bg-focus: rgba(10, 8, 3, 0.74);
    --ttst-preset-field-text: #fff9e8;
    --ttst-preset-field-placeholder: rgba(255, 248, 229, 0.42);
    --ttst-preset-field-placeholder-font: inherit;
    --ttst-preset-field-placeholder-size: 14px;
    --ttst-preset-field-border: rgba(217, 170, 47, 0.34);
    --ttst-preset-field-border-hover: rgba(217, 170, 47, 0.58);
    --ttst-preset-field-border-focus: #d9aa2f;
    --ttst-preset-field-border-width: 1px;
    --ttst-preset-field-border-style: solid;
    --ttst-preset-field-radius: 13px;
    --ttst-preset-field-height: 52px;
    --ttst-preset-field-width: 100%;
    --ttst-preset-textarea-height: 142px;
    --ttst-preset-textarea-width: 100%;
    --ttst-preset-field-indent: 0px;
    --ttst-preset-field-padding: 14px 16px;
    --ttst-preset-field-spacing: 18px;
    --ttst-preset-field-align: left;
    --ttst-preset-field-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 14px 30px rgba(0, 0, 0, 0.18);
    --ttst-preset-field-focus-shadow: 0 0 0 3px rgba(217, 170, 47, 0.16), 0 0 28px rgba(217, 170, 47, 0.13);
    --ttst-preset-choice-row-bg: rgba(255, 255, 255, 0.025);
    --ttst-preset-choice-row-hover-bg: rgba(217, 170, 47, 0.08);
    --ttst-preset-choice-row-border: rgba(217, 170, 47, 0.16);
    --ttst-preset-choice-row-radius: 12px;
    --ttst-preset-choice-row-padding: 10px 12px;
    --ttst-choice-box-size: 19px;
    --ttst-choice-border-width: 1px;
    --ttst-choice-bg: rgba(0, 0, 0, 0.42);
    --ttst-choice-border: rgba(217, 170, 47, 0.62);
    --ttst-choice-hover-bg: rgba(217, 170, 47, 0.10);
    --ttst-choice-hover-border: rgba(217, 170, 47, 0.92);
    --ttst-choice-checked-bg: linear-gradient(180deg, #fff0a4, #d9aa2f 54%, #8a5a10);
    --ttst-choice-checked-border: rgba(255, 222, 104, 0.98);
    --ttst-choice-check-color: #050505;
    --ttst-choice-check-size: 11px;
    --ttst-choice-check-stroke: 2px;
    --ttst-radio-dot-color: #050505;
    --ttst-radio-dot-size: 8px;
    --ttst-select-arrow-color: #d9aa2f;
    --ttst-select-menu-bg: #080604;
    --ttst-select-menu-text: #fff9e8;
    --ttst-select-menu-hover-bg: rgba(217, 170, 47, 0.16);
    --ttst-select-menu-selected-bg: rgba(138, 255, 33, 0.13);
    --ttst-button-normal-bg: linear-gradient(180deg, #fff0a4 0%, #d9aa2f 42%, #8a5a10 100%);
    --ttst-button-normal-color: #080808;
    --ttst-button-normal-border: rgba(255, 216, 93, 0.95);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(255, 226, 116, 0.22), 0 0 30px rgba(217, 170, 47, 0.36), inset 0 2px 5px rgba(255, 255, 255, 0.50), inset 0 -11px 20px rgba(54, 28, 0, 0.36);
    --ttst-button-hover-bg: linear-gradient(180deg, #c8ff19 0%, #9eef00 54%, #7bd700 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: rgba(138, 255, 33, 0.96);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(138, 255, 33, 0.25), 0 0 36px rgba(138, 255, 33, 0.42), inset 0 1px 1px rgba(255, 255, 255, 0.32), inset 0 -8px 18px rgba(15, 68, 0, 0.22);
}

.ttst-ff-preset-showzone_neon {
    --ttst-preset-align: center;
    --ttst-preset-max-width: 1080px;
    --ttst-preset-card-padding: clamp(24px, 3vw, 44px);
    --ttst-preset-card-margin: 0 auto;
    --ttst-preset-card-border-width: 1px;
    --ttst-preset-card-border-style: solid;
    --ttst-preset-card-border: rgba(138, 255, 33, 0.44);
    --ttst-preset-card-radius: 26px;
    --ttst-preset-card-bg: radial-gradient(circle at 82% 6%, rgba(138, 255, 33, 0.18), transparent 33%), radial-gradient(circle at 8% 96%, rgba(217, 170, 47, 0.09), transparent 30%), linear-gradient(145deg, rgba(2, 6, 2, 0.98), rgba(8, 16, 7, 0.94));
    --ttst-preset-card-shadow: 0 28px 95px rgba(0, 0, 0, 0.62), 0 0 44px rgba(138, 255, 33, 0.15), inset 0 0 0 1px rgba(138, 255, 33, 0.08);
    --ttst-preset-link: #9aff1b;
    --ttst-preset-link-hover: #f2cc61;
    --ttst-preset-eyebrow: #9aff1b;
    --ttst-preset-heading: #f4ffe7;
    --ttst-preset-body: rgba(240, 255, 228, 0.76);
    --ttst-preset-label: rgba(240, 255, 228, 0.90);
    --ttst-preset-asterisk: #f0c75c;
    --ttst-preset-asterisk-size: 1.08em;
    --ttst-preset-section: #9aff1b;
    --ttst-preset-section-border: rgba(138, 255, 33, 0.24);
    --ttst-preset-field-bg: rgba(2, 8, 2, 0.58);
    --ttst-preset-field-bg-hover: rgba(6, 18, 6, 0.70);
    --ttst-preset-field-bg-focus: rgba(8, 24, 6, 0.82);
    --ttst-preset-field-text: #f5ffe9;
    --ttst-preset-field-placeholder: rgba(232, 255, 218, 0.40);
    --ttst-preset-field-placeholder-font: inherit;
    --ttst-preset-field-placeholder-size: 14px;
    --ttst-preset-field-border: rgba(138, 255, 33, 0.34);
    --ttst-preset-field-border-hover: rgba(138, 255, 33, 0.62);
    --ttst-preset-field-border-focus: #9aff1b;
    --ttst-preset-field-border-width: 1px;
    --ttst-preset-field-border-style: solid;
    --ttst-preset-field-radius: 14px;
    --ttst-preset-field-height: 54px;
    --ttst-preset-field-width: 100%;
    --ttst-preset-textarea-height: 150px;
    --ttst-preset-textarea-width: 100%;
    --ttst-preset-field-indent: 0px;
    --ttst-preset-field-padding: 15px 16px;
    --ttst-preset-field-spacing: 20px;
    --ttst-preset-field-align: left;
    --ttst-preset-field-shadow: inset 0 0 0 1px rgba(138, 255, 33, 0.035), 0 16px 32px rgba(0, 0, 0, 0.20);
    --ttst-preset-field-focus-shadow: 0 0 0 3px rgba(138, 255, 33, 0.16), 0 0 30px rgba(138, 255, 33, 0.16);
    --ttst-preset-choice-row-bg: rgba(138, 255, 33, 0.025);
    --ttst-preset-choice-row-hover-bg: rgba(138, 255, 33, 0.10);
    --ttst-preset-choice-row-border: rgba(138, 255, 33, 0.18);
    --ttst-preset-choice-row-radius: 13px;
    --ttst-preset-choice-row-padding: 10px 12px;
    --ttst-choice-box-size: 20px;
    --ttst-choice-border-width: 1px;
    --ttst-choice-bg: rgba(0, 0, 0, 0.46);
    --ttst-choice-border: rgba(138, 255, 33, 0.72);
    --ttst-choice-hover-bg: rgba(138, 255, 33, 0.10);
    --ttst-choice-hover-border: rgba(138, 255, 33, 0.96);
    --ttst-choice-checked-bg: linear-gradient(180deg, #ceff3b, #9aff1b 55%, #65bd00);
    --ttst-choice-checked-border: rgba(183, 255, 94, 0.98);
    --ttst-choice-check-color: #050505;
    --ttst-choice-check-size: 12px;
    --ttst-choice-check-stroke: 2px;
    --ttst-radio-dot-color: #050505;
    --ttst-radio-dot-size: 8px;
    --ttst-select-arrow-color: #9aff1b;
    --ttst-select-menu-bg: #040904;
    --ttst-select-menu-text: #f5ffe9;
    --ttst-select-menu-hover-bg: rgba(138, 255, 33, 0.18);
    --ttst-select-menu-selected-bg: rgba(217, 170, 47, 0.16);
    --ttst-button-normal-bg: linear-gradient(180deg, #c8ff19 0%, #9eef00 54%, #7bd700 100%);
    --ttst-button-normal-color: #050505;
    --ttst-button-normal-border: rgba(138, 255, 33, 0.96);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(138, 255, 33, 0.25), 0 0 28px rgba(138, 255, 33, 0.42), inset 0 1px 1px rgba(255, 255, 255, 0.32), inset 0 -8px 18px rgba(15, 68, 0, 0.22);
    --ttst-button-hover-bg: linear-gradient(180deg, #fff0a4 0%, #d0a13a 38%, #7a4e0e 100%);
    --ttst-button-hover-color: #9aff1b;
    --ttst-button-hover-border: rgba(255, 216, 93, 0.98);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(255, 226, 116, 0.28), 0 0 36px rgba(217, 170, 47, 0.54), 0 0 18px rgba(138, 255, 33, 0.18), inset 0 2px 4px rgba(255, 255, 255, 0.55), inset 0 -12px 22px rgba(54, 28, 0, 0.42);
}

.ttst-ff-preset-studio_dark {
    --ttst-preset-align: center;
    --ttst-preset-max-width: 980px;
    --ttst-preset-card-padding: clamp(22px, 3vw, 38px);
    --ttst-preset-card-margin: 0 auto;
    --ttst-preset-card-border-width: 1px;
    --ttst-preset-card-border-style: solid;
    --ttst-preset-card-border: rgba(255, 255, 255, 0.12);
    --ttst-preset-card-radius: 20px;
    --ttst-preset-card-bg: radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.07), transparent 30%), linear-gradient(135deg, rgba(13, 13, 13, 0.96), rgba(24, 24, 24, 0.90));
    --ttst-preset-card-shadow: 0 24px 80px rgba(0, 0, 0, 0.52), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
    --ttst-preset-link: #d9aa2f;
    --ttst-preset-link-hover: #ffffff;
    --ttst-preset-eyebrow: #d9aa2f;
    --ttst-preset-heading: #ffffff;
    --ttst-preset-body: rgba(255, 255, 255, 0.72);
    --ttst-preset-label: rgba(255, 255, 255, 0.86);
    --ttst-preset-asterisk: #d9aa2f;
    --ttst-preset-asterisk-size: 1.00em;
    --ttst-preset-section: #d9aa2f;
    --ttst-preset-section-border: rgba(255, 255, 255, 0.12);
    --ttst-preset-field-bg: rgba(255, 255, 255, 0.045);
    --ttst-preset-field-bg-hover: rgba(255, 255, 255, 0.065);
    --ttst-preset-field-bg-focus: rgba(255, 255, 255, 0.08);
    --ttst-preset-field-text: #f4f4f4;
    --ttst-preset-field-placeholder: rgba(255, 255, 255, 0.38);
    --ttst-preset-field-placeholder-font: inherit;
    --ttst-preset-field-placeholder-size: 14px;
    --ttst-preset-field-border: rgba(255, 255, 255, 0.14);
    --ttst-preset-field-border-hover: rgba(217, 170, 47, 0.42);
    --ttst-preset-field-border-focus: rgba(217, 170, 47, 0.82);
    --ttst-preset-field-border-width: 1px;
    --ttst-preset-field-border-style: solid;
    --ttst-preset-field-radius: 10px;
    --ttst-preset-field-height: 50px;
    --ttst-preset-field-width: 100%;
    --ttst-preset-textarea-height: 132px;
    --ttst-preset-textarea-width: 100%;
    --ttst-preset-field-indent: 0px;
    --ttst-preset-field-padding: 13px 14px;
    --ttst-preset-field-spacing: 17px;
    --ttst-preset-field-align: left;
    --ttst-preset-field-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 12px 24px rgba(0, 0, 0, 0.16);
    --ttst-preset-field-focus-shadow: 0 0 0 3px rgba(217, 170, 47, 0.12), 0 0 22px rgba(217, 170, 47, 0.08);
    --ttst-preset-choice-row-bg: rgba(255, 255, 255, 0.025);
    --ttst-preset-choice-row-hover-bg: rgba(255, 255, 255, 0.055);
    --ttst-preset-choice-row-border: rgba(255, 255, 255, 0.10);
    --ttst-preset-choice-row-radius: 10px;
    --ttst-preset-choice-row-padding: 9px 11px;
    --ttst-choice-box-size: 18px;
    --ttst-choice-border-width: 1px;
    --ttst-choice-bg: rgba(0, 0, 0, 0.30);
    --ttst-choice-border: rgba(255, 255, 255, 0.24);
    --ttst-choice-hover-bg: rgba(217, 170, 47, 0.08);
    --ttst-choice-hover-border: rgba(217, 170, 47, 0.65);
    --ttst-choice-checked-bg: #d9aa2f;
    --ttst-choice-checked-border: rgba(217, 170, 47, 0.95);
    --ttst-choice-check-color: #050505;
    --ttst-choice-check-size: 11px;
    --ttst-choice-check-stroke: 2px;
    --ttst-radio-dot-color: #050505;
    --ttst-radio-dot-size: 7px;
    --ttst-select-arrow-color: #d9aa2f;
    --ttst-select-menu-bg: #111111;
    --ttst-select-menu-text: #f4f4f4;
    --ttst-select-menu-hover-bg: rgba(217, 170, 47, 0.14);
    --ttst-select-menu-selected-bg: rgba(217, 170, 47, 0.22);
    --ttst-button-normal-bg: linear-gradient(180deg, rgba(22, 22, 22, 0.96), rgba(5, 5, 5, 0.98));
    --ttst-button-normal-color: #f5f1e7;
    --ttst-button-normal-border: rgba(217, 170, 47, 0.74);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(217, 170, 47, 0.10), 0 0 24px rgba(0, 0, 0, 0.46), inset 0 1px 2px rgba(255, 255, 255, 0.08);
    --ttst-button-hover-bg: linear-gradient(180deg, #fff0a4 0%, #d0a13a 42%, #7a4e0e 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: rgba(255, 216, 93, 0.98);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(255, 226, 116, 0.28), 0 0 34px rgba(217, 170, 47, 0.42), inset 0 2px 4px rgba(255, 255, 255, 0.52), inset 0 -12px 22px rgba(54, 28, 0, 0.38);
}

.ttst-ff-preset-premiere_gold {
    --ttst-preset-align: center;
    --ttst-preset-max-width: 1120px;
    --ttst-preset-card-padding: clamp(28px, 3.5vw, 48px);
    --ttst-preset-card-margin: 0 auto;
    --ttst-preset-card-border-width: 2px;
    --ttst-preset-card-border-style: solid;
    --ttst-preset-card-border: rgba(255, 212, 94, 0.50);
    --ttst-preset-card-radius: 30px;
    --ttst-preset-card-bg: radial-gradient(circle at 50% 0%, rgba(255, 222, 104, 0.18), transparent 34%), linear-gradient(180deg, rgba(12, 8, 2, 0.98), rgba(5, 5, 5, 0.98));
    --ttst-preset-card-shadow: 0 32px 105px rgba(0, 0, 0, 0.64), 0 0 52px rgba(217, 170, 47, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    --ttst-preset-link: #ffd86d;
    --ttst-preset-link-hover: #9aff1b;
    --ttst-preset-eyebrow: #ffd86d;
    --ttst-preset-heading: #fff7d7;
    --ttst-preset-body: rgba(255, 247, 215, 0.78);
    --ttst-preset-label: #fff4c5;
    --ttst-preset-asterisk: #ffd86d;
    --ttst-preset-asterisk-size: 1.12em;
    --ttst-preset-section: #ffd86d;
    --ttst-preset-section-border: rgba(255, 216, 93, 0.28);
    --ttst-preset-field-bg: rgba(14, 10, 3, 0.62);
    --ttst-preset-field-bg-hover: rgba(20, 13, 4, 0.76);
    --ttst-preset-field-bg-focus: rgba(27, 16, 3, 0.88);
    --ttst-preset-field-text: #fff9e7;
    --ttst-preset-field-placeholder: rgba(255, 247, 215, 0.42);
    --ttst-preset-field-placeholder-font: inherit;
    --ttst-preset-field-placeholder-size: 14px;
    --ttst-preset-field-border: rgba(255, 216, 93, 0.36);
    --ttst-preset-field-border-hover: rgba(255, 216, 93, 0.68);
    --ttst-preset-field-border-focus: #ffd86d;
    --ttst-preset-field-border-width: 1px;
    --ttst-preset-field-border-style: solid;
    --ttst-preset-field-radius: 16px;
    --ttst-preset-field-height: 56px;
    --ttst-preset-field-width: 100%;
    --ttst-preset-textarea-height: 156px;
    --ttst-preset-textarea-width: 100%;
    --ttst-preset-field-indent: 0px;
    --ttst-preset-field-padding: 16px 18px;
    --ttst-preset-field-spacing: 22px;
    --ttst-preset-field-align: left;
    --ttst-preset-field-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 18px 34px rgba(0, 0, 0, 0.22);
    --ttst-preset-field-focus-shadow: 0 0 0 3px rgba(255, 216, 93, 0.16), 0 0 36px rgba(217, 170, 47, 0.16);
    --ttst-preset-choice-row-bg: rgba(255, 216, 93, 0.035);
    --ttst-preset-choice-row-hover-bg: rgba(255, 216, 93, 0.11);
    --ttst-preset-choice-row-border: rgba(255, 216, 93, 0.20);
    --ttst-preset-choice-row-radius: 16px;
    --ttst-preset-choice-row-padding: 12px 14px;
    --ttst-choice-box-size: 21px;
    --ttst-choice-border-width: 2px;
    --ttst-choice-bg: rgba(0, 0, 0, 0.44);
    --ttst-choice-border: rgba(255, 216, 93, 0.68);
    --ttst-choice-hover-bg: rgba(255, 216, 93, 0.12);
    --ttst-choice-hover-border: rgba(255, 236, 154, 0.96);
    --ttst-choice-checked-bg: linear-gradient(180deg, #fff4b8, #d9aa2f 55%, #6f4406);
    --ttst-choice-checked-border: #fff0a4;
    --ttst-choice-check-color: #050505;
    --ttst-choice-check-size: 13px;
    --ttst-choice-check-stroke: 2px;
    --ttst-radio-dot-color: #050505;
    --ttst-radio-dot-size: 9px;
    --ttst-select-arrow-color: #ffd86d;
    --ttst-select-menu-bg: #0c0802;
    --ttst-select-menu-text: #fff7d7;
    --ttst-select-menu-hover-bg: rgba(255, 216, 93, 0.18);
    --ttst-select-menu-selected-bg: rgba(255, 216, 93, 0.25);
    --ttst-button-normal-bg: linear-gradient(180deg, #fff7c5 0%, #d9aa2f 42%, #7d4d07 100%);
    --ttst-button-normal-color: #050505;
    --ttst-button-normal-border: #ffe585;
    --ttst-button-normal-shadow: 0 0 0 1px rgba(255, 226, 116, 0.28), 0 0 34px rgba(217, 170, 47, 0.46), inset 0 2px 5px rgba(255, 255, 255, 0.58), inset 0 -12px 22px rgba(54, 28, 0, 0.42);
    --ttst-button-hover-bg: linear-gradient(180deg, #fffbea 0%, #f2cf64 40%, #9b690f 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: #fff0a4;
    --ttst-button-hover-shadow: 0 0 0 1px rgba(255, 226, 116, 0.34), 0 0 44px rgba(217, 170, 47, 0.56), inset 0 2px 6px rgba(255, 255, 255, 0.62), inset 0 -12px 22px rgba(54, 28, 0, 0.36);
}

.ttst-ff-preset-premiere_showzone {
    --ttst-preset-align: center;
    --ttst-preset-max-width: 1120px;
    --ttst-preset-card-padding: clamp(28px, 3.5vw, 48px);
    --ttst-preset-card-margin: 0 auto;
    --ttst-preset-card-border-width: 2px;
    --ttst-preset-card-border-style: solid;
    --ttst-preset-card-border: color-mix(in srgb, #ffd86d 58%, #9aff1b 42%);
    --ttst-preset-card-radius: 30px;
    --ttst-preset-card-bg:
        radial-gradient(circle at 50% 0%, rgba(255, 216, 93, 0.20), transparent 34%),
        radial-gradient(circle at 86% 12%, rgba(154, 255, 27, 0.18), transparent 31%),
        radial-gradient(circle at 10% 96%, rgba(217, 170, 47, 0.12), transparent 30%),
        linear-gradient(145deg, rgba(12, 8, 2, 0.98), rgba(3, 9, 3, 0.96));
    --ttst-preset-card-shadow: 0 32px 105px rgba(0, 0, 0, 0.66), 0 0 54px rgba(217, 170, 47, 0.20), 0 0 42px rgba(138, 255, 33, 0.13), inset 0 0 0 1px rgba(255, 255, 255, 0.055);
    --ttst-preset-link: #ffd86d;
    --ttst-preset-link-hover: #9aff1b;
    --ttst-preset-eyebrow: #9aff1b;
    --ttst-preset-heading: #fff7d7;
    --ttst-preset-body: rgba(247, 255, 231, 0.78);
    --ttst-preset-label: #fff4c5;
    --ttst-preset-asterisk: #9aff1b;
    --ttst-preset-asterisk-size: 1.12em;
    --ttst-preset-section: #ffd86d;
    --ttst-preset-section-border: rgba(154, 255, 27, 0.25);
    --ttst-preset-field-bg: rgba(4, 11, 3, 0.64);
    --ttst-preset-field-bg-hover: rgba(13, 18, 5, 0.78);
    --ttst-preset-field-bg-focus: rgba(18, 24, 5, 0.90);
    --ttst-preset-field-text: #fff9e7;
    --ttst-preset-field-placeholder: rgba(247, 255, 231, 0.42);
    --ttst-preset-field-placeholder-font: inherit;
    --ttst-preset-field-placeholder-size: 14px;
    --ttst-preset-field-border: rgba(255, 216, 93, 0.36);
    --ttst-preset-field-border-hover: rgba(154, 255, 27, 0.68);
    --ttst-preset-field-border-focus: #9aff1b;
    --ttst-preset-field-border-width: 1px;
    --ttst-preset-field-border-style: solid;
    --ttst-preset-field-radius: 16px;
    --ttst-preset-field-height: 56px;
    --ttst-preset-field-width: 100%;
    --ttst-preset-textarea-height: 156px;
    --ttst-preset-textarea-width: 100%;
    --ttst-preset-field-indent: 0px;
    --ttst-preset-field-padding: 16px 18px;
    --ttst-preset-field-spacing: 22px;
    --ttst-preset-field-align: left;
    --ttst-preset-field-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.028), 0 18px 34px rgba(0, 0, 0, 0.24);
    --ttst-preset-field-focus-shadow: 0 0 0 3px rgba(154, 255, 27, 0.14), 0 0 34px rgba(154, 255, 27, 0.18), 0 0 18px rgba(217, 170, 47, 0.12);
    --ttst-preset-choice-row-bg: rgba(154, 255, 27, 0.035);
    --ttst-preset-choice-row-hover-bg: rgba(255, 216, 93, 0.11);
    --ttst-preset-choice-row-border: rgba(255, 216, 93, 0.20);
    --ttst-preset-choice-row-radius: 16px;
    --ttst-preset-choice-row-padding: 12px 14px;
    --ttst-choice-box-size: 21px;
    --ttst-choice-border-width: 2px;
    --ttst-choice-bg: rgba(0, 0, 0, 0.46);
    --ttst-choice-border: rgba(154, 255, 27, 0.72);
    --ttst-choice-hover-bg: rgba(255, 216, 93, 0.12);
    --ttst-choice-hover-border: rgba(255, 236, 154, 0.96);
    --ttst-choice-checked-bg: linear-gradient(180deg, #fff4b8, #d9aa2f 46%, #9aff1b 100%);
    --ttst-choice-checked-border: #e9ff75;
    --ttst-choice-check-color: #050505;
    --ttst-choice-check-size: 13px;
    --ttst-choice-check-stroke: 2px;
    --ttst-radio-dot-color: #050505;
    --ttst-radio-dot-size: 9px;
    --ttst-select-arrow-color: #9aff1b;
    --ttst-select-menu-bg: #071006;
    --ttst-select-menu-text: #fff7d7;
    --ttst-select-menu-hover-bg: rgba(154, 255, 27, 0.18);
    --ttst-select-menu-selected-bg: rgba(255, 216, 93, 0.20);
    --ttst-button-normal-bg: linear-gradient(180deg, #fff7c5 0%, #d9aa2f 38%, #7d4d07 64%, #9aff1b 100%);
    --ttst-button-normal-color: #050505;
    --ttst-button-normal-border: #e9ff75;
    --ttst-button-normal-shadow: 0 0 0 1px rgba(255, 226, 116, 0.28), 0 0 32px rgba(217, 170, 47, 0.42), 0 0 24px rgba(138, 255, 33, 0.26), inset 0 2px 5px rgba(255, 255, 255, 0.58), inset 0 -12px 22px rgba(15, 68, 0, 0.24);
    --ttst-button-hover-bg: linear-gradient(180deg, #ceff3b 0%, #9aff1b 50%, #6abd00 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: #fff0a4;
    --ttst-button-hover-shadow: 0 0 0 1px rgba(154, 255, 27, 0.32), 0 0 42px rgba(138, 255, 33, 0.52), 0 0 24px rgba(217, 170, 47, 0.28), inset 0 2px 6px rgba(255, 255, 255, 0.48), inset 0 -10px 20px rgba(15, 68, 0, 0.26);
}

.ttst-ff-preset-premiere_showzone .ttst-ff-card {
    border-image: linear-gradient(135deg, rgba(255, 216, 93, 0.82), rgba(154, 255, 27, 0.72), rgba(217, 170, 47, 0.70)) 1;
}


.ttst-ff-preset-neon_glass {
    --ttst-preset-align: center;
    --ttst-preset-max-width: 1040px;
    --ttst-preset-card-padding: clamp(24px, 3vw, 42px);
    --ttst-preset-card-margin: 0 auto;
    --ttst-preset-card-border-width: 1px;
    --ttst-preset-card-border-style: solid;
    --ttst-preset-card-border: rgba(138, 255, 33, 0.38);
    --ttst-preset-card-radius: 22px;
    --ttst-preset-card-bg: linear-gradient(135deg, rgba(0, 7, 3, 0.72), rgba(0, 0, 0, 0.90)), radial-gradient(circle at 20% 15%, rgba(138, 255, 33, 0.14), transparent 34%);
    --ttst-preset-card-shadow: 0 28px 92px rgba(0, 0, 0, 0.60), 0 0 40px rgba(138, 255, 33, 0.13), inset 0 0 0 1px rgba(255, 255, 255, 0.045);
    --ttst-preset-link: #9aff1b;
    --ttst-preset-link-hover: #ffffff;
    --ttst-preset-eyebrow: #9aff1b;
    --ttst-preset-heading: #ffffff;
    --ttst-preset-body: rgba(237, 255, 226, 0.74);
    --ttst-preset-label: rgba(237, 255, 226, 0.90);
    --ttst-preset-asterisk: #9aff1b;
    --ttst-preset-asterisk-size: 1.08em;
    --ttst-preset-section: #9aff1b;
    --ttst-preset-section-border: rgba(138, 255, 33, 0.22);
    --ttst-preset-field-bg: rgba(255, 255, 255, 0.035);
    --ttst-preset-field-bg-hover: rgba(138, 255, 33, 0.055);
    --ttst-preset-field-bg-focus: rgba(138, 255, 33, 0.085);
    --ttst-preset-field-text: #f7fff1;
    --ttst-preset-field-placeholder: rgba(237, 255, 226, 0.40);
    --ttst-preset-field-placeholder-font: inherit;
    --ttst-preset-field-placeholder-size: 14px;
    --ttst-preset-field-border: rgba(138, 255, 33, 0.28);
    --ttst-preset-field-border-hover: rgba(138, 255, 33, 0.55);
    --ttst-preset-field-border-focus: #9aff1b;
    --ttst-preset-field-border-width: 1px;
    --ttst-preset-field-border-style: solid;
    --ttst-preset-field-radius: 18px;
    --ttst-preset-field-height: 54px;
    --ttst-preset-field-width: 100%;
    --ttst-preset-textarea-height: 150px;
    --ttst-preset-textarea-width: 100%;
    --ttst-preset-field-indent: 0px;
    --ttst-preset-field-padding: 15px 18px;
    --ttst-preset-field-spacing: 20px;
    --ttst-preset-field-align: left;
    --ttst-preset-field-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 16px 32px rgba(0, 0, 0, 0.22);
    --ttst-preset-field-focus-shadow: 0 0 0 3px rgba(138, 255, 33, 0.14), 0 0 34px rgba(138, 255, 33, 0.18);
    --ttst-preset-choice-row-bg: rgba(255, 255, 255, 0.025);
    --ttst-preset-choice-row-hover-bg: rgba(138, 255, 33, 0.08);
    --ttst-preset-choice-row-border: rgba(138, 255, 33, 0.18);
    --ttst-preset-choice-row-radius: 18px;
    --ttst-preset-choice-row-padding: 11px 13px;
    --ttst-choice-box-size: 20px;
    --ttst-choice-border-width: 1px;
    --ttst-choice-bg: rgba(0, 0, 0, 0.38);
    --ttst-choice-border: rgba(138, 255, 33, 0.66);
    --ttst-choice-hover-bg: rgba(138, 255, 33, 0.12);
    --ttst-choice-hover-border: rgba(185, 255, 86, 0.98);
    --ttst-choice-checked-bg: #9aff1b;
    --ttst-choice-checked-border: #c9ff4d;
    --ttst-choice-check-color: #050505;
    --ttst-choice-check-size: 12px;
    --ttst-choice-check-stroke: 2px;
    --ttst-radio-dot-color: #050505;
    --ttst-radio-dot-size: 8px;
    --ttst-select-arrow-color: #9aff1b;
    --ttst-select-menu-bg: #020702;
    --ttst-select-menu-text: #f7fff1;
    --ttst-select-menu-hover-bg: rgba(138, 255, 33, 0.18);
    --ttst-select-menu-selected-bg: rgba(138, 255, 33, 0.28);
    --ttst-button-normal-bg: linear-gradient(180deg, #ccff33 0%, #9aff1b 54%, #65bd00 100%);
    --ttst-button-normal-color: #050505;
    --ttst-button-normal-border: rgba(138, 255, 33, 0.98);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(138, 255, 33, 0.25), 0 0 34px rgba(138, 255, 33, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.32), inset 0 -8px 18px rgba(15, 68, 0, 0.22);
    --ttst-button-hover-bg: rgba(0, 0, 0, 0.68);
    --ttst-button-hover-color: #9aff1b;
    --ttst-button-hover-border: rgba(138, 255, 33, 0.98);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(138, 255, 33, 0.30), 0 0 42px rgba(138, 255, 33, 0.42), inset 0 0 24px rgba(138, 255, 33, 0.09);
}

.ttst-ff-preset-engineer_blue {
    --ttst-preset-align: center;
    --ttst-preset-max-width: 1000px;
    --ttst-preset-card-padding: clamp(24px, 3vw, 40px);
    --ttst-preset-card-margin: 0 auto;
    --ttst-preset-card-border-width: 1px;
    --ttst-preset-card-border-style: solid;
    --ttst-preset-card-border: rgba(86, 201, 255, 0.30);
    --ttst-preset-card-radius: 18px;
    --ttst-preset-card-bg: radial-gradient(circle at 80% 0%, rgba(86, 201, 255, 0.14), transparent 32%), radial-gradient(circle at 0% 100%, rgba(217, 170, 47, 0.08), transparent 30%), linear-gradient(135deg, rgba(3, 8, 12, 0.98), rgba(7, 7, 9, 0.95));
    --ttst-preset-card-shadow: 0 26px 86px rgba(0, 0, 0, 0.58), 0 0 36px rgba(86, 201, 255, 0.12);
    --ttst-preset-link: #56c9ff;
    --ttst-preset-link-hover: #d9aa2f;
    --ttst-preset-eyebrow: #56c9ff;
    --ttst-preset-heading: #f3fbff;
    --ttst-preset-body: rgba(233, 248, 255, 0.72);
    --ttst-preset-label: rgba(233, 248, 255, 0.88);
    --ttst-preset-asterisk: #d9aa2f;
    --ttst-preset-asterisk-size: 1.06em;
    --ttst-preset-section: #56c9ff;
    --ttst-preset-section-border: rgba(86, 201, 255, 0.22);
    --ttst-preset-field-bg: rgba(2, 10, 16, 0.58);
    --ttst-preset-field-bg-hover: rgba(4, 15, 22, 0.70);
    --ttst-preset-field-bg-focus: rgba(5, 20, 30, 0.82);
    --ttst-preset-field-text: #f3fbff;
    --ttst-preset-field-placeholder: rgba(233, 248, 255, 0.38);
    --ttst-preset-field-placeholder-font: inherit;
    --ttst-preset-field-placeholder-size: 14px;
    --ttst-preset-field-border: rgba(86, 201, 255, 0.30);
    --ttst-preset-field-border-hover: rgba(86, 201, 255, 0.58);
    --ttst-preset-field-border-focus: #56c9ff;
    --ttst-preset-field-border-width: 1px;
    --ttst-preset-field-border-style: solid;
    --ttst-preset-field-radius: 10px;
    --ttst-preset-field-height: 50px;
    --ttst-preset-field-width: 100%;
    --ttst-preset-textarea-height: 140px;
    --ttst-preset-textarea-width: 100%;
    --ttst-preset-field-indent: 0px;
    --ttst-preset-field-padding: 13px 15px;
    --ttst-preset-field-spacing: 18px;
    --ttst-preset-field-align: left;
    --ttst-preset-field-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 14px 28px rgba(0, 0, 0, 0.18);
    --ttst-preset-field-focus-shadow: 0 0 0 3px rgba(86, 201, 255, 0.13), 0 0 28px rgba(86, 201, 255, 0.14);
    --ttst-preset-choice-row-bg: rgba(86, 201, 255, 0.025);
    --ttst-preset-choice-row-hover-bg: rgba(86, 201, 255, 0.09);
    --ttst-preset-choice-row-border: rgba(86, 201, 255, 0.16);
    --ttst-preset-choice-row-radius: 10px;
    --ttst-preset-choice-row-padding: 9px 12px;
    --ttst-choice-box-size: 18px;
    --ttst-choice-border-width: 1px;
    --ttst-choice-bg: rgba(0, 0, 0, 0.34);
    --ttst-choice-border: rgba(86, 201, 255, 0.58);
    --ttst-choice-hover-bg: rgba(86, 201, 255, 0.10);
    --ttst-choice-hover-border: rgba(86, 201, 255, 0.92);
    --ttst-choice-checked-bg: #56c9ff;
    --ttst-choice-checked-border: rgba(143, 224, 255, 0.98);
    --ttst-choice-check-color: #03080c;
    --ttst-choice-check-size: 11px;
    --ttst-choice-check-stroke: 2px;
    --ttst-radio-dot-color: #03080c;
    --ttst-radio-dot-size: 7px;
    --ttst-select-arrow-color: #56c9ff;
    --ttst-select-menu-bg: #03080c;
    --ttst-select-menu-text: #f3fbff;
    --ttst-select-menu-hover-bg: rgba(86, 201, 255, 0.16);
    --ttst-select-menu-selected-bg: rgba(217, 170, 47, 0.16);
    --ttst-button-normal-bg: linear-gradient(180deg, #9de5ff 0%, #56c9ff 48%, #0b638b 100%);
    --ttst-button-normal-color: #020405;
    --ttst-button-normal-border: rgba(143, 224, 255, 0.96);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(86, 201, 255, 0.22), 0 0 30px rgba(86, 201, 255, 0.34), inset 0 2px 5px rgba(255, 255, 255, 0.42), inset 0 -10px 18px rgba(0, 32, 54, 0.30);
    --ttst-button-hover-bg: linear-gradient(180deg, #fff0a4 0%, #d0a13a 42%, #7a4e0e 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: rgba(255, 216, 93, 0.98);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(255, 226, 116, 0.28), 0 0 34px rgba(217, 170, 47, 0.42), inset 0 2px 4px rgba(255, 255, 255, 0.52), inset 0 -12px 22px rgba(54, 28, 0, 0.38);
}

.ttst-ff-preset-black_diamond {
    --ttst-preset-align: center;
    --ttst-preset-max-width: 980px;
    --ttst-preset-card-padding: clamp(26px, 3vw, 44px);
    --ttst-preset-card-margin: 0 auto;
    --ttst-preset-card-border-width: 1px;
    --ttst-preset-card-border-style: solid;
    --ttst-preset-card-border: rgba(255, 255, 255, 0.18);
    --ttst-preset-card-radius: 28px;
    --ttst-preset-card-bg: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.09), transparent 30%), linear-gradient(145deg, rgba(0, 0, 0, 0.98), rgba(10, 10, 10, 0.96));
    --ttst-preset-card-shadow: 0 32px 105px rgba(0, 0, 0, 0.70), 0 0 30px rgba(255, 255, 255, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.045);
    --ttst-preset-link: #ffffff;
    --ttst-preset-link-hover: #d9aa2f;
    --ttst-preset-eyebrow: #d9aa2f;
    --ttst-preset-heading: #ffffff;
    --ttst-preset-body: rgba(255, 255, 255, 0.76);
    --ttst-preset-label: rgba(255, 255, 255, 0.90);
    --ttst-preset-asterisk: #d9aa2f;
    --ttst-preset-asterisk-size: 1.04em;
    --ttst-preset-section: #ffffff;
    --ttst-preset-section-border: rgba(255, 255, 255, 0.14);
    --ttst-preset-field-bg: rgba(255, 255, 255, 0.04);
    --ttst-preset-field-bg-hover: rgba(255, 255, 255, 0.065);
    --ttst-preset-field-bg-focus: rgba(255, 255, 255, 0.085);
    --ttst-preset-field-text: #ffffff;
    --ttst-preset-field-placeholder: rgba(255, 255, 255, 0.38);
    --ttst-preset-field-placeholder-font: inherit;
    --ttst-preset-field-placeholder-size: 14px;
    --ttst-preset-field-border: rgba(255, 255, 255, 0.18);
    --ttst-preset-field-border-hover: rgba(255, 255, 255, 0.36);
    --ttst-preset-field-border-focus: rgba(255, 255, 255, 0.82);
    --ttst-preset-field-border-width: 1px;
    --ttst-preset-field-border-style: solid;
    --ttst-preset-field-radius: 18px;
    --ttst-preset-field-height: 54px;
    --ttst-preset-field-width: 100%;
    --ttst-preset-textarea-height: 150px;
    --ttst-preset-textarea-width: 100%;
    --ttst-preset-field-indent: 0px;
    --ttst-preset-field-padding: 15px 18px;
    --ttst-preset-field-spacing: 19px;
    --ttst-preset-field-align: left;
    --ttst-preset-field-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 16px 32px rgba(0, 0, 0, 0.22);
    --ttst-preset-field-focus-shadow: 0 0 0 3px rgba(255, 255, 255, 0.10), 0 0 28px rgba(255, 255, 255, 0.08);
    --ttst-preset-choice-row-bg: rgba(255, 255, 255, 0.025);
    --ttst-preset-choice-row-hover-bg: rgba(255, 255, 255, 0.065);
    --ttst-preset-choice-row-border: rgba(255, 255, 255, 0.14);
    --ttst-preset-choice-row-radius: 18px;
    --ttst-preset-choice-row-padding: 11px 13px;
    --ttst-choice-box-size: 19px;
    --ttst-choice-border-width: 1px;
    --ttst-choice-bg: rgba(0, 0, 0, 0.38);
    --ttst-choice-border: rgba(255, 255, 255, 0.38);
    --ttst-choice-hover-bg: rgba(255, 255, 255, 0.08);
    --ttst-choice-hover-border: rgba(255, 255, 255, 0.72);
    --ttst-choice-checked-bg: #ffffff;
    --ttst-choice-checked-border: #ffffff;
    --ttst-choice-check-color: #050505;
    --ttst-choice-check-size: 11px;
    --ttst-choice-check-stroke: 2px;
    --ttst-radio-dot-color: #050505;
    --ttst-radio-dot-size: 8px;
    --ttst-select-arrow-color: #ffffff;
    --ttst-select-menu-bg: #050505;
    --ttst-select-menu-text: #ffffff;
    --ttst-select-menu-hover-bg: rgba(255, 255, 255, 0.12);
    --ttst-select-menu-selected-bg: rgba(217, 170, 47, 0.18);
    --ttst-button-normal-bg: linear-gradient(180deg, #f9f9f9 0%, #c7c7c7 50%, #6b6b6b 100%);
    --ttst-button-normal-color: #050505;
    --ttst-button-normal-border: rgba(255, 255, 255, 0.94);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22), 0 0 30px rgba(255, 255, 255, 0.20), inset 0 2px 5px rgba(255, 255, 255, 0.58), inset 0 -10px 18px rgba(0, 0, 0, 0.28);
    --ttst-button-hover-bg: linear-gradient(180deg, #fff0a4 0%, #d0a13a 42%, #7a4e0e 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: rgba(255, 216, 93, 0.98);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(255, 226, 116, 0.28), 0 0 34px rgba(217, 170, 47, 0.42), inset 0 2px 4px rgba(255, 255, 255, 0.52), inset 0 -12px 22px rgba(54, 28, 0, 0.38);
}

.ttst-ff-preset-showtime_aura {
    --ttst-preset-align: center;
    --ttst-preset-max-width: 1080px;
    --ttst-preset-card-padding: clamp(24px, 3.2vw, 44px);
    --ttst-preset-card-margin: 0 auto;
    --ttst-preset-card-border-width: 1px;
    --ttst-preset-card-border-style: solid;
    --ttst-preset-card-border: rgba(138, 255, 33, 0.32);
    --ttst-preset-card-radius: 24px;
    --ttst-preset-card-bg: radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.11), transparent 28%), radial-gradient(circle at 90% 12%, rgba(86, 201, 255, 0.13), transparent 30%), radial-gradient(circle at 12% 96%, rgba(255, 123, 34, 0.10), transparent 30%), radial-gradient(circle at 92% 96%, rgba(138, 255, 33, 0.13), transparent 30%), linear-gradient(135deg, rgba(4, 4, 4, 0.98), rgba(13, 10, 6, 0.95));
    --ttst-preset-card-shadow: 0 30px 96px rgba(0, 0, 0, 0.62), 0 0 34px rgba(255, 255, 255, 0.06), 0 0 42px rgba(138, 255, 33, 0.10), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
    --ttst-preset-link: #9aff1b;
    --ttst-preset-link-hover: #56c9ff;
    --ttst-preset-eyebrow: #d9aa2f;
    --ttst-preset-heading: #ffffff;
    --ttst-preset-body: rgba(255, 255, 255, 0.76);
    --ttst-preset-label: rgba(255, 255, 255, 0.90);
    --ttst-preset-asterisk: #ff8a34;
    --ttst-preset-asterisk-size: 1.10em;
    --ttst-preset-section: #9aff1b;
    --ttst-preset-section-border: rgba(138, 255, 33, 0.20);
    --ttst-preset-field-bg: rgba(0, 0, 0, 0.50);
    --ttst-preset-field-bg-hover: rgba(5, 10, 5, 0.64);
    --ttst-preset-field-bg-focus: rgba(5, 16, 8, 0.78);
    --ttst-preset-field-text: #ffffff;
    --ttst-preset-field-placeholder: rgba(255, 255, 255, 0.40);
    --ttst-preset-field-placeholder-font: inherit;
    --ttst-preset-field-placeholder-size: 14px;
    --ttst-preset-field-border: rgba(255, 255, 255, 0.18);
    --ttst-preset-field-border-hover: rgba(138, 255, 33, 0.50);
    --ttst-preset-field-border-focus: #9aff1b;
    --ttst-preset-field-border-width: 1px;
    --ttst-preset-field-border-style: solid;
    --ttst-preset-field-radius: 14px;
    --ttst-preset-field-height: 54px;
    --ttst-preset-field-width: 100%;
    --ttst-preset-textarea-height: 150px;
    --ttst-preset-textarea-width: 100%;
    --ttst-preset-field-indent: 0px;
    --ttst-preset-field-padding: 15px 16px;
    --ttst-preset-field-spacing: 20px;
    --ttst-preset-field-align: left;
    --ttst-preset-field-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 15px 30px rgba(0, 0, 0, 0.20);
    --ttst-preset-field-focus-shadow: 0 0 0 3px rgba(138, 255, 33, 0.12), 0 0 22px rgba(86, 201, 255, 0.10), 0 0 30px rgba(255, 123, 34, 0.07);
    --ttst-preset-choice-row-bg: rgba(255, 255, 255, 0.025);
    --ttst-preset-choice-row-hover-bg: rgba(138, 255, 33, 0.08);
    --ttst-preset-choice-row-border: rgba(255, 255, 255, 0.12);
    --ttst-preset-choice-row-radius: 14px;
    --ttst-preset-choice-row-padding: 10px 12px;
    --ttst-choice-box-size: 20px;
    --ttst-choice-border-width: 1px;
    --ttst-choice-bg: rgba(0, 0, 0, 0.44);
    --ttst-choice-border: rgba(138, 255, 33, 0.56);
    --ttst-choice-hover-bg: rgba(138, 255, 33, 0.10);
    --ttst-choice-hover-border: rgba(86, 201, 255, 0.78);
    --ttst-choice-checked-bg: linear-gradient(180deg, #ffffff 0%, #d9aa2f 45%, #9aff1b 100%);
    --ttst-choice-checked-border: rgba(138, 255, 33, 0.96);
    --ttst-choice-check-color: #050505;
    --ttst-choice-check-size: 12px;
    --ttst-choice-check-stroke: 2px;
    --ttst-radio-dot-color: #050505;
    --ttst-radio-dot-size: 8px;
    --ttst-select-arrow-color: #9aff1b;
    --ttst-select-menu-bg: #050505;
    --ttst-select-menu-text: #ffffff;
    --ttst-select-menu-hover-bg: rgba(138, 255, 33, 0.16);
    --ttst-select-menu-selected-bg: rgba(86, 201, 255, 0.16);
    --ttst-button-normal-bg: linear-gradient(180deg, #ffffff 0%, #d9aa2f 36%, #9aff1b 100%);
    --ttst-button-normal-color: #050505;
    --ttst-button-normal-border: rgba(255, 255, 255, 0.90);
    --ttst-button-normal-shadow: 0 0 0 1px rgba(138, 255, 33, 0.24), 0 0 28px rgba(138, 255, 33, 0.34), 0 0 20px rgba(86, 201, 255, 0.12), inset 0 2px 5px rgba(255, 255, 255, 0.48), inset 0 -10px 18px rgba(15, 68, 0, 0.22);
    --ttst-button-hover-bg: linear-gradient(180deg, #fff0a4 0%, #d0a13a 38%, #ff8a34 100%);
    --ttst-button-hover-color: #050505;
    --ttst-button-hover-border: rgba(255, 216, 93, 0.98);
    --ttst-button-hover-shadow: 0 0 0 1px rgba(255, 226, 116, 0.28), 0 0 34px rgba(217, 170, 47, 0.46), 0 0 22px rgba(255, 123, 34, 0.18), inset 0 2px 4px rgba(255, 255, 255, 0.55), inset 0 -12px 22px rgba(54, 28, 0, 0.36);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .ttst-ff-widget-inner {
    align-items: var(--ttst-preset-align, center);
}

.ttst-ff-bg-preset.ttst-ff-widget[class*="ttst-ff-preset-"] .ttst-ff-card {
    max-width: var(--ttst-preset-max-width, 980px);
    margin: var(--ttst-preset-card-margin, 0 auto);
    padding: var(--ttst-preset-card-padding, clamp(22px, 3vw, 38px));
    border-width: var(--ttst-preset-card-border-width, 1px);
    border-style: var(--ttst-preset-card-border-style, solid);
    border-color: var(--ttst-preset-card-border, rgba(217, 170, 47, 0.24));
    border-radius: var(--ttst-preset-card-radius, 22px);
    background: var(--ttst-preset-card-bg);
    box-shadow: var(--ttst-preset-card-shadow);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] a,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform a {
    color: var(--ttst-preset-link);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] a:hover,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform a:hover {
    color: var(--ttst-preset-link-hover);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .ttst-ff-eyebrow,
.ttst-ff-widget[class*="ttst-ff-preset-"] .ttst-ff-trust-item::before {
    color: var(--ttst-preset-eyebrow);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .ttst-ff-eyebrow::before {
    background: linear-gradient(90deg, var(--ttst-preset-eyebrow), transparent);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .ttst-ff-title {
    color: var(--ttst-preset-heading);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .ttst-ff-description,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-section-break p,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-section-details,
.ttst-ff-widget[class*="ttst-ff-preset-"] .ff_upload_btn,
.ttst-ff-widget[class*="ttst-ff-preset-"] .ff_upload_preview,
.ttst-ff-widget[class*="ttst-ff-preset-"] .ff-uploaded-list {
    color: var(--ttst-preset-body);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-input--label,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-input--label label,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform label {
    color: var(--ttst-preset-label);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-input--label .required,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff_required_mark,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform abbr.required,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .required,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-is-required,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-input--label label:has(+ .required) {
    color: var(--ttst-preset-asterisk) !important;
    font-size: var(--ttst-preset-asterisk-size) !important;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-group {
    margin-bottom: var(--ttst-preset-field-spacing);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-control,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="text"],
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="email"],
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="tel"],
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="number"],
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="url"],
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="date"],
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="time"],
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="password"],
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform select,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform textarea {
    width: var(--ttst-preset-field-width) !important;
    min-height: var(--ttst-preset-field-height);
    padding: var(--ttst-preset-field-padding);
    border-width: var(--ttst-preset-field-border-width) !important;
    border-style: var(--ttst-preset-field-border-style) !important;
    border-color: var(--ttst-preset-field-border) !important;
    border-radius: var(--ttst-preset-field-radius) !important;
    background-color: var(--ttst-preset-field-bg) !important;
    color: var(--ttst-preset-field-text) !important;
    box-shadow: var(--ttst-preset-field-shadow);
    text-align: var(--ttst-preset-field-align);
    text-indent: var(--ttst-preset-field-indent);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform textarea {
    width: var(--ttst-preset-textarea-width) !important;
    min-height: var(--ttst-preset-textarea-height) !important;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-control:hover,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input:hover,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform select:hover,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform textarea:hover,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .choices:hover .choices__inner,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .select2-container:hover .select2-selection {
    border-color: var(--ttst-preset-field-border-hover) !important;
    background-color: var(--ttst-preset-field-bg-hover) !important;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-control:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="text"]:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="email"]:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="tel"]:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="number"]:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="url"]:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="date"]:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="time"]:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="password"]:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform select:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform textarea:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .choices.is-focused .choices__inner,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .choices.is-open .choices__inner,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .select2-container--focus .select2-selection,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .select2-container--open .select2-selection {
    border-color: var(--ttst-preset-field-border-focus) !important;
    background-color: var(--ttst-preset-field-bg-focus) !important;
    box-shadow: var(--ttst-preset-field-focus-shadow) !important;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-control::placeholder,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input::placeholder,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform textarea::placeholder {
    color: var(--ttst-preset-field-placeholder) !important;
    font-family: var(--ttst-preset-field-placeholder-font) !important;
    font-size: var(--ttst-preset-field-placeholder-size) !important;
    opacity: 1;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform select,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform select.ff-el-form-control,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .choices__inner,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .select2-container--default .select2-selection--single,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .select2-container--default .select2-selection--multiple,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .select2-selection {
    min-height: var(--ttst-preset-field-height);
    border-color: var(--ttst-preset-field-border) !important;
    border-radius: var(--ttst-preset-field-radius) !important;
    background-color: var(--ttst-preset-field-bg) !important;
    color: var(--ttst-preset-field-text) !important;
    box-shadow: var(--ttst-preset-field-shadow);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform select option,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .choices__list--dropdown,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .choices__list[aria-expanded],
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .select2-dropdown {
    background-color: var(--ttst-select-menu-bg) !important;
    color: var(--ttst-select-menu-text) !important;
    border-color: var(--ttst-preset-field-border) !important;
    border-radius: var(--ttst-preset-field-radius) !important;
    box-shadow: var(--ttst-preset-field-focus-shadow) !important;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .choices__list--dropdown .choices__item--selectable.is-highlighted,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .choices__list[aria-expanded] .choices__item--selectable.is-highlighted,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .select2-results__option--highlighted,
.ttst-ff-widget[class*="ttst-ff-preset-"] .select2-results__option--highlighted {
    background-color: var(--ttst-select-menu-hover-bg) !important;
    color: var(--ttst-select-menu-text) !important;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .choices__item.is-selected,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .select2-results__option[aria-selected="true"],
.ttst-ff-widget[class*="ttst-ff-preset-"] .select2-results__option[aria-selected="true"] {
    background-color: var(--ttst-select-menu-selected-bg) !important;
    color: var(--ttst-select-menu-text) !important;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .choices__list--multiple .choices__item,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .select2-selection--multiple .select2-selection__choice {
    border-color: var(--ttst-preset-field-border) !important;
    border-radius: 999px !important;
    background: var(--ttst-select-menu-selected-bg) !important;
    color: var(--ttst-preset-field-text) !important;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-check,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-check label,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-check-label {
    color: var(--ttst-preset-body);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-check {
    padding: var(--ttst-preset-choice-row-padding);
    border: 1px solid var(--ttst-preset-choice-row-border);
    border-radius: var(--ttst-preset-choice-row-radius);
    background: var(--ttst-preset-choice-row-bg);
    margin-bottom: 8px;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-check:hover {
    background: var(--ttst-preset-choice-row-hover-bg);
    border-color: var(--ttst-choice-hover-border);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-check:hover,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-check:hover label,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-check:hover .ff-el-form-check-label {
    color: var(--ttst-preset-field-text);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="checkbox"]:focus-visible,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="radio"]:focus-visible {
    box-shadow: var(--ttst-preset-field-focus-shadow) !important;
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-section-break {
    border-top-color: var(--ttst-preset-section-border);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-section-title,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-section-break h3 {
    color: var(--ttst-preset-section);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff_upload_btn,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff_upload_preview,
.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-uploaded-list {
    border-color: var(--ttst-preset-field-border) !important;
    border-radius: var(--ttst-preset-field-radius);
    background-color: var(--ttst-preset-field-bg);
    box-shadow: var(--ttst-preset-field-shadow);
}

.ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-message-success {
    border-color: var(--ttst-choice-checked-border);
    background: var(--ttst-select-menu-selected-bg);
    color: var(--ttst-preset-field-text);
}

.ttst-ff-button-preset-match_form.ttst-ff-preset-premiere_gold,
.ttst-ff-button-preset-match_form.ttst-ff-preset-premiere_showzone,
.ttst-ff-button-preset-match_form.ttst-ff-preset-neon_glass,
.ttst-ff-button-preset-match_form.ttst-ff-preset-engineer_blue,
.ttst-ff-button-preset-match_form.ttst-ff-preset-black_diamond,
.ttst-ff-button-preset-match_form.ttst-ff-preset-showtime_aura {
    /* Uses the preset variables above. This selector keeps the form-matching button preset active for new skins. */
}

@media (max-width: 767px) {
    .ttst-ff-bg-preset.ttst-ff-widget[class*="ttst-ff-preset-"] .ttst-ff-card {
        max-width: 100%;
        padding: clamp(18px, 5vw, 26px);
        border-radius: min(var(--ttst-preset-card-radius, 22px), 22px);
    }

    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform .ff-el-form-control,
    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="text"],
    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="email"],
    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="tel"],
    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="number"],
    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="url"],
    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="date"],
    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="time"],
    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform input[type="password"],
    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform select,
    .ttst-ff-widget[class*="ttst-ff-preset-"] .fluentform textarea {
        min-height: 50px;
    }
}


/* v1.7.0 — checkbox vertical alignment support */
.ttst-ff-normalize .fluentform .ff-el-form-check:has(input[type="checkbox"]) {
    align-items: var(--ttst-choice-box-vertical-align, center);
}
.ttst-ff-normalize .fluentform .ff-el-form-check:has(input[type="checkbox"]) .ff-el-form-check-label,
.ttst-ff-normalize .fluentform .ff-el-form-check:has(input[type="checkbox"]) > label {
    align-items: var(--ttst-choice-text-vertical-align, center);
}
.ttst-ff-normalize .fluentform .ff-el-form-check:has(input[type="checkbox"]) input[type="checkbox"] {
    align-self: var(--ttst-choice-box-vertical-align, center);
}


/* v1.8.0 Forminator support layer */
.ttst-ff-widget .forminator-ui,
.ttst-ff-widget .forminator-ui * {
    box-sizing: border-box;
}

.ttst-ff-widget .forminator-ui {
    width: 100%;
    color: var(--ttst-text);
}

.ttst-ff-normalize .forminator-ui .forminator-row,
.ttst-ff-normalize .forminator-ui .forminator-field {
    margin-bottom: 18px;
}

.ttst-ff-normalize .forminator-ui .forminator-label,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui .forminator-label {
    display: block;
    margin-bottom: 8px;
    color: var(--ttst-text);
    font-weight: 800;
    letter-spacing: 0.04em;
}

.ttst-ff-normalize .forminator-ui .forminator-required,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui .forminator-required {
    color: var(--ttst-gold);
}

.ttst-ff-normalize .forminator-ui input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ttst-ff-normalize .forminator-ui textarea,
.ttst-ff-normalize .forminator-ui select,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui textarea,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui select,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui .select2-selection {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(217, 170, 47, 0.30) !important;
    border-radius: 14px !important;
    background: rgba(0, 0, 0, 0.34) !important;
    color: var(--ttst-text) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 0 0 rgba(217,170,47,0);
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ttst-ff-normalize .forminator-ui input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ttst-ff-normalize .forminator-ui textarea,
.ttst-ff-normalize .forminator-ui select {
    padding: 14px 16px;
}

.ttst-ff-widget .forminator-ui input::placeholder,
.ttst-ff-widget .forminator-ui textarea::placeholder {
    color: rgba(245, 241, 231, 0.52) !important;
    opacity: 1;
}

.ttst-ff-normalize .forminator-ui input:focus,
.ttst-ff-normalize .forminator-ui textarea:focus,
.ttst-ff-normalize .forminator-ui select:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui input:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui textarea:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui select:focus,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui .select2-container--open .select2-selection,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui .select2-container--focus .select2-selection {
    border-color: var(--ttst-gold) !important;
    box-shadow: 0 0 0 3px rgba(217, 170, 47, 0.14), 0 0 22px rgba(217, 170, 47, 0.12) !important;
}

.ttst-ff-normalize .forminator-ui textarea,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui textarea {
    min-height: 140px;
    resize: vertical;
}

.ttst-ff-normalize .forminator-ui .forminator-checkbox,
.ttst-ff-normalize .forminator-ui .forminator-radio,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui .forminator-checkbox,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui .forminator-radio {
    display: flex !important;
    align-items: var(--ttst-choice-box-vertical-align, center);
    justify-content: flex-start;
    gap: var(--ttst-choice-label-gap, 10px);
    padding: 10px 12px;
    border: 1px solid rgba(217, 170, 47, 0.18);
    border-radius: 12px;
    background: var(--ttst-choice-bg);
    color: var(--ttst-text);
    transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.ttst-ff-normalize .forminator-ui .forminator-checkbox:hover,
.ttst-ff-normalize .forminator-ui .forminator-radio:hover,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui .forminator-checkbox:hover,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui .forminator-radio:hover {
    border-color: var(--ttst-choice-hover-border);
    background: var(--ttst-choice-hover-bg);
}

.ttst-ff-widget .forminator-ui .forminator-checkbox-label,
.ttst-ff-widget .forminator-ui .forminator-radio-label {
    color: inherit;
    line-height: 1.45;
    text-align: inherit;
}

.ttst-ff-normalize .forminator-ui input[type="checkbox"],
.ttst-ff-normalize .forminator-ui input[type="radio"] {
    width: var(--ttst-choice-box-size);
    height: var(--ttst-choice-box-size);
    min-width: var(--ttst-choice-box-size);
    accent-color: var(--ttst-gold);
}

.ttst-ff-normalize .forminator-ui .forminator-button,
.ttst-ff-normalize .forminator-ui .forminator-button-submit,
.ttst-ff-button-preset-match_form .forminator-ui .forminator-button-submit,
.ttst-ff-button-preset-neon_to_gold .forminator-ui .forminator-button-submit,
.ttst-ff-button-preset-gold_to_neon .forminator-ui .forminator-button-submit,
.ttst-ff-button-preset-neon_only .forminator-ui .forminator-button-submit,
.ttst-ff-button-preset-gold_only .forminator-ui .forminator-button-submit,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui button[type="submit"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: var(--ttst-button-inner-gap, 8px);
    min-height: var(--ttst-button-min-height, 54px);
    padding: 14px 28px !important;
    border: 1px solid var(--ttst-button-normal-border) !important;
    border-radius: 999px !important;
    background: var(--ttst-button-normal-bg) !important;
    color: var(--ttst-button-normal-color) !important;
    box-shadow: var(--ttst-button-normal-shadow) !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-shadow: var(--ttst-button-text-shadow);
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ttst-ff-normalize .forminator-ui .forminator-button:hover,
.ttst-ff-normalize .forminator-ui .forminator-button-submit:hover,
.ttst-ff-widget[class*="ttst-ff-preset-"] .forminator-ui button[type="submit"]:hover {
    background: var(--ttst-button-hover-bg) !important;
    color: var(--ttst-button-hover-color) !important;
    border-color: var(--ttst-button-hover-border) !important;
    box-shadow: var(--ttst-button-hover-shadow) !important;
    transform: translateY(-1px);
}

.ttst-ff-widget .forminator-ui .forminator-error-message,
.ttst-ff-widget .forminator-ui .forminator-response-message.forminator-error {
    color: #ff6b6b;
    border-color: rgba(255, 107, 107, 0.35);
}

.ttst-ff-widget .forminator-ui .forminator-response-message.forminator-success {
    color: var(--ttst-neon);
    border-color: rgba(138, 255, 33, 0.35);
}

.ttst-ff-widget .forminator-ui .forminator-response-message {
    border-radius: 14px;
    background: rgba(0,0,0,.28);
    padding: 14px 16px;
}

.ttst-ff-widget .forminator-ui .forminator-uploaded-file,
.ttst-ff-widget .forminator-ui .forminator-file-upload,
.ttst-ff-widget .forminator-ui .forminator-file-upload span {
    color: var(--ttst-text);
}

.ttst-ff-widget .forminator-ui .forminator-button-upload {
    border-radius: 999px !important;
    background: rgba(217,170,47,.12) !important;
    border: 1px solid rgba(217,170,47,.35) !important;
    color: var(--ttst-gold) !important;
}

.ttst-ff-source-forminator .ttst-ff-form-shell {
    width: 100%;
}
