.app-modal{background:#0009;display:grid;inset:0;padding:18px;place-items:center;position:fixed;z-index:2147483644}.app-modal__dialog{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:16px;box-shadow:0 28px 70px #0f172a47;display:flex;flex-direction:column;gap:18px;max-height:95dvh;outline:none;overflow:hidden;padding:24px;position:relative;width:min(100%,var(--app-modal-width))}.app-modal__close{align-items:center;background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:12px;color:#6b7280;cursor:pointer;display:inline-flex;height:38px;justify-content:center;padding:0;position:absolute;right:12px;top:12px;transition:border-color .18s ease,background-color .18s ease,color .18s ease;width:38px}.app-modal__close:hover{background:#ea55550f;border-color:#ea555547;color:var(--danger-color)}.app-modal__close:focus-visible{outline:3px solid rgba(234,85,85,.28);outline-offset:2px}.app-modal-animation-enter-active{opacity:0;transition-duration:.18s;transition-property:opacity;transition-timing-function:ease-out}.app-modal-animation-enter-active .app-modal__dialog{opacity:0;transform:translateY(12px) scale(.98);transition-duration:.18s;transition-property:opacity,transform;transition-timing-function:ease-out}.app-modal-animation-enter-to{opacity:1}.app-modal-animation-enter-to .app-modal__dialog{opacity:1;transform:translateY(0) scale(1)}.app-modal-animation-leave-active{opacity:1;transition-duration:.16s;transition-property:opacity;transition-timing-function:ease-out}.app-modal-animation-leave-active .app-modal__dialog{opacity:1;transform:translateY(0) scale(1);transition-duration:.16s;transition-property:opacity,transform;transition-timing-function:ease-out}.app-modal-animation-leave-to{opacity:0}.app-modal-animation-leave-to .app-modal__dialog{opacity:0;transform:translateY(8px) scale(.98)}@media(max-width:520px){.app-modal{align-items:end;padding:12px 0 0}.app-modal__dialog{border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:min(90dvh,760px);padding:20px;width:100%}}.already-compressed-file-modal__icon-wrap,.already-compressed-file-modal__secondary,.already-compressed-file-modal__tool-icon-wrap,.already-compressed-file-modal__tool-link{align-items:center;display:inline-flex}.already-compressed-file-modal__icon-wrap{background:#ea55551a;border-radius:16px;color:var(--danger-color);height:52px;justify-content:center;width:52px}.already-compressed-file-modal__icon{height:26px;width:26px}.already-compressed-file-modal__copy{display:flex;flex-direction:column;gap:8px;padding-right:34px}.already-compressed-file-modal__description,.already-compressed-file-modal__title{margin:0}.already-compressed-file-modal__title{color:#111827;font-size:22px;font-weight:800;line-height:1.25}.already-compressed-file-modal__description{color:#4b5563;font-size:15px;line-height:1.55;overflow-wrap:anywhere}.already-compressed-file-modal__tools{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.already-compressed-file-modal__tool-link{background:#fff;border:1px solid #e8ecf3;border-radius:12px;color:inherit;display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr) auto;min-height:72px;padding:12px;text-decoration:none;transition:border-color .18s ease,background-color .18s ease}.already-compressed-file-modal__tool-link:hover{background:#fffaf8;border-color:#ea55553d}.already-compressed-file-modal__tool-icon-wrap{background:#111827;border-radius:12px;color:#fff;height:42px;justify-content:center;width:42px}.already-compressed-file-modal__tool-icon{height:22px;width:22px}.already-compressed-file-modal__tool-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.already-compressed-file-modal__tool-description,.already-compressed-file-modal__tool-title{overflow:hidden;text-overflow:ellipsis}.already-compressed-file-modal__tool-title{color:#111827;font-size:15px;font-weight:800;line-height:1.35;white-space:nowrap}.already-compressed-file-modal__tool-description{color:#6b7280;display:-webkit-box;font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.already-compressed-file-modal__tool-arrow{color:var(--danger-color);height:20px;width:20px}.already-compressed-file-modal__secondary{background:#f9fafb;border:1px solid rgba(17,24,39,.08);border-radius:12px;color:#111827;cursor:pointer;font:inherit;font-size:14px;font-weight:800;justify-content:center;min-height:44px;padding:0 16px;transition:border-color .18s ease,background-color .18s ease}.already-compressed-file-modal__secondary:hover{background:#fff;border-color:#11182724}.already-compressed-file-modal__secondary:focus-visible,.already-compressed-file-modal__tool-link:focus-visible{outline:3px solid rgba(234,85,85,.28);outline-offset:2px}@media(max-width:520px){.already-compressed-file-modal__copy{padding-right:28px}.already-compressed-file-modal__title{font-size:20px}}.UiButton{--ui-button-height:42px;--ui-button-padding:18px;--ui-button-radius:14px;--ui-button-gap:8px;align-items:center;border:1px solid transparent;border-radius:var(--ui-button-radius);color:#111827;cursor:pointer;display:inline-flex;font:inherit;font-size:16px;font-weight:800;gap:var(--ui-button-gap);justify-content:center;line-height:1;min-height:var(--ui-button-height);min-width:0;padding:0 var(--ui-button-padding);text-align:center;text-decoration:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease,filter .18s ease}.UiButton--sm{--ui-button-height:40px;--ui-button-padding:12px;--ui-button-radius:12px;font-size:14px}.UiButton--block{width:100%}.UiButton--icon-only{min-width:var(--ui-button-height);padding:0;width:var(--ui-button-height)}.UiButton--brand{background:linear-gradient(135deg,#fa5352,#d84645);border-color:#ea555524;color:#fff}.UiButton--secondary{background:#fff;border-color:#11182714;color:#111827}.UiButton--neutral{background:#fff;border-color:#eceff4;color:#4b5563}.UiButton--soft-neutral{background:#f4f5f7;border-color:#e7e9ee;color:#4b5563}.UiButton--soft-danger{background:#fff7f7;border-color:#ea555533;color:var(--danger-color)}.UiButton--soft-success{background:#f0fdf4;border-color:#15803d29;color:#166534}.UiButton--danger{background:#fef2f2;border-color:#dc262624;color:#b91c1c}.UiButton--success{background:linear-gradient(135deg,#23b26d,#15803d);border-color:#15803d29;color:#fff}.UiButton--dark{background:#111827;border-color:#11182714;color:#fff}.UiButton--brand-arrow,.UiButton--ghost{background:transparent;border-color:transparent;color:var(--danger-color)}.UiButton--brand-arrow{--ui-button-height:auto;--ui-button-padding:0;--ui-button-radius:0}.UiButton--brand:hover:not(.UiButton--disabled),.UiButton--success:hover:not(.UiButton--disabled){filter:brightness(.94)}.UiButton--secondary:hover:not(.UiButton--disabled){background:#fffaf8;border-color:#ea555538}.UiButton--neutral:hover:not(.UiButton--disabled){background:snow;border-color:#ea555538}.UiButton--soft-neutral:hover:not(.UiButton--disabled){background:#eceef2;border-color:#dce0e7;color:#374151}.UiButton--soft-danger:hover:not(.UiButton--disabled){background:#fff0f0;border-color:#ea55555c}.UiButton--soft-success:hover:not(.UiButton--disabled){background:#dcfce7;border-color:#15803d3d;color:#14532d}.UiButton--danger:hover:not(.UiButton--disabled){background:#fee2e2;border-color:#dc262638}.UiButton--dark:hover:not(.UiButton--disabled){background:#1f2937;border-color:#1118272e}.UiButton--ghost:hover:not(.UiButton--disabled){background:#ea555514}.UiButton--brand-arrow:hover:not(.UiButton--disabled) .UiButton__arrow{transform:translate(2px)}.UiButton--disabled{cursor:not-allowed;opacity:1}.UiButton--brand.UiButton--disabled,.UiButton--success.UiButton--disabled{color:#fff}.UiButton--brand.UiButton--disabled{background:linear-gradient(135deg,#fc9d9d,#eb9695);border-color:#ea55551a}.UiButton--success.UiButton--disabled{background:linear-gradient(135deg,#8edbb4,#72b98b);border-color:#15803d1a}.UiButton--neutral.UiButton--disabled,.UiButton--secondary.UiButton--disabled{background:#f8fafc;border-color:#1118270d;color:#9aa3af}.UiButton--danger.UiButton--disabled,.UiButton--soft-danger.UiButton--disabled{background:#fff0f0;border-color:#ea55551f;color:#ef9b9b}.UiButton--soft-success.UiButton--disabled{background:#eaf8ef;border-color:#15803d1a;color:#73b789}.UiButton--dark.UiButton--disabled{background:#7b828c;border-color:#1118270d;color:#fff}.UiButton--brand-arrow.UiButton--disabled,.UiButton--ghost.UiButton--disabled{background:transparent;border-color:transparent;color:#ea55556b}.UiButton:focus-visible{outline:3px solid rgba(234,85,85,.28);outline-offset:2px}.UiButton__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UiButton--wrap{align-items:center;height:auto;line-height:1.25;min-height:var(--ui-button-height)}.UiButton--wrap,.UiButton--wrap .UiButton__label{white-space:normal}.UiButton__arrow,.UiButton__icon{flex:0 0 auto;height:18px;width:18px}.UiButton__arrow{height:20px;transition:transform .18s ease;width:20px}.UiInput{background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid #d7dce5;border-radius:10px;box-sizing:border-box;color:#111827;font:inherit;font-size:14px;font-weight:500;min-height:42px;outline:none;padding:9px 12px;transition:border-color .18s ease,background-color .18s ease;width:100%}.UiInput--with-icon{padding-left:40px}.UiInput--password{padding-right:44px}.UiInput--with-icon.UiInput--password{padding-left:40px;padding-right:44px}.UiInput:hover:not(:disabled):not(:-moz-read-only):not(:focus){border-color:#ea55553d}.UiInput:hover:not(:disabled):not(:read-only):not(:focus){border-color:#ea55553d}.UiInput:focus,.UiInput:focus-visible{border-color:#ea5555b3}.UiInput:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.UiInput:-moz-read-only{background:#f9fafb}.UiInput:read-only{background:#f9fafb}.UiInputRoot{display:block;position:relative;width:100%}.UiInputRoot__icon{height:18px;left:12px;pointer-events:none;width:18px;z-index:1}.UiInputRoot__icon,.UiInputRoot__toggle{color:#6b7280;position:absolute;top:50%;transform:translateY(-50%)}.UiInputRoot__toggle{align-items:center;background:transparent;border:0;border-radius:8px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;right:8px;transition:background-color .18s ease,color .18s ease;width:32px}.UiInputRoot__toggle:hover:not(:disabled){background:#1118270f;color:#111827}.UiInputRoot__toggle:focus-visible{outline:2px solid rgba(234,85,85,.7);outline-offset:2px}.UiInputRoot__toggle:disabled{color:#cbd5e1;cursor:not-allowed}.UiInputRoot__toggle-icon{height:20px;width:20px}.ui-action-menu{display:inline-flex;position:relative}.ui-action-menu__trigger{background:transparent;border:0;border-radius:7px;color:inherit;cursor:pointer;display:grid;font-size:22px;height:28px;padding:0;place-items:center;width:30px}.ui-action-menu__trigger:hover,.ui-action-menu__trigger[aria-expanded=true]{background:#ffffff1f}.ui-action-menu__trigger:disabled{cursor:wait;opacity:.4}.ui-action-menu__panel{max-width:calc(100vw - 16px);width:-moz-max-content;width:max-content;z-index:2147483646}.ui-action-menu__content{background:#fff;border:1px solid #e5e7eb;border-radius:9px;box-shadow:0 4px 14px #1118271a;color:#202631;padding:3px}.ui-action-menu__item{background:transparent;border:0;border-radius:5px;color:inherit;cursor:pointer;display:block;font:inherit;font-size:12px;line-height:1.4;padding:7px 11px;text-align:left;white-space:nowrap;width:100%}.ui-action-menu__item:focus-visible,.ui-action-menu__item:hover:not(:disabled){background:#f3f4f6}.ui-action-menu__item:disabled{color:#9ca3af;cursor:default}.ui-action-menu__item:focus-visible,.ui-action-menu__trigger:focus-visible{outline:2px solid var(--danger-color);outline-offset:1px}.file-workflow-dock__secondary-detail{color:#aeb7c6;font-size:11px;line-height:1.35;margin:3px 0 0}.file-workflow-dock{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:18px;bottom:max(16px,env(safe-area-inset-bottom));box-shadow:0 12px 36px #0f172a29,0 2px 6px #0f172a0a;color:#202631;position:fixed;right:max(16px,env(safe-area-inset-right));width:min(320px,calc(100vw - 32px));z-index:900}.file-workflow-dock--summary-only{border-color:#fff}.file-workflow-dock--summary-only .file-workflow-dock__frame{border-radius:17px}.file-workflow-dock__live{clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;width:1px}.file-workflow-dock__frame{background:#111827;border-radius:17px 17px 0 0;display:grid;overflow:clip}.file-workflow-dock__visual{color:#fff;grid-area:1/1;min-width:0;padding:12px 14px}.file-workflow-dock__heading{align-items:flex-start;display:flex;gap:9px;padding-right:26px}.file-workflow-dock__identity{display:grid;gap:1px;min-width:0}.file-workflow-dock__identity time{color:#aeb7c7;font-size:11px;line-height:1.4}.file-workflow-dock__heading strong{font-size:16px;font-weight:650;line-height:1.4;min-width:0;overflow-wrap:anywhere}.file-workflow-dock__icon{color:#c0c6d1;display:grid;flex:0 0 20px;font-size:20px;height:22px;place-items:center}.file-workflow-dock__icon--ready{color:#86efac}.file-workflow-dock__icon--active{color:#f59b9b}.file-workflow-dock__icon--active>*{animation:file-workflow-dock-spin .9s linear infinite}@keyframes file-workflow-dock-spin{to{transform:rotate(1turn)}}.file-workflow-dock__icon--connection,.file-workflow-dock__icon--failed,.file-workflow-dock__icon--partial{color:#fcd38d}.file-workflow-dock__detail{color:#c0c6d1;font-size:13px;line-height:1.5;margin:5px 0 0}.file-workflow-dock__track{background:#ffffff24;border-radius:5px;height:5px;margin-top:12px;overflow:hidden}.file-workflow-dock__track>span{background:linear-gradient(90deg,#ea5555,#f59b9b);border-radius:inherit;display:block;height:100%}.file-workflow-dock__footer{align-items:center;display:flex;flex-wrap:wrap;gap:6px;padding:10px}.file-workflow-dock__primary{flex:1;min-width:0}.file-workflow-dock__primary>*{width:100%}.file-workflow-dock__menu{color:#c0c6d1;position:absolute;right:8px;top:8px;z-index:2}.file-workflow-dock__navigation{align-items:center;background:#f3f4f6;border-radius:10px;display:flex;flex:0 0 auto;padding:2px}.file-workflow-dock__navigation span{color:#697180;font-size:11px;font-variant-numeric:tabular-nums;min-width:38px;text-align:center;white-space:nowrap}.file-workflow-dock__navigation button{background:transparent;border:0;border-radius:7px;color:#4b5563;cursor:pointer;display:grid;font-size:20px;height:28px;padding:0;place-items:center;transition:background-color .15s ease;width:28px}.file-workflow-dock__navigation button:hover:not(:disabled){background:#fff}.file-workflow-dock__navigation button:disabled{cursor:default;opacity:.3}.file-workflow-dock button:focus-visible{outline:3px solid #ea555580;outline-offset:2px}.file-workflow-dock-slide-enter-active,.file-workflow-dock-slide-leave-active{transition:opacity .16s ease,transform .2s cubic-bezier(.2,.7,.2,1)}.file-workflow-dock-slide-leave-active{pointer-events:none}.file-workflow-dock-slide-enter-from{opacity:0;transform:translate(var(--dock-shift))}.file-workflow-dock-slide-leave-to{opacity:0;transform:translate(calc(var(--dock-shift)*-1))}@media(prefers-reduced-motion:reduce){.file-workflow-dock__icon--active>*{animation:none}.file-workflow-dock-slide-enter-active,.file-workflow-dock-slide-leave-active,.file-workflow-dock__navigation button{transition:none}.file-workflow-dock-slide-enter-from,.file-workflow-dock-slide-leave-to{transform:none}}.yandex-rtb-ad{box-sizing:border-box;display:block;min-width:0;width:100%}.archive-download-modal{display:flex;flex-direction:column;gap:16px;max-height:calc(95dvh - 48px);min-height:0;overflow:hidden}.archive-download-modal__head{align-items:center;display:grid;gap:14px;grid-template-columns:auto minmax(0,1fr)}.archive-download-modal__download,.archive-download-modal__file-icon-wrap,.archive-download-modal__icon-wrap,.archive-download-modal__secondary{align-items:center;display:inline-flex;justify-content:center}.archive-download-modal__icon-wrap{background:#ea55551a;border-radius:16px;color:var(--danger-color);height:52px;width:52px}.archive-download-modal__icon-wrap--ready{background:#1d9e6f1f;color:#047857}.archive-download-modal__icon{height:28px;width:28px}.archive-download-modal__content,.archive-download-modal__copy,.archive-download-modal__file-copy,.archive-download-modal__file-summary,.archive-download-modal__preparing,.archive-download-modal__section{display:flex;flex-direction:column;min-width:0}.archive-download-modal__copy{gap:8px}.archive-download-modal__description,.archive-download-modal__file-meta,.archive-download-modal__file-name,.archive-download-modal__hint,.archive-download-modal__note,.archive-download-modal__section-title,.archive-download-modal__title{margin:0}.archive-download-modal__title{color:#111827;font-size:22px;font-weight:800;line-height:1.25}.archive-download-modal__description{color:#4b5563;font-size:15px;line-height:1.55}.archive-download-modal__preparing{gap:14px;min-height:218px}.archive-download-modal__file-summary{gap:6px;min-height:68px}.archive-download-modal__hint,.archive-download-modal__note{color:#6b7280;display:-webkit-box;font-size:14px;line-height:1.45;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.archive-download-modal__preparing .archive-download-modal__file-name{display:-webkit-box;height:41px;line-height:1.35;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.archive-download-modal__hint{color:#6b7280;min-height:41px}.archive-download-modal__note{color:#4b5563;-webkit-line-clamp:3;min-height:61px}.archive-download-modal__action-prefix{font-weight:600}.archive-download-modal__action-name{font-weight:900}.archive-download-modal__track{background:#f1f3f6;border-radius:999px;height:28px;overflow:hidden;position:relative;width:100%}.archive-download-modal__fill{animation:archive-download-modal-progress-flow 1.55s ease-in-out infinite;background:linear-gradient(90deg,#df4747,#ea5555 28%,#ff8a65 56%,#f9b36d 72%,#ea5555);background-size:220% 100%;border-radius:inherit;box-shadow:0 10px 22px #ea555538;inset:0 auto 0 0;min-width:8px;overflow:hidden;position:absolute;width:100%}.archive-download-modal__fill:after{background:linear-gradient(180deg,#ffffff57,#ffffff1a 48%,#701a1a1a);content:"";inset:0;position:absolute}.archive-download-modal__track-label{align-items:center;background:#ffffffd1;border-radius:999px;color:#111827;display:inline-flex;font-size:12px;font-weight:900;justify-content:center;line-height:1;min-height:20px;min-width:76px;padding:0 9px;position:absolute;right:6px;top:50%;transform:translateY(-50%);z-index:1}.archive-download-modal__content{gap:16px}.archive-download-modal__list-wrap{display:flex;flex:0 1 auto;flex-direction:column;min-height:0;overflow:hidden;padding-right:14px;position:relative}.archive-download-modal__custom-scrollbar{display:none}.archive-download-modal__list-wrap--scrollable:before{background:#ea555529;border-radius:999px;bottom:2px;content:"";pointer-events:none;position:absolute;right:1px;top:2px;width:8px}.archive-download-modal__list-wrap--scrollable .archive-download-modal__custom-scrollbar{background:var(--danger-color);border-radius:999px;box-shadow:0 0 0 2px #ea555514;display:block;pointer-events:none;position:absolute;right:1px;top:2px;transition:height .12s ease,transform .08s linear;width:8px}.archive-download-modal__list-scroller{flex:0 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-color:var(--danger-color) #f2f4f8;scrollbar-gutter:stable;scrollbar-width:none}.archive-download-modal__list-scroller::-webkit-scrollbar{-webkit-appearance:none;height:0;width:0}.archive-download-modal__list-scroller::-webkit-scrollbar:vertical{width:0}.archive-download-modal__list-scroller::-webkit-scrollbar:horizontal{height:0}.archive-download-modal__section{gap:10px}.archive-download-modal__section-title{color:#111827;font-size:15px;font-weight:800}.archive-download-modal__list{display:grid;gap:8px;grid-template-columns:minmax(0,1fr);list-style:none;margin:0;padding:0}.archive-download-modal__item{align-items:center;background:#fff;border:1px solid #e8ecf3;border-radius:12px;display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr) auto;min-height:68px;padding:12px;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.archive-download-modal__item:hover{background:#fcfdff;border-color:#1118271f;box-shadow:0 10px 22px #1118270f}.archive-download-modal__item--downloaded{background:linear-gradient(180deg,#fff,#f0fdf4b8);border-color:#15803d29}.archive-download-modal__item--skipped{background:#f9fafb}.archive-download-modal__file-icon-wrap{background:#1118270f;border-radius:12px;color:#111827;height:42px;width:42px}.archive-download-modal__file-icon{height:22px;width:22px}.archive-download-modal__file-copy{gap:5px}.archive-download-modal__file-name{color:#111827;font-size:15px;font-weight:800;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archive-download-modal__file-meta{color:#6b7280;font-size:13px;line-height:1.45}.archive-download-modal__download{align-self:center;background:#111827;border-radius:12px;color:#fff;font-size:13px;font-weight:800;gap:7px;min-height:40px;min-width:112px;padding:0 12px;text-decoration:none;transition:background-color .18s ease}.archive-download-modal__download:hover{background:#1f2937}.archive-download-modal__download--done{background:#15803d}.archive-download-modal__download--done:hover{background:#166534}.archive-download-modal__download--skipped,.archive-download-modal__download--skipped:hover{background:#e5e7eb;color:#4b5563;cursor:not-allowed}.archive-download-modal__download-icon{height:18px;width:18px}.archive-download-modal__secondary{background:#f9fafb;border:1px solid rgba(17,24,39,.08);border-radius:12px;color:#111827;cursor:pointer;font:inherit;font-size:14px;font-weight:800;min-height:42px;padding:0 16px}@keyframes archive-download-modal-progress-flow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media(min-width:860px){.archive-download-modal__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.archive-download-modal{gap:14px;max-height:calc(95dvh - 36px)}.archive-download-modal__title{font-size:20px}.archive-download-modal__preparing{min-height:255px}.archive-download-modal__item{gap:8px;grid-template-columns:auto minmax(0,1fr) 40px;min-height:58px;padding:8px}.archive-download-modal__download{border-radius:10px;min-height:40px;min-width:40px;padding:0;width:40px}.archive-download-modal__download span{display:none}}.processed-files-modal{display:flex;flex-direction:column;gap:18px;max-height:calc(95dvh - 48px);min-height:0;overflow:hidden}.processed-files-modal__head{align-items:center;display:grid;gap:14px;grid-template-columns:auto minmax(0,1fr);padding-right:34px}.processed-files-modal__archive,.processed-files-modal__download,.processed-files-modal__file-icon-wrap,.processed-files-modal__icon-wrap,.processed-files-modal__secondary{align-items:center;display:inline-flex;justify-content:center}.processed-files-modal__icon-wrap{background:#15803d1a;border-radius:16px;color:#15803d;flex:0 0 52px;height:52px;max-height:52px;max-width:52px;min-height:52px;min-width:52px;width:52px}.processed-files-modal__icon{height:28px;width:28px}.processed-files-modal__copy{display:flex;flex-direction:column;min-width:0}.processed-files-modal__title{color:#111827;font-size:22px;font-weight:800;line-height:1.25;margin:0}.processed-files-modal__toolbar{align-items:center;display:flex;gap:12px;justify-content:flex-end;min-width:0}.processed-files-modal__archive{align-self:flex-start;background:#111827;border:0;border-radius:10px;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:800;gap:8px;min-height:38px;min-width:164px;padding:0 13px;transition:background-color .18s ease,opacity .18s ease}.processed-files-modal__archive:hover:not(:disabled){background:#1f2937}.processed-files-modal__archive:disabled{cursor:not-allowed;opacity:.58}.processed-files-modal__archive-icon{flex:0 0 20px;height:20px;width:20px}.processed-files-modal__list-wrap{display:flex;flex:0 1 auto;flex-direction:column;min-height:0;overflow:hidden;padding-right:14px;position:relative}.processed-files-modal__custom-scrollbar{display:none}.processed-files-modal__list-wrap--scrollable:before{background:#ea555529;border-radius:999px;bottom:2px;content:"";pointer-events:none;position:absolute;right:1px;top:2px;width:8px}.processed-files-modal__list-wrap--scrollable .processed-files-modal__custom-scrollbar{background:var(--danger-color);border-radius:999px;box-shadow:0 0 0 2px #ea555514;display:block;pointer-events:none;position:absolute;right:1px;top:2px;transition:height .12s ease,transform .08s linear;width:8px}.processed-files-modal__list-scroller{flex:0 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-color:var(--danger-color) #f2f4f8;scrollbar-gutter:stable;scrollbar-width:none}.processed-files-modal__list{align-content:start;display:grid;gap:10px;grid-template-columns:minmax(0,1fr);list-style:none;margin:0;padding:0}.processed-files-modal__list-scroller::-webkit-scrollbar{-webkit-appearance:none;height:0;width:0}.processed-files-modal__list-scroller::-webkit-scrollbar:vertical{width:0}.processed-files-modal__list-scroller::-webkit-scrollbar:horizontal{height:0}.processed-files-modal__item{align-items:center;background:#fff;border:1px solid #e8ecf3;border-radius:12px;display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr) auto;min-height:68px;padding:12px;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.processed-files-modal__item:hover{background:#fcfdff;border-color:#1118271f;box-shadow:0 10px 22px #1118270f}.processed-files-modal__item--downloaded{background:linear-gradient(180deg,#fff,#f0fdf4b8);border-color:#15803d29}.processed-files-modal__file-icon-wrap{background:#1118270f;border-radius:12px;color:#111827;height:42px;width:42px}.processed-files-modal__file-icon{height:22px;width:22px}.processed-files-modal__file-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.processed-files-modal__file-meta,.processed-files-modal__file-name{overflow:hidden;text-overflow:ellipsis}.processed-files-modal__file-name{color:#111827;font-size:15px;font-weight:800;line-height:1.3;white-space:nowrap}.processed-files-modal__file-meta{color:#6b7280;display:-webkit-box;font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.processed-files-modal__download{align-self:center;background:#111827;border-radius:12px;color:#fff;font-size:13px;font-weight:800;gap:7px;min-height:40px;min-width:112px;padding:0 12px;text-decoration:none;transition:background-color .18s ease}.processed-files-modal__download:hover{background:#1f2937}.processed-files-modal__download--done{background:#15803d}.processed-files-modal__download--done:hover{background:#166534}.processed-files-modal__download-icon{height:18px;width:18px}.processed-files-modal__download-icon-wrap{align-items:center;display:inline-flex;flex-shrink:0;height:18px;justify-content:center;width:18px}.processed-files-modal__secondary{background:#f9fafb;border:1px solid rgba(17,24,39,.08);border-radius:12px;color:#111827;cursor:pointer;flex:0 0 auto;font:inherit;font-size:14px;font-weight:800;min-height:42px;padding:0 16px;transition:border-color .18s ease,background-color .18s ease}.processed-files-modal__secondary:hover{background:#fff;border-color:#11182724}.processed-files-modal__archive:focus-visible,.processed-files-modal__download:focus-visible,.processed-files-modal__secondary:focus-visible{outline:3px solid rgba(234,85,85,.28);outline-offset:2px}@media(min-width:860px){.processed-files-modal__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.processed-files-modal{gap:14px;max-height:calc(95dvh - 36px)}.processed-files-modal__head{padding-right:30px}.processed-files-modal__toolbar{align-items:stretch;flex-direction:column;gap:10px}.processed-files-modal__archive{align-self:flex-end;max-width:100%;width:auto}.processed-files-modal__list-scroller{scrollbar-width:none}.processed-files-modal__list-scroller::-webkit-scrollbar{height:0;width:0}.processed-files-modal__item{gap:8px;grid-template-columns:auto minmax(0,1fr) 40px;min-height:58px;padding:8px}.processed-files-modal__download{border-radius:10px;min-height:40px;min-width:40px;padding:0;width:40px}.processed-files-modal__download-label{display:none}}.processing-error-modal__icon-wrap,.processing-error-modal__secondary{align-items:center;display:inline-flex;justify-content:center}.processing-error-modal__icon-wrap{background:#ea55551a;border-radius:16px;color:var(--danger-color);height:52px;width:52px}.processing-error-modal__icon{height:28px;width:28px}.processing-error-modal__copy{display:flex;flex-direction:column;gap:8px;padding-right:34px}.processing-error-modal__description,.processing-error-modal__title{margin:0}.processing-error-modal__title{color:#111827;font-size:22px;font-weight:800;line-height:1.25}.processing-error-modal__description{color:#4b5563;font-size:15px;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}.processing-error-modal__secondary{background:#f9fafb;border:1px solid rgba(17,24,39,.08);border-radius:12px;color:#111827;cursor:pointer;font:inherit;font-size:14px;font-weight:800;min-height:44px;padding:0 16px;transition:border-color .18s ease,background-color .18s ease}.processing-error-modal__secondary:hover{background:#fff;border-color:#11182724}.processing-error-modal__secondary:focus-visible{outline:3px solid rgba(234,85,85,.28);outline-offset:2px}.processing-error-modal--limit{border-radius:24px;gap:14px;padding:28px}.processing-limit-modal__icon{align-self:center;background:#202329;border-radius:50%;color:#fff;display:grid;height:54px;place-items:center;width:54px}.processing-limit-modal__icon svg{height:25px;width:25px}.processing-limit-modal__status{align-self:center;background:#fff2f1;border-radius:999px;color:#bd4545;font-size:11px;font-weight:800;padding:6px 10px}.processing-limit-modal__price,.processing-limit-modal__title{margin:0}.processing-limit-modal__title{color:#171a1f;font-size:clamp(25px,5vw,31px);font-weight:850;letter-spacing:-.035em;line-height:1.12;padding:0 28px;text-align:center}.processing-limit-modal__summary{color:#7f8792;font-size:13px;line-height:1.5;margin:0;text-align:center}.processing-limit-modal__limits{display:grid;gap:2px;padding:2px 0}.processing-limit-modal__labels,.processing-limit-modal__limit-row{align-items:center;display:grid;gap:8px;grid-template-columns:minmax(130px,1fr) 68px 26px 68px}.processing-limit-modal__labels{color:#7f8792;font-size:11px;font-weight:700;padding-bottom:3px}.processing-limit-modal__labels small{text-align:left}.processing-limit-modal__limit-row{color:#3f454e;font-size:13px;min-height:46px}.processing-limit-modal__limit-row+.processing-limit-modal__limit-row{border-top:1px solid #eceef1}.processing-limit-modal__limit-row>span{font-weight:750}.processing-limit-modal__limit-row s,.processing-limit-modal__limit-row strong{font-size:16px;font-weight:850;line-height:1.15;text-align:left;text-decoration:none;white-space:nowrap}.processing-limit-modal__limit-row s{color:#8b929c}.processing-limit-modal__limit-row strong{color:var(--danger-color)}.processing-limit-modal__limit-row>svg{color:#a4abb5;height:18px;width:18px}.processing-limit-modal__price{align-items:baseline;display:flex;gap:9px;justify-content:center}.processing-limit-modal__price strong{color:#171a1f;font-size:29px}.processing-limit-modal__price span{color:#858d98;font-size:12px}.processing-limit-modal__actions{display:grid;gap:10px}.processing-limit-modal__primary,.processing-limit-modal__secondary{align-items:center;border-radius:14px;cursor:pointer;display:inline-flex;font:inherit;font-size:14px;font-weight:850;justify-content:center;line-height:1.2;min-height:46px;padding:0 18px;text-align:center;width:100%}.processing-limit-modal__primary{background:linear-gradient(135deg,#fa5b58,#d84645);border:1px solid rgba(216,70,69,.18);box-shadow:0 8px 20px #d846452e;color:#fff;transition:filter .18s ease,transform .18s ease}.processing-limit-modal__primary:hover{filter:brightness(.95);transform:translateY(-1px)}.processing-limit-modal__secondary{background:#fff;border:1px solid #e6e8ec;color:#343a42}.processing-limit-modal__primary:focus-visible,.processing-limit-modal__secondary:focus-visible{outline:3px solid rgba(234,85,85,.24);outline-offset:2px}@media(max-width:520px){.processing-error-modal--limit{border-radius:24px 24px 0 0;gap:14px;padding:22px 18px}.processing-limit-modal__labels,.processing-limit-modal__limit-row{gap:5px;grid-template-columns:minmax(112px,1fr) 62px 20px 62px}}.processing-control-modal__dialog{border-radius:24px;gap:0;padding:0}.processing-control-modal{display:grid;gap:20px;padding-bottom:22px}.processing-control-modal__layout{display:grid;grid-template-columns:minmax(240px,.85fr) minmax(300px,1.15fr);min-height:292px}.processing-control-modal__visual{background:#111827;border-radius:23px 0 0;color:#fff;display:flex;flex-direction:column;gap:17px;justify-content:center;padding:28px}.processing-control-modal__eyebrow{color:#ffffff80;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.processing-control-modal__progress-value{align-items:flex-end;display:flex;gap:10px}.processing-control-modal__progress-value strong{font-size:clamp(42px,7vw,64px);letter-spacing:-.065em;line-height:.85}.processing-control-modal__progress-value--text strong{font-size:clamp(30px,4vw,42px);letter-spacing:-.045em}.processing-control-modal__progress-value span{color:#ffffff8c;font-size:11px;padding-bottom:4px}.processing-control-modal__track{background:#ffffff24;border-radius:999px;height:9px;overflow:hidden;position:relative}.processing-control-modal__track>span{background:linear-gradient(90deg,#ea5555,#f59b9b);border-radius:inherit;inset:0 auto 0 0;position:absolute;transition:width .22s ease}.processing-control-modal__track--processing>span{animation:processing-control-pulse 1.4s ease-in-out infinite alternate;background:linear-gradient(90deg,#8b5cf6,#c4b5fd)}.processing-control-modal__connection{align-items:center;color:#ffffffa8;display:flex;font-size:11px;gap:7px}.processing-control-modal__connection>span{background:#4ade80;border-radius:50%;box-shadow:0 0 0 4px #4ade801a;flex:0 0 7px;height:7px;width:7px}.processing-control-modal__connection .processing-control-modal__connection-dot--warning{background:#fbbf24;box-shadow:0 0 0 4px #fbbf241f}.processing-control-modal__content{display:flex;flex-direction:column;gap:12px;justify-content:center;min-width:0;padding:28px}.processing-control-modal__status{background:#ea55551a;border-radius:999px;color:#d84242;font-size:11px;font-weight:850;padding:7px 10px;width:-moz-fit-content;width:fit-content}.processing-control-modal__status--error{background:#d977061c;color:#b45309}.processing-control-modal__copy{display:grid;gap:7px}.processing-control-modal__copy h2{color:#111827;font-size:24px;letter-spacing:-.025em;line-height:1.12;margin:0}.processing-control-modal__copy p{color:#667085;font-size:13px;line-height:1.48;margin:0}.processing-control-modal__file{align-items:center;background:#f7f8fa;border-radius:15px;display:flex;gap:11px;margin-top:3px;min-width:0;padding:12px}.processing-control-modal__file-icon{background:#ea555517;border-radius:14px;color:#d84242;display:grid;flex:0 0 44px;height:44px;place-items:center;width:44px}.processing-control-modal__file-icon svg{height:23px;width:23px}.processing-control-modal__file-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.processing-control-modal__file-copy strong{color:#111827;font-size:14px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.processing-control-modal__file-copy span{color:#7b8494;font-size:12px}.processing-control-modal__metrics{display:grid;gap:8px;grid-template-columns:1fr 1fr;margin:0}.processing-control-modal__metrics div{border:1px solid #edf0f4;border-radius:12px;display:grid;gap:3px;padding:10px 12px}.processing-control-modal__metrics dt{color:#8a93a2;font-size:9px;font-weight:800;text-transform:uppercase}.processing-control-modal__metrics dd{color:#111827;font-size:11px;font-weight:800;margin:0}.processing-control-modal__footer{display:grid;gap:14px;padding:0 22px}.processing-control-modal__ad{border-radius:16px;height:120px;max-height:120px;min-height:120px;overflow:hidden;width:100%}.processing-control-modal__actions{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}@keyframes processing-control-pulse{0%{opacity:.58}to{opacity:1}}@media(max-width:700px){.processing-control-modal__dialog{border-radius:20px 20px 0 0;max-height:96dvh}.processing-control-modal{gap:15px;grid-template-rows:minmax(0,1fr) auto;min-height:0;overflow:hidden;padding-bottom:15px}.processing-control-modal__layout{grid-template-columns:1fr;min-height:0;overflow-y:auto;overscroll-behavior:contain}.processing-control-modal__visual{border-radius:19px 19px 0 0;min-height:176px;padding:20px}.processing-control-modal__content{padding:20px}.processing-control-modal__copy h2{font-size:21px}.processing-control-modal__footer{padding:0 15px}}@media(max-width:520px){.processing-control-modal__dialog{max-height:calc(100dvh - 12px)}.processing-control-modal{gap:9px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.processing-control-modal__visual{gap:9px;justify-content:flex-start;min-height:108px;padding:13px 16px}.processing-control-modal__eyebrow{font-size:8px}.processing-control-modal__progress-value{gap:8px}.processing-control-modal__progress-value strong{font-size:36px}.processing-control-modal__progress-value span{font-size:10px;padding-bottom:2px}.processing-control-modal__track{height:7px}.processing-control-modal__connection{font-size:10px;gap:6px}.processing-control-modal__content{gap:8px;padding:12px 16px}.processing-control-modal__status{font-size:9px;padding:5px 8px}.processing-control-modal__copy{gap:4px}.processing-control-modal__copy h2{font-size:18px}.processing-control-modal__copy p{font-size:11px;line-height:1.35}.processing-control-modal__file{border-radius:12px;gap:9px;margin-top:0;padding:8px 10px}.processing-control-modal__file-icon{border-radius:11px;flex-basis:36px;height:36px;width:36px}.processing-control-modal__file-icon svg{height:20px;width:20px}.processing-control-modal__file-copy{gap:2px}.processing-control-modal__file-copy strong{font-size:12px}.processing-control-modal__file-copy span{font-size:10px}.processing-control-modal__metrics{gap:6px}.processing-control-modal__metrics div{border-radius:10px;gap:2px;padding:7px 9px}.processing-control-modal__metrics dt{font-size:8px}.processing-control-modal__metrics dd{font-size:10px}.processing-control-modal__footer{gap:8px;padding:0 10px}.processing-control-modal__actions{grid-template-columns:minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){.processing-control-modal__track>span{transition:none}.processing-control-modal__track--processing>span{animation:none}}.qr-scanner-result-modal{display:flex;flex-direction:column;gap:16px;max-height:calc(95dvh - 48px);min-height:0}.qr-scanner-result-modal__head{align-items:center;display:grid;flex:0 0 auto;gap:14px;grid-template-columns:auto minmax(0,1fr);padding-right:42px}.qr-scanner-result-modal__icon-wrap,.qr-scanner-result-modal__secondary{align-items:center;display:inline-flex;justify-content:center}.qr-scanner-result-modal__icon-wrap{background:#ea55551a;border-radius:16px;color:var(--primary-color);flex:0 0 auto;height:52px;width:52px}.qr-scanner-result-modal__icon{height:28px;width:28px}.qr-scanner-result-modal__copy{display:grid;gap:6px;min-width:0}.qr-scanner-result-modal__description,.qr-scanner-result-modal__result-title,.qr-scanner-result-modal__text,.qr-scanner-result-modal__title{margin:0}.qr-scanner-result-modal__title{color:#111827;font-size:22px;font-weight:800;line-height:1.25}.qr-scanner-result-modal__description{color:#4b5563;font-size:15px;line-height:1.45}.qr-scanner-result-modal__content{display:flex;flex:0 1 auto;flex-direction:column;gap:8px;min-height:0}.qr-scanner-result-modal__result-title{color:#111827;font-size:16px;font-weight:800;line-height:1.35}.qr-scanner-result-modal__scroll-wrap{display:flex;flex:0 1 auto;flex-direction:column;max-height:clamp(160px,calc(95dvh - 380px),360px);min-height:0;overflow:hidden;padding-right:14px;position:relative}.qr-scanner-result-modal__scroll-wrap--scrollable:before{background:#ea555529;border-radius:999px;bottom:2px;content:"";pointer-events:none;position:absolute;right:1px;top:2px;width:8px}.qr-scanner-result-modal__custom-scrollbar{display:none}.qr-scanner-result-modal__scroll-wrap--scrollable .qr-scanner-result-modal__custom-scrollbar{background:var(--danger-color);border-radius:999px;box-shadow:0 0 0 2px #ea555514;display:block;pointer-events:none;position:absolute;right:1px;top:2px;transition:height .12s ease,transform .08s linear;width:8px}.qr-scanner-result-modal__scroller{max-height:inherit;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-color:var(--danger-color) #f2f4f8;scrollbar-gutter:stable;scrollbar-width:none}.qr-scanner-result-modal__scroller::-webkit-scrollbar{-webkit-appearance:none;height:0;width:0}.qr-scanner-result-modal__scroller::-webkit-scrollbar:vertical{width:0}.qr-scanner-result-modal__scroller::-webkit-scrollbar:horizontal{height:0}.qr-scanner-result-modal__body{display:grid;gap:14px}.qr-scanner-result-modal__result{background:#f9fafb;border:1px solid rgba(17,24,39,.08);border-radius:8px;display:grid;gap:8px;padding:14px}.qr-scanner-result-modal__text{color:#111827;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}.qr-scanner-result-modal__meta{display:flex;flex-wrap:wrap;gap:8px}.qr-scanner-result-modal__meta span{background:#1118270d;border-radius:999px;color:#4b5563;font-size:13px;font-weight:700;padding:6px 10px}.qr-scanner-result-modal__actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:10px}.qr-scanner-result-modal__footer{display:flex;flex:0 0 auto}.qr-scanner-result-modal__secondary{background:#f9fafb;border:1px solid rgba(17,24,39,.08);border-radius:12px;color:#111827;cursor:pointer;font:inherit;font-size:14px;font-weight:800;min-height:44px;padding:0 16px;transition:border-color .18s ease,background-color .18s ease;width:100%}.qr-scanner-result-modal__secondary:hover{background:#fff;border-color:#11182724}.qr-scanner-result-modal__secondary:focus-visible{outline:3px solid rgba(234,85,85,.28);outline-offset:2px}@media(max-width:640px){.qr-scanner-result-modal__actions .UiButton{width:100%}}.share-file-result-modal{display:flex;flex-direction:column;gap:16px;max-height:calc(95dvh - 48px);min-height:0}.share-file-result-modal__scroll-wrap{display:flex;flex:0 1 auto;flex-direction:column;max-height:max(220px,calc(95dvh - 300px));min-height:0;overflow:hidden;padding-right:14px;position:relative}.share-file-result-modal__scroll-wrap--scrollable:before{background:#ea555529;border-radius:999px;bottom:2px;content:"";pointer-events:none;position:absolute;right:1px;top:2px;width:8px}.share-file-result-modal__custom-scrollbar{display:none}.share-file-result-modal__scroll-wrap--scrollable .share-file-result-modal__custom-scrollbar{background:var(--danger-color);border-radius:999px;box-shadow:0 0 0 2px #ea555514;display:block;pointer-events:none;position:absolute;right:1px;top:2px;transition:height .12s ease,transform .08s linear;width:8px}.share-file-result-modal__scroller{flex:0 1 auto;max-height:max(220px,calc(95dvh - 300px));min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-color:var(--danger-color) #f2f4f8;scrollbar-gutter:stable;scrollbar-width:none}.share-file-result-modal__scroller::-webkit-scrollbar{-webkit-appearance:none;height:0;width:0}.share-file-result-modal__scroller::-webkit-scrollbar:vertical{width:0}.share-file-result-modal__scroller::-webkit-scrollbar:horizontal{height:0}.share-file-result-modal__head{align-items:center;display:grid;flex:0 0 auto;gap:14px;grid-template-columns:auto minmax(0,1fr);padding-right:42px}.share-file-result-modal__body{display:grid;gap:18px}.share-file-result-modal__icon-wrap{align-items:center;background:#22c55e1f;border-radius:16px;color:#16a34a;display:inline-flex;height:52px;justify-content:center;width:52px}.share-file-result-modal__icon{height:30px;width:30px}.share-file-result-modal__copy,.share-file-result-modal__qr-copy{display:grid;gap:6px}.share-file-result-modal__qr-text,.share-file-result-modal__qr-title,.share-file-result-modal__title{margin:0}.share-file-result-modal__qr-title,.share-file-result-modal__title{color:#111827;font-weight:800}.share-file-result-modal__title{font-size:22px;line-height:1.25}.share-file-result-modal__qr-text{color:#4b5563;font-size:15px;line-height:1.5}.share-file-result-modal__link-box{align-items:stretch;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;display:grid;gap:10px;grid-template-columns:minmax(0,1fr);padding:10px}.share-file-result-modal__link{color:#111827;font-size:14px;font-weight:700;line-height:1.4;min-width:0;overflow:visible;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.share-file-result-modal__meta{color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;font-weight:700;gap:8px}.share-file-result-modal__meta span{background:#f3f4f6;border-radius:999px;padding:6px 10px}.share-file-result-modal__qr{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) 128px;padding:16px}.share-file-result-modal__qr-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:grid;height:128px;place-items:center;width:128px}.share-file-result-modal__qr-preview img{display:block;height:112px;-o-object-fit:contain;object-fit:contain;width:112px}.share-file-result-modal__qr-empty{color:#9ca3af;height:54px;width:54px}.share-file-result-modal__qr-actions{display:flex;flex-wrap:wrap;gap:10px;grid-column:1/-1}.share-file-result-modal__footer{display:flex;flex:0 0 auto}.share-file-result-modal__secondary{align-items:center;background:#f9fafb;border:1px solid rgba(17,24,39,.08);border-radius:12px;color:#111827;cursor:pointer;display:inline-flex;font:inherit;font-size:14px;font-weight:800;justify-content:center;min-height:42px;padding:0 16px;transition:border-color .18s ease,background-color .18s ease;width:100%}.share-file-result-modal__secondary:hover{background:#fff;border-color:#11182724}.share-file-result-modal__secondary:focus-visible{outline:3px solid rgba(234,85,85,.28);outline-offset:2px}@media(max-width:640px){.share-file-result-modal__link-box,.share-file-result-modal__qr{grid-template-columns:minmax(0,1fr)}.share-file-result-modal__qr-preview{width:100%}.share-file-result-modal__qr-actions{display:grid}.share-file-result-modal__qr-actions .UiButton{width:100%}}.ui-tooltip__content[data-v-1e41547a]{background:#111827;border:1px solid rgba(17,24,39,.08);border-radius:8px;box-shadow:0 14px 34px #0f172a38;color:#fff;font-size:12px;font-weight:600;line-height:1.45;max-width:min(280px,calc(100vw - 24px));overflow-wrap:anywhere;padding:8px 10px;pointer-events:none;z-index:2147483645}.ui-tooltip-fade-enter-active[data-v-1e41547a],.ui-tooltip-fade-leave-active[data-v-1e41547a]{transition:opacity .12s ease}.ui-tooltip-fade-enter-from[data-v-1e41547a],.ui-tooltip-fade-leave-to[data-v-1e41547a]{opacity:0}.time-tools-widget{background:#f8fafc;color:#182230;display:flex;flex-direction:column;font-family:var(--app-font-family,Arial,sans-serif);min-height:100%;min-width:0;padding:16px;position:relative}.time-tools-widget,.time-tools-widget *,.time-tools-widget :after,.time-tools-widget :before{box-sizing:border-box}.time-tools-widget button{font:inherit;font-weight:800}.time-tools-widget:focus-visible{outline:2px solid rgba(234,85,85,.45);outline-offset:-2px}.time-tools-widget__actions,.time-tools-widget__footer,.time-tools-widget__header,.time-tools-widget__heading,.time-tools-widget__meta,.time-tools-widget__title-row{align-items:center;display:flex}.time-tools-widget__footer,.time-tools-widget__header,.time-tools-widget__meta,.time-tools-widget__title-row{justify-content:space-between}.time-tools-widget__header{gap:12px}.time-tools-widget__heading{gap:10px;min-width:0}.time-tools-widget__heading div{display:flex;flex-direction:column;min-width:0}.time-tools-widget__heading strong{font-size:14px;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.time-tools-widget__heading span:last-child{color:#667085;font-size:11px}.time-tools-widget__icon-button,.time-tools-widget__nav-button{background:#fff;border:1px solid rgba(16,24,40,.09);border-radius:12px;color:#344054;cursor:pointer;display:grid;flex:0 0 36px;height:36px;place-items:center;width:36px}.time-tools-widget__drawer-backdrop{background:#11182747;border:0;inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .18s ease;z-index:3}.time-tools-widget__drawer-backdrop--open{opacity:1;pointer-events:auto}.time-tools-widget__drawer{background:#fff;border-right:1px solid rgba(17,24,39,.08);box-shadow:18px 0 42px #0f172a29;display:flex;flex-direction:column;inset:0 auto 0 0;min-width:230px;padding:16px;position:absolute;transform:translate(-105%);transition:transform .2s ease;width:min(330px,100% - 46px);z-index:4}.time-tools-widget__drawer--open{transform:translate(0)}.time-tools-widget__drawer-head{align-items:center;border-bottom:1px solid rgba(17,24,39,.08);display:flex;gap:12px;justify-content:space-between;padding-bottom:14px}.time-tools-widget__drawer-head>div{align-items:center;display:flex;gap:8px;min-width:0}.time-tools-widget__drawer-head strong{font-size:15px;font-weight:800}.time-tools-widget__drawer-head span{background:#f1f3f7;border-radius:999px;color:#667085;display:grid;font-size:11px;font-weight:800;height:24px;min-width:24px;padding:0 6px;place-items:center}.time-tools-widget__drawer-list{display:flex;flex:1;flex-direction:column;gap:7px;margin-top:12px;min-height:0;overflow-y:auto}.time-tools-widget__drawer-row{border:1px solid transparent;border-radius:13px;gap:4px;padding:3px;width:100%}.time-tools-widget__drawer-item,.time-tools-widget__drawer-row{align-items:center;background:transparent;display:flex;min-width:0}.time-tools-widget__drawer-item{border:0;border-radius:10px;color:#344054;cursor:pointer;flex:1;gap:10px;padding:7px;text-align:left}.time-tools-widget__drawer-row:hover{background:#f8fafc}.time-tools-widget__drawer-row--active{background:#fff5f5;border-color:#ea55552e;color:#c53d3d}.time-tools-widget__drawer-row>.UiButton{flex:0 0 40px}.time-tools-widget__drawer-icon{background:#f1f3f7;border-radius:11px;color:#667085;display:grid;flex:0 0 36px;height:36px;place-items:center;width:36px}.time-tools-widget__drawer-row--active .time-tools-widget__drawer-icon{background:#ea55551f;color:var(--danger-color,#ea5555)}.time-tools-widget__drawer-icon svg{height:19px;width:19px}.time-tools-widget__drawer-copy{display:flex;flex:1;flex-direction:column;gap:3px;min-width:0}.time-tools-widget__drawer-copy span,.time-tools-widget__drawer-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.time-tools-widget__drawer-copy strong{color:#182230;font-size:13px;font-weight:800}.time-tools-widget__drawer-copy span,.time-tools-widget__drawer-empty{color:#667085;font-size:11px;font-weight:600}.time-tools-widget__drawer-empty{margin:0;padding:22px 10px;text-align:center}.time-tools-widget__icon-button:hover,.time-tools-widget__nav-button:hover:not(:disabled){border-color:#ea55554d;color:var(--danger-color,#ea5555)}.time-tools-widget__icon-button svg,.time-tools-widget__nav-button svg{height:20px;width:20px}.time-tools-widget__content{display:flex;flex:1;flex-direction:column;gap:10px;min-height:0;padding:18px 0 14px}.time-tools-widget__counter,.time-tools-widget__kind{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:800;min-height:27px}.time-tools-widget__kind{background:#ea55551a;color:#c53d3d;gap:6px;padding:5px 10px}.time-tools-widget__kind svg{height:16px;width:16px}.time-tools-widget__counter{background:#eef1f5;color:#667085;font-variant-numeric:tabular-nums;padding:5px 9px}.time-tools-widget__card{background:#fff;border:1px solid rgba(16,24,40,.08);border-radius:18px;box-shadow:0 8px 24px #0f172a0d;display:flex;flex:1;flex-direction:column;justify-content:center;min-height:0;padding:18px}.time-tools-widget__title-row{gap:10px}.time-tools-widget__title-row h2{font-size:clamp(18px,5vw,24px);font-weight:900;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.time-tools-widget__status{background:#eef1f5;border-radius:999px;color:#475467;flex:0 0 auto;font-size:11px;font-weight:800;padding:5px 8px}.time-tools-widget__status--armed,.time-tools-widget__status--running{background:#e8f7ef;color:#087443}.time-tools-widget__status--finished,.time-tools-widget__status--ringing{background:#fff0ef;color:#c43232}.time-tools-widget__status--paused,.time-tools-widget__status--snoozed{background:#fff7e6;color:#a15c00}.time-tools-widget__eyebrow{color:#667085;font-size:12px;font-weight:700;margin:24px 0 4px;text-align:center}.time-tools-widget__clock{color:#101828;display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(42px,14vw,66px);font-variant-numeric:tabular-nums;font-weight:850;letter-spacing:-.07em;line-height:1.08;margin:0;text-align:center;white-space:nowrap}.time-tools-widget__clock--precise{font-size:clamp(29px,10vw,48px);letter-spacing:-.055em}.time-tools-widget__progress{background:#eceff3;border-radius:999px;height:6px;margin-top:18px;overflow:hidden}.time-tools-widget__progress span{background:linear-gradient(90deg,#f16b6b,var(--danger-color,#ea5555));border-radius:inherit;display:block;height:100%;transition:width .18s linear}.time-tools-widget__hint{align-items:center;color:#667085;display:flex;font-size:12px;gap:7px;justify-content:center;line-height:1.35;margin:14px 0 0;min-height:38px;text-align:center}.time-tools-widget__hint svg{flex:0 0 17px;height:17px;width:17px}.time-tools-widget__actions{flex-wrap:wrap;gap:9px;justify-content:center;margin-top:16px}.time-tools-widget__actions .UiButton{flex:0 0 40px}.time-tools-widget__nav-button:disabled{cursor:not-allowed;opacity:.42}.time-tools-widget__footer{gap:12px;min-height:40px}.time-tools-widget__dots{align-items:center;display:flex;gap:6px;justify-content:center;min-width:0;overflow:hidden}.time-tools-widget__dot{background:#cbd2dc;border:0;border-radius:999px;cursor:pointer;flex:0 0 7px;height:7px;padding:0;transition:width .16s ease,background-color .16s ease;width:7px}.time-tools-widget__dot--active{background:var(--danger-color,#ea5555);flex-basis:22px;width:22px}.time-tools-widget__empty{align-items:center;color:#667085;display:flex;flex:1;flex-direction:column;gap:9px;justify-content:center;min-height:0;overflow-y:auto;padding:28px;text-align:center}.time-tools-widget__empty svg{color:var(--danger-color,#ea5555);height:42px;width:42px}.time-tools-widget__empty strong{color:#182230}.time-tools-widget__empty span{font-size:13px;line-height:1.45}.time-tools-widget__empty-links{display:flex;flex-direction:column;gap:7px;margin-top:8px;width:min(100%,260px)}.time-tools-widget__empty-links a{align-items:center;background:#fff;border:1px solid #eceff4;border-radius:12px;color:#344054;display:flex;font-size:13px;font-weight:800;gap:9px;min-height:40px;padding:8px 11px;text-align:left;text-decoration:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.time-tools-widget__empty-links a:hover{background:#fff7f7;border-color:#ea555547;color:var(--danger-color,#ea5555)}.time-tools-widget__empty-links a:focus-visible{outline:3px solid rgba(234,85,85,.2);outline-offset:2px}.time-tools-widget__empty-links svg{flex:0 0 18px;height:18px;width:18px}@media(max-height:430px){.time-tools-widget{padding:12px}.time-tools-widget__content{padding:10px 0}.time-tools-widget__card{padding:13px}.time-tools-widget__eyebrow{margin-top:10px}.time-tools-widget__clock{font-size:40px}.time-tools-widget__hint{margin-top:8px;min-height:0}.time-tools-widget__actions{margin-top:9px}}@media(max-width:330px){.time-tools-widget__heading div{display:none}}@media(prefers-reduced-motion:reduce){.time-tools-widget__drawer,.time-tools-widget__drawer-backdrop{transition:none}}.time-tools-pip-document{background:#f4f6fa;color:#182230;font-family:var(--app-font-family,Arial,sans-serif);margin:0;min-width:260px;overflow:hidden}#time-tools-pip-root{height:100vh;min-height:100vh}.time-tools-global-launcher{background:linear-gradient(135deg,#fa5352,#d84645);border:1px solid rgba(234,85,85,.18);border-radius:15px;bottom:18px;box-shadow:0 10px 28px #d8464547;color:#fff;cursor:pointer;display:grid;font:inherit;height:46px;left:18px;padding:0;place-items:center;position:fixed;transition:filter .18s ease,transform .18s ease;width:46px;z-index:999}.time-tools-global-launcher:hover{filter:brightness(.97);transform:translateY(-1px)}.time-tools-global-launcher:focus-visible{outline:3px solid rgba(234,85,85,.25);outline-offset:3px}.time-tools-global-launcher>svg{height:22px;width:22px}.time-tools-global-launcher__badge{background:#111827;border:2px solid #fff;border-radius:999px;color:#fff;display:grid;font-size:10px;font-weight:800;height:21px;line-height:1;min-width:21px;padding:0 5px;place-items:center;position:absolute;right:-6px;top:-6px}.time-tools-fallback{align-items:flex-end;display:flex;inset:0;justify-content:flex-end;padding:20px;position:fixed;z-index:10010}.time-tools-fallback__backdrop{background:#0f172a57;border:0;cursor:default;inset:0;position:absolute;width:100%;z-index:0}.time-tools-fallback__window{border-radius:24px;box-shadow:0 24px 70px #0f172a4d;height:min(520px,100vh - 24px);overflow:hidden;position:relative;width:min(390px,100vw - 24px);z-index:1}.global-ringing-alarm-modal__icon{background:#ea55551f;border-radius:24px;color:var(--danger-color);display:grid;height:72px;margin:0 auto 18px;place-items:center;width:72px}.global-ringing-alarm-modal__icon svg{height:38px;width:38px}.global-ringing-alarm-modal__copy{text-align:center}.global-ringing-alarm-modal__eyebrow,.global-ringing-alarm-modal__time{color:#667085;margin:0}.global-ringing-alarm-modal__title{font-size:26px;font-weight:800;margin:5px 0}.global-ringing-alarm-modal__time{font-size:32px;font-variant-numeric:tabular-nums;font-weight:800}.global-ringing-alarm-modal__actions{display:flex;gap:10px;justify-content:center;margin-top:22px}@media(max-width:560px){.time-tools-global-launcher{bottom:14px;left:14px}.time-tools-fallback{padding:12px}.time-tools-fallback__window{height:min(540px,100vh - 24px);width:100%}.global-ringing-alarm-modal__actions{flex-direction:column}}@media(prefers-reduced-motion:reduce){.time-tools-global-launcher{transition:none}}.unsupported-file-modal__icon-wrap,.unsupported-file-modal__secondary,.unsupported-file-modal__tool-icon-wrap,.unsupported-file-modal__tool-link{align-items:center;display:inline-flex}.unsupported-file-modal__icon-wrap{background:#ea55551a;border-radius:16px;color:var(--danger-color);height:52px;justify-content:center;width:52px}.unsupported-file-modal__icon{height:26px;width:26px}.unsupported-file-modal__copy{display:flex;flex-direction:column;gap:8px;padding-right:34px}.unsupported-file-modal__description,.unsupported-file-modal__title{margin:0}.unsupported-file-modal__title{color:#111827;font-size:22px;font-weight:800;line-height:1.25}.unsupported-file-modal__description{color:#4b5563;font-size:15px;line-height:1.55;overflow-wrap:anywhere}.unsupported-file-modal__tools{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.unsupported-file-modal__tool-link{background:#fff;border:1px solid #e8ecf3;border-radius:12px;color:inherit;display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr) auto;min-height:72px;padding:12px;text-decoration:none;transition:border-color .18s ease,background-color .18s ease}.unsupported-file-modal__tool-link:hover{background:#fffaf8;border-color:#ea55553d}.unsupported-file-modal__tool-icon-wrap{background:#111827;border-radius:12px;color:#fff;height:42px;justify-content:center;width:42px}.unsupported-file-modal__tool-icon{height:22px;width:22px}.unsupported-file-modal__tool-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.unsupported-file-modal__tool-description,.unsupported-file-modal__tool-title{overflow:hidden;text-overflow:ellipsis}.unsupported-file-modal__tool-title{color:#111827;font-size:15px;font-weight:800;line-height:1.35;white-space:nowrap}.unsupported-file-modal__tool-description{color:#6b7280;display:-webkit-box;font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.unsupported-file-modal__tool-arrow{color:var(--danger-color);height:20px;width:20px}.unsupported-file-modal__secondary{background:#f9fafb;border:1px solid rgba(17,24,39,.08);border-radius:12px;color:#111827;cursor:pointer;font:inherit;font-size:14px;font-weight:800;justify-content:center;min-height:44px;padding:0 16px;transition:border-color .18s ease,background-color .18s ease}.unsupported-file-modal__secondary:hover{background:#fff;border-color:#11182724}.unsupported-file-modal__secondary:focus-visible,.unsupported-file-modal__tool-link:focus-visible{outline:3px solid rgba(234,85,85,.28);outline-offset:2px}@media(max-width:520px){.unsupported-file-modal__copy{padding-right:28px}.unsupported-file-modal__title{font-size:20px}}.error-page{background:radial-gradient(circle at top left,rgba(234,85,85,.12),transparent 34%),radial-gradient(circle at bottom right,rgba(33,37,41,.08),transparent 28%),#fafafa;min-height:100vh;overflow:hidden;position:relative}.error-page__glow{border-radius:50%;filter:blur(14px);height:360px;opacity:.85;pointer-events:none;position:absolute;width:360px}.error-page__glow--left{background:#ea55551f;left:-120px;top:-180px}.error-page__glow--right{background:#2125291a;bottom:-180px;right:-120px}.error-page__container{align-items:center;display:flex;min-height:100vh;padding-bottom:32px;padding-top:32px;position:relative}.error-page__shell{backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid rgba(33,37,41,.08);border-radius:14px;box-shadow:0 28px 80px #2125291f;overflow:hidden;width:100%}.error-page__header{align-items:center;border-bottom:1px solid rgba(33,37,41,.08);display:flex;gap:16px;justify-content:space-between;padding:22px 28px}.error-page__brand{align-items:center;display:inline-flex}.error-page__badge{background:#ea55551f;border-radius:14px;color:#c53a3a;font-size:14px;font-weight:600;padding:10px 14px}.error-page__content{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.8fr)}.error-page__copy{padding:56px 28px}.error-page__eyebrow{color:#ea5555;font-size:14px;font-weight:700;letter-spacing:.08em;margin:0 0 18px;text-transform:uppercase}.error-page__title{color:#212529;font-size:clamp(40px,7vw,72px);line-height:.96;margin:0;max-width:560px}.error-page__description{color:#495057;font-size:18px;line-height:1.7;margin:22px 0 0;max-width:620px}.error-page__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.error-page__action{align-items:center;border:1px solid transparent;border-radius:14px;cursor:pointer;display:inline-flex;font:inherit;font-weight:600;justify-content:center;min-height:52px;padding:0 22px;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.error-page__action--primary{background:#212529;color:#fff}.error-page__action--primary:hover{background:#ea5555}.error-page__action--secondary{background:#fff;border-color:#2125291f;color:#212529}.error-page__action--secondary:hover{border-color:#ea555552;color:#ea5555}.error-page__panel{background:linear-gradient(180deg,#212529eb,#15181b);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:28px}.error-page__footer{border-top:1px solid rgba(33,37,41,.08);padding:18px 28px 24px}.error-page__detail{color:#6c757d;font-size:14px;line-height:1.6;margin:0}@media(max-width:960px){.error-page__content{grid-template-columns:1fr}.error-page__copy{padding-bottom:36px}.error-page__panel{min-height:280px}}@media(max-width:640px){.error-page__container{padding-bottom:18px;padding-top:18px}.error-page__shell{border-radius:14px}.error-page__copy,.error-page__footer,.error-page__header,.error-page__panel{padding-left:18px;padding-right:18px}.error-page__header{align-items:flex-start;flex-direction:column}.error-page__copy{padding-top:34px}.error-page__description{font-size:16px}.error-page__actions{flex-direction:column}.error-page__action{width:100%}}
