
.farm-vm-wrap{font-family:Arial,Helvetica,sans-serif;background:#fff;border:1px solid #ece7f2;border-radius:18px;padding:24px;box-shadow:0 10px 30px rgba(70,30,90,.08);max-width:1200px;margin:25px auto;color:#2c2432}
.farm-vm-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}
.farm-vm-head h2{margin:3px 0 0;font-size:28px;color:#5a2675}
.farm-vm-kicker{font-size:12px;font-weight:700;letter-spacing:.16em;color:#a87931}
.farm-vm-live{font-size:13px;background:#f6f0f8;padding:8px 12px;border-radius:999px;color:#5a2675;font-weight:700}
.farm-vm-live i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#2ea44f;margin-right:6px}
.farm-vm-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:18px}
.farm-vm-card{background:linear-gradient(180deg,#faf7fc,#fff);border:1px solid #ece3f1;border-radius:14px;padding:16px;text-align:center}
.farm-vm-card strong{display:block;font-size:26px;color:#5a2675}
.farm-vm-card span{font-size:12px;color:#6e6373}
.farm-vm-map{height:460px;border-radius:16px;overflow:hidden;border:1px solid #e8e1eb;margin-bottom:18px}
.farm-vm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.farm-vm-panel{border:1px solid #eee7f2;border-radius:14px;padding:16px;background:#fff}
.farm-vm-panel h3{margin:0 0 10px;color:#5a2675;font-size:16px}
.farm-vm-row{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px solid #f2edf4;font-size:13px}
.farm-vm-row:last-child{border-bottom:0}
.farm-vm-row b{color:#5a2675}
.farm-vm-note{margin-top:16px;font-size:12px;color:#776d7a;text-align:center}
.farm-vm-admin{max-width:1250px}
@media(max-width:980px){.farm-vm-cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.farm-vm-wrap{padding:15px}.farm-vm-head{align-items:flex-start;flex-direction:column}.farm-vm-cards{grid-template-columns:repeat(2,1fr)}.farm-vm-grid{grid-template-columns:1fr}.farm-vm-map{height:360px}}

/* Front-end minimal v1.1.0 */
.farm-vm-front-minimal{padding:16px}
.farm-vm-front-minimal .farm-vm-cards-minimal{grid-template-columns:repeat(3,1fr);max-width:620px;margin:0 auto 14px}
.farm-vm-front-minimal .farm-vm-map{margin-bottom:8px}
.farm-vm-front-minimal .farm-vm-note{margin-top:8px}
@media(max-width:680px){.farm-vm-front-minimal .farm-vm-cards-minimal{grid-template-columns:repeat(3,1fr);gap:8px}.farm-vm-front-minimal .farm-vm-card{padding:10px 6px}.farm-vm-front-minimal .farm-vm-card strong{font-size:20px}.farm-vm-front-minimal .farm-vm-card span{font-size:10px}}

/* FARM Visitor Map v1.2.0 - front-end compact */
.farm-vm-front-minimal .farm-vm-head{margin-bottom:14px}
.farm-vm-front-minimal .farm-vm-head h2{display:block}
.farm-vm-front-minimal .farm-vm-cards{grid-template-columns:repeat(2,minmax(120px,1fr));max-width:420px}
.farm-vm-front-minimal .farm-vm-map{margin-top:14px}
@media(max-width:680px){
  .farm-vm-front-minimal .farm-vm-cards{grid-template-columns:repeat(2,1fr);max-width:none}
}
