@charset "UTF-8";
@import url("swiper.css");
/* theme: Default */
.shadow, .follow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

* {
  font-size: 14.5px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  letter-spacing: normal;
}

.text-center {
  text-align: center !important;
}

.center {
  float: center !important;
}

.text-right {
  text-align: right !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.left {
  float: left !important;
}

.bg {
  background-color: #f5f6fa;
}

.block {
  position: relative;
  display: block !important;
}

.inline {
  position: relative;
  display: inline !important;
}

.flex {
  position: relative;
  display: flex !important;
}

.inline-block {
  position: relative;
  display: inline-block !important;
}

.color {
  color: #07c160 !important;
}

.bg-color, .btn:hover, .btn.on {
  background-color: #07c160 !important;
}

.red {
  color: #fe8a8a !important;
}

.bg-red {
  background-color: #fe8a8a !important;
}

.gray {
  color: #f5f6fa !important;
}

.bg-gray {
  background-color: #f5f6fa !important;
}

.text-gray {
  color: #6f6f6f !important;
}

.bg-text-gray {
  background-color: #6f6f6f !important;
}

.yellow {
  color: #ff8904 !important;
}

.bg-yellow {
  background-color: #ff8904 !important;
}

.dark {
  color: #666 !important;
}

.bg-dark {
  background-color: #666 !important;
}

.white {
  color: #FFF !important;
}

.bg-white, .data {
  background-color: #FFF !important;
}

.green {
  color: #07c160 !important;
}

.bg-green {
  background-color: #07c160 !important;
}

.bg-white, .data {
  background-color: #fff !important;
  color: #6f6f6f !important;
}

.bg-gray {
  background-color: #f5f6fa !important;
  color: #333 !important;
}

.normal {
  font-style: normal;
  font-weight: normal;
}
.normal b,
.normal i {
  font-style: normal;
  font-weight: normal;
}

@keyframes shan {
  0% {
    opacity: 0;
  }
  100% {
    color: #fe8a8a;
    opacity: 1;
  }
}
.link {
  color: #333 !important;
}
.link:hover {
  color: #07c160;
}

.flex {
  display: flex;
}
.flex > * {
  flex: 1;
}

.f-white {
  color: #fff !important;
}

.bg-color.f-white, .f-white.btn:hover, .f-white.btn.on, .bg-color .f-white, .btn:hover .f-white, .btn.on .f-white {
  color: #fff !important;
}

.box-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.h-100 {
  height: 100% !important;
  overflow-y: hidden !important;
  padding-bottom: 0 !important;
}

.f-12 {
  font-size: 12px !important;
}

.svg-12 {
  fill: currentColor;
  vertical-align: -0.15rem;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.f-14 {
  font-size: 14px !important;
}

.svg-14 {
  fill: currentColor;
  vertical-align: -0.15rem;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.f-16 {
  font-size: 16px !important;
}

.svg-16 {
  fill: currentColor;
  vertical-align: -0.15rem;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.f-18 {
  font-size: 18px !important;
}

.svg-18 {
  fill: currentColor;
  vertical-align: -0.15rem;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.f-22 {
  font-size: 22px !important;
}

.svg-22 {
  fill: currentColor;
  vertical-align: -0.15rem;
  display: inline-block;
  height: 22px;
  width: 22px;
}

.wh-30 {
  width: 30px !important;
  height: 30px !important;
}

.wh-40 {
  width: 40px !important;
  height: 40px !important;
}

.wh-50 {
  width: 50px !important;
  height: 50px !important;
}

.wh-60 {
  width: 60px !important;
  height: 60px !important;
}

.wh-70 {
  width: 70px !important;
  height: 70px !important;
}

.wh-80 {
  width: 80px !important;
  height: 80px !important;
}

.wh-90 {
  width: 90px !important;
  height: 90px !important;
}

.wh-100 {
  width: 100px !important;
  height: 100px !important;
}

.bb-1 {
  border-bottom: 1px solid #f5f6fa !important;
}

.bt-1 {
  border-top: 1px solid #f5f6fa !important;
}

.btb-1 {
  border-top: 1px solid #f5f6fa !important;
  border-bottom: 1px solid #f5f6fa !important;
}

.bbd-1 {
  border-bottom: 1px dashed #f5f6fa !important;
}

.btd-1 {
  border-top: 1px dashed #f5f6fa !important;
}

.btbd-1 {
  border-top: 1px dashed #f5f6fa !important;
  border-bottom: 1px dashed #f5f6fa !important;
}

.bb-5 {
  border-bottom: 5px solid #f5f6fa !important;
}

.bt-5 {
  border-top: 5px solid #f5f6fa !important;
}

.btb-5 {
  border-top: 5px solid #f5f6fa !important;
  border-bottom: 5px solid #f5f6fa !important;
}

.bbd-5 {
  border-bottom: 5px dashed #f5f6fa !important;
}

.btd-5 {
  border-top: 5px dashed #f5f6fa !important;
}

.btbd-5 {
  border-top: 5px dashed #f5f6fa !important;
  border-bottom: 5px dashed #f5f6fa !important;
}

.bb-15 {
  border-bottom: 15px solid #f5f6fa !important;
}

.bt-15 {
  border-top: 15px solid #f5f6fa !important;
}

.btb-15 {
  border-top: 15px solid #f5f6fa !important;
  border-bottom: 15px solid #f5f6fa !important;
}

.bbd-15 {
  border-bottom: 15px dashed #f5f6fa !important;
}

.btd-15 {
  border-top: 15px dashed #f5f6fa !important;
}

.btbd-15 {
  border-top: 15px dashed #f5f6fa !important;
  border-bottom: 15px dashed #f5f6fa !important;
}

.bb-20 {
  border-bottom: 20px solid #f5f6fa !important;
}

.bt-20 {
  border-top: 20px solid #f5f6fa !important;
}

.btb-20 {
  border-top: 20px solid #f5f6fa !important;
  border-bottom: 20px solid #f5f6fa !important;
}

.bbd-20 {
  border-bottom: 20px dashed #f5f6fa !important;
}

.btd-20 {
  border-top: 20px dashed #f5f6fa !important;
}

.btbd-20 {
  border-top: 20px dashed #f5f6fa !important;
  border-bottom: 20px dashed #f5f6fa !important;
}

.bb-25 {
  border-bottom: 25px solid #f5f6fa !important;
}

.bt-25 {
  border-top: 25px solid #f5f6fa !important;
}

.btb-25 {
  border-top: 25px solid #f5f6fa !important;
  border-bottom: 25px solid #f5f6fa !important;
}

.bbd-25 {
  border-bottom: 25px dashed #f5f6fa !important;
}

.btd-25 {
  border-top: 25px dashed #f5f6fa !important;
}

.btbd-25 {
  border-top: 25px dashed #f5f6fa !important;
  border-bottom: 25px dashed #f5f6fa !important;
}

.pd-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mg-tb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.pd-lr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mg-lr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.pd-0 {
  padding: 0px !important;
}

.mg-0 {
  margin: 0px !important;
}

.pd-tb-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.mg-tb-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.pd-lr-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.mg-lr-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.pd-1 {
  padding: 1px !important;
}

.mg-1 {
  margin: 1px !important;
}

.pd-tb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.mg-tb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.pd-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.mg-lr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.pd-5 {
  padding: 5px !important;
}

.mg-5 {
  margin: 5px !important;
}

.pd-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mg-tb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.pd-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mg-lr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.pd-10 {
  padding: 10px !important;
}

.mg-10 {
  margin: 10px !important;
}

.pd-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.mg-tb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.pd-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.mg-lr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.pd-15 {
  padding: 15px !important;
}

.mg-15 {
  margin: 15px !important;
}

.pd-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.mg-tb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.pd-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mg-lr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.pd-20 {
  padding: 20px !important;
}

.mg-20 {
  margin: 20px !important;
}

.pd-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mg-tb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.pd-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.mg-lr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.pd-30 {
  padding: 30px !important;
}

.mg-30 {
  margin: 30px !important;
}

.pd-t-0 {
  padding-top: 0px !important;
}

.pd-t-1 {
  padding-top: 1px !important;
}

.pd-t-5 {
  padding-top: 5px !important;
}

.pd-t-10 {
  padding-top: 10px !important;
}

.pd-t-15 {
  padding-top: 15px !important;
}

.pd-t-20 {
  padding-top: 20px !important;
}

.pd-t-30 {
  padding-top: 30px !important;
}

.pd-b-0 {
  padding-bottom: 0px !important;
}

.pd-b-1 {
  padding-bottom: 1px !important;
}

.pd-b-5 {
  padding-bottom: 5px !important;
}

.pd-b-10 {
  padding-bottom: 10px !important;
}

.pd-b-15 {
  padding-bottom: 15px !important;
}

.pd-b-20 {
  padding-bottom: 20px !important;
}

.pd-b-30 {
  padding-bottom: 30px !important;
}

.pd-l-0 {
  padding-left: 0px !important;
}

.pd-l-1 {
  padding-left: 1px !important;
}

.pd-l-5 {
  padding-left: 5px !important;
}

.pd-l-10 {
  padding-left: 10px !important;
}

.pd-l-15 {
  padding-left: 15px !important;
}

.pd-l-20 {
  padding-left: 20px !important;
}

.pd-l-30 {
  padding-left: 30px !important;
}

.pd-r-0 {
  padding-right: 0px !important;
}

.pd-r-1 {
  padding-right: 1px !important;
}

.pd-r-5 {
  padding-right: 5px !important;
}

.pd-r-10 {
  padding-right: 10px !important;
}

.pd-r-15 {
  padding-right: 15px !important;
}

.pd-r-20 {
  padding-right: 20px !important;
}

.pd-r-30 {
  padding-right: 30px !important;
}

.mg-t-0 {
  margin-top: 0px !important;
}

.mg-t-1 {
  margin-top: 1px !important;
}

.mg-t-5 {
  margin-top: 5px !important;
}

.mg-t-10 {
  margin-top: 10px !important;
}

.mg-t-15 {
  margin-top: 15px !important;
}

.mg-t-20 {
  margin-top: 20px !important;
}

.mg-t-30 {
  margin-top: 30px !important;
}

.mg-b-0 {
  margin-bottom: 0px !important;
}

.mg-b-1 {
  margin-bottom: 1px !important;
}

.mg-b-5 {
  margin-bottom: 5px !important;
}

.mg-b-10 {
  margin-bottom: 10px !important;
}

.mg-b-15 {
  margin-bottom: 15px !important;
}

.mg-b-20 {
  margin-bottom: 20px !important;
}

.mg-b-30 {
  margin-bottom: 30px !important;
}

.mg-l-0 {
  margin-left: 0px !important;
}

.mg-l-1 {
  margin-left: 1px !important;
}

.mg-l-5 {
  margin-left: 5px !important;
}

.mg-l-10 {
  margin-left: 10px !important;
}

.mg-l-15 {
  margin-left: 15px !important;
}

.mg-l-20 {
  margin-left: 20px !important;
}

.mg-l-30 {
  margin-left: 30px !important;
}

.mg-r-0 {
  margin-right: 0px !important;
}

.mg-r-1 {
  margin-right: 1px !important;
}

.mg-r-5 {
  margin-right: 5px !important;
}

.mg-r-10 {
  margin-right: 10px !important;
}

.mg-r-15 {
  margin-right: 15px !important;
}

.mg-r-20 {
  margin-right: 20px !important;
}

.mg-r-30 {
  margin-right: 30px !important;
}

.toh-1 {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.toh-2 {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.toh-3 {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-t-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.radius-b-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-t-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.radius-b-10 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-t-15 {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.radius-b-15 {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-t-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.radius-b-20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.no-scrollbar::-webkit-scrollbar, .wrap::-webkit-scrollbar, .era-dialog .era-dialog-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.no-scrollbar::-webkit-scrollbar-track, .wrap::-webkit-scrollbar-track, .era-dialog .era-dialog-content::-webkit-scrollbar-track {
  width: 0;
  opacity: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  width: 6px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.5);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144, 147, 153, 0.3);
}

body,
html {
  height: 100% !important;
  background-color: #f5f6fa !important;
}

.top-back {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 9999;
}
.top-back i {
  font-size: 18px;
  background-color: #000;
  border-radius: 100%;
  padding: 5px;
  color: #fff;
  opacity: 0.5;
}

.scroll-fixed-top.scoll-fixed {
  position: fixed;
  top: 0;
  background-color: #f5f6fa;
  z-index: 99999;
  max-width: 768px;
}
.scroll-fixed-top.scoll-fixed .sort-box {
  padding-top: 10px;
}
.scroll-fixed-top.scoll-fixed .filter-tag {
  padding: 10px;
}

.swiper-list-text li {
  padding: 10px 0;
  text-align: center;
}
.swiper-list-text li.on {
  border-bottom: 3px solid #fff;
}

.cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.weui-header {
  padding: 10px 0;
  margin: 0;
  height: 25px;
  line-height: 25px;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 99999;
}
.weui-header .weui-header-left {
  display: inline-block;
  margin-left: 10px;
  left: 0;
  position: absolute;
}
.weui-header .weui-header-title {
  display: inline-block;
}
.weui-header .weui-header-right {
  float: right;
  margin-right: 10px;
}

.weui-navigator {
  width: 100%;
  overflow-x: hidden;
}
.weui-navigator li {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  min-width: 75px;
  padding: 10px 0;
}
.weui-navigator li.weui-state-active {
  border-bottom: 2px solid #07c160;
}

.container {
  height: auto;
  overflow-y: auto;
  padding-bottom: 58px;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}

.clear {
  clear: both;
}

.columns {
  margin: 0;
}

a {
  color: #474747;
}

.pointer {
  cursor: pointer;
}

.weui-header .iconfont {
  font-size: 20px !important;
}

.weui-badge_dot {
  position: absolute;
  top: 0;
  right: -6px;
}

.auto-height {
  height: auto;
  overflow: hidden;
}

.weui-toast__content,
.weui-tabbar__label {
  font-size: 13px;
}

.weui-badge {
  position: absolute;
}

.weui-bar__item_on * {
  color: #07c160;
}

#menu-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background: #07c160;
}
#menu-bar a * {
  color: #fff;
}
#menu-bar i {
  font-size: 20px;
}

.auto-height {
  height: auto;
  overflow: hidden;
}

.no-data {
  text-align: center;
  padding: 4rem 0;
}
.no-data i {
  font-size: 3rem;
}
.no-data {
  color: #909090;
}

.btn {
  padding: 2px 5px;
  border: 1px solid #f5f6fa;
  cursor: pointer;
}
.btn:hover, .btn.on {
  color: #fff;
}

.top-bg {
  height: 260px;
  filter: blur(3px);
  z-index: -1;
  position: static;
  background-size: cover;
  background-position: center;
}

.top-box {
  position: absolute;
  top: 0;
  width: 100%;
}

.data-list {
  height: auto;
}

.data .item {
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.data p,
.data span {
  font-style: normal;
  font-weight: normal;
  height: auto;
  overflow: hidden;
}
.data .data-item-image {
  float: left;
  width: 80px;
  text-align: center;
}
.data .data-item-image img {
  width: 60px;
  height: 60px;
}
.data .data-item-info {
  width: calc(100% - 85px);
  float: right;
}
.data .data-item-info h5 {
  font-weight: normal;
}
.data {
  height: auto;
  overflow: hidden;
  display: block;
}
.data .detail .title {
  font-size: 18px;
}
.data .remark .amount {
  font-weight: bolder;
  padding: 0 5px;
  border-radius: 3px;
}

.has-read-1 * {
  color: #6f6f6f !important;
}

.shan {
  animation: shan 500ms infinite alternate;
}

.has-read-0 {
  color: #333;
}

.dn,
.hide,
.hidden {
  display: none;
}

.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  padding: 5px;
}

.no-more i {
  font-size: 55px;
}

.era-dialog {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.era-dialog .era-dialog-mask {
  background-color: #000;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}
.era-dialog .era-dialog-title {
  margin-bottom: 10px;
}
.era-dialog .era-dialog-content {
  overflow-y: auto;
}
.era-dialog .era-dialog-container {
  position: relative;
  height: auto;
}
.era-dialog .era-dialog-box:after {
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.era-dialog .era-dialog-box {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  width: 85%;
  max-height: 90%;
  min-height: 100px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.era-dialog .era-dialog-box .right i {
  font-size: 22px;
  color: #07c160;
}
.era-dialog .era-dialog-foot {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
}
.era-dialog .era-dialog-foot span {
  display: inline-block;
  padding: 5px 20px;
  background: #fff;
}
.era-dialog .era-dialog-foot span.era-dialog-submit {
  background: #07c160;
  color: #fff;
}
.era-dialog .era-dialog-foot span.era-dialog-cancel {
  background: #f5f6fa;
  margin-right: 10px;
}

.weui-cells__group_form .weui-cell__control_flex {
  min-width: unset;
}

.weui-toast {
  width: auto !important;
  min-width: 150px;
  min-height: 150px;
  height: auto !important;
  padding: 25px 5px;
  background-color: #2c2c2c !important;
}

.cover {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.follow {
  background-color: #ff8904;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  color: #fff;
}
.follow.followed {
  background-color: #fe8a8a;
}

.wrap {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
}

.manage-menu {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background: #07c160;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}
.manage-menu a {
  width: 80px;
  display: inline-block;
  color: #fff;
}
.manage-menu i,
.manage-menu span {
  display: block;
  text-align: center;
}
.manage-menu span {
  font-size: 12px;
}

i {
  font-style: normal;
}

select,
option {
  font-family: "Microsoft YaHei" !important;
}

option {
  padding: 10px;
}

.no-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#fileboxModal {
  z-index: 99999 !important;
}
#fileboxModal .uk-modal-body {
  padding: 0 !important;
}

#project-detail {
  max-width: 1200px;
  padding: 10px;
  margin-top: 30px;
  z-index: 100;
}
#project-detail .project-intro {
  padding: 20px;
  margin: 10px auto;
  line-height: 2;
  word-break: break-all;
}
#project-detail .uk-card-body {
  z-index: 99999;
}
#project-detail .ui-table {
  box-shadow: 0 0 1rem #c2c2c2;
  border: 1px solid #eee;
  background-color: transparent;
  border-radius: 15px;
}
#project-detail .ui-table td,
#project-detail .ui-table th {
  text-align: center;
  padding: 20px 0;
}
#project-detail .ui-table th {
  font-weight: bolder;
}
#project-detail .ui-table td {
  padding: 40px 0;
}
#project-detail .ui-table td.name {
  background-color: #f0f7ff;
  padding: 20px;
}

.open-source {
  width: 100%;
  margin: 40px 0;
  overflow: visible;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.project-banner {
  color: #333;
  text-align: center;
  padding: 60px 20px 0 20px;
  margin-bottom: 30px;
  min-height: 180px;
  position: relative;
  z-index: 100;
}
.project-banner h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.project-banner .project-intro {
  width: 70%;
  margin: 0 auto;
  line-height: 1.8;
  opacity: 0.9;
  word-break: break-all;
}
@media (max-width: 768px) {
  .project-banner {
    padding: 40px 15px;
  }
  .project-banner h1 {
    font-size: 24px;
  }
  .project-banner .project-intro {
    width: 100%;
    word-break: break-all;
  }
}

.project-trial-chart {
  width: 100%;
  height: 360px;
}

.member-active-chart {
  width: 100%;
  height: 280px;
  max-width: 100%;
}

#project-video-list {
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 25px;
  padding: 0 20px;
}
#project-video-list .video {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  height: 260px;
}
#project-video-list .video:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
#project-video-list .video:hover .media-thumb img {
  transform: scale(1.08);
}
#project-video-list .video:hover .content {
  background: rgba(0, 0, 0, 0.75);
}
#project-video-list .video:hover .play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#project-video-list .video a {
  display: block;
  text-decoration: none;
  height: 100%;
  color: #fff;
}
#project-video-list .video .media-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #f5f5f5;
}
#project-video-list .video .media-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#project-video-list .video .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  transition: all 0.3s ease;
}
#project-video-list .video .content h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#project-video-list .video .content .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
#project-video-list .video .content .meta .category {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 500;
}
#project-video-list .video .content .meta .type-icon {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  padding: 6px 16px;
  border-radius: 20px;
}
#project-video-list .video .content .meta .type-icon i {
  font-size: 16px;
  margin-right: 8px;
}
#project-video-list .video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 3;
  width: 64px;
  height: 64px;
  background: rgba(61, 61, 61, 0.9490196078);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
