{
    "name": "Gothic Rose & Gold",
    "blur_strength": 0,
    "main_text_color": "rgba(232, 226, 210, 1)",
    "italics_text_color": "rgba(196, 188, 174, 1)",
    "underline_text_color": "rgba(139, 0, 0, 1)",
    "quote_text_color": "rgba(222, 186, 111, 1)",
    "blur_tint_color": "rgba(20, 6, 10, 1)",
    "chat_tint_color": "rgba(15, 4, 6, 0.9)",
    "user_mes_blur_tint_color": "rgba(38, 12, 18, 0.7)",
    "bot_mes_blur_tint_color": "rgba(28, 8, 12, 0.75)",
    "shadow_color": "rgba(100, 15, 25, 0.75)",
    "shadow_width": 3,
    "border_color": "rgba(110, 21, 26, 0.3)",
    "font_scale": 1.05,
    "fast_ui_mode": false,
    "waifuMode": false,
    "avatar_style": 0,
    "chat_display": 0,
    "toastr_position": "toast-top-right",
    "noShadows": false,
    "chat_width": 50,
    "timer_enabled": false,
    "timestamps_enabled": true,
    "timestamp_model_icon": true,
    "mesIDDisplay_enabled": false,
    "hideChatAvatars_enabled": false,
    "message_token_count_enabled": true,
    "expand_message_actions": false,
    "enableZenSliders": false,
    "enableLabMode": false,
    "hotswap_enabled": false,
    "custom_css": "@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Spectral:ital,wght@0,400;0,600;1,400;1,600&display=block');\n\n/* Gothic Rose & Gold Custom CSS */\n\n/* --- CHAT AREA & MESSAGES --- */\n\nbody #chat {\n\n  --avatar-base-width: 95px !important;\n\n  --avatar-base-height: 95px !important;\n\n}\n\n.mes {\n\n  width: 100% !important;\n\n  max-width: 100% !important;\n\n  box-sizing: border-box !important;\n\n  flex-direction: column !important;\n\n  align-items: center !important;\n\n  position: relative !important;\n\n  border: none !important;\n\n  border-radius: 16px !important;\n\n  padding-top: 40px !important;\n\n  padding-bottom: 18px !important;\n\n  margin-bottom: 0px !important;\n\n  background: transparent !important;\n\n  box-shadow: none !important;\n\n  transition: background-color 0.2s ease, box-shadow 0.2s ease !important;\n\n}\n\n.mes:hover {\n\n  border: none !important;\n\n  box-shadow: none !important;\n\n}\n\n/* --- AVATAR & NAME --- */\n\n.mesAvatarWrapper {\n\n  flex-direction: column !important;\n\n  justify-content: center !important;\n\n  align-items: center !important;\n\n  margin-bottom: 15px !important;\n\n  margin-right: 0 !important;\n\n  margin-left: 0 !important;\n\n  padding-bottom: 0 !important;\n\n}\n\n.mes_block {\n\n  width: 100% !important;\n\n  margin-left: 0 !important;\n\n  margin-right: 0 !important;\n\n}\n\n#chat .mes .avatar {\n\n  position: relative !important;\n\n  overflow: visible !important;\n\n  width: var(--avatar-base-width) !important;\n\n  height: var(--avatar-base-width) !important;\n\n  aspect-ratio: 1 / 1 !important;\n\n  border-radius: 50% !important;\n\n  border: none !important;\n\n  box-shadow: 0 0 20px 5px rgba(100, 15, 25, 0.7) !important;\n\n  margin: 0 auto !important;\n\n}\n\n#chat .mes .avatar img {\n\n  width: 100% !important;\n\n  height: 100% !important;\n\n  aspect-ratio: 1 / 1 !important;\n\n  border-radius: 50% !important;\n\n  object-fit: cover !important;\n\n}\n\nbody.big-avatars #chat .mes .avatar {\n\n  width: calc(var(--avatar-base-width) * var(--big-avatar-width-factor, 1.2)) !important;\n\n  height: calc(var(--avatar-base-width) * var(--big-avatar-width-factor, 1.2)) !important;\n\n}\n\nbody.big-avatars #chat .mes .avatar img {\n\n  width: 100% !important;\n\n  height: 100% !important;\n\n}\n\n#chat .mes .avatar::after {\n\n  content: \"\" !important;\n\n  position: absolute !important;\n\n  top: 50% !important;\n\n  left: 50% !important;\n\n  transform: translate(-50%, -50%) !important;\n\n  width: 130% !important;\n\n  height: 130% !important;\n\n  background-image: url('https://i.postimg.cc/CL0R2Zyh/sozdaj-arkij-zelenyj-fon-hromakej-202606171636-kopia.png') !important;\n\n  background-size: contain !important;\n\n  background-repeat: no-repeat !important;\n\n  background-position: center !important;\n\n  pointer-events: none !important;\n\n  z-index: 10 !important;\n\n  \n\n}\n\n/* --- TEXT & TYPOGRAPHY --- */\n\nbody, .mes_text {\n\n  font-family: 'Spectral', serif !important;\n\n  line-height: 1.6 !important;\n\n  letter-spacing: 0.05em !important;\n\n  -webkit-font-smoothing: antialiased !important;\n\n  -moz-osx-font-smoothing: grayscale !important;\n\n  text-rendering: optimizeLegibility !important;\n\n}\n\n#chat .mes .mes_text {\n\n  padding-left: 15px !important;\n\n  padding-right: 15px !important;\n\n  box-sizing: border-box !important;\n\n}\n\n.mes_text b, .mes_text strong {\n\n  color: #DEBA6F !important;\n\n  font-weight: 600 !important;\n\n}\n\n.mes_text i, .mes_text em {\n\n  color: #C4BCAE !important;\n\n}\n\n.mes_text u {\n\n  text-decoration-color: #8B0000 !important;\n\n  text-decoration-thickness: 2px !important;\n\n  text-underline-offset: 3px !important;\n\n}\n\n.mes_text del {\n\n  color: #C4BCAE !important;\n\n  text-decoration-color: #660000 !important;\n\n}\n\npre, code, .markdown-body pre, .markdown-body code {\n\n  font-family: Consolas, \"Courier New\", monospace !important;\n\n  letter-spacing: normal !important;\n\n}\n\nh1, h2, h3, h4, h5, h6, .standoutHeader, .ch_name {\n\n  font-family: 'Playfair Display', serif !important;\n\n  letter-spacing: 0.06em !important;\n\n  font-weight: 600 !important;\n\n  color: #E2C275 !important;\n\n  text-shadow: 0 0 6px rgba(110, 21, 26, 0.8) !important;\n\n}\n\n.mes_block .ch_name > .flex1 {\n\n  display: flex !important;\n\n  justify-content: center !important;\n\n  align-items: center !important;\n\n  width: 100% !important;\n\n}\n\n.mes_block .ch_name .alignItemsBaseline {\n\n  display: flex !important;\n\n  flex-direction: column !important;\n\n  align-items: center !important;\n\n  justify-content: center !important;\n\n  width: 100% !important;\n\n  gap: 2px !important;\n\n}\n\n.mes_block .ch_name .name_text {\n\n  color: #E2C275 !important;\n\n  text-shadow: 0 0 6px rgba(110, 21, 26, 0.8) !important;\n\n  font-family: 'Great Vibes', cursive !important;\n\n  font-size: 2.2em !important;\n\n  font-weight: normal !important;\n\n  display: inline-block !important;\n\n}\n\n.mes_block .ch_name .timestamp {\n\n  margin-left: 0 !important;\n\n  font-size: 0.8em !important;\n\n  font-family: 'Spectral', serif !important;\n\n  opacity: 0.7 !important;\n\n}\n\n.mes:hover .mes_buttons,\n\n.mes:active .mes_buttons,\n\n.mes:focus-within .mes_buttons {\n\n  opacity: 1 !important;\n\n  pointer-events: auto !important;\n\n}\n\n/* --- UI ELEMENTS & SCROLLBAR --- */\n\n::-webkit-scrollbar {\n\n  width: 10px !important;\n\n  background: rgba(15, 5, 8, 0.95) !important;\n\n}\n\n::-webkit-scrollbar-thumb {\n\n  background: #220810 !important;\n\n  border: 2px solid rgba(15, 5, 8, 0.95) !important;\n\n  border-radius: 5px !important;\n\n}\n\n::-webkit-scrollbar-thumb:hover {\n\n  background: #330C18 !important;\n\n}\n\nselect, .form-control, .ui-widget-content {\n\n  background-color: rgba(30, 10, 14, 0.9) !important;\n\n  color: #F0E6CB !important;\n\n  border: 1px solid rgba(110, 21, 26, 0.3) !important;\n\n  border-radius: 6px !important;\n\n}\n\ninput[type=\"text\"], input[type=\"search\"], input[type=\"number\"], textarea, .form-control {\n\n  background-color: rgba(22, 6, 10, 0.9) !important;\n\n  color: #F0E6CB !important;\n\n  border: 1px solid rgba(110, 21, 26, 0.3) !important;\n\n  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.6) !important;\n\n}\n\ninput[type=\"text\"]:focus, textarea:focus, .form-control:focus {\n\n  border-color: rgba(163, 123, 126, 0.4) !important;\n\n  box-shadow: 0 0 10px rgba(110, 21, 26, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.6) !important;\n\n}\n\n#send_form {\n\n  border: 1px solid rgba(110, 21, 26, 0.3) !important;\n\n  background-color: rgba(20, 6, 10, 0.9) !important;\n\n  border-radius: 12px !important;\n\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;\n\n}\n\n#send_form:focus-within {\n\n  border-color: rgba(163, 123, 126, 0.4) !important;\n\n}\n\n#top-bar {\n\n  background-color: rgba(20, 6, 10, 0.95) !important;\n\n  border-bottom: 1px solid rgba(110, 21, 26, 0.3) !important;\n\n  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;\n\n}\n\n#send_textarea {\n\n  border: none !important;\n\n  box-shadow: none !important;\n\n  color: #F0E6CB !important;\n\n}\n\n#send_textarea::placeholder {\n\n  color: rgba(240, 230, 203, 0.5) !important;\n\n}\n\nsmall, .hint, .text-muted {\n\n  color: rgba(240, 230, 203, 0.65) !important;\n\n  font-style: normal !important;\n\n}\n\n#bg_menu, \n\n.menu_overlay, \n\n.drawer-content, \n\n#shadow_popup, \n\n.m-dialog:not(.transparent_dialogue_popup), \n\n.popup:not(.transparent_dialogue_popup), \n\n.popup-content:not(.transparent_dialogue_popup .popup-content) {\n\n  background-color: #14060a !important;\n\n}\n\ninput[type=range] {\n\n  accent-color: #3D1A39 !important;\n\n}\n\nhr {\n  border: 0 !important;\n  height: 1px !important;\n  background-image: linear-gradient(to right, transparent, rgba(222, 186, 111, 0.6), transparent) !important;\n  margin: 15px 0 !important;\n}\n\ninput[type=range]::-webkit-slider-runnable-track {\n\n  background-color: transparent !important; box-shadow: none !important;\n\n}\n\ninput[type=range]::-moz-range-track {\n\n  background-color: transparent !important; box-shadow: none !important;\n\n}\n\n#preloader {\n\n    background-color: #0A0204 !important;\n\n    background-image: none !important;\n\n    backdrop-filter: none !important;\n\n    -webkit-backdrop-filter: none !important;\n\n}\n\n.mes_timer, .tokenCounterDisplay, .mesIDDisplay {\n\n    display: none !important;\n\n}\n\n.mes_block .ch_name .mes_buttons {\n  position: absolute !important;\n  top: 5px !important;\n  right: 5px !important;\n  left: 5px !important;\n  transform: none !important;\n  opacity: 0 !important;\n  pointer-events: none !important;\n  transition: opacity 0.2s ease-in-out !important;\n  z-index: 9999 !important;\n  display: flex !important;\n  flex-wrap: nowrap !important;\n  justify-content: flex-end !important;\n  overflow-x: auto !important;\n  overflow-y: hidden !important;\n  scrollbar-width: none !important; /* Firefox */\n  -ms-overflow-style: none !important; /* IE and Edge */\n}\n.mes_block .ch_name .mes_buttons::-webkit-scrollbar {\n  display: none !important; /* Chrome, Safari, Opera */\n}\n\n.mes:hover .mes_block .ch_name .mes_buttons,\n.mes:active .mes_block .ch_name .mes_buttons,\n.mes:focus-within .mes_block .ch_name .mes_buttons {\n  opacity: 1 !important;\n  pointer-events: auto !important;\n}\n\ninput[type=range], input[type=range]:focus, input[type=range]:hover {\n  box-shadow: none !important;\n  outline: none !important;\n  filter: none !important;\n}\n\n.menu_overlay, #shadow_popup, .drawer-overlay, .m-dialog-overlay, dialog::backdrop {\n  backdrop-filter: none !important;\n  -webkit-backdrop-filter: none !important;\n  background-color: rgba(10, 2, 4, 0.8) !important; \n}\n\n.drawer-content, #right-nav, #left-nav, #bg_menu, #shadow_popup, .popup-content {\n  overflow-x: hidden !important;\n}\n\n#chat .mes:has(.del_checkbox:checked) {\n  background-color: rgba(163, 123, 126, 0.08) !important;\n  box-shadow: inset 0 0 10px rgba(163, 123, 126, 0.15) !important;\n  border: 1px solid rgba(163, 123, 126, 0.2) !important;\n}\n\n#chat .mes .del_checkbox {\n  position: absolute !important;\n  top: 20px !important;\n  left: 10px !important;\n  transform: scale(1.5) !important;\n  z-index: 9999 !important;\n  outline: 2px solid #14060a !important; \n  cursor: pointer !important;\n}\n\n.mes_block .ch_name .mes_buttons {\n  flex-wrap: nowrap !important;\n  white-space: nowrap !important;\n}\n\n:root {\n  --SmartThemeBlurStrength: 0px !important;\n}\n#popup-overlay, .m-dialog-overlay, dialog::backdrop {\n  backdrop-filter: none !important;\n  -webkit-backdrop-filter: none !important;\n  background-color: rgba(10, 2, 4, 0.9) !important;\n}\n\n.past_chat_item .avatar, .past_chat_item .avatar img {\n  width: 38px !important;\n  height: 38px !important;\n  min-width: 38px !important;\n  min-height: 38px !important;\n  border-radius: 50% !important;\n}\n\n#toast-container {\n  top: 15px !important;\n  left: 0 !important;\n  right: 0 !important;\n  margin: 0 auto !important;\n  width: fit-content !important;\n  pointer-events: none !important;\n}\n#toast-container > div {\n  pointer-events: auto !important;\n  margin: 0 auto 6px auto !important;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.5) !important;\n  opacity: 0.95 !important;\n}\n.toast-title, .toast-message, .toast-message * {\n  text-shadow: none !important;\n  font-family: \"Spectral\", serif !important;\n  font-weight: normal !important;\n  letter-spacing: 0.05em !important;\n}\n\n#left-nav .avatar,\n#left-nav .avatar img,\n.past_chat_item .avatar,\n.past_chat_item .avatar img,\n#rm_recent_chats_list .mes .avatar,\n#rm_recent_chats_list .mes .avatar img {\n  width: 38px !important;\n  height: 38px !important;\n  min-width: 38px !important;\n  min-height: 38px !important;\n  border-radius: 50% !important;\n}\n#left-nav .avatar::after,\n.past_chat_item .avatar::after,\n#rm_recent_chats_list .mes .avatar::after {\n  display: none !important;\n  background-image: none !important;\n}\n\n#chat_input_buttons,\n#send_form #options_button,\n#send_form .justifyCenter {\n  display: flex !important;\n  flex-wrap: nowrap !important;\n  flex-direction: row !important;\n}\n#chat_input_buttons > *,\n#send_form .menu_button {\n  flex-shrink: 0 !important;\n}\n\n#send_form.compact #leftSendForm, \n#send_form.compact #rightSendForm, \n#leftSendForm, \n#rightSendForm {\n  flex-direction: row !important;\n  flex-wrap: nowrap !important;\n}\n\n.recentChat .avatar,\n.recentChat .avatar img {\n  width: 50px !important;\n  height: 50px !important;\n  min-width: 50px !important;\n  min-height: 50px !important;\n  max-width: 50px !important;\n  max-height: 50px !important;\n}\n.recentChat .avatar::after {\n  display: none !important;\n  background-image: none !important;\n}\n\n#leftSendForm, \n#rightSendForm, \n#send_form.compact #leftSendForm, \n#send_form.compact #rightSendForm {\n  flex-direction: row !important;\n  flex-wrap: nowrap !important;\n  width: max-content !important;\n}\n#leftSendForm > *, \n#rightSendForm > * {\n  flex-shrink: 0 !important;\n  margin: 0 2px !important;\n}\n\n.mes::after {\n\n  content: \"\";\n\n  display: block;\n\n  width: 100%;\n\n  height: 20px;\n\n  background-image: url(\"https://i.postimg.cc/XqqkvncV/razdelitel%27.png\");\n\n  background-size: contain;\n\n  background-position: center;\n\n  background-repeat: no-repeat;\n\n  margin-top: 10px;\n  transform: translateX(5px) !important;\n\n  opacity: 0.9;\n\n}\n\n\nblockquote, .markdown-body blockquote {\n  background-color: rgba(222, 186, 111, 0.08) !important;\n  border-left: 3px solid #DEBA6F !important;\n  padding: 10px 15px !important;\n  margin: 15px 0 !important;\n  border-radius: 0 8px 8px 0 !important;\n}\n\n.mes_text b i, .mes_text strong em,\n.mes_text i b, .mes_text em strong {\n  color: #DEBA6F !important;\n}\n",
    "bogus_folders": false,
    "zoomed_avatar_magnification": "",
    "reduced_motion": false,
    "compact_input_area": false,
    "show_swipe_num_all_messages": "",
    "click_to_edit": false,
    "media_display": "list"
}