.wcuk-tm {
    position: fixed;
    bottom: 12px;
    left: 12px;
    z-index: 9998;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #475569;
    border: none;
    border-radius: 20px;
    padding: 6px 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #cbd5e1;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    user-select: none;
    white-space: nowrap;
}

.wcuk-tm__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    flex-shrink: 0;
}

.wcuk-tm__dot--green { background: #34d399; }
.wcuk-tm__dot--red { background: #f87171; }
.wcuk-tm__dot--amber { background: #fbbf24; }

.wcuk-tm__label {
    font-weight: 500;
    color: #fff;
}

.wcuk-tm__ago {
    color: #94a3b8;
    font-size: 11px;
}

.wcuk-tm__sep {
    width: 1px;
    height: 14px;
    background: #64748b;
    flex-shrink: 0;
}

.wcuk-tm__wake {
    padding: 3px 10px;
    border: 1px solid #64748b;
    border-radius: 12px;
    background: transparent;
    color: #e2e8f0;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
    line-height: 1;
}

.wcuk-tm__wake:hover {
    background: #546478;
    border-color: #94a3b8;
}

.wcuk-tm__wake:disabled {
    opacity: 0.4;
    cursor: default;
}

.wcuk-tm__wake:disabled:hover {
    background: transparent;
    border-color: #64748b;
}