#project-video-list .video .play-icon span {
  font-size: 26px;
  margin-left: 4px;
}
@media (max-width: 768px) {
  #project-video-list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
    margin: 30px auto;
  }
  #project-video-list .video {
    height: 220px;
  }
  #project-video-list .video .content {
    padding: 20px;
  }
  #project-video-list .video .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #project-video-list .video .content .meta {
    font-size: 13px;
  }
  #project-video-list .video .content .meta .category,
  #project-video-list .video .content .meta .type-icon {
    padding: 4px 12px;
  }
  #project-video-list .video .play-icon {
    width: 54px;
    height: 54px;
  }
  #project-video-list .video .play-icon i {
    font-size: 22px;
  }
}

.projects .container {
  overflow: visible;
}
.projects ul {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 100px auto;
  padding: 40px 10px;
}
.projects ul li {
  width: 33%;
  text-align: center;
  display: inline-block;
  padding: 40px 0;
  min-height: 200px;
  box-sizing: border-box;
  transition: all 0.3s;
  height: auto;
  float: left;
  margin-bottom: 40px;
}
.projects ul li h4 {
  font-size: 21px;
  color: #333;
  margin-bottom: 20px;
}
.projects ul li p {
  padding: 0 20px;
  color: #ccc;
  height: 120px;
  overflow: hidden;
  text-align: center;
}
.projects ul li:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 30px;
}
.projects ul li:hover p,
.projects ul li:hover a,
.projects ul li:hover h4 {
  color: #fff;
}
.projects ul li:hover {
  background-color: #278fff;
}

.pre-footer {
  margin-top: -100px;
  margin-bottom: -3.4%;
  position: relative;
}
.pre-footer img {
  width: 100%;
}

.work-list .uk-card {
  margin-bottom: 20px;
}
.work-list .uk-card p {
  color: #888888 !important;
  font-size: 14px;
  line-height: 2;
}
.work-list .uk-card:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
  background-color: #278fff !important;
  color: #fff !important;
}
.work-list .uk-card:hover * {
  color: #fff !important;
}
.work-list .uk-card:hover {
  cursor: pointer;
}
.work-list .uk-card-title {
  color: #333;
  font-size: 20px;
  text-align: center;
}

.works-intro {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#project-options .option-meta-cell {
  min-width: 260px;
}
#project-options .option-alias-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#project-options .option-meta-name {
  flex: 0 0 auto;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  margin-right: 6px;
}
#project-options .option-alias-label {
  flex: 0 0 auto;
  margin: 0;
  font-size: 12px;
  color: #8c8c8c;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#project-options .option-alias-input {
  width: 220px;
  text-align: left;
}
#project-options .option-value-input {
  width: 110px;
  text-align: center;
}
@media (max-width: 960px) {
  #project-options .option-meta-cell {
    min-width: 200px;
  }
  #project-options .option-meta-name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }
  #project-options .option-alias-input {
    width: 160px;
  }
  #project-options .option-value-input {
    width: 100%;
    min-width: 80px;
  }
}

@media screen and (max-width: 780px) {
  .projects ul {
    padding: 0;
  }
  .projects ul li {
    width: 100%;
  }
  .project-banner {
    padding: 30px 10px;
  }
  .project-banner .project-intro {
    width: 100%;
  }
  .project-banner h1 {
    font-size: 1.5rem;
  }
  #project-detail {
    max-width: 96%;
    margin: 1%;
    padding: 1%;
    overflow: hidden;
  }
  .pre-footer {
    margin-top: 0 !important;
  }
}
.status {
  font-size: 12px;
}

.open {
  color: #4caf50 !important;
}

.wait_response {
  color: #ff9800 !important;
}

.wait_feedback {
  color: #2196f3 !important;
}

.finished {
  color: #9e9e9e !important;
}

.premium-gradient {
  border-radius: 16px;
  transition: all 0.3s ease;
  background-color: #ffde29;
}
.premium-gradient:hover {
  transform: translateY(-2px);
}

.purchase-btn {
  background: #000;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  padding: 5px 40px;
  margin-top: 10px;
  transition: all 0.3s ease;
  border: none;
}

.price-text {
  color: red;
  font-family: math !important;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.payment-option {
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
  color: #000;
}
.payment-option input {
  border: 3px solid #fff;
}

.document-login-btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 30px;
  padding: 0 40px;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.uk-article-content {
  line-height: 1.8;
}
.uk-article-content img {
  max-width: 100%;
  height: auto;
}

.document-markdown-body {
  line-height: 1.75;
  word-wrap: break-word;
}
.document-markdown-body > *:first-child {
  margin-top: 0;
}
.document-markdown-body h1,
.document-markdown-body h2,
.document-markdown-body h3,
.document-markdown-body h4 {
  margin: 1.25em 0 0.5em;
  font-weight: 600;
  line-height: 1.35;
}
.document-markdown-body h1 {
  font-size: 1.75rem;
}
.document-markdown-body h2 {
  font-size: 1.4rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.25em;
}
.document-markdown-body h3 {
  font-size: 1.2rem;
}
.document-markdown-body p {
  margin: 0.65em 0;
}
.document-markdown-body ul,
.document-markdown-body ol {
  margin: 0.65em 0;
  padding-left: 1.5em;
}
.document-markdown-body blockquote {
  margin: 0.75em 0;
  padding: 0.35em 0 0.35em 1em;
  border-left: 4px solid #1e87f0;
  background: #f8fafc;
  color: #444;
}
.document-markdown-body pre {
  margin: 0.85em 0;
  padding: 12px 14px;
  overflow-x: auto;
  background: #1e293b;
  color: #e2e8f0;
  border-radius: 6px;
  font-size: 0.875rem;
}
.document-markdown-body code {
  font-family: Consolas, "SF Mono", Menlo, monospace;
  font-size: 0.9em;
  padding: 0.15em 0.4em;
  background: #f1f5f9;
  border-radius: 4px;
}
.document-markdown-body pre code {
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
}
.document-markdown-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.85em 0;
  font-size: 0.95rem;
}
.document-markdown-body th,
.document-markdown-body td {
  border: 1px solid #e5e7eb;
  padding: 8px 10px;
  text-align: left;
}
.document-markdown-body th {
  background: #f8fafc;
}
.document-markdown-body a {
  color: #1e87f0;
  text-decoration: underline;
}
.document-markdown-body img {
  max-width: 100%;
  height: auto;
}
.document-markdown-body hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

.file-upload-container .uk-placeholder,
.files-upload-container .uk-placeholder {
  background-color: #f1f8ff;
  border-radius: 5px;
  cursor: pointer;
}

.category-tree .uk-nav-default > li > a {
  padding: 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.category-tree .uk-nav-default > li > a:hover {
  background-color: #f0f0f0;
}
.category-tree .uk-nav-default > li.uk-active > a {
  background-color: #f8f8f8;
  color: #1e87f0;
  font-weight: bold;
}
.category-tree .uk-nav-sub {
  padding: 0;
  margin: 0;
}
.category-tree .uk-nav-sub a {
  padding: 6px;
  font-size: 0.9rem;
}
.category-tree .uk-nav-sub .uk-nav-sub a {
  font-size: 0.85rem;
}
.category-tree .uk-badge {
  background-color: #f0f0f0;
  color: #666;
  font-size: 0.7rem;
  padding: 0 6px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
}
.category-tree .uk-active .uk-badge {
  background-color: #fff;
  color: #1e87f0;
}

#categoryTable .category-alias-input {
  min-width: 120px;
  max-width: 100%;
  box-sizing: border-box;
}

.ace-editor {
  position: relative !important;
  width: 100% !important;
  height: 200px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 20px 0;
}

.version-form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.version-form-row .uk-margin {
  margin: 0;
}
.version-form-row .uk-margin .uk-form-label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  line-height: 1.4;
  float: none !important;
}
.version-form-row .uk-margin .uk-form-controls {
  width: 100%;
  display: block;
  margin-left: 0 !important;
}
.version-form-row .uk-margin .uk-form-horizontal .uk-form-controls {
  margin-left: 0 !important;
}
.version-form-row .uk-margin .uk-input {
  height: 36px;
  width: 100%;
}

.price-purchase-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.price-purchase-row .uk-margin {
  margin: 0;
}
.price-purchase-row .uk-margin .uk-form-label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  line-height: 1.4;
  float: none !important;
  margin-left: 0 !important;
}
.price-purchase-row .uk-margin .uk-form-controls {
  width: 100%;
  display: block;
  margin-left: 0 !important;
}
.price-purchase-row .uk-margin .uk-input, .price-purchase-row .uk-margin .uk-select {
  height: 36px;
  width: 100%;
}

.image-upload-container {
  position: relative;
  width: 120px;
  height: 120px;
  border: 2px dashed #ddd;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}

.image-upload-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  font-size: 24px;
}

.image-preview {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

.image-upload-container:hover {
  border-color: #1e87f0;
}

.image-upload-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.image-upload-item {
  position: relative;
  width: 120px;
  height: 120px;
  border: 2px dashed #ddd;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.image-upload-item:hover {
  border-color: #1e87f0;
}
.image-upload-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-upload-item .delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.image-upload-item:hover .delete-btn {
  opacity: 1;
}

.add-image-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

.image-upload-item .drag-handle {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: move;
  opacity: 0;
  transition: opacity 0.3s;
}
.image-upload-item:hover .drag-handle {
  opacity: 1;
}

.thumbs-upload-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
  margin-bottom: 15px;
}
.thumbs-upload-list .image-upload-item {
  position: relative;
  width: 100%;
  border: 2px dashed #ddd;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.thumbs-upload-list .image-upload-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbs-upload-list .image-upload-item.add-image-btn {
  display: block;
  position: relative;
}
.thumbs-upload-list .image-upload-item.add-image-btn .uk-flex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thumbs-upload-list .image-upload-item .delete-btn,
.thumbs-upload-list .image-upload-item .drag-handle {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.thumbs-upload-list .image-upload-item .delete-btn {
  top: 5px;
  right: 5px;
}
.thumbs-upload-list .image-upload-item .drag-handle {
  top: 5px;
  left: 5px;
  cursor: move;
}
.thumbs-upload-list .image-upload-item:hover {
  border-color: #1e87f0;
}
.thumbs-upload-list .image-upload-item:hover .delete-btn,
.thumbs-upload-list .image-upload-item:hover .drag-handle {
  opacity: 1;
}
@media (max-width: 640px) {
  .thumbs-upload-list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
  }
}

#buy-confim-container {
  max-width: 640px !important;
}
#buy-confim-container .buy-confim-intro {
  margin-top: 15px;
  word-break: break-all;
}

.feedback-detail-content {
  white-space: pre-wrap;
  word-break: break-word;
}

.feedback-quick-status-menu {
  min-width: 8rem;
}

.feedback-status-td {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.feedback-status-td .uk-inline {
  position: relative;
}

.document-attachment-info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-right: 8px;
}

.document-attachment-size {
  font-size: 12px;
  line-height: 1.3;
  color: #98a2b3;
  white-space: nowrap;
}

.document-detail-favorite-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.document-detail-favorite-trigger .document-favorite-icon {
  margin-right: 0;
}
.document-detail-favorite-trigger:hover {
  color: #2563eb;
  text-decoration: none;
}
.document-detail-favorite-trigger.is-active {
  color: #2563eb;
}
.document-detail-favorite-trigger.is-active .document-favorite-icon {
  color: #ef4444;
}
.document-detail-favorite-trigger.is-busy {
  opacity: 0.6;
  pointer-events: none;
}

.document-favorite-count-num {
  font-weight: 600;
}

.iot-go-config-textarea {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.45;
}

.iot-service-node-page:not(.iot-sn-page--reports):not(.iot-sn-page--daily) {
  padding-top: 4px;
}
.iot-service-node-page code {
  color: #334155 !important;
}
.iot-service-node-page .iot-sn-page-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px 20px;
  margin-bottom: 16px;
}
.iot-service-node-page .iot-sn-page-head__title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 4px;
  line-height: 1.2;
}
.iot-service-node-page .iot-sn-page-head__desc {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}
.iot-service-node-page .iot-sn-page-head__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.iot-service-node-page .iot-sn-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  background: #fff;
  color: #475569;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.iot-service-node-page .iot-sn-chip--ghost {
  border-color: #e2e8f0;
  background: #fff;
  color: #475569;
}
.iot-service-node-page .iot-sn-chip--ghost:hover {
  border-color: #cbd5e1;
  color: #0f172a;
}
.iot-service-node-page .iot-sn-chip--primary {
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff !important;
  border-color: #1d4ed8;
  box-shadow: 0 1px 3px rgba(37, 99, 235, 0.35);
}
.iot-service-node-page .iot-sn-chip--primary:hover {
  filter: brightness(1.05);
}
.iot-service-node-page .iot-sn-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.04);
  padding: 16px 18px 20px;
}
.iot-service-node-page .iot-sn-details {
  margin-bottom: 18px;
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  background: #f8fafc;
  overflow: hidden;
}
.iot-service-node-page .iot-sn-details[open] {
  background: #fff;
  box-shadow: inset 0 0 0 1px #f1f5f9;
}
.iot-service-node-page .iot-sn-details__summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.iot-service-node-page .iot-sn-details__summary::-webkit-details-marker {
  display: none;
}
.iot-service-node-page .iot-sn-details__summary::after {
  content: "▸";
  float: right;
  color: #94a3b8;
  font-size: 10px;
  transition: transform 0.2s ease;
}
.iot-service-node-page .iot-sn-details[open] .iot-sn-details__summary::after {
  transform: rotate(90deg);
}
.iot-service-node-page .iot-sn-details__body {
  padding: 0 14px 12px;
  border-top: 1px solid #eef1f5;
}
.iot-service-node-page .iot-sn-env-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .iot-service-node-page .iot-sn-env-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.iot-service-node-page .iot-sn-field-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
  margin-bottom: 6px;
}
.iot-service-node-page .iot-sn-mono-block {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.45;
  color: #1e293b;
  word-break: break-all;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}
