* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 80px;
  overflow-x: hidden;
  background: #f2f4f6 url("/ClientRes/Images/LokyTheme/top-fon.jpg") center top / auto 917px no-repeat;
  color: #29343e;
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.news-topbar {
  width: 100%;
  height: 80px;
  padding: 0 max(24px, calc((100% - 1200px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(151, 207, 255, .18);
  background: rgba(14, 19, 24, .95);
  box-shadow: 0 5px 22px rgba(0, 0, 0, .28);
  backdrop-filter: blur(8px);
}

.news-topbar:after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, transparent, #5078b8, #b8ecff, #d9b65c, transparent);
}

.news-brand {
  width: 110px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.news-brand img {
  width: 54px;
  height: 72px;
  object-fit: contain;
  transform: scale(1.25);
  transform-origin: center top;
  filter: drop-shadow(0 3px 12px rgba(214, 181, 83, .36));
  transition: transform .3s ease, filter .3s ease;
}

.news-brand:hover img {
  transform: scale(1.34) translateY(-2px);
  filter: drop-shadow(0 5px 18px rgba(226, 197, 96, .58));
}

.news-nav {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.news-nav a {
  min-height: 80px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #f6f8fb;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0 2px 6px #000;
  transition: color .3s ease, background-color .3s ease;
}

.news-nav a:after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #4e83d8, #c6f1ff);
  transform: scaleX(0);
  transition: transform .3s ease;
}

.news-nav a:hover {
  color: #bdeaff;
  background: rgba(117, 176, 219, .10);
}

.news-nav a:hover:after {
  transform: scaleX(1);
}

.news-nav .download {
  min-height: 50px;
  margin-left: 10px;
  border: 1px solid #d3b653;
  background: linear-gradient(#6589d4, #29488f);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .28);
}

.news-page {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.news-hero {
  min-height: 405px;
  padding: 68px 62px 42px;
  display: flex;
  align-items: center;
  gap: 56px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(21, 43, 64, .18), rgba(11, 18, 25, .18)),
    url("/ClientRes/Images/LokyTheme/hero-bg.jpg") center / cover no-repeat;
  box-shadow: 0 25px 48px rgba(36, 51, 65, .22);
}

.news-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(211, 245, 255, .19) 49%, transparent 67%);
  transform: translateX(-130%);
  animation: news-shine 7s ease-in-out infinite;
  pointer-events: none;
}

.news-hero-logo {
  width: 320px;
  height: 230px;
  flex: 0 0 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.news-hero-logo:before {
  content: "";
  width: 300px;
  height: 205px;
  position: absolute;
  top: 13px;
  left: 10px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(104, 193, 255, .34), rgba(86, 137, 255, .11) 43%, transparent 73%);
  filter: blur(7px);
  animation: news-aura 3.2s ease-in-out infinite;
}

.news-hero-logo:after {
  content: "";
  width: 210px;
  height: 210px;
  position: absolute;
  top: 8px;
  left: 55px;
  border: 1px solid rgba(164, 225, 255, .20);
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(88, 170, 232, .22), inset 0 0 24px rgba(91, 161, 230, .13);
  animation: news-ring 8s linear infinite;
}

.news-hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .42)) drop-shadow(0 0 16px rgba(94, 181, 255, .24));
  animation: logo-float 4s ease-in-out infinite;
}

.news-hero-copy {
  max-width: 560px;
  position: relative;
  z-index: 2;
  color: #e6f2f8;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .58);
}

.news-hero-copy span {
  color: #bdeaff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.news-hero-copy h1 {
  margin: 9px 0 13px;
  color: #fff;
  font-size: 46px;
  line-height: 1.05;
  text-transform: uppercase;
}

.news-hero-copy p {
  margin: 0;
  color: #cfdee7;
  font-size: 16px;
  line-height: 1.7;
}

