.monochrome-toast-container{bottom:calc(var(--dock-height,80px) + 20px);z-index:10000;pointer-events:none;flex-direction:column-reverse;align-items:center;gap:10px;width:90vw;max-width:440px;display:flex;position:fixed;left:50%;transform:translate(-50%)}.monochrome-toast-item{box-sizing:border-box;-webkit-backdrop-filter:blur(20px);color:#fff;pointer-events:auto;background:#121212f0;border:1px solid #ffffff29;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;animation:.2s cubic-bezier(.16,1,.3,1) toastPopIn;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000073,0 0 0 1px #ffffff0f}@keyframes toastPopIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.monochrome-toast-main{justify-content:space-between;align-items:center;gap:12px;display:flex}.monochrome-toast-label-group{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.monochrome-toast-message{color:#f5f5f5;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-size:.92rem;font-weight:600;overflow:hidden}.monochrome-toast-countdown{color:#a0a0a0;font-variant-numeric:tabular-nums;background:#ffffff14;border:1px solid #ffffff1f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:24px;height:20px;padding:1px 6px;font-size:.78rem;font-weight:700;display:inline-flex}.monochrome-toast-undo-btn{color:#111;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #fff;border-radius:8px;flex-shrink:0;padding:7px 16px;font-family:inherit;font-size:.88rem;font-weight:700;transition:background-color .15s,transform .1s,color .15s;box-shadow:0 2px 8px #0003}.monochrome-toast-undo-btn:hover{background:#e2e2e2;border-color:#e2e2e2}.monochrome-toast-undo-btn:active{background:#ccc;transform:scale(.96)}.monochrome-toast-close-btn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .15s,background-color .15s;display:flex}.monochrome-toast-close-btn:hover{color:#fff;background:#ffffff1a}.monochrome-toast-icon{flex-shrink:0}.monochrome-toast-icon--error{color:#f87171}.monochrome-toast-icon--success{color:#4ade80}.monochrome-toast-icon--info{color:#94a3b8}.monochrome-toast-progress-track{background:#ffffff1a;width:100%;height:2.5px;position:absolute;bottom:0;left:0;overflow:hidden}.monochrome-toast-progress-bar{transform-origin:0;background:#ffffffd9;width:100%;height:100%;animation-name:toastProgressShrink;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes toastProgressShrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width:480px){.monochrome-toast-container{width:calc(100vw - 32px);bottom:calc(var(--dock-height,80px) + 16px)}.monochrome-toast-item{padding:10px 14px}.monochrome-toast-message{font-size:.86rem}.monochrome-toast-undo-btn{padding:6px 14px;font-size:.82rem}}.custom-confirm-overlay{-webkit-backdrop-filter:blur(12px);z-index:99999;background-color:#000000c7;justify-content:center;align-items:center;padding:20px;animation:.2s cubic-bezier(.16,1,.3,1) confirmFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes confirmFadeIn{0%{opacity:0}to{opacity:1}}.custom-confirm-modal{background:#121417;border:1px solid #ffffff29;border-radius:18px;width:100%;max-width:420px;padding:24px;animation:.22s cubic-bezier(.16,1,.3,1) confirmScaleIn;box-shadow:0 24px 48px #000000d9,0 0 0 1px #ffffff0f}@keyframes confirmScaleIn{0%{opacity:0;transform:scale(.95)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.custom-confirm-title{color:#fff;letter-spacing:-.01em;margin:0 0 10px;font-size:19px;font-weight:700}.custom-confirm-message{color:#9ba1a6;margin:0 0 20px;font-size:14.5px;line-height:1.5}.custom-confirm-input{box-sizing:border-box;color:#fff;resize:vertical;background:#1c1f24;border:1px solid #ffffff29;border-radius:10px;outline:none;width:100%;margin-bottom:20px;padding:12px;font-family:inherit;font-size:14.5px;transition:border-color .15s}.custom-confirm-input:focus{border-color:#1d9bf0}.custom-confirm-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.custom-confirm-btn{cursor:pointer;border:none;border-radius:9999px;padding:9px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:all .15s}.custom-confirm-btn--cancel{color:#e7e9ea;background:#ffffff14}.custom-confirm-btn--cancel:hover{background:#ffffff26}.custom-confirm-btn--primary{color:#0f1419;background:#eff3f4}.custom-confirm-btn--primary:hover{background:#d7dbdc}.custom-confirm-btn--danger{color:#fff;background:#f4212e}.custom-confirm-btn--danger:hover{background:#dc1e29}