.iot-service-node-page .iot-sn-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 768px) {
  .iot-service-node-page .iot-sn-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.iot-service-node-page .iot-sn-node {
  display: flex;
  min-height: 100%;
  border-radius: 12px;
  border: 1px solid #e8ecf1;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.iot-service-node-page .iot-sn-node:hover {
  border-color: #d8dee9;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
}
.iot-service-node-page .iot-sn-node[data-active="1"] .iot-sn-node__rail {
  background: linear-gradient(180deg, #34c759 0%, #22c55e 100%);
}
.iot-service-node-page .iot-sn-node[data-active="0"] .iot-sn-node__rail {
  background: linear-gradient(180deg, #94a3b8 0%, #64748b 100%);
}
.iot-service-node-page .iot-sn-node__rail {
  width: 4px;
  flex-shrink: 0;
  background: #cbd5e1;
}
.iot-service-node-page .iot-sn-node__body {
  flex: 1;
  min-width: 0;
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.iot-service-node-page .iot-sn-node__row1 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.iot-service-node-page .iot-sn-node__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
}
.iot-service-node-page .iot-sn-node__idblock {
  flex: 1;
  min-width: 0;
}
.iot-service-node-page .iot-sn-node__titleline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.iot-service-node-page .iot-sn-node__name {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.25;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iot-service-node-page .iot-sn-pill {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid #e2e8f0;
}
.iot-service-node-page .iot-sn-pill--live {
  background: rgba(52, 199, 89, 0.12);
  color: #15803d;
  border-color: rgba(52, 199, 89, 0.35);
}
.iot-service-node-page .iot-sn-node__sub {
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}
.iot-service-node-page .iot-sn-kv {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  color: #334155;
  background: #f8fafc;
  padding: 1px 6px;
  border-radius: 4px;
  border: 1px solid #eef1f5;
}
.iot-service-node-page .iot-sn-node__urls {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #0f172a;
  border: 1px solid #1e293b;
}
.iot-service-node-page .iot-sn-url-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.35;
}
.iot-service-node-page .iot-sn-url-label {
  flex: 0 0 36px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #94a3b8;
  text-transform: uppercase;
  padding-top: 2px;
}
.iot-service-node-page .iot-sn-url-text {
  flex: 1;
  min-width: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  color: #e2e8f0 !important;
  word-break: break-all;
}
.iot-service-node-page .iot-sn-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}
@media (max-width: 639px) {
  .iot-service-node-page .iot-sn-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.iot-service-node-page .iot-sn-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 4px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef1f5;
  min-width: 0;
}
@media (max-width: 639px) {
  .iot-service-node-page .iot-sn-metric--time {
    grid-column: 1/-1;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.iot-service-node-page .iot-sn-metric--span {
  grid-column: 1/-1;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.iot-service-node-page .iot-sn-metric__icon {
  color: #94a3b8;
  margin-bottom: 2px;
}
.iot-service-node-page .iot-sn-metric__val {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.iot-service-node-page .iot-sn-metric__val--sm {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.iot-service-node-page .iot-sn-metric__val--muted {
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
}
.iot-service-node-page .iot-sn-metric__lbl {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
  margin-top: 4px;
}
.iot-service-node-page .iot-sn-node__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
}
.iot-service-node-page .iot-sn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  text-decoration: none !important;
  box-sizing: border-box;
}
.iot-service-node-page .iot-sn-btn--secondary:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.iot-service-node-page .iot-sn-btn--primary {
  border-color: #2563eb;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  color: #fff !important;
  box-shadow: 0 1px 2px rgba(37, 99, 235, 0.25);
}
.iot-service-node-page .iot-sn-btn--primary:hover {
  filter: brightness(1.06);
}
.iot-service-node-page .iot-sn-btn--ghost {
  border-color: #e2e8f0;
  background: #fff;
  color: #64748b;
}
.iot-service-node-page .iot-sn-btn--ghost:hover {
  color: #0f172a;
  border-color: #cbd5e1;
}
.iot-service-node-page .iot-sn-dropdown .uk-dropdown-nav > li > a {
  padding: 8px 16px;
  font-size: 13px;
}
.iot-service-node-page .iot-sn-dropdown .iot-sn-drop-form {
  padding: 6px 12px 10px;
}
.iot-service-node-page .iot-sn-zero {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  border: 1px dashed #e2e8f0;
  background: #fafbfc;
}
.iot-service-node-page .iot-sn-zero__icon {
  color: #cbd5e1;
  margin-bottom: 8px;
}
.iot-service-node-page .iot-sn-zero__t {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: #475569;
}
.iot-service-node-page .iot-sn-zero__d {
  margin: 0;
  font-size: 13px;
  color: #94a3b8;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-card, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-card {
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-card__header, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-card__header {
  padding: 14px 18px;
  border-bottom: 1px solid #eef1f5;
  background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-card__header h5, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-card__header h5 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-card__body, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-card__body {
  padding: 16px 18px 20px;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-accordion-help, .iot-service-node-page.iot-sn-page--daily .iot-sn-accordion-help {
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-accordion-help .uk-accordion-title, .iot-service-node-page.iot-sn-page--daily .iot-sn-accordion-help .uk-accordion-title {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  background: #f8fafc;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-accordion-help .uk-accordion-content, .iot-service-node-page.iot-sn-page--daily .iot-sn-accordion-help .uk-accordion-content {
  margin-top: 0;
  padding: 10px 12px 12px;
  border-top: 1px solid #eef1f5;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-inline-code, .iot-service-node-page.iot-sn-page--daily .iot-sn-inline-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  color: #475569 !important;
  background: #f1f5f9;
  padding: 1px 5px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-table-scroll, .iot-service-node-page.iot-sn-page--daily .iot-sn-table-scroll {
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  overflow: hidden;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-table-scroll .uk-table, .iot-service-node-page.iot-sn-page--daily .iot-sn-table-scroll .uk-table {
  margin-bottom: 0;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-table-wrap, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-table-wrap {
  margin-top: 0;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-table th:first-child,
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-table td:first-child, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-table th:first-child,
.iot-service-node-page.iot-sn-page--daily .iot-sn-report-table td:first-child {
  max-width: 200px;
  min-width: 100px;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-table th, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-table th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  font-weight: 600;
  padding: 10px 12px;
  background: #f8fafc;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-table td, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-table td {
  padding: 9px 12px;
  vertical-align: middle;
  font-size: 12px;
}
.iot-service-node-page.iot-sn-page--reports .uk-button-default, .iot-service-node-page.iot-sn-page--daily .uk-button-default {
  border-radius: 8px;
  font-weight: 600;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-head-links, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-head-links {
  gap: 8px;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-daily-header-actions, .iot-service-node-page.iot-sn-page--daily .iot-sn-daily-header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-daily-range, .iot-service-node-page.iot-sn-page--daily .iot-sn-daily-range {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-daily-range__link, .iot-service-node-page.iot-sn-page--daily .iot-sn-daily-range__link {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  min-height: 30px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  text-decoration: none !important;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-daily-range__link:hover, .iot-service-node-page.iot-sn-page--daily .iot-sn-daily-range__link:hover {
  border-color: #cbd5e1;
  color: #0f172a;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-daily-range__link--on, .iot-service-node-page.iot-sn-page--daily .iot-sn-daily-range__link--on {
  border-color: rgba(52, 199, 89, 0.45);
  background: rgba(52, 199, 89, 0.12);
  color: #15803d;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-stream-charts, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-stream-charts {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 18px;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-stream-chart-block, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-stream-chart-block {
  margin: 0;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-stream-chart-head, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-stream-chart-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 12px;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-stream-chart-title, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-stream-chart-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-stream-chart-hint, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-stream-chart-hint {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
}
.iot-service-node-page.iot-sn-page--reports .iot-sn-report-stream-chart, .iot-service-node-page.iot-sn-page--daily .iot-sn-report-stream-chart {
  width: 100%;
  height: 320px;
  min-height: 280px;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  font-size: 12px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e8ecf1;
  border-radius: 999px;
  line-height: 1.3;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-pill strong {
  font-weight: 700;
  color: #0f172a;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-pill--muted {
  color: #64748b;
  background: #fff;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .iot-service-node-page.iot-sn-page--daily .iot-sn-daily-kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-kpi {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e8ecf1;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-kpi__lbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-kpi__val {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.2;
  word-break: break-all;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-section--detail {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #eef1f5;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 12px;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-section__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-section__hint {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-zero {
  margin-top: 8px;
  margin-bottom: 0;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-charts {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 22px;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-chart-block {
  margin: 0;
}
.iot-service-node-page.iot-sn-page--daily .iot-sn-daily-chart {
  width: 100%;
  height: 320px;
  min-height: 280px;
}

.iot-sn-dlg {
  max-width: 100%;
}

.iot-sn-dlg--empty .iot-sn-dlg__empty {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

.iot-sn-dlg__mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: #1e293b !important;
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  word-break: break-all;
}
.iot-sn-dlg__mono--block {
  display: block;
  padding: 8px 10px;
  line-height: 1.45;
}

.iot-sn-dlg__head {
  margin-bottom: 14px;
}

.iot-sn-dlg__name {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.iot-sn-dlg__idline {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}

.iot-sn-dlg__pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569 !important;
  border: 1px solid #e2e8f0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.iot-sn-dlg__kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.iot-sn-dlg__kpis--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 520px) {
  .iot-sn-dlg__kpis--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.iot-sn-dlg__kpi {
  text-align: center;
  padding: 12px 10px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef1f5;
}

.iot-sn-dlg__kpi-l {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  margin-bottom: 4px;
}

.iot-sn-dlg__kpi-n {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.iot-sn-dlg__dl {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #eef1f5;
  background: #fff;
}

.iot-sn-dlg__dl-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px 14px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  align-items: start;
}
.iot-sn-dlg__dl-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.iot-sn-dlg__dl-row:first-child {
  padding-top: 0;
}
.iot-sn-dlg__dl-row dt {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
  padding-top: 4px;
}
.iot-sn-dlg__dl-row dd {
  margin: 0;
  font-size: 13px;
  color: #334155;
}

.iot-sn-dlg__warn {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  font-size: 12px;
}

.iot-sn-dlg__hint {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
}

.iot-sn-dlg__section {
  margin-top: 4px;
}

.iot-sn-dlg__sec-title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

.iot-sn-dlg__table-wrap {
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  max-height: min(48vh, 440px);
  background: #fff;
}

.iot-sn-dlg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.iot-sn-dlg-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: left;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  background: #f8fafc;
  border-bottom: 1px solid #e8ecf1;
}
.iot-sn-dlg-table thead th.iot-sn-dlg-table__num {
  text-align: center;
}
.iot-sn-dlg-table tbody tr:nth-child(even) {
  background: #fafbfc;
}
.iot-sn-dlg-table tbody tr:hover {
  background: #f1f5f9;
}
.iot-sn-dlg-table tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
  color: #334155;
}
.iot-sn-dlg-table tbody tr:last-child td {
  border-bottom: none;
}
.iot-sn-dlg-table__num {
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  white-space: nowrap;
}
.iot-sn-dlg-table tbody td:first-child {
  word-break: break-all;
}

.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-panel.iot-sn-panel {
  padding: 12px 14px 14px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef1f5;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-toolbar__title {
  margin: 0 0 2px;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.25;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-toolbar__sub {
  margin: 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.35;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-body {
  width: 100%;
  max-width: none;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-toolbar__hint {
  max-width: 52rem;
  line-height: 1.45;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-block__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
  margin-bottom: 5px;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-urls.iot-sn-node__urls {
  margin: 0 !important;
  padding: 7px 9px !important;
  border-radius: 8px;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media (min-width: 640px) {
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-kpis {
    display: flex;
    flex-wrap: wrap;
  }
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-kpi {
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 14px;
  text-align: center;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef1f5;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-kpi__l {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  margin-bottom: 3px;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-kpi__n {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-dl.iot-sn-dlg__dl {
  margin-bottom: 0 !important;
  padding: 8px 12px !important;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-dl .iot-sn-dlg__dl-row {
  padding: 5px 0 !important;
}
@media (max-width: 479px) {
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-dlg__dl-row {
    grid-template-columns: 1fr;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-dlg__dl-row dt {
    padding-top: 0;
  }
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet-wrap__title {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet-outer {
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet {
  width: 100%;
  border: 1px solid #e8ecf1;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(3.25rem, 4.25rem) minmax(3.25rem, 4.25rem) minmax(4rem, 6rem) minmax(6.5rem, 9rem);
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 12px;
  border-bottom: 1px solid #f1f5f9;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__row:last-child {
  border-bottom: none;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__row--head {
  background: #f8fafc;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8ecf1;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell {
  min-width: 0;
  font-size: 13px;
  color: #334155;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--owner {
  text-align: left;
  overflow-wrap: anywhere;
  word-break: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--num {
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--meta {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--actions {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--actions .uk-button {
  padding: 0 10px;
  line-height: 26px;
  font-size: 12px;
  min-height: 28px;
}
@media (max-width: 639px) {
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet-outer {
    overflow-x: visible;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet {
    border: none;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__row--head {
    display: none;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__row:not(.iot-sn-acc-sheet__row--head) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    background: #fff;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__row:not(.iot-sn-acc-sheet__row--head):nth-child(even) {
    background: #fafbfc;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0 !important;
    min-height: 40px;
    border-bottom: 1px solid #f1f5f9;
    text-align: right;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell:last-child {
    border-bottom: none;
    padding-bottom: 2px !important;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell::before {
    content: attr(data-label);
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    text-align: left;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--owner {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--owner::before {
    margin-bottom: 6px;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--owner .iot-sn-dlg__mono {
    display: block;
    width: 100%;
    text-align: left;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--num,
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--meta {
    justify-content: space-between;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--actions {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__cell--actions .uk-button {
    flex: 0 0 auto;
  }
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-badge--black {
  background: #fef2f2;
  color: #b91c1c;
  border-color: #fecaca;
}
@media (min-width: 640px) {
  .iot-service-node-page.iot-sn-page--accounts .iot-sn-acc-sheet__row:not(.iot-sn-acc-sheet__row--head):nth-child(even) {
    background: #fafbfc;
  }
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-dlg__empty.iot-sn-acc-empty {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-dlg__warn.iot-sn-acc-warn {
  margin: 0 !important;
  padding: 8px 10px !important;
  font-size: 11px !important;
}
.iot-service-node-page.iot-sn-page--accounts .iot-sn-dlg__hint {
  margin: 0;
  font-size: 12px;
}

.version-compare {
  position: relative;
  overflow: visible !important;
  margin: 30px 0;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .version-compare {
    padding: 0 15px;
    margin: 20px 0;
  }
}

.version-swiper.swiper-container {
  padding: 20px 0;
  margin: 0 auto;
  max-width: 100%;
  overflow: visible;
  position: relative;
}
@media (max-width: 768px) {
  .version-swiper.swiper-container {
    padding: 10px 0;
  }
}
.version-swiper.center-few-slides .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.version-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .version-swiper .swiper-slide {
    padding: 0 5px;
  }
}
.version-swiper .swiper-button-next,
.version-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #1e87f0;
}
.version-swiper .swiper-button-next:after,
.version-swiper .swiper-button-prev:after {
  font-size: 20px;
}
.version-swiper .swiper-button-next:hover,
.version-swiper .swiper-button-prev:hover {
  background-color: #1e87f0;
  color: white;
}
@media (max-width: 768px) {
  .version-swiper .swiper-button-next,
  .version-swiper .swiper-button-prev {
    display: none;
  }
}
.version-swiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.version-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin: 0 5px;
}
.version-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #1e87f0;
  opacity: 1;
  transform: scale(1.2);
}
.version-swiper .version-card {
  height: 100%;
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 20px;
  border: 1px solid rgba(30, 135, 240, 0.1);
  box-shadow: 0 12px 30px rgba(17, 38, 72, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.version-swiper .version-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(17, 38, 72, 0.14);
  border-color: rgba(30, 135, 240, 0.24);
}
@media (max-width: 768px) {
  .version-swiper .version-card {
    margin: 0 auto;
    width: 90%;
    border-radius: 18px;
  }
}
.version-swiper .version-header {
  background: linear-gradient(135deg, #3095f5 0%, #1e87f0 55%, #1674d0 100%);
  padding: 28px 22px 26px;
  color: #fff;
  text-align: center;
  position: relative;
}
.version-swiper .version-header:before {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .version-swiper .version-header {
    padding: 22px 20px;
  }
}
.version-swiper .version-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(2px);
  padding: 4px 13px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
}
.version-swiper .version-tag i {
  font-size: 12px !important;
  margin-left: 2px;
}
.version-swiper .version-title {
  font-size: 26px;
  font-weight: 700;
  margin: 8px 0 14px;
  color: #fff;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .version-swiper .version-title {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.version-swiper .version-price {
  text-align: center;
  padding: 0 10px;
}
.version-swiper .org-price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  margin-bottom: 10px;
}
.version-swiper .org-price:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.version-swiper .org-price:after {
  content: "";
  position: absolute;
}
.version-swiper .org-price {
  text-decoration-line: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.75);
  text-underline-offset: 1px;
}
.version-swiper .sales-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
}
.version-swiper .sales-price .currency {
  font-size: 22px;
  margin-right: 4px;
  font-weight: 500;
  opacity: 0.95;
}
.version-swiper .sales-price .amount {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .version-swiper .sales-price .currency {
    font-size: 18px;
  }
  .version-swiper .sales-price .amount {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .version-swiper .sales-price .currency {
    font-size: 16px;
  }
  .version-swiper .sales-price .amount {
    font-size: 28px;
  }
}
.version-swiper .version-content {
  padding: 26px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .version-swiper .version-content {
    padding: 22px 20px;
  }
}
.version-swiper .version-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(34, 66, 106, 0.14);
}
.version-swiper .version-item:last-child {
  border-bottom: none;
}
.version-swiper .item-label {
  color: #61708a;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.version-swiper .item-label i {
  color: #1e87f0;
  margin-right: 8px;
  font-size: 16px;
}
.version-swiper .item-value {
  color: #243247;
  font-size: 36px;
  font-weight: 700;
  margin-left: 10px;
  text-align: right;
  line-height: 1;
}
.version-swiper .version-action {
  padding: 0 24px 24px;
}
@media (max-width: 768px) {
  .version-swiper .version-action {
    padding: 0 20px 20px;
  }
}
.version-swiper .version-action .uk-button {
  border-radius: 10px;
  font-size: 16px;
  padding: 9px 20px;
  transition: all 0.3s ease;
  font-weight: 600;
  width: 100%;
  text-align: center;
  letter-spacing: 0.5px;
}
.version-swiper .version-action .uk-button-primary {
  background: linear-gradient(135deg, #3095f5 0%, #1e87f0 100%);
  box-shadow: 0 8px 18px rgba(30, 135, 240, 0.32);
}
.version-swiper .version-action .uk-button-primary:hover {
  background: linear-gradient(135deg, #248cee 0%, #0f7ae5 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(30, 135, 240, 0.4);
}

@keyframes nl2-orb-drift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(12px, -16px) scale(1.04);
  }
  66% {
    transform: translate(-10px, 10px) scale(0.96);
  }
}
@keyframes nl2-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.work-nodelio:has(.nl2-landing) {
  --nl2-primary: #1e87f0;
  --nl2-primary-deep: #1565c0;
  --nl2-primary-soft: rgba(30, 135, 240, 0.1);
  --nl2-accent: #34c759;
  --nl2-bg: #e6f2fd;
  --nl2-surface: #f3f9ff;
  --nl2-surface-muted: #d9ecfc;
  --nl2-ink: #0b1220;
  --nl2-body: #3d4f66;
  --nl2-muted: #6b7f99;
  --nl2-line: rgba(30, 135, 240, 0.12);
  --nl2-max: 1120px;
  --nl2-gutter: clamp(20px, 4vw, 32px);
  --nl2-section-y: clamp(56px, 7vw, 80px);
  --nl2-radius: 16px;
  --nl2-radius-sm: 10px;
  --nl2-shadow:
      0 1px 2px rgba(15, 23, 42, 0.04),
      0 8px 24px rgba(15, 23, 42, 0.06);
  --nl2-shadow-hover:
      0 12px 40px rgba(30, 135, 240, 0.14),
      0 4px 12px rgba(15, 23, 42, 0.05);
  --nl2-head-h: 68px;
  background: #FFFFFF;
  color: var(--nl2-body);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  position: relative;
  isolation: isolate;
  overflow-x: clip;
}
.work-nodelio:has(.nl2-landing) .nl2-landing {
  position: relative;
  overflow-x: clip;
  background-image: linear-gradient(rgba(30, 135, 240, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(30, 135, 240, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  background-position: center top;
}
.work-nodelio:has(.nl2-landing) .nl2-deco {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100vh - var(--nl2-head-h) - 48px);
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.work-nodelio:has(.nl2-landing) .nl2-deco__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.55;
  mix-blend-mode: soft-light;
  animation: nl2-orb-drift 26s ease-in-out infinite;
}
.work-nodelio:has(.nl2-landing) .nl2-deco__orb--1 {
  top: 8%;
  right: -5%;
  width: min(380px, 50vw);
  height: min(380px, 50vw);
  background: rgba(255, 255, 255, 0.85);
}
.work-nodelio:has(.nl2-landing) .nl2-deco__orb--2 {
  top: 38%;
  left: -6%;
  width: min(320px, 44vw);
  height: min(320px, 44vw);
  background: rgba(186, 220, 255, 0.75);
  animation-delay: -8s;
}
.work-nodelio:has(.nl2-landing) .nl2-deco__orb--3 {
  bottom: 12%;
  right: 10%;
  width: min(260px, 36vw);
  height: min(260px, 36vw);
  background: rgba(255, 255, 255, 0.65);
  mix-blend-mode: normal;
  opacity: 0.35;
  animation-delay: -14s;
}
.work-nodelio:has(.nl2-landing) .nl2-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.work-nodelio:has(.nl2-landing) .nl2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.work-nodelio:has(.nl2-landing) .nl2-container {
  width: 100%;
  max-width: var(--nl2-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--nl2-gutter);
  padding-right: var(--nl2-gutter);
  box-sizing: border-box;
}
.work-nodelio:has(.nl2-landing) .nl2-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nl2-primary-deep);
  background: var(--nl2-primary-soft);
  border: 1px solid rgba(30, 135, 240, 0.12);
}
.work-nodelio:has(.nl2-landing) .nl2-section-head {
  margin: 0 0 clamp(28px, 3.5vw, 40px);
  text-align: center;
}
.work-nodelio:has(.nl2-landing) .nl2-section-head__title {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--nl2-ink);
}
.work-nodelio:has(.nl2-landing) .nl2-section-head__lead {
  margin: 0 auto;
  max-width: 38rem;
  font-size: 15px;
  line-height: 1.75;
  color: var(--nl2-muted);
}
.work-nodelio:has(.nl2-landing) .nl2-section-head__lead code {
  font-size: 0.9em;
  padding: 2px 7px;
  border-radius: 6px;
  background: var(--nl2-surface-muted);
  color: var(--nl2-ink);
  border: 1px solid var(--nl2-line);
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob {
  position: relative;
  height: clamp(64px, 9vw, 112px);
  margin: -1px 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150%;
  height: 220%;
  transform: translate(-50%, -50%) rotate(-1.5deg);
  border-radius: 48% 52% 42% 58%/38% 62% 45% 55%;
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob::after {
  content: "";
  position: absolute;
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-bento {
  background: var(--nl2-bg);
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-bento::before {
  background: var(--nl2-surface);
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-bento::after {
  right: -8%;
  top: -40%;
  background: rgba(30, 135, 240, 0.12);
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-arch {
  background: var(--nl2-surface);
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-arch::before {
  background: var(--nl2-surface);
  border-radius: 48% 52% 42% 58%/38% 62% 45% 55%;
  transform: translate(-50%, -50%) rotate(-1.5deg);
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-arch::after {
  right: -8%;
  top: -40%;
  background: rgba(30, 135, 240, 0.12);
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-devices {
  background: var(--nl2-surface);
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-devices::before {
  background: #fff;
  border-radius: 45% 55% 50% 50%/42% 58% 48% 52%;
  transform: translate(-52%, -48%) rotate(-2deg);
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-devices::after {
  right: 5%;
  top: -50%;
  background: rgba(30, 135, 240, 0.1);
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-cta {
  background: #fff;
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-cta::before {
  background: var(--nl2-bg);
  border-radius: 55% 45% 48% 52%/50% 50% 42% 58%;
}
.work-nodelio:has(.nl2-landing) .nl2-section-blob--to-cta::after {
  left: 20%;
  top: -30%;
  background: rgba(30, 135, 240, 0.08);
}
.work-nodelio:has(.nl2-landing) .nl2-section,
.work-nodelio:has(.nl2-landing) .nl2-hero-videos {
  position: relative;
  z-index: 1;
}
.work-nodelio:has(.nl2-landing) .nl2-section {
  padding-top: var(--nl2-section-y);
  padding-bottom: var(--nl2-section-y);
  overflow: hidden;
}
.work-nodelio:has(.nl2-landing) .nl2-section > .nl2-container {
  position: relative;
  z-index: 1;
}
.work-nodelio:has(.nl2-landing) .nl2-section::after {
  content: "";
  position: absolute;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
.work-nodelio:has(.nl2-landing) .nl2-section.nl2-bento {
  background: var(--nl2-surface);
}
.work-nodelio:has(.nl2-landing) .nl2-section.nl2-bento::after {
  right: -18%;
  top: 10%;
  background: rgba(255, 255, 255, 0.75);
}
.work-nodelio:has(.nl2-landing) .nl2-section.nl2-arch {
  background: var(--nl2-surface);
}
.work-nodelio:has(.nl2-landing) .nl2-section.nl2-arch::after {
  right: -18%;
  top: 10%;
  background: rgba(255, 255, 255, 0.75);
}
.work-nodelio:has(.nl2-landing) .nl2-section.nl2-devices {
  background: #fff;
}
.work-nodelio:has(.nl2-landing) .nl2-section.nl2-devices::after {
  right: -15%;
  bottom: 5%;
  background: rgba(30, 135, 240, 0.06);
}
.work-nodelio:has(.nl2-landing) .nl2-section.nl2-cta {
  padding-top: calc(var(--nl2-section-y) * 0.6);
  background: transparent;
}
.work-nodelio:has(.nl2-landing) .nl2-section.nl2-cta::after {
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
}
.work-nodelio:has(.nl2-landing) .nl2-hero {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--nl2-head-h));
  padding: 0;
  color: #fff;
  overflow: hidden;
  background: #1e87f0;
}
.work-nodelio:has(.nl2-landing) .nl2-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 96px;
  background: linear-gradient(to bottom, transparent, var(--nl2-bg));
  pointer-events: none;
  z-index: 2;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__banner-bleed {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  z-index: 1;
}
.work-nodelio:has(.nl2-landing) .nl2-hero-banner {
  border-radius: 0;
  overflow: hidden;
}
.work-nodelio:has(.nl2-landing) .nl2-hero-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 160px;
  max-height: calc((100vh - var(--nl2-head-h)) / 2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.work-nodelio:has(.nl2-landing) .nl2-hero-banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.work-nodelio:has(.nl2-landing) .nl2-hero-banner .swiper-pagination-bullet-active {
  background: #fff;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__banner-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 45, 100, 0.15) 0%, rgba(15, 45, 100, 0.55) 100%), linear-gradient(to top, #1e87f0 0%, transparent 45%);
  pointer-events: none;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc((100vh - var(--nl2-head-h)) / 2);
  padding-top: clamp(32px, 4vw, 48px);
  padding-bottom: clamp(56px, 7vw, 96px);
  box-sizing: border-box;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 32px);
  align-items: start;
}
@media (min-width: 960px) {
  .work-nodelio:has(.nl2-landing) .nl2-hero__layout {
    grid-template-columns: minmax(0, 1fr) 232px;
    gap: clamp(28px, 3.5vw, 40px);
  }
}
.work-nodelio:has(.nl2-landing) .nl2-hero__stage {
  text-align: center;
  animation: nl2-fade-up 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (min-width: 960px) {
  .work-nodelio:has(.nl2-landing) .nl2-hero__stage {
    text-align: left;
    padding-right: clamp(8px, 2vw, 24px);
  }
}
.work-nodelio:has(.nl2-landing) .nl2-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 5px 14px 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nl2-accent);
  box-shadow: 0 0 0 3px rgba(52, 199, 89, 0.25);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__title {
  margin: 0 0 20px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #fff;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__brand {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__title-line {
  display: block;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__badge {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 0.85em;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  background: rgba(52, 199, 89, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__lead {
  margin: 0 auto 14px;
  max-width: 40rem;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.86);
}
@media (min-width: 960px) {
  .work-nodelio:has(.nl2-landing) .nl2-hero__lead {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
.work-nodelio:has(.nl2-landing) .nl2-hero__lead strong {
  color: #fff;
  font-weight: 600;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__meta {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__intro {
  margin-top: clamp(18px, 2.5vw, 24px);
  padding-top: clamp(18px, 2.5vw, 24px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: clamp(14px, 1.4vw, 15px);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
  word-break: normal;
  overflow-wrap: anywhere;
}
@media (min-width: 960px) {
  .work-nodelio:has(.nl2-landing) .nl2-hero__intro {
    padding-right: clamp(0px, 3vw, 32px);
  }
}
.work-nodelio:has(.nl2-landing) .nl2-hero__intro p {
  margin: 0 0 0.8em;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__intro p:last-child {
  margin-bottom: 0;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__intro a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__intro a:hover {
  color: #fff;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__intro strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__dock {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding: clamp(16px, 3vw, 20px);
  border: 1px solid rgba(30, 135, 240, 0.12);
  border-radius: var(--nl2-radius);
  background: var(--nl2-surface);
  color: var(--nl2-body);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset, 0 24px 64px rgba(8, 28, 61, 0.28), 0 8px 20px rgba(15, 23, 42, 0.08);
  animation: nl2-fade-up 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s both;
}
@media (min-width: 480px) and (max-width: 959px) {
  .work-nodelio:has(.nl2-landing) .nl2-hero__dock {
    max-width: min(100%, 360px);
  }
}
@media (min-width: 960px) {
  .work-nodelio:has(.nl2-landing) .nl2-hero__dock {
    width: 232px;
    max-width: 232px;
    margin-inline: 0;
    justify-self: end;
  }
}
.work-nodelio:has(.nl2-landing) .nl2-hero__dock-head {
  margin-bottom: 10px;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__dock-head strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--nl2-ink);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__dock-head .nl2-kicker {
  margin-bottom: 0;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__actions .nl2-btn--dl {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  justify-content: flex-start;
  gap: 10px;
  padding: 9px 10px;
  border-radius: var(--nl2-radius-sm);
  border: 1px solid var(--nl2-line);
  background: var(--nl2-surface-muted);
  color: var(--nl2-ink);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__actions .nl2-btn--dl .nl2-btn__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--nl2-primary) 0%, var(--nl2-primary-deep) 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(30, 135, 240, 0.3);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__actions .nl2-btn--dl .nl2-btn__text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__actions .nl2-btn--dl .nl2-btn__text strong,
.work-nodelio:has(.nl2-landing) .nl2-hero__actions .nl2-btn--dl .nl2-btn__text small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__actions .nl2-btn--dl .nl2-btn__text strong {
  font-size: 13px;
  font-weight: 600;
  color: var(--nl2-ink);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__actions .nl2-btn--dl .nl2-btn__text small {
  font-size: 10px;
  font-weight: 500;
  color: var(--nl2-muted);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__actions .nl2-btn--dl:hover {
  border-color: rgba(30, 135, 240, 0.25);
  background: #fff;
  box-shadow: 0 4px 16px rgba(30, 135, 240, 0.1);
  transform: translateY(-1px);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__actions .nl2-btn--dl.nl2-btn--dl-alt .nl2-btn__icon {
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
  box-shadow: 0 2px 8px rgba(52, 199, 89, 0.3);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__dock-foot {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--nl2-line);
}
.work-nodelio:has(.nl2-landing) .nl2-hero__foot-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--nl2-muted);
  text-decoration: none;
  transition: color 0.18s ease;
}
.work-nodelio:has(.nl2-landing) .nl2-hero__foot-link:hover {
  color: var(--nl2-primary);
}
.work-nodelio:has(.nl2-landing) .nl2-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--nl2-radius-sm);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  cursor: pointer;
}
.work-nodelio:has(.nl2-landing) .nl2-btn:active {
  transform: scale(0.98);
}
.work-nodelio:has(.nl2-landing) .nl2-btn__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  line-height: 1.2;
}
.work-nodelio:has(.nl2-landing) .nl2-btn__text strong {
  font-size: 13px;
  font-weight: 600;
}
.work-nodelio:has(.nl2-landing) .nl2-btn__text small {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.8;
}
.work-nodelio:has(.nl2-landing) .nl2-btn--primary {
  background: #fff;
  color: var(--nl2-primary-deep);
  border: 1px solid #fff;
  box-shadow: 0 4px 14px rgba(0, 30, 80, 0.12);
}
.work-nodelio:has(.nl2-landing) .nl2-btn--primary:hover {
  box-shadow: 0 6px 20px rgba(0, 30, 80, 0.18);
  transform: translateY(-1px);
}
.work-nodelio:has(.nl2-landing) .nl2-btn--outline {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.work-nodelio:has(.nl2-landing) .nl2-btn--outline small {
  color: rgba(255, 255, 255, 0.75);
}
.work-nodelio:has(.nl2-landing) .nl2-btn--outline:hover {
  background: rgba(255, 255, 255, 0.18);
}
.work-nodelio:has(.nl2-landing) .nl2-hero-videos {
  padding: 12px 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.work-nodelio:has(.nl2-landing) .nl2-hero-videos .video {
  border: 1px solid var(--nl2-line);
  border-radius: var(--nl2-radius-sm);
  background: var(--nl2-surface);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.work-nodelio:has(.nl2-landing) .nl2-hero-videos .video:hover {
  transform: translateY(-1px);
  box-shadow: var(--nl2-shadow);
  border-color: rgba(30, 135, 240, 0.15);
}
.work-nodelio:has(.nl2-landing) .nl2-hero-videos .video a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.work-nodelio:has(.nl2-landing) .nl2-hero-videos .video .media-thumb img {
  display: block;
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-nodelio:has(.nl2-landing) .nl2-hero-videos .video .content {
  padding: 10px 12px;
}
.work-nodelio:has(.nl2-landing) .nl2-hero-videos .video .content h3 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--nl2-ink);
}
.work-nodelio:has(.nl2-landing) .nl2-hero-videos .video .content .meta {
  font-size: 12px;
  color: var(--nl2-muted);
}
.work-nodelio:has(.nl2-landing) .nl2-bento__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .work-nodelio:has(.nl2-landing) .nl2-bento__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.work-nodelio:has(.nl2-landing) .nl2-bento-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--nl2-line);
  border-radius: var(--nl2-radius);
  background: var(--nl2-surface);
  box-shadow: none;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease, border-color 0.4s ease;
}
.work-nodelio:has(.nl2-landing) .nl2-bento-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--nl2-shadow-hover);
  border-color: rgba(30, 135, 240, 0.15);
}
.work-nodelio:has(.nl2-landing) .nl2-bento-card--featured {
  border-color: rgba(30, 135, 240, 0.15);
  background: linear-gradient(160deg, rgba(30, 135, 240, 0.04) 0%, transparent 50%), var(--nl2-surface);
}
@media (min-width: 768px) {
  .work-nodelio:has(.nl2-landing) .nl2-bento-card--featured {
    grid-column: span 2;
  }
}
.work-nodelio:has(.nl2-landing) .nl2-bento-card--featured .nl2-bento-card__icon {
  background: linear-gradient(135deg, var(--nl2-primary) 0%, var(--nl2-primary-deep) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(30, 135, 240, 0.28);
}
.work-nodelio:has(.nl2-landing) .nl2-bento-card--wide {
  background: var(--nl2-surface-muted);
}
@media (min-width: 768px) {
  .work-nodelio:has(.nl2-landing) .nl2-bento-card--wide {
    grid-column: span 2;
  }
}
.work-nodelio:has(.nl2-landing) .nl2-bento-card__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}
.work-nodelio:has(.nl2-landing) .nl2-bento-card__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 135, 240, 0.1);
  border-radius: 11px;
  background: var(--nl2-primary-soft);
  color: var(--nl2-primary);
}
.work-nodelio:has(.nl2-landing) .nl2-bento-card__meta .nl2-kicker {
  margin-bottom: 4px;
  padding: 2px 8px;
  font-size: 10px;
}
.work-nodelio:has(.nl2-landing) .nl2-bento-card__title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--nl2-ink);
}
.work-nodelio:has(.nl2-landing) .nl2-bento-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--nl2-muted);
}
.work-nodelio:has(.nl2-landing) .nl2-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.work-nodelio:has(.nl2-landing) .nl2-tag {
  padding: 4px 12px;
  border: 1px solid var(--nl2-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--nl2-body);
  background: var(--nl2-surface);
}
.work-nodelio:has(.nl2-landing) .nl2-arch__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 900px) {
  .work-nodelio:has(.nl2-landing) .nl2-arch__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}
.work-nodelio:has(.nl2-landing) .nl2-arch-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--nl2-line);
  border-radius: var(--nl2-radius);
  background: var(--nl2-surface);
  box-shadow: none;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease, border-color 0.4s ease;
}
.work-nodelio:has(.nl2-landing) .nl2-arch-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--nl2-shadow-hover);
  border-color: rgba(30, 135, 240, 0.15);
}
.work-nodelio:has(.nl2-landing) .nl2-arch-card .nl2-kicker {
  margin-bottom: 10px;
  padding: 2px 8px;
  font-size: 10px;
}
.work-nodelio:has(.nl2-landing) .nl2-arch-card--featured {
  border-color: rgba(30, 135, 240, 0.2);
  background: linear-gradient(165deg, rgba(30, 135, 240, 0.05) 0%, transparent 55%), var(--nl2-surface);
  box-shadow: var(--nl2-shadow);
}
@media (min-width: 900px) {
  .work-nodelio:has(.nl2-landing) .nl2-arch-card--featured {
    transform: translateY(-1px);
  }
}
@media (min-width: 900px) {
  .work-nodelio:has(.nl2-landing) .nl2-arch-card--featured:hover {
    transform: translateY(-2px);
  }
}
.work-nodelio:has(.nl2-landing) .nl2-arch-card__title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--nl2-ink);
}
.work-nodelio:has(.nl2-landing) .nl2-arch-card__meta {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--nl2-muted);
}
.work-nodelio:has(.nl2-landing) .nl2-arch-card__list {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}
.work-nodelio:has(.nl2-landing) .nl2-arch-card__list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--nl2-body);
}
.work-nodelio:has(.nl2-landing) .nl2-arch-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--nl2-primary);
  box-shadow: 0 0 0 2px var(--nl2-primary-soft);
}
.work-nodelio:has(.nl2-landing) .nl2-devices__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 640px) {
  .work-nodelio:has(.nl2-landing) .nl2-devices__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .work-nodelio:has(.nl2-landing) .nl2-devices__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.work-nodelio:has(.nl2-landing) .nl2-device-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(30, 135, 240, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(17, 38, 72, 0.04), 0 8px 24px rgba(17, 38, 72, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.work-nodelio:has(.nl2-landing) .nl2-device-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 135, 240, 0.22);
  box-shadow: 0 12px 32px rgba(30, 135, 240, 0.14), 0 4px 12px rgba(17, 38, 72, 0.06);
}
.work-nodelio:has(.nl2-landing) .nl2-device-card__banner {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  background: linear-gradient(135deg, #1e87f0 0%, #4da3ff 100%);
}
.work-nodelio:has(.nl2-landing) .nl2-device-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.work-nodelio:has(.nl2-landing) .nl2-device-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.work-nodelio:has(.nl2-landing) .nl2-device-card__tag--ver {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
}
.work-nodelio:has(.nl2-landing) .nl2-device-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: 18px 18px 20px;
}
.work-nodelio:has(.nl2-landing) .nl2-device-card__name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
}
.work-nodelio:has(.nl2-landing) .nl2-device-card__code-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f5f9ff;
  border: 1px dashed rgba(30, 135, 240, 0.22);
}
.work-nodelio:has(.nl2-landing) .nl2-device-card__code-label {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--nl2-muted);
}
.work-nodelio:has(.nl2-landing) .nl2-device-card__code {
  flex: 1;
  min-width: 0;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 11px;
  line-height: 1.45;
  color: var(--nl2-primary);
  word-break: break-all;
}
.work-nodelio:has(.nl2-landing) .nl2-device-card__desc {
  margin: auto 0 0;
  padding-top: 2px;
  font-size: 13px;
  line-height: 1.75;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.work-nodelio:has(.nl2-landing) .nl2-cta__panel {
  width: 100%;
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid rgba(30, 135, 240, 0.1);
  border-radius: var(--nl2-radius);
  text-align: center;
  background: linear-gradient(180deg, rgba(30, 135, 240, 0.06) 0%, var(--nl2-surface) 35%);
  box-shadow: var(--nl2-shadow);
  overflow: hidden;
}
.work-nodelio:has(.nl2-landing) .nl2-cta__title {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--nl2-ink);
}
.work-nodelio:has(.nl2-landing) .nl2-cta__lead {
  margin: 0 auto 20px;
  max-width: 36rem;
  font-size: 15px;
  line-height: 1.65;
  color: var(--nl2-muted);
}
.work-nodelio:has(.nl2-landing) .nl2-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.work-nodelio:has(.nl2-landing) .nl2-cta__actions .nl2-btn {
  min-height: 0;
  padding: 10px 20px;
  border-radius: 999px;
}
.work-nodelio:has(.nl2-landing) .nl2-cta__actions .nl2-btn--primary {
  background: var(--nl2-primary);
  color: #fff;
  border-color: var(--nl2-primary);
  box-shadow: 0 4px 16px rgba(30, 135, 240, 0.35);
}
.work-nodelio:has(.nl2-landing) .nl2-cta__actions .nl2-btn--primary:hover {
  background: var(--nl2-primary-deep);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(30, 135, 240, 0.4);
}
.work-nodelio:has(.nl2-landing) .nl2-cta__actions .nl2-btn--outline {
  background: var(--nl2-surface);
  color: var(--nl2-ink);
  border: 1px solid var(--nl2-line);
}
.work-nodelio:has(.nl2-landing) .nl2-cta__actions .nl2-btn--outline:hover {
  border-color: var(--nl2-primary);
  color: var(--nl2-primary);
  transform: translateY(-1px);
}
.work-nodelio:has(.nl2-landing) .nl2-detail-below,
.work-nodelio:has(.nl2-landing) #project-detail {
  padding-top: var(--nl2-section-y);
  padding-bottom: var(--nl2-section-y);
  margin-top: 0;
  background: transparent;
}
.work-nodelio:has(.nl2-landing) .nl2-detail-below.uk-container,
.work-nodelio:has(.nl2-landing) #project-detail.uk-container {
  max-width: var(--nl2-max);
}
.work-nodelio:has(.nl2-landing) .nl2-detail-below .version-swiper .version-card,
.work-nodelio:has(.nl2-landing) #project-detail .version-swiper .version-card {
  border-radius: var(--nl2-radius-sm);
  border: 1px solid var(--nl2-line);
}
.work-nodelio:has(.nl2-landing) .nl2-detail-below .version-swiper .version-header,
.work-nodelio:has(.nl2-landing) #project-detail .version-swiper .version-header {
  background: linear-gradient(135deg, #1e87f0 0%, #1565c0 100%);
}
@media (prefers-reduced-motion: reduce) {
  .work-nodelio:has(.nl2-landing) .nl2-deco__orb,
  .work-nodelio:has(.nl2-landing) .nl2-hero__stage,
  .work-nodelio:has(.nl2-landing) .nl2-hero__dock {
    animation: none;
  }
  .work-nodelio:has(.nl2-landing) .nl2-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .work-nodelio:has(.nl2-landing) .nl2-bento-card,
  .work-nodelio:has(.nl2-landing) .nl2-arch-card,
  .work-nodelio:has(.nl2-landing) .nl2-device-card,
  .work-nodelio:has(.nl2-landing) .nl2-hero-videos .video,
  .work-nodelio:has(.nl2-landing) .nl2-btn {
    transition: none;
  }
  .work-nodelio:has(.nl2-landing) .nl2-bento-card:hover,
  .work-nodelio:has(.nl2-landing) .nl2-arch-card:hover,
  .work-nodelio:has(.nl2-landing) .nl2-device-card:hover,
  .work-nodelio:has(.nl2-landing) .nl2-hero-videos .video:hover,
  .work-nodelio:has(.nl2-landing) .nl2-btn:hover {
    transform: none;
  }
  .work-nodelio:has(.nl2-landing) .nl2-arch-card--featured {
    transform: none;
  }
  .work-nodelio:has(.nl2-landing) .nl2-arch-card--featured:hover {
    transform: none;
  }
}
@media (max-width: 639px) {
  .work-nodelio:has(.nl2-landing) .nl2-hero__brand {
    font-size: 2rem;
  }
  .work-nodelio:has(.nl2-landing) .nl2-hero__title-line {
    font-size: 1.2rem;
  }
  .work-nodelio:has(.nl2-landing) .nl2-hero__dock {
    max-width: 100%;
    margin-inline: 0;
  }
}

@keyframes cpk-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cpk-glow-pulse {
  0%, 100% {
    opacity: 0.45;
  }
  50% {
    opacity: 0.75;
  }
}
.work-custom-pack-tool,
.work-add-to-path,
.work-socket-debug-tool {
  --cpk-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --cpk-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --cpk-bg: #fff;
  --cpk-surface: #f8fafc;
  --cpk-surface-2: #f1f5f9;
  --cpk-border: #e2e8f0;
  --cpk-ink: #0f172a;
  --cpk-body: #475569;
  --cpk-muted: #64748b;
  --cpk-accent: #1e87f0;
  --cpk-accent-deep: #1565c0;
  --cpk-accent-soft: rgba(30, 135, 240, 0.1);
  --cpk-green: #34c759;
  --cpk-green-soft: rgba(52, 199, 89, 0.12);
  --cpk-radius: 16px;
  --cpk-radius-sm: 10px;
  --cpk-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);
  --cpk-shadow-lg: 0 20px 48px rgba(30, 135, 240, 0.12), 0 8px 20px rgba(15, 23, 42, 0.06);
  font-family: var(--cpk-font);
  color: var(--cpk-body);
  -webkit-font-smoothing: antialiased;
}
.work-custom-pack-tool code,
.work-add-to-path code,
.work-socket-debug-tool code {
  font-family: var(--cpk-mono);
  font-size: 0.86em;
  padding: 2px 7px;
  border-radius: 5px;
  background: var(--cpk-surface-2);
  color: var(--cpk-ink);
  border: 1px solid var(--cpk-border);
}
.work-custom-pack-tool .cpk-top-banner .swiper-slide img,
.work-add-to-path .cpk-top-banner .swiper-slide img,
.work-socket-debug-tool .cpk-top-banner .swiper-slide img {
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-custom-pack-tool .project-banner.cpk-banner,
.work-add-to-path .project-banner.cpk-banner,
.work-socket-debug-tool .project-banner.cpk-banner {
  text-align: left;
  padding: clamp(52px, 7vw, 80px) 20px clamp(40px, 5vw, 56px);
  margin-bottom: 0;
  min-height: 0;
  color: var(--cpk-ink);
  background-color: var(--cpk-bg) !important;
  background-image: radial-gradient(ellipse 70% 55% at 85% 8%, rgba(30, 135, 240, 0.09) 0%, transparent 55%), radial-gradient(ellipse 50% 40% at 10% 90%, rgba(52, 199, 89, 0.05) 0%, transparent 50%), linear-gradient(rgba(226, 232, 240, 0.55) 1px, transparent 1px), linear-gradient(90deg, rgba(226, 232, 240, 0.55) 1px, transparent 1px);
  background-size: auto, auto, 48px 48px, 48px 48px;
}
.work-custom-pack-tool .project-banner.cpk-banner h1,
.work-add-to-path .project-banner.cpk-banner h1,
.work-socket-debug-tool .project-banner.cpk-banner h1 {
  margin: 0 0 10px;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--cpk-ink);
  animation: cpk-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.work-custom-pack-tool .cpk-banner__grid,
.work-add-to-path .cpk-banner__grid,
.work-socket-debug-tool .cpk-banner__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 48px);
  align-items: center;
}
@media (min-width: 960px) {
  .work-custom-pack-tool .cpk-banner__grid,
  .work-add-to-path .cpk-banner__grid,
  .work-socket-debug-tool .cpk-banner__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}
.work-custom-pack-tool .cpk-banner__main,
.work-add-to-path .cpk-banner__main,
.work-socket-debug-tool .cpk-banner__main {
  animation: cpk-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}
.work-custom-pack-tool .cpk-label,
.work-add-to-path .cpk-label,
.work-socket-debug-tool .cpk-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  padding: 5px 12px 5px 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cpk-accent-deep);
  background: var(--cpk-accent-soft);
  border: 1px solid rgba(30, 135, 240, 0.15);
  border-radius: 999px;
}
.work-custom-pack-tool .cpk-label::before,
.work-add-to-path .cpk-label::before,
.work-socket-debug-tool .cpk-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cpk-green);
  box-shadow: 0 0 0 3px var(--cpk-green-soft);
}
.work-custom-pack-tool .cpk-tagline,
.work-add-to-path .cpk-tagline,
.work-socket-debug-tool .cpk-tagline {
  margin: 0 0 14px;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--cpk-body);
}
.work-custom-pack-tool .cpk-intro.project-intro,
.work-add-to-path .cpk-intro.project-intro,
.work-socket-debug-tool .cpk-intro.project-intro {
  width: 100%;
  max-width: 34rem;
  margin: 0 0 20px;
  opacity: 1;
  font-size: 15px;
  line-height: 1.75;
  color: var(--cpk-muted);
  word-break: normal;
  overflow-wrap: anywhere;
}
.work-custom-pack-tool .cpk-intro.project-intro p,
.work-add-to-path .cpk-intro.project-intro p,
.work-socket-debug-tool .cpk-intro.project-intro p {
  margin: 0 0 0.75em;
}
.work-custom-pack-tool .cpk-intro.project-intro p:last-child,
.work-add-to-path .cpk-intro.project-intro p:last-child,
.work-socket-debug-tool .cpk-intro.project-intro p:last-child {
  margin-bottom: 0;
}
.work-custom-pack-tool .cpk-stats,
.work-add-to-path .cpk-stats,
.work-socket-debug-tool .cpk-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.work-custom-pack-tool .cpk-stats__item,
.work-add-to-path .cpk-stats__item,
.work-socket-debug-tool .cpk-stats__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 88px;
  padding: 10px 14px;
  border: 1px solid var(--cpk-border);
  border-radius: var(--cpk-radius-sm);
  background: var(--cpk-bg);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}
.work-custom-pack-tool .cpk-stats__val,
.work-add-to-path .cpk-stats__val,
.work-socket-debug-tool .cpk-stats__val {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--cpk-ink);
}
.work-custom-pack-tool .cpk-stats__lbl,
.work-add-to-path .cpk-stats__lbl,
.work-socket-debug-tool .cpk-stats__lbl {
  font-size: 11px;
  font-weight: 500;
  color: var(--cpk-muted);
}
.work-custom-pack-tool .cpk-downloads,
.work-add-to-path .cpk-downloads,
.work-socket-debug-tool .cpk-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.work-custom-pack-tool .cpk-dl-btn,
.work-add-to-path .cpk-dl-btn,
.work-socket-debug-tool .cpk-dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: linear-gradient(180deg, var(--cpk-accent) 0%, var(--cpk-accent-deep) 100%);
  border: 1px solid var(--cpk-accent-deep);
  border-radius: var(--cpk-radius-sm);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(30, 135, 240, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.work-custom-pack-tool .cpk-dl-btn:hover,
.work-add-to-path .cpk-dl-btn:hover,
.work-socket-debug-tool .cpk-dl-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(30, 135, 240, 0.32);
}
.work-custom-pack-tool .cpk-dl-btn--ghost,
.work-add-to-path .cpk-dl-btn--ghost,
.work-socket-debug-tool .cpk-dl-btn--ghost {
  color: var(--cpk-ink);
  background: var(--cpk-bg);
  border-color: var(--cpk-border);
  box-shadow: none;
}
.work-custom-pack-tool .cpk-dl-btn--ghost:hover,
.work-add-to-path .cpk-dl-btn--ghost:hover,
.work-socket-debug-tool .cpk-dl-btn--ghost:hover {
  background: var(--cpk-surface);
  color: var(--cpk-accent);
  border-color: rgba(30, 135, 240, 0.3);
  box-shadow: none;
}
.work-custom-pack-tool .cpk-banner__aside,
.work-add-to-path .cpk-banner__aside,
.work-socket-debug-tool .cpk-banner__aside {
  animation: cpk-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}
.work-custom-pack-tool .cpk-terminal-wrap,
.work-add-to-path .cpk-terminal-wrap,
.work-socket-debug-tool .cpk-terminal-wrap {
  position: relative;
}
.work-custom-pack-tool .cpk-terminal-wrap::before,
.work-add-to-path .cpk-terminal-wrap::before,
.work-socket-debug-tool .cpk-terminal-wrap::before {
  content: "";
  position: absolute;
  inset: 12% -8% -8% 8%;
  border-radius: var(--cpk-radius);
  background: linear-gradient(135deg, rgba(30, 135, 240, 0.25) 0%, rgba(52, 199, 89, 0.12) 100%);
  filter: blur(28px);
  z-index: 0;
  animation: cpk-glow-pulse 5s ease-in-out infinite;
}
.work-custom-pack-tool .cpk-terminal,
.work-add-to-path .cpk-terminal,
.work-socket-debug-tool .cpk-terminal {
  position: relative;
  z-index: 1;
  border: 1px solid #334155;
  border-radius: var(--cpk-radius);
  background: #0f172a;
  overflow: hidden;
  box-shadow: var(--cpk-shadow-lg);
  border-left: 3px solid var(--cpk-accent);
}
@media (min-width: 960px) {
  .work-custom-pack-tool .cpk-terminal,
  .work-add-to-path .cpk-terminal,
  .work-socket-debug-tool .cpk-terminal {
    transform: perspective(900px) rotateY(-4deg) rotateX(2deg);
    transform-origin: center right;
  }
}
.work-custom-pack-tool .cpk-terminal__head,
.work-add-to-path .cpk-terminal__head,
.work-socket-debug-tool .cpk-terminal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  font-family: var(--cpk-mono);
  font-size: 11px;
  color: #94a3b8;
  background: #1e293b;
  border-bottom: 1px solid #334155;
}
.work-custom-pack-tool .cpk-terminal__head::before,
.work-add-to-path .cpk-terminal__head::before,
.work-socket-debug-tool .cpk-terminal__head::before {
  content: "";
  display: flex;
  gap: 5px;
  width: 38px;
  height: 10px;
  background: radial-gradient(circle, #ef4444 3px, transparent 3px) 0 50%, radial-gradient(circle, #eab308 3px, transparent 3px) 50% 50%, radial-gradient(circle, #22c55e 3px, transparent 3px) 100% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.work-custom-pack-tool .cpk-terminal__body,
.work-add-to-path .cpk-terminal__body,
.work-socket-debug-tool .cpk-terminal__body {
  margin: 0;
  padding: 20px 18px;
  font-family: var(--cpk-mono);
  font-size: 12.5px;
  line-height: 1.7;
  color: #cbd5e1;
  overflow-x: auto;
}
.work-custom-pack-tool .cpk-terminal__body code,
.work-add-to-path .cpk-terminal__body code,
.work-socket-debug-tool .cpk-terminal__body code {
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font-size: inherit;
}
.work-custom-pack-tool .cpk-terminal__foot,
.work-add-to-path .cpk-terminal__foot,
.work-socket-debug-tool .cpk-terminal__foot {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 18px 16px;
  background: #020617;
  border-top: 1px solid #1e293b;
}
.work-custom-pack-tool .cpk-terminal__cmd,
.work-add-to-path .cpk-terminal__cmd,
.work-socket-debug-tool .cpk-terminal__cmd {
  font-family: var(--cpk-mono);
  font-size: 11px;
  color: #64748b;
}
.work-custom-pack-tool .cpk-terminal__ok,
.work-add-to-path .cpk-terminal__ok,
.work-socket-debug-tool .cpk-terminal__ok {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--cpk-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--cpk-green);
}
.work-custom-pack-tool .cpk-terminal__ok::before,
.work-add-to-path .cpk-terminal__ok::before,
.work-socket-debug-tool .cpk-terminal__ok::before {
  content: "✓";
  font-size: 10px;
}
.work-custom-pack-tool .cpk-tok-k,
.work-add-to-path .cpk-tok-k,
.work-socket-debug-tool .cpk-tok-k {
  color: #7dd3fc;
}
.work-custom-pack-tool .cpk-tok-s,
.work-add-to-path .cpk-tok-s,
.work-socket-debug-tool .cpk-tok-s {
  color: #86efac;
}
.work-custom-pack-tool .cpk-videos#project-video-list,
.work-add-to-path .cpk-videos#project-video-list,
.work-socket-debug-tool .cpk-videos#project-video-list {
  margin-top: clamp(44px, 5vw, 60px);
  padding: 0;
}
.work-custom-pack-tool .cpk-body,
.work-add-to-path .cpk-body,
.work-socket-debug-tool .cpk-body {
  border-top: 1px solid var(--cpk-border);
}
.work-custom-pack-tool .cpk-block,
.work-add-to-path .cpk-block,
.work-socket-debug-tool .cpk-block {
  padding: clamp(56px, 7vw, 88px) 0;
}
.work-custom-pack-tool .cpk-block--muted,
.work-add-to-path .cpk-block--muted,
.work-socket-debug-tool .cpk-block--muted {
  background: linear-gradient(180deg, var(--cpk-surface) 0%, var(--cpk-bg) 100%);
  border-top: 1px solid var(--cpk-border);
  border-bottom: 1px solid var(--cpk-border);
}
.work-custom-pack-tool .cpk-block__head,
.work-add-to-path .cpk-block__head,
.work-socket-debug-tool .cpk-block__head {
  margin-bottom: clamp(32px, 4vw, 44px);
  max-width: 36rem;
}
.work-custom-pack-tool .cpk-block__head--center,
.work-add-to-path .cpk-block__head--center,
.work-socket-debug-tool .cpk-block__head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.work-custom-pack-tool .cpk-block__eyebrow,
.work-add-to-path .cpk-block__eyebrow,
.work-socket-debug-tool .cpk-block__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cpk-accent);
}
.work-custom-pack-tool .cpk-block__title,
.work-add-to-path .cpk-block__title,
.work-socket-debug-tool .cpk-block__title {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--cpk-ink);
}
.work-custom-pack-tool .cpk-block__desc,
.work-add-to-path .cpk-block__desc,
.work-socket-debug-tool .cpk-block__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--cpk-muted);
}
.work-custom-pack-tool .cpk-feat-grid,
.work-add-to-path .cpk-feat-grid,
.work-socket-debug-tool .cpk-feat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  .work-custom-pack-tool .cpk-feat-grid,
  .work-add-to-path .cpk-feat-grid,
  .work-socket-debug-tool .cpk-feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.work-custom-pack-tool .cpk-feat,
.work-add-to-path .cpk-feat,
.work-socket-debug-tool .cpk-feat {
  padding: 24px 22px 26px;
  border: 1px solid var(--cpk-border);
  border-radius: var(--cpk-radius);
  background: var(--cpk-bg);
  box-shadow: var(--cpk-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.work-custom-pack-tool .cpk-feat:hover,
.work-add-to-path .cpk-feat:hover,
.work-socket-debug-tool .cpk-feat:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 135, 240, 0.22);
  box-shadow: var(--cpk-shadow-lg);
}
.work-custom-pack-tool .cpk-feat__icon,
.work-add-to-path .cpk-feat__icon,
.work-socket-debug-tool .cpk-feat__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--cpk-accent-soft);
  color: var(--cpk-accent);
}
.work-custom-pack-tool .cpk-feat__title,
.work-add-to-path .cpk-feat__title,
.work-socket-debug-tool .cpk-feat__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--cpk-ink);
}
.work-custom-pack-tool .cpk-feat__text,
.work-add-to-path .cpk-feat__text,
.work-socket-debug-tool .cpk-feat__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--cpk-muted);
}
.work-custom-pack-tool .cpk-flow,
.work-add-to-path .cpk-flow,
.work-socket-debug-tool .cpk-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .work-custom-pack-tool .cpk-flow,
  .work-add-to-path .cpk-flow,
  .work-socket-debug-tool .cpk-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .work-custom-pack-tool .cpk-flow::before,
  .work-add-to-path .cpk-flow::before,
  .work-socket-debug-tool .cpk-flow::before {
    content: "";
    position: absolute;
    top: 52px;
    left: 18%;
    right: 18%;
    height: 2px;
    background: linear-gradient(90deg, var(--cpk-border) 0%, var(--cpk-accent) 50%, var(--cpk-border) 100%);
    opacity: 0.5;
    z-index: 0;
  }
}
.work-custom-pack-tool .cpk-flow__item,
.work-add-to-path .cpk-flow__item,
.work-socket-debug-tool .cpk-flow__item {
  position: relative;
  z-index: 1;
  padding: 24px 20px;
  background: var(--cpk-bg);
  border: 1px solid var(--cpk-border);
  border-radius: var(--cpk-radius);
  box-shadow: var(--cpk-shadow);
  transition: transform 0.22s ease, border-color 0.22s ease;
}
.work-custom-pack-tool .cpk-flow__item:hover,
.work-add-to-path .cpk-flow__item:hover,
.work-socket-debug-tool .cpk-flow__item:hover {
  transform: translateY(-2px);
  border-color: rgba(30, 135, 240, 0.25);
}
.work-custom-pack-tool .cpk-flow__icon,
.work-add-to-path .cpk-flow__icon,
.work-socket-debug-tool .cpk-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cpk-accent) 0%, var(--cpk-accent-deep) 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(30, 135, 240, 0.3);
}
.work-custom-pack-tool .cpk-flow__tag,
.work-add-to-path .cpk-flow__tag,
.work-socket-debug-tool .cpk-flow__tag {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cpk-muted);
}
.work-custom-pack-tool .cpk-flow__title,
.work-add-to-path .cpk-flow__title,
.work-socket-debug-tool .cpk-flow__title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--cpk-ink);
}
.work-custom-pack-tool .cpk-flow__text,
.work-add-to-path .cpk-flow__text,
.work-socket-debug-tool .cpk-flow__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--cpk-muted);
}
.work-custom-pack-tool .cpk-plat-row,
.work-add-to-path .cpk-plat-row,
.work-socket-debug-tool .cpk-plat-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .work-custom-pack-tool .cpk-plat-row,
  .work-add-to-path .cpk-plat-row,
  .work-socket-debug-tool .cpk-plat-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.work-custom-pack-tool .cpk-plat,
.work-add-to-path .cpk-plat,
.work-socket-debug-tool .cpk-plat {
  padding: 24px 22px;
  border: 1px solid var(--cpk-border);
  border-radius: var(--cpk-radius);
  background: var(--cpk-bg);
  box-shadow: var(--cpk-shadow);
  transition: transform 0.22s ease;
}
.work-custom-pack-tool .cpk-plat:hover,
.work-add-to-path .cpk-plat:hover,
.work-socket-debug-tool .cpk-plat:hover {
  transform: translateY(-2px);
}
.work-custom-pack-tool .cpk-plat--hi,
.work-add-to-path .cpk-plat--hi,
.work-socket-debug-tool .cpk-plat--hi {
  border-color: rgba(30, 135, 240, 0.28);
  background: linear-gradient(160deg, rgba(30, 135, 240, 0.06) 0%, var(--cpk-bg) 55%);
  box-shadow: var(--cpk-shadow-lg);
}
.work-custom-pack-tool .cpk-plat__icon,
.work-add-to-path .cpk-plat__icon,
.work-socket-debug-tool .cpk-plat__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: var(--cpk-surface-2);
  color: var(--cpk-accent);
}
.work-custom-pack-tool .cpk-plat--hi .cpk-plat__icon,
.work-add-to-path .cpk-plat--hi .cpk-plat__icon,
.work-socket-debug-tool .cpk-plat--hi .cpk-plat__icon {
  background: var(--cpk-accent-soft);
}
.work-custom-pack-tool .cpk-plat__title,
.work-add-to-path .cpk-plat__title,
.work-socket-debug-tool .cpk-plat__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--cpk-ink);
}
.work-custom-pack-tool .cpk-plat__list,
.work-add-to-path .cpk-plat__list,
.work-socket-debug-tool .cpk-plat__list {
  margin: 0;
  padding-left: 1.15em;
  font-size: 14px;
  line-height: 1.7;
  color: var(--cpk-muted);
}
.work-custom-pack-tool .cpk-versions-wrap#project-detail,
.work-add-to-path .cpk-versions-wrap#project-detail,
.work-socket-debug-tool .cpk-versions-wrap#project-detail {
  padding-top: clamp(32px, 4vw, 48px);
  padding-bottom: clamp(40px, 5vw, 56px);
  border-bottom: 1px solid var(--cpk-border);
}
.work-custom-pack-tool .cpk-versions-head,
.work-add-to-path .cpk-versions-head,
.work-socket-debug-tool .cpk-versions-head {
  margin-bottom: 8px;
  text-align: center;
}
.work-custom-pack-tool .cpk-versions-head .cpk-block__desc,
.work-add-to-path .cpk-versions-head .cpk-block__desc,
.work-socket-debug-tool .cpk-versions-head .cpk-block__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
.work-custom-pack-tool #project-detail .version-compare,
.work-add-to-path #project-detail .version-compare,
.work-socket-debug-tool #project-detail .version-compare {
  margin-top: 12px;
}
.work-custom-pack-tool #project-detail .version-swiper .version-header,
.work-add-to-path #project-detail .version-swiper .version-header,
.work-socket-debug-tool #project-detail .version-swiper .version-header {
  background: linear-gradient(135deg, var(--cpk-accent) 0%, var(--cpk-accent-deep) 100%);
}
.work-custom-pack-tool #project-detail .version-swiper .version-card,
.work-add-to-path #project-detail .version-swiper .version-card,
.work-socket-debug-tool #project-detail .version-swiper .version-card {
  border-radius: var(--cpk-radius);
  border: 1px solid var(--cpk-border);
  box-shadow: var(--cpk-shadow);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.work-custom-pack-tool #project-detail .version-swiper .version-card:hover,
.work-add-to-path #project-detail .version-swiper .version-card:hover,
.work-socket-debug-tool #project-detail .version-swiper .version-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--cpk-shadow-lg);
}
@media (max-width: 768px) {
  .work-custom-pack-tool .project-banner.cpk-banner,
  .work-add-to-path .project-banner.cpk-banner,
  .work-socket-debug-tool .project-banner.cpk-banner {
    padding: 36px 15px 32px;
  }
  .work-custom-pack-tool .project-banner.cpk-banner h1,
  .work-add-to-path .project-banner.cpk-banner h1,
  .work-socket-debug-tool .project-banner.cpk-banner h1 {
    font-size: 1.7rem;
  }
  .work-custom-pack-tool .cpk-terminal,
  .work-add-to-path .cpk-terminal,
  .work-socket-debug-tool .cpk-terminal {
    transform: none;
  }
  .work-custom-pack-tool .cpk-downloads,
  .work-add-to-path .cpk-downloads,
  .work-socket-debug-tool .cpk-downloads {
    flex-direction: column;
  }
  .work-custom-pack-tool .cpk-downloads .cpk-dl-btn,
  .work-add-to-path .cpk-downloads .cpk-dl-btn,
  .work-socket-debug-tool .cpk-downloads .cpk-dl-btn {
    justify-content: center;
  }
  .work-custom-pack-tool .cpk-stats,
  .work-add-to-path .cpk-stats,
  .work-socket-debug-tool .cpk-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .work-custom-pack-tool .cpk-stats__item,
  .work-add-to-path .cpk-stats__item,
  .work-socket-debug-tool .cpk-stats__item {
    min-width: 0;
    padding: 8px 10px;
  }
  .work-custom-pack-tool .cpk-stats__val,
  .work-add-to-path .cpk-stats__val,
  .work-socket-debug-tool .cpk-stats__val {
    font-size: 13px;
  }
  .work-custom-pack-tool .cpk-stats__lbl,
  .work-add-to-path .cpk-stats__lbl,
  .work-socket-debug-tool .cpk-stats__lbl {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .work-custom-pack-tool .cpk-banner__main,
  .work-custom-pack-tool .cpk-banner__aside,
  .work-custom-pack-tool .project-banner.cpk-banner h1,
  .work-custom-pack-tool .cpk-terminal-wrap::before,
  .work-add-to-path .cpk-banner__main,
  .work-add-to-path .cpk-banner__aside,
  .work-add-to-path .project-banner.cpk-banner h1,
  .work-add-to-path .cpk-terminal-wrap::before,
  .work-socket-debug-tool .cpk-banner__main,
  .work-socket-debug-tool .cpk-banner__aside,
  .work-socket-debug-tool .project-banner.cpk-banner h1,
  .work-socket-debug-tool .cpk-terminal-wrap::before {
    animation: none;
  }
  .work-custom-pack-tool .cpk-terminal,
  .work-add-to-path .cpk-terminal,
  .work-socket-debug-tool .cpk-terminal {
    transform: none;
  }
  .work-custom-pack-tool .cpk-reveal,
  .work-custom-pack-tool .zy-reveal,
  .work-add-to-path .cpk-reveal,
  .work-add-to-path .zy-reveal,
  .work-socket-debug-tool .cpk-reveal,
  .work-socket-debug-tool .zy-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .work-custom-pack-tool .cpk-feat,
  .work-custom-pack-tool .cpk-flow__item,
  .work-custom-pack-tool .cpk-plat,
  .work-custom-pack-tool .cpk-dl-btn,
  .work-custom-pack-tool #project-detail .version-card,
  .work-add-to-path .cpk-feat,
  .work-add-to-path .cpk-flow__item,
  .work-add-to-path .cpk-plat,
  .work-add-to-path .cpk-dl-btn,
  .work-add-to-path #project-detail .version-card,
  .work-socket-debug-tool .cpk-feat,
  .work-socket-debug-tool .cpk-flow__item,
  .work-socket-debug-tool .cpk-plat,
  .work-socket-debug-tool .cpk-dl-btn,
  .work-socket-debug-tool #project-detail .version-card {
    transition: none;
  }
  .work-custom-pack-tool .cpk-feat:hover,
  .work-custom-pack-tool .cpk-flow__item:hover,
  .work-custom-pack-tool .cpk-plat:hover,
  .work-custom-pack-tool .cpk-dl-btn:hover,
  .work-custom-pack-tool #project-detail .version-card:hover,
  .work-add-to-path .cpk-feat:hover,
  .work-add-to-path .cpk-flow__item:hover,
  .work-add-to-path .cpk-plat:hover,
  .work-add-to-path .cpk-dl-btn:hover,
  .work-add-to-path #project-detail .version-card:hover,
  .work-socket-debug-tool .cpk-feat:hover,
  .work-socket-debug-tool .cpk-flow__item:hover,
  .work-socket-debug-tool .cpk-plat:hover,
  .work-socket-debug-tool .cpk-dl-btn:hover,
  .work-socket-debug-tool #project-detail .version-card:hover {
    transform: none;
  }
}

.work-socket-debug-tool .cpk-terminal--log {
  background: #0c1220;
  border-color: #1e293b;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.35);
}
.work-socket-debug-tool .cpk-terminal--log .cpk-terminal__head {
  background: #151d2e;
  color: #94a3b8;
  border-bottom: 1px solid #1e293b;
}
.work-socket-debug-tool .cpk-terminal--log .cpk-terminal__body {
  background: #0c1220;
  color: #e2e8f0;
}
.work-socket-debug-tool .cpk-terminal--log .cpk-terminal__body code {
  background: transparent;
  border: none;
  padding: 0;
  color: inherit;
}
.work-socket-debug-tool .cpk-terminal--log .cpk-terminal__foot {
  background: #151d2e;
  border-top: 1px solid #1e293b;
}
.work-socket-debug-tool .cpk-terminal--log .cpk-tok-k {
  color: #7dd3fc;
}
.work-socket-debug-tool .cpk-terminal--log .cpk-tok-s {
  color: #86efac;
}
.work-socket-debug-tool .cpk-terminal--log .cpk-tok-e {
  color: #fca5a5;
}
.work-socket-debug-tool .cpk-terminal--log .cpk-tok-w {
  color: #fcd34d;
}
.work-socket-debug-tool .cpk-terminal--log .cpk-terminal__cmd {
  color: #94a3b8;
}
.work-socket-debug-tool .cpk-terminal--log .cpk-terminal__ok {
  color: #4ade80;
}
.work-socket-debug-tool .cpk-arch {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .work-socket-debug-tool .cpk-arch {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.work-socket-debug-tool .cpk-arch__node {
  flex: 1;
  min-width: 0;
  padding: 18px 16px;
  text-align: center;
  border: 1px solid var(--cpk-border);
  border-radius: var(--cpk-radius-sm);
  background: #fff;
}
.work-socket-debug-tool .cpk-arch__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 10px;
  background: var(--cpk-accent-soft);
  color: var(--cpk-accent);
}
.work-socket-debug-tool .cpk-arch__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--cpk-ink);
}
.work-socket-debug-tool .cpk-arch__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--cpk-muted);
}
.work-socket-debug-tool .cpk-arch__arrow {
  display: none;
}
@media (min-width: 640px) {
  .work-socket-debug-tool .cpk-arch__arrow {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--cpk-muted);
  }
}

