:root {
    --tc-accent: #34c759;
    --tc-accent-rgb: 52, 199, 89;
    --tc-ink: #1d1d1f;
    --tc-glass-edge: rgba(255, 255, 255, 0.72);
    --tc-glass-core: rgba(255, 255, 255, 0.2);
    --tc-segment-padding: 3px;
}

body.bg-apple-gray {
    background-color: #f6f8fa !important;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(52, 199, 89, 0.04) 0%, transparent 60%),
        radial-gradient(circle at 85% 85%, rgba(52, 199, 89, 0.05) 0%, transparent 60%),
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.015) 0%, transparent 80%),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E") !important;
    background-attachment: fixed !important;
    background-size: 100% 100%, 100% 100%, 100% 100%, 128px 128px !important;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat !important;
}

/* Transform solid white backgrounds into premium translucent glass to reveal texture */
.bg-white, .bg-white\/60, .bg-white\/80, .bg-white\/90, .bg-white\/70, .bg-white\/40, .bg-white\/30 {
    background-color: rgba(255, 255, 255, 0.45) !important;
    -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
    backdrop-filter: blur(28px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 8px 32px rgba(18, 24, 34, 0.04) !important;
}

@property --tc-slider-progress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
}

@property --tc-segment-position {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

.tc-green-hero-accent > span {
    color: var(--tc-accent) !important;
    background: none !important;
    -webkit-text-fill-color: var(--tc-accent) !important;
    text-shadow: 0 12px 28px rgba(var(--tc-accent-rgb), 0.16);
}

.tc-green-hero-accent .tc-hero-and {
    color: var(--tc-ink) !important;
    -webkit-text-fill-color: var(--tc-ink) !important;
    text-shadow: none !important;
}

[class*="backdrop-blur"] {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.backdrop-blur-3xl,
.backdrop-blur-2xl {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.2)),
        radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.5), transparent 42%) !important;
    -webkit-backdrop-filter: blur(32px) saturate(180%) !important;
    backdrop-filter: blur(32px) saturate(180%) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        inset 0 -1px 0 rgba(255, 255, 255, 0.2),
        0 14px 42px rgba(18, 24, 34, 0.06),
        0 0 40px rgba(52, 199, 89, 0.045) !important; /* Subtle green glow */
}

.backdrop-blur-sm,
.backdrop-blur-md {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

header.backdrop-blur-3xl {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9)),
        rgba(255, 255, 255, 0.86) !important;
    box-shadow:
        inset 0 -1px 0 rgba(255, 255, 255, 0.58),
        0 1px 2px rgba(18, 24, 34, 0.035) !important;
}

header .textcherry-header-pill {
    width: auto !important;
    min-width: 0 !important;
    height: 40px !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin-right: 8px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.62) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.18)),
        radial-gradient(circle at 34% 0%, rgba(255, 255, 255, 0.68), transparent 46%),
        rgba(255, 255, 255, 0.1) !important;
    color: var(--tc-ink) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        inset 0 -5px 10px rgba(255, 255, 255, 0.08),
        0 7px 18px rgba(18, 24, 34, 0.08) !important;
}

header .textcherry-header-pill:hover {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.24)),
        radial-gradient(circle at 34% 0%, rgba(255, 255, 255, 0.78), transparent 46%),
        rgba(255, 255, 255, 0.16) !important;
}

header .textcherry-header-pill .hidden,
header .textcherry-header-label {
    display: inline-flex !important;
}

header .textcherry-header-pill svg {
    flex: 0 0 auto !important;
}

header .textcherry-top-tool-link,
header .textcherry-top-actions-hidden {
    display: none !important;
}

header .textcherry-menu-trigger {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.62) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.22)),
        rgba(255, 255, 255, 0.16) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 7px 18px rgba(18, 24, 34, 0.08) !important;
}

header .textcherry-menu-panel {
    display: block !important;
    left: auto !important;
    right: 16px !important;
    top: 64px !important;
    width: min(280px, calc(100vw - 32px)) !important;
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    border-radius: 22px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.42)),
        rgba(255, 255, 255, 0.32) !important;
    -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
    backdrop-filter: blur(18px) saturate(145%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 18px 42px rgba(18, 24, 34, 0.12) !important;
}

