:root{--primary-color:#674eea;--primary-color-hover:#7f66ff;--light-primary-color:#f7f5ff;--background-color:#f5f6fb;--surface-color:#fff;--surface-color-hover:#eee;--surface-secondary-color:#eaebef;--border-color:#eaebee;--input-background:#f5f6fb;--input-background-hover:#dfe3ed;--input-background-disabled:#c8c8c8;--secondary-button-color-hover:#eae5fe;--other-secondary-button-color-hover:#e9e5ff;--chat-message-accent-background:#ddd8ff;--blackout:#58575e;--notification-normal:#eaebee;--notification-success:#ebffe5;--notification-error:#ffebeb;--alert-background:#e7e3fd;--success-color:#4ac52b;--danger-color:#d22525;--danger-color-hover:#eb2929;--danger-secondary-color-hover:#ffebec;--header-footer-color:var(--primary-color);--star:#f1c946;--heart:#d22525;--text-main-color:#292929;--text-primary-color:var(--primary-color);--text-secondary-color:#949494;--text-contrast-color:#fff;--text-progress-bar:#292929;--yellow-color:#f3c945;--orange-color:#ff7715}html[theme=dark]{color-scheme:dark;--primary-color:#7c67ea;--primary-color-hover:#6d53f5;--light-primary-color:#201d38;--background-color:#131217;--surface-color:#1b171f;--surface-color-hover:#221d26;--surface-secondary-color:#212029;--border-color:#242424;--input-background:#212028;--input-background-hover:#2d2c37;--input-background-disabled:#242424;--secondary-button-color-hover:#201d36;--other-secondary-button-color-hover:#201d38;--chat-message-accent-background:#4d419c;--blackout:#0b0b0d;--notification-normal:#212028;--notification-success:#1f2e1f;--notification-error:#341e1e;--success-color:#42b226;--header-footer-color:#1a181f;--text-main-color:#fff;--text-primary-color:var(--primary-color);--text-secondary-color:#999;--text-contrast-color:#ebebeb;--text-progress-bar:#fff}:root{--main-font-family:"Inter",sans-serif;--accent-font-family:"Arial",sans-serif;--transition-duration:$transition-duration;--transition-timing-function:$transition-timing-function;--transition:var(--transition-duration) var(--transition-timing-function);--z-index-base:1000;--z-index-dropdown:2000;--z-index-secondary-nav:3000;--z-index-main:4000;--z-index-primary-nav:5000;--z-index-full-screen:6000;--z-index-special:7000;--z-index-modal:8000;--z-index-notification:9000;--container-padding:32px}@media(max-width:992px){:root{--container-padding:24px}}@media(max-width:768px){:root{--container-padding:16px}}:root{--negative-container-padding:calc(var(--container-padding)*-1);--chat-height:554px}.ScrollToTopButton{align-items:center;background:var(--surface-color);border-radius:100px;bottom:60px;box-shadow:0 2px 12px #a6a6a640;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:32px;transition:opacity .2s ease-out;width:60px;z-index:var(--z-index-secondary-nav)}@media(max-width:992px){.ScrollToTopButton{bottom:24px;right:16px}}.ScrollToTopButton:hover{background:var(--background-color)}.ScrollToTopButton--hidden{opacity:0;pointer-events:none}html[theme=dark] .ScrollToTopButton{box-shadow:0 2px 12px #0d0d0db3}