.zy-home {
  --zy-accent: #1e87f0;
  --zy-accent-deep: #1565c0;
  --zy-accent-soft: rgba(30, 135, 240, 0.1);
  --zy-green: #34c759;
  --zy-ink: #0f172a;
  --zy-body: #475569;
  --zy-muted: #64748b;
  --zy-border: #e2e8f0;
  --zy-surface: #f8fafc;
  --zy-radius: 14px;
  --zy-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);
  --zy-shadow-lg: 0 16px 40px rgba(30, 135, 240, 0.1);
  color: var(--zy-body);
  -webkit-font-smoothing: antialiased;
}
.zy-home .zy-label,
.zy-home .zy-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zy-accent-deep);
  background: var(--zy-accent-soft);
  border: 1px solid rgba(30, 135, 240, 0.14);
  border-radius: 999px;
}
.zy-home .zy-section-head {
  margin-bottom: clamp(28px, 4vw, 40px);
  max-width: 36rem;
}
.zy-home .zy-section-head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 20px;
  max-width: none;
}
.zy-home .zy-section-head__title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.6vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--zy-ink);
}
.zy-home .zy-section-head__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zy-muted);
}
.zy-home .zy-link-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--zy-accent);
  text-decoration: none;
}
.zy-home .zy-link-more:hover {
  color: var(--zy-accent-deep);
}
.zy-home .zy-spotlight {
  padding: clamp(56px, 7vw, 80px) 0;
}
.zy-home .zy-spotlight__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: start;
}
@media (min-width: 768px) {
  .zy-home .zy-spotlight__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.zy-home .zy-spot-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: 24px 22px;
  border: 1px solid var(--zy-border);
  border-radius: var(--zy-radius);
  background: #fff;
  box-shadow: var(--zy-shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.zy-home .zy-spot-card:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 135, 240, 0.25);
  box-shadow: var(--zy-shadow-lg);
  color: inherit;
}
.zy-home .zy-spot-card:hover .zy-spot-card__link {
  color: var(--zy-accent);
}
.zy-home .zy-spot-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--zy-accent-soft);
  color: var(--zy-accent);
}
.zy-home .zy-spot-card__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--zy-muted);
  margin-bottom: 8px;
}
.zy-home .zy-spot-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--zy-ink);
}
.zy-home .zy-spot-card__text {
  margin: 0 0 16px;
  flex: 1 1 auto;
  min-height: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--zy-muted);
}
.zy-home .zy-spot-card__lang {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--zy-accent-deep);
  background: var(--zy-accent-soft);
  border-radius: 999px;
}
.zy-home .zy-spot-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--zy-muted);
  transition: color 0.15s ease;
}
.zy-home .zy-works-empty {
  margin: 0;
  padding: 48px 24px;
  text-align: center;
  font-size: 15px;
  color: var(--zy-muted);
  border: 1px dashed var(--zy-border);
  border-radius: var(--zy-radius);
  background: var(--zy-surface);
}
.zy-home .zy-section {
  padding: clamp(48px, 6vw, 72px) 0;
}
.zy-home .zy-section--muted {
  background: var(--zy-surface);
  border-top: 1px solid var(--zy-border);
  border-bottom: 1px solid var(--zy-border);
}
.zy-home .zy-doc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 960px) {
  .zy-home .zy-doc-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.zy-home .zy-doc-card {
  display: block;
  padding: 24px;
  border: 1px solid var(--zy-border);
  border-radius: var(--zy-radius);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--zy-shadow);
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.zy-home .zy-doc-card:hover {
  border-color: rgba(30, 135, 240, 0.22);
  transform: translateY(-2px);
  color: inherit;
}
@media (min-width: 960px) {
  .zy-home .zy-doc-card--lead {
    min-height: 100%;
  }
}
.zy-home .zy-doc-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--zy-accent-soft);
  color: var(--zy-accent);
}
.zy-home .zy-doc-card__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--zy-ink);
}
.zy-home .zy-doc-card__desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--zy-muted);
}
.zy-home .zy-doc-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  font-size: 12px;
  color: var(--zy-muted);
}
.zy-home .zy-doc-card__paid {
  color: #d97706;
  font-weight: 600;
}
.zy-home .zy-doc-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zy-home .zy-doc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--zy-border);
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease;
}
.zy-home .zy-doc-row:hover {
  border-color: rgba(30, 135, 240, 0.22);
  color: inherit;
}
.zy-home .zy-doc-row__title {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--zy-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zy-home .zy-doc-row__meta {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--zy-muted);
}
.zy-home .zy-about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 960px) {
  .zy-home .zy-about {
    grid-template-columns: 1fr 1fr;
  }
}
.zy-home .zy-about__text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--zy-muted);
}
.zy-home .zy-about__list {
  margin: 0;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.75;
  color: var(--zy-body);
}
.zy-home .zy-about__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 480px) {
  .zy-home .zy-about__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .zy-home .zy-about__cards {
    grid-template-columns: 1fr;
  }
}
.zy-home .zy-mini-card {
  padding: 18px 16px;
  border: 1px solid var(--zy-border);
  border-radius: var(--zy-radius);
  background: #fff;
}
.zy-home .zy-mini-card span[uk-icon] {
  color: var(--zy-accent);
  margin-bottom: 10px;
}
.zy-home .zy-mini-card h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--zy-ink);
}
.zy-home .zy-mini-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--zy-muted);
}
.zy-home .zy-doc-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
@media (min-width: 960px) {
  .zy-home .zy-doc-panels {
    grid-template-columns: 1fr minmax(240px, 300px);
  }
}
.zy-home .zy-doc-panels__subhead {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--zy-ink);
}
.zy-home .zy-doc-panels__aside {
  padding: 18px 16px;
  border: 1px solid var(--zy-border);
  border-radius: var(--zy-radius);
  background: var(--zy-surface);
}
.zy-home .zy-feature {
  padding: 0 0 clamp(48px, 6vw, 64px);
}
.zy-home .zy-feature__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: clamp(24px, 4vw, 32px);
  border: 1px solid rgba(30, 135, 240, 0.2);
  border-radius: var(--zy-radius);
  background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
  box-shadow: var(--zy-shadow-lg);
}
@media (min-width: 768px) {
  .zy-home .zy-feature__card {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
.zy-home .zy-feature__card--nodelio {
  border-color: rgba(30, 135, 240, 0.28);
}
.zy-home .zy-feature__title {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--zy-ink);
}
.zy-home .zy-feature__text {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zy-muted);
  max-width: 36rem;
}
.zy-home .zy-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.zy-home .zy-feature__highlights {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 200px;
}
.zy-home .zy-feature__highlights li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--zy-body);
  border: 1px solid var(--zy-border);
  border-radius: 10px;
  background: #fff;
}
.zy-home .zy-feature__highlights li span[uk-icon] {
  color: var(--zy-accent);
}
.zy-home .zy-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 640px) {
  .zy-home .zy-cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .zy-home .zy-cat-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.zy-home .zy-cat-chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 12px;
  border: 1px solid var(--zy-border);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.zy-home .zy-cat-chip:hover {
  border-color: rgba(30, 135, 240, 0.28);
  transform: translateY(-2px);
  color: inherit;
}
.zy-home .zy-cat-chip__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--zy-ink);
}
.zy-home .zy-cat-chip__count {
  font-size: 12px;
  color: var(--zy-muted);
}
.zy-home .zy-stack {
  padding: 32px 0 48px;
  border-top: 1px solid var(--zy-border);
}
.zy-home .zy-stack__label {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zy-muted);
  text-align: center;
}
.zy-home .zy-stack__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}
.zy-home .zy-stack__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--zy-body);
  border: 1px solid var(--zy-border);
  border-radius: 999px;
  background: #fff;
}
.zy-home .zy-stack__item img {
  display: block;
  opacity: 0.85;
}
@media (max-width: 640px) {
  .zy-home .zy-about__cards {
    grid-template-columns: 1fr;
  }
}

