:root {
    --wkclr-bg: #ffffff;
    --wkclr-bg-soft: #f3f7ff;
    --wkclr-text: #0f172a;
    --wkclr-muted: #667085;
    --wkclr-border: #dbe6f4;
    --wkclr-primary: #246bfe;
    --wkclr-primary-2: #00b8d9;
    --wkclr-shadow: 0 10px 28px rgba(15, 23, 42, .07);
    --wkclr-radius: 14px;
}

body.wkt-mode-dark,
body[data-wkt-theme="dark"] {
    --wkclr-bg: #111827;
    --wkclr-bg-soft: #172137;
    --wkclr-text: #eef4ff;
    --wkclr-muted: #a7b1c7;
    --wkclr-border: #26354f;
    --wkclr-primary: #5b8cff;
    --wkclr-primary-2: #22d3ee;
    --wkclr-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.wkclr-auto-group,
.wkclr-auto-group * {
    box-sizing: border-box;
}

.wkclr-auto-group {
    direction: rtl;
    display: flex;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    margin: 12px auto;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--wkclr-text);
    background: linear-gradient(180deg, var(--wkclr-bg), var(--wkclr-bg-soft));
    border: 1px solid var(--wkclr-border);
    border-radius: var(--wkclr-radius);
    box-shadow: var(--wkclr-shadow);
    text-align: center;
    overflow: visible;
}

.wkclr-auto-head {
    margin: 0 0 7px;
    padding: 0;
}

.wkclr-auto-copy {
    display: flex;
    min-width: 0;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.wkclr-auto-group h3 {
    margin: 0;
    padding: 0;
    color: var(--wkclr-text);
    font-size: clamp(15px, 1.45vw, 18px);
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -.02em;
}

.wkclr-auto-group p {
    max-width: 440px;
    margin: 0 auto;
    padding: 0;
    color: var(--wkclr-muted);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
}

.wkclr-auto-action {
    display: flex;
    width: fit-content;
    max-width: 100%;
    min-height: 40px;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
}

.wkclr-auto-trigger,
.wkclr-auto-link {
    font-family: inherit;
    text-decoration: none;
}

.wkclr-auto-trigger {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    width: auto;
    max-width: 100%;
    min-width: 0;
    height: 40px;
    min-height: 40px;
    margin: 0 auto;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--wkclr-primary), var(--wkclr-primary-2));
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 950;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    box-shadow: none;
    transition: transform .18s ease, opacity .18s ease;
}

.wkclr-auto-trigger:hover:not([disabled]) {
    transform: translateY(-1px);
}

.wkclr-auto-trigger[disabled] {
    cursor: wait;
    opacity: .88;
}

.wkclr-auto-trigger-text {
    display: inline-flex;
    height: 40px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: inherit;
    font: inherit;
    line-height: 40px;
    text-align: center;
}

.wkclr-auto-timer[hidden],
.wkclr-auto-panel[hidden],
.wkclr-auto-link[hidden] {
    display: none;
}

.wkclr-auto-timer {
    display: flex;
    width: auto;
    min-width: 46px;
    height: 36px;
    margin: 0 auto;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    color: var(--wkclr-primary);
    background: var(--wkclr-bg);
    border: 1px solid var(--wkclr-border);
    border-radius: 12px;
    box-shadow: none;
}

.wkclr-auto-count {
    display: block;
    color: currentColor;
    font-size: 24px;
    font-weight: 1000;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    letter-spacing: -.04em;
}

.wkclr-auto-panel {
    position: relative;
    align-self: center;
    width: fit-content;
    max-width: 100%;
    margin: 8px auto 0;
    padding-top: 8px;
    overflow: hidden;
    border-top: 1px solid var(--wkclr-border);
}

.wkclr-door {
    position: absolute;
    inset: 8px 0 0;
    z-index: 2;
    display: flex;
    overflow: hidden;
    pointer-events: none;
    border-radius: 12px;
}

.wkclr-door span {
    width: 50%;
    background: var(--wkclr-bg);
    border: 1px solid var(--wkclr-border);
    transition: transform .55s cubic-bezier(.2,.8,.2,1), opacity .35s ease;
}

.wkclr-auto-panel.is-open .wkclr-door span:first-child {
    transform: translateX(-103%);
    opacity: 0;
}

.wkclr-auto-panel.is-open .wkclr-door span:last-child {
    transform: translateX(103%);
    opacity: 0;
}

.wkclr-auto-list {
    position: relative;
    z-index: 1;
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .25s ease .2s, transform .25s ease .2s;
}

.wkclr-auto-panel.is-open .wkclr-auto-list {
    opacity: 1;
    transform: translateY(0);
}

.wkclr-auto-link {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    min-width: 0;
    min-height: 28px;
    padding: 5px 8px;
    flex: 0 1 auto;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: var(--wkclr-text);
    background: var(--wkclr-bg);
    border: 1px solid var(--wkclr-border);
    border-radius: 999px;
    text-align: right;
    white-space: nowrap;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.wkclr-auto-link:hover {
    transform: translateY(-1px);
    border-color: rgba(36, 107, 254, .34);
    background: var(--wkclr-bg-soft);
}

.wkclr-auto-link-text {
    display: inline-flex;
    min-width: 0;
    max-width: calc(100% - 40px);
    margin: 0;
    padding: 0;
    align-items: center;
}

.wkclr-auto-link-label {
    max-width: 170px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: inherit;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wkclr-auto-link-action {
    flex: 0 0 auto;
    padding: 2px 6px;
    color: #fff;
    background: linear-gradient(135deg, var(--wkclr-primary), var(--wkclr-primary-2));
    border-radius: 999px;
    font-size: 8.5px;
    font-weight: 950;
    line-height: 1;
}

.wkclr-secure-gateway-page .wkclr-gateway-ad {
    z-index: 20;
    display: block;
    margin: 12px auto;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

.wkclr-secure-gateway-page .wkclr-gateway-ad .adsbygoogle {
    display: block;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.wkclr-gateway-ad-top,
.wkclr-gateway-ad-bottom {
    width: min(980px, calc(100% - 24px));
    min-height: 90px;
}

.wkclr-gateway-ad-left,
.wkclr-gateway-ad-right {
    position: fixed;
    top: 50%;
    width: 160px;
    min-height: 280px;
    transform: translateY(-50%);
}

.wkclr-gateway-ad-left {
    left: 10px;
}

.wkclr-gateway-ad-right {
    right: 10px;
}

.admin-bar .wkclr-gateway-ad-left,
.admin-bar .wkclr-gateway-ad-right {
    top: calc(50% + 16px);
}

@media (max-width: 1200px) {
    .wkclr-gateway-ad-left,
    .wkclr-gateway-ad-right {
        position: static;
        width: min(728px, calc(100% - 24px));
        min-height: 90px;
        transform: none;
    }
}

@media (max-width: 640px) {
    .wkclr-auto-group {
        width: fit-content;
        max-width: 100%;
        margin: 10px auto;
        padding: 9px;
        border-radius: 13px;
    }

    .wkclr-auto-trigger,
    .wkclr-auto-trigger-text {
        height: 40px;
        min-height: 40px;
        line-height: 40px;
    }

    .wkclr-auto-trigger {
        max-width: 280px;
        padding: 0 14px;
    }

    .wkclr-auto-link-label {
        max-width: 150px;
    }
}