.news-sparks {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.news-sparks i {
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 15%;
  left: 12%;
  border-radius: 50%;
  background: #c7f3ff;
  box-shadow: 0 0 12px #70baff;
  animation: spark-rise 5.8s ease-in infinite;
}

.news-sparks i:nth-child(2) { left: 28%; animation-delay: 1.3s; }
.news-sparks i:nth-child(3) { left: 44%; animation-delay: 2.4s; }
.news-sparks i:nth-child(4) { left: 61%; animation-delay: .7s; }
.news-sparks i:nth-child(5) { left: 76%; animation-delay: 3.1s; }
.news-sparks i:nth-child(6) { left: 88%; animation-delay: 1.9s; }
.news-sparks i:nth-child(7) { left: 8%; width: 3px; height: 3px; animation-delay: 4.7s; animation-duration: 7.1s; }
.news-sparks i:nth-child(8) { left: 20%; width: 8px; height: 8px; animation-delay: .4s; animation-duration: 6.9s; }
.news-sparks i:nth-child(9) { left: 35%; width: 3px; height: 3px; animation-delay: 3.4s; animation-duration: 7.6s; }
.news-sparks i:nth-child(10) { left: 51%; width: 7px; height: 7px; animation-delay: 5.5s; animation-duration: 8.2s; }
.news-sparks i:nth-child(11) { left: 68%; width: 3px; height: 3px; animation-delay: 1.1s; animation-duration: 6.6s; }
.news-sparks i:nth-child(12) { left: 82%; width: 8px; height: 8px; animation-delay: 4.1s; animation-duration: 8.7s; }
.news-sparks i:nth-child(13) { left: 13%; animation-delay: 2.2s; animation-duration: 6.3s; }
.news-sparks i:nth-child(14) { left: 42%; animation-delay: 6s; animation-duration: 9s; }
.news-sparks i:nth-child(15) { left: 73%; animation-delay: 2.8s; animation-duration: 7.3s; }
.news-sparks i:nth-child(16) { left: 94%; animation-delay: .7s; animation-duration: 8.5s; }

.news-subnav {
  min-height: 72px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #19232b;
  box-shadow: 0 13px 32px rgba(46, 61, 72, .20);
}

.news-subnav a {
  min-width: 190px;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ecf5fa;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color .3s ease, background-color .3s ease;
}

.news-subnav a:after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, transparent, #8bcce9, transparent);
  transform: scaleX(0);
  transition: transform .3s ease;
}

.news-subnav a:hover,
.news-subnav a.active {
  color: #bdeaff;
  background: #263845;
}

.news-subnav a:hover:after,
.news-subnav a.active:after {
  transform: scaleX(1);
}

.news-panel,
.news-archive {
  margin-top: 28px;
  padding: 32px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 50px rgba(42, 61, 76, .16);
}

.news-section-head,
.archive-head,
.notice-board header {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #aebbc5;
  border-bottom: 1px solid #d8e0e5;
}

.news-section-head:after,
.archive-head:after,
.notice-board header:after {
  content: "";
  height: 27px;
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  background: url("/ClientRes/Images/LokyTheme/ReferenceUI/section-line.png") center / 100% 27px no-repeat;
  pointer-events: none;
}

.news-section-head:before,
.archive-head:before,
.notice-board header:before {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: -5px;
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: 1;
  transform: rotate(45deg);
  border: 1px solid #6d8fc2;
  background: #edf8ff;
  box-shadow: 0 0 0 3px #fff, 0 0 14px rgba(73, 123, 190, .35);
}

.news-section-head > *,
.archive-head > *,
.notice-board header > * {
  position: relative;
  z-index: 2;
}

.news-section-head span,
.notice-board header span {
  color: #6f8291;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-section-head h2,
.archive-head h2,
.notice-board h2 {
  margin: 4px 0 0;
  color: #253442;
  font-size: 24px;
  text-transform: uppercase;
}

.news-section-head .news-badge {
  padding: 7px 12px;
  border: 1px solid #8bb9db;
  background: #eaf7ff;
  color: #376b97;
  font-weight: 700;
}

.featured-news {
  width: 100%;
  height: 410px;
  margin-top: 24px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  border: 0;
  background: #17212b;
  color: #fff;
  cursor: zoom-in;
}

.featured-news:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 20, 31, .86), rgba(10, 20, 31, .12) 64%);
}

.featured-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}

.featured-news:hover img {
  transform: scale(1.055);
  filter: saturate(1.12) brightness(1.04);
}

.featured-overlay {
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 54px;
  z-index: 2;
  transform: translateY(-50%);
  text-align: left;
  text-shadow: 0 3px 10px #000;
}

.featured-overlay small,
.featured-overlay strong,
.featured-overlay em {
  display: block;
}