.document-list {
  gap: 14px 0;
}
.document-list .doc-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e8edf3;
  padding: 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.document-list .doc-card::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 26px;
  background: linear-gradient(180deg, #1e87f0 0%, #4fa6f5 100%);
  border-radius: 0 1px 1px 0;
  opacity: 0.65;
}
.document-list .doc-card-grid {
  margin-left: -10px;
  min-height: 72px;
}
.document-list .doc-cover-link {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.1);
}
.document-list .doc-cover-image,
.document-list .doc-cover-empty {
  width: 112px;
  height: 76px;
  border-radius: 4px;
}
.document-list .doc-cover-image {
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #eef2f7;
  transition: transform 0.28s ease;
}
.document-list .doc-cover-empty {
  background: linear-gradient(135deg, #f3f5f8 0%, #eef2f7 100%);
  color: #94a3b8;
  border: 1px solid #e5eaf1;
}
.document-list .doc-head-row {
  align-items: flex-start;
  gap: 10px;
}
.document-list .doc-title {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.document-list .doc-video-btn {
  color: #64748b;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  opacity: 0.75;
}
.document-list .doc-tag-row {
  gap: 8px;
  margin-top: 6px !important;
}
.document-list .doc-meta-tags {
  margin-top: 0 !important;
  margin-right: 2px;
}
.document-list .doc-tag {
  background: #eaf4ff !important;
  color: #0b6ecf;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #d4e7ff !important;
}
.document-list .doc-tag-top {
  background: #fff1f1 !important;
  color: #dc2626;
  border: 1px solid #ffd4d4 !important;
}
.document-list .doc-tag-vip {
  background: #eefcf6 !important;
  color: #0f9f6e;
  border: 1px solid #c9f0df !important;
}
.document-list .doc-tag-paid {
  background: #fff7ea !important;
  color: #c27803;
  border: 1px solid #ffe1b0 !important;
}
.document-list .doc-meta-row {
  gap: 10px;
  margin-top: 8px !important;
}
.document-list .doc-meta-row .doc-tag-row {
  gap: 6px;
  margin-top: 0 !important;
  align-items: center;
}
.document-list .doc-meta-row .doc-tag,
.document-list .doc-meta-row .doc-tag-top,
.document-list .doc-meta-row .doc-tag-vip,
.document-list .doc-meta-row .doc-tag-paid {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px !important;
  font-size: 11px;
  line-height: 1;
}
.document-list .doc-meta-item {
  color: #64748b;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 20px;
}
.document-list .doc-meta-item > :first-child {
  margin-right: 0 !important;
}
@media (hover: hover) {
  .document-list .doc-card:hover {
    transform: translateY(-3px);
    border-color: #cfe4ff;
    box-shadow: 0 14px 30px rgba(30, 135, 240, 0.12);
  }
  .document-list .doc-card:hover .doc-cover-image {
    transform: scale(1.05);
  }
  .document-list .doc-card:hover .doc-title {
    color: #1e87f0;
  }
  .document-list .doc-card:hover .doc-video-btn {
    color: #1e87f0;
    background: #eaf4ff;
    border-color: #cfe4ff;
    transform: translateX(1px);
    opacity: 1;
  }
}
.document-list .doc-card:active {
  transform: translateY(-1px) scale(0.995);
}
@media (max-width: 639px) {
  .document-list .doc-card {
    padding: 12px !important;
  }
  .document-list .doc-cover-image,
  .document-list .doc-cover-empty {
    width: 92px;
    height: 66px;
  }
  .document-list .doc-title {
    font-size: 15px;
  }
  .document-list .doc-meta-item {
    font-size: 11px;
    padding: 0;
  }
}

.zy-doc-page,
.zy-feedback {
  --zy-accent: #1e87f0;
  --zy-accent-deep: #1565c0;
  --zy-accent-soft: rgba(30, 135, 240, 0.1);
  --zy-green: #34c759;
  --zy-ink: #0f172a;
  --zy-body: #475569;
  --zy-muted: #64748b;
  --zy-border: #e2e8f0;
  --zy-surface: #f8fafc;
  --zy-radius: 14px;
  --zy-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);
  color: var(--zy-body);
  -webkit-font-smoothing: antialiased;
}

.zy-doc-page {
  padding: clamp(40px, 5vw, 56px) 0 clamp(72px, 8vw, 100px);
}
.zy-doc-page__layout {
  align-items: flex-start;
}
.zy-doc-page__sidebar .uk-card {
  border: 1px solid var(--zy-border);
  border-radius: var(--zy-radius);
  box-shadow: var(--zy-shadow);
  overflow: hidden;
}
.zy-doc-page__sidebar .uk-card + .uk-card {
  margin-top: 16px;
}
.zy-doc-page__sidebar h5 a {
  font-size: 14px;
  font-weight: 700;
  color: var(--zy-ink);
  text-decoration: none;
}
.zy-doc-page__sidebar h5 a:hover {
  color: var(--zy-accent);
}
.zy-doc-page__sidebar .uk-badge {
  background: var(--zy-accent-soft) !important;
  color: var(--zy-accent-deep) !important;
}
.zy-doc-page__sidebar .uk-nav-default > li > a {
  border-radius: 8px;
  transition: background 0.15s ease, color 0.15s ease;
}
.zy-doc-page__sidebar .uk-nav-default > li.uk-active > a {
  background: var(--zy-accent-soft);
  color: var(--zy-accent-deep);
}
.zy-doc-page__main {
  min-width: 0;
}
.zy-doc-page__panel {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--zy-border);
  border-radius: var(--zy-radius);
  background: #fff;
  box-shadow: var(--zy-shadow);
}
.zy-doc-page__search {
  margin-bottom: 20px;
}
.zy-doc-page__search .uk-search-input {
  border: 1px solid var(--zy-border);
  border-radius: 10px;
  padding-left: 44px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.zy-doc-page__search .uk-search-input:focus {
  border-color: rgba(30, 135, 240, 0.45);
  box-shadow: 0 0 0 3px rgba(30, 135, 240, 0.12);
}

.zy-doc-page .zy-eyebrow,
.zy-feedback .zy-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zy-accent-deep);
  background: var(--zy-accent-soft);
  border: 1px solid rgba(30, 135, 240, 0.14);
  border-radius: 999px;
}
.zy-doc-page .zy-section-head,
.zy-feedback .zy-section-head {
  margin-bottom: clamp(20px, 3vw, 28px);
}
.zy-doc-page .zy-section-head__title,
.zy-feedback .zy-section-head__title {
  margin: 0 0 6px;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--zy-ink);
}
.zy-doc-page .zy-section-head__desc,
.zy-feedback .zy-section-head__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--zy-muted);
}

