.ak-outreach-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.ak-outreach-container h1 {
    text-align: center;
    margin-bottom: 30px;
}

.ak-outreach-stats {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.ak-stat-card {
    flex: 1;
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.ak-stat-value {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #0066cc;
}

.ak-stat-label {
    color: #666;
}

.ak-outreach-form-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.ak-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.ak-form-group {
    flex: 1;
}

.ak-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.ak-form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
}

.ak-method-selector {
    margin-bottom: 20px;
}

.ak-method-selector label {
    margin-right: 20px;
}

.ak-outreach-submit {
    width: 100%;
    padding: 15px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
}

.ak-outreach-submit:hover {
    background: #0055aa;
}

#ak-outreach-result {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
}

#ak-outreach-result.success {
    background: #d4edda;
    color: #155724;
}

#ak-outreach-result.error {
    background: #f8d7da;
    color: #721c24;
}

.ak-outreach-history {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.ak-history-table {
    width: 100%;
    border-collapse: collapse;
}

.ak-history-table th,
.ak-history-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}