header .textcherry-menu-panel.opacity-100 {
    max-height: min(420px, calc(100vh - 88px)) !important;
}

header .textcherry-menu-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 10px !important;
}

header .textcherry-menu-item {
    width: 100% !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    border-radius: 15px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.44) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12)),
        rgba(255, 255, 255, 0.1) !important;
    color: var(--tc-ink) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: left !important;
    transition: transform 220ms cubic-bezier(.2, .8, .2, 1), background 220ms ease, box-shadow 220ms ease !important;
}

header .textcherry-menu-item:hover {
    transform: translateY(-1px) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.2)),
        rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 8px 18px rgba(18, 24, 34, 0.08) !important;
}

header .textcherry-menu-icon {
    display: inline-flex !important;
    width: 17px !important;
    height: 17px !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
}

header .textcherry-menu-icon svg {
    width: 17px !important;
    height: 17px !important;
}

.textcherry-support-backdrop {
    background: rgba(245, 247, 250, 0.38) !important;
    -webkit-backdrop-filter: blur(12px) saturate(135%) !important;
    backdrop-filter: blur(12px) saturate(135%) !important;
}

.textcherry-support-card {
    border: 1px solid rgba(255, 255, 255, 0.62) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.34)),
        rgba(255, 255, 255, 0.42) !important;
    -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
    backdrop-filter: blur(18px) saturate(145%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 24px 70px rgba(18, 24, 34, 0.18) !important;
}

.fixed.inset-0.z-0.pointer-events-none.overflow-hidden > .absolute.rounded-full.mix-blend-multiply {
    display: none !important;
}

textarea:not([readonly]),
input[type="text"] {
    border-color: rgba(255, 255, 255, 0.62) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.16)),
        rgba(255, 255, 255, 0.08) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 8px 20px rgba(18, 24, 34, 0.045) !important;
}

.tc-liquid-number-input {
    border-radius: 999px !important;
    border: 1px solid var(--tc-glass-edge) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.18)),
        radial-gradient(circle at 36% 0%, rgba(255, 255, 255, 0.82), transparent 48%),
        rgba(255, 255, 255, 0.08) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 -5px 10px rgba(255, 255, 255, 0.12),
        0 7px 18px rgba(18, 24, 34, 0.07) !important;
    transition: transform 260ms cubic-bezier(.2, .8, .2, 1), box-shadow 260ms ease !important;
}

.tc-liquid-number-input:focus {
    transform: translateY(-1px) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 0 0 4px rgba(var(--tc-accent-rgb), 0.1),
        0 12px 26px rgba(18, 24, 34, 0.1) !important;
}

input.tc-liquid-slider {
    --tc-slider-progress: 0%;
    height: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    overflow: visible !important;
    touch-action: pan-y;
    transition: transform 280ms cubic-bezier(.18, 1.08, .24, 1), filter 280ms ease !important;
}

input.tc-liquid-slider:hover {
    transform: translateY(-0.5px) !important;
    filter: none !important;
}

input.tc-liquid-slider.tc-is-dragging {
    transform: translateY(-0.5px) scale(1.004) !important;
    filter: none !important;
}

input.tc-liquid-slider:focus-visible {
    outline: none !important;
    filter: none !important;
}

input.tc-liquid-slider::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.03) 100%),
        linear-gradient(90deg,
            var(--tc-accent) 0%,
            var(--tc-accent) var(--tc-slider-progress),
            rgba(210, 210, 215, 0.6) var(--tc-slider-progress),
            rgba(210, 210, 215, 0.6) 100%) !important;
    background-clip: padding-box !important;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.06),
        0 1px 2px rgba(0, 0, 0, 0.02);
    transition: background 300ms cubic-bezier(.2, .8, .2, 1), box-shadow 280ms ease;
}

