.vyxio-catalog{font-family:inherit}.vyxio-search{display:flex;gap:8px;margin:0 0 20px}.vyxio-search input{flex:1;padding:10px;border:1px solid #ddd;border-radius:6px}.vyxio-search button,.vyxio-button,.vyxio-cashback-access{background:#ee4d2d;color:#fff;border:0;border-radius:6px;padding:10px 16px;text-decoration:none;cursor:pointer}.vyxio-cashback-access{display:inline-block;text-align:center}.vyxio-cashback-active{background:#fff1ed;color:#ee4d2d}.vyxio-reset{border:1px solid #ee4d2d;color:#ee4d2d;border-radius:6px;padding:10px 16px;text-decoration:none}.vyxio-reset:hover{background:#fff1ed}.vyxio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}.vyxio-card{border:1px solid #eee;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.vyxio-image{display:block;aspect-ratio:1;background:#f5f5f5}.vyxio-image img{width:100%;height:100%;object-fit:cover}.vyxio-card-body{padding:14px}.vyxio-card h3{font-size:15px;line-height:1.35;margin:7px 0;height:41px;overflow:hidden}.vyxio-shop,.vyxio-card small{color:#666;font-size:12px}.vyxio-card p{margin:8px 0;font-size:13px}.vyxio-button{display:block;text-align:center;margin-top:12px}.vyxio-empty{color:#666}@media(max-width:520px){.vyxio-search{flex-wrap:wrap}.vyxio-search input{flex-basis:100%}}
.vyxio-wallet { display: grid; gap: 18px; }
.vyxio-wallet-balances { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vyxio-wallet-balances > div:nth-child(3) { display: none; }
.vyxio-wallet-balances > div, .vyxio-wallet-withdrawal, .vyxio-wallet-statement { background: #fff; border: 1px solid #ddd; border-radius: 12px; padding: 16px; }
.vyxio-wallet-balances small { display: block; color: #666; margin-bottom: 6px; }
.vyxio-wallet-balances strong { font-size: 26px; }
.vyxio-wallet-withdrawal form { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.vyxio-wallet-withdrawal input { min-width: 180px; padding: 10px; border: 1px solid #ccc; border-radius: 8px; }
.vyxio-wallet-withdrawal button { padding: 10px 16px; border: 0; border-radius: 8px; background: #ff5a31; color: #fff; cursor: pointer; }
.vyxio-wallet-success { color: #18783c; font-weight: 600; }
.vyxio-wallet-statement { overflow-x: auto; }
.vyxio-wallet-statement table { width: 100%; border-collapse: collapse; min-width: 680px; }
.vyxio-wallet-statement th, .vyxio-wallet-statement td { padding: 10px; border-bottom: 1px solid #eee; text-align: left; }
.vyxio-wallet-statement th:nth-child(3), .vyxio-wallet-statement td:nth-child(3) { min-width: 90px; }
.vyxio-wallet-statement th:nth-child(4), .vyxio-wallet-statement td:nth-child(4) { width: 120px; min-width: 120px; white-space: nowrap; }
.vyxio-wallet-statement th:nth-child(5), .vyxio-wallet-statement td:nth-child(5) { min-width: 115px; white-space: nowrap; }
.vyxio-wallet-statement .positive { color: #18783c; }
.vyxio-wallet-statement .negative { color: #c0392b; }
@media (max-width: 700px) { .vyxio-wallet-balances { grid-template-columns: 1fr; } }
