.kuf-wallet-panel{border-color:rgba(215,176,91,.38);background:linear-gradient(145deg,#fff,#fcfaf4)}
.kuf-wallet-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1.4rem;border-bottom:1px solid var(--line)}
.kuf-wallet-heading h2{margin:.3rem 0 .2rem;font-size:clamp(1.7rem,4vw,2.7rem);letter-spacing:-.04em}
.kuf-wallet-heading p{margin:0;max-width:760px}
.kuf-wallet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding-top:1.3rem}
.kuf-wallet-card{display:flex;flex-direction:column;min-height:270px;padding:1.25rem;border:1px solid rgba(255,255,255,.18);border-radius:1.2rem;background:radial-gradient(circle at 88% 8%,rgba(215,176,91,.62),transparent 30%),linear-gradient(140deg,#0b2d25,#176047 75%);color:#fff;box-shadow:0 16px 38px rgba(16,55,47,.18)}
.kuf-wallet-card--ticket{background:radial-gradient(circle at 88% 8%,rgba(215,176,91,.55),transparent 30%),linear-gradient(140deg,#142f28,#234f40 75%)}
.kuf-wallet-card.is-checked{background:radial-gradient(circle at 88% 8%,rgba(215,176,91,.38),transparent 30%),linear-gradient(140deg,#273e38,#47675d 75%)}
.kuf-wallet-card.is-revoked{background:linear-gradient(140deg,#4d4545,#6c5d5d 75%);filter:saturate(.55)}
.kuf-wallet-card__top{display:flex;justify-content:space-between;align-items:center;gap:.7rem}
.kuf-wallet-card__badge,.kuf-wallet-card__sent,.kuf-wallet-card__state{font-size:.66rem;font-weight:900;letter-spacing:.08em}
.kuf-wallet-card__badge{padding:.42rem .6rem;border:1px solid rgba(255,255,255,.35);border-radius:999px}
.kuf-wallet-card__sent{color:#dff8e9}.kuf-wallet-card__state{padding:.38rem .55rem;border-radius:999px;background:#ffffff1f}
.kuf-wallet-card__state.is-active{color:#dff8e9}.kuf-wallet-card__state.is-checked{color:#fff0bd}.kuf-wallet-card__state.is-revoked{color:#ffd9d9}
.kuf-wallet-card h3{margin:1.35rem 0 .9rem;font-size:clamp(1.45rem,3vw,2rem);letter-spacing:-.035em}
.kuf-wallet-card__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0 0 1.2rem}
.kuf-wallet-card__facts div{min-width:0;padding:.7rem;border:1px solid rgba(255,255,255,.16);border-radius:.75rem;background:rgba(255,255,255,.07)}
.kuf-wallet-card__facts dt{color:rgba(255,255,255,.66);font-size:.62rem;font-weight:850;text-transform:uppercase}
.kuf-wallet-card__facts dd{margin:.22rem 0 0;font-size:.78rem;font-weight:800;overflow-wrap:anywhere}
.kuf-wallet-card__action{display:block;margin-top:auto;padding:.8rem 1rem;border-radius:999px;background:#fff;color:#10372f;font-weight:900;text-align:center;text-decoration:none}
.kuf-wallet-card__action:hover{transform:translateY(-1px)}.kuf-wallet-card__action.is-disabled{background:#ffffff29;color:#fff;cursor:not-allowed}
.kuf-wallet-card__checked-at{display:block;margin-top:.65rem;color:#ffffffbc;text-align:center}
.kuf-wallet-empty{margin-top:1.3rem;padding:1.15rem;border:1px dashed var(--line);border-radius:1rem;background:#fff}.kuf-wallet-empty strong{display:block;margin-bottom:.3rem}.kuf-wallet-empty p{margin:0}
@media(max-width:820px){.kuf-wallet-grid{grid-template-columns:1fr}}@media(max-width:560px){.kuf-wallet-heading{flex-direction:column}.kuf-wallet-card__facts{grid-template-columns:1fr}}
