@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.visible{
  visibility: visible;
}
.sticky{
  position: sticky;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.w-full{
  width: 100%;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
:root {
  --tpl-width: 1820px;
  --ff-p: "Reaver", sans-serif;
}
@font-face {
  font-family: "Reaver";
  src: local("Reaver-Regular");
  src: url("/styles/app/fonts/Reaver/Reaver-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Reaver";
  src: local("Reaver-SemiBold");
  src: url("/styles/app/fonts/Reaver/Reaver-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
html, body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 212 / var(--tw-bg-opacity, 1));
    font-family: var(--ff-p), sans-serif;
    font-weight: normal;
  scroll-behavior: auto !important;
}

body {
  background-image: url("/styles/app/media/images/bg_patern.webp");
  background-size: cover;
}

.p-pageWrapper{
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: transparent !important;
}

.p-body-pageContent{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px){
  .p-body-pageContent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

input {
  outline: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

a:hover {
  text-decoration: none !important;
}

.navLink{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  -moz-column-gap: 8px;
       column-gap: 8px;
  text-wrap: nowrap;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    font-family: var(--ff-p), sans-serif;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px){
  .navLink{
    font-size: 20px;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(101 66 14 / var(--tw-text-opacity, 1));
  }
}

.navLink {
  list-style: none !important;
  text-decoration: none !important;
}
.navLink img{
  margin-bottom: 0.25rem;
  display: none;
}
@media (min-width: 1024px){
  .navLink img{
    display: flex;
  }
}
.navLink .borders{
  width: 100%;
  height: 100%;
  padding: 3px;
  opacity: 0;
  background: linear-gradient(rgb(255, 232, 190) 53%, rgba(255, 232, 190, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.navLink[data-active] {
  box-shadow: 0 0 8px 0 rgba(31, 22, 5, 0.15);
  background: linear-gradient(180deg, #ffe6b5 0%, #ffc962 53.37%, #bf8a24 100%);
  --tw-text-opacity: 1;
  color: rgb(101 66 14 / var(--tw-text-opacity, 1));
}
.navLink[data-active] .borders{
  opacity: 1;
}
.navLink[data-active]:hover{
  --tw-text-opacity: 1;
  color: rgb(101 66 14 / var(--tw-text-opacity, 1));
}
.navLink:hover{
  --tw-text-opacity: 1;
  color: rgb(162 97 0 / var(--tw-text-opacity, 1));
}

.socialButton{
  height: 100%;
  width: 48px;
  box-shadow: 0 0 6px 0 rgba(33, 19, 0, 0.25), inset 0 0 8px 0 rgba(255, 182, 81, 0.5);
  background: linear-gradient(180deg, rgba(249, 225, 193, 0.9) 0%, rgba(255, 232, 202, 0.9) 25.96%, rgba(255, 235, 207, 0.9) 70.19%, rgba(202, 162, 108, 0.9) 100%);
}
.socialButtonInner{
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.socialButtonDecorBorders{
  width: 100%;
  height: 100%;
  padding-left: 2px;
  padding-right: 2px;
  background: linear-gradient(rgba(255, 215, 154, 0.8), rgba(170, 114, 66, 0.8) 60%, rgba(219, 166, 99, 0.8) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.socialButton {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.socialButton::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 2px solid rgba(255, 215, 154, 0);
  transition: border-color 0.3s ease, inset 0.3s ease;
  pointer-events: none;
}
.socialButton:hover {
  transform: scale(1.08);
  box-shadow: 0 0 12px 2px rgba(255, 182, 81, 0.5), inset 0 0 8px 0 rgba(255, 182, 81, 0.7);
}
.socialButton:hover::after {
  inset: -6px;
  border-color: rgba(255, 215, 154, 0.6);
}
.socialButton:active {
  transform: scale(0.95);
}

.decorElement{
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.decorElementWrapper{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.decorItem{
  position: absolute;
}

.p-staffBar{
  position: fixed;
  bottom: 0px;
  z-index: 100;
}

.navigation{
  position: fixed;
  z-index: 200;
  height: 80px;
  width: 100%;
}

@media (min-width: 1280px){
  .navigation{
    height: 84px;
  }
}
.navigationWrapper{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.navigationInner{
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.20rem;
  width: 100%;
}
@media (min-width: 1820px){
  .navigationInner{
    width: var(--tpl-width);
  }
}
@media (min-width: 1280px){
  .navigationInner{
    padding-right: 0px;
    padding-left: 0px;
  }
}
.navigationDecorBackground{
  z-index: 0;
}
.navigationDecorBackground .background{
  width: 100%;
  height: 100%;
}
.navigationDecorBackground .backgroundImage{
  width: 100%;
  height: 100%;
}
.navigationLinks{
  display: none;
  height: 100%;
  align-items: center;
}
@media (min-width: 1280px){
  .navigationLinks{
    display: flex;
  }
}
.navigationLinks li{
  height: 100%;
}
.navigationSocials{
  position: absolute;
  margin-left: auto;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px){
  .navigationSocials{
    position: relative;
  }
}
.navigationAuth{
  order: 2;
  margin-left: auto;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 1024px){
  .navigationAuth{
    order: 0;
    margin-left: 20px;
  }
}
.navigationAuth .authButton{
  position: relative;
  height: 40px;
  width: 40px;
}
@media (min-width: 1024px){
  .navigationAuth .authButton{
    height: 100%;
    width: 300px;
  }
}
.navigationAuth .authButtonInner{
  display: flex;
  width: 100%;
  height: 100%;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.navigationAuth .authButtonDecorBackground{
  left: 0px;
  top: 0px;
  z-index: 0;
}
.navigationAuth .authButtonDecorBackground .background{
  width: 100%;
  height: 100%;
}
.navigationAuth .authButtonDecorBackground .backgroundImage{
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px 0 rgba(33, 19, 0, 0.5);
  opacity: 0.9;
}
.navigationAuth .authButtonText{
  display: none;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(101 66 14 / var(--tw-text-opacity, 1));
    font-family: var(--ff-p), sans-serif;
    font-weight: 600;
}
@media (min-width: 1024px){
  .navigationAuth .authButtonText{
    display: flex;
  }
}
.navigationAuth .authButtonText {
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
}
.navigationAuth .authButton {
  transition: transform 0.35s ease;
}
.navigationAuth .authButton .authButtonDecorBackground .backgroundImage {
  transition: opacity 0.35s ease, transform 0.6s ease;
}
.navigationAuth .authButton .authButtonText {
  transition: text-shadow 0.35s ease, letter-spacing 0.35s ease;
}
.navigationAuth .authButton .authButtonInner img {
  transition: transform 0.35s ease, filter 0.35s ease;
}
.navigationAuth .authButton:hover {
  transform: translateY(-2px);
}
.navigationAuth .authButton:hover .authButtonDecorBackground .backgroundImage {
  opacity: 1;
  transform: scale(1.03);
}
.navigationAuth .authButton:hover .authButtonText {
  text-shadow: 0 0 14px rgba(255, 215, 154, 0.8), 0 0 4px rgba(255, 247, 232, 0.5);
  letter-spacing: 0.04em;
}
.navigationAuth .authButton:hover .authButtonInner img {
  transform: scale(1.12);
  filter: drop-shadow(0 0 4px rgba(255, 182, 81, 0.6));
}
.navigationAuth .authButton:active {
  transform: translateY(1px);
}
.navigationMobileMenuInit{
  order: 3;
  margin-left: 15px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px){
  .navigationMobileMenuInit{
    order: 0;
  }
}
@media (min-width: 1280px){
  .navigationMobileMenuInit{
    display: none;
  }
}
.navigationMobileMenuInit .burgerButton{
  position: relative;
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgba(216,236,255,0.2);
}
.navigationMobileMenuInit .burgerButtonIcon{
  position: relative;
  z-index: 20;
  display: flex;
  height: 21px;
  width: 26px;
  align-items: center;
  justify-content: center;
}
.navigationMobileMenuInit .burgerButtonIcon span, .navigationMobileMenuInit .burgerButtonIcon::before, .navigationMobileMenuInit .burgerButtonIcon::after{
  position: absolute;
  left: 0px;
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 0.75rem;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .block-container,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .block-container::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .block-container::after {
  background: none;
  border: none;
  border-color: transparent;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer::after {
  flex-wrap: wrap;
  gap: 12px;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .block-header,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .block-header::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .block-header::after{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 0px;
  background: none;
  border: none;
  border-color: transparent;
  font-weight: 700;
  font-size: 26px;
  color: #65420e;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .block-header:before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .block-header::before:before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .block-header::after:before {
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .block-footer,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .block-footer::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .block-footer::after{
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .itemDecorFrame,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .itemDecorFrame::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .itemDecorFrame::after{
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer::after{
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  overflow: scroll;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px){
  html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer::after{
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 0px;
  }
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem--thread:not(:nth-child(n+1):nth-child(-n+5)),html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem--thread:not(:nth-child(n+1):nth-child(-n+5))::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem--thread:not(:nth-child(n+1):nth-child(-n+5))::after{
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem::after {
  border-radius: 20px;
  width: 355px;
  height: 90px;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6), 0 2px 1px 0 #ad8d57;
  background: linear-gradient(90deg, rgba(255, 208, 121, 0.4) 0%, rgba(240, 224, 194, 0.4) 100%);
  position: relative;
  display: flex;
  min-width: 250px;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  overflow: hidden;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-statuses,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-statuses::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-statuses::after{
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-status,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-status::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-status::after{
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-secondaryIcon,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-secondaryIcon::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-secondaryIcon::after{
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell--latest,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--latest::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--latest::after{
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-extraInfo,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-extraInfo::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-extraInfo::after{
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell::after{
  padding: 0px;
  vertical-align: middle;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell--main,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--main::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--main::after{
  width: 100%;
  padding-right: 24px;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell--icon,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--icon::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--icon::after{
  margin-left: 24px;
  display: flex;
  height: 100%;
  width: auto;
  align-items: center;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell--icon .avatar,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--icon .avatar::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--icon .avatar::after {
  border: 1px solid #af7f33;
  border-radius: 20px;
  width: 62px;
  height: 62px;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-title a,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-title a::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-title a::after {
  font-weight: 600;
  font-size: 18px;
  color: #8b5500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-title a:hover,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-title a:hover::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-title a:hover::after {
  color: #b77000;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-parts,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-parts::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-parts::after {
  font-weight: 400;
  font-size: 15px;
  color: #a18050;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-parts li:last-child,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-parts li:last-child::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-parts li:last-child::after {
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd, html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd::before, html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd::after, html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta::after{
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding: 0px;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd::after{
  z-index: -10;
  background: url("/styles/app/media/images/last-post/obv.png");
  background-size: cover;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd .structItem-iconContainer,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd .structItem-iconContainer::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd .structItem-iconContainer::after {
  display: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta::after{
  z-index: -20;
  background: url("/styles/app/media/images/last-post/bg.png");
  background-size: cover;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta *,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta *::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta *::after{
  display: none;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] svg,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] svg::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] svg::after {
  fill: none;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread],html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread]::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread]::after {
  position: relative;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .block-container,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .block-container::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .block-container::after {
  background: none;
  border: none;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .block-filterBar,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .block-filterBar::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .block-filterBar::after {
  display: none;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem--quickCreate,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem--quickCreate::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem--quickCreate::after {
  display: none;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItemContainer,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItemContainer::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItemContainer::after{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem-cell--icon,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem-cell--icon::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem-cell--icon::after {
  margin-left: 33px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItemContainer-group,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItemContainer-group::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItemContainer-group::after{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread::after {
  position: relative;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6);
  background: rgba(242, 218, 173, 0.4);
  height: 110px;
  border-radius: 20px;
  display: flex;
  border: none;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .itemDecorFrame,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .itemDecorFrame::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .itemDecorFrame::after{
  z-index: 30;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameTop,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameTop::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameTop::after{
  top: 0px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameBottom,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameBottom::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameBottom::after{
  bottom: 0px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameRight,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameRight::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameRight::after{
  right: 0px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameLeft,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameLeft::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameLeft::after{
  left: 0px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-cell,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell::after {
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-cell--main,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--main::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--main::after {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-cell--main .structItem-cell--icon,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--main .structItem-cell--icon::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--main .structItem-cell--icon::after {
  margin-left: 0px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .statuses,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .statuses::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .statuses::after {
  height: 100%;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-statuses,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-statuses::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-statuses::after {
  height: 100%;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-statuses li,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-statuses li::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-statuses li::after {
  height: 100%;
  border-left: 1px solid #ffe9c5;
  border-right: 1px solid #ffe9c5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  background: rgba(255, 194, 93, 0.3);
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-iconContainer .avatar--s,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-iconContainer .avatar--s::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-iconContainer .avatar--s::after {
  border: 1px solid #af7f33;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ede2d4;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-iconContainer .structItem-secondaryIcon,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-iconContainer .structItem-secondaryIcon::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-iconContainer .structItem-secondaryIcon::after {
  display: none;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-cell--meta,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--meta::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--meta::after {
  background: rgba(255, 194, 93, 0.15);
  border-left: 1px solid #ffe9c5;
  border-right: 1px solid #ffe9c5;
  padding: 0px 30px;
  height: 100%;
  width: 220px;
  text-wrap: nowrap;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dl,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dl::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dl::after {
  width: 100%;
  display: flex;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dt,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dt::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dt::after {
  font-weight: 400;
  font-size: 16px;
  color: #7b4900;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dd,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dd::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dd::after {
  margin-left: auto;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: #a96500;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .last-user,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .last-user::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .last-user::after {
  margin-left: auto;
  display: flex;
  margin-right: 20px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .last-user .structItem-cell--latest,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .last-user .structItem-cell--latest::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .last-user .structItem-cell--latest::after {
  padding-top: 8px;
  margin-right: 12px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .last-user time,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .last-user time::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .last-user time::after {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #7b4900;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .last-user .username,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .last-user .username::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .last-user .username::after {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: #a96500;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .last-user .avatar,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .last-user .avatar::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .last-user .avatar::after {
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ffd8a7;
  border: 1px solid #af7f33;
  border-radius: 10px;
  width: 48px;
  height: 48px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .info,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .info::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .info::after {
  margin-left: 18px;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .info .structItem-title,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .info .structItem-title::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .info .structItem-title::after {
  font-weight: 600;
  font-size: 22px;
  color: #7b4900;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .info .structItem-minor,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .info .structItem-minor::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .info .structItem-minor::after {
  font-weight: 400;
  font-size: 16px;
  color: #a87420;
}
html[data-app=public][data-template=forum_view] .navigationMobileMenuInit .burgerButtonIcon span[data-type=thread] .structItem.structItem--thread .info .structItem-startDate,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .info .structItem-startDate::before,html[data-app=public][data-template=forum_view]  .navigationMobileMenuInit .burgerButtonIcon[data-type=thread] .structItem.structItem--thread .info .structItem-startDate::after {
  font-weight: 400;
  font-size: 16px;
  color: #764800;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages),html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages)::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages)::after {
  border-radius: 20px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .block-body,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body::after{
  position: relative;
  display: flex;
  height: 425px;
  width: 600px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .block-body .memberDecorFrame,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body .memberDecorFrame::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body .memberDecorFrame::after{
  z-index: 0;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .block-body .memberDecorFrame .frameTop,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body .memberDecorFrame .frameTop::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body .memberDecorFrame .frameTop::after{
  top: 0px;
  transform: scale(1.005);
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .block-body .memberDecorFrame .frameRight,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body .memberDecorFrame .frameRight::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body .memberDecorFrame .frameRight::after{
  right: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .block-body .memberDecorFrame .frameBottom,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body .memberDecorFrame .frameBottom::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body .memberDecorFrame .frameBottom::after{
  bottom: 0px;
  transform: scale(1.005);
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .block-body .memberDecorFrame .frameLeft,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body .memberDecorFrame .frameLeft::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-body .memberDecorFrame .frameLeft::after{
  left: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .block-container,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-container::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .block-container::after {
  border-radius: 20px;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6);
  background: rgba(242, 218, 173, 0.4);
  border: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberAvatar,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberAvatar::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberAvatar::after{
  position: absolute;
  top: -60px;
  z-index: 10;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ffd8a7;
  border: 2px solid #abd352;
  border-radius: 200px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberAvatar .memberHeader-avatar,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberAvatar .memberHeader-avatar::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberAvatar .memberHeader-avatar::after{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberAvatar .avatarWrapper,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberAvatar .avatarWrapper::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberAvatar .avatarWrapper::after{
  width: 100%;
  height: 100%;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberAvatar .avatar.avatar--l,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberAvatar .avatar.avatar--l::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberAvatar .avatar.avatar--l::after{
  width: 100%;
  height: 100%;
  font-size: 50px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberHeader,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader::after{
  width: 100%;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberHeader:after, html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberHeader:before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader::before:after, html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader::before:before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader::after:after, html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader::after:before{
  display: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberProfileBanner,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberProfileBanner::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberProfileBanner::after{
  border-bottom-width: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberHeader-content,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader-content::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader-content::after{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberHeader-mainContent,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader-mainContent::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader-mainContent::after{
  margin-top: 60px;
  border-bottom-width: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span:not(.block--messages) .memberHeader-name,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader-name::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon:not(.block--messages) .memberHeader-name::after {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #9e5e00;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .navigationMobileMenuInit .burgerButtonIcon span.block--messages,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon.block--messages::before,html[data-app=public] [data-template=member_view] .p-body-pageContent  .navigationMobileMenuInit .burgerButtonIcon.block--messages::after{
  width: 100%;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span.js-quickReply .block-container,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon.js-quickReply .block-container::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon.js-quickReply .block-container::after {
  background: none;
  border-radius: 0;
  border: none;
}
html[data-app=public] .navigationMobileMenuInit .burgerButtonIcon span.js-quickReply .message-cell--user,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon.js-quickReply .message-cell--user::before,html[data-app=public]  .navigationMobileMenuInit .burgerButtonIcon.js-quickReply .message-cell--user::after{
  display: none;
}
.navigationMobileMenuInit .burgerButtonIcon span, .navigationMobileMenuInit .burgerButtonIcon::before, .navigationMobileMenuInit .burgerButtonIcon::after {
  background: #A27625;
}
.navigationMobileMenuInit .burgerButtonIcon::before, .navigationMobileMenuInit .burgerButtonIcon::after {
  content: "";
}
.navigationMobileMenuInit .burgerButtonIcon::before{
  top: 0px;
}
.navigationMobileMenuInit .burgerButtonIcon::after{
  bottom: 0px;
}
.navigationMobileMenuInit .burgerButton[data-active] .burgerButtonIcon span {
  transform: scale(0);
}
.navigationMobileMenuInit .burgerButton[data-active] .burgerButtonIcon::before {
  top: 45%;
  transform: rotate(-45deg);
}
.navigationMobileMenuInit .burgerButton[data-active] .burgerButtonIcon::after {
  bottom: 41%;
  transform: rotate(45deg);
}
.navigationMobileMenuInit .burgerButton .burgerDecorBackground{
  left: 0px;
  top: 0px;
  z-index: 0;
}
.navigationMobileMenuInit .burgerButton .burgerDecorBackground .background{
  width: 100%;
  height: 100%;
}
.navigationMobileMenuInit .burgerButton .burgerDecorBackground .backgroundImage{
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px 0 rgba(33, 19, 0, 0.5);
  opacity: 0.9;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  transition: 300ms ease-in-out;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: inset 0 0 30px 0 rgba(255, 232, 154, 0.1);
  background: rgba(31, 20, 50, 0.3);
}

@media (min-width: 1024px){
  .mobile-menu{
    display: none;
  }
}
.mobile-menu-Wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
.mobile-menu-links {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.mobile-menu[data-status=active] {
  opacity: 1;
  z-index: 110;
  transition: z-index 0s, opacity 300ms ease-in-out;
  transition-delay: 0s, 0s;
}
.mobile-menu[data-status=closed] {
  opacity: 0;
  z-index: -10;
  transition: z-index 0s, opacity 300ms ease-in-out;
  transition-delay: 300ms, 0s;
}

.pageDecor{
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pageDecorWrapper{
  position: relative;
  width: 100%;
  height: 100%;
}
.pageDecorGroup{
  position: relative;
  width: 100%;
}
.pageDecorGroup1{
  z-index: 20;
  height: 100vh;
  width: 100%;
}
.pageDecorGroup1 .decorTopShadow{
  z-index: 10;
}
.pageDecorGroup1 .decorTopShadow .topShadow{
  top: 0px;
  height: 140px;
  width: 100%;
  opacity: 0.6;
  background: linear-gradient(180deg, #201507 0%, rgba(104, 79, 24, 0) 100%);
}
.pageDecorGroup1 .decorTopShadow{
  z-index: 10;
}
.pageDecorGroup1 .decorTopShadow .topShadow{
  top: 0px;
  height: 140px;
  width: 100%;
  opacity: 0.6;
  background: linear-gradient(180deg, #201507 0%, rgba(104, 79, 24, 0) 100%);
}
.pageDecorGroup1 .decorBackground{
  z-index: 0;
}
.pageDecorGroup1 .decorBackground .background{
  width: 100%;
  height: 100%;
}
.pageDecorGroup1 .decorBackground .backgroundAnimation{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageDecorGroup1 .decorBottomGradient{
  z-index: 10;
}
.pageDecorGroup1 .decorBottomGradient .bottomGradient{
  bottom: 0px;
  height: 30px;
  width: 100%;
  background: linear-gradient(180deg, rgba(245, 231, 212, 0) 0%, #f5e7d4 100%);
}
.pageDecorGroup1 .decorBottomGradient .bottomGradient2{
  bottom: -30px;
  height: 30px;
  width: 100%;
  background: linear-gradient(0, rgba(245, 231, 212, 0) 0%, #f5e7d4 100%);
}
.pageDecorGroup1 .decorBottomClouds{
  z-index: 10;
}
.pageDecorGroup1 .decorBottomClouds .bottomClouds{
  bottom: 0px;
  width: 100%;
}
.pageDecorGroup1 .decorBottomClouds .bottomCloudsImage{
  width: 100%;
}
.pageDecorGroup1 .decorBottomClouds .bottomClouds2{
  bottom: -327px;
  width: 100%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.pageDecorGroup1 .decorBottomClouds .bottomClouds2Image{
  width: 100%;
}
.pageDecorGroup1 .decorRocks{
  z-index: 0;
  overflow: hidden;
}
.pageDecorGroup1 .decorRocks .rock1{
  left: 300px;
  top: 0px;
}
.pageDecorGroup1 .decorRocks .rock2{
  left: -50px;
  bottom: -120px;
}
.pageDecorGroup1 .decorRocks .rock3{
  left: 750px;
  bottom: 400px;
}
.pageDecorGroup1 .decorRocks .rock4{
  right: 35vw;
  top: 20vh;
}
.pageDecorGroup1 .decorRocks .rock5{
  right: 20vw;
  bottom: 20vh;
}
.pageDecorGroup1 .decorRocks .rock6{
  right: -200px;
  top: 15vh;
}
.pageDecorGroup2{
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 252px;
  width: 100%;
}
.pageDecorGroup2 .groupZoom{
  position: absolute;
  bottom: 0px;
  height: 252px;
  width: 100%;
  overflow: hidden;
}
.pageDecorGroup2 .decorBackground{
  bottom: 0px;
  z-index: 0;
}
.pageDecorGroup2 .decorBackground .background{
  width: 100%;
  height: 100%;
}
.pageDecorGroup2 .decorBackground .background img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageDecorGroup2 .decorBottomGradient{
  bottom: 0px;
  z-index: 10;
}
.pageDecorGroup2 .decorBottomGradient .bottomGradient{
  bottom: 0px;
  height: 30px;
  width: 100%;
  background: linear-gradient(180deg, rgba(245, 231, 212, 0) 0%, #f5e7d4 100%);
}
.pageDecorGroup2 .decorBottomClouds{
  bottom: 0px;
  z-index: 10;
}
.pageDecorGroup2 .decorBottomClouds .bottomClouds{
  bottom: 0px;
  width: 100%;
}
.pageDecorGroup2 .decorBottomClouds .bottomCloudsImage{
  width: 100%;
}

[data-template=forum_list] .pageDecorGroup2{
  top: 252px;
  height: 100vh;
}

.footer{
  position: relative;
  z-index: 50;
  margin-top: 60px;
  height: 165px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px){
  .footer{
    padding-left: 50px;
    padding-right: 50px;
  }
}

.footer {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: #ffeaca;
  border-top: 1px solid #b5935c;
}

.footer-Wrapper{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px){
  .footer-Wrapper{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-copyrights{
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.footer-copyrights-links{
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.footer-copyrights__project {
  font-weight: 700;
  font-size: 20px;
  color: #9c5d00;
}

.footer-copyrights__description {
  font-weight: 400;
  font-size: 17px;
  color: #a98248;
}

.copyright-link {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
  color: #a98248;
}

.wahooe-logo{
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.wahooe-logo:hover{
  opacity: 1;
}

.banner{
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}
.bannerWrapper{
  position: relative;
  width: 100%;
  height: 100%;
}
.bannerImage{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.bannerImageHover{
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}
.banner:hover .bannerImageDefault{
  opacity: 0;
}
.banner:hover .bannerImageHover{
  opacity: 1;
}

.modalOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modalOverlay.active {
  opacity: 1;
  visibility: visible;
}

/* ========== MODAL BASE ========== */
.modal {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

/* ---- Позиционирование модалок ---- */
#modalDownload {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 450px;
}

#modalDownload .modalWrapper {
  height: 540px;
}

#modalDownload.active {
  transform: translate(-50%, -50%) scale(1);
}

#modalStart {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 450px;
  height: 540px;
}

#modalStart.active {
  transform: translate(-50%, -50%) scale(1);
}

/* ---- Wrapper & Inner ---- */
.modal .modalWrapper {
  position: relative;
  background: #ffecd4;
  border-radius: 20px;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6);
}

.modalDecorFrame{
  top: 0px;
  z-index: 30;
}
.modalDecorFrame .frameTop{
  top: 0px;
}
.modalDecorFrame .frameBottom{
  bottom: 0px;
}
.modalDecorFrame .frameRight{
  right: 0px;
}
.modalDecorFrame .frameLeft{
  left: 0px;
}

.modal .modalInner {
  position: relative;
  z-index: 2;
  padding: 20px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ---- Декоративный фон (аналогично вашему decorElement) ---- */
.modal .modalDecorBackground {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6);
}

.modal .modalDecorBackground .decorElementWrapper {
  width: 100%;
  height: 100%;
}

.modal .modalDecorBackground .background {
  width: 100%;
  height: 100%;
}

.modal .modalDecorBackground .backgroundImage {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

/* ---- Close Button ---- */
.modalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.modalClose:hover {
  transform: scale(1.15);
}

/* ---- Typography ---- */
.modalTitle {
  font-family: inherit;
  font-size: 28px;
  font-weight: 700;
  color: #3D2A0A;
  text-align: center;
  margin: 0 0 4px;
}

.modalSubtitle {
  font-size: 14px;
  color: #8B7A5E;
  text-align: center;
  margin: 0 0 24px;
}

/* ========== MODAL: СКАЧАТЬ КЛИЕНТ ========== */
.modalDownloadLinks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.downloadLink {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 69px;
  border-radius: 200px;
  box-shadow: inset 0 0 12px 0 rgba(255, 247, 154, 0.9), 0 2px 0 0 #9d7d38;
  background: linear-gradient(180deg, #ffdd94 0%, #ffbd42 54.81%, #9f6d00 100%);
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
  color: #5b3600;
  font-weight: 600;
  font-size: 20px;
  padding-left: 34px;
  width: 100%;
}

@media (min-width: 1024px){
  .downloadLink{
    width: 380px;
  }
}

.downloadLink:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.downloadLink:active {
  transform: translateY(0);
  filter: brightness(0.97);
}

/* ========== MODAL: НАЧАТЬ ИГРУ ========== */
.modalSteps {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-bottom: 16px;
}

.stepTab {
  flex: 1;
  padding: 12px 16px;
  border-radius: 100px;
  border: 1.5px solid #D4B87A;
  background: transparent;
  color: #8B6914;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.stepTab.active {
  background: rgba(212, 184, 122, 0.15);
  border-color: #B8942E;
}

.stepTab:hover:not(.active) {
  background: rgba(212, 184, 122, 0.08);
}

.modalMainButton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 100px;
  background: linear-gradient(180deg, #F2D978 0%, #D4A83A 50%, #C49A2E 100%);
  box-shadow: 0 2px 8px rgba(139, 105, 20, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #5C3D0E;
  font-size: 18px;
  font-weight: 700;
  transition: filter 0.2s ease, transform 0.15s ease;
}

.modalMainButton:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.modalMainButton:active {
  transform: translateY(0);
  filter: brightness(0.97);
}

.modalPagination {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.paginationArrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.paginationArrow:hover {
  transform: scale(1.2);
}

.paginationText {
  font-size: 16px;
  font-weight: 600;
  color: #8B6914;
}

body.modalOpen {
  overflow: hidden;
}

@media (max-width: 576px) {
  .modal .modalInner {
    padding: 32px 20px 24px;
  }
  .modalTitle {
    font-size: 24px;
  }
  #modalDownload {
    width: 95vw;
  }
  .modalSteps {
    flex-direction: column;
    gap: 8px;
  }
}
.storiesOverlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  isolation: isolate;
}

.storiesOverlay.active {
  opacity: 1;
  visibility: visible;
}

body.stories-open {
  overflow: hidden;
  touch-action: none;
}

/* ─── Viewer Container ─── */
.stories__viewer {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 92vh;
  max-height: 780px;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow), 0 0 100px rgba(0, 0, 0, 0.5);
  transform: scale(0.85) translateY(40px);
  transition: transform 0.5s var(--transition);
}

.storiesOverlay.active .stories__viewer {
  transform: scale(1) translateY(0);
}

/* ─── Progress Bar ─── */
.stories__progressBar {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  gap: 4px;
  z-index: 10;
}

.stories__progressSegment {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

.stories__progressFill {
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 3px;
}

/* ─── Header ─── */
.stories__header {
  position: absolute;
  top: 26px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}

.stories__headerIcon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.stories__headerInfo {
  flex: 1;
  min-width: 0;
}

.stories__headerTitle {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stories__headerMeta {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.stories__close {
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.stories__close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}

/* ─── Content ─── */
.stories__contentArea {
  position: absolute;
  inset: 0;
}

.stories__slide {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  animation: storyFadeIn 0.3s ease;
}

.stories__slide.active {
  display: flex;
}

@keyframes storyFadeIn {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.stories__slide img.stories__media,
.stories__slide video.stories__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stories__textSlide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 32px 60px;
  text-align: center;
}

.stories__textSlide h2 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.stories__textSlide p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 300px;
}

.stories__nav {
  position: absolute;
  top: 70px;
  bottom: 0;
  width: 35%;
  z-index: 5;
  cursor: pointer;
}

.stories__navPrev {
  left: 0;
}

.stories__navNext {
  right: 0;
}

/* ─── Desktop arrows ─── */
.stories__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.25s var(--transition);
  opacity: 0;
}

.storiesOverlay:hover .stories__arrow {
  opacity: 1;
}

.stories__arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}

.stories__arrowPrev {
  left: -64px;
}

.stories__arrowNext {
  right: -64px;
}

/* ─── Pause badge ─── */
.stories__pauseBadge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s, transform 0.25s var(--transition);
  pointer-events: none;
  z-index: 15;
}

.stories__pauseBadge.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.stories__pauseBadge svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

/* ─── Мобильная адаптация ─── */
@media (max-width: 520px) {
  .stories__viewer {
    max-width: 100%;
    height: 100vh;
    max-height: none;
    border-radius: 0;
  }
  .stories__arrow {
    display: none !important;
  }
}
.stories__viewer{
  height: 760px;
  width: 425px;
}
.stories__viewer .itemDecorFrame{
  z-index: 30;
}
.stories__viewer .itemDecorFrame .frameTop{
  top: 0px;
}
.stories__viewer .itemDecorFrame .frameRight{
  right: 0px;
}
.stories__viewer .itemDecorFrame .frameBottom{
  bottom: 0px;
}
.stories__viewer .itemDecorFrame .frameLeft{
  left: 0px;
}

/* ============================================
   SECTION SCROLL — CSS
   Стили для snap-перехода между Hero и Forum
   ============================================ */
/* ---- Корневые элементы ---- */
html.has-sectionScroll,
html.has-sectionScroll body {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}

html.has-sectionScroll .p-pageWrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* ---- Слайдер-контейнер ---- */
.sections-slider {
  display: flex;
  flex-direction: column;
  height: 200vh;
  will-change: transform;
  transition: transform 600ms cubic-bezier(0.65, 0, 0.35, 1);
}

/* ---- Hero wrapper ---- */
.sectionHero-scrollWrapper {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

/* ---- Forum wrapper ---- */
.forum-scrollWrapper {
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  flex-shrink: 0;
  /* Плавный скролл внутри секции */
  scroll-behavior: smooth;
  /* Кастомный скроллбар (опционально) */
  scrollbar-width: thin;
  scrollbar-color: rgba(162, 118, 37, 0.4) transparent;
}

.forum-scrollWrapper::-webkit-scrollbar {
  width: 6px;
}

.forum-scrollWrapper::-webkit-scrollbar-track {
  background: transparent;
}

.forum-scrollWrapper::-webkit-scrollbar-thumb {
  background-color: rgba(162, 118, 37, 0.4);
  border-radius: 3px;
}

/* ---- Индикатор скролла (стрелка вниз на Hero) ---- */
.scrollIndicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  animation: scrollIndicatorBounce 2s ease-in-out infinite;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.scrollIndicator:hover {
  opacity: 1;
}

.scrollIndicator svg {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes scrollIndicatorBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}
/* ---- Кнопка «Наверх» (к Hero) — видна в Forum секции ---- */
.backToHero {
  position: fixed;
  top: 80px; /* ниже навбара */
  left: 50%;
  transform: translateX(-50%) translateY(-60px);
  z-index: 100;
  background: rgba(162, 118, 37, 0.9);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.backToHero.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* ---- Декор (pageDecor) переходы ---- */
.pageDecor {
  transition: opacity 600ms ease;
}

.pageDecor--forum .pageDecorGroup1 {
  /* Можно затемнить / размыть фон при переходе к форуму */
  /* или оставить как есть, если декор уже подходит */
}

html[data-app=public] {
  /* ========================
     ADAPTIVE — Tablet (≤768px)
     ======================== */
  /* ========================
     ADAPTIVE — Mobile (≤480px)
     ======================== */
}
html[data-app=public] .button--primary {
  box-shadow: inset 0 0 12px 0 rgba(255, 247, 154, 0.9), 0 2px 0 0 #9d7d38;
  background: linear-gradient(180deg, #ffdd94 0%, #ffbd42 54.81%, #9f6d00 100%);
  border-radius: 200px;
  padding: 16px 34px;
  height: 61px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #5b3600;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
html[data-app=public] .button--primary:hover{
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
html[data-app=public] .button--link {
  box-shadow: inset 0 0 12px 0 rgba(255, 247, 154, 0.9);
  background: #ffde98;
  border-radius: 200px;
  padding: 16px 34px;
  height: 60px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #5b3600;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(195, 156, 72, 0.1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
html[data-app=public] .button--link:hover{
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
html[data-app=public] .button--icon--write {
  overflow: visible;
  box-shadow: inset 0 0 12px rgba(255, 247, 154, 0.9), 0 2px 0 0 #9d7d38;
  background: linear-gradient(180deg, #ffdd94 0%, #ffbd42 54.81%, #9f6d00 100%);
  border-radius: 200px;
  padding: 16px 34px;
  height: 60px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #5b3600;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
html[data-app=public] .button--icon--write:hover{
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
html[data-app=public] .p-nav{
  height: 56px;
  width: 100%;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(181 147 92 / var(--tw-border-opacity, 1));
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(240, 214, 178, 0.5);
  margin: 0 auto;
}
html[data-app=public] .p-nav-smallLogo{
  display: none;
}
html[data-app=public] .p-nav .hScroller-scroll{
  display: flex;
  align-items: center;
}
html[data-app=public] .p-nav .hScroller-scroll .p-navgroup-link--search {
  font-weight: 600;
  font-size: 17px;
  color: #82591b;
  background: none !important;
  padding: 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
html[data-app=public] .p-nav-list {
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
html[data-app=public] .p-nav-list:before, html[data-app=public] .p-nav-list:after {
  display: none;
}
html[data-app=public] .p-nav-list li {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  background: none !important;
}
html[data-app=public] .p-nav-list a {
  background: none !important;
}
html[data-app=public] .p-nav-list .p-navEl {
  font-weight: 600;
  font-size: 17px;
  color: #82591b;
  background: none !important;
}
html[data-app=public] .p-nav-list .p-navEl:hover {
  color: #b46c00;
  background: none !important;
}
html[data-app=public] .p-nav-list .p-navEl-link {
  padding: 0;
}
html[data-app=public] .p-nav-list .p-navEl-splitTrigger {
  padding: 0;
  display: none;
}
html[data-app=public] .p-nav-list .p-navEl.is-selected {
  color: #b46c00;
  background: none;
}
html[data-app=public] .p-nav-list .p-navEl.is-selected .p-navEl-link {
  padding-right: 0;
}
html[data-app=public] .p-nav-list .p-navEl.is-selected:hover {
  opacity: 1;
}
html[data-app=public] .p-nav-inner {
  height: 100%;
  align-items: center;
}
html[data-app=public] .p-nav-opposite{
  margin-right: 0px;
}
html[data-app=public] .p-nav-opposite .p-navgroup {
  background: none;
  border-radius: 0;
}
html[data-app=public] .p-nav-opposite .p-account{
  display: flex;
  align-items: center;
}
html[data-app=public] .p-nav-opposite .p-navgroup-link--iconic:not(.p-navgroup-link--user) {
  border-left: 2px solid #dfb968;
  border-right: 2px solid #dfb968;
  width: 44px;
  height: 56px;
  opacity: 1;
  box-shadow: inset 0 0 12px 0 rgba(255, 247, 154, 0.9);
  background: rgba(255, 212, 120, 0.8);
  padding: 0;
}
html[data-app=public] .p-nav-opposite .p-navgroup-link--iconic:not(.p-navgroup-link--user) .icon{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
html[data-app=public] .p-nav-opposite .p-navgroup-link--iconic:not(.p-navgroup-link--user) .icon svg {
  fill: none;
}
html[data-app=public] .p-nav-opposite .p-navgroup-link {
  transition: 300ms ease-in-out;
}
html[data-app=public] .p-nav-opposite .p-navgroup-link--user.is-menuOpen {
  background: none !important;
  box-shadow: none !important;
  opacity: 0.7;
}
html[data-app=public] .p-nav-opposite .p-navgroup-link:hover {
  opacity: 0.7;
}
html[data-app=public] .p-nav-opposite .p-navgroup-link--alerts {
  margin-left: 4px;
}
html[data-app=public] .p-nav-opposite .p-navgroup-link--user {
  background: none;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  margin-right: 16px;
  max-width: none;
}
html[data-app=public] .p-nav-opposite .p-navgroup-link--user .avatar {
  border: 1px solid #af7f33;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ffd8a7;
  margin-right: 14px;
}
html[data-app=public] .p-nav-opposite .p-navgroup-link--user .p-navgroup-linkText {
  font-weight: 600;
  font-size: 17px;
  color: #9e5e00;
}
html[data-app=public] .p-nav-opposite .p-discovery{
  display: none;
}
html[data-app=public] .p-staffBar{
  position: fixed;
  bottom: 0px;
  z-index: 100;
}
html[data-app=public] .p-header{
  display: none;
}
html[data-app=public] .p-body-inner{
  padding-left: 0px;
  padding-right: 0px;
}
html[data-app=public] .p-sectionLinks{
  display: none;
}
html[data-app=public] .p-breadcrumbs{
  margin-top: 15px;
  margin-bottom: 20px;
}
html[data-app=public] .p-breadcrumbs > li:last-child a {
  color: #a96500;
}
html[data-app=public] .p-breadcrumbs > li:last-child:after {
  display: none;
}
html[data-app=public] .p-breadcrumbs li:after {
  mask: url(/styles/app/media/icons/angle-right.svg) no-repeat center;
  -webkit-mask: url(/styles/app/media/icons/angle-right.svg) no-repeat center;
  margin: 0 10px;
  height: 2em;
  vertical-align: -2px;
  background-color: currentColor;
}
html[data-app=public] .p-breadcrumbs li a {
  font-weight: 600;
  font-size: 20px;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
  color: #65420E;
  transition: all 300ms ease-in-out;
}
html[data-app=public] .p-breadcrumbs li a:hover {
  color: #a96500;
}
html[data-app=public] .block[data-widget-definition=new_posts] .block-container {
  background: none !important;
  border: none !important;
  border-color: transparent !important;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer {
  flex-wrap: wrap;
  gap: 12px;
}
html[data-app=public] .block[data-widget-definition=new_posts] .block-header{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 0px;
  background: none !important;
  border: none !important;
  border-color: transparent !important;
  font-weight: 700;
  font-size: 26px;
  color: #65420e;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
}
html[data-app=public] .block[data-widget-definition=new_posts] .block-header:before {
  display: none;
}
html[data-app=public] .block[data-widget-definition=new_posts] .block-footer{
  display: none;
}
html[data-app=public] .block[data-widget-definition=new_posts] .itemDecorFrame{
  display: none;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer{
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  overflow: scroll;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px){
  html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer{
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 0px;
  }
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem--thread:not(:nth-child(n+1):nth-child(-n+5)){
  display: none;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem {
  border-radius: 20px;
  width: 355px;
  height: 90px;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6), 0 2px 1px 0 #ad8d57;
  background: linear-gradient(90deg, rgba(255, 208, 121, 0.4) 0%, rgba(240, 224, 194, 0.4) 100%);
  position: relative;
  display: flex;
  min-width: 250px;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  overflow: hidden;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-statuses{
  display: none;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-status{
  display: none;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-secondaryIcon{
  display: none;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell--latest{
  display: none;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-extraInfo{
  display: none;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell{
  padding: 0px;
  vertical-align: middle;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell--main{
  width: 100%;
  padding-right: 24px;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell--icon{
  margin-left: 24px;
  display: flex;
  height: 100%;
  width: auto;
  align-items: center;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell--icon .avatar {
  border: 1px solid #af7f33;
  border-radius: 20px;
  width: 62px;
  height: 62px;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-title a {
  font-weight: 600;
  font-size: 18px;
  color: #8b5500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-title a:hover {
  color: #b77000;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-parts {
  font-weight: 400;
  font-size: 15px;
  color: #a18050;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-parts li:last-child {
  display: none;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd, html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta{
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding: 0px;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd{
  z-index: -10;
  background: url("/styles/app/media/images/last-post/obv.png");
  background-size: cover;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd .structItem-iconContainer {
  display: none !important;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta{
  z-index: -20;
  background: url("/styles/app/media/images/last-post/bg.png");
  background-size: cover;
}
html[data-app=public] .block[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta *{
  display: none;
}
html[data-app=public] body:not(html[data-app=public] body[data-template=forum_list]) .news{
  display: none;
}
html[data-app=public] .news__content{
  margin-bottom: 30px;
  display: flex;
  gap: 14px;
  overflow: scroll;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px){
  html[data-app=public] .news__content{
    overflow: hidden;
    padding-bottom: 0px;
  }
}
html[data-app=public] .news-card{
  position: relative;
  display: block;
  height: 150px;
  width: 300px;
  min-width: 300px;
  cursor: pointer;
  border-radius: 20px;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .block-container {
  background: none;
  border: none;
  border-color: transparent;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer {
  flex-wrap: wrap;
  gap: 12px;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .block-header{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 0px;
  background: none;
  border: none;
  border-color: transparent;
  font-weight: 700;
  font-size: 26px;
  color: #65420e;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .block-header:before {
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .block-footer{
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .itemDecorFrame{
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer{
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  overflow: scroll;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px){
  html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer{
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 0px;
  }
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem--thread:not(:nth-child(n+1):nth-child(-n+5)){
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem {
  border-radius: 20px;
  width: 355px;
  height: 90px;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6), 0 2px 1px 0 #ad8d57;
  background: linear-gradient(90deg, rgba(255, 208, 121, 0.4) 0%, rgba(240, 224, 194, 0.4) 100%);
  position: relative;
  display: flex;
  min-width: 250px;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  overflow: hidden;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-statuses{
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-status{
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-secondaryIcon{
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell--latest{
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-extraInfo{
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell{
  padding: 0px;
  vertical-align: middle;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell--main{
  width: 100%;
  padding-right: 24px;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell--icon{
  margin-left: 24px;
  display: flex;
  height: 100%;
  width: auto;
  align-items: center;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell--icon .avatar {
  border: 1px solid #af7f33;
  border-radius: 20px;
  width: 62px;
  height: 62px;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-title a {
  font-weight: 600;
  font-size: 18px;
  color: #8b5500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-title a:hover {
  color: #b77000;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-parts {
  font-weight: 400;
  font-size: 15px;
  color: #a18050;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-parts li:last-child {
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd, html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta{
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding: 0px;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd{
  z-index: -10;
  background: url("/styles/app/media/images/last-post/obv.png");
  background-size: cover;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell--iconEnd .structItem-iconContainer {
  display: none;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta{
  z-index: -20;
  background: url("/styles/app/media/images/last-post/bg.png");
  background-size: cover;
}
html[data-app=public] html[data-app=public] .news-card[data-widget-definition=new_posts] .structItemContainer .structItem-cell--meta *{
  display: none;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] svg {
  fill: none;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] {
  position: relative;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .block-container {
  background: none;
  border: none;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .block-filterBar {
  display: none;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem--quickCreate {
  display: none;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItemContainer{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem-cell--icon {
  margin-left: 33px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItemContainer-group{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread {
  position: relative;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6);
  background: rgba(242, 218, 173, 0.4);
  height: 110px;
  border-radius: 20px;
  display: flex;
  border: none;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .itemDecorFrame{
  z-index: 30;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameTop{
  top: 0px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameBottom{
  bottom: 0px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameRight{
  right: 0px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameLeft{
  left: 0px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-cell {
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-cell--main {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-cell--main .structItem-cell--icon {
  margin-left: 0px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .statuses {
  height: 100%;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-statuses {
  height: 100%;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-statuses li {
  height: 100%;
  border-left: 1px solid #ffe9c5;
  border-right: 1px solid #ffe9c5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  background: rgba(255, 194, 93, 0.3);
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-iconContainer .avatar--s {
  border: 1px solid #af7f33;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ede2d4;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-iconContainer .structItem-secondaryIcon {
  display: none;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-cell--meta {
  background: rgba(255, 194, 93, 0.15);
  border-left: 1px solid #ffe9c5;
  border-right: 1px solid #ffe9c5;
  padding: 0px 30px;
  height: 100%;
  width: 220px;
  text-wrap: nowrap;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dl {
  width: 100%;
  display: flex;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dt {
  font-weight: 400;
  font-size: 16px;
  color: #7b4900;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dd {
  margin-left: auto;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: #a96500;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .last-user {
  margin-left: auto;
  display: flex;
  margin-right: 20px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .last-user .structItem-cell--latest {
  padding-top: 8px;
  margin-right: 12px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .last-user time {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #7b4900;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .last-user .username {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: #a96500;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .last-user .avatar {
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ffd8a7;
  border: 1px solid #af7f33;
  border-radius: 10px;
  width: 48px;
  height: 48px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .info {
  margin-left: 18px;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .info .structItem-title {
  font-weight: 600;
  font-size: 22px;
  color: #7b4900;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .info .structItem-minor {
  font-weight: 400;
  font-size: 16px;
  color: #a87420;
}
html[data-app=public][data-template=forum_view] html[data-app=public] .news-card[data-type=thread] .structItem.structItem--thread .info .structItem-startDate {
  font-weight: 400;
  font-size: 16px;
  color: #764800;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) {
  border-radius: 20px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .block-body{
  position: relative;
  display: flex;
  height: 425px;
  width: 600px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .block-body .memberDecorFrame{
  z-index: 0;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .block-body .memberDecorFrame .frameTop{
  top: 0px;
  transform: scale(1.005);
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .block-body .memberDecorFrame .frameRight{
  right: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .block-body .memberDecorFrame .frameBottom{
  bottom: 0px;
  transform: scale(1.005);
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .block-body .memberDecorFrame .frameLeft{
  left: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .block-container {
  border-radius: 20px;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6);
  background: rgba(242, 218, 173, 0.4);
  border: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberAvatar{
  position: absolute;
  top: -60px;
  z-index: 10;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ffd8a7;
  border: 2px solid #abd352;
  border-radius: 200px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberAvatar .memberHeader-avatar{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberAvatar .avatarWrapper{
  width: 100%;
  height: 100%;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberAvatar .avatar.avatar--l{
  width: 100%;
  height: 100%;
  font-size: 50px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberHeader{
  width: 100%;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberHeader:after, html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberHeader:before{
  display: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberProfileBanner{
  border-bottom-width: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberHeader-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberHeader-mainContent{
  margin-top: 60px;
  border-bottom-width: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card:not(.block--messages) .memberHeader-name {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #9e5e00;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent html[data-app=public] .news-card.block--messages{
  width: 100%;
}
html[data-app=public] html[data-app=public] .news-card.js-quickReply .block-container {
  background: none;
  border-radius: 0;
  border: none;
}
html[data-app=public] html[data-app=public] .news-card.js-quickReply .message-cell--user{
  display: none;
}
html[data-app=public] .news-card {
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6);
  background: linear-gradient(90deg, rgba(255, 208, 121, 0.4) 0%, rgba(240, 224, 194, 0.4) 100%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}
html[data-app=public] .news-card:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6), 0 4px 16px rgba(227, 188, 104, 0.3);
}
html[data-app=public] .news-card .cardDecorFrame{
  z-index: 30;
}
html[data-app=public] .news-card .cardDecorFrame .frameTop{
  top: 0px;
  transform: scale(1.005);
}
html[data-app=public] .news-card .cardDecorFrame .frameRight{
  right: 0px;
}
html[data-app=public] .news-card .cardDecorFrame .frameBottom{
  bottom: 0px;
  transform: scale(1.005);
}
html[data-app=public] .news-card .cardDecorFrame .frameLeft{
  left: 0px;
}
html[data-app=public] .news-card .gradient{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100px;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: linear-gradient(180deg, rgba(50, 28, 0, 0) 0%, #321c00 85.1%);
  opacity: 0.2;
}
html[data-app=public] .news-card__banner{
  position: absolute;
  inset: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
html[data-app=public] .news-card__textBlock{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  display: flex;
  height: 74px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 8px 26px 18px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 186, 99, 0.4);
}
html[data-app=public] .news-card__heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #fff9f0;
  text-shadow: 0 1px 0 rgba(78, 51, 0, 0.9);
  -webkit-text-stroke: 2px #724A00;
  paint-order: stroke fill;
}
html[data-app=public] .news-card__description {
  margin-top: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #fff5e5;
  text-shadow: 0 1px 8px rgba(78, 51, 0, 0.6);
  -webkit-text-stroke: 1px #986301;
  paint-order: stroke fill;
}
html[data-app=public] .appForumHeader {
  height: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
html[data-app=public] .appForumHeaderWrapper{
  width: 100%;
}
@media (min-width: 1820px){
  html[data-app=public] .appForumHeaderWrapper{
    width: var(--tpl-width);
  }
}
html[data-app=public] .appForumHeaderWrapper {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
html[data-app=public] .appForumHeader .badges {
  width: 100%;
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
html[data-app=public] .appForumHeader .infoBadge {
  min-width: 320px;
  height: 70px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: linear-gradient(180deg, rgba(255, 194, 61, 0.6) 70%, rgba(86, 58, 6, 0.6) 100%);
  border: 2px solid #bf9b7c;
  border-radius: 20px 20px 0 0;
}
html[data-app=public] .appForumHeader .infoBadgeInner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
html[data-app=public] .appForumHeader .infoBadge .badgeIcon {
  padding-bottom: 2px;
}
html[data-app=public] .appForumHeader .infoBadge .badgeTitle {
  margin-left: 5px;
  font-weight: 700;
  font-size: 20px;
  color: #7e5627;
}
html[data-app=public] .appForumHeader .infoBadge .badgeValue {
  margin-left: 6px;
  font-weight: 700;
  font-size: 20px;
  color: #ae6600;
}
@media (max-width: 768px) {
  html[data-app=public] .appForumHeader {
    height: auto;
    min-height: 200px;
  }
  html[data-app=public] .appForumHeaderWrapper {
    padding: 0 16px;
  }
  html[data-app=public] .appForumHeader .badges {
    flex-direction: column;
    align-items: center;
    row-gap: 0;
  }
  html[data-app=public] .appForumHeader .infoBadge {
    min-width: unset;
    width: 300px;
    height: 60px;
    border-radius: 0;
  }
  html[data-app=public] .appForumHeader .infoBadge:first-child {
    border-radius: 20px 20px 0 0;
  }
  html[data-app=public] .appForumHeader .infoBadge:last-child {
    border-radius: 0;
  }
  html[data-app=public] .appForumHeader .infoBadge + .infoBadge {
    border-top: none;
  }
  html[data-app=public] .appForumHeader .infoBadge .badgeTitle,
  html[data-app=public] .appForumHeader .infoBadge .badgeValue {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  html[data-app=public] .appForumHeader {
    min-height: 160px;
  }
  html[data-app=public] .appForumHeader .infoBadge {
    height: 52px;
  }
  html[data-app=public] .appForumHeader .infoBadge .badgeTitle,
  html[data-app=public] .appForumHeader .infoBadge .badgeValue {
    font-size: 15px;
  }
  html[data-app=public] .appForumHeader .infoBadge .badgeIcon svg {
    width: 20px;
    height: 20px;
  }
}
html[data-app=public] [data-template=account_security] .p-body-content .block-container:nth-child(1) {
  display: none !important;
}
html[data-app=public] .auth-block.login-block{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
html[data-app=public] .auth-block.login-block .block-banner{
  width: 100%;
  height: 100%;
}
html[data-app=public] .auth-block.login-block .block-banner img{
  width: 100%;
  height: 100%;
}
html[data-app=public] .auth-block.register-block .block-body{
  padding-top: 30px;
}
html[data-app=public] .overlay-content .block-container{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: #FFECD4;
}
html[data-app=public] .overlay-content .block-body{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
html[data-app=public] .overlay-content .formRow--input{
  display: flex;
  flex-direction: column;
}
html[data-app=public] .overlay-content .formRow--input dt{
  width: 100%;
  padding: 0px;
  text-align: left;
  border: none !important;
  background: none !important;
}
html[data-app=public] .overlay-content .formRow--input dt label {
  font-weight: 400;
  font-size: 16px;
  color: #8f6931;
}
html[data-app=public] .overlay-content .formRow--input dd{
  width: 100%;
  padding: 0px;
}
html[data-app=public] .overlay-content .formRow--input dd input {
  border-radius: 0 12px 12px 12px;
  background: #fff3e4;
  border: 1px solid #d9bb95;
  height: 46px;
}
html[data-app=public] .overlay-content .formRow--input dd input[type=password] {
  border-radius: 0 0 0 12px !important;
}
html[data-app=public] .overlay-content .formRow:not(.formRow--input) dt {
  display: none !important;
}
html[data-app=public] .overlay-content .formRow:not(.formRow--input) dd{
  display: flex;
  width: 100%;
  justify-content: center;
}
html[data-app=public] .overlay-content .formSubmitRow-bar {
  background: none !important;
  border: none !important;
}
html[data-app=public] .overlay-content .formSubmitRow-controls{
  margin: 0px;
  display: flex;
  justify-content: center;
  padding: 0px;
  background: none !important;
}
html[data-app=public] .overlay-content .block-outer {
  border: none !important;
  margin-top: 10px;
}
html[data-app=public] .overlay-content .formSubmitRow{
  margin-bottom: 30px;
}
html[data-app=public] .overlay-content .formSubmitRow-controls{
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
html[data-app=public] body:not([data-template=account_preferences]) .formRow:not(.formRow--input) dt {
  display: none !important;
}
html[data-app=public] body:not([data-template=account_preferences]) .formRow:not(.formRow--input) dd{
  display: flex;
  width: 100%;
  justify-content: center;
}
html[data-app=public] .formSubmitRow-controls{
  margin: 0px;
  display: flex;
  justify-content: center;
  padding: 0px;
  background: none !important;
}
html[data-app=public] .formSubmitRow{
  margin-bottom: 30px;
  border-style: none;
  background-image: none;
}
html[data-app=public] .formSubmitRow-bar{
  border-style: none;
  background-image: none;
}
html[data-app=public] .formRow--fullWidth{
  margin-top: 0.5rem;
}
html[data-app=public] .formSubmitRow-controls{
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
html[data-app=public] .formRow--input{
  display: flex;
  flex-direction: column;
}
html[data-app=public] .formRow--input dt{
  width: 100%;
  padding: 0px;
  text-align: left;
  border: none !important;
  background: none !important;
}
html[data-app=public] .formRow--input dt label {
  font-weight: 400;
  font-size: 16px;
  color: #8f6931;
}
html[data-app=public] .formRow--input dd{
  width: 100%;
  padding: 0px;
}
html[data-app=public] .formRow--input dd input {
  border-radius: 0 12px 12px 12px;
  background: #fff3e4;
  border: 1px solid #d9bb95;
  height: 46px;
}
html[data-app=public] .formRow--input dd input[type=password] {
  border-radius: 0 0 0 12px !important;
}
html[data-app=public] .fr-box{
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(55, 32, 0, 0.15);
  background: #fff0dd;
}
html[data-app=public] .fr-box .rte-tab--preview {
  border-radius: 5px 20px 5px 5px !important;
  border: solid 1px rgba(231, 186, 103, 0.9) !important;
}
html[data-app=public] .fr-box .rte-tab--preview button {
  border-radius: 5px 20px 5px 5px !important;
}
html[data-app=public] .fr-box.is-focused{
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(55, 32, 0, 0.15);
  background: #fff0dd;
  border: solid 1px rgba(231, 186, 103, 0.9) !important;
}
html[data-app=public] .fr-box.is-focused .fr-toolbar {
  background: #fff0dd !important;
  border-radius: 20px 20px 0 0;
}
html[data-app=public] .fr-box.is-focused .rte-tab--preview {
  border-radius: 5px 20px 5px 5px !important;
  border: solid 1px rgba(231, 186, 103, 0.9) !important;
}
html[data-app=public] .fr-box.is-focused .rte-tab--preview button {
  border-radius: 5px 20px 5px 5px !important;
  border: solid 1px rgba(231, 186, 103, 0.9) !important;
}
html[data-app=public] textarea{
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(55, 32, 0, 0.15);
  background: #fff0dd;
}
html[data-app=public] textarea:focus {
  background: #fff0dd;
  border: solid 1px rgba(231, 186, 103, 0.9) !important;
}
html[data-app=public] form .block-container {
  padding: 10px !important;
  background: rgba(242, 218, 173, 0.4) !important;
}
html[data-app=public][data-template=forum_list] .p-breadcrumbs {
  display: none;
}
html[data-app=public][data-template=forum_list] .p-body-header {
  display: none;
}
html[data-app=public][data-template=forum_list] .p-body-inner {
  padding-top: 35px;
}
html[data-app=public][data-template=thread_view] .p-title-value{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
html[data-app=public][data-template=thread_view] .p-title .header{
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 26px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(101 66 14 / var(--tw-text-opacity, 1));
    font-family: var(--ff-p), sans-serif;
    font-weight: 600;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
}
html[data-app=public][data-template=thread_view] .p-title .block-outer{
  padding-bottom: 0px;
  padding-top: 0.625rem;
}
html[data-app=public][data-template=thread_view] .p-title .block-outer .button {
  padding: 6px 12px;
  height: 32px;
  font-size: 14px;
}
html[data-app=public][data-template=thread_view] .p-description{
  display: none;
}
html[data-app=public][data-template=thread_view] .message:nth-child(1) .message-cell--preview{
  margin-bottom: 20px;
}
html[data-app=public][data-template=thread_view] .message:nth-child(1) .message-cell--preview img{
  width: 100%;
}
html[data-app=public][data-template=thread_view] .message:nth-child(1) .message-content {
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
}
html[data-app=public][data-template=thread_view] .message:nth-child(1) .message-body{
  font-size: 20px !important;
  line-height: 26px !important;
}
html[data-app=public][data-template=thread_view] .message:nth-child(1) .message-body h2{
  font-size: 28px !important;
  line-height: 34px !important;
}
html[data-app=public][data-template=forum_view] .news {
  display: none;
}
html[data-app=public][data-template=forum_view] .block-outer {
  display: none;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] svg {
  fill: none;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] {
  position: relative;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .block-container {
  background: none;
  border: none;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .block-filterBar {
  display: none !important;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem--quickCreate {
  display: none;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItemContainer{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem-cell--icon {
  margin-left: 33px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItemContainer-group{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread {
  position: relative;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6);
  background: rgba(242, 218, 173, 0.4);
  height: 110px;
  border-radius: 20px;
  display: flex;
  border: none;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .itemDecorFrame{
  z-index: 30;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameTop{
  top: 0px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameBottom{
  bottom: 0px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameRight{
  right: 0px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .itemDecorFrame .frameLeft{
  left: 0px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-cell {
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-cell--main {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-cell--main .structItem-cell--icon {
  margin-left: 0px !important;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .statuses {
  height: 100%;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-statuses {
  height: 100%;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-statuses li {
  height: 100%;
  border-left: 1px solid #ffe9c5;
  border-right: 1px solid #ffe9c5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  background: rgba(255, 194, 93, 0.3);
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-iconContainer .avatar--s {
  border: 1px solid #af7f33;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ede2d4;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-iconContainer .structItem-secondaryIcon {
  display: none;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-cell--meta {
  background: rgba(255, 194, 93, 0.15);
  border-left: 1px solid #ffe9c5;
  border-right: 1px solid #ffe9c5;
  padding: 0px 30px;
  height: 100%;
  width: 220px;
  text-wrap: nowrap;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dl {
  width: 100%;
  display: flex;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dt {
  font-weight: 400;
  font-size: 16px;
  color: #7b4900;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .structItem-cell--meta dd {
  margin-left: auto;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: #a96500;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .last-user {
  margin-left: auto;
  display: flex;
  margin-right: 20px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .last-user .structItem-cell--latest {
  padding-top: 8px;
  margin-right: 12px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .last-user time {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #7b4900;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .last-user .username {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: #a96500;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .last-user .avatar {
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ffd8a7;
  border: 1px solid #af7f33;
  border-radius: 10px;
  width: 48px;
  height: 48px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .info {
  margin-left: 18px;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .info .structItem-title {
  font-weight: 600;
  font-size: 22px;
  color: #7b4900;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .info .structItem-minor {
  font-weight: 400;
  font-size: 16px;
  color: #a87420;
}
html[data-app=public][data-template=forum_view] .block[data-type=thread] .structItem.structItem--thread .info .structItem-startDate {
  font-weight: 400;
  font-size: 16px;
  color: #764800;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent{
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-top: 30px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) {
  border-radius: 20px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .block-body{
  position: relative;
  display: flex;
  height: 425px;
  width: 600px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .block-body .memberDecorFrame{
  z-index: 0;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .block-body .memberDecorFrame .frameTop{
  top: 0px;
  transform: scale(1.005);
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .block-body .memberDecorFrame .frameRight{
  right: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .block-body .memberDecorFrame .frameBottom{
  bottom: 0px;
  transform: scale(1.005);
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .block-body .memberDecorFrame .frameLeft{
  left: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .block-container {
  border-radius: 20px;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6);
  background: rgba(242, 218, 173, 0.4);
  border: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberAvatar{
  position: absolute;
  top: -60px;
  z-index: 10;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ffd8a7;
  border: 2px solid #abd352;
  border-radius: 200px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberAvatar .memberHeader-avatar{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberAvatar .avatarWrapper{
  width: 100%;
  height: 100%;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberAvatar .avatar.avatar--l{
  width: 100%;
  height: 100%;
  font-size: 50px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberHeader{
  width: 100%;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberHeader:after, html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberHeader:before{
  display: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberProfileBanner{
  border-bottom-width: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberHeader-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberHeader-mainContent{
  margin-top: 60px;
  border-bottom-width: 0px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block:not(.block--messages) .memberHeader-name {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #9e5e00;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .tabPanes.js-memberTabPanes{
  width: 100%;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block.block--messages{
  width: 100%;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .message.message--quickReply .message-user{
  display: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .message.message--quickReply .input {
  box-shadow: 0 0 4px 0 rgba(55, 32, 0, 0.15);
  background: #fff0dd;
  border: 1px solid #f4c789;
  border-radius: 20px;
  min-height: 77px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberProfileBanner{
  border-radius: 0px;
  background: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberHeader-blurbContainer{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  row-gap: 1px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberHeader-blurbContainer dt{
  display: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberHeader-blurbContainer * {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #a87420;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberHeader-stats{
  margin-top: 16px;
  width: 100%;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberHeader-stats .pairJustifier{
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-left: 17px;
  padding-right: 17px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberHeader-stats dl{
  height: 67px;
  width: 100%;
  background: rgba(255, 179, 63, 0.35);
  border: 1px solid #d9b67e;
  border-radius: 8px;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberHeader-stats dl dt{
  display: flex;
  justify-content: center;
  padding-top: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #65420e;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberHeader-stats dl dd{
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: #a96500;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .block-tabHeader{
  display: none;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberHeader-actionTop{
  margin-top: 0.75rem;
  display: flex;
  width: 100%;
  justify-content: center;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .memberHeader-actionTop .buttonGroup{
  display: flex;
  width: 100%;
  justify-content: center;
}
html[data-app=public] [data-template=member_view] .p-body-pageContent .message-responses{
  display: none;
}
html[data-app=public] .p-breadcrumbs--bottom {
  display: none !important;
}
html[data-app=public] .block--category .block-container {
  background: none !important;
  border: none !important;
  border-color: transparent !important;
}
html[data-app=public] .block--category .block-body{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
html[data-app=public] .block--category .block-header{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 0px;
  background: none !important;
  border: none !important;
  border-color: transparent !important;
  font-weight: 700;
  font-size: 26px;
  color: #65420e;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
}
html[data-app=public] .block--category .block-header:before {
  display: none;
}
html[data-app=public] .node{
  position: relative;
  height: 225px;
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 1024px){
  html[data-app=public] .node{
    height: 230px;
    width: 447px;
  }
}
html[data-app=public] .node {
  overflow: hidden;
  box-shadow: inset 0 0 16px 0 rgba(227, 188, 104, 0.6);
  background: rgba(242, 218, 173, 0.4);
}
html[data-app=public] .node * {
  padding: 0;
}
html[data-app=public] .nodeDecorFrame{
  z-index: 30;
}
html[data-app=public] .nodeDecorFrame .frameTop{
  top: 0px;
}
html[data-app=public] .nodeDecorFrame .frameRight{
  right: 0px;
}
html[data-app=public] .nodeDecorFrame .frameBottom{
  bottom: 0px;
}
html[data-app=public] .nodeDecorFrame .frameLeft{
  left: 0px;
}
html[data-app=public] .nodeDecorBg{
  z-index: 0;
}
html[data-app=public] .nodeDecorBg .backgroundImage{
  bottom: 0px;
}
html[data-app=public] .node-preview{
  height: 80px;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(168 122 48 / var(--tw-border-opacity, 1));
}
html[data-app=public] .node-preview img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html[data-app=public] .node-stats{
  display: none;
}
html[data-app=public] .node-body{
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding-bottom: 30px;
}
html[data-app=public] .node-meta{
  display: none;
}
html[data-app=public] .node-icon-container{
  position: absolute;
  left: 23px;
  top: 46px;
  z-index: 0;
  display: flex;
  width: 66px;
  height: 66px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 225 196 / var(--tw-bg-opacity, 1));
  align-items: center;
  justify-content: center;
}
html[data-app=public] .node-icon-wrapper{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
html[data-app=public] .node .decorIconFrame{
  z-index: 0;
}
html[data-app=public] .node .decorIconFrame .strokeSvg{
  z-index: 0;
}
html[data-app=public] .node .decorIconFrame .frameCircle{
  z-index: 10;
}
html[data-app=public] .node .decorIconFrame .ellipse{
  z-index: 20;
  border-radius: 100%;
  fill: linear-gradient(180deg, #975800 0%, #ffd08e 100%);
}
html[data-app=public] .node-icon {
  position: relative;
  z-index: 20;
  display: flex;
  padding: 0;
}
html[data-app=public] .node-main{
  position: relative;
  z-index: 10;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 33px;
}
html[data-app=public] .node-title a{
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    font-family: var(--ff-p), sans-serif;
    font-weight: 600;
  text-shadow: 0 2px 0 rgba(148, 114, 50, 0.9);
  -webkit-text-stroke: 2px #936628;
  paint-order: stroke fill;
}
html[data-app=public] .node-title a:hover {
  text-shadow: 0 0 14px rgba(255, 196, 87, 0.6);
}
html[data-app=public] .node-extra{
  margin-top: 12px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
html[data-app=public] .node-extra-row{
  padding-left: 10px;
}
html[data-app=public] .node-extra .avatar {
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
  background: #ede2d4;
  border: 1px solid #af7f33;
  border-radius: 10px;
  width: 40px;
  height: 40px;
}
html[data-app=public] .node-extra-title, html[data-app=public] .node-extra-placeholder{
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  color: #a87420;
  -webkit-text-stroke: 1px #FFEAC2;
  paint-order: stroke fill;
  transition: opacity 200ms ease-in-out;
}
html[data-app=public] .node-extra-title:hover, html[data-app=public] .node-extra-placeholder:hover {
  opacity: 0.9;
}
html[data-app=public] .node-extra .listInline{
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #a18050;
}
html[data-app=public] .message {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
html[data-app=public] .message-inner{
  display: flex;
  flex-direction: column;
}
html[data-app=public] .message-cell--user {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  flex: 0 !important;
}
html[data-app=public] .message-userArrow {
  display: none;
}
html[data-app=public] .message-user {
  padding: 0 !important;
  display: flex;
  background: transparent;
  flex: none;
}
html[data-app=public] .message-user .message-avatar .avatar{
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(175 127 51 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 226 212 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 8px 0 rgba(44, 29, 4, 0.25);
}
html[data-app=public] .message-userDetails{
  margin-left: 14px;
}
html[data-app=public] .message-user .message-name{
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(123 73 0 / var(--tw-text-opacity, 1));
    font-family: var(--ff-p), sans-serif;
    font-weight: 600;
}
html[data-app=public] .message-user .message-userTitle{
  margin-top: 5px;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(223 88 64 / var(--tw-text-opacity, 1));
    font-family: var(--ff-p), sans-serif;
    font-weight: normal;
}
html[data-app=public] .message-user .userBanner{
  display: none;
}
html[data-app=public] .message-cell--main{
  padding: 0px;
}
html[data-app=public] .message-body{
  --tw-text-opacity: 1;
  color: rgb(96 57 0 / var(--tw-text-opacity, 1));
    font-family: var(--ff-p), sans-serif;
    font-weight: normal;
}
html[data-app=public] .message-body h2{
  --tw-text-opacity: 1;
  color: rgb(181 109 3 / var(--tw-text-opacity, 1));
    font-family: var(--ff-p), sans-serif;
    font-weight: 600;
}
html[data-app=public] .message .reactionsBar {
  background: rgba(240, 198, 140, 0.5);
  border: 1px solid #d9ab62;
  border-radius: 200px;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
html[data-app=public] .message .reactionsBar-link {
  display: none;
}
html[data-app=public] .message .reactionSummary{
  display: flex;
  height: auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
html[data-app=public] .message .reactionSummary li{
  margin: 0px;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  padding: 0px;
  background: none !important;
}
html[data-app=public] .message .reactionSummary li .reaction--small{
  width: 24px;
  height: 24px;
}
html[data-app=public] .message .reactionSummary li .reaction--small img{
  width: 100%;
  height: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
html[data-app=public] .message .messageActions{
  margin-top: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-size: 12px;
  line-height: 12px;
    font-family: var(--ff-p), sans-serif;
    font-weight: normal;
}
html[data-app=public] .message .messageActions .message-footer{
  margin-left: auto;
}
html[data-app=public] .message .messageActions .u-concealed{
  display: flex;
  align-items: flex-end;
  --tw-text-opacity: 1;
  color: rgb(123 73 0 / var(--tw-text-opacity, 1));
  opacity: 0.5;
    font-family: var(--ff-p), sans-serif;
    font-weight: normal;
}
html[data-app=public] .message-attribution-opposite{
  display: none;
}
html[data-app=public] .message--thread-post .message-cell--preview{
  margin-bottom: 20px;
}
html[data-app=public] .message--thread-post .message-cell--preview img{
  width: 100%;
}
html[data-app=public] .message--thread-post .message-content {
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
}
html[data-app=public] .message--thread-post .message-body{
  font-size: 20px !important;
  line-height: 26px !important;
}
html[data-app=public] .message--thread-post .message-body h2{
  font-size: 28px !important;
  line-height: 34px !important;
}
html[data-app=public] .message--chat:not(.message--quickReply), html[data-app=public] .message--mine:not(.message--thread-post), html[data-app=public] .message--simple{
  margin-top: 20px;
  margin-bottom: 20px;
  width: auto;
  max-width: 860px;
}
html[data-app=public] .message--chat:not(.message--quickReply) .message-content, html[data-app=public] .message--mine:not(.message--thread-post) .message-content, html[data-app=public] .message--simple .message-content{
  width: 100%;
  min-width: 300px;
  border-radius: 20px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 14px;
  padding-bottom: 20px;
  box-shadow: 0 0 4px 0 rgba(55, 32, 0, 0.15) !important;
  background: #fff0dd !important;
}
html[data-app=public] .message--chat:not(.message--quickReply) .message-body, html[data-app=public] .message--mine:not(.message--thread-post) .message-body, html[data-app=public] .message--simple .message-body{
  font-size: 18px;
  line-height: 24px;
}
html[data-app=public] .message--chat:not(.message--quickReply) .message-body h2, html[data-app=public] .message--mine:not(.message--thread-post) .message-body h2, html[data-app=public] .message--simple .message-body h2{
  font-size: 22px;
  line-height: 26px;
}
html[data-app=public] .message--other:not(.message--thread-post) .message-content{
  border-top-left-radius: 0px;
  background: #fff0dd !important;
}
html[data-app=public] .message--mine:not(.message--thread-post){
  margin-left: auto;
}
html[data-app=public] .message--mine:not(.message--thread-post) .message-cell--user {
  display: flex;
  justify-content: flex-end;
}
html[data-app=public] .message--mine:not(.message--thread-post) .message-cell--main {
  display: flex;
  justify-content: flex-end;
}
html[data-app=public] .message--mine:not(.message--thread-post) .message-content{
  border-top-right-radius: 0px;
  background: #fff6e9;
}
html[data-app=public] .message--mine:not(.message--thread-post) .message-main{
  align-items: flex-end;
}
html[data-app=public] .block.js-quickReply .block-container {
  background: none !important;
  border-radius: 0 !important;
  border: none !important;
}
html[data-app=public] .block.js-quickReply .message-cell--user{
  display: none;
}
html[data-app=public] .message--quickReply .fr-box{
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(55, 32, 0, 0.15);
  background: #fff0dd;
}
html[data-app=public] .message--quickReply .fr-box .rte-tab--preview button {
  border-radius: 5px 20px 5px 5px;
}
html[data-app=public] .message--quickReply .fr-box.is-focused{
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(55, 32, 0, 0.15);
  background: #fff0dd;
  border: solid 1px rgba(231, 186, 103, 0.9) !important;
}
html[data-app=public] .message--quickReply .fr-box.is-focused .fr-toolbar {
  background: #fff0dd !important;
  border-radius: 20px 20px 0 0;
}
html[data-app=public] .message--quickReply .fr-box.is-focused .rte-tab--preview {
  border-radius: 5px 20px 5px 5px;
  border: solid 1px rgba(231, 186, 103, 0.9) !important;
}
html[data-app=public] .message-context {
  display: none;
}
html[data-app=public] .messageContextMenu {
  padding: 8px;
  position: fixed;
  z-index: 9999;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  box-shadow: 0 0 4px 0 rgba(55, 32, 0, 0.15);
  background: #fff0dd;
  min-width: 100px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.12s ease, transform 0.12s ease;
  pointer-events: none;
}
html[data-app=public] .messageContextMenu.is-open {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
html[data-app=public] .messageContextMenu .actionBar-set{
  display: flex;
  align-items: center;
}
html[data-app=public] .messageContextMenu .actionBar-action {
  background: rgba(255, 197, 72, 0.2);
  border-radius: 8px;
  padding: 6px 12px !important;
  display: flex !important;
  text-shadow: 0 0 8px rgba(255, 247, 232, 0.5);
}
html[data-app=public] .messageContextMenu .actionBar-action img, html[data-app=public] .messageContextMenu .actionBar-action i {
  display: none !important;
}
html[data-app=public] .messageContextMenu .actionBar-action--inlineMod {
  display: none !important;
}
html[data-app=public] .messageContextMenu .actionBar-action{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
html[data-app=public] .messageContextMenu .actionBar-action--reply::before{
  display: none;
}
html[data-app=public] .messageContextMenu .message-actionBar{
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(96 57 0 / var(--tw-text-opacity, 1));
}
html[data-app=public] .fr-toolbar .fr-btn {
  border: 1px solid #dec3a0;
  border-radius: 8px;
  padding: 4px;
  height: 32px;
  background: #ffe8ca;
  color: #a27625;
}

.offCanvasMenu--nav .offCanvasMenu-content {
  background: rgba(242, 218, 173, 0.9) !important;
}

.contentSection{
  position: relative;
  z-index: 10;
  width: 100%;
}
.contentSectionWrapper{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.contentSectionInner{
  position: relative;
  z-index: 10;
}
.contentSection:first-child .contentSectionWrapper{
  padding-top: 86px;
}
.contentSection[data-width=template] .contentSectionInner{
  width: 100%;
}
@media (min-width: 1820px){
  .contentSection[data-width=template] .contentSectionInner{
    width: var(--tpl-width);
  }
}
.contentSection[data-width=fluid] .contentSectionInner{
  width: 100%;
}

body:not([data-template=forum_list]) .contentSection[data-section=hero] {
  display: none;
}
body:not([data-template=forum_list]) .pageDecorGroup1 {
  display: none;
}

.contentSection[data-section=hero]{
  height: 100vh;
}
.contentSection[data-section=hero] .contentSectionInner{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.hero{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding-top: 100px;
  align-items: center;
  justify-content: center;
}
.heroBadge{
  position: relative;
  z-index: 20;
  display: flex;
  height: 47px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border-radius: 40px;
  padding-left: 22px;
  padding-right: 22px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: inset 0 0 16px 0 rgba(255, 255, 255, 0.15);
  background: linear-gradient(180deg, rgba(153, 218, 1, 0.4) 50.48%, rgba(100, 142, 1, 0.4) 100%);
}
.heroBadge span{
  font-size: 18px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 241 228 / var(--tw-text-opacity, 1));
    font-family: var(--ff-p), sans-serif;
    font-weight: normal;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.heroLogo{
  position: relative;
  z-index: 10;
  display: flex;
  height: 400px;
  width: 670px;
  align-items: center;
  justify-content: center;
}
.heroLogo .logoShadow{
  position: absolute;
  z-index: 0;
}
.heroLogo .logoEl{
  position: absolute;
  z-index: 10;
  animation: spin 120s linear infinite;
}
.heroLogo .logo{
  position: absolute;
  z-index: 20;
}
.heroDescription{
  position: relative;
  z-index: 20;
  max-width: 725px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: var(--ff-p), sans-serif;
    font-weight: normal;
  text-shadow: 0 0 6px rgba(33, 22, 6, 0.7);
  -webkit-text-stroke: 2px #895F12;
  paint-order: stroke fill;
}
.heroButton{
  position: relative;
  z-index: 20;
  margin-top: 32px;
  display: flex;
  height: 72px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border-radius: 200px;
  padding-left: 44px;
  padding-right: 40px;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(81 48 0 / var(--tw-text-opacity, 1));
    font-family: var(--ff-p), sans-serif;
    font-weight: 600;
    align-items: center;
    justify-content: center;
  box-shadow: inset 0 0 12px 0 rgba(255, 247, 154, 0.9), 0 4px 0 0 #836013;
  background: linear-gradient(180deg, #ffdd94 0%, #ffbd42 54.81%, #9f6d00 100%);
}
.heroButton .playIcon{
  margin-bottom: 0.125rem;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 500px;
  align-items: center;
  justify-content: center;
  border: 2px solid #a27625;
}
.heroButton {
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
}
.heroButton:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 0 12px 0 rgba(255, 247, 154, 0.9), 0 4px 0 0 #836013, 0 0 20px 4px rgba(255, 189, 66, 0.4), 0 0 40px 8px rgba(255, 221, 148, 0.15);
  filter: brightness(1.08);
}
.heroButton:active {
  transform: translateY(1px);
  box-shadow: inset 0 0 12px 0 rgba(255, 247, 154, 0.9), 0 1px 0 0 #836013;
  filter: brightness(0.97);
}
.heroButton .playIcon {
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.heroButton:hover .playIcon {
  transform: scale(1.15);
  background-color: rgba(162, 118, 37, 0.12);
}
.heroInfo{
  position: relative;
  margin-top: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.heroInfoInner{
  display: flex;
  width: 100%;
  -moz-column-gap: 100px;
       column-gap: 100px;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.heroInfo .infoItem{
  text-align: center;
}
.heroInfo .infoItemValue{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroInfo .infoItemValue span{
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
    font-family: var(--ff-p), sans-serif;
    font-weight: 600;
}
.heroInfo .infoItemValue .valueGradient{
  position: relative;
  z-index: 10;
  background: linear-gradient(180deg, #fff2dd 50%, #ffc260 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heroInfo .infoItemValue .valueShadow{
  position: absolute;
  z-index: 0;
  text-shadow: 0 1px 8px rgba(40, 22, 4, 0.8);
}
.heroInfo .infoItemPostfix{
  margin-top: 5px;
  font-size: 18px;
  line-height: 150%;
  color: rgb(255 255 255 / 80);
    font-family: var(--ff-p), sans-serif;
    font-weight: normal;
  text-shadow: 0 1px 8px rgba(40, 22, 4, 0.8);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ========================
   ADAPTIVE — Tablet (≤1024px)
   ======================== */
@media (max-width: 1024px) {
  .hero{
    padding-top: 80px;
  }
  .heroLogo{
    height: 290px;
    width: 480px;
  }
  .heroDescription{
    max-width: 560px;
    font-size: 20px;
    line-height: 26px;
    -webkit-text-stroke: 1.5px #895F12;
  }
  .heroButton{
    margin-top: 24px;
    height: 62px;
    padding-left: 36px;
    padding-right: 32px;
    font-size: 22px;
    line-height: 22px;
  }
  .heroInfo{
    margin-top: 36px;
  }
  .heroInfoInner{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .heroInfo .infoItemValue span{
    font-size: 30px;
    line-height: 32px;
  }
  .heroInfo .infoItemPostfix{
    font-size: 16px;
    line-height: 150%;
  }
}
/* ========================
   ADAPTIVE — Small tablet (≤768px)
   ======================== */
@media (max-width: 768px) {
  .hero{
    padding-top: 70px;
  }
  .heroBadge{
    height: 40px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .heroBadge span{
    font-size: 15px;
    line-height: 15px;
  }
  .heroLogo{
    height: 210px;
    width: 340px;
  }
  .heroDescription{
    max-width: 460px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
    -webkit-text-stroke: 1px #895F12;
  }
  .heroButton{
    margin-top: 20px;
    height: 56px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-left: 30px;
    padding-right: 26px;
    font-size: 20px;
    line-height: 20px;
    box-shadow: inset 0 0 10px 0 rgba(255, 247, 154, 0.9), 0 3px 0 0 #836013;
  }
  .heroButton .playIcon{
    width: 28px;
    height: 28px;
  }
  .heroInfo{
    margin-top: 30px;
  }
  .heroInfoInner{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .heroInfo .infoItemValue span{
    font-size: 26px;
    line-height: 28px;
  }
  .heroInfo .infoItemPostfix{
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 480px) {
  .hero{
    padding-top: 60px;
  }
  .heroBadge{
    height: 36px;
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .heroBadge span{
    font-size: 13px;
    line-height: 13px;
  }
  .heroLogo{
    height: 160px;
    width: 360px;
  }
  .heroDescription{
    max-width: 320px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-stroke: 1px #895F12;
  }
  .heroButton{
    margin-top: 18px;
    height: 50px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 18px;
    box-shadow: inset 0 0 8px 0 rgba(255, 247, 154, 0.9), 0 3px 0 0 #836013;
  }
  .heroButton .playIcon{
    width: 24px;
    height: 24px;
  }
  .heroInfo{
    margin-top: 24px;
  }
  .heroInfoInner{
    flex-wrap: wrap;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 16px;
  }
  .heroInfo .infoItemValue span{
    font-size: 22px;
    line-height: 24px;
  }
  .heroInfo .infoItemPostfix{
    font-size: 13px;
    line-height: 150%;
  }
}