*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.6;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;line-height:1.4;color:#000000e0;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ol,ul{list-style:none}:root{--color-primary: #1677ff;--color-primary-hover: #4096ff;--color-primary-active: #0958d9;--color-success: #52c41a;--color-warning: #faad14;--color-error: #ff4d4f;--color-info: #1677ff;--color-text: rgba(0, 0, 0, .88);--color-text-secondary: rgba(0, 0, 0, .65);--color-text-tertiary: rgba(0, 0, 0, .45);--color-border: #d9d9d9;--color-border-secondary: #f0f0f0;--color-bg-container: #fff;--color-bg-layout: #f5f5f5;--color-bg-elevated: #fff;--border-radius: 6px;--font-size: 13px;--font-size-sm: 11px;--font-size-lg: 14px;--line-height: 1.6;--box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 1px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px 0 rgba(0, 0, 0, .02)}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;pointer-events:none;width:340px}.toast-item{position:relative;display:flex;align-items:flex-start;gap:12px;padding:14px 14px 18px;border-radius:12px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:1.5;color:#1f2937;box-shadow:0 4px 6px -1px #00000014,0 10px 30px -5px #0000001f;border-left:4px solid transparent;pointer-events:auto;cursor:default;animation:toastSlideIn .35s cubic-bezier(.21,1.02,.73,1) forwards;overflow:hidden;word-break:break-word}.toast-item.toast-exit{animation:toastSlideOut .25s ease-in forwards}.toast-success{background:#f0fdf4;border-left-color:#16a34a}.toast-error{background:#fef2f2;border-left-color:#dc2626}.toast-info{background:#eff6ff;border-left-color:#2563eb}.toast-warning{background:#fffbeb;border-left-color:#d97706}.toast-loading{background:#f8fafc;border-left-color:#475569}.toast-icon-wrap{flex-shrink:0;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center}.toast-success .toast-icon-wrap{background:#dcfce7}.toast-error .toast-icon-wrap{background:#fee2e2}.toast-info .toast-icon-wrap{background:#dbeafe}.toast-warning .toast-icon-wrap{background:#fef3c7}.toast-loading .toast-icon-wrap{background:#e2e8f0}.toast-icon{display:flex;align-items:center;justify-content:center;line-height:0}.toast-icon svg{width:18px;height:18px}.toast-success .toast-icon{color:#16a34a}.toast-error .toast-icon{color:#dc2626}.toast-info .toast-icon{color:#2563eb}.toast-warning .toast-icon{color:#d97706}.toast-loading .toast-icon{color:#475569}.toast-body{flex:1;min-width:0;padding-top:4px}.toast-title{display:block;font-size:15px;font-weight:600;line-height:1.45}.toast-description{display:block;margin-top:2px;color:#4b5563;font-size:13px;font-weight:500;line-height:1.45}.toast-close{flex-shrink:0;width:26px;height:26px;margin-top:4px;border:none;background:transparent;cursor:pointer;color:#9ca3af;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:6px;padding:0;transition:color .15s,background-color .15s}.toast-close:hover{color:#374151;background-color:#00000012}.toast-progress{position:absolute;bottom:0;left:0;height:3px;animation:toastProgress var(--toast-duration, 3s) linear forwards}.toast-success .toast-progress{background:#16a34a}.toast-error .toast-progress{background:#dc2626}.toast-info .toast-progress{background:#2563eb}.toast-warning .toast-progress{background:#d97706}.toast-loading .toast-progress{background:#475569}.toast-progress-hidden{display:none}@keyframes toastProgress{0%{width:100%}to{width:0%}}@keyframes toastSlideIn{0%{opacity:0;transform:translate(calc(100% + 20px))}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(calc(100% + 20px))}}.slow-connection-popup{position:fixed;left:50%;bottom:20px;transform:translate(-50%);z-index:2000;max-width:min(92vw,560px);padding:12px 16px;border-radius:10px;border:1px solid #facc15;background:#fffbeb;color:#7c2d12;font-size:14px;font-weight:600;line-height:1.4;text-align:center;box-shadow:0 8px 24px #0000001f}
