.yb-price-modal-overlay{position:fixed;inset:0;z-index:1200;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:24px 16px}.yb-price-modal{width:min(100%,420px);max-height:min(70vh,520px);background:var(--yb-surface);border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #0000002e}.yb-price-modal__head{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 14px;border-bottom:1px solid var(--yb-border)}.yb-price-modal__head h2{font-size:18px;font-weight:700;margin:0}.yb-price-modal__close{width:32px;height:32px;border:none;background:var(--yb-bg);border-radius:50%;font-size:22px;line-height:1;color:var(--yb-text-muted);cursor:pointer}.yb-price-modal__body{padding:16px 20px 24px;overflow-y:auto;max-height:calc(min(70vh,520px) - 64px)}.yb-price-modal__row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;font-size:14px;color:var(--yb-text-secondary)}.yb-price-modal__row--discount{color:#e74c3c}.yb-price-modal__row--total{margin-top:8px;padding-top:14px;border-top:1px solid var(--yb-border);font-weight:700;color:var(--yb-text)}.yb-price-modal__total{font-size:18px;color:var(--yb-primary)}.yb-price-modal__empty{text-align:center;color:var(--yb-text-muted);font-size:14px;padding:32px 0}.price-modal-fade-enter-active,.price-modal-fade-leave-active{transition:opacity .2s ease}.price-modal-fade-enter-active .yb-price-modal,.price-modal-fade-leave-active .yb-price-modal{transition:transform .22s var(--yb-ease,ease),opacity .22s ease}.price-modal-fade-enter-from,.price-modal-fade-leave-to{opacity:0}.price-modal-fade-enter-from .yb-price-modal,.price-modal-fade-leave-to .yb-price-modal{opacity:0;transform:scale(.96) translateY(8px)}