.zy-doc-hot {
  margin-bottom: clamp(32px, 4vw, 48px);
}
.zy-doc-hot__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) {
  .zy-doc-hot__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .zy-doc-hot__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.zy-doc-page .zy-doc-card {
  display: block;
  padding: 20px;
  border: 1px solid var(--zy-border);
  border-radius: var(--zy-radius);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--zy-shadow);
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.zy-doc-page .zy-doc-card:hover {
  border-color: rgba(30, 135, 240, 0.22);
  transform: translateY(-2px);
  color: inherit;
}
.zy-doc-page .zy-doc-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: var(--zy-accent-soft);
  color: var(--zy-accent);
}
.zy-doc-page .zy-doc-card__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--zy-ink);
}
.zy-doc-page .zy-doc-card__desc {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--zy-muted);
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zy-doc-page .zy-doc-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 12px;
  color: var(--zy-accent);
}

.zy-doc-empty {
  padding: clamp(40px, 6vw, 56px) 24px;
  text-align: center;
  border: 1px dashed var(--zy-border);
  border-radius: var(--zy-radius);
  background: var(--zy-surface);
}
.zy-doc-empty__icon {
  color: var(--zy-muted);
  margin-bottom: 12px;
}
.zy-doc-empty__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--zy-ink);
}
.zy-doc-empty__text {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--zy-muted);
}

