.cda-layout {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.cda-card {
    background: #ffffff;
    border: 1px solid #d7dee5;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(10, 36, 61, 0.05);
    padding: 24px;
}

.cda-honeypot {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.cda-card h2,
.cda-card h3 {
    margin-top: 0;
    color: #102a43;
}

.cda-form {
    display: grid;
    gap: 12px;
}

.cda-form label {
    color: #243b53;
    font-weight: 600;
}

.cda-form input,
.cda-form select,
.cda-form textarea,
.cda-form button {
    font: inherit;
}

.cda-form input,
.cda-form select,
.cda-form textarea {
    border: 1px solid #bcccdc;
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
}

.cda-form textarea {
    min-height: 120px;
    resize: vertical;
}

.cda-form button {
    background: #0b6e4f;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    padding: 12px 16px;
}

.cda-form button:hover {
    background: #09563e;
}

.cda-checkbox {
    align-items: flex-start;
    display: flex;
    gap: 10px;
}

.cda-checkbox input {
    margin-top: 4px;
    width: auto;
}

.cda-alert {
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 14px 16px;
}

.cda-alert-success {
    background: #effcf6;
    border: 1px solid #98f5c1;
    color: #0b6e4f;
}

.cda-alert-error {
    background: #fff4f4;
    border: 1px solid #f5b5b5;
    color: #9b1c1c;
}

.cda-alert-info {
    background: #f3f8ff;
    border: 1px solid #bfd3f2;
    color: #1f3a5f;
}

.cda-thread {
    margin-top: 24px;
}

.cda-message {
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    margin-top: 14px;
    padding: 14px 16px;
}

.cda-message header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.cda-message-reporter {
    background: #f8fbff;
}

.cda-message-staff {
    background: #f3fff9;
}

.cda-report-status {
    background: #f7fafc;
    border-radius: 10px;
    margin-top: 24px;
    padding: 16px;
}

.cda-form-compact {
    margin-top: 16px;
}

.cda-help {
    color: #486581;
    font-size: 0.95rem;
    margin: 4px 0 0;
}

.cda-logout-form {
    margin-top: 14px;
}

.cda-link-button {
    background: transparent;
    border: 0;
    color: #0b6e4f;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}