.featured-overlay small {
  color: #bdeaff;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.featured-overlay strong {
  margin: 7px 0 12px;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.featured-overlay em {
  color: #dae8ef;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
}

.featured-action {
  padding: 10px 14px;
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 3;
  border: 1px solid rgba(189, 234, 255, .66);
  background: rgba(18, 40, 61, .76);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}

.featured-news:hover .featured-action {
  opacity: 1;
  transform: translateY(0);
}

.news-layout {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 30px;
}

.news-feed {
  display: grid;
  gap: 20px;
}

.news-entry {
  min-height: 215px;
  display: grid;
  grid-template-columns: 42% 1fr;
  position: relative;
  overflow: hidden;
  border: 1px solid #d4dee6;
  background: #f9fbfc;
  box-shadow: 0 9px 24px rgba(47, 69, 84, .09);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.news-entry:hover {
  border-color: #8fb6d3;
  transform: translateY(-5px);
  box-shadow: 0 17px 32px rgba(47, 69, 84, .18);
}

.news-entry button {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #15202a;
  cursor: zoom-in;
}

.news-entry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease, filter .3s ease;
}

.news-entry:hover img {
  transform: scale(1.1);
  filter: saturate(1.14);
}

.news-entry > div {
  padding: 24px;
}

.entry-meta {
  color: #68829a;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.entry-meta b {
  color: #d7aa50;
}

.news-entry h3 {
  margin: 8px 0;
  color: #2d4354;
  font-size: 21px;
}

.news-entry p {
  margin: 0;
  color: #647582;
  font-size: 13px;
  line-height: 1.55;
}

.news-entry a {
  margin-top: 13px;
  display: inline-block;
  color: #3f77a5;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-entry a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-sidebar {
  min-width: 0;
}

.notice-board {
  padding: 0 6px;
}

.notice-board header {
  margin-bottom: 8px;
}

.notice-board > a {
  min-height: 58px;
  padding: 8px 3px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px dotted #d4dce2;
  color: #42515c;
  transition: color .3s ease, transform .3s ease;
}

.notice-board > a:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(245, 250, 255, .34), rgba(229, 243, 255, .82), rgba(245, 250, 255, .34)),
    url("/ClientRes/Images/LokyTheme/ReferenceUI/row-hover.png") center / 100% 100% no-repeat;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .3s ease, transform .3s ease;
}

.notice-board > a:hover {
  color: #2f6697;
  transform: translateX(4px);
}

.notice-board > a:hover:before {
  opacity: 1;
  transform: translateX(0);
}

.notice-board > a > i {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  transform: rotate(45deg);
  border: 1px solid #557bb5;
  background: #dff4ff;
  box-shadow: 0 0 8px rgba(77, 132, 197, .32);
}

.notice-board > a > span {
  min-width: 0;
  flex: 1;
}

.notice-board b,
.notice-board small {
  display: block;
}

.notice-board b {
  overflow: hidden;
  color: #364b5b;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-board a:hover b {
  color: #376f9f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.notice-board small {
  margin-top: 4px;
  color: #8795a0;
  font-size: 10px;
}

.notice-board em {
  color: #6b88a0;
  font-size: 9px;
  font-style: normal;
}

.news-actions {
  margin-top: 92px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.news-actions > a {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  border: 1px solid #8ba1b5;
  background:
    linear-gradient(135deg, rgba(38, 109, 128, .91), rgba(72, 68, 145, .91)),
    url("/ClientRes/Images/LokyTheme/hero-bg.jpg") center / cover no-repeat;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 18px 28px rgba(29, 47, 74, .32);
  transition: padding-top .3s ease, transform .3s ease, filter .3s ease, box-shadow .3s ease;
}

.news-actions > a:after {
  content: "";
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(115deg, transparent 28%, rgba(222, 248, 255, .28) 48%, transparent 68%);
  transform: translateX(-130%);
  transition: transform .55s ease;
  pointer-events: none;
}

.news-actions > a:hover {
  padding-top: 20px;
  transform: translateY(-4px);
  filter: brightness(1.12);
  box-shadow: 0 24px 36px rgba(26, 57, 100, .42);
}

.news-actions > a:hover:after {
  transform: translateX(130%);
}

.news-actions .action-art {
  width: 154px;
  height: 154px;
  margin-left: -77px;
  position: absolute;
  top: -92px;
  left: 50%;
  z-index: 3;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 12px 16px rgba(21, 42, 69, .38));
  transition: transform .3s ease, filter .3s ease;
}

.tutorial-action .action-art {
  background-image: url("/ClientRes/Images/LokyTheme/ReferenceUI/tutorials-icon.png");
}

.support-action .action-art {
  background-image: url("/ClientRes/Images/LokyTheme/ReferenceUI/support-icon.png");
}

.news-actions > a:hover .action-art {
  transform: translateY(-9px) scale(1.06);
  filter: drop-shadow(0 18px 22px rgba(52, 112, 173, .55));
}