.zy-doc-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--zy-border);
  font-size: 13px;
  color: var(--zy-muted);
}
.zy-doc-article__meta-sep {
  color: var(--zy-border);
}
.zy-doc-article .uk-breadcrumb {
  margin-bottom: 20px;
}
.zy-doc-article .uk-breadcrumb > li > a {
  color: var(--zy-accent);
}
.zy-doc-article .uk-breadcrumb > li > a:hover {
  color: var(--zy-accent-deep);
}
.zy-doc-article .uk-article-content {
  font-size: 15px;
  line-height: 1.75;
  color: var(--zy-body);
}

.zy-doc-block {
  margin-top: clamp(28px, 4vw, 40px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid var(--zy-border);
}
.zy-doc-block__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: var(--zy-ink);
}

.zy-doc-related__hits {
  display: inline-block;
  min-width: 50px;
  font-size: 12px;
  text-align: right;
}

.zy-feedback {
  padding: clamp(40px, 5vw, 56px) 0 clamp(72px, 8vw, 100px);
}
.zy-feedback__card {
  max-width: 640px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--zy-border);
  border-radius: var(--zy-radius);
  background: #fff;
  box-shadow: var(--zy-shadow);
}
.zy-feedback__title {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--zy-ink);
  text-align: center;
}
.zy-feedback__desc {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--zy-muted);
  text-align: center;
}
.zy-feedback .uk-form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--zy-ink);
}
.zy-feedback .uk-input,
.zy-feedback .uk-select,
.zy-feedback .uk-textarea {
  border-radius: 10px;
  border-color: var(--zy-border);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.zy-feedback .uk-input:focus,
.zy-feedback .uk-select:focus,
.zy-feedback .uk-textarea:focus {
  border-color: rgba(30, 135, 240, 0.45);
  box-shadow: 0 0 0 3px rgba(30, 135, 240, 0.12);
}
.zy-feedback .uk-placeholder {
  border: 1px dashed rgba(30, 135, 240, 0.35);
  border-radius: 10px;
  background: var(--zy-surface);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.zy-feedback .uk-placeholder:hover {
  border-color: rgba(30, 135, 240, 0.55);
  background: rgba(30, 135, 240, 0.04);
}
.zy-feedback .captcha-img {
  height: 40px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--zy-border);
}
.zy-feedback .uk-button-primary {
  min-width: 140px;
  border-radius: 10px !important;
}

@media (max-width: 639px) {
  .zy-doc-page__sidebar {
    margin-bottom: 20px;
  }
}
.zy-reveal,
.cpk-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.zy-reveal.is-visible,
.cpk-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.zy-reveal--left,
.cpk-reveal--left {
  transform: translate3d(-32px, 20px, 0);
}
.zy-reveal--left.is-visible,
.cpk-reveal--left.is-visible {
  transform: translate3d(0, 0, 0);
}
.zy-reveal--right,
.cpk-reveal--right {
  transform: translate3d(32px, 20px, 0);
}
.zy-reveal--right.is-visible,
.cpk-reveal--right.is-visible {
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .zy-reveal,
  .cpk-reveal {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
.msg-inbox-page.ucenter-container {
  padding-top: 16px;
  padding-bottom: 32px;
}

.msg-inbox-shell {
  --mi-accent: #1e87f0;
  --mi-accent-soft: rgba(30, 135, 240, 0.1);
  --mi-green: #34c759;
  --mi-warn: #f59e0b;
  --mi-danger: #ef4444;
  --mi-ink: #0f172a;
  --mi-body: #475569;
  --mi-muted: #64748b;
  --mi-border: #e2e8f0;
  --mi-surface: #f8fafc;
  --mi-radius: 14px;
  background: #fff;
  border: 1px solid var(--mi-border);
  border-radius: var(--mi-radius);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.msg-inbox-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 16px;
  padding: 20px 22px 16px;
  border-bottom: 1px solid var(--mi-border);
}
.msg-inbox-header__title {
  margin: 0 0 4px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--mi-ink);
}
.msg-inbox-header__sub {
  margin: 0;
  font-size: 14px;
  color: var(--mi-muted);
}
.msg-inbox-header__sub strong {
  color: var(--mi-accent);
  font-weight: 700;
}
.msg-inbox-header__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-shrink: 0;
}

.msg-inbox-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, opacity 0.15s ease, border-color 0.15s ease;
}
.msg-inbox-action:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.msg-inbox-action--primary {
  color: var(--mi-accent);
  background: var(--mi-accent-soft);
  border-color: rgba(30, 135, 240, 0.2);
}
.msg-inbox-action--primary:hover:not(:disabled) {
  background: rgba(30, 135, 240, 0.16);
}
.msg-inbox-action--danger {
  color: var(--mi-danger);
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.18);
}
.msg-inbox-action--danger:hover:not(:disabled) {
  background: rgba(239, 68, 68, 0.14);
}

.msg-inbox-tabs {
  display: flex;
  gap: 8px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--mi-border);
  background: var(--mi-surface);
}
.msg-inbox-tabs__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mi-muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.msg-inbox-tabs__btn:hover {
  color: var(--mi-ink);
  background: #fff;
}
.msg-inbox-tabs__btn.is-active {
  color: var(--mi-accent);
  background: #fff;
  border-color: rgba(30, 135, 240, 0.22);
  box-shadow: 0 1px 3px rgba(30, 135, 240, 0.08);
}
.msg-inbox-tabs__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--mi-muted);
  background: #fff;
  border-radius: 999px;
}
.msg-inbox-tabs__count--accent {
  color: var(--mi-accent);
  background: var(--mi-accent-soft);
}

.msg-inbox-body {
  min-height: 280px;
}

.msg-inbox-empty {
  padding: 56px 24px 64px;
  text-align: center;
}
.msg-inbox-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: var(--mi-surface);
  color: var(--mi-muted);
  border: 1px dashed var(--mi-border);
}
.msg-inbox-empty__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--mi-ink);
}
.msg-inbox-empty__desc {
  margin: 0 auto;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--mi-muted);
}

.msg-inbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.msg-inbox-day {
  padding: 14px 22px 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mi-muted);
}
.msg-inbox-day span {
  display: inline-block;
  padding: 2px 0;
}

.msg-inbox-item {
  border-bottom: 1px solid var(--mi-border);
}
.msg-inbox-item:last-child {
  border-bottom: none;
}
.msg-inbox-item--unread {
  background: linear-gradient(90deg, rgba(30, 135, 240, 0.04) 0%, transparent 48%);
}
.msg-inbox-item.is-hidden {
  display: none;
}
.msg-inbox-item.is-removing {
  opacity: 0;
  transform: translateX(12px);
  max-height: 0;
  overflow: hidden;
  border-bottom-width: 0;
  transition: opacity 0.22s ease, transform 0.22s ease, max-height 0.28s ease;
}
.msg-inbox-item__row {
  display: flex;
  align-items: stretch;
  position: relative;
}
.msg-inbox-item__link {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 8px 14px 22px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}
.msg-inbox-item__link:hover {
  background: var(--mi-surface);
}
.msg-inbox-item__del {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--mi-muted);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.msg-inbox-item__del:hover {
  color: var(--mi-danger);
  background: rgba(239, 68, 68, 0.06);
}
.msg-inbox-item__del:focus-visible {
  opacity: 1;
  outline: 2px solid rgba(30, 135, 240, 0.35);
  outline-offset: -2px;
}
.msg-inbox-item__row:hover .msg-inbox-item__del, .msg-inbox-item__row:focus-within .msg-inbox-item__del {
  opacity: 1;
}
.msg-inbox-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
.msg-inbox-item__icon--reply {
  color: var(--mi-accent);
  background: var(--mi-accent-soft);
}
.msg-inbox-item__icon--like {
  color: #e11d48;
  background: rgba(225, 29, 72, 0.1);
}
.msg-inbox-item__icon--dislike {
  color: var(--mi-muted);
  background: #f1f5f9;
}
.msg-inbox-item__icon--system {
  color: var(--mi-accent);
  background: var(--mi-accent-soft);
}
.msg-inbox-item__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.msg-inbox-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.msg-inbox-item__type {
  font-size: 12px;
  font-weight: 700;
  color: var(--mi-accent);
}
.msg-inbox-item__time {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--mi-muted);
  font-variant-numeric: tabular-nums;
}
.msg-inbox-item__subject {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--mi-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg-inbox-item--unread .msg-inbox-item__subject {
  font-weight: 800;
}
.msg-inbox-item__preview {
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.55;
  color: var(--mi-body);
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.msg-inbox-item--unread .msg-inbox-item__preview {
  color: var(--mi-ink);
}
.msg-inbox-item__quote {
  display: block;
  margin-top: 2px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--mi-muted);
  background: var(--mi-surface);
  border-left: 3px solid var(--mi-border);
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg-inbox-item__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--mi-accent);
  box-shadow: 0 0 0 3px rgba(30, 135, 240, 0.2);
}

.msg-inbox-footer {
  padding: 14px 22px 18px;
  border-top: 1px solid var(--mi-border);
  background: var(--mi-surface);
}

.msg-inbox-pager {
  text-align: center;
  font-size: 14px;
}

.msg-inbox-filter-empty {
  margin: 0;
  padding: 32px 22px 40px;
  text-align: center;
  font-size: 14px;
  color: var(--mi-muted);
}

.msg-inbox-day.is-hidden,
.msg-inbox-item.is-hidden {
  display: none;
}