input.tc-liquid-slider::-webkit-slider-thumb {
    width: 32px;
    height: 24px;
    margin-top: -8px; /* (8px/2) - (24px/2) = 4 - 12 = -8px to perfectly center */
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(16px) saturate(180%) contrast(1.1) brightness(1.05);
    backdrop-filter: blur(16px) saturate(180%) contrast(1.1) brightness(1.05);
    background-image:
        /* High-gloss top highlight */
        radial-gradient(circle at 35% 15%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 55%),
        /* Glass sheen */
        linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 45%, rgba(0, 0, 0, 0.04) 55%, rgba(255, 255, 255, 0.2) 100%);
    background-size: 100% 100%, 100% 100%;
    background-repeat: no-repeat;
    background-position: center, center;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.8),
        inset 0 -2px 3px rgba(0, 0, 0, 0.06),
        0 8px 20px rgba(18, 24, 34, 0.12),
        0 2px 5px rgba(18, 24, 34, 0.06);
    -webkit-appearance: none;
    cursor: pointer;
    transition: transform 450ms cubic-bezier(0.34, 1.45, 0.25, 1), box-shadow 350ms ease !important;
}

input.tc-liquid-slider:hover::-webkit-slider-thumb {
    transform: scale(1.03) translateY(-0.5px);
    box-shadow:
        inset 0 3px 6px rgba(255, 255, 255, 1),
        inset 0 -3px 5px rgba(0, 0, 0, 0.08),
        0 12px 28px rgba(18, 24, 34, 0.2),
        0 3px 8px rgba(18, 24, 34, 0.1);
}

input.tc-liquid-slider.tc-is-dragging::-webkit-slider-thumb {
    transform: scaleX(1.15) scaleY(0.85) translateY(-0.5px);
    box-shadow:
        inset 0 3px 6px rgba(255, 255, 255, 1),
        inset 0 -3px 5px rgba(0, 0, 0, 0.08),
        0 16px 32px rgba(18, 24, 34, 0.25),
        0 5px 12px rgba(18, 24, 34, 0.15);
}

input.tc-liquid-slider::-moz-range-track {
    height: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.03) 100%),
        rgba(210, 210, 215, 0.6);
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.06),
        0 1px 2px rgba(0, 0, 0, 0.02);
}

input.tc-liquid-slider::-moz-range-progress {
    height: 8px;
    border-radius: 999px;
    background: var(--tc-accent);
    box-shadow: none;
}

input.tc-liquid-slider::-moz-range-thumb {
    width: 32px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background-color: rgba(255, 255, 255, 0.15);
    -moz-backdrop-filter: blur(16px) saturate(180%) contrast(1.1) brightness(1.05);
    backdrop-filter: blur(16px) saturate(180%) contrast(1.1) brightness(1.05);
    background-image:
        radial-gradient(circle at 35% 15%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 45%, rgba(0, 0, 0, 0.04) 55%, rgba(255, 255, 255, 0.2) 100%);
    background-size: 100% 100%, 100% 100%;
    background-repeat: no-repeat;
    background-position: center, center;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.8),
        inset 0 -2px 3px rgba(0, 0, 0, 0.06),
        0 8px 20px rgba(18, 24, 34, 0.12),
        0 2px 5px rgba(18, 24, 34, 0.06);
}

.tc-liquid-segmented {
    --tc-segment-count: 2;
    --tc-segment-index: 0;
    --tc-segment-position: var(--tc-segment-index);
    --tc-segment-left: var(--tc-segment-padding);
    --tc-segment-width: calc(100% / var(--tc-segment-count));
    position: relative !important;
    gap: 0 !important;
    padding: var(--tc-segment-padding) !important;
    border: 1px solid rgba(255, 255, 255, 0.64) !important;
    border-radius: 999px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.12)),
        radial-gradient(circle at 42% -18%, rgba(255, 255, 255, 0.7), transparent 44%),
        rgba(255, 255, 255, 0.08) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -6px 12px rgba(255, 255, 255, 0.07),
        0 8px 20px rgba(18, 24, 34, 0.08) !important;
    overflow: hidden !important;
    user-select: none;
    touch-action: pan-y;
    isolation: isolate;
}

