/* MarketPays Horse Exchange — warstwa bazowa, do dalszego dopracowania */
.mphe-card{background:#fff;border:1px solid #e7ebf0;border-radius:14px;padding:22px;margin:16px 0;box-shadow:0 8px 25px rgba(20,45,80,.05)}
.mphe-form h3,.mphe-card h3{margin-top:0;color:#0b1f3a}.mphe-grid{display:grid;gap:16px}.mphe-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mphe-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.mphe-form label,.mphe-filter label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600;color:#334155}.mphe-form input,.mphe-form select,.mphe-form textarea,.mphe-filter input,.mphe-filter select{width:100%;border:1px solid #d7dee8;border-radius:9px;padding:11px 12px;background:#fff;min-height:44px}
.mphe-btn{display:inline-flex;align-items:center;justify-content:center;background:#1267e8;color:#fff!important;border:0;border-radius:9px;padding:12px 18px;font-weight:700;cursor:pointer;text-decoration:none}.mphe-btn:hover{background:#0d56c2}.mphe-btn-sm{padding:8px 12px;font-size:12px}
.mphe-check{flex-direction:row!important;align-items:center}.mphe-check input{width:auto!important;min-height:0!important}
.mphe-split{display:grid;grid-template-columns:1fr 1.35fr;gap:18px}.mphe-tabs{display:flex;gap:8px;margin-bottom:12px}.mphe-tabs a{padding:10px 16px;border-radius:10px;text-decoration:none;background:#eef3f8;color:#36506d;font-weight:700}.mphe-tabs a.active{background:#102d4f;color:#fff}
.mphe-filter{display:grid;grid-template-columns:1fr 1fr 180px auto;gap:12px;align-items:end}.mphe-table-wrap{overflow:auto;border-radius:12px;border:1px solid #e4e9ef;background:#fff}.mphe-table{width:100%;border-collapse:collapse;min-width:920px}.mphe-table th{background:#eaf0f5;color:#41566f;text-align:left;font-size:12px;padding:12px;border-bottom:1px solid #dfe6ed}.mphe-table td{padding:13px 12px;border-bottom:1px solid #edf1f4;font-size:13px;vertical-align:top}.mphe-table tbody tr:hover{background:#f9fbfd}.mphe-table small{display:block;color:#7b8797;margin-top:4px}.mphe-link{color:#1267e8;font-weight:700;cursor:pointer}.mphe-details{min-width:280px;padding:12px 0}.mphe-mini-form{display:grid;gap:8px}.mphe-mini-form input,.mphe-mini-form select,.mphe-mini-form textarea{border:1px solid #dbe2ea;border-radius:7px;padding:8px}
.mphe-badge{display:inline-block;background:#e9f9ef;color:#14833b;border:1px solid #bce9ca;border-radius:20px;padding:3px 8px;font-size:11px;font-weight:700;white-space:nowrap}.mphe-muted{color:#7a8797}.mphe-notice{padding:12px 15px;border-radius:9px;margin:12px 0;font-weight:600}.mphe-success{background:#eaf9ef;color:#16743a}.mphe-error{background:#fff0f0;color:#a02f2f}
.mphe-list>div,.mphe-job-box{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #edf1f4}.mphe-list span,.mphe-job-box span{display:block;color:#6d7b8d;font-size:13px}.mphe-job-box{display:block}.mphe-bids{margin-top:12px;padding:12px;background:#f8fafc;border-radius:9px}.mphe-bid{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #e9eef4;padding:8px 0}
@media(max-width:900px){.mphe-grid-2,.mphe-grid-3,.mphe-split,.mphe-filter{grid-template-columns:1fr}.mphe-card{padding:16px}.mphe-filter .mphe-btn{width:100%}}
