.kiosk-cart-conflict-sheet-overlay{position:fixed;inset:0;z-index:10050;display:flex;align-items:flex-end;justify-content:center;background:rgba(15,23,42,.45)}.kiosk-cart-conflict-sheet{position:relative;width:100%;max-width:var(--kiosk-width,1080px);max-height:calc(var(--kiosk-viewport-height, 1920px) * .52);min-height:min(calc(var(--kiosk-viewport-height, 1920px) * .22),420px);padding:.75rem 1.75rem calc(1.75rem + env(safe-area-inset-bottom, 0px));border-radius:1.5rem 1.5rem 0 0;background:#fff;box-shadow:0 -16px 48px rgba(60,20,100,.16);display:flex;flex-direction:column;gap:1rem}.kiosk-cart-conflict-sheet__handle{width:3rem;height:.35rem;margin:.25rem auto .5rem;border-radius:999px;background:var(--line,#e2e8f0)}.kiosk-cart-conflict-sheet__close{position:absolute;top:1rem;right:1.25rem;border:0;background:transparent;color:var(--ink-3,#64748b);cursor:pointer;padding:.5rem}.kiosk-cart-conflict-sheet__title{margin:0;padding-right:2.5rem;font-family:var(--font-display);font-size:1.625rem;font-weight:800;line-height:1.2;color:var(--ink,#0f172a)}.kiosk-cart-conflict-sheet__body{margin:0;font-size:1.0625rem;line-height:1.5;color:var(--ink-2,#475569)}.kiosk-cart-conflict-sheet__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:.5rem}.kiosk-cart-conflict-sheet__btn{width:100%;min-height:6rem;padding:1rem 1.5rem;border:0;border-radius:999px;font-family:var(--font-display);font-size:1.25rem;font-weight:800;line-height:1.25;cursor:pointer}.kiosk-cart-conflict-sheet__btn--primary{background:var(--purple,#6e1cc4);color:#fff;box-shadow:0 8px 20px rgba(60,20,100,.2)}.kiosk-cart-conflict-sheet__btn--secondary{background:#fff;color:var(--purple,#6e1cc4);border:2px solid var(--line,#e2e8f0)}.kiosk-cart-conflict-sheet__btn--destructive{background:#fff;color:#b91c1c;border:2px solid #fecaca}.kiosk-cart-conflict-sheet__btn:active{transform:scale(.99)}