/* Avari Homeschool Hub v1.3.1 — real coin photos + smoother money interactions */
.v131-money .money-head{align-items:flex-start}
.v131-source{margin:18px 0 4px;text-align:center;font-size:12px;color:#6e7d77}
.v131-coin-piece{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:160px}
.v131-coin-pair{display:flex;align-items:center;justify-content:center;gap:10px}
.v131-coin-pair img{width:118px;height:118px;object-fit:contain;border-radius:50%;background:#fff;filter:drop-shadow(0 8px 10px rgba(38,47,44,.16));user-select:none;-webkit-user-drag:none}
.v131-cent-value{font-weight:950;font-size:18px;color:#163a2d;background:#ecf8ef;border:1px solid #b9dfc4;border-radius:999px;padding:6px 12px;white-space:nowrap}
.v131-coin-piece.compact{min-width:0;gap:5px}
.v131-coin-piece.compact .v131-coin-pair{gap:5px}
.v131-coin-piece.compact .v131-coin-pair img{width:68px;height:68px}
.v131-coin-piece.compact .v131-cent-value{font-size:14px;padding:4px 9px}
.v131-bill{width:220px;height:105px;border-radius:12px;border:4px double #66846a;background:linear-gradient(145deg,#eef7e9,#dbead7);display:flex;align-items:center;justify-content:center;gap:14px;box-shadow:0 8px 16px rgba(38,47,44,.12)}
.v131-bill>span{font-size:52px;font-weight:950;color:#365f43}.v131-bill>small{font-weight:900;color:#365f43}.v131-bill>b{font-size:18px;color:#234a30}
.v131-bill.compact{width:150px;height:74px}.v131-bill.compact>span{font-size:34px}
.v131-explorer{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))!important}
.v131-explorer .money-learn-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}
.v131-question-coin{display:flex;justify-content:center;margin:14px auto 22px}
.v131-question-coin .v131-coin-pair img{width:145px;height:145px}
.v131-count-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px!important;align-items:start;justify-items:center}
.v131-sort-board{display:grid;grid-template-columns:minmax(0,1fr);gap:22px}
.v131-sort-coins{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;min-height:155px;padding:16px;border-radius:22px;background:#fffdf7;border:2px dashed #d8c7a1}
.v131-sort-piece,.v131-bank-button,.v131-selected-piece{border:0;background:transparent;padding:7px;border-radius:18px;cursor:pointer;touch-action:manipulation}
.v131-sort-piece:hover,.v131-sort-piece.selected,.v131-bank-button:hover,.v131-selected-piece:hover{background:#eaf7ee;box-shadow:0 0 0 3px #8fd1a6 inset;transform:translateY(-2px)}
.v131-sort-piece{transition:transform .16s ease,background .16s ease,box-shadow .16s ease}
.v131-trays{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px!important}
.v131-tray{min-height:230px!important;display:flex!important;flex-direction:column;align-items:center;gap:10px;padding:14px!important;background:linear-gradient(180deg,#f4fbf5,#e6f3e8)!important;border:2px solid #b4d9bc!important}
.v131-tray-example{opacity:.82;pointer-events:none}
.v131-tray-example .v131-cent-value{display:none}
.v131-bin-items{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;width:100%;min-height:60px;padding-top:8px;border-top:1px dashed #aac9b1}
.v131-bin-items .v131-sort-piece{padding:2px}
.v131-bin-items .v131-coin-piece.compact .v131-coin-pair img{width:52px;height:52px}
.v131-bin-items .v131-cent-value{font-size:12px;padding:2px 6px}
.v131-bank{display:flex!important;flex-wrap:wrap;justify-content:center;gap:12px!important}
.v131-selected{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;min-height:98px;align-items:center}
.v131-selected .v131-coin-piece.compact .v131-coin-pair img{width:56px;height:56px}
.v131-selected .v131-cent-value{font-size:12px;padding:2px 7px}
.v131-money .money-choice{min-height:72px;font-size:21px}
.v131-money .money-message{min-height:30px}
@media(max-width:760px){
  .v131-coin-pair img{width:96px;height:96px}.v131-question-coin .v131-coin-pair img{width:118px;height:118px}
  .v131-count-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v131-trays{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .v131-tray{min-height:200px!important}.v131-coin-piece.compact .v131-coin-pair img{width:58px;height:58px}
}
@media(max-width:480px){
  .v131-coin-pair{gap:5px}.v131-coin-pair img{width:78px;height:78px}.v131-question-coin .v131-coin-pair img{width:96px;height:96px}
  .v131-trays{grid-template-columns:1fr 1fr!important}.v131-tray{min-width:0;padding:8px!important}
  .v131-tray-example .v131-coin-piece.compact .v131-coin-pair img{width:48px;height:48px}
}
