@font-face {
  font-family: Borna Webfont;
  src: url('../fonts/borna-semibold-webfont.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: Knile Webfont;
  src: url('../fonts/knile-bold-webfont.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: Borna Webfont;
  src: url('../fonts/borna-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.frame-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 53px;
  left: 536px;
}

.text {
  color: #1a3838;
  font-family: Knile Webfont, sans-serif;
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  top: 45px;
  left: 40px;
}

.text-2 {
  color: #1a3838cc;
  padding-right: 0;
  font-family: Borna Webfont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  top: 150px;
  left: 40px;
  right: 40px;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 146px;
  display: flex;
  position: absolute;
  top: 201px;
  left: 0;
}

.text-3 {
  color: #a2c1c4;
  font-family: Borna Webfont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: 91px;
  left: 40px;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 35px;
  display: flex;
  position: absolute;
  top: 337px;
  left: 40px;
}

.text-4 {
  color: #1a3838;
  font-family: Borna Webfont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 344px;
  left: 66px;
}

.vectors-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 35px;
  display: flex;
  position: absolute;
  top: 337px;
  left: 172px;
}

.text-5 {
  color: #1a3838;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 344px;
  left: 198px;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 35px;
  display: flex;
  position: absolute;
  top: 337px;
  left: 304px;
}

.text-6 {
  color: #1a3838;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 344px;
  left: 330px;
}

.text-7 {
  color: #1a3838;
  font-family: Borna Webfont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 308px;
  left: 40px;
}

.vectors-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: absolute;
  top: 282px;
  left: 40px;
}

.section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body {
  background-color: #f4f2ee52;
  background-image: url('../images/back.png');
  background-repeat: no-repeat;
  background-size: 1240px;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-2 {
  margin-bottom: 32px;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  display: flex;
}

.main-container {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin: 80px;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 40px;
}

.card-item {
  margin-bottom: 32px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-3 {
  background-color: #f3ff4652;
  border-radius: 20px;
  width: auto;
  height: 32px;
  margin-left: 8px;
  padding: 6px 16px 8px;
}

.link {
  color: #1a3838;
  font-family: Borna Webfont, sans-serif;
  text-decoration: none;
}

.link:hover {
  color: #f3ff46;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 32px;
  width: 640px;
  height: auto;
  padding: 60px 40px;
}

.heading {
  color: #18150f;
  margin-top: 0;
  font-family: Knile Webfont, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.heading-2 {
  color: #18150f66;
  margin-top: -5px;
  font-family: Borna Webfont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph {
  color: #1a3838cc;
  height: 100%;
  margin-bottom: 32px;
  font-family: Borna Webfont, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-3 {
  font-family: Borna Webfont, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.card-tag-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #333;
  padding-left: 20px;
  display: flex;
}

.card {
  background-color: #f4f2ee;
  border: 1px solid #f0eee9;
  border-radius: 32px;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 32px;
  padding: 8px 8px 24px;
}

.card:hover {
  box-shadow: 0 10px 24px #18150f14;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.div-block-6 {
  background-image: linear-gradient(#a2c1c459, #a2c1c459);
  border-radius: 100px;
  width: 64px;
  height: 48px;
}

.header-section {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.header {
  color: #333;
}

.card-button {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.card-perex {
  color: #18150fcc;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  font-family: Borna Webfont, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.similar-heading {
  color: #27233280;
  letter-spacing: 0;
  text-transform: none;
  border: 1px #1a383829;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 24px;
  font-family: Borna Webfont, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.tag {
  background-color: #c3f4c9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  margin-left: 0;
  font-family: Borna Webfont, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.tag:hover {
  color: #c3f4c9;
  background-color: #1a3838;
}

.image {
  opacity: .16;
  color: #944545;
  width: 24px;
}

.span-name {
  color: #fff;
  white-space: nowrap;
  background-color: #3f8ef1;
  border-radius: 1rem;
  margin-top: -1.25rem;
  margin-left: -1rem;
  padding: .2rem .875rem;
  font-size: .875rem;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
}

.span-name.three {
  background-color: #5088a3;
}

.span-name.two {
  background-color: #b6496b;
  font-family: Borna Webfont, sans-serif;
}

.intro-text {
  text-align: center;
  width: 100%;
  max-width: 50rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: .5rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  bottom: -.875rem;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.span-avatar.three {
  background-image: url('../images/Group-10.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 5rem 5rem;
  width: 5rem;
  height: 5rem;
  margin-top: -16px;
  bottom: -1rem;
}

.span-avatar.three:hover {
  border-color: #5088a3;
  border-radius: 30px;
}

.span-avatar.one {
  white-space: nowrap;
  background-image: url('../images/Group-57.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6rem 6rem;
  border-radius: 8px;
  width: 5rem;
  height: 5rem;
  bottom: 0;
}

.span-avatar.one:hover {
  border-radius: 30px;
}

.span-avatar.two {
  background-image: url('../images/Group-55.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 5rem 5rem;
  width: 5rem;
  height: 5rem;
  bottom: -.7rem;
}

.span-avatar.two:hover {
  border-color: #b6496b;
  border-radius: 30px;
}

.page-padding {
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.subpage-category-header {
  color: #272332;
  flex-direction: column;
  padding: 24px 24px 48px 0;
  font-family: Borna Webfont, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: .6;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-home-intro {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 380px;
  display: flex;
  overflow: visible;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-block {
  font-family: Borna Webfont, sans-serif;
}

.text-block-2 {
  color: #18150f80;
  padding-top: 8px;
  font-family: Borna Webfont, sans-serif;
  font-size: 12px;
}

.link-block {
  background-image: linear-gradient(#f3ff4652, #f3ff4652);
  border-radius: 20px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.link-block.active {
  text-decoration: none;
}

.link-block.resting {
  color: #18150f;
  background-image: none;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none;
}

.link-block.resting:hover {
  color: #e91e1e;
  background-image: linear-gradient(#fcca7652, #fcca7652);
}

.link-block.resting.w--current {
  background-color: #fcca77;
  background-image: none;
}

.link-block.resting.why-uxl {
  margin-bottom: 16px;
  margin-left: -16px;
  padding: 8px 18px 8px 16px;
  align-self: flex-start;
  max-width: calc(100% + 16px);
}
.link-block.resting.why-uxl .why-label { white-space: normal; line-height: 1.3; }

.link-block.resting.why-uxl:hover {
  background-image: linear-gradient(#27233229, #27233229);
}

.link-block.resting.active.w--current {
  background-color: #ec7e7e;
}

.link-block.back-button {
  background-image: none;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none;
}

.link-block.back-button:hover {
  color: #e91e1e;
  background-image: linear-gradient(#1a383829, #1a383829);
}

.text-block-3 {
  color: #18150f;
  font-family: Borna Webfont, sans-serif;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.text-block-3.current {
  color: #18150fcc;
}

.image-2 {
  color: #18150f;
  width: 28px;
  max-width: 100%;
  padding-right: 8px;
}

.image-2.all {
  width: 26px;
}

.footer {
  border: 1px solid #18150f14;
  border-radius: 16px;
  width: 100%;
  padding: 0 24px 24px;
}

.text-span {
  color: #18150f;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.link-2 {
  color: #18150f;
  font-size: 14px;
}

.heading-4 {
  color: #1a3838;
  font-family: Knile Webfont, sans-serif;
  font-size: 40px;
}

.alphabet {
  color: #18150f;
  margin-top: 0;
  font-family: Knile Webfont, sans-serif;
  font-size: 32px;
}

.link-block-2 {
  border-right: 1px solid #1a383826;
  height: 1000px;
  position: absolute;
}

.cards-alphabet-a {
  border: 1px #18150f14;
  border-left-style: solid;
  padding-top: 0;
}

.navigation {
  padding-bottom: 24px;
}

.why-label {
  color: #27233280;
  font-family: Borna Webfont, sans-serif;
  font-weight: 400;
}

.icon-question {
  color: #272332;
  width: 24px;
  max-width: 100%;
  padding-right: 4px;
}

.text-span-2 {
  color: #1a383880;
  border: 1px solid #1a383880;
  border-radius: 20px;
  margin-left: 16px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 400;
  display: none;
}

.text-span-3 {
  color: #18150f80;
  font-family: Borna Webfont, sans-serif;
  font-weight: 400;
}

.div-block-7, .div-block-8 {
  display: flex;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.cards-count {
  margin-top: 20px;
  margin-bottom: 10px;
}

.alphabet-headline {
  justify-content: space-between;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.image-3 {
  opacity: 1;
  color: #18150f;
  max-width: 100%;
  margin-bottom: 16px;
  margin-left: -7px;
  padding: 16px 0;
}

.paragraph-2 {
  color: #1a3838cc;
  width: 70%;
  font-family: Borna Webfont, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.subpage-category-perex {
  color: #272332cc;
  width: 680px;
  font-family: Borna Webfont, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-5 {
  color: #18150f;
  font-family: Borna Webfont, sans-serif;
}

.progress-wrap {
  cursor: pointer;
}

.html-embed-4 {
  cursor: none;
}

.text-block-4 {
  color: #1a3838;
  padding-right: 16px;
  font-family: Borna Webfont, sans-serif;
  font-weight: 600;
  display: block;
}

.card-button-label {
  color: #1a3838;
  padding-right: 16px;
  font-family: Borna Webfont, sans-serif;
  font-weight: 600;
  display: none;
}

.card-header-link {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.image-4, .in-card-block-image {
  border-radius: 24px;
}

.text-block-5 {
  color: #1a3838;
}

.tag-label {
  color: #1a3838;
  padding: 8px 16px;
  font-family: Borna Webfont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.tag-label:hover {
  color: #c3f4c9;
}

.cards-alphabet-b, .cards-alphabet-c, .cards-alphabet-d, .cards-alphabet-e, .cards-alphabet-f {
  border-left: 1px solid #18150f14;
  padding-top: 0;
}

.cards-alphabet-f-copy {
  border-left: 1px solid #1a383829;
  padding-top: 0;
}

.cards-alphabet-g, .cards-alphabet-h, .cards-alphabet-i {
  border-left: 1px solid #18150f14;
  padding-top: 0;
}

.cards-alphabet-ik {
  border-left: 1px solid #1a383829;
  padding-top: 0;
}

.cards-alphabet-k, .cards-alphabet-l {
  border-left: 1px solid #18150f14;
  padding-top: 0;
}

.cards-alphabet-m, .cards-alphabet-p {
  border-left: 1px solid #1a383829;
  padding-top: 0;
}

.cards-alphabet-q {
  border-left: 1px solid #18150f14;
  padding-top: 0;
}

.cards-alphabet-q-copy {
  border-left: 1px solid #1a383829;
  padding-top: 0;
}

.cards-alphabet-r {
  border-left: 1px solid #18150f14;
  padding-top: 0;
}

.cards-alphabet-r-copy {
  border-left: 1px solid #1a383829;
  padding-top: 0;
}

.cards-alphabet-s {
  border-left: 1px solid #18150f14;
  padding-top: 0;
}

.cards-alphabet-s-copy {
  border-left: 1px solid #1a383829;
  padding-top: 0;
}

.cards-alphabet-t, .cards-alphabet-u, .cards-alphabet-v, .cards-alphabet-w {
  border-left: 1px solid #18150f14;
  padding-top: 0;
}

.text-span-4, .text-span-5 {
  color: #1a383880;
  font-weight: 400;
}

.menu-cards-count {
  color: #18150f7a;
  border: 1px solid #18150f3d;
  border-radius: 20px;
  margin-left: 16px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 400;
}

.menu-cards-count.current {
  color: #fffc;
  background-color: #ffffff3d;
  border-color: #ffffff59;
}

.subpage-category-hero {
  width: 680px;
  margin-bottom: 48px;
}

.card-detail {
  background-color: #fff;
  border: 1px solid #18150f14;
  border-radius: 32px;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 32px;
  padding: 24px 40px;
}

.html-embed-5 {
  height: 100px;
  margin: 32px auto 0;
}

.similar-heading-detail {
  color: #18150f;
  letter-spacing: 0;
  text-transform: none;
  border: 1px #1a383829;
  font-family: Borna Webfont, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.card-tag-section-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  outline-offset: 0px;
  border: 1px #000;
  border-bottom: 1px solid #1a383829;
  outline: 3px #333;
  margin-bottom: 32px;
  padding: 3px 3px 32px;
  display: flex;
}

.menu-icons {
  width: 28px;
  height: 28px;
  max-width: 100%;
  padding-right: 8px;
}

.menu-icons.all {
  width: 26px;
  height: 26px;
  max-width: 100%;
}

.grid_nav {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav_title {
  color: #888fa0;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.nav_title:hover {
  color: #ededed;
}

.nav_title.hide-dasktop {
  display: none;
}

.menu {
  grid-row-gap: 4px;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  transition: background-color .2s;
  display: flex;
}

.menu:hover {
  background-color: #1a1d22;
  align-items: center;
}

.nav_link {
  grid-column-gap: 8px;
  color: #ededed;
  border: 1px solid #0000;
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  color: #fff;
  background-color: #1a1d22e6;
  border-color: #1a1d22;
  box-shadow: 0 0 4px #ff168633;
}

.nav_link.w--current {
  color: #fff;
}

.button_primary {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #7e2fff;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 -2px 4px #0000001a;
}

.button_primary:hover {
  background-color: #6f18fd;
}

.social {
  grid-column-gap: 16px;
  justify-content: flex-start;
  display: flex;
}

.nav_row-link {
  color: #cacaca;
  text-decoration: none;
  transition: color .2s;
}

.nav_row-link:hover {
  color: #fff;
}

.nav_row-links {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav_row {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.nav_inner {
  z-index: 10;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1a1d22e6;
  border: 1px solid #555b62;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 16px;
  display: flex;
  position: relative;
}

.nav_logo {
  flex: none;
  width: 36px;
}

.menu_line {
  background-color: #ededed;
  width: 16px;
  height: 2px;
}

.flex_h-10 {
  grid-column-gap: 10px;
  display: flex;
}

.flex_h-10.center-left {
  align-items: center;
}

.nav {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto auto 20px;
}

.nav_big {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1a1d22e6;
  border-radius: 20px;
  padding: 20px 16px;
  display: none;
  position: absolute;
  inset: auto 0% 70px;
}

.social_link {
  opacity: .8;
  width: 20px;
  transition: opacity .2s;
}

.social_link:hover {
  opacity: 1;
}

.navigation-mobile {
  padding-bottom: 24px;
}

.headline-smaller {
  color: #18150fcc;
  font-family: Borna Webfont, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  display: inline;
}

.card-content-wrapper {
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 16px;
  margin-left: 0;
  padding: 24px 24px 16px;
  box-shadow: 0 4px 8px #00000008;
}

.text-block-6 {
  text-align: center;
  margin: 0 16px 16px;
}

.div-block-10 {
  margin-top: 64px;
}

.hero-tag-2 {
  width: auto;
  max-width: 100%;
  height: 6.4vh;
  padding-top: 0;
  position: relative;
  top: 233px;
  left: -163px;
  right: 0;
  transform: rotate(-8deg);
}

.hero-tag-1 {
  perspective: none;
  width: auto;
  height: 6vh;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 91px;
  left: -305px;
  right: 0;
  transform: rotate(15deg);
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 140px;
  display: flex;
}

.hero-tag-3 {
  width: auto;
  height: 7vh;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 57px;
  left: 57px;
}

.hero-tag-4 {
  filter: blur(7px);
  width: 290px;
  aspect-ratio: 1340 / 372;
  padding-top: 0;
  display: block;
  position: relative;
  left: 811px;
  transform: rotate(31deg);
}

.hero-tag-5 {
  filter: blur(8px);
  width: 460px;
  aspect-ratio: 1340 / 372;
  padding-top: 0;
  padding-right: 0;
  position: relative;
  left: -662px;
  transform: rotate(-15deg);
}

.div-block-12 {
  flex-flow: column;
  align-items: center;
  height: 100%;
  margin-top: -150px;
  display: flex;
  position: static;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tag-cat-design_principles {
  background-color: #e8dbfb;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  margin-left: 0;
  font-family: Borna Webfont, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.tag-cat-design_principles:hover {
  color: #c3f4c9;
  background-color: #a65edd;
}

.tag-label-cat_design_principles {
  color: #a65edd;
  padding: 8px 16px;
  font-family: Borna Webfont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.tag-label-cat_design_principles:hover {
  color: #e8dbfb;
}

.image-5 {
  width: auto;
  height: 70px;
}

.div-block-14 {
  background-image: url('../images/Group-69.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10vw;
  height: 20vh;
}

.hero-header {
  color: #18150f;
  text-align: center;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 16px;
  padding-left: 0;
  font-family: Borna Webfont, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  .span-avatar {
    border-radius: .35rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .page-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .subpage-category-header {
    font-size: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-home-intro {
    overflow: hidden;
  }

  .footer, .navigation {
    display: none;
  }

  .nav {
    display: block;
  }

  .navigation-mobile {
    display: none;
  }

  .hero-header {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-text {
    padding-top: 0;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .subpage-category-header {
    font-size: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid_nav {
    max-height: 65vh;
    overflow: scroll;
  }

  .nav_title.hide-dasktop {
    display: block;
  }

  .nav_link {
    display: none;
  }

  .nav_inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .hero-header {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .cards {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .main-container {
    width: 100%;
    margin-top: 10px;
  }

  .container {
    display: none;
  }

  .heading {
    margin-top: 0;
    font-size: 18px;
  }

  .heading-2 {
    margin-top: -10px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph {
    height: 100%;
  }

  .card-tag-section {
    margin-bottom: 0;
  }

  .card {
    width: 90%;
    margin: 0 auto 24px;
    padding: 24px 20px;
  }

  .div-block-6 {
    display: none;
  }

  .header-section {
    padding-bottom: 16px;
  }

  .card-button {
    display: none;
  }

  .card-perex {
    object-fit: fill;
    height: 50px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
  }

  .similar-heading {
    margin-top: 0;
    padding-top: 16px;
    font-size: 12px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .alphabet-headline {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-around;
    align-items: stretch;
    margin-right: 0;
  }

  .progress-wrap {
    z-index: 90;
  }

  .card-header-link {
    padding-bottom: 24px;
  }

  .card-detail {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 32px;
  }

  .grid_nav {
    grid-template-columns: 1fr;
  }

  .nav_title {
    color: #fff;
  }

  .button_primary {
    background-color: #f3ff4652;
    font-family: Borna Webfont, sans-serif;
    font-weight: 400;
  }

  .nav_row {
    grid-row-gap: 10px;
  }

  .nav_inner {
    background-color: #1a3838;
  }

  .nav_big {
    z-index: 100;
    background-color: #ecf1f1e6;
    display: block;
  }

  .navigation-mobile {
    display: block;
  }
}


@font-face {
  font-family: 'Borna Webfont';
  src: url('../fonts/borna-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Knile Webfont';
  src: url('../fonts/knile-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Borna Webfont';
  src: url('../fonts/borna-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

/* ===== Feedback faces widget (replaces ShareThis reaction buttons) ===== */
/* feedback: 3-stage rating using the logo faces (worst / mid / best) */
.feedback {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin: 20px 0 0;
  padding: 0 0 26px;
  list-style: none;
}
.feedback li {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.feedback li.worst { --sel: #f4bcbc; }
.feedback li.mid   { --sel: #f8d38a; }
.feedback li.best  { --sel: #a8e0bd; }
.feedback li .fb-face {
  width: 40px; height: 40px; border-radius: 13px;
  background: #f1f0ec;   /* match the share buttons' resting background */
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, transform .2s ease;
}
.feedback li .fb-face img { width: 100%; height: 100%; display: block; }
.feedback li:hover .fb-face { transform: translateY(-2px) scale(1.07); }
/* selected → tint the face background by its state (no frame) */
.feedback li.active .fb-face { background: var(--sel); transform: translateY(-2px) scale(1.07); }
.feedback .fb-count {
  margin-top: 8px;
  text-align: center;
  font-family: Borna Webfont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #18150f7a;
  transition: color .2s ease;
}
.feedback li.active .fb-count { color: #18150f; }


/* ============ Navbar widgets: search + language picker ============ */
.navbar:has(.uxl-nav-row) { width: 100%; }
.uxl-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
  gap: 16px;
}
.uxl-nav-left, .uxl-nav-right { flex: 1 1 0; display: flex; align-items: center; min-width: 0; }
.uxl-nav-right { justify-content: flex-end; }
.uxl-nav-row .brand { flex: 0 0 auto; margin: 0; }

/* search trigger */
.uxl-search-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  min-width: 300px;
  padding: 0 10px 0 18px;
  border: 1px solid #18150f24;
  border-radius: 999px;
  background: #ffffffcc;
  color: #18150f;
  font-family: Borna Webfont, sans-serif;
  font-size: 15px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.uxl-search-trigger:hover { border-color: #18150f4d; background: #fff; }
.uxl-search-trigger svg { opacity: .5; }
.uxl-search-trigger span { flex: 1; text-align: left; opacity: .5; }
.uxl-kbd {
  font-family: Borna Webfont, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #18150f99;
  border: 1px solid #18150f2e;
  border-radius: 5px;
  padding: 3px 6px;
  background: #18150f08;
}

/* language trigger */
.uxl-lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 4px 10px 4px 4px;
  border: 1px solid #18150f1f;
  border-radius: 999px;
  background: #ffffffcc;
  color: #18150f;
  font-family: Borna Webfont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.uxl-lang-trigger:hover { border-color: #18150f40; background: #fff; }
.uxl-lang-flag { width: 20px; height: 20px; margin: 4px; border-radius: 50%; object-fit: cover; display: block; background: #ededed; }
.uxl-lang-trigger svg { opacity: .55; }

/* overlay + shared bits */
.uxl-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #18150f4d;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 12vh 16px 16px;
}
.uxl-lang-overlay { align-items: center; padding: 16px; }
.uxl-overlay[hidden] { display: none; }
.uxl-search-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  height: 52px;
  border-bottom: 1px solid #18150f14;
}
.uxl-search-ic { display: inline-flex; color: #18150f; opacity: .55; }
.uxl-search-input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: Borna Webfont, sans-serif;
  font-size: 16px;
  color: #18150f;
  min-width: 0;
}
.uxl-search-input::placeholder { color: #18150f66; }

/* search panel */
.uxl-search-panel {
  width: min(560px, 94vw);
  max-height: 66vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #18150f14;
  border-radius: 16px;
  box-shadow: 0 24px 60px #18150f2e;
  overflow: hidden;
}
.uxl-search-list { overflow-y: auto; padding: 8px; }
.uxl-group-heading {
  font-family: Borna Webfont, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #18150f80;
  padding: 12px 10px 6px;
}
.uxl-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #18150f;
  font-family: Borna Webfont, sans-serif;
  font-size: 15px;
}
.uxl-item-ic { display: inline-flex; color: #18150f; opacity: .4; }
.uxl-item-name { flex: 1; }
.uxl-item-cat { font-size: 12px; color: #18150f80; }
.uxl-item.is-active { background: #fcca7773; }
.uxl-item.is-active .uxl-item-ic { opacity: .7; }
.uxl-empty { padding: 28px 12px; text-align: center; color: #18150f80; font-family: Borna Webfont, sans-serif; font-size: 14px; }

/* language panel */
.uxl-lang-panel {
  width: min(440px, 94vw);
  max-height: 72vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #18150f14;
  border-radius: 20px;
  box-shadow: 0 24px 60px #18150f2e;
  overflow: hidden;
}
.uxl-lang-head { padding: 20px 20px 12px; }
.uxl-lang-title { margin: 0 0 12px; font-family: Knile Webfont, sans-serif; font-size: 18px; font-weight: 700; color: #18150f; }
.uxl-lang-search { border: 1px solid #18150f1f; border-radius: 12px; height: 44px; }
.uxl-lang-list { list-style: none; margin: 0; padding: 8px; overflow-y: auto; }
.uxl-lang-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 52px;
  padding: 0 12px;
  border-radius: 12px;
  cursor: pointer;
  font-family: Borna Webfont, sans-serif;
  font-size: 15px;
  color: #18150f;
}
.uxl-lang-item:hover { background: #18150f0a; }
.uxl-lang-item-flag { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; background: #ededed; }
.uxl-lang-item-name { flex: 1; }
.uxl-check { color: #18150f; opacity: 0; }
.uxl-lang-item.is-selected .uxl-check { opacity: 1; }
.uxl-lang-item.is-selected { background: #fcca7733; }

@media screen and (max-width: 767px) {
  .uxl-search-trigger span, .uxl-search-trigger .uxl-kbd { display: none; }
  .uxl-search-trigger { min-width: 0; }
  .uxl-lang-code { display: none; }
}

/* prevent horizontal scroll from decorative hero tags positioned off-canvas */
html, body { overflow-x: clip; }

/* fix cramped top of the search field – even vertical breathing room */
.uxl-search-panel .uxl-search-input-row { height: auto; padding: 15px 16px; }

/* hero decorative tags: pop-in on load (scale 0 -> 1, opacity 0 -> 1) */
@keyframes uxl-pop {
  from { opacity: 0; transform: rotate(var(--uxl-rot, 0deg)) scale(0); }
  to   { opacity: 1; transform: rotate(var(--uxl-rot, 0deg)) scale(1); }
}
.hero-tag-1, .hero-tag-2, .hero-tag-3, .hero-tag-4, .hero-tag-5 {
  animation-name: uxl-pop;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-fill-mode: both;
}
/* slow, independent, staggered – each tag pops in at its own time & pace */
.hero-tag-5 { --uxl-rot: -15deg; animation-duration: 1.3s; animation-delay: 0.2s; }
.hero-tag-3 { animation-duration: 1.1s; animation-delay: 0.7s; }
.hero-tag-1 { animation-duration: 1.5s; animation-delay: 1.2s; }
.hero-tag-2 { animation-duration: 1.0s; animation-delay: 1.7s; }
.hero-tag-4 { --uxl-rot: 31deg;  animation-duration: 1.4s; animation-delay: 2.2s; }
@media (prefers-reduced-motion: reduce) {
  .hero-tag-1, .hero-tag-2, .hero-tag-3, .hero-tag-4, .hero-tag-5 { animation: none; }
}

/* anti-flash: hide content until the chosen language is applied */
html.uxl-i18n-pending body { visibility: hidden; }

/* ============ Account / login (navbar, left of language picker) ============ */
.uxl-nav-right { gap: 12px; }
.uxl-account { position: relative; display: flex; align-items: center; }
.uxl-login-trigger {
  height: 40px; padding: 0 18px; border: 0; border-radius: 999px;
  background: #18150f; color: #fff; font-family: Borna Webfont, sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; transition: opacity .2s;
}
.uxl-login-trigger:hover { opacity: .88; }
.uxl-account-trigger {
  display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 4px 10px 4px 4px;
  border: 1px solid #18150f1f; border-radius: 999px; background: #ffffffcc; color: #18150f;
  font-family: Borna Webfont, sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; transition: border-color .2s, background .2s;
}
.uxl-account-trigger:hover { border-color: #18150f40; background: #fff; }
.uxl-account-trigger svg { opacity: .55; }
.uxl-avatar {
  width: 30px; height: 30px; border-radius: 50%; object-fit: cover; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, #ffd36b, #fdb44b); color: #6b4a12; font-size: 13px; font-weight: 700; flex: 0 0 auto;
}
.uxl-account-name { max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.uxl-account-menu {
  position: absolute; top: calc(100% + 10px); right: 0; min-width: 210px; padding: 8px;
  background: #fff; border: 1px solid #18150f14; border-radius: 14px; box-shadow: 0 16px 40px #18150f26; z-index: 1000;
}
.uxl-account-menu[hidden] { display: none; }
.uxl-account-item {
  display: block; width: 100%; text-align: left; padding: 10px 12px; border: 0; background: transparent; border-radius: 9px;
  font-family: Borna Webfont, sans-serif; font-size: 14px; color: #18150f; text-decoration: none; cursor: pointer; box-sizing: border-box;
}
.uxl-account-item:hover { background: #18150f0a; }
.uxl-account-sep { height: 1px; background: #18150f14; margin: 6px 4px; }
.uxl-logout { color: #b3261e; }

/* ============ Clamp long category perex with fade + Show more ============ */
/* clamped from first paint (no full-text flash on navigation) */
.subpage-category-perex {
  max-height: 104px;   /* ~4 lines at 26px line-height */
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 62%, transparent 100%);
}
.subpage-category-perex.uxl-expanded {
  max-height: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.uxl-more-btn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; margin-left: -16px;
  border: 0; background: transparent; padding: 10px 16px; border-radius: 999px; cursor: pointer;
  font-family: Borna Webfont, sans-serif; font-size: 15px; font-weight: 600; color: #18150f;
  transition: background .2s;
}
.uxl-more-btn:hover { background: #18150f14; }
.uxl-more-btn .uxl-more-less { display: none; }
.uxl-more-btn.is-expanded .uxl-more-more { display: none; }
.uxl-more-btn.is-expanded .uxl-more-less { display: inline; }
.uxl-more-chev { transition: transform .2s ease; }
.uxl-more-btn.is-expanded .uxl-more-chev { transform: rotate(180deg); }

/* ================= Learning app pages (Dashboard/Flashcards/Quiz/Paths) ================= */
.uxl-app { min-height: 100vh; }
.uxl-appnav { position: sticky; top: 0; z-index: 50; background: #fffffff2; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-bottom: 1px solid #18150f12; }
.uxl-appnav-inner { display: flex; align-items: center; gap: 24px; max-width: 1140px; margin: 0 auto; padding: 14px 24px; box-sizing: border-box; }
.uxl-applogo { display: inline-flex; flex: 0 0 auto; }
.uxl-applogo img { width: 150px; height: auto; display: block; }
.uxl-apptabs { display: flex; align-items: center; gap: 8px; flex: 1; }
.uxl-tab { font-family: Borna Webfont, sans-serif; font-size: 15px; font-weight: 600; color: #18150f8c; text-decoration: none; padding: 9px 16px; border-radius: 999px; transition: color .2s, background .2s; }
.uxl-tab:hover { color: #18150f; }
.uxl-tab.is-active { color: #fff; background: #18150f; }
.uxl-appuser { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.uxl-appuser-name { font-family: Borna Webfont, sans-serif; font-size: 15px; color: #18150fb3; }
.uxl-applogout { font-family: Borna Webfont, sans-serif; font-size: 14px; font-weight: 600; color: #18150f; text-decoration: none; border: 1px solid #18150f24; border-radius: 999px; padding: 8px 18px; transition: border-color .2s; }
.uxl-applogout:hover { border-color: #18150f5c; }
.uxl-appmain { max-width: 1140px; margin: 0 auto; padding: 48px 24px 80px; box-sizing: border-box; }
.uxl-app-h1 { font-family: Knile Webfont, sans-serif; font-size: 44px; font-weight: 700; color: #18150f; margin: 0 0 10px; letter-spacing: -.01em; }
.uxl-app-sub { font-family: Borna Webfont, sans-serif; font-size: 17px; color: #18150f8c; margin: 0 0 36px; }

/* dashboard stats */
.uxl-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 16px; }
.uxl-stat { background: #fff; border: 1px solid #18150f0f; border-radius: 20px; padding: 22px 24px; box-shadow: 0 6px 16px #18150f0a; }
.uxl-stat b { display: block; font-family: Knile Webfont, sans-serif; font-size: 30px; color: #18150f; }
.uxl-stat span { font-family: Borna Webfont, sans-serif; font-size: 15px; color: #18150f8c; }
.uxl-featurecards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.uxl-feature { background: #18150f08; border: 1px solid #18150f0a; border-radius: 22px; padding: 26px 28px; text-decoration: none; display: block; transition: background .2s, transform .2s; }
.uxl-feature:hover { background: #18150f0f; transform: translateY(-2px); }
.uxl-feature .uxl-feature-ic { font-size: 26px; }
.uxl-feature h3 { font-family: Knile Webfont, sans-serif; font-size: 22px; color: #18150f; margin: 12px 0 8px; }
.uxl-feature p { font-family: Borna Webfont, sans-serif; font-size: 15px; color: #18150f8c; margin: 0; line-height: 1.5; }

/* flashcards */
.uxl-fc-wrap { max-width: 720px; margin: 0 auto; }
.uxl-fc-bar { height: 6px; border-radius: 999px; background: #18150f14; overflow: hidden; }
.uxl-fc-bar i { display: block; height: 100%; background: #18150f; border-radius: 999px; transition: width .3s; }
.uxl-fc-meta { display: flex; align-items: center; gap: 10px; margin: 14px 0 18px; font-family: Borna Webfont, sans-serif; font-size: 15px; color: #18150f8c; }
.uxl-badge { font-size: 12px; font-weight: 600; color: #1a6e57; background: #c3f4c980; border-radius: 999px; padding: 3px 10px; }
.uxl-fc-card { background: #f4f2ee; border: 1px solid #f0eee9; border-radius: 28px; min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; cursor: pointer; }
.uxl-fc-term { font-family: Knile Webfont, sans-serif; font-size: 40px; color: #18150f; }
.uxl-fc-ipa { font-family: Borna Webfont, sans-serif; font-size: 20px; color: #18150f66; margin-top: 8px; }
.uxl-fc-hint { font-family: Borna Webfont, sans-serif; font-size: 15px; color: #18150f66; margin-top: 28px; }
.uxl-fc-def { font-family: Borna Webfont, sans-serif; font-size: 18px; color: #1a3838cc; line-height: 1.5; max-width: 520px; }
.uxl-fc-actions { display: flex; gap: 12px; margin-top: 20px; }
.uxl-btn-dark { display: block; width: 100%; text-align: center; margin-top: 20px; background: #18150f; color: #fff; border: 0; border-radius: 999px; padding: 20px; font-family: Borna Webfont, sans-serif; font-size: 17px; font-weight: 600; cursor: pointer; box-shadow: 0 8px 20px #18150f26; transition: opacity .2s; }
.uxl-btn-dark:hover { opacity: .9; }
.uxl-rate { flex: 1; border: 1px solid #18150f24; background: #fff; border-radius: 14px; padding: 14px; font-family: Borna Webfont, sans-serif; font-size: 15px; font-weight: 600; color: #18150f; cursor: pointer; transition: background .2s, border-color .2s; }
.uxl-rate:hover { background: #fcca7733; border-color: #fdb44b; }

/* quiz */
.uxl-quiz-hero { text-align: center; max-width: 640px; margin: 8px auto 0; }
.uxl-quiz-logo { width: 96px; height: 96px; border-radius: 26px; background: #fff; box-shadow: 0 10px 30px #18150f1a; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.uxl-quiz-logo img { width: 60px; }
.uxl-quiz-hero h2 { font-family: Knile Webfont, sans-serif; font-size: 40px; color: #18150f; margin: 0 0 12px; }
.uxl-quiz-hero p { font-family: Borna Webfont, sans-serif; font-size: 17px; color: #18150f8c; margin: 0 0 28px; }
.uxl-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 620px; margin: 0 auto; }
.uxl-chip { font-family: Borna Webfont, sans-serif; font-size: 16px; font-weight: 600; color: #18150f; background: #18150f0a; border: 0; border-radius: 999px; padding: 14px 24px; cursor: pointer; transition: background .2s, color .2s; }
.uxl-chip:hover { background: #18150f14; }
.uxl-chip.is-active { color: #fff; background: #18150f; }

/* paths */
.uxl-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.uxl-path { background: #18150f08; border: 1px solid #18150f0a; border-radius: 22px; padding: 28px 30px; }
.uxl-path-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.uxl-path-head h3 { font-family: Knile Webfont, sans-serif; font-size: 24px; color: #18150f; margin: 0; }
.uxl-path-count { font-family: Borna Webfont, sans-serif; font-size: 15px; color: #18150f8c; flex: 0 0 auto; }
.uxl-path p { font-family: Borna Webfont, sans-serif; font-size: 15px; color: #18150f8c; margin: 10px 0 22px; line-height: 1.5; }
.uxl-path-bar { height: 6px; border-radius: 999px; background: #18150f12; overflow: hidden; }
.uxl-path-bar i { display: block; height: 100%; background: #18150f; border-radius: 999px; }

@media screen and (max-width: 900px) {
  .uxl-stats { grid-template-columns: 1fr 1fr; }
  .uxl-featurecards, .uxl-paths { grid-template-columns: 1fr; }
  .uxl-apptabs { display: none; }
}

/* home dashboard panel (logged-in users) */
.uxl-home-dash { max-width: 1040px; margin: 8px auto 40px; padding: 0 24px; box-sizing: border-box; }
.uxl-home-hi { font-family: Knile Webfont, sans-serif; font-size: 36px; font-weight: 700; color: #18150f; margin: 0 0 8px; }

/* ============ OTP login flow (email -> one-time code) ============ */
.uxl-login-overlay { position: fixed; inset: 0; z-index: 1200; background: #18150f4d; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; padding: 16px; }
.uxl-login-overlay[hidden] { display: none; }
.uxl-login-panel { position: relative; width: min(460px, 94vw); background: #fff; border: 1px solid #18150f14; border-radius: 22px; box-shadow: 0 30px 70px #18150f38; padding: 38px 36px 30px; box-sizing: border-box; }
.uxl-login-x { position: absolute; top: 16px; right: 18px; border: 0; background: transparent; font-size: 26px; line-height: 1; color: #18150f73; cursor: pointer; }
.uxl-login-x:hover { color: #18150f; }
.uxl-login-h { font-family: Knile Webfont, sans-serif; font-size: 26px; color: #18150f; margin: 0 0 8px; }
.uxl-login-p { font-family: Borna Webfont, sans-serif; font-size: 15px; color: #18150f8c; margin: 0 0 28px; line-height: 1.5; }
.uxl-otp-label { display: block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; letter-spacing: .08em; color: #18150f8c; margin-bottom: 6px; }
.uxl-otp-row { display: flex; align-items: center; gap: 12px; }
.uxl-otp-input { flex: 1; border: 0; outline: 0; background: transparent; font-family: Borna Webfont, sans-serif; font-size: 30px; color: #18150f; min-width: 0; padding: 4px 0; }
.uxl-otp-input::placeholder { color: #18150f2b; }
.uxl-otp-code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .28em; }
.uxl-otp-go { border: 0; background: transparent; font-size: 26px; color: #18150f; cursor: pointer; line-height: 1; padding: 2px 6px; }
.uxl-otp-go:hover { transform: translateX(2px); }
.uxl-otp-line { height: 1px; background: #18150f1f; margin-top: 6px; }
.uxl-otp-status { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 15px; color: #18150f8c; white-space: nowrap; }
.uxl-spin { display: inline-block; width: 12px; height: 12px; border: 2px solid #18150f2e; border-top-color: #18150f; border-radius: 50%; animation: uxl-spin .7s linear infinite; vertical-align: -1px; margin-left: 2px; }
@keyframes uxl-spin { to { transform: rotate(360deg); } }
.uxl-login-err { font-family: Borna Webfont, sans-serif; font-size: 14px; color: #b3261e; margin: 12px 0 0; }
.uxl-login-demo { font-family: Borna Webfont, sans-serif; font-size: 13px; color: #18150f73; margin: 22px 0 0; background: #18150f08; border-radius: 12px; padding: 11px 14px; }
.uxl-login-back { border: 0; background: transparent; color: #18150f8c; font-family: Borna Webfont, sans-serif; font-size: 14px; cursor: pointer; margin-top: 16px; padding: 4px 0; }
.uxl-login-back:hover { color: #18150f; }

/* login as a separate page (skiper-ui style) – uses the site's .body background */
.uxl-login-page { min-height: 100vh; }
.uxl-login-logo { position: absolute; top: 32px; left: 50%; transform: translateX(-50%); display: inline-flex; }
.uxl-login-logo img { width: 200px; height: auto; display: block; }
.uxl-login-main { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; }
.uxl-login-box { width: min(560px, 92vw); }
.uxl-login-sent { font-family: Borna Webfont, sans-serif; font-size: 15px; color: #18150f8c; margin: 0 0 26px; }

/* search: "no results" -> suggest adding a term */
.uxl-empty-msg { margin-bottom: 18px; }
.uxl-suggest { display: inline-flex; align-items: center; gap: 8px; border: 0; background: #18150f; color: #fff; border-radius: 999px; padding: 12px 22px; font-family: Borna Webfont, sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: opacity .2s; max-width: 90%; }
.uxl-suggest:hover { opacity: .9; }
.uxl-suggest-done { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #18150f; font-family: Borna Webfont, sans-serif; font-size: 16px; font-weight: 600; padding: 10px 0; }
.uxl-check-lg { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: #c3f4c980; color: #1a6e57; }

.uxl-suggest[disabled] { opacity: .6; cursor: default; }
.uxl-suggest-err { font-family: Borna Webfont, sans-serif; font-size: 14px; color: #b3261e; margin: 14px 0 0; }

/* onboarding profile step (after OTP) – matches the email/OTP input style */
.uxl-occ-label { margin-top: 28px; }
select.uxl-otp-input {
  -webkit-appearance: none; appearance: none; cursor: pointer;
  line-height: 1.35; height: auto; padding: 2px 28px 12px 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318150f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 2px center;
}
select.uxl-otp-input:invalid { color: #18150f2b; }
.uxl-otp-cta {
  margin-top: 28px; width: 100%; border: 0; background: #18150f; color: #fff; border-radius: 999px;
  padding: 15px 22px; font-family: Borna Webfont, sans-serif; font-size: 16px; font-weight: 600; cursor: pointer; transition: opacity .2s;
}
.uxl-otp-cta:hover { opacity: .9; }

/* read-only profile modal (from the account menu) */
.uxl-profile-overlay { position: fixed; inset: 0; z-index: 1200; background: #18150f30; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; padding: 24px; }
.uxl-profile-overlay[hidden] { display: none; }
.uxl-profile-panel { position: relative; width: min(420px, 92vw); background: #fff; border-radius: 22px; padding: 30px; box-shadow: 0 30px 80px #18150f33; }
.uxl-profile-x { position: absolute; top: 14px; right: 16px; border: 0; background: transparent; font-size: 24px; line-height: 1; color: #18150f8c; cursor: pointer; }
.uxl-profile-x:hover { color: #18150f; }
.uxl-profile-head { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.uxl-profile-av { width: 54px; height: 54px; font-size: 21px; }
.uxl-profile-name { font-family: Borna Webfont, sans-serif; font-size: 22px; font-weight: 600; color: #18150f; line-height: 1.2; }
.uxl-profile-field { font-family: Borna Webfont, sans-serif; font-size: 17px; color: #18150f; padding: 9px 0; border-bottom: 1px solid #18150f14; margin-bottom: 18px; }
.uxl-profile-email { margin-bottom: 8px; }
.uxl-profile-note { font-family: Borna Webfont, sans-serif; font-size: 13px; color: #18150f73; margin: 0; }

/* editable profile fields (name + occupation) */
.uxl-profile-input {
  width: 100%; box-sizing: border-box; border: 0; border-bottom: 1px solid #18150f1f; outline: 0; background: transparent;
  font-family: Borna Webfont, sans-serif; font-size: 17px; color: #18150f; padding: 9px 0; margin-bottom: 18px;
}
.uxl-profile-input:focus { border-bottom-color: #18150f; }
select.uxl-profile-input {
  -webkit-appearance: none; appearance: none; cursor: pointer; padding-right: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318150f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0 center;
}
.uxl-profile-save { margin-top: 10px; }
.uxl-profile-save[disabled] { opacity: .75; cursor: default; }

/* profile: change-email flow (multi-step modal) */
.uxl-profile-email-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.uxl-profile-change { border: 0; background: transparent; color: #18150f; opacity: .55; font-family: Borna Webfont, sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; padding: 0; text-decoration: underline; }
.uxl-profile-change:hover { opacity: 1; }
.uxl-profile-title { font-family: Borna Webfont, sans-serif; font-size: 22px; font-weight: 600; color: #18150f; margin: 2px 0 22px; }
.uxl-profile-cancel { display: block; border: 0; background: transparent; color: #18150f8c; font-family: Borna Webfont, sans-serif; font-size: 14px; cursor: pointer; margin: 14px auto 0; padding: 4px; }
.uxl-profile-cancel:hover { color: #18150f; }
.uxl-profile-ok { font-family: Borna Webfont, sans-serif; font-size: 13px; color: #1a6e57; margin: 0; }
.uxl-otp-row .uxl-profile-input { flex: 1 1 auto; width: auto; margin-bottom: 0; }
.uxl-otp-row .uxl-otp-code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .28em; }

/* Quiz with Spoko – interactive chat quiz */
.uxl-quiz { margin-top: 8px; }
.uxl-quiz-start { width: auto; display: inline-flex; margin: 28px auto 0; padding: 15px 42px; }
.uxl-quiz-run { max-width: 640px; margin: 8px auto 0; }
.uxl-quiz-bar { height: 6px; background: #18150f0f; border-radius: 999px; overflow: hidden; margin-bottom: 22px; }
.uxl-quiz-fill { height: 100%; width: 0; background: #fcca77; border-radius: 999px; transition: width .45s ease; }
.uxl-chat { min-height: 180px; }
.uxl-msg { display: flex; align-items: flex-end; gap: 10px; margin-bottom: 12px; }
.uxl-msg.me { justify-content: flex-end; }
.uxl-msg-av { flex: 0 0 auto; }
.uxl-msg-av img { width: 34px; height: 34px; border-radius: 10px; display: block; box-shadow: 0 4px 12px #18150f1a; }
.uxl-bubble { max-width: 80%; padding: 12px 16px; border-radius: 18px; font-family: Borna Webfont, sans-serif; font-size: 16px; line-height: 1.45; }
.uxl-msg.spoko .uxl-bubble { background: #18150f0a; color: #18150f; border-bottom-left-radius: 5px; }
.uxl-msg.me .uxl-bubble { background: #18150f; color: #fff; border-bottom-right-radius: 5px; }
.uxl-quiz-foot { margin-top: 18px; }
.uxl-answers { display: grid; gap: 10px; }
.uxl-ans { text-align: left; font-family: Borna Webfont, sans-serif; font-size: 16px; font-weight: 600; color: #18150f; background: #18150f08; border: 1.5px solid transparent; border-radius: 14px; padding: 14px 18px; cursor: pointer; transition: background .18s, border-color .18s; }
.uxl-ans:hover:not(:disabled) { background: #18150f12; }
.uxl-ans:disabled { cursor: default; }
.uxl-ans.correct { background: #dff5e6; border-color: #57b47a; color: #1a6e57; }
.uxl-ans.wrong { background: #fbe4e4; border-color: #d98a8a; color: #b3261e; }
.uxl-ans.dim { opacity: .45; }
.uxl-quiz-type { margin-top: 12px; }
.uxl-quiz-typein { width: 100%; box-sizing: border-box; border: 0; border-bottom: 1.5px solid #18150f1f; outline: 0; background: transparent; font-family: Borna Webfont, sans-serif; font-size: 16px; color: #18150f; padding: 10px 2px; }
.uxl-quiz-typein:focus { border-bottom-color: #18150f; }
.uxl-quiz-end { display: flex; flex-direction: column; align-items: center; gap: 6px; margin-top: 10px; }
.uxl-quiz-end .uxl-otp-cta { width: auto; display: inline-flex; padding: 15px 42px; }
.uxl-quiz-back { font-family: Borna Webfont, sans-serif; font-size: 14px; color: #18150f8c; text-decoration: none; margin-top: 8px; padding: 6px; }
.uxl-quiz-back:hover { color: #18150f; }

/* quiz: user's own avatar next to their answer bubbles */
.uxl-msg-me-av { width: 34px; height: 34px; font-size: 14px; box-shadow: 0 4px 12px #18150f1a; }

/* flashcards: stacked-deck card-swipe animation (Swiper EffectCards vibe) */
.uxl-fc-deck { position: relative; }
.uxl-fc-stack { position: absolute; left: 0; right: 0; top: 0; height: 100%; background: #f4f2ee; border: 1px solid #f0eee9; border-radius: 28px; box-shadow: 0 12px 30px #18150f0f; z-index: 0; transform-origin: center top; }
.uxl-fc-stack:nth-of-type(1) { transform: translateY(28px) scaleX(.90); opacity: .5; }
.uxl-fc-stack:nth-of-type(2) { transform: translateY(14px) scaleX(.95); opacity: .78; }
.uxl-fc-card { position: relative; z-index: 1; will-change: transform, opacity; }
@keyframes uxl-fc-out-l { to { transform: translateX(-135%) rotate(-13deg); opacity: 0; } }
@keyframes uxl-fc-out-r { to { transform: translateX(135%) rotate(13deg); opacity: 0; } }
.uxl-fc-card.is-out-l { animation: uxl-fc-out-l .34s cubic-bezier(.55, 0, .6, 1) forwards; }
.uxl-fc-card.is-out-r { animation: uxl-fc-out-r .34s cubic-bezier(.55, 0, .6, 1) forwards; }
@keyframes uxl-fc-in { from { transform: translateY(24px) scale(.92); opacity: 0; } to { transform: none; opacity: 1; } }
.uxl-fc-card.is-in { animation: uxl-fc-in .46s cubic-bezier(.2, .75, .3, 1); }
.uxl-fc-actions.is-fading { opacity: 0; pointer-events: none; transition: opacity .18s; }

/* Why page: show the full intro (no clamp / no "Show more") */
.subpage-category-perex.uxl-why-perex { max-height: none; -webkit-mask-image: none; mask-image: none; }

/* Why page: hero image sits above the headline */
.uxl-why-img { margin: 0 0 30px; padding: 0; }

/* Native share buttons – round, replace the old ShareThis embed */
.uxl-share { display: flex; align-items: center; gap: 10px; }
.uxl-share-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: #f1f0ec; color: #18150f; text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.uxl-share-btn:hover { background: #e6e4dd; transform: translateY(-1px); }
.uxl-share-btn:active { transform: translateY(0); }
.uxl-share-btn svg { display: block; }

/* Login / account + dashboard TEMPORARILY DISABLED (2026-08-17).
   Hides the nav login/account button from first paint (no flash before JS runs).
   To re-enable: delete this rule AND set ACCOUNTS_ENABLED = true in js/uxl-widgets.js. */
.uxl-account { display: none !important; }

/* ============================================================
   Mobile refinements (2026-08-17) — appended last to override
   ============================================================ */
@media screen and (max-width: 767px) {
  /* --- Layout: kill the 80px side margins + let the flex row stack & shrink (was overflowing) --- */
  .main-container { flex-direction: column; width: 100%; max-width: 100%; margin: 10px 0 0; padding: 0 14px; box-sizing: border-box; }
  .main-container > * { min-width: 0; max-width: 100%; }
  .card, .card-detail { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; box-sizing: border-box; }
  /* drop the vertical line down the left of the card list on mobile */
  .cards-alphabet-a { border-left: none; }

  /* --- Top navbar: fit search + logo + language without overlap --- */
  .uxl-nav-row { padding: 0 14px; gap: 8px; }
  .uxl-nav-left, .uxl-nav-right { flex: 0 0 auto; }
  .uxl-nav-right { gap: 6px; }
  .uxl-nav-row .brand { flex: 1 1 auto; display: flex; justify-content: center; min-width: 0; }
  .uxl-nav-row .brand img { width: auto; height: 69px; max-width: 100%; }
  /* search: clean round button with the magnifier centred (was collapsing to empty) */
  .uxl-search-trigger { width: 44px; min-width: 44px; height: 44px; padding: 0; justify-content: center; gap: 0; }
  .uxl-search-trigger svg { width: 20px; height: 20px; opacity: .6; }
  .uxl-lang-trigger { padding: 4px 8px 4px 4px; }

  /* --- Homepage hero: smaller perex; drop the decorative floating tags (they got clipped) --- */
  .headline-smaller { font-size: 1.05rem; line-height: 1.35; }
  .hero-tag-1, .hero-tag-2, .hero-tag-3, .hero-tag-4, .hero-tag-5 { display: none !important; }
  /* the tags used to hold the section height; without them let the hero flow normally */
  .section-home-intro { max-height: none; padding: 28px 16px 24px; }
  .div-block-12 { height: auto; margin-top: 0; }

  /* --- Category subpage: header + perex must fit the viewport (were a fixed 680px) --- */
  .subpage-category-hero { width: 100%; max-width: 100%; box-sizing: border-box; padding-left: 20px; padding-right: 20px; }
  .subpage-category-header { width: 100%; max-width: 100%; padding: 16px 0 20px; font-size: 2rem; line-height: 1.08; box-sizing: border-box; }
  .subpage-category-perex { width: 100%; max-width: 100%; font-size: 15px; line-height: 24px; box-sizing: border-box; }

  /* --- Term detail: bigger title, share wraps below title+pronunciation, smaller "Why…" --- */
  .card-detail .header-section { flex-direction: column; align-items: flex-start; gap: 12px; }
  .card-detail .heading { font-size: 30px; line-height: 36px; }
  .card-detail .heading-2 { font-size: 16px; }
  .uxl-share { gap: 8px; }
  .uxl-share-btn { width: 34px; height: 34px; }
  .uxl-share-btn svg { width: 17px; height: 17px; }
  .heading-5 { font-size: 20px; line-height: 26px; }

  /* --- Tags: never break a label onto 2 lines; wrap the row instead, never overflow --- */
  .card-tag-section-detail, .card-tag-section { flex-wrap: wrap; }
  .tag { max-width: 100%; }
  .tag-label { white-space: nowrap; }

  /* --- Mobile category bar: white, with a "Categories" label --- */
  .nav_inner { background-color: #fff; border-color: #18150f1f; }
  .menu_line { background-color: #18150f; }
  .nav_cats-label { display: block; color: #18150f; font-family: Borna Webfont, sans-serif; font-weight: 600; font-size: 14px; }
  .nav_big { background-color: #fff; border: 1px solid #18150f14; }
  .grid_nav { max-height: calc(100dvh - 220px); overflow-y: auto; }
  /* no orange "current" highlight inside the mobile category list */
  .navigation-mobile .link-block.resting.w--current,
  .navigation-mobile .link-block.resting.active.w--current { background-color: transparent; }

  /* --- Back-to-top must sit ABOVE the category bar (homepage only), not collide --- */
  body:has(.nav_inner) .progress-wrap { bottom: 104px !important; right: 18px !important; }
}
