.gpm-wrap { font-family: inherit; max-width: 100%; }

.gpm-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}
.gpm-stat {
    background: #f5f7fb;
    border: 1px solid #e5e9f2;
    border-radius: 10px;
    padding: 16px;
    text-align: left;
}
.gpm-stat-num { display: block; font-size: 26px; font-weight: 700; color: #1a1f36; }
.gpm-stat-label { display: block; font-size: 13px; color: #6b7280; margin-top: 2px; }

.gpm-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}
.gpm-filters input, .gpm-filters select {
    padding: 9px 12px;
    border: 1px solid #d7dbe3;
    border-radius: 8px;
    font-size: 14px;
    min-width: 130px;
}
.gpm-btn {
    background: #4338ca;
    color: #fff;
    border: none;
    padding: 9px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}
.gpm-btn:hover { background: #3730a3; }

.gpm-table-wrap { overflow-x: auto; border: 1px solid #e5e9f2; border-radius: 10px; }
.gpm-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.gpm-table thead th {
    background: #f9fafc;
    text-align: left;
    padding: 12px 14px;
    font-weight: 600;
    color: #374151;
    border-bottom: 1px solid #e5e9f2;
    white-space: nowrap;
}
.gpm-table tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #f0f2f7;
    vertical-align: middle;
    white-space: nowrap;
}
.gpm-site { white-space: normal !important; min-width: 200px; }
.gpm-niche { font-size: 12px; color: #6b7280; margin-top: 2px; }
.gpm-price { font-weight: 700; color: #111827; }

.gpm-buy {
    display: inline-block;
    background: #4338ca;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 7px;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
}
.gpm-buy:hover { background: #3730a3; }
.gpm-buy-quote { background: #6b7280; }
.gpm-buy-quote:hover { background: #4b5563; }
