@supports (-webkit-appearance:none){body::-webkit-scrollbar{border-radius:32px;height:100px;width:4px}body::-webkit-scrollbar:horizontal{border-radius:32px;height:4px;width:100px}body::-webkit-scrollbar-track{background:none;border-radius:32px;margin-right:10px}body::-webkit-scrollbar-thumb{background-color:#0003;border-radius:32px;cursor:pointer;height:100px;outline:none;width:4px}body::-webkit-scrollbar-thumb:hover{background:#00000057}body::-webkit-scrollbar-thumb:horizontal{background-color:#0003;border-radius:32px;cursor:pointer;height:4px;outline:none;width:100px}body::-webkit-scrollbar-thumb:horizontal:hover{background:#00000057}}@supports (scrollbar-width:thin) and (not (-webkit-appearance:none)){body{scrollbar-color:rgba(0,0,0,.34) rgba(0,0,0,.2);scrollbar-width:thin}}body{-ms-overflow-style:none}@supports (-webkit-appearance:none){html.dark-mode body::-webkit-scrollbar-thumb{background-color:#fff!important}html.dark-mode body::-webkit-scrollbar-thumb:hover{background:#ffffff80!important}html.dark-mode body::-webkit-scrollbar-thumb:horizontal{background-color:#fff!important}html.dark-mode body::-webkit-scrollbar-thumb:horizontal:hover{background:#ffffff80!important}}@supports (scrollbar-width:thin) and (not (-webkit-appearance:none)){html.dark-mode body{scrollbar-color:hsla(0,0%,100%,.5) !important #fff!important}}.presentation-settings{background:#fff;border-radius:12px;display:flex;flex-direction:column;max-width:560px;padding:24px;width:calc(100% - 32px)}@media (max-width:959.6px){.presentation-settings{border-radius:0;height:100dvh;max-height:100%!important;max-width:100vw;padding:16px;width:100vw}}.presentation-settings__header{flex-shrink:0;margin-bottom:24px;padding-right:48px;position:relative}.presentation-settings__header>svg{color:#89867e;height:40px;position:absolute;right:0;top:0;width:40px}.presentation-settings__header>svg:hover{color:#706d66;cursor:pointer}@media (max-width:959.6px){.presentation-settings__header{margin-bottom:16px;padding-right:32px}.presentation-settings__header>svg{height:24px;width:24px}}.presentation-settings__header-main{align-items:center;display:flex;gap:12px;min-width:0}.presentation-settings__icon-wrapper{align-items:center;background:#6464fa1a;border-radius:12px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.presentation-settings__icon-wrapper svg{color:#6464fa;height:24px;width:24px}.presentation-settings h2{color:#22211e;font-size:22px;font-weight:600;line-height:28px;margin:0}@media (max-width:959.6px){.presentation-settings h2{font-size:18px;font-weight:600;line-height:24px}}.presentation-settings__body{display:flex;flex:1;flex-direction:column;min-height:0}.presentation-settings__field{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.presentation-settings__label{color:#79766e;font-size:14px;font-weight:500;line-height:18px}.presentation-settings__slides{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.presentation-settings__stepper{align-items:center;background:#f2f2f2;border-radius:100px;display:inline-flex;gap:4px;height:40px;padding:4px}.presentation-settings__stepper-btn{align-items:center;background:#fff;border:none;border-radius:8px;box-shadow:0 0 0 1px #00000005;color:#22211e;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;width:32px}.presentation-settings__stepper-btn svg{height:16px;width:16px}.presentation-settings__stepper-btn:hover:not(:disabled){background:#fff;color:#22211e}.presentation-settings__stepper-btn:disabled{cursor:default;opacity:.4}.presentation-settings__stepper-minus{background:currentColor;border-radius:1px;display:block;height:2px;width:12px}.presentation-settings__stepper-value{color:#22211e;font-size:16px;font-weight:600;line-height:22px;min-width:28px;text-align:center}.presentation-settings__presets{align-items:center;display:flex;gap:8px}.presentation-settings__preset{align-items:center;background:transparent;border:1px solid transparent;border-radius:50%;color:#79766e;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;line-height:18px;padding:0;width:40px}.presentation-settings__preset--active{background:#6464fa1a;border-color:#6464fa;color:#6464fa}.presentation-settings__langs{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.presentation-settings__lang{align-items:center;background:#f2f2f2;border:1px solid transparent;border-radius:100px;color:#79766e;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;line-height:18px;padding:6px 12px;white-space:nowrap}.presentation-settings__lang:hover{background:#e6e6e6}.presentation-settings__lang--active{background:#6464fa1a;border-color:#6464fa;color:#6464fa}.presentation-settings__lang--active:hover{background:#6464fa1a}.presentation-settings__lang-abbr{font-size:14px;font-weight:600;line-height:18px}.presentation-settings__buttons{display:flex;flex-shrink:0;gap:12px;justify-content:flex-end;margin-top:auto;padding-top:8px}.presentation-settings__buttons .button-base{width:auto}@media (max-width:959.6px){.presentation-settings__buttons{flex-direction:column-reverse;padding-top:16px}.presentation-settings__buttons .button-base{width:100%}}html.dark-mode .presentation-settings{background:#222}html.dark-mode .presentation-settings h2,html.dark-mode .presentation-settings__header>svg{color:#ffffffe6}html.dark-mode .presentation-settings__header>svg:hover{color:#5051c3}html.dark-mode .presentation-settings__label{color:#ccc}html.dark-mode .presentation-settings__stepper{background:#333}html.dark-mode .presentation-settings__stepper-btn{background:#333;box-shadow:none;color:#ffffffe6}html.dark-mode .presentation-settings__stepper-btn:hover:not(:disabled){background:#333;color:#ffffffe6}html.dark-mode .presentation-settings__stepper-value{color:#ffffffe6}html.dark-mode .presentation-settings__preset{color:#ccc}html.dark-mode .presentation-settings__preset--active{background:#6464fa33;border-color:#6464fa;color:#6464fa}html.dark-mode .presentation-settings__lang{background:#333;color:#ccc}html.dark-mode .presentation-settings__lang:hover{background:#444}html.dark-mode .presentation-settings__lang--active{background:#6464fa33;border-color:#6464fa;color:#6464fa}html.dark-mode .presentation-settings__lang--active:hover{background:#6464fa33}