@media (max-width: 640px) {
  .msg-inbox-header {
    padding: 16px 16px 12px;
  }
  .msg-inbox-tabs {
    padding: 10px 16px;
  }
  .msg-inbox-header__actions {
    width: 100%;
  }
  .msg-inbox-action {
    flex: 1;
    justify-content: center;
  }
  .msg-inbox-item__link {
    padding: 12px 8px 12px 16px;
    gap: 12px;
  }
  .msg-inbox-item__del {
    opacity: 1;
    width: 40px;
  }
  .msg-inbox-day {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.user-card .user-avatar {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(17, 38, 72, 0.12);
  background: #fff;
}
.user-card .user-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-card .user-stat {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fafbfc;
  border: 1px solid rgba(30, 135, 240, 0.08);
  transition: all 0.2s ease;
}
.user-card .user-stat:hover {
  background: #f5f9ff;
  border-color: rgba(30, 135, 240, 0.16);
}
.user-card .user-stat .num {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #1f2d3d;
  word-break: break-word;
}
.user-card .user-stat .label {
  margin-top: 6px;
  font-size: 12px;
  color: #7a8599;
}
@media (max-width: 640px) {
  .user-card {
    padding: 16px 14px;
  }
  .user-card .user-avatar {
    width: 68px;
    height: 68px;
    margin: 0 auto 10px;
  }
  .user-card .user-meta {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
  }
  .user-card .user-meta .uk-card-title {
    font-size: 18px;
  }
  .user-card .user-meta .uk-text-meta {
    font-size: 12px;
    line-height: 1.6;
  }
  .user-card .logout-btn {
    margin-top: 10px !important;
    width: 100%;
    border-radius: 999px;
  }
  .user-card .uk-grid-small.uk-child-width-1-2 {
    margin-top: 12px;
  }
  .user-card .user-stat {
    padding: 10px 8px;
  }
  .user-card .user-stat .num {
    font-size: 16px;
  }
  .user-card .user-stat .label {
    font-size: 11px;
  }
}

.admin-project-dashboard .admin-metric {
  border-radius: 14px;
  background: #fbfcfe;
  border: 1px solid rgba(30, 135, 240, 0.08);
}
.admin-project-dashboard .admin-project-chart {
  width: 100%;
  height: 460px;
}
.admin-project-dashboard .admin-trend-chart {
  width: 100%;
  height: 260px;
}
@media (max-width: 640px) {
  .admin-project-dashboard .admin-project-chart {
    height: 520px;
  }
}

.member-active-chart {
  width: 100%;
  height: 320px;
}

.document-category-chart {
  width: 100%;
  height: 320px;
}

.document-download-chart {
  width: 100%;
  height: 260px;
}

.uk-heading-bullet::before {
  top: 3px !important;
}

.uk-navbar a.uk-navbar-item,
.uk-navbar .uk-navbar-toggle,
.uk-navbar .uk-navbar-nav > li > a {
  color: #fff;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover {
  background-color: #f9f9f9 !important;
}

a {
  text-decoration: none !important;
}

.uk-navbar-dropdown {
  width: auto !important;
  min-width: 140px !important;
  top: 68px !important;
  border-radius: 5px;
  padding: 15px !important;
}
.uk-navbar-dropdown li {
  text-align: center;
}
.uk-navbar-dropdown li:hover a {
  color: #278fff !important;
}
.uk-navbar-dropdown li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: block !important;
  width: 100%;
}

.uk-offcanvas-overlay {
  z-index: 999999;
}

.uk-offcanvas-bar {
  background-color: #fff !important;
  color: #333 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  width: 280px;
}
.uk-offcanvas-bar * {
  color: #333 !important;
}
.uk-offcanvas-bar .uk-nav-default > li {
  margin: 8px 0 !important;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.uk-offcanvas-bar .uk-nav-default > li > a {
  padding: 12px 15px !important;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.uk-offcanvas-bar .uk-nav-default > li > a .nav-arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.uk-offcanvas-bar .uk-nav-default > li > a .nav-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.uk-offcanvas-bar .uk-nav-default > li > a:hover {
  background-color: rgba(39, 143, 255, 0.05);
  color: #278fff !important;
  padding-left: 20px !important;
}
.uk-offcanvas-bar .uk-nav-default > li.uk-open > a .nav-arrow::after {
  transform: translateY(-50%) rotate(-135deg);
}
.uk-offcanvas-bar .uk-nav-default > li.uk-open > .uk-nav-sub {
  display: block;
}
.uk-offcanvas-bar .uk-nav-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 0 0 15px;
  margin: 0;
  background-color: #f1f5ff;
  border-radius: 4px;
}
.uk-offcanvas-bar .uk-nav-sub li {
  opacity: 1;
}
.uk-offcanvas-bar .uk-nav-sub li a {
  padding: 8px 15px;
  color: #666;
  font-size: 14px;
  transition: all 0.2s ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.uk-offcanvas-bar .uk-nav-sub li a:hover {
  color: #278fff !important;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.02);
}
.uk-offcanvas-bar .uk-parent.uk-open > .uk-nav-sub {
  padding: 10px 0 10px 15px;
  margin: 5px 0;
}
.uk-offcanvas-bar .user-profile {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.uk-offcanvas-bar .user-profile .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 2px solid #278fff;
}
.uk-offcanvas-bar .user-profile .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.uk-offcanvas-bar .user-profile .user-info h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}
.uk-offcanvas-bar .user-profile .user-info p {
  margin: 0;
  font-size: 12px;
  color: #666 !important;
}
.uk-offcanvas-bar .menu-footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #999 !important;
  padding: 0 20px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.uk-navbar-toggle {
  position: relative;
  width: 40px;
  height: 40px;
}
.uk-navbar-toggle svg {
  transition: all 0.3s ease;
}
.uk-navbar-toggle:hover svg {
  transform: scale(1.1);
  color: #fff !important;
}

.uk-offcanvas-overlay {
  backdrop-filter: blur(3px);
}

.uk-offcanvas-bar {
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}

.uk-offcanvas.uk-open > .uk-offcanvas-bar {
  transform: translateX(0);
}

.container {
  min-height: calc(100vh - 458px);
  max-width: 1400px !important;
  margin: 0 auto;
}

.small-container {
  max-width: 960px !important;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .feedback-section {
    padding-top: 0 !important;
  }
}
.uk-card-body > .uk-nav-default:only-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.width-user {
  max-width: 95% !important;
}

.uk-card-body > .uk-nav-default .uk-nav-divider,
.uk-card-body > .uk-nav-default .uk-nav-header,
.uk-card-body > .uk-nav-default > li > a {
  padding-left: 1.5rem !important;
}

.uk-parent {
  margin: 10px 0 !important;
}
.uk-parent .uk-nav-sub {
  padding-left: 3rem !important;
}
.uk-parent .uk-nav-sub li {
  padding-bottom: 5px;
}
.uk-parent .uk-nav-sub li a {
  display: inline-block !important;
}
.uk-parent .uk-nav-sub li a.uk-badge {
  padding: 0 !important;
  line-height: 1.5;
  font-size: 0.8em !important;
  text-align: center;
  margin-top: -2px;
}

.uk-offcanvas .uk-nav-sub {
  padding-left: 0 !important;
}

.uk-button {
  border-radius: 5px !important;
}

.uk-table {
  width: 100% !important;
  overflow-x: hidden !important;
}
.uk-table th,
.uk-table td {
  text-align: center !important;
}
.uk-table th.uk-text-left,
.uk-table td.uk-text-left {
  text-align: left !important;
}
.uk-table th.response-block,
.uk-table td.response-block {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 2.4 !important;
  cursor: pointer;
}
.uk-table th:last-child,
.uk-table td:last-child {
  text-align: right !important;
}
.uk-table tr {
  overflow: hidden;
  height: auto !important;
  width: calc(100% - 10px) !important;
  padding: 5px !important;
}
.uk-table a.uk-button {
  padding: 0 10px !important;
  border-radius: 2px !important;
  text-align: center;
  word-break: keep-all !important;
  white-space: nowrap !important;
}

.uk-form-horizontal .uk-form-label {
  margin-top: 0 !important;
  max-width: 95px !important;
  width: 95px !important;
  padding-left: 10px !important;
  float: left;
}

.uk-form-horizontal .uk-form-controls {
  margin-left: 115px !important;
}

.uk-button-small {
  line-height: 22px !important;
  font-size: 13px !important;
}

.navbar-logo {
  height: 50px;
}

.uk-table-divider > :first-child > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > tr:not(:first-child) {
  border-top: 1px dashed #eee;
}

.uk-card {
  z-index: 1000 !important;
}

.uk-card-default .uk-card-header {
  border-bottom: 1px dashed #eee;
}
.uk-card-default .uk-card-header h5 {
  margin-bottom: 0 !important;
}

.uk-flex-between h5 {
  margin-bottom: 0 !important;
}

.uk-card-title {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 960px) {
  .response-name {
    display: none;
  }
  .uk-table td .response-name {
    display: inline-block !important;
  }
  th,
  .response-block {
    max-width: 320px !important;
  }
  #config-tabs {
    padding: 0 10px;
  }
  .uk-form-horizontal .uk-form-label {
    margin-top: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-bottom: 3px !important;
    color: #999 !important;
    float: none !important;
    display: block !important;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 0 !important;
  }
  .uk-table thead {
    display: none;
  }
  .uk-table tbody tr {
    display: block !important;
    clear: both;
  }
  .uk-table tbody tr td {
    display: block;
    width: 100%;
    padding: 5px 0;
    white-space: nowrap;
  }
  .uk-table tbody tr td .response-name,
  .uk-table tbody tr td .response-value {
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .uk-table tbody tr td .response-name {
    width: 95px;
    color: #929292;
    padding-left: 5px;
    float: left;
  }
  .uk-table tbody tr td .response-value {
    width: calc(100% - 100px);
  }
  .uk-table tbody tr td.response-block {
    width: calc(100% - 10px) !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-all !important;
    overflow: hidden !important;
    display: block !important;
    background-color: #f9f9f9 !important;
    padding: 5px !important;
  }
  .uk-table tbody tr td.response-actions {
    display: block !important;
    clear: both;
    width: 96%;
    text-align: right;
  }
  .uk-table tbody tr td.response-actions a {
    word-break: keep-all !important;
    white-space: nowrap !important;
  }
}
.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ticket-top {
  height: auto;
  overflow: hidden;
}
.ticket-top * {
  line-height: 30px;
  display: inline-block;
  float: left;
}

.ticket-post {
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ticket-post .ticket-post-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.ticket-post .ticket-post-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.ticket-post .ticket-post-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ticket-post .ticket-post-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ticket-post .ticket-post-meta .ticket-post-name {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.ticket-post .ticket-post-meta .ticket-post-time {
  font-size: 12px;
}
.ticket-post .ticket-post-content {
  max-width: 78%;
  margin-top: 4px;
  padding: 10px 14px;
  border-radius: 12px;
  background-color: #f3f4f6;
  font-size: 14px;
  line-height: 1.7;
  color: #374151;
  word-break: break-word;
  margin-left: 30px;
}
.ticket-post .ticket-post-attachments {
  margin-top: 8px;
  line-height: 1.6;
}
.ticket-post .ticket-attachment-link {
  display: inline-block;
  margin-right: 10px;
  color: #1e87f0;
  font-size: 12px;
  text-decoration: none;
}
.ticket-post .ticket-attachment-link:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

.ticket-post--me {
  align-items: flex-end;
}
.ticket-post--me .ticket-post-header {
  flex-direction: row-reverse;
  text-align: right;
}
.ticket-post--me .ticket-post-content {
  margin-left: auto;
  background: linear-gradient(135deg, rgba(39, 143, 255, 0.12), rgba(39, 143, 255, 0.18));
  color: #111827;
  margin-right: 30px;
}

.ticket-post--other .ticket-post-header {
  flex-direction: row;
}

@media (max-width: 640px) {
  .ticket-post {
    padding: 6px 0;
  }
  .ticket-post .ticket-post-content {
    max-width: 100%;
    padding: 8px 12px;
    font-size: 13px;
  }
}
.file-item {
  background: #f8f8f8;
  padding: 8px 12px;
  border-radius: 4px;
}
.file-item .uk-flex-1 {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.file-item a {
  color: #666;
}
.file-item a:hover {
  color: #f0506e;
}

:focus-visible {
  outline: none !important;
}

#editor {
  padding: 10px !important;
}

.uk-icon-button {
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  margin: 0 2px !important;
}
.uk-icon-button svg {
  width: 13px !important;
  height: 13px !important;
}

.uk-table td.response-actions {
  white-space: nowrap;
  padding: 8px 12px !important;
}
.uk-table td.response-actions .uk-icon-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#config-tabs .uk-form-controls label {
  margin-right: 20px;
}

.uk-card-body > .uk-nav-default > li > a {
  padding-right: 5px !important;
}

.uk-container {
  max-width: 1400px !important;
}

.math {
  font-family: math !important;
}

.tox-tinymce-aux {
  z-index: 709826033 !important;
}

.tox-tinymce-inline {
  z-index: 709826032 !important;
}

.mobile-menu-container {
  margin-bottom: 20px;
}

.mobile-quick-menu {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.mobile-quick-menu.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  border-radius: 0;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mobile-quick-menu .quick-menu-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 5px;
  color: #666;
  position: relative;
}
.mobile-quick-menu .quick-menu-item span[uk-icon] {
  margin-bottom: 5px;
  color: #666;
  transition: all 0.3s ease;
}
.mobile-quick-menu .quick-menu-item span:not([uk-icon]) {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.mobile-quick-menu .quick-menu-item.active {
  color: #278fff;
}
.mobile-quick-menu .quick-menu-item.active span[uk-icon] {
  color: #278fff;
}
.mobile-quick-menu .quick-menu-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background-color: #278fff;
  border-radius: 3px;
}
.mobile-quick-menu .quick-menu-item .badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #f0506e;
  color: white;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  padding: 0 4px;
}

.mobile-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  background-color: #fff;
  border: 1px dashed #e5e5e5;
  border-radius: 10px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mobile-more-btn span[uk-icon] {
  margin-right: 8px;
}
.mobile-more-btn:hover {
  background-color: #f8f8f8;
  color: #278fff;
}

.mobile-full-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}
.mobile-full-menu .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-full-menu .menu-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.mobile-full-menu .menu-header button {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
}
.mobile-full-menu .menu-section {
  margin-bottom: 25px;
}
.mobile-full-menu .menu-section h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 500;
}
.mobile-full-menu .menu-section h4 span[uk-icon] {
  margin-right: 8px;
  color: #278fff;
}
.mobile-full-menu .menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.mobile-full-menu .menu-grid .menu-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  background-color: #f8f9fa;
  border-radius: 8px;
  color: #666;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.mobile-full-menu .menu-grid .menu-grid-item span[uk-icon] {
  margin-bottom: 8px;
  color: #666;
}
.mobile-full-menu .menu-grid .menu-grid-item span:not([uk-icon]) {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.mobile-full-menu .menu-grid .menu-grid-item .badge-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  background-color: #f0506e;
  border-radius: 50%;
}
.mobile-full-menu .menu-grid .menu-grid-item:hover {
  background-color: rgba(39, 143, 255, 0.1);
  color: #278fff;
}
.mobile-full-menu .menu-grid .menu-grid-item:hover span[uk-icon] {
  color: #278fff;
}

.hero-banner {
  min-height: 600px;
  background: linear-gradient(135deg, #1e87f0 0%, #1e87f0 100%);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}
.hero-banner .uk-container {
  position: relative;
  z-index: 1;
}
.hero-banner--page {
  min-height: clamp(240px, 32vw, 360px);
}
.hero-banner--page .hero-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
}
.hero-banner--page .hero-title span {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}
.hero-banner--page .hero-description {
  max-width: 36rem;
  margin: 0 auto;
}

.hero-subtitle {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
.hero-title span {
  font-weight: 300;
  font-size: 2.5rem;
  margin-top: 0.5rem;
}

.hero-description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 1.25rem;
}
.hero-buttons .uk-button {
  min-width: 160px;
  padding: 0 1.5rem;
  margin: 0;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 38px;
  transition: all 0.3s ease;
}
.hero-buttons .uk-button span[uk-icon] {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
.hero-buttons .uk-button.uk-button-primary {
  background: #fff;
  color: #1e87f0;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.hero-buttons .uk-button.uk-button-primary:hover {
  background: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.hero-buttons .uk-button.uk-button-default {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.hero-buttons .uk-button.uk-button-default:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-2px);
}

.hero-stats {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 72px;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
}
.hero-stats__item strong {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.hero-stats__item span {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 960px) {
  .ucenter-container {
    padding: 15px !important;
  }
  .hero-banner {
    min-height: 500px;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-title span {
    font-size: 1.8rem;
  }
  .hero-description {
    font-size: 1.1rem;
  }
  .hero-description br {
    display: none;
  }
}
@media (max-width: 640px) {
  .hero-banner {
    min-height: 500px;
  }
  .hero-subtitle {
    font-size: 0.875rem;
    padding: 6px 12px;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-title span {
    font-size: 1.5rem;
  }
  .hero-description {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .hero-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0 12px;
  }
  .hero-buttons .uk-button {
    min-width: 0;
    width: calc(50% - 8px);
    max-width: 180px;
    font-size: 0.9rem;
    line-height: 36px;
    padding: 0 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hero-buttons .uk-button span[uk-icon] {
    width: 14px;
    height: 14px;
  }
}
.ucenter-container {
  padding: 25px 0;
}

.uk-notification {
  z-index: 1040;
  box-sizing: border-box;
  width: auto;
  min-width: 250px;
}
.uk-notification .uk-notification-message {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-20px);
  animation: uk-notification-fade 0.2s ease-in-out forwards;
  text-align: center;
}
.uk-notification .uk-notification-message-primary {
  background: #2563eb;
  color: #fff;
}
.uk-notification .uk-notification-message-success {
  background: #10b981;
  color: #fff;
}
.uk-notification .uk-notification-message-warning {
  background: #f59e0b;
  color: #fff;
}
.uk-notification .uk-notification-message-danger {
  background: #ef4444;
  color: #fff;
}

@keyframes uk-notification-fade {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .uk-notification {
    width: calc(100% - 30px);
  }
  .uk-notification .uk-notification-message {
    margin: 5px 15px;
    padding: 12px;
    font-size: 13px;
  }
}
.amount-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.amount-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: rgba(39, 143, 255, 0.3);
}
.amount-btn.selected {
  background-color: rgba(39, 143, 255, 0.1);
  border-color: #278fff;
  color: #278fff;
}

.payment-method-label {
  cursor: pointer;
}
.payment-method-label .uk-card {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.payment-method-label .uk-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: rgba(39, 143, 255, 0.3);
}
.payment-method-label input[type=radio]:checked + .uk-card {
  background-color: rgba(39, 143, 255, 0.1);
  border-color: #278fff;
}
.payment-method-label input[type=radio]:checked + .uk-card .uk-text-bold {
  color: #278fff;
}

.uk-input[name=amount] {
  transition: all 0.3s ease;
}
.uk-input[name=amount]:focus {
  border-color: #278fff;
  box-shadow: 0 0 0 2px rgba(39, 143, 255, 0.1);
}

.uk-button-primary[type=submit] {
  transition: all 0.3s ease;
}
.uk-button-primary[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(39, 143, 255, 0.3);
}
.uk-button-primary[type=submit]:active {
  transform: translateY(0);
}

.uk-card.uk-background-muted {
  border: 1px solid rgba(39, 143, 255, 0.1);
}
.uk-card.uk-background-muted h5 {
  color: #278fff;
}
.uk-card.uk-background-muted .uk-list-bullet li {
  position: relative;
  padding-left: 1.5em;
}
.uk-card.uk-background-muted .uk-list-bullet li:before {
  content: "•";
  color: #278fff;
  position: absolute;
  left: 0;
}

@media (max-width: 960px) {
  .amount-btn {
    padding: 12px !important;
  }
  .payment-method-label .uk-card {
    padding: 12px !important;
  }
}
#feedbackTable.uk-table {
  width: 100%;
}
#feedbackTable.uk-table tbody td.feedback-list-content-cell a.feedback-list-content-link .feedback-list-content-text {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  overflow: hidden !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  line-height: 1.45 !important;
  white-space: normal !important;
}
#feedbackTable.uk-table tbody td.feedback-list-content-cell a.feedback-list-content-link {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
  text-decoration: none !important;
}
#feedbackTable.uk-table tbody td.feedback-list-content-cell a.feedback-list-content-link:not(:has(.feedback-list-content-text)) {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  overflow: hidden !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  line-height: 1.45 !important;
  max-height: 2.9em;
}
#feedbackTable.uk-table .feedback-delete-btn {
  background: #f0506e;
  color: #fff;
}

@media screen and (min-width: 961px) {
  #feedbackTable.uk-table {
    table-layout: fixed !important;
  }
  #feedbackTable.uk-table col.feedback-col-check {
    width: 3%;
  }
  #feedbackTable.uk-table col.feedback-col-id {
    width: 2%;
  }
  #feedbackTable.uk-table col.feedback-col-user {
    width: 12%;
  }
  #feedbackTable.uk-table col.feedback-col-content {
    width: 20%;
  }
  #feedbackTable.uk-table col.feedback-col-contact {
    width: 9%;
  }
  #feedbackTable.uk-table col.feedback-col-url {
    width: 12%;
  }
  #feedbackTable.uk-table col.feedback-col-type {
    width: 7%;
  }
  #feedbackTable.uk-table col.feedback-col-read {
    width: 5%;
  }
  #feedbackTable.uk-table col.feedback-col-status {
    width: 10%;
  }
  #feedbackTable.uk-table col.feedback-col-time {
    width: 11%;
  }
  #feedbackTable.uk-table col.feedback-col-actions {
    width: 4%;
  }
  #feedbackTable.uk-table thead th,
  #feedbackTable.uk-table tbody td {
    box-sizing: border-box;
    min-width: 0;
    padding: 10px 8px !important;
    vertical-align: middle;
  }
  #feedbackTable.uk-table thead th.feedback-col-check,
  #feedbackTable.uk-table tbody td.feedback-col-check {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  #feedbackTable.uk-table thead th.feedback-col-user,
  #feedbackTable.uk-table thead th.feedback-col-contact,
  #feedbackTable.uk-table thead th.feedback-col-url,
  #feedbackTable.uk-table thead th.feedback-col-type,
  #feedbackTable.uk-table thead th.feedback-col-time,
  #feedbackTable.uk-table tbody td.feedback-col-user,
  #feedbackTable.uk-table tbody td.feedback-col-contact,
  #feedbackTable.uk-table tbody td.feedback-col-url,
  #feedbackTable.uk-table tbody td.feedback-col-type,
  #feedbackTable.uk-table tbody td.feedback-col-time {
    text-align: left !important;
  }
  #feedbackTable.uk-table .feedback-col-url-text {
    display: block;
    max-width: 100%;
    font-size: 0.8125rem;
    line-height: 1.35;
    word-break: break-all;
  }
  #feedbackTable.uk-table tbody td.feedback-list-content-cell,
  #feedbackTable.uk-table thead th.feedback-list-col-content {
    vertical-align: top !important;
    overflow: hidden !important;
    text-align: left !important;
    white-space: normal !important;
  }
  #feedbackTable.uk-table .feedback-col-user-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  #feedbackTable.uk-table .feedback-col-time-text {
    display: block;
    white-space: normal !important;
    word-break: break-all;
    line-height: 1.35;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 960px) {
  #feedbackTable.uk-table {
    display: block !important;
    table-layout: auto !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  #feedbackTable.uk-table colgroup {
    display: none !important;
  }
  #feedbackTable.uk-table thead {
    display: none !important;
  }
  #feedbackTable.uk-table tbody {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #feedbackTable.uk-table tbody tr {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
    box-sizing: border-box;
  }
  #feedbackTable.uk-table thead th,
  #feedbackTable.uk-table tbody td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 5px 0 !important;
    text-align: left !important;
    vertical-align: top !important;
    border: none !important;
    white-space: nowrap !important;
    overflow: hidden;
  }
  #feedbackTable.uk-table tbody td::after {
    content: "";
    display: table;
    clear: both;
  }
  #feedbackTable.uk-table tbody td .response-name,
  #feedbackTable.uk-table tbody td .response-value {
    display: inline-block !important;
    text-align: left !important;
    vertical-align: top;
  }
  #feedbackTable.uk-table tbody td .response-name {
    width: 95px !important;
    color: #929292 !important;
    padding-left: 5px !important;
    float: left !important;
    margin: 0 !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #feedbackTable.uk-table tbody td .response-value {
    width: calc(100% - 100px) !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #feedbackTable.uk-table tbody td.feedback-col-check {
    padding-top: 0 !important;
    padding-bottom: 4px !important;
    white-space: normal !important;
    overflow: visible !important;
  }
  #feedbackTable.uk-table tbody td.feedback-list-content-cell {
    width: calc(100% - 10px) !important;
    white-space: normal !important;
    word-break: break-all !important;
    overflow: hidden !important;
    background-color: #f9f9f9 !important;
    padding: 8px !important;
    margin-top: 2px;
    border-radius: 6px;
  }
  #feedbackTable.uk-table tbody td.feedback-list-content-cell .response-name {
    float: left !important;
  }
  #feedbackTable.uk-table tbody td.feedback-list-content-cell .response-value {
    white-space: normal !important;
    word-break: break-word !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
  #feedbackTable.uk-table tbody td.response-actions {
    display: block !important;
    clear: both !important;
    width: 96% !important;
    text-align: right !important;
    padding-top: 6px !important;
    white-space: normal !important;
    overflow: visible !important;
  }
  #feedbackTable.uk-table tbody td.response-actions .response-name {
    display: none !important;
  }
  #feedbackTable.uk-table tbody td.response-actions a {
    word-break: keep-all !important;
    white-space: nowrap !important;
  }
  #feedbackTable.uk-table .feedback-col-user-text {
    white-space: normal !important;
    text-overflow: unset !important;
    overflow: visible !important;
  }
}
.tos-legal-tabs {
  margin-bottom: 1.5rem;
}
.tos-legal-tabs .tos-legal-tabs__nav.uk-tab {
  margin: 0;
  padding: 5px;
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  max-width: 400px;
  background: linear-gradient(180deg, #eef1f7 0%, #e4e9f2 100%);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 3px rgba(17, 38, 72, 0.08);
}
.tos-legal-tabs .tos-legal-tabs__nav.uk-tab::before {
  display: none;
}
.tos-legal-tabs .tos-legal-tabs__nav.uk-tab > * {
  padding-left: 0;
  flex: 1 1 130px;
}
.tos-legal-tabs .tos-legal-tabs__nav.uk-tab > * > a {
  display: block;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: #5a6a7d;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.tos-legal-tabs .tos-legal-tabs__nav.uk-tab > * > a:hover {
  color: #1e87f0;
  background: rgba(255, 255, 255, 0.45);
}
.tos-legal-tabs .tos-legal-tabs__nav.uk-tab > .uk-active > a {
  color: #0d47a1;
  font-weight: 600;
  background: #fff;
  border-color: rgba(30, 135, 240, 0.18);
  box-shadow: 0 2px 8px rgba(30, 135, 240, 0.12), 0 1px 2px rgba(0, 0, 0, 0.06);
}/*# sourceMappingURL=style.css.map */