.booking-history-page{position:relative;width:402px;min-height:0;background:#0b0b0f;display:flex;flex-direction:column;gap:18px;padding:18px}.bh-card{width:100%;border-radius:16px;background:linear-gradient(180deg,#161718,#202122);box-shadow:0 10px 20px #00000040;border:1.5px solid transparent;overflow:hidden;flex-shrink:0;transition:border-color .2s}.bh-card--latest{border-color:transparent}.bh-card-inner{display:flex;align-items:flex-start;padding:16px 16px 0;gap:14px}.bh-card-img{width:112px;height:112px;border-radius:8px;object-fit:cover;flex-shrink:0}.bh-card-info{flex:1;min-width:0;padding-top:8px}.bh-card-game-name{color:#f5f5f7;font-size:20px;font-family:Helvetica;font-weight:700;margin-bottom:6px;word-wrap:break-word}.bh-card-meta{color:#f5f5f7bf;font-size:10px;font-family:Helvetica;font-weight:400;line-height:1.8;word-wrap:break-word}.bh-card-divider{width:calc(100% - 32px);margin:14px 16px 0;height:0;border:none;outline:1px rgba(245,245,247,.5) solid;outline-offset:-.5px}.bh-card-footer{padding:10px 16px 16px;text-align:center}.bh-card-view-btn{display:inline-block;color:#1f80ff;font-size:16px;font-family:Helvetica;font-weight:300;text-decoration:underline;text-underline-offset:2px;background:none;border:none;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent}.bh-card-view-btn:hover{color:#5ca8ff}.bh-card-view-btn:active{opacity:.7}.bh-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;text-align:center}.bh-empty-icon{font-size:48px;opacity:.3}.bh-empty-text{color:#f5f5f773;font-size:16px;font-family:Helvetica;font-weight:400;line-height:1.5}@media(max-width:402px){.booking-history-page{width:100%}}.bh-tabs{display:flex;gap:6px;margin-block-end:14px;padding:4px;border:1px solid var(--nc-border, #343a43);border-radius:999px;background:#ffffff08}.bh-tab{flex:1 1 0;display:inline-flex;gap:5px;align-items:center;justify-content:center;min-height:38px;padding:0 10px;border:0;border-radius:999px;background:transparent;color:var(--nc-text-muted, #9aa2ad);font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:background-color .18s ease,color .18s ease}.bh-tab:hover,.bh-tab:focus-visible{color:var(--nc-text, #f5f7fa)}.bh-tab.is-active{background:var(--nc-brand, #1476d4);color:#fff}.bh-tab__count:empty{display:none}.bh-tab__count{min-width:18px;padding:1px 5px;border-radius:999px;background:#ffffff29;font-size:11px;font-weight:800}.bh-tab.is-active .bh-tab__count{background:#00000038}.bh-loading,.bh-offline-notice{margin:0 0 12px;color:var(--nc-text-muted, #9aa2ad);font-size:13px;text-align:center}.bh-offline-notice{padding:8px 12px;border:1px solid rgba(255,193,7,.35);border-radius:10px;background:#ffc10714;color:#ffc861}@media(max-width:380px){.bh-tab{font-size:12px;padding:0 6px}}