.news-actions > a > span:last-child {
  position: relative;
  z-index: 2;
  transition: transform .3s ease;
}

.news-actions > a:hover > span:last-child {
  transform: translateY(9px);
}

.news-actions b,
.news-actions small {
  display: block;
}

.news-actions b {
  font-size: 15px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .42);
}

.news-actions small {
  margin-top: 4px;
  font-size: 9px;
  letter-spacing: .08em;
}

.news-archive {
  margin-bottom: 46px;
}

.archive-head span {
  color: #6f8291;
  font-size: 12px;
}

.archive-list {
  margin-top: 16px;
}

.archive-list > a {
  min-height: 65px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px dotted #d2dce4;
  transition: color .3s ease, transform .3s ease;
}

.archive-list > a:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("/ClientRes/Images/LokyTheme/ReferenceUI/row-hover.png") center / 100% 100% no-repeat;
  opacity: 0;
  transition: opacity .3s ease;
}

.archive-list > a:hover {
  color: #356f9e;
  transform: translateX(5px);
}

.archive-list > a:hover:before {
  opacity: 1;
}

.archive-gem {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transform: rotate(45deg);
  border: 2px solid #9dcdf0;
  background: linear-gradient(135deg, #eafaff, #5987d6 58%, #2b458a);
  box-shadow: 0 0 14px rgba(65, 116, 184, .38);
}

.archive-list > a > span:nth-child(2) {
  min-width: 0;
  flex: 1;
}

.archive-list b,
.archive-list small {
  display: block;
}

.archive-list b {
  color: #364b5b;
  font-size: 14px;
}

.archive-list small {
  margin-top: 4px;
  color: #8a9aa6;
  font-size: 10px;
}

.archive-list em {
  color: #617f97;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
}

.news-footer {
  width: 100%;
  padding: 44px 24px;
  background:
    linear-gradient(rgba(19, 28, 36, .93), rgba(19, 28, 36, .97)),
    url("/ClientRes/Images/LokyTheme/hero-bg.jpg") center / cover no-repeat;
  color: #93a0aa;
}

.news-footer-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.news-footer-brand img {
  width: 180px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 3px 10px rgba(72, 144, 222, .35));
}

.news-footer-brand p {
  margin: 7px 0 0;
  font-size: 13px;
}

.news-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.news-footer nav a {
  padding: 10px 14px;
  border: 1px solid #425464;
  background: #12191f;
  color: #ccefff;
  font-size: 12px;
  text-transform: uppercase;
  transition: color .3s ease, border-color .3s ease, background-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.news-footer nav a:hover {
  border-color: #8bcce9;
  background: #1e3343;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(38, 91, 130, .25);
}

.news-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3000;
  padding: 60px 24px 24px;
  align-items: center;
  justify-content: center;
}

.news-lightbox.is-open {
  display: flex;
}

.news-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 10, 15, .91);
  cursor: zoom-out;
}

.news-lightbox img {
  max-width: min(1200px, 92vw);
  max-height: 84vh;
  position: relative;
  z-index: 2;
  border: 1px solid #8dc8e7;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .72);
  animation: lightbox-in .3s ease;
}

.news-lightbox-close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 3;
  border: 1px solid #7394ad;
  border-radius: 50%;
  background: #172a39;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .3s ease, transform .3s ease;
}

.news-lightbox-close:hover {
  background: #355f8c;
  transform: rotate(90deg);
}

.reveal-section {
  opacity: 1;
  transform: none;
}

.reveal-section.reveal-pending {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s ease;
}

@keyframes news-shine {
  0%, 58% { transform: translateX(-130%); }
  82%, 100% { transform: translateX(130%); }
}

