.wkt-typing-test {
    max-width: 900px;
    margin: 30px auto;
    padding: 22px;
    background: linear-gradient(135deg, #081124 0%, #071027 100%);
    border-radius: 12px;
    color: #e6f3ff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.wkt-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.wkt-times .wkt-time {
    margin-right: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: transparent;
    color: #bfe9ff;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: 0.25s;
}

.wkt-times .wkt-time.active {
    box-shadow: 0 0 18px rgba(94,255,233,0.2);
    border-color: rgba(94,255,233,0.45);
}

.wkt-passagedisplay {
    min-height: 120px;
    padding: 16px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 17px;
}

.wkt-input {
    width: 100%;
    height: 160px;
    padding: 16px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.06);
    color: #e6f3ff;
    font-size: 16px;
}

.wkt-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    font-size: 15px;
}

.wkt-support {
    background: transparent;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.06);
    text-decoration: none;
    color: #bfe9ff;
    transition: 0.25s;
}

.wkt-support:hover {
    border-color: rgba(94,255,233,0.4);
    box-shadow: 0 0 12px rgba(94,255,233,0.25);
}

.wkt-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(2,6,23,0.6);
    z-index: 99999;
}

.wkt-modal-inner {
    background: #071029;
    padding: 22px;
    border-radius: 12px;
    min-width: 300px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    text-align: center;
}

#wktRetry {
    margin-top: 14px;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    background: transparent;
    color: #bfe9ff;
}
#wktRetry:hover {
    border-color: rgba(94,255,233,0.45);
}
