.mobile-confirm-overlay{z-index:11010;background:#1a1a1a6b;position:fixed;top:0;bottom:0;left:0;right:0}.mobile-confirm-content{z-index:11011;box-sizing:border-box;color:#1a1a1a;overflow-wrap:anywhere;background:#fff;border:1px solid #e5e2db;border-radius:12px;width:min(460px,100vw - 32px);max-height:calc(100dvh - 32px);padding:24px;font-family:Inter,sans-serif;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}.mobile-confirm-content h2{margin:0 0 12px;font-size:21px}.mobile-confirm-content p{color:#4f4b44;font-size:14px;line-height:1.6}.mobile-confirm-actions{justify-content:end;gap:12px;margin-top:20px;display:flex}.mobile-confirm-actions button{color:#1a1a1a;min-height:44px;font:inherit;cursor:pointer;background:#fff;border:1px solid #e5e2db;border-radius:8px;padding:10px 16px}.mobile-confirm-actions button:last-child{color:#fff;background:#1a1a1a}.mobile-confirm-actions button:disabled{opacity:.5}@media (max-width:768px),(max-width:1024px) and (max-height:500px){.mobile-confirm-content{width:100%;max-height:calc(100dvh - 16px);padding:20px 16px calc(16px + env(safe-area-inset-bottom));border-radius:12px 12px 0 0;top:auto;bottom:0;left:0;transform:none}}