.tc-liquid-segmented::before {
    content: "";
    position: absolute;
    inset: 1px 10px auto 10px;
    height: 40%;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 1;
}

.tc-liquid-segmented::after {
    content: "";
    position: absolute;
    top: var(--tc-segment-padding);
    bottom: var(--tc-segment-padding);
    left: var(--tc-segment-left);
    width: var(--tc-segment-width);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background-color: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(14px) saturate(220%) brightness(1.1) contrast(1.05);
    backdrop-filter: blur(14px) saturate(220%) brightness(1.1) contrast(1.05);
    background-image:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 65%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 45%, rgba(0, 0, 0, 0.05) 55%, rgba(255, 255, 255, 0.15) 100%);
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.9),
        inset 0 -2px 3px rgba(0, 0, 0, 0.05),
        0 6px 14px rgba(18, 24, 34, 0.1),
        0 0 12px rgba(var(--tc-accent-rgb), 0.05);
    pointer-events: none;
    z-index: 0;
    transition: left 550ms cubic-bezier(0.34, 1.35, 0.3, 1), width 550ms cubic-bezier(0.34, 1.35, 0.3, 1), transform 550ms cubic-bezier(0.34, 1.35, 0.3, 1), box-shadow 350ms ease;
    will-change: left, width, transform;
}

.tc-liquid-segmented.tc-is-dragging::after {
    transition-duration: 120ms;
    transition-timing-function: cubic-bezier(.2, .8, .2, 1);
    transform: scaleX(1.08) scaleY(0.92);
    box-shadow:
        inset 0 1.5px 3px rgba(255, 255, 255, 1),
        inset 0 -2px 3px rgba(0, 0, 0, 0.05),
        0 10px 22px rgba(18, 24, 34, 0.16),
        0 0 18px rgba(var(--tc-accent-rgb), 0.12);
}

.tc-liquid-segmented > button.tc-liquid-segment {
    position: relative !important;
    z-index: 2 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: rgba(29, 29, 31, 0.58) !important;
    min-height: 34px !important;
    padding: 7px 10px !important;
    font-size: 13px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    transform: translateY(0) scale(0.99) !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
    transition: color 220ms ease, transform 450ms cubic-bezier(0.34, 1.45, 0.25, 1), text-shadow 220ms ease !important;
}

.tc-liquid-segmented > button.tc-liquid-segment:hover {
    color: rgba(29, 29, 31, 0.78) !important;
    transform: translateY(-0.5px) scale(1.02) !important;
}

.tc-liquid-segmented > button.tc-liquid-segment:active {
    transform: translateY(1px) scale(0.96) !important;
}

.tc-liquid-segmented > button.tc-liquid-segment.is-active {
    color: var(--tc-accent) !important;
    font-weight: 700 !important;
    transform: translateY(-0.5px) scale(1) !important;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.62),
        0 0 14px rgba(var(--tc-accent-rgb), 0.16);
    box-shadow: none !important;
}

.tc-liquid-segmented > button.tc-liquid-segment.is-active::after {
    display: none !important;
}

.tc-liquid-toggle-shell {
    padding: 2px 0 !important;
}

.tc-liquid-toggle-track {
    width: 48px !important;
    height: 28px !important;
    border: 1px solid var(--tc-glass-edge) !important;
    border-radius: 999px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.12)),
        radial-gradient(circle at 36% 0%, rgba(255, 255, 255, 0.7), transparent 48%),
        rgba(255, 255, 255, 0.08) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        inset 0 -6px 10px rgba(255, 255, 255, 0.07),
        0 8px 18px rgba(18, 24, 34, 0.09) !important;
    transition: background 280ms ease, box-shadow 280ms ease, transform 280ms cubic-bezier(.18, 1.08, .24, 1) !important;
}

.tc-liquid-toggle-track:hover {
    transform: translateY(-1px) !important;
}

.tc-liquid-toggle-track.is-active {
    background:
        linear-gradient(145deg, rgba(84, 224, 120, 0.96), rgba(var(--tc-accent-rgb), 0.96)),
        radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.58), transparent 34%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.52),
        0 0 0 4px rgba(var(--tc-accent-rgb), 0.07),
        0 10px 22px rgba(var(--tc-accent-rgb), 0.18) !important;
}