@keyframes logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes news-aura {
  0%, 100% { opacity: .55; transform: scale(.94); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes news-ring {
  0% { transform: rotate(0deg) scale(.98); opacity: .44; }
  50% { transform: rotate(180deg) scale(1.04); opacity: .72; }
  100% { transform: rotate(360deg) scale(.98); opacity: .44; }
}

@keyframes spark-rise {
  0% { transform: translate3d(0, 0, 0) scale(.6); opacity: 0; }
  16% { opacity: .9; }
  100% { transform: translate3d(44px, -330px, 0) scale(1.3); opacity: 0; }
}

@keyframes lightbox-in {
  from { opacity: 0; transform: scale(.94); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 960px) {
  .news-nav a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }

  .news-hero {
    min-height: 360px;
    padding: 44px 36px;
    gap: 24px;
  }

  .news-hero-logo {
    width: 260px;
    height: 200px;
    flex-basis: 260px;
  }

  .news-hero-logo:before {
    width: 250px;
    height: 180px;
    top: 8px;
    left: 5px;
  }

  .news-hero-logo:after {
    width: 175px;
    height: 175px;
    top: 8px;
    left: 42px;
  }

  .news-layout {
    grid-template-columns: 1fr;
  }

  .news-actions {
    margin-top: 92px;
  }

  .news-footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .news-footer nav {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  body {
    padding-top: 66px;
  }

  .news-topbar {
    height: 66px;
    padding: 0 10px;
  }

  .news-brand {
    width: 54px;
    height: 64px;
  }

  .news-brand img {
    width: 40px;
    height: 58px;
  }

  .news-nav {
    height: 66px;
    overflow-x: auto;
  }

  .news-nav a {
    min-height: 66px;
    padding: 0 9px;
    white-space: nowrap;
    font-size: 10px;
  }

  .news-nav .download {
    min-height: 42px;
    margin-left: 4px;
  }

  .news-page {
    max-width: 100%;
  }

  .news-hero {
    min-height: 430px;
    padding: 42px 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .news-hero-logo {
    width: 245px;
    height: 175px;
    flex: 0 0 175px;
  }

  .news-hero-logo:before {
    width: 230px;
    height: 160px;
    top: 7px;
    left: 7px;
  }

  .news-hero-logo:after {
    width: 150px;
    height: 150px;
    top: 8px;
    left: 47px;
  }

  .news-hero-copy h1 {
    font-size: 34px;
  }

  .news-subnav {
    min-height: 60px;
    padding: 0;
  }

  .news-subnav a {
    min-width: 0;
    min-height: 60px;
    flex: 1;
    padding: 0 8px;
    font-size: 11px;
  }

  .news-panel,
  .news-archive {
    margin-top: 16px;
    padding: 20px 14px;
  }

  .news-section-head h2,
  .archive-head h2,
  .notice-board h2 {
    font-size: 19px;
  }

  .featured-news {
    height: 330px;
  }

  .featured-overlay {
    right: 22px;
    left: 22px;
  }

  .featured-overlay strong {
    font-size: 35px;
  }

  .featured-action {
    display: none;
  }

  .news-entry {
    grid-template-columns: 1fr;
  }

  .news-entry button {
    height: 210px;
  }

  .news-actions {
    grid-template-columns: 1fr;
  }

  .news-actions > a {
    margin-bottom: 86px;
  }

  .news-actions > a:last-child {
    margin-bottom: 0;
  }

  .archive-head {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .archive-list > a {
    padding-right: 4px;
    padding-left: 4px;
  }

  .archive-list em {
    display: none;
  }

  .news-footer nav a {
    padding: 9px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .news-sparks {
    display: none;
  }

  .news-hero-logo:before,
  .news-hero-logo:after,
  .news-hero-logo img {
    animation: none;
  }
}


.launch-announcement {
  margin: 22px 0 30px;
  padding: 26px 28px;
  border: 1px solid rgba(88, 140, 255, .28);
  background: linear-gradient(180deg, rgba(7,16,38,.95), rgba(4,9,24,.98));
  box-shadow: 0 18px 42px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.04);
  border-radius: 22px;
}
.launch-announcement-copy {
  max-width: 960px;
}
.launch-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #93beff;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.launch-announcement h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  text-shadow: 0 0 18px rgba(91, 154, 255, .25);
}
.launch-announcement p {
  margin: 0 0 12px;
  color: rgba(236,243,255,.92);
  line-height: 1.75;
  font-size: 16px;
}
.launch-announcement ul {
  margin: 0 0 14px 0;
  padding-left: 20px;
  color: rgba(236,243,255,.92);
}
.launch-announcement li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.launch-fire { color: #ffbf66; }
.launch-cta-text {
  font-weight: 700;
  color: #fff;
}
.launch-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}
.launch-download, .launch-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.launch-download {
  background: linear-gradient(180deg, #4a90ff, #295fce);
  color: #fff;
  box-shadow: 0 10px 22px rgba(41,95,206,.32);
}
.launch-link {
  border: 1px solid rgba(132,172,255,.28);
  color: #d8e5ff;
  background: rgba(255,255,255,.03);
}
.launch-download:hover, .launch-link:hover {
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .launch-announcement { padding: 22px 18px; }
  .launch-announcement p, .launch-announcement li { font-size: 15px; }
  .launch-buttons { flex-direction: column; }
  .launch-download, .launch-link { width: 100%; }
}
