.reservation-history-popup{position:fixed;z-index:9999;background:linear-gradient(135deg,#1f2937,#111827);border:1px solid #374151;border-radius:12px;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0000001a;max-width:350px;max-height:400px;overflow-y:auto;color:#fff;font-size:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;transform:translateY(-10px);opacity:0}.reservation-history-popup:before{content:"";position:absolute;width:0;height:0;border:8px solid transparent}.reservation-history-popup.arrow-bottom:before{bottom:-16px;left:50%;transform:translate(-50%);border-top-color:#374151}.reservation-history-popup.arrow-bottom:after{content:"";position:absolute;bottom:-14px;left:50%;transform:translate(-50%);width:0;height:0;border:6px solid transparent;border-top-color:#1f2937}.reservation-history-popup.arrow-top:before{top:-16px;left:50%;transform:translate(-50%);border-bottom-color:#374151}.reservation-history-popup.arrow-top:after{content:"";position:absolute;top:-14px;left:50%;transform:translate(-50%);width:0;height:0;border:6px solid transparent;border-bottom-color:#1f2937}.reservation-history-popup.arrow-left:before{left:-16px;top:50%;transform:translateY(-50%);border-right-color:#374151}.reservation-history-popup.arrow-left:after{content:"";position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:0;height:0;border:6px solid transparent;border-right-color:#1f2937}.reservation-history-popup.arrow-right:before{right:-16px;top:50%;transform:translateY(-50%);border-left-color:#374151}.reservation-history-popup.arrow-right:after{content:"";position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:0;height:0;border:6px solid transparent;border-left-color:#1f2937}.reservation-history-popup.show{transform:translateY(0);opacity:1}.reservation-history-popup.error{background:linear-gradient(135deg,#7f1d1d,#450a0a);border:1px solid #dc2626}.reservation-history-popup.error.arrow-bottom:before{border-top-color:#dc2626}.reservation-history-popup.error.arrow-bottom:after{border-top-color:#7f1d1d}.reservation-history-popup.error.arrow-top:before{border-bottom-color:#dc2626}.reservation-history-popup.error.arrow-top:after{border-bottom-color:#7f1d1d}.reservation-history-popup.error.arrow-left:before{border-right-color:#dc2626}.reservation-history-popup.error.arrow-left:after{border-right-color:#7f1d1d}.reservation-history-popup.error.arrow-right:before{border-left-color:#dc2626}.reservation-history-popup.error.arrow-right:after{border-left-color:#7f1d1d}.reservation-history-popup .popup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.reservation-history-popup .popup-title{color:#fff;font-weight:600;display:flex;align-items:center;gap:8px}.reservation-history-popup .close-popup{color:#9ca3af;background:none;border:none;cursor:pointer;transition:color .2s ease}.reservation-history-popup .close-popup:hover{color:#fff}.reservation-list{max-height:256px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#4b5563 #1f2937}.reservation-list::-webkit-scrollbar{width:4px}.reservation-list::-webkit-scrollbar-track{background:#1f2937;border-radius:2px}.reservation-list::-webkit-scrollbar-thumb{background:#4b5563;border-radius:2px}.reservation-list::-webkit-scrollbar-thumb:hover{background:#6b7280}.reservation-item{border-radius:8px;padding:12px;margin-bottom:8px}.reservation-item.highest{background-color:#22c55e33;border:1px solid rgba(34,197,94,.3)}.reservation-item.superseded{background-color:#eab30833;border:1px solid rgba(234,179,8,.3)}.reservation-item .status-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.reservation-item .status-text{font-size:12px;font-weight:500}.reservation-item .status-text.highest{color:#bbf7d0}.reservation-item .status-text.superseded{color:#fef3c7}.reservation-item .type-text{font-size:12px;color:#9ca3af}.reservation-item .price-row{display:flex;align-items:center;justify-content:space-between}.reservation-item .price-amount{font-size:14px;color:#fff;font-weight:600}.reservation-item .date-text{font-size:12px;color:#9ca3af}.popup-loading,.popup-empty,.popup-error{text-align:center;padding:16px}.popup-loading{color:#d1d5db}.popup-empty{color:#9ca3af}.popup-error{color:#fca5a5}.total-count{font-size:12px;color:#9ca3af;margin-bottom:12px}@media (max-width: 768px){.reservation-history-popup{max-width:280px;font-size:13px}.reservation-item{padding:10px}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.reservation-history-popup.animate-in{animation:slideIn .2s ease forwards}.reservation-history-popup.animate-out{animation:slideOut .2s ease forwards}.reservation-history-popup .close-popup:focus{outline:2px solid #60a5fa;outline-offset:2px}.reserve-button{transition:all .2s ease}.reserved-button{background:linear-gradient(to right,#f59e0b,#ea580c)!important}.reserved-button:hover{background:linear-gradient(to right,#d97706,#dc2626)!important;transform:scale(1.05)}.reservation-badge{position:absolute;top:-4px;right:-4px;background:#dc2626;color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:2px solid #1f2937}
