.adcombo-pro-form {
    max-width: 500px;
    margin: 20px 0;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Stacked Layout (Default) */
.adcombo-layout-stacked .form-group {
    margin-bottom: 20px;
}

/* Inline Layout */
.adcombo-layout-inline {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-end;
}

.adcombo-layout-inline .form-group {
    flex: 1;
    min-width: 200px;
    margin-bottom: 0;
}

.adcombo-pro-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.adcombo-pro-form input[type="text"],
.adcombo-pro-form input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.adcombo-pro-form input[type="text"]:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.adcombo-pro-form .button {
    width: 100%;
    padding: 14px;
    background-color: #007cba;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

.adcombo-pro-form .button:hover {
    background-color: #006ba1;
}

.adcombo-pro-form .button:active {
    transform: scale(0.98);
}

/* Status Check Styles */
.adcombo-status-container {
    max-width: 600px;
    margin: 30px auto;
    font-family: 'Inter', -apple-system, sans-serif;
}

.adcombo-status-search {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

.adcombo-status-search h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #2c3e50;
}

.adcombo-input-group {
    display: flex;
    gap: 10px;
}

.adcombo-input-group input {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #edf2f7;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

.adcombo-input-group input:focus {
    border-color: #007cba;
}

.adcombo-status-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.status-header {
    padding: 20px 25px;
    background: #f8fafc;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-header h4 {
    margin: 0;
    font-size: 18px;
    color: #2d3748;
}

.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-body {
    padding: 25px;
}

.status-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #edf2f7;
}

.status-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.status-row span {
    color: #718096;
    font-size: 14px;
}

.status-row strong {
    color: #1a202c;
    font-size: 15px;
}

.adcombo-error {
    background: #fff5f5;
    color: #c53030;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

/* Global Report Styles */
.adcombo-global-report {
    max-width: 1000px;
    margin: 40px auto;
    font-family: 'Inter', sans-serif;
}

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.total-revenue-pill {
    background: #0073aa;
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.total-revenue-pill .label { font-size: 11px; text-transform: uppercase; opacity: 0.8; }
.total-revenue-pill .amount { font-size: 24px; font-weight: bold; }

.report-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.offer-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
}

.card-title h4 { margin: 0; font-size: 18px; color: #1e293b; }
.offer-id { font-size: 12px; color: #94a3b8; }

.card-metrics {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.metric { text-align: center; }
.metric .val { display: block; font-size: 20px; font-weight: bold; color: #0f172a; }
.metric .lbl { font-size: 11px; color: #64748b; text-transform: uppercase; }

.revenue-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.progress-bar {
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-fill { height: 100%; transition: width 0.6s ease; }
.offer-stat-card small { color: #64748b; font-size: 12px; }
