@charset "UTF-8";
.animated-effect,
.book-slider .book-box {
  transition: .1s
}
.animated-long-effect {
  transition: .25s
}
.active-effect {
  transform-origin: center;
  transform: scale(.975)
}
.disable-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.disable-clicks {
  pointer-events: none
}
.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.modal.fade:not(.in).left .modal-dialog,
.modal.fade:not(.in).right .modal-dialog {
  transition: opacity .3s linear,left .3s ease-out
}
.modal.right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0
}
.modal.left .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0
}
.modal.left .modal-dialog.modal-sm {
  max-width: 70%
}
.modal.right .modal-lg {
  width: 93%!important;
  max-width: 93%!important
}
.modal.right .modal-header {
  max-height: 48px
}
.modal.right .close {
  position: fixed!important;
  right: 93.8%;
  top: 7px;
  padding: 0;
  margin: 0;
  color: #fff;
  border-radius: 200px
}
@media (max-width:480px) {
  .modal.right .close {
    right: 90.8%
  }
}
.modal.right .close svg {
  transition: transform .6s
}
.modal.right .close:hover svg {
  transform: rotate(90deg)
}
.modal.right .modal-content .modal-header {
  border-top-left-radius: .85rem;
  border-top-right-radius: 0
}
.modal.right .modal-content .modal-content {
  border-bottom-left-radius: .85rem;
  border-bottom-right-radius: 0
}
.modal.left .modal-content,
.modal.right .modal-content {
  min-height: 100vh;
  border: 0
}
@media (max-width:480px) {
  .modal.right .modal-lg {
    width: 89%!important;
    max-width: 89%!important
  }
  .modal.right .close {
    right: 89.8%;
    top: 5px
  }
}
.invoice {
  padding: 20px
}
.invoice-company {
  font-size: 20px
}
.invoice-header {
  margin: 0 -20px;
  background: #f2f3f4;
  padding: 20px
}
.invoice-date,
.invoice-from,
.invoice-to {
  display: table-cell;
  width: 1%
}
.invoice-from,
.invoice-to {
  padding-right: 20px
}
.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
  font-size: 16px;
  font-weight: 600
}
.invoice-date {
  text-align: right;
  padding-left: 20px
}
.invoice-price {
  background: #f2f3f4;
  display: table;
  width: 100%
}
.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
  display: table-cell;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  width: 75%;
  position: relative;
  vertical-align: middle
}
.invoice-price .invoice-price-left .sub-price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px
}
.invoice-price small {
  font-size: 12px;
  font-weight: 400;
  display: block
}
.invoice-price .invoice-price-row {
  display: table;
  float: left
}
.invoice-price .invoice-price-right {
  width: 25%;
  background: #dedede;
  color: #000;
  font-size: 28px;
  text-align: right;
  vertical-align: bottom;
  font-weight: 300
}
.invoice-price .invoice-price-right small {
  display: block;
  opacity: .6;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px
}
.invoice-footer {
  border-top: 1px solid #dedede;
  padding-top: 10px;
  font-size: 10px
}
.invoice-note {
  color: #999;
  margin-top: 80px;
  font-size: 85%
}
.invoice > div:not(.invoice-footer) {
  margin-bottom: 20px
}
@media (max-width:767px) {
  .invoice-company .pull-right {
    float: none!important;
    display: block
  }
  .invoice .table-responsive {
    margin-bottom: 20px
  }
  .invoice-date,
  .invoice-from,
  .invoice-to {
    display: block!important;
    width: 100%!important;
    text-align: left!important;
    padding: 0!important
  }
  .invoice-date,
  .invoice-to {
    margin-top: 20px!important
  }
  .invoice-price .invoice-price-row {
    float: none!important;
    width: 100%!important;
    display: block!important
  }
  .invoice-price .invoice-price-left .sub-price {
    padding: 0 10px!important;
    display: block!important;
    text-align: center!important
  }
  .invoice-price .invoice-price-right {
    text-align: center!important
  }
  .invoice-price .invoice-price-right small {
    position: relative!important;
    display: block;
    left: 0!important;
    top: 0!important
  }
}
.btn {
  font-size: 1.125rem!important
}
.btn.btn-icon {
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  border-radius: 28px
}
.btn.btn-icon.btn-xs {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px
}
.btn.btn-icon.btn-sm {
  width: 22px!important;
  height: 24px!important;
  font-size: 11px;
  line-height: 22px
}
.btn.btn-icon.btn-lg {
  width: 34px;
  height: 34px;
  font-size: 17px;
  line-height: 34px
}
.btn.btn-xs {
  font-size: .8rem!important;
  padding: 3px 6px!important
}
.btn.btn-sm {
  font-size: 1rem!important;
  padding: 5px 12px!important
}
.btn[class*=btn-outline-]:not(.btn-yellow):not(.btn-white):hover {
  color: #fff
}
.btn-group > .btn + .btn-white,
.input-group > .btn + .btn-white,
.input-group > .btn + .dropdown-menu + .btn-white {
  border-left: 1px solid #a1a5b7
}
.btn-group > .btn + .btn-light,
.input-group > .btn + .btn-light,
.input-group > .btn + .dropdown-menu + .btn-light {
  border-left: 1px solid #b8babc
}
.btn-group > .btn + .btn-primary,
.input-group > .btn + .btn-primary,
.input-group > .btn + .dropdown-menu + .btn-primary {
  border-left: 1px solid #3f5348
}
.btn-group > .btn + .btn-secondary,
.input-group > .btn + .btn-secondary,
.input-group > .btn + .dropdown-menu + .btn-secondary {
  border-left: 1px solid #abadb3
}
.btn-group > .btn + .btn-success,
.input-group > .btn + .btn-success,
.input-group > .btn + .dropdown-menu + .btn-success {
  border-left: 1px solid #14948e
}
.btn-group > .btn + .btn-info,
.input-group > .btn + .btn-info,
.input-group > .btn + .dropdown-menu + .btn-info {
  border-left: 1px solid #673cbd
}
.btn-group > .btn + .btn-warning,
.input-group > .btn + .btn-warning,
.input-group > .btn + .dropdown-menu + .btn-warning {
  border-left: 1px solid #bf7e00
}
.btn-group > .btn + .btn-danger,
.input-group > .btn + .btn-danger,
.input-group > .btn + .dropdown-menu + .btn-danger {
  border-left: 1px solid #b93b48
}
.btn-group > .btn + .btn-dark,
.input-group > .btn + .btn-dark,
.input-group > .btn + .dropdown-menu + .btn-dark {
  border-left: 1px solid #121526
}
.fs-10px {
  font-size: 10px!important
}
.fs-11px {
  font-size: 11px!important
}
.fs-12px {
  font-size: 12px!important
}
.fs-13px {
  font-size: 13px!important
}
.fs-14px {
  font-size: 14px!important
}
.fs-15px {
  font-size: 15px!important
}
.fs-16px {
  font-size: 16px!important
}
.fs-17px {
  font-size: 17px!important
}
.fs-18px {
  font-size: 18px!important
}
.fs-19px {
  font-size: 19px!important
}
.fs-20px {
  font-size: 20px!important
}
.fs-21px {
  font-size: 21px!important
}
.fs-22px {
  font-size: 22px!important
}
.fs-23px {
  font-size: 23px!important
}
.fs-24px {
  font-size: 24px!important
}
.fs-25px {
  font-size: 25px!important
}
.fs-26px {
  font-size: 26px!important
}
.fs-27px {
  font-size: 27px!important
}
.fs-28px {
  font-size: 28px!important
}
.fs-29px {
  font-size: 29px!important
}
.fs-30px {
  font-size: 30px!important
}
.fs-31px {
  font-size: 31px!important
}
.fs-32px {
  font-size: 32px!important
}
.fs-33px {
  font-size: 33px!important
}
.fs-34px {
  font-size: 34px!important
}
.fs-35px {
  font-size: 35px!important
}
.fs-36px {
  font-size: 36px!important
}
.fs-37px {
  font-size: 37px!important
}
.fs-38px {
  font-size: 38px!important
}
.fs-39px {
  font-size: 39px!important
}
.fs-40px {
  font-size: 40px!important
}
.fs-41px {
  font-size: 41px!important
}
.fs-42px {
  font-size: 42px!important
}
.fs-43px {
  font-size: 43px!important
}
.fs-44px {
  font-size: 44px!important
}
.fs-45px {
  font-size: 45px!important
}
.fs-46px {
  font-size: 46px!important
}
.fs-47px {
  font-size: 47px!important
}
.fs-48px {
  font-size: 48px!important
}
.fs-49px {
  font-size: 49px!important
}
.fs-50px {
  font-size: 50px!important
}
.fs-51px {
  font-size: 51px!important
}
.fs-52px {
  font-size: 52px!important
}
.fs-53px {
  font-size: 53px!important
}
.fs-54px {
  font-size: 54px!important
}
.fs-55px {
  font-size: 55px!important
}
.fs-56px {
  font-size: 56px!important
}
.fs-57px {
  font-size: 57px!important
}
.fs-58px {
  font-size: 58px!important
}
.fs-59px {
  font-size: 59px!important
}
.fs-60px {
  font-size: 60px!important
}
.fs-61px {
  font-size: 61px!important
}
.fs-62px {
  font-size: 62px!important
}
.fs-63px {
  font-size: 63px!important
}
.fs-64px {
  font-size: 64px!important
}
.fs-65px {
  font-size: 65px!important
}
.fs-66px {
  font-size: 66px!important
}
.fs-67px {
  font-size: 67px!important
}
.fs-68px {
  font-size: 68px!important
}
.fs-69px {
  font-size: 69px!important
}
.fs-70px {
  font-size: 70px!important
}
.fs-71px {
  font-size: 71px!important
}
.fs-72px {
  font-size: 72px!important
}
.fs-73px {
  font-size: 73px!important
}
.fs-74px {
  font-size: 74px!important
}
.fs-75px {
  font-size: 75px!important
}
.fs-76px {
  font-size: 76px!important
}
.fs-77px {
  font-size: 77px!important
}
.fs-78px {
  font-size: 78px!important
}
.fs-79px {
  font-size: 79px!important
}
.fs-80px {
  font-size: 80px!important
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-Light.woff2) format("woff2"),url(../../fonts/Sarabun-Light.woff) format("woff"),url(../../fonts/Sarabun-Light.ttf) format("truetype");
  font-weight: 100;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-Light.woff2) format("woff2"),url(../../fonts/Sarabun-Light.woff) format("woff"),url(../../fonts/Sarabun-Light.ttf) format("truetype");
  font-weight: 200;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-Regular.woff2) format("woff2"),url(../../fonts/Sarabun-Regular.woff) format("woff"),url(../../fonts/Sarabun-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-Medium.woff2) format("woff2"),url(../../fonts/Sarabun-Medium.woff) format("woff"),url(../../fonts/Sarabun-Medium.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-Medium.woff2) format("woff2"),url(../../fonts/Sarabun-Medium.woff) format("woff"),url(../../fonts/Sarabun-Medium.ttf) format("truetype");
  font-weight: 800;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-SemiBold.woff2) format("woff2"),url(../../fonts/Sarabun-SemiBold.woff) format("woff"),url(../../fonts/Sarabun-SemiBold.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-SemiBold.woff2) format("woff2"),url(../../fonts/Sarabun-SemiBold.woff) format("woff"),url(../../fonts/Sarabun-SemiBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  unicode-range: U+0E00-0E7F
}
@font-face {
  font-family: ibm-plex-thai;
  unicode-range: U+00-FF,U+980-9FF
}
.ck-editor__editable i,
.tab-pane i {
  color: #0d0d0d!important
}
.dataTables_filter input {
  min-width: 400px
}
@media (max-width:480px) {
  .dataTables_filter input {
    min-width: auto
  }
}
.messenger {
  font-size: 14px
}
.show-more-btn {
  padding-left: 7px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500
}
.app-sidebar-toggle > .rotate-180 {
  transform: none
}
.print-layout {
  position: relative;
  margin: 0 auto;
  padding: 0
}
.print-layout.a4v {
  width: 21cm;
  size: A4
}
.print-layout.a4v .paper {
  margin-top: 0
}
.print-layout.a4h {
  width: 29.7cm;
  size: A4 landscape
}
.print-layout.a5v {
  width: 14.8cm;
  size: A5
}
.print-layout.a5v .paper {
  margin-top: 0
}
.print-layout.a5h {
  width: 21cm;
  size: A5 landscape
}
.print-layout.b5v {
  width: 17.6cm;
  size: B5
}
.print-layout.b5v .paper {
  margin-top: 0
}
.print-layout.b5h {
  width: 25cm;
  size: B5 landscape
}
.print-layout .btn-print {
  position: sticky;
  top: 20px
}
.print-layout .btn-print .btn {
  right: -100px
}
.member-card {
  width: 324px;
  height: 205px
}
@media print {
  * {
    -webkit-print-color-adjust: exact!important;
    print-color-adjust: exact!important
  }
  .noprint {
    display: none!important
  }
  .print-layout {
    width: 210mm;
    height: 297mm;
    margin: 0 auto
  }
  table {
    page-break-inside: auto
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto
  }
}
.card-title h3 svg {
  display: inline
}
.ck-content {
  font-size: 14px
}
.ck-content p {
  margin-bottom: 7px
}
.ck-content ul {
  list-style-type: disc;
  margin-left: 25px
}
.page-item .page-link {
  height: 2rem!important;
  width: 2rem!important;
  font-weight: 400;
  font-size: .975rem!important
}
.tagify.form-control-lg .tagify__tag {
  padding-right: 1.5rem!important
}
.book-slider {
  overflow: visible
}
.book-slider.swiper {
  margin-top: 1rem
}
.book-slider .book-box {
  display: block;
  width: 100%;
  height: 26.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(24,28,50,.05) 0 .25rem 1rem;
  background: #fff;
  color: inherit;
  text-decoration: none
}
@media (min-width:768px) and (max-width:991.9px) {
  .book-slider .book-box {
    height: 20rem
  }
}
@media (max-width:767.9px) {
  .book-slider .book-box {
    height: 18.5rem
  }
}
.book-slider .book-box:hover {
  box-shadow: rgba(24,28,50,.2) 0 .25rem 2rem;
  filter: brightness(110%)
}
.book-slider .book-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0
}
.book-slider .book-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top,rgba(24,28,50,.5),rgba(24,28,50,0));
  content: " ";
  z-index: 1
}
.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s,opacity 1s linear
}
.mvh-50 {
  min-height: 50vh
}
.mvh-70 {
  min-height: 70vh
}
.mvh-80 {
  min-height: 80vh
}
.form-check-center {
  margin: 0 auto!important;
  padding: unset!important
}
.form-check-center .form-check-input {
  background-color: #fff;
  margin: 0 auto!important;
  float: none!important
}
.data-table.ps td:first-child,
.data-table.ps th:first-child,
.data-table.ps tr:first-child {
  padding-left: 1rem!important
}
.swal2-popup .swal2-title {
  font-size: 1.2rem!important;
  line-height: 1.7em
}
.swal2-styled.swal2-deny {
  background-color: #dedede!important;
  color: #010101!important
}
.swal2-styled.swal2-deny:hover {
  background-color: #d0d0d0!important
}
.swal2-popup .swal2-content,
.swal2-popup .swal2-html-container {
  margin-top: 1rem!important
}
.footer {
  padding: 60px 0;
  background: #22282d;
  text-align: center;
  color: rgba(255,255,255,.5);
  box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7)
}
.form-spacing .form-control {
  padding: .374rem 1rem .274rem!important;
  line-height: 2.4
}
.scrolling-wrapper {
  overflow-x: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none
}
.scrolling-wrapper::-webkit-scrollbar {
  display: none
}
[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-placeholder)
}
@keyframes rotation {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(359deg)
  }
}
.drawer {
  z-index: 530!important
}
.input-group > .select2-container--bootstrap5 {
  width: auto!important;
  flex: 1 1 auto
}
.input-group > .select2-container--bootstrap5 .select2-selection--single {
  height: 100%;
  line-height: inherit;
  padding: .5rem 1rem
}
#kt_app_header {
  z-index: 500
}
#kt_app_header .app-header-menu .menu-item .menu-link {
  font-size: 16px;
  font-weight: 700
}
#kt_app_header.bg-transparent .brand,
#kt_app_header.bg-transparent .sub {
  color: #fff;
  text-shadow: 1px 1px 1px #000
}
@media (max-width:767.98px) {
  #kt_app_header.bg-transparent .brand,
  #kt_app_header.bg-transparent .sub {
    color: #000;
    text-shadow: none
  }
}
#kt_app_header.bg-transparent .menu-item .menu-link {
  color: #fff!important
}
#kt_app_header.bg-transparent .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s;
  background-color: rgba(255,255,255,.2);
  color: var(--kt-primary)
}
.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center
}
.h-250px {
  height: 250px
}
.form-control {
  font-size: 14.5px!important
}
.text-shadow {
  text-shadow: 1px 1px 1px #000
}
.bg-none {
  background: 0 0!important
}
.bg-theme {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--app-theme-rgb),var(--bs-bg-opacity))
}
.poster-hero-bg {
  width: 100%;
  aspect-ratio: 16/7;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.14)
}
.poster-body {
  max-width: 820px;
  margin: 0 auto
}
.poster-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a
}
.poster-meta {
  font-size: .875rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: .5rem
}
.poster-divider {
  border: 0;
  height: 2px;
  background: linear-gradient(90deg,var(--bs-primary) 0,transparent 100%);
  margin: 1.5rem 0;
  opacity: .3
}
.poster-content {
  font-size: 1.125rem;
  line-height: 1.9;
  color: #0f172a
}
.std-cover {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,.1)
}
.std-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
  margin-bottom: .5rem
}
.std-meta {
  font-size: .8125rem;
  color: #64748b;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: .375rem
}
.std-content {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #0f172a
}
.photo-grid-item {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  display: block;
  transition: transform .2s,box-shadow .2s
}
.photo-grid-item:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,.18)
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 440px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 2.5rem;
  box-shadow: 0 8px 40px rgba(0,0,0,.18)
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: opacity .7s
}
.hero-slide.active {
  opacity: 1
}
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(10,15,35,.92) 0,rgba(10,15,35,.55) 45%,rgba(10,15,35,.12) 100%)
}
.hero-slide-content {
  position: relative;
  z-index: 2;
  padding: 2.5rem 3rem 5rem;
  color: #fff;
  max-width: 680px
}
.hero-slide-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .28rem .75rem;
  border-radius: 20px;
  margin-bottom: .9rem
}
.hero-slide-title {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: .6rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.hero-slide-subtitle {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255,255,255,.82);
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.hero-slide-btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: #fff;
  color: #1e293b;
  font-size: .875rem;
  font-weight: 700;
  padding: .6rem 1.4rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background .2s,transform .15s;
  text-decoration: none
}
.hero-slide-btn:hover {
  background: #f0f4ff;
  color: #1e293b;
  transform: translateY(-1px)
}
.hero-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(to left,rgba(10,15,35,.6) 0,transparent 100%)
}
.hero-ctrl-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-size: .85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.hero-ctrl-btn:hover {
  background: rgba(255,255,255,.35)
}
.hero-dots {
  display: flex;
  gap: .4rem;
  align-items: center
}
.hero-dot {
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: rgba(255,255,255,.4);
  transition: width .3s,background .3s;
  cursor: pointer
}
.hero-dot.active {
  width: 22px;
  background: #fff
}
.hero-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255,255,255,.55);
  z-index: 10;
  width: 0%;
  transition: none
}
.hero-progress.running {
  width: 100%;
  transition: width 4.5s linear
}
.content-card {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  overflow: hidden;
  transition: box-shadow .2s,transform .2s;
  display: flex;
  flex-direction: column;
  height: 100%
}
.content-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.13);
  transform: translateY(-3px)
}
.content-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  flex-shrink: 0
}
.content-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1
}
.content-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: .5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.content-card-title:hover {
  color: var(--bs-primary)
}
.content-card-date {
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: .75rem
}
.content-card-excerpt {
  font-size: .9375rem;
  color: #64748b;
  line-height: 1.7;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem
}