#ux-toast-container{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:1000000;display:flex;flex-direction:column-reverse;align-items:center;gap:8px;pointer-events:none;width:min(92vw,560px)}.ux-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:10px;width:100%;padding:12px 14px;border-radius:10px;font-size:.84rem;font-weight:500;line-height:1.45;color:#fff;background:#334155;box-shadow:0 8px 24px rgba(15,23,42,.28);opacity:0;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}.ux-toast-in{opacity:1;transform:translateY(0)}.ux-toast-out{opacity:0;transform:translateY(8px)}.ux-toast-success{background:#059669;box-shadow:0 8px 24px rgba(5,150,105,.3)}.ux-toast-error{background:#dc2626;box-shadow:0 8px 24px rgba(220,38,38,.32)}.ux-toast-warn{background:#d97706;box-shadow:0 8px 24px rgba(217,119,6,.3)}.ux-toast-info{background:#2563eb;box-shadow:0 8px 24px rgba(37,99,235,.3)}.ux-toast-icon{flex:0 0 auto;font-weight:700;line-height:1.45}.ux-toast-body{flex:1 1 auto;min-width:0}.ux-toast-text{word-break:break-word}.ux-toast-detail{margin-top:3px;font-size:.76rem;font-weight:400;opacity:.85;word-break:break-word}.ux-toast-action{flex:0 0 auto;align-self:center;padding:5px 11px;border:1px solid rgba(255,255,255,.55);border-radius:6px;background:rgba(255,255,255,.14);color:#fff;font-size:.78rem;font-weight:600;cursor:pointer}.ux-toast-action:hover{background:rgba(255,255,255,.26)}.ux-toast-close{flex:0 0 auto;align-self:flex-start;width:20px;height:20px;padding:0;border:none;background:0 0;color:rgba(255,255,255,.75);font-size:1.05rem;line-height:1;cursor:pointer}.ux-toast-close:hover{color:#fff}.ux-busy{position:relative;cursor:progress!important;opacity:.85}.ux-busy .ux-busy-spinner{display:inline-block;width:12px;height:12px;margin-right:6px;vertical-align:-1px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:ux-spin .7s linear infinite}@keyframes ux-spin{to{transform:rotate(360deg)}}.ux-save-status{font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:6px}.ux-save-pending{color:#64748b}.ux-save-saving{color:#2563eb}.ux-save-saved{color:#16a34a}.ux-save-error{color:#dc2626}.ux-save-retry{padding:2px 8px;border:1px solid currentColor;border-radius:5px;background:0 0;color:inherit;font-size:.72rem;font-weight:600;cursor:pointer}@media (max-width:640px){#ux-toast-container{bottom:16px;width:94vw}.ux-toast{font-size:.8rem}}.deal-card-opening{position:relative;cursor:progress}.deal-card-opening::after{content:'';position:absolute;top:12px;right:12px;width:16px;height:16px;border:2px solid var(--primary,#2563eb);border-top-color:transparent;border-radius:50%;animation:ux-spin .7s linear infinite;z-index:5}.deal-card-opening::before{content:'';position:absolute;inset:0;background:rgba(255,255,255,.35);border-radius:inherit;z-index:4}.ux-choice-overlay{position:fixed;inset:0;background:rgba(15,23,42,.5);display:flex;align-items:center;justify-content:center;z-index:1000001;padding:16px}.ux-choice-box{background:var(--bg-card,#fff);color:var(--text-primary,#1e293b);border-radius:14px;padding:24px;min-width:min(360px,92vw);max-width:min(480px,92vw);box-shadow:0 24px 64px rgba(15,23,42,.28)}.ux-choice-msg{margin:0 0 18px;font-size:.95rem;line-height:1.55;white-space:pre-line}.ux-choice-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.ux-choice-btn{padding:9px 18px;border:1px solid var(--border-color,#e2e8f0);border-radius:8px;background:var(--bg-secondary,#f8fafc);color:var(--text-primary,#1e293b);font-size:.88rem;font-weight:600;cursor:pointer}.ux-choice-btn:hover{background:var(--bg-tertiary,#f1f5f9)}.ux-choice-btn-primary{border:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.ux-choice-btn-primary:hover{filter:brightness(1.06)}.ux-choice-btn-cancel{color:var(--text-muted,#64748b)}