.ui-toast-viewport{z-index:99999;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;top:8px;left:50%;transform:translate(-50%)}.di-toast{pointer-events:all;background:#000;border-radius:44px;width:330px;max-width:calc(100vw - 20px);font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,sans-serif;animation:.42s cubic-bezier(.34,1.56,.64,1) both di-expand;position:relative;overflow:hidden;box-shadow:0 0 0 1.5px #ffffff1a,0 24px 56px -16px #000000b3,0 8px 20px -8px #0000008c}.di-notch{justify-content:center;align-items:center;height:24px;display:flex}.di-notch__pill{background:#1c1c1e;border:1px solid #ffffff2e;border-radius:10px;width:88px;height:16px;box-shadow:inset 0 1px #ffffff0f}.di-body{align-items:center;gap:14px;padding:12px 18px 16px;display:flex}.di-avatar{color:#ffffffbf;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border:1.5px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex;overflow:hidden}.di-avatar--success{border-color:#10b98180;box-shadow:0 0 12px #10b98140}.di-avatar--danger{border-color:#f43f5e80;box-shadow:0 0 12px #f43f5e40}.di-avatar--default{border-color:#22d3ee66;box-shadow:0 0 12px #22d3ee33}.di-text{flex:1;min-width:0;position:relative}.di-title{letter-spacing:-.02em;color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:22px;font-weight:700;line-height:1.2;overflow:hidden}.di-subtitle{color:#ffffff8c;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:16px;font-weight:400;overflow:hidden}.di-info-btn{color:#ffffff8c;cursor:pointer;background:0 0;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-style:normal;font-weight:700;line-height:1;transition:border-color .15s,color .15s;display:flex;position:absolute;top:0;right:0}.di-info-btn:hover{color:#fff;border-color:#ffffff8c}.di-simple{align-items:center;gap:12px;padding:10px 16px 16px;display:flex}.di-icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:relative}.di-icon-wrap--default{color:#22d3ee;background:#22d3ee26}.di-icon-wrap--success{color:#10b981;background:#10b98126}.di-icon-wrap--danger{color:#f43f5e;background:#f43f5e26}.di-simple-title{color:#fff;flex:1;margin:0;font-size:14px;font-weight:600}.di-close-btn{color:#ffffff80;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s,color .15s;display:flex}.di-close-btn:hover{color:#fff;background:#ffffff24}.di-sep{background:#ffffff14;height:1px;margin:0 16px}.di-actions{justify-content:space-between;align-items:center;gap:8px;padding:14px 20px 18px;display:flex}.di-btn{cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .15s,filter .15s,background .15s;display:flex}.di-btn:active{transform:scale(.92)}.di-btn--default{color:#ffffffd9;background:#2c2c2e}.di-btn--default:hover{filter:brightness(1.25)}.di-btn--active{color:#1c1c1e;background:#d1d1d1}.di-btn--active:hover{filter:brightness(.9)}.di-btn--danger{color:#fff;background:#ff453a;width:60px;height:60px;box-shadow:0 6px 20px #ff453a80}.di-btn--danger:hover{filter:brightness(1.12);box-shadow:0 8px 24px #ff453aa6}.di-progress-ring{pointer-events:none;z-index:2;width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.di-progress-ring__track{fill:none;stroke:#ffffff12;stroke-width:2px}.di-progress-ring__arc{fill:none;stroke-width:2px;stroke-linecap:round;transform-origin:50%;stroke-dasharray:119;stroke-dashoffset:0;animation:4s linear forwards ring-drain;transform:rotate(-90deg)}.di-progress-ring__arc--default{stroke:#22d3ee}.di-progress-ring__arc--success{stroke:#10b981}.di-progress-ring__arc--danger{stroke:#f43f5e}@keyframes ring-drain{0%{stroke-dashoffset:0}to{stroke-dashoffset:119px}}@keyframes di-expand{0%{opacity:0;border-radius:100px;transform:scaleX(.28)scaleY(.42)}65%{opacity:1;transform:scaleX(1.015)scaleY(1.01)}to{opacity:1;border-radius:44px;transform:scaleX(1)scaleY(1)}}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}