.tc-liquid-toggle-thumb {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.65) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    -webkit-backdrop-filter: blur(12px) saturate(200%) brightness(1.1) contrast(1.05) !important;
    backdrop-filter: blur(12px) saturate(200%) brightness(1.1) contrast(1.05) !important;
    background-image:
        radial-gradient(circle at 34% 20%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1)) !important;
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.9),
        0 6px 13px rgba(18, 24, 34, 0.1) !important;
    transform: translateX(2px) !important;
    transition: transform 550ms cubic-bezier(0.34, 1.45, 0.25, 1), width 450ms cubic-bezier(0.34, 1.45, 0.25, 1), box-shadow 350ms ease !important;
}

.tc-liquid-toggle-track.is-active .tc-liquid-toggle-thumb {
    transform: translateX(22px) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 6px 13px rgba(0, 106, 42, 0.15),
        0 0 12px rgba(255, 255, 255, 0.3) !important;
}

.tc-liquid-toggle-track:active .tc-liquid-toggle-thumb {
    width: 32px !important;
}

.tc-liquid-toggle-track.is-active:active .tc-liquid-toggle-thumb {
    transform: translateX(14px) !important;
}

@media (max-width: 420px) {
    .tc-liquid-segmented > button.tc-liquid-segment {
        padding: 7px 6px !important;
        font-size: 12px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tc-liquid-slider,
    .tc-liquid-slider::-webkit-slider-thumb,
    .tc-liquid-segmented,
    .tc-liquid-segmented::after,
    .tc-liquid-segmented > button.tc-liquid-segment,
    .tc-liquid-toggle-track,
    .tc-liquid-toggle-thumb,
    .tc-liquid-number-input {
        transition: none !important;
    }
}

/* Landing Page Design Elements */
.tc-hero-quick {
    position: relative;
    display: inline-block;
}

.tc-hero-quick::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -2px;
    right: -5px;
    height: 8px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 10" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path d="M0,8 Q50,0 100,5" stroke="%2334c759" stroke-width="4" fill="none" stroke-linecap="round"/></svg>') no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.8;
}



.tc-ambient-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    filter: blur(80px);
    opacity: 0.15;
}

.tc-ambient-glow-1 {
    top: 10%;
    left: 15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--tc-accent) 0%, transparent 70%);
}

.tc-ambient-glow-2 {
    bottom: 20%;
    right: 10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--tc-accent) 0%, transparent 70%);
}

/* Hero Interactive Decorations */
.tc-hero-deco-icon {
    width: 28px;
    height: 28px;
    color: rgba(29, 29, 31, 0.18); /* Soft gray outline */
    fill: transparent;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: floatIcon 6s ease-in-out infinite;
    cursor: pointer;
    z-index: 10;
}

@media (min-width: 768px) {
    .tc-hero-deco-icon {
        width: 36px;
        height: 36px;
    }
}

.tc-hero-deco-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 8px rgba(18, 24, 34, 0.04));
    transition: all 0.4s ease;
}

.tc-hero-deco-icon:hover {
    color: var(--tc-accent);
    fill: rgba(52, 199, 89, 0.15); /* Light premium green fill */
    transform: scale(1.15) rotate(6deg);
    animation-play-state: paused;
}

.tc-hero-deco-icon:hover svg {
    filter: drop-shadow(0 8px 24px rgba(52, 199, 89, 0.35));
}

.tc-hero-deco-green {
    color: var(--tc-accent);
    opacity: 0.55;
}

.tc-hero-deco-green:hover {
    fill: transparent;
    opacity: 1;
    transform: scale(1.2) rotate(8deg);
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(3deg); }
}

/* Child doodle green lines in background */
.tc-child-doodle {
    pointer-events: none;
    z-index: 0;
    animation: doodleDrift 12s ease-in-out infinite;
}

.tc-child-doodle svg {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes doodleDrift {
    0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); }
    50% { transform: translateY(-8px) rotate(calc(var(--r, 0deg) + 3deg)); }
}


