.toast,.toast *{font-family:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:300!important}.toast{z-index:10000;opacity:0;pointer-events:none;background:#111;border-radius:8px;align-items:center;gap:12px;min-width:300px;max-width:400px;padding:12px 16px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:10px;right:20px;transform:translate(120%)}.toast--show{opacity:1;pointer-events:all;transform:translate(0)}.toast--hiding{opacity:0;pointer-events:none;transform:translate(120%)}.toast__body-wrapper{flex:1;align-items:center;display:flex}.toast__body{flex:1}.toast__text{color:#fff;letter-spacing:.03em;margin:0;font-size:14px;line-height:1.4;font-weight:300!important}.typography-caption-m{font-size:14px;font-weight:500;line-height:1.4}.watermark-toast__subscribe-btn{color:#fff;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;font-size:14px;line-height:inherit;background:0 0;border:none;border-bottom:1px solid #fff6;padding:0 0 1px;text-decoration:none;transition:border-color .2s;font-weight:300!important;font-family:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,sans-serif!important}.watermark-toast__subscribe-btn:hover{border-color:#ffffffe6}.toast__close-btn{align-items:center;display:flex}.btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .2s;display:inline-flex}.btn--small{width:32px;height:32px}.btn--icon-tertiary-inverse{background:0 0}.btn--icon-tertiary-inverse:hover{background:#ffffff1a}.btn--icon-tertiary-inverse:active{background:#fff3}.btn__inner{justify-content:center;align-items:center;display:flex}.typography-label-s{font-size:12px;font-weight:600}.svg-icon{fill:currentColor;display:block}.btn__icon{color:#fff}@media (max-width:768px){.toast{min-width:auto;max-width:none;top:10px;left:10px;right:10px}}.export-toast{flex-direction:column;align-items:stretch;gap:0;padding:14px 16px}.export-toast__content{flex-direction:column;gap:10px;width:100%;display:flex}.export-toast__header{align-items:center;gap:10px;display:flex}.export-toast__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.export-toast__close-btn{cursor:pointer;color:#fff9;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;padding:0;transition:background .2s,color .2s;display:flex}.export-toast__close-btn:hover{color:#fff;background:#ffffff1a}.export-toast__progress-container{width:100%;padding-top:2px}.export-toast__progress-bar{background:#fff3;border-radius:2px;width:100%;height:3px;overflow:hidden}.export-toast__progress-fill{background:#fff;border-radius:2px;width:0%;height:100%;animation:3s ease-out forwards export-progress-fill}@keyframes export-progress-fill{0%{width:0%}20%{width:25%}50%{width:50%}70%{width:70%}85%{width:85%}95%{width:92%}to{width:95%}}.export-toast__progress-fill--complete{transition:width .3s ease-out;animation:none;width:100%!important}.export-toast__retry{padding-top:4px}.export-toast__retry-text{color:#fff9;font-size:12px;font-weight:300!important}.export-toast__retry-link{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;text-decoration:underline;transition:opacity .2s;font-weight:400!important}.export-toast__retry-link:hover{opacity:.8}
