body{background-color:#f5f5f5;font-family:Arial,sans-serif;margin:0 auto!important;max-width:768px;padding:20px;text-align:center}h2{-webkit-text-fill-color:transparent;animation:glow 1.5s linear infinite;background:-webkit-linear-gradient(#ff7e5f,#feb47b);background-clip:text;-webkit-background-clip:text;color:red;font-size:48px;text-shadow:2px 2px 5px rgba(0,0,0,.3)}@keyframes glow{0%{text-shadow:0 0 1px red,0 0 2px red,0 0 3px red,0 0 4px red,0 0 5px red,0 0 6px red,0 0 7px red}to{text-shadow:0 0 2px #ff7e5f,0 0 3px #ff7e5f,0 0 4px #ff7e5f,0 0 5px #ff7e5f,0 0 6px #ff7e5f,0 0 7px #ff7e5f,0 0 8px #ff7e5f}}.van-progress{background-color:#ebeef5;border-radius:5px;margin:20px 0;overflow:hidden;width:100%}.van-progress__inner{background-color:#4caf50;border-radius:5px}.amount-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.amount-item{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;display:flex;flex:0 0 calc(50% - 5px);justify-content:space-between;margin:10px 0;padding:15px;transition:background-color .3s,transform .3s}@media (min-width:678px){.amount-item{flex:0 0 calc(33.333% - 10px)}}.amount-item:hover{background-color:#f0f0f0;transform:scale(1.03)}.amount-item.active{background-color:#e6f7ff}.amount-item i{color:#333;font-size:24px}.amount-item .fa-ticket{-webkit-text-fill-color:transparent;animation:spin 1s linear infinite;background:-webkit-linear-gradient(#ff7e5f,#feb47b);background-clip:text;-webkit-background-clip:text;color:red;font-size:24px;margin-right:10px;text-shadow:2px 2px 5px rgba(0,0,0,.3)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(5deg)}}.amount-item .fa-jpy{color:#f56c6c;font-size:18px}.fa{display:inline-block;vertical-align:middle}.fa-2x{font-size:2em}@media (max-width:600px){.amount-item{align-items:flex-start;flex-direction:column}.amount-item i{font-size:24px;margin-bottom:5px}.amount-item .fa-jpy{font-size:16px;padding-top:.456rem}}.van-cell-group--inset{margin:0!important}