.cks-ai-wrap {
    max-width: 760px;
    margin: 48px auto;
    padding: 0 18px;
}

.cks-ai-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 32px;
}

.cks-ai-card h1 {
    margin-top: 0;
}

.cks-ai-form {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.cks-ai-form label {
    font-weight: 700;
}

.cks-ai-form input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #8c8f94;
    border-radius: 6px;
    padding: 10px 12px;
    font: inherit;
}

.cks-ai-button,
.cks-ai-result-link {
    display: inline-block;
    border: 0;
    border-radius: 6px;
    padding: 13px 20px;
    font: inherit;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.cks-ai-button {
    background: #2271b1;
    color: #fff;
    margin-top: 8px;
}

.cks-ai-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.cks-ai-status,
.cks-ai-result {
    margin-top: 20px;
    border-radius: 6px;
    padding: 14px 16px;
}

.cks-ai-status.is-working {
    background: #f0f6fc;
    border: 1px solid #72aee6;
}

.cks-ai-status.is-success {
    background: #edfaef;
    border: 1px solid #00a32a;
}

.cks-ai-status.is-error {
    background: #fcf0f1;
    border: 1px solid #d63638;
}

.cks-ai-result {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
}

.cks-ai-result h2 {
    margin-top: 0;
}

.cks-ai-result-link {
    background: #1d2327;
    color: #fff;
    margin: 0 10px 8px 0;
}

@media (max-width: 600px) {
    .cks-ai-card {
        padding: 22px;
    }
}

.cks-ai-form select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    background: #fff;
}

.cks-version-badge{margin:-10px 0 20px;color:#666;font-size:14px;background:#f6f7f7;padding:8px 12px;border-left:4px solid #2271b1;border-radius:4px;}
