@charset "UTF-8";
/*!
 * Selfmade Ninja Academy — styles entry
 *
 * PLAN.md §I.6 / MIGRATION.md §II.9
 *
 * ─── FOLDER RULE ──────────────────────────────────────────────────
 *   workspace/sass/** mirrors template/** exactly.
 *
 *   template/_master.php          → workspace/sass/_master.scss
 *   template/login.php            → workspace/sass/_login.scss
 *   template/<page>/<file>.php    → workspace/sass/<page>/_<file>.scss
 *   template/layout/<file>.php    → workspace/sass/layout/_<file>.scss   (nav/head/footer/sidebar/main)
 *   template/common/<file>.php    → workspace/sass/common/_<file>.scss   (cards, error, reusable partials)
 *
 *   The only non-mirror directory is `base/` — foundation tokens (vars/mixins/global reset).
 */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 *//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.order-last{
  order: 9999;
}
.float-start{
  float: inline-start;
}
.m-0{
  margin: 0px;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.me-4{
  margin-inline-end: 1rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.\!grid{
  display: grid !important;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-row{
  flex-direction: row;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.p-4{
  padding: 1rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.text-center{
  text-align: center;
}
.font-sans{
  font-family: Poppins, system-ui, sans-serif;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.text-sna-orange{
  --tw-text-opacity: 1;
  color: rgb(244 121 35 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html {
  font-size: 16px;
}

body.app-body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #ffffff;
  background-color: #0e0e10;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

a {
  color: #F47923;
  text-decoration: none;
}
a:hover, a:focus {
  color: #dd6718;
}

.app-body .dropdown-menu {
  background-color: #232328;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-radius: 12px;
  padding: 0.5rem 0;
}
.app-body .dropdown-item {
  color: rgba(255, 255, 255, 0.72);
  padding: 0.5rem 1rem;
}
.app-body .dropdown-item:hover, .app-body .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}
.app-body .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.06);
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmerSweep {
  from {
    background-position: -180% 0;
  }
  to {
    background-position: 180% 0;
  }
}
@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes dashReveal {
  from {
    opacity: 0;
    transform: translateY(-18px) scale(1.04);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes dashSectionIn {
  from {
    opacity: 0;
    transform: translateX(-12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes learnCardIn {
  from {
    opacity: 0;
    transform: perspective(900px) rotateX(14deg) translateY(26px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: perspective(900px) rotateX(0) translateY(0) scale(1);
  }
}
@keyframes lessonRowIn {
  from {
    opacity: 0;
    transform: translateX(22px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.skeleton-shimmer {
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0.04) 30%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 70%);
  background-size: 200% 100%;
  animation: shimmerSweep 1.4s ease-in-out infinite;
  border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
  .skeleton-shimmer {
    animation: none;
  }
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.app-shell {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
  background-color: #0e0e10;
}
@media (max-width: 991px) {
  .app-shell {
    grid-template-columns: 1fr;
  }
}
.app-shell--collapsed {
  grid-template-columns: 1fr;
}
.app-shell--cinema-ready {
  transition: background-color 0.32s ease;
}
.app-shell--cinema-ready .app-main,
.app-shell--cinema-ready .app-header {
  transition: background-color 0.32s ease, border-color 0.32s ease;
}
.app-shell--no-cinema [data-cinema-toggle] {
  display: none;
}
@media (max-width: 991px) {
  .app-shell .app-shell__column [data-cinema-toggle] {
    display: none;
  }
}
.app-shell--cinema {
  background-color: #060607;
}
.app-shell--cinema .app-main {
  background-color: #060607;
}
.app-shell--cinema .app-header {
  background-color: #060607;
  border-bottom-color: transparent;
}
.app-shell__column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.app-shell__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 80;
  opacity: 0;
  transition: opacity 0.25s ease;
}
@media (max-width: 991px) {
  .app-shell__overlay.is-open {
    display: block;
    opacity: 1;
  }
}
.app-shell--collapsed .app-shell__overlay.is-open {
  display: block;
  opacity: 1;
}

body.app-body--locked {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .app-shell--cinema-ready,
  .app-shell--cinema-ready .app-main,
  .app-shell--cinema-ready .app-header {
    transition: none;
  }
}
.login {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-color: #25292B;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.login .background-img {
  position: fixed;
  inset: 0;
  background-image: url("/assets/images/login-background.png");
  background-size: cover;
  background-position: center;
}
.login .background-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.login .col-lg-12 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.25rem 1.25rem;
}
.login .content-tab {
  position: relative;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.login .alert-box {
  width: auto;
  border: 1px solid #F47923;
  background: linear-gradient(93.05deg, rgba(151, 151, 151, 0.18) 0%, rgba(169, 169, 169, 0.46) 104.46%, #ffffff 104.46%);
}
@media (min-width: 576px) {
  .login .alert-box {
    padding: 1rem 3rem;
  }
}
.login .alert-box a {
  color: #F47923;
}
.login .alert-svg {
  margin-right: 2rem;
  display: none;
}
@media (min-width: 576px) {
  .login .alert-svg {
    display: block;
  }
}
.login .alert-text {
  font-size: 15px;
  font-weight: 400;
}
.login .sna-logo {
  width: 250px;
  max-width: 100%;
  margin: 3rem auto;
  z-index: 1;
}
.login .sna-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .login .sna-logo {
    width: 200px;
  }
}

.login_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff;
  transition: transform 2s ease-in-out;
}
@media (max-width: 767px) {
  .login_title {
    font-size: 1.6rem;
    line-height: 36px;
    text-align: center;
  }
}

.login_span {
  position: relative;
  display: inline-block;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.login_span.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.login_span.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}

.login-btn {
  background-color: rgba(244, 121, 35, 0.96);
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  padding: 1rem 3rem;
  margin: 2.5rem auto;
  font-weight: 600;
  border: 2px solid transparent;
  color: #ffffff;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.login-btn:hover, .login-btn:focus {
  background-color: transparent;
  border-color: #F47923;
  color: #F47923;
}
@media (max-width: 767px) {
  .login-btn {
    margin: 2rem auto;
    padding: 0.7rem 2rem;
    font-size: 1rem;
    width: auto;
  }
}

.login-devices {
  max-width: 34rem;
  margin: 1.25rem auto 0;
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(244, 121, 35, 0.35);
  border-radius: 12px;
  text-align: left;
}
.login-devices__hint, .login-devices__retry {
  margin: 0;
  font-size: 0.85rem;
  color: #d8d8d8;
}
.login-devices__retry {
  margin-top: 0.75rem;
}
.login-devices__done {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0 0 0.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #6ee7a8;
}
.login-devices__done i {
  flex: 0 0 auto;
}
.login-devices__list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.login-devices__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
}
.login-devices__row + .login-devices__row {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.login-devices__icon {
  flex: 0 0 auto;
  color: #F47923;
  font-size: 1rem;
}
.login-devices__meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.login-devices__name {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}
.login-devices__sub {
  color: #b5b5b5;
  font-size: 0.78rem;
}
.login-devices__form {
  margin: 0;
}
.login-devices__logout {
  background: none;
  border: 1px solid rgba(224, 86, 86, 0.6);
  border-radius: 6px;
  color: #e05656;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.login-devices__logout:hover {
  background-color: rgba(224, 86, 86, 0.15);
}

.login-ban {
  max-width: 34rem;
  margin: 1.25rem auto 0;
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(224, 86, 86, 0.4);
  border-radius: 12px;
  text-align: left;
}
.login-ban__rows {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.login-ban__row {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 0.15rem 0.75rem;
  align-items: baseline;
}
@media (max-width: 26rem) {
  .login-ban__row {
    grid-template-columns: 1fr;
  }
}
.login-ban__label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9a9aa4;
}
.login-ban__value {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #ffffff;
  word-break: break-word;
}
.login-ban__claim {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.55rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.login-ban__claim:hover, .login-ban__claim:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
}
.login-ban__support {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.login-ban__support-lead {
  margin: 0 0 0.6rem;
  font-size: 0.82rem;
  color: #d8d8d8;
}
.login-ban__support-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.25rem;
}
.login-ban__support-list li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
}
.login-ban__support-list i {
  flex: 0 0 auto;
  color: #F47923;
  font-size: 0.85rem;
}
.login-ban__support-list a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.25rem 0;
  word-break: break-word;
}
.login-ban__support-list a:hover, .login-ban__support-list a:focus-visible {
  text-decoration: underline;
}
.login-ban__terms {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
}
.login-ban__terms a {
  color: #F47923;
  text-decoration: none;
}
.login-ban__terms a:hover {
  text-decoration: underline;
}

.app-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #0e0e10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.app-header__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 2rem;
  min-height: 72px;
}
@media (max-width: 767px) {
  .app-header__inner {
    padding: 0.75rem 1rem;
    gap: 0.75rem;
  }
}
.app-header__menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-radius: 12px;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.app-header__menu-toggle:hover, .app-header__menu-toggle:focus {
  background-color: #232328;
  color: #ffffff;
  outline: none;
}
@media (max-width: 991px) {
  .app-header__menu-toggle {
    display: inline-flex;
  }
}
.app-shell--collapsed .app-header__menu-toggle {
  display: inline-flex;
}
.app-header__search {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  max-width: 50rem;
}
@media (max-width: 767px) {
  .app-header__search {
    max-width: none;
  }
}
.app-header__search-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  font-size: 0.95rem;
}
.app-header__search-input {
  width: 100%;
  height: 44px;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  color: #ffffff;
  padding: 0 9.5rem 0 calc(1rem + 1.25rem);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.app-header__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.app-header__search-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.app-header__search-input:focus {
  border-color: rgba(244, 121, 35, 0.45);
  box-shadow: 0 0 0 3px rgba(244, 121, 35, 0.12);
}
@media (max-width: 767px) {
  .app-header__search-input {
    padding-right: 1rem;
  }
}
.app-header__search-powered {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.18s ease;
  text-shadow: 0 0 6px rgba(244, 121, 35, 0.45), 0 0 12px rgba(244, 121, 35, 0.25);
  animation: powered-glow 6s linear infinite;
  display: inline-grid;
  align-items: center;
  justify-items: end;
}
.app-header__search-powered:hover, .app-header__search-powered:focus-visible {
  color: #ffffff;
}
@media (max-width: 767px) {
  .app-header__search-powered {
    display: none;
  }
}
.app-header__search-powered-label {
  grid-area: 1/1;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(0.7em);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.app-header__search-powered-label.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  .app-header__search-powered-label {
    transition: opacity 0.2s ease;
    transform: none;
  }
}
.app-header__search-progress {
  --nav-progress: 0%;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 3px;
  border-radius: 2px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, #f47923 0%, #ffffff 25%, #ff2d2d 50%, #000000 75%, #f47923 100%);
  background-size: 200% 100%;
  animation: nav-loader-sweep 5s linear infinite;
  clip-path: inset(0 calc(100% - var(--nav-progress)) 0 0);
  transition: clip-path 0.18s ease, opacity 0.25s ease;
}
.app-header__search.is-navigating .app-header__search-progress {
  opacity: 1;
}
.app-header__search-hint {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 calc(1rem + 1.25rem);
  border-radius: 12px;
  background-color: #1c1c20;
  border: 1px solid rgba(244, 121, 35, 0.45);
  box-shadow: 0 0 0 3px rgba(244, 121, 35, 0.1);
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.2;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.app-header__search-hint[hidden] {
  display: none;
}
.app-header__search-hint i {
  flex: 0 0 auto;
  color: #f47923;
  font-size: 1rem;
  text-shadow: 0 0 8px rgba(244, 121, 35, 0.5);
}
.app-header__search-hint span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-header__search-hint strong {
  color: #f47923;
  font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
  .app-header__search-hint {
    transition: opacity 0.2s ease;
    transform: none;
  }
}
.app-header__search.is-hinting .app-header__search-hint {
  opacity: 1;
  transform: translateY(0);
}
.app-header__search.is-locked .app-header__search-input {
  cursor: not-allowed;
}
.app-header__search.is-locked .app-header__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.app-header__search.is-locked .app-header__search-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.app-header__search-results {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 60;
  max-height: min(70vh, 30rem);
  overflow-y: auto;
  padding: 0.5rem;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
  animation: search-panel-in 0.18s ease both;
}
.app-header__search-results[hidden] {
  display: none;
}
.app-header__search-results {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}
.app-header__search-results::-webkit-scrollbar {
  width: 8px;
}
.app-header__search-results::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}
.app-header__search-results-head {
  padding: 0.5rem 0.75rem 0.25rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.app-header__search-result {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  transform: translateY(6px);
  animation: search-result-in 0.32s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: calc(var(--i, 0) * 45ms + 40ms);
  transition: background-color 0.15s ease;
}
.app-header__search-result:hover, .app-header__search-result.is-active {
  background-color: #232328;
  color: #ffffff;
}
.app-header__search-result.is-active .app-header__search-result-go {
  color: #F47923;
  transform: translateX(2px);
}
.app-header__search-result-thumb {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #232328;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 1.1rem;
}
.app-header__search-result-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-header__search-result-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.app-header__search-result-title {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-header__search-result-mark {
  background: transparent;
  color: #F47923;
  font-weight: 700;
  padding: 0;
}
.app-header__search-result-tag {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-header__search-result-go {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 1rem;
  transition: color 0.15s ease, transform 0.15s ease;
}
.app-header__search-empty {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
}
.app-header__search-empty i {
  font-size: 1rem;
  opacity: 0.7;
}
.app-header__search.is-loading .app-header__search-input {
  background-image: linear-gradient(90deg, transparent 0%, rgba(244, 121, 35, 0.1) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: search-shimmer 0.9s linear infinite;
}
.app-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .app-header__actions {
    gap: 0.5rem;
  }
}
.app-header__cinema {
  display: none;
  align-items: center;
  gap: 0.5rem;
  height: 40px;
  padding: 0 1rem;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.app-header__cinema i {
  font-size: 0.95rem;
  line-height: 1;
}
.app-header__cinema:hover, .app-header__cinema:focus-visible {
  background-color: #232328;
  border-color: #F47923;
  color: #ffffff;
  outline: none;
}
.app-header__cinema:hover i, .app-header__cinema:focus-visible i {
  color: #F47923;
}
@media (max-width: 767px) {
  .app-header__cinema {
    padding: 0;
    width: 40px;
    justify-content: center;
  }
  .app-header__cinema span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.app-shell--cinema .app-header__cinema {
  display: inline-flex;
}
.app-shell--cinema .app-header__search,
.app-shell--cinema .app-header .labs-menu {
  display: none;
}
.app-shell--cinema .app-header__profile-meta {
  display: none;
}
.app-shell--cinema .app-header__sub-chip {
  display: none;
}
.app-shell--cinema .app-header__search.is-hinting {
  display: block;
}
.app-header__profile-sub {
  padding: 0.5rem 0.75rem 0;
}
.app-header__profile-sub:empty {
  display: none;
}

.app-shell--cinema .app-header__profile-sub .app-header__sub-chip {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.app-header__sub-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 40px;
  padding: 0 1rem;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.app-header__sub-chip i {
  color: #F47923;
  font-size: 0.9rem;
}
.app-header__sub-chip:hover, .app-header__sub-chip:focus {
  background-color: #232328;
  color: #ffffff;
}
.app-header__sub-chip-label {
  font-variant-numeric: tabular-nums;
}
.app-header__sub-chip.is-urgent {
  border-color: rgba(244, 166, 35, 0.35);
  background-color: rgba(244, 166, 35, 0.08);
  color: #f4a623;
}
.app-header__sub-chip.is-urgent i {
  color: #f4a623;
}
.app-header__sub-chip.is-ended {
  border-color: rgba(244, 121, 35, 0.35);
  background-color: rgba(244, 121, 35, 0.15);
  color: #F47923;
}
.app-header__sub-chip.is-ended i {
  color: #F47923;
}
@media (max-width: 767px) {
  .app-header__sub-chip {
    display: none;
  }
}
.app-header__cta {
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 0.75rem;
  background: linear-gradient(135deg, #ff944d 0%, #F47923 55%, #dd6718 100%);
  color: #ffffff;
  border-radius: 12px;
  padding: 0 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
  white-space: nowrap;
  transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.app-header__cta:hover, .app-header__cta:focus {
  color: #ffffff;
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 10px 28px rgba(244, 121, 35, 0.45);
}
@media (max-width: 767px) {
  .app-header__cta {
    display: none;
  }
}
.app-header__icon-btn {
  position: relative;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.app-header__icon-btn:hover, .app-header__icon-btn:focus {
  background-color: #232328;
  color: #ffffff;
}
.app-header__refresh {
  text-decoration: none;
}
.app-header__refresh i {
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.app-header__refresh:hover i {
  transform: rotate(180deg);
}
.app-header__refresh:active i {
  animation: app-header-refresh-spin 0.7s linear infinite;
}
.app-header__notification-dot {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F47923;
  border: 2px solid #0e0e10;
}
.app-header__profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 0.18s ease;
}
.app-header__profile-btn::after {
  display: none;
}
.app-header__profile-btn:hover, .app-header__profile-btn:focus {
  background-color: rgba(255, 255, 255, 0.04);
}
.app-header__profile-meta {
  display: flex;
  flex-direction: column;
  text-align: right;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .app-header__profile-meta {
    display: none;
  }
}
.app-header__profile-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
}
.app-header__profile-role {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}
.app-header__profile-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0e0e10;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.app-header__profile-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-header__profile-info {
  padding: 0.5rem 1rem;
}
.app-header__profile-info-name {
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}
.app-header__profile-info-email {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.labs-menu {
  position: relative;
  margin-right: 0.75rem;
}
@media (max-width: 767px) {
  .labs-menu {
    display: none;
  }
}
.labs-menu__trigger {
  margin-right: 0;
}
.labs-menu__caret {
  font-size: 0.7rem;
  transition: transform 0.25s ease;
}
.labs-menu:hover .labs-menu__caret, .labs-menu:focus-within .labs-menu__caret {
  transform: rotate(180deg);
}
.labs-menu__panel {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
}
.labs-menu:hover .labs-menu__panel, .labs-menu:focus-within .labs-menu__panel {
  visibility: visible;
  pointer-events: auto;
}
.labs-menu__item {
  display: block;
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px) scale(0.92);
  transition: opacity 0.26s ease, transform 0.34s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.labs-menu__item:nth-child(1) {
  transition-delay: 0.22s;
}
.labs-menu__item:nth-child(2) {
  transition-delay: 0.165s;
}
.labs-menu__item:nth-child(3) {
  transition-delay: 0.11s;
}
.labs-menu__item:nth-child(4) {
  transition-delay: 0.055s;
}
.labs-menu__item:nth-child(5) {
  transition-delay: 0s;
}
.labs-menu__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 0 1.25rem;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  corner-shape: squircle;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  transition: all 0.18s cubic-bezier(0.7, -0.35, 0.27, 1.55);
}
.labs-menu__item:hover span, .labs-menu__item:focus-visible span {
  color: #fff;
  background: linear-gradient(135deg, #ff944d 0%, #F47923 55%, #dd6718 100%);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.85) inset;
  animation: labs-squish 0.12s 1 ease-in forwards;
}
.labs-menu:hover .labs-menu__item, .labs-menu:focus-within .labs-menu__item {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.labs-menu:hover .labs-menu__item:nth-child(1), .labs-menu:focus-within .labs-menu__item:nth-child(1) {
  transition-delay: 0s;
}
.labs-menu:hover .labs-menu__item:nth-child(2), .labs-menu:focus-within .labs-menu__item:nth-child(2) {
  transition-delay: 0.055s;
}
.labs-menu:hover .labs-menu__item:nth-child(3), .labs-menu:focus-within .labs-menu__item:nth-child(3) {
  transition-delay: 0.11s;
}
.labs-menu:hover .labs-menu__item:nth-child(4), .labs-menu:focus-within .labs-menu__item:nth-child(4) {
  transition-delay: 0.165s;
}
.labs-menu:hover .labs-menu__item:nth-child(5), .labs-menu:focus-within .labs-menu__item:nth-child(5) {
  transition-delay: 0.22s;
}

@keyframes labs-squish {
  0% {
    transform: scale(1.15, 0.62) rotate(-4deg);
  }
  100% {
    transform: scale(1, 1) rotate(-3deg);
  }
}
@keyframes nav-loader-sweep {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}
@keyframes powered-glow {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
@keyframes search-panel-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes search-result-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes search-shimmer {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .labs-menu__item {
    transition: opacity 0.2s ease;
    transform: none;
  }
  .labs-menu__item:hover span, .labs-menu__item:focus-visible span {
    animation: none;
  }
  .app-header__search-progress {
    animation: none;
  }
  .app-header__search-powered {
    animation: none;
  }
  .app-header__search-results,
  .app-header__search-result {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .app-header__search.is-loading .app-header__search-input {
    animation: none;
    background-image: none;
  }
}
@keyframes app-header-refresh-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .app-header__refresh i {
    transition: none;
  }
  .app-header__refresh:active i {
    animation: none;
  }
}
@keyframes notifyPanelIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.app-notify {
  position: relative;
  display: inline-flex;
}
.app-notify__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background-color: #F47923;
  color: #fff;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  border: 2px solid #0e0e10;
  display: none;
}
.app-notify__badge.is-visible {
  display: block;
}
.app-notify__trigger[aria-expanded=true] {
  background-color: #232328;
  color: #ffffff;
}
.app-notify__panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 400px;
  max-width: calc(100vw - 2rem);
  background-color: rgba(23, 23, 27, 0.72);
  background-image: linear-gradient(90deg, transparent 0%, rgba(244, 121, 35, 0.1) 15%, rgba(244, 121, 35, 0.5) 30%, #F47923 50%, rgba(244, 121, 35, 0.5) 70%, rgba(244, 121, 35, 0.1) 85%, transparent 100%);
  background-size: 42% 2px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  backdrop-filter: blur(24px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.66), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  z-index: 1200;
  overflow: hidden;
  transform-origin: top right;
  animation: notifyPanelIn 0.2s cubic-bezier(0.2, 0.8, 0.3, 1) both;
}
.app-notify__panel[hidden] {
  display: none;
}
.app-notify__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.app-notify__head-titles {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.app-notify__title {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.app-notify__subtitle {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.68);
}
.app-notify__head-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.app-notify__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 9px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9375rem;
  cursor: pointer;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.app-notify__icon-btn:hover, .app-notify__icon-btn:focus-visible {
  color: #F47923;
  background-color: rgba(244, 121, 35, 0.1);
  border-color: rgba(244, 121, 35, 0.28);
}
.app-notify__icon-btn[hidden] {
  display: none;
}
.app-notify__list {
  max-height: 60vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.app-notify__group {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0.5rem 1rem 0.25rem;
  background: rgba(23, 23, 27, 0.82);
  backdrop-filter: blur(14px) saturate(140%);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.app-notify__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  width: 100%;
  padding: 0.75rem 1rem;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.app-notify__item:last-child {
  border-bottom: 0;
}
.app-notify__item:hover, .app-notify__item:focus-visible {
  background-color: rgba(255, 255, 255, 0.055);
}
.app-notify__item.is-unread {
  box-shadow: inset 2px 0 0 rgba(244, 121, 35, 0.75);
  background-color: rgba(244, 121, 35, 0.08);
}
.app-notify__item.is-unread .app-notify__subject {
  color: #fff;
}
.app-notify__item.is-success .app-notify__icon {
  color: #34d399;
  background-color: rgba(52, 211, 153, 0.12);
}
.app-notify__item.is-warning .app-notify__icon {
  color: #fbbf24;
  background-color: rgba(251, 191, 36, 0.12);
}
.app-notify__item.is-danger .app-notify__icon {
  color: #f87171;
  background-color: rgba(248, 113, 113, 0.12);
}
.app-notify__item.is-info .app-notify__icon {
  color: #F47923;
  background-color: rgba(244, 121, 35, 0.15);
}
.app-notify__icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  background-color: rgba(244, 121, 35, 0.15);
  color: #F47923;
  font-size: 0.875rem;
}
.app-notify__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}
.app-notify__kind {
  font-size: 0.5875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.app-notify__program {
  display: inline-block;
  margin-top: 3px;
  padding: 2px 7px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.68);
}
.app-notify__body {
  flex: 1 1 auto;
  min-width: 0;
}
.app-notify__subject {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
}
.app-notify__message {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
  margin: 2px 0 0;
}
.app-notify__time {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.45);
}
.app-notify__dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #F47923;
  margin-top: 6px;
}
.app-notify__state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2.5rem 1rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}
.app-notify__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.06);
  border-top-color: #F47923;
  border-radius: 50%;
  animation: app-notify-spin 0.7s linear infinite;
}
@media (max-width: 575px) {
  .app-notify {
    position: static;
  }
  .app-notify__panel {
    position: fixed;
    top: calc(72px - 0.5rem);
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
  }
}

@keyframes app-notify-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .app-notify__panel {
    animation: none;
  }
  .app-notify__spinner {
    animation-duration: 2s;
  }
}
.notify-message {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.notify-message[hidden] {
  display: none;
}
.notify-message__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}
.notify-message__dialog {
  position: relative;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 2.5rem);
  max-height: calc(100dvh - 2.5rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: rgba(23, 23, 27, 0.82);
  background-image: linear-gradient(90deg, transparent 0%, rgba(244, 121, 35, 0.1) 15%, rgba(244, 121, 35, 0.5) 30%, #F47923 50%, rgba(244, 121, 35, 0.5) 70%, rgba(244, 121, 35, 0.1) 85%, transparent 100%);
  background-size: 42% 2px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  backdrop-filter: blur(24px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.66), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  animation: notifyDialogIn 0.32s cubic-bezier(0.2, 0.8, 0.3, 1) both;
}
.notify-message__head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.25rem 1.25rem 0.75rem;
}
.notify-message__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  background-color: rgba(244, 121, 35, 0.15);
  color: #F47923;
}
.notify-message__icon.is-success {
  color: #34d399;
  background-color: rgba(52, 211, 153, 0.12);
}
.notify-message__icon.is-warning {
  color: #fbbf24;
  background-color: rgba(251, 191, 36, 0.12);
}
.notify-message__icon.is-danger {
  color: #f87171;
  background-color: rgba(248, 113, 113, 0.12);
}
.notify-message__icon.is-info {
  color: #F47923;
  background-color: rgba(244, 121, 35, 0.15);
}
.notify-message__heading {
  flex: 1 1 auto;
  min-width: 0;
}
.notify-message__kind {
  display: block;
  font-size: 0.5875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.notify-message__title {
  margin: 2px 0 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  overflow-wrap: anywhere;
}
.notify-message__close {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 9px;
  background: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.notify-message__close:hover, .notify-message__close:focus-visible {
  color: #F47923;
  background-color: rgba(244, 121, 35, 0.1);
  border-color: rgba(244, 121, 35, 0.28);
}
.notify-message__body {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0 1.25rem 1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}
.notify-message__body::-webkit-scrollbar {
  width: 6px;
}
.notify-message__body::-webkit-scrollbar-track {
  background: transparent;
}
.notify-message__body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.16);
}
.notify-message__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.notify-message__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
}
.notify-message__program {
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.05);
}
.notify-message__program[hidden] {
  display: none;
}
.notify-message__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.notify-message__btn {
  flex: 1 1 auto;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.notify-message__btn[hidden] {
  display: none;
}
.notify-message__btn--primary {
  background: linear-gradient(135deg, #F47923 0%, #ff9544 100%);
  color: #14100a;
}
.notify-message__btn--primary:hover, .notify-message__btn--primary:focus-visible {
  filter: brightness(1.08);
  color: #14100a;
}
.notify-message__btn--ghost {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}
.notify-message__btn--ghost:hover, .notify-message__btn--ghost:focus-visible {
  background-color: rgba(255, 255, 255, 0.09);
  color: #fff;
}
@media (max-width: 575px) {
  .notify-message {
    padding: 0.75rem;
  }
  .notify-message__head {
    padding: 1rem 1rem 0.75rem;
  }
  .notify-message__body {
    padding: 0 1rem 1rem;
  }
  .notify-message__foot {
    padding: 0.75rem 1rem 1rem;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .app-notify__panel,
  .app-notify__group,
  .notify-message__dialog {
    background-color: #1c1c20;
  }
  .notify-message__scrim {
    background: rgba(0, 0, 0, 0.85);
  }
}
@media (prefers-reduced-motion: reduce) {
  .notify-message__dialog {
    animation: none;
  }
}
/* ==========================================================================
   SALE OFFER BAR  —  template/layout/_offer-bar.php

   The strip above the header, and the popup that goes with it.

   Self-contained: it is appended to the deployed styles.css as one block (this
   repo has no node_modules, so the whole file cannot be safely recompiled), so
   it must not depend on variables declared elsewhere. Colours are literal.
   ========================================================================== */
.sna-offer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 44px 10px 20px; /* right padding clears the close button */
  /* Dark, with the light gathering in the middle where the copy is. The
     reference runs black-to-blue; this runs black-to-ember so the strip reads
     as part of this site rather than as an advert pasted onto it. */
  background: radial-gradient(120% 180% at 50% 120%, rgba(249, 115, 22, 0.38) 0%, rgba(249, 115, 22, 0) 62%), linear-gradient(90deg, #050506 0%, #101014 28%, #16161c 50%, #101014 72%, #050506 100%);
  border-bottom: 1px solid rgba(249, 115, 22, 0.22);
  color: #f5f5f6;
  /* ABOVE the sticky header's 9999, because the bar sits above it in the flow
     and its ember glow bleeds upward into the header's own shadow. Without
     this the glow is clipped by the header and the strip gets a hard seam. */
  position: relative;
  z-index: 10000;
}

.sna-offer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.sna-offer__copy {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

/* The number is the message. Everything else on the strip is support for it. */
.sna-offer__percent {
  font-weight: 800;
  color: #fb923c;
  text-shadow: 0 0 18px rgba(249, 115, 22, 0.45);
}

.sna-offer__title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #e9e9ee;
}

/* The way to the offers the strip has no room to name. Quiet on purpose: it
   sits inside the sentence, and a second solid button beside the real CTA would
   compete with the thing the bar exists to get pressed. */
.sna-offer__more {
  margin-left: 8px;
  padding: 2px 8px;
  border: 1px solid rgba(249, 115, 22, 0.45);
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.12);
  color: #fb923c;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.sna-offer__more:hover, .sna-offer__more:focus-visible {
  background: rgba(249, 115, 22, 0.24);
  color: #ffd6b0;
}
.sna-offer__more:focus-visible {
  outline: 2px solid rgba(249, 115, 22, 0.85);
  outline-offset: 2px;
}

.sna-offer__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f97316 0%, #ff9544 100%);
  color: #170d03;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
  transition: filter 0.18s ease, transform 0.18s ease;
}
.sna-offer__cta:hover, .sna-offer__cta:focus-visible {
  filter: brightness(1.07);
  transform: translateY(-1px);
  color: #170d03;
  text-decoration: none;
}

/* ---- the clock ----------------------------------------------------------- */
.sna-offer__clock {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  color: #fff;
  /* Tabular figures, and this is not cosmetic: without them the strip's width
     shifts every single second as the digits change, and on a centred layout
     that means the whole bar twitches once a second, forever. */
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.sna-offer__clock i {
  font-style: normal;
  font-size: 17px;
  line-height: 1.05;
  color: rgba(255, 255, 255, 0.35);
}

.sna-offer__unit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 26px;
}
.sna-offer__unit b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
}
.sna-offer__unit small {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.5);
}

.sna-offer__close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}
.sna-offer__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.sna-offer__close:focus-visible {
  outline: 2px solid rgba(249, 115, 22, 0.85);
  outline-offset: 2px;
  border-radius: 8px;
}

/* On a phone the strip stacks: copy on one line, then the button and the clock
   side by side. Hiding the countdown would be the easy answer and the wrong
   one — the timer is the reason the bar works. */
@media (max-width: 767.98px) {
  .sna-offer {
    padding: 9px 38px 9px 12px;
  }
  .sna-offer__inner {
    gap: 6px 12px;
  }
  .sna-offer__copy {
    flex: 1 0 100%;
    text-align: center;
    font-size: 13px;
  }
  .sna-offer__cta {
    padding: 6px 13px;
    font-size: 12.5px;
  }
  .sna-offer__unit {
    min-width: 22px;
  }
  .sna-offer__unit b {
    font-size: 17px;
  }
  .sna-offer__unit small {
    font-size: 8.5px;
  }
}
/* ---- the digits ----------------------------------------------------------

   A value leaves upward and its replacement arrives from below, like a split-
   flap board. Two layers, because a single element cannot be in both places:
   the JS stacks an outgoing span on an incoming one and removes the loser.

   The clipping window is the `b`. Without a definite height and overflow the
   two layers would simply both be visible, mid-slide, forever. */
.sna-offer__unit b {
  position: relative;
  display: block;
  overflow: hidden;
  /* em, not px: the strip sets these at 20px and the popup at 26px, and the
     window has to track whichever it is. Slightly over 1 so descenders and
     the odd tall glyph are not shaved. */
  height: 1.08em;
  line-height: 1.08;
}

.sna-offer__roll {
  display: block;
  will-change: transform;
}

/* Absolute so the two occupy the same line while they cross, rather than the
   outgoing one briefly doubling the height of the clock. */
.sna-offer__roll.is-out {
  position: absolute;
  inset: 0;
  animation: sna-offer-roll-out 0.2s ease-in both;
}

/* HANDED OVER, NOT CROSSED. The delay is the fix, not a flourish.
   Running both at once meant they travelled through the same clipping window
   together — measured mid-swap, the old value sat at -15px on 0.33 opacity
   while the new one was at +7px on 0.67, i.e. two digits legibly printed over
   each other every single second. The leaver is gone before the arrival is
   anywhere near the window. */
.sna-offer__roll.is-in {
  animation: sna-offer-roll-in 0.34s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}

/* ---- the popup ----------------------------------------------------------- */
/* Sized by what it says. An offer is one sentence, one clock and one button —
   sometimes three words, sometimes three lines — so the card measures its own
   content instead of sitting in a fixed column that a short offer leaves half
   empty and a long one crams. */
.sna-offer-modal {
  position: fixed;
  inset: 0;
  z-index: 20000; /* above the bar (10000) and the header (9999) */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(9px);
}
.sna-offer-modal[hidden] {
  display: none;
}
.sna-offer-modal {
  /* The dialog takes focus on open so the reader lands inside it. It is a
     container, not a control — the card appearing IS the affordance, and a
     ring around the whole overlay would be meaningless. Suppressed here and
     ONLY here: every real control inside keeps its own focus-visible ring. */
}
.sna-offer-modal:focus, .sna-offer-modal:focus-visible {
  outline: none;
}
.sna-offer-modal {
  /* The site's glass, token for token with the notification panel and the app
     launcher — same 0.72 tint, same frost, same gradient glow along the top
     edge. This card used to be an opaque slab, which made it the one dialog
     on either site built from a different material.

     The ember radial sits UNDER the glow line: both are background-image
     layers on one element, and the first listed paints on top. */
}
.sna-offer-modal__card {
  position: relative;
  /* A DEFINITE width, not one derived from the content.
     This card used to size to `max-content`, which hugged the longest
     line it contained. That cannot coexist with centred content: a box
     exactly as wide as its widest line has nothing to centre anything
     within, so every line would sit flush anyway and the centring would
     be invisible. A fixed measure is what makes the alignment read.
     `min(…, 100%)` keeps it inside whatever width the overlay's own
     padding leaves on a narrow screen. */
  width: 100%;
  max-width: min(640px, 100%);
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #26262b;
  /* Glassier than the site's standard 0.72 panel, deliberately: this one
     sits over a course page rather than over the flat page background, so
     there is real content behind it for the blur to work on. The heavier
     blur is what buys the transparency — at 30px the backdrop is smeared
     far past legibility, so letting more of it through costs no contrast. */
  background-color: rgba(23, 23, 27, 0.58);
  /* One neutral highlight along the top edge and nothing else. The ember
     wash that used to sit under this made the card read as a coloured
     panel rather than as glass — you saw orange, not through it. All the
     colour on the card now comes from its content: the percentage and the
     button. This is just the light catching the top edge. */
  background-image: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 18%, rgba(255, 255, 255, 0.42) 50%, rgba(255, 255, 255, 0.06) 82%, transparent 100%);
  background-size: 56% 1px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  backdrop-filter: blur(30px) saturate(165%);
  /* Transparency costs a card its edge definition; the shadow puts it
     back, or the dialog reads as part of the page behind it. */
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  animation: sna-offer-pop 0.44s cubic-bezier(0.16, 1, 0.3, 1) both;
  /* Depth, with no hue. Two very faint WHITE lights drifting behind the
     copy on a slow 22s cycle — enough that the surface is not perfectly
     flat, not enough to tint it. This replaced an orange-and-violet
     aurora that was doing the same job far too loudly: it painted the
     card instead of lighting it. */
}
.sna-offer-modal__card::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(38% 44% at 30% 34%, rgba(255, 255, 255, 0.055) 0%, transparent 70%), radial-gradient(34% 40% at 72% 62%, rgba(255, 255, 255, 0.035) 0%, transparent 70%);
  animation: sna-offer-aurora 22s ease-in-out infinite alternate;
}
.sna-offer-modal__card {
  /* A single specular line travelling down the glass, once, as the card
     lands. It is what makes the surface read as glass rather than as a
     dark rectangle — and it happens once, so it cannot become wallpaper. */
}
.sna-offer-modal__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(160deg, transparent 30%, rgba(255, 255, 255, 0.07) 45%, transparent 60%);
  transform: translateY(-100%);
  animation: sna-offer-sheen 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.28s both;
}
.sna-offer-modal {
  /* Everything readable sits above the aurora. */
}
.sna-offer-modal__viewport, .sna-offer-modal__dots {
  position: relative;
  z-index: 1;
}
.sna-offer-modal__body {
  padding: 30px 28px;
  /* Centres the headline and the lede outright, and the CTA with them:
     it is inline-flex, so it is an inline-level box and this aligns it
     too — no `margin: 0 auto` needed. The clock is a flex container and
     has to be told separately, below. */
  text-align: center;
}
.sna-offer-modal {
  /* One sentence. The percentage is emphasised INSIDE it rather than lifted
     out above it — a number on its own line turns the card into a price tag. */
}
.sna-offer-modal__headline {
  margin: 0;
  /* Clears the close button on the right — and the SAME amount on the
     left, which is the part that matters now. Centred text centres inside
     the content box, so clearance on one side only would pull every
     headline 22px off-centre while looking like a centring bug. */
  padding-left: 44px;
  padding-right: 44px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-transform: uppercase;
}
.sna-offer-modal__percent {
  color: #fb923c;
  text-shadow: 0 0 22px rgba(249, 115, 22, 0.5);
}
.sna-offer-modal__lede {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #e7e7ee;
  /* Newlines the operator typed are honoured; a sale blurb is routinely
     two short lines. */
  white-space: pre-line;
}
.sna-offer-modal {
  /* Block-level, so the button below starts on its own line. As inline-flex
     the two sat side by side and the button crowded the "sec" label — the
     reference stacks them, and so should this. */
}
.sna-offer-modal__clock {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  color: #fff;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.sna-offer-modal__clock i {
  font-style: normal;
  font-size: 20px;
  line-height: 1.05;
  color: rgba(255, 255, 255, 0.3);
}
.sna-offer-modal__clock .sna-offer__unit {
  min-width: 32px;
}
.sna-offer-modal__clock .sna-offer__unit b {
  font-size: 26px;
  display: inline-block;
}
.sna-offer-modal__clock .sna-offer__unit small {
  font-size: 10px;
}
.sna-offer-modal {
  /* Both cases now share one measure, so a single offer and four are the
     same shape. Kept as its own rule only because the phone override below
     still needs a hook. */
}
.sna-offer-modal__card.is-multi {
  width: 100%;
  max-width: min(640px, 100%);
}
.sna-offer-modal {
  /* The viewport clips, the track slides. */
}
.sna-offer-modal__viewport {
  overflow: hidden;
  /* The card already clips to its own radius, but a transformed child can
     still paint over a rounded corner during the slide on some engines. */
  border-radius: inherit;
}
.sna-offer-modal {
  /* A STACK, not a strip.
     This was a flex row translated sideways, which made the wrap visible: the
     track had to travel back across every slide to reach the first one, so
     the last-to-first step was a long rewind while every other step was a
     short nudge. Stacking them means each change is the same movement
     whichever slide follows whichever — the loop has no seam to see.

     Grid with every child in one cell keeps the height behaviour that flex
     `stretch` gave: the container is as tall as the tallest slide, so the
     card does not resize as offers of different lengths come round. */
}
.sna-offer-modal__track {
  display: grid;
  grid-template-areas: "slide";
  align-items: stretch;
}
.sna-offer-modal__slide {
  grid-area: slide;
  width: 100%;
  min-width: 0;
  /* Three states, and the direction is always the same: the next offer
     comes in from the right, the old one leaves to the left. Consistent
     direction is what makes the wrap invisible — going from the last
     offer back to the first looks exactly like every other advance. */
  opacity: 0;
  transform: translateX(26px);
  transition: opacity 0.34s ease, transform 0.44s cubic-bezier(0.16, 1, 0.3, 1);
}
.sna-offer-modal__slide.is-leaving {
  opacity: 0;
  transform: translateX(-26px);
}
.sna-offer-modal__slide.is-active {
  opacity: 1;
  transform: translateX(0);
}
.sna-offer-modal__slide {
  /* The offer assembles itself rather than arriving as a finished block.
     Keyed off aria-hidden, which goTo() already maintains — so the reveal
     replays for every offer as it comes round, not just the first. A CSS
     animation restarts whenever an element newly matches its selector,
     which is exactly what the false -> true -> false flip does. */
}
.sna-offer-modal__slide[aria-hidden=false] .sna-offer-modal__headline {
  animation: sna-offer-rise 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.04s both;
}
.sna-offer-modal__slide[aria-hidden=false] .sna-offer-modal__lede {
  animation: sna-offer-rise 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.11s both;
}
.sna-offer-modal__slide[aria-hidden=false] .sna-offer-modal__clock {
  animation: sna-offer-rise 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}
.sna-offer-modal__slide[aria-hidden=false] .sna-offer-modal__cta {
  animation: sna-offer-rise 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
}
.sna-offer-modal__slide {
  /* Nothing off-screen is reachable by tab. Without this the keyboard
     walks into the buttons of three offers nobody can see.

     The DELAY is the whole trick: aria-hidden flips the instant goTo runs,
     so hiding immediately would make the outgoing offer blink out of
     existence instead of sliding away. Holding visibility until the
     transform has finished lets it leave properly and only then drops it
     out of the tab order. */
  /* Stacked slides all sit in the same cell, so an inactive one would
     otherwise take clicks and tab stops for a card nobody can see. The
     DELAY lets the outgoing offer finish leaving before it is dropped —
     aria-hidden flips the instant goTo runs, and hiding immediately made
     it blink out instead of sliding away. */
}
.sna-offer-modal__slide[aria-hidden=true] {
  visibility: hidden;
  transition: opacity 0.34s ease, transform 0.44s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.44s;
}
.sna-offer-modal__slide[aria-hidden=false] {
  visibility: visible;
  transition: opacity 0.34s ease 0.06s, transform 0.44s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s;
}
.sna-offer-modal {
  /* Dots — the required way to take control of content that moves on its own,
     not decoration. Anything auto-advancing for longer than five seconds has
     to offer a way to stop it. */
}
.sna-offer-modal__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 0 18px;
}
.sna-offer-modal__dot {
  position: relative;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  overflow: hidden;
  cursor: pointer;
  transition: background 0.25s ease, width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.sna-offer-modal__dot:hover {
  background: rgba(255, 255, 255, 0.45);
}
.sna-offer-modal__dot:focus-visible {
  outline: 2px solid rgba(249, 115, 22, 0.85);
  outline-offset: 3px;
}
.sna-offer-modal__dot {
  /* The active one lengthens rather than merely brightening: a size
     difference survives being looked at out of the corner of an eye, and
     it does not depend on colour. */
}
.sna-offer-modal__dot.is-active {
  width: 26px;
  background: rgba(249, 115, 22, 0.28);
}
.sna-offer-modal__dot {
  /* DWELL METER. The active dot fills across the six seconds it has, so
     the rotation is something you can see coming instead of something
     that happens to you. It is also the honest readout of the pause:
     hovering the card freezes the fill exactly where it stands. */
}
.sna-offer-modal__dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #f97316;
  transform: scaleX(0);
  transform-origin: left center;
}
.sna-offer-modal__dot.is-active::after {
  animation: sna-offer-dwell var(--offer-dwell, 6s) linear both;
}
.sna-offer-modal {
  /* Paused by a pointer resting on the card, or by focus inside it. The
     meter has to agree with the timer or it is lying about what happens next. */
}
.sna-offer-modal__card.is-paused .sna-offer-modal__dot::after {
  animation-play-state: paused;
}
.sna-offer-modal {
  /* The reader picked a slide, so nothing is coming. An empty track would
     imply a countdown that never arrives; a full one says "this one stays". */
}
.sna-offer-modal__card.is-manual .sna-offer-modal__dot.is-active::after {
  animation: none;
  transform: scaleX(1);
}
.sna-offer-modal__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  padding: 11px 22px;
  border-radius: 9px;
  background: linear-gradient(135deg, #f97316 0%, #ff9544 100%);
  color: #170d03;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(249, 115, 22, 0.4);
  transition: box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), filter 0.18s ease;
  /* A slow specular pass over the button — the one element on the card
     that is asking to be pressed, so it is the one worth catching an eye.
     `left` rather than a transform so it cannot fight the hover lift. */
}
.sna-offer-modal__cta::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 45%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  animation: sna-offer-shimmer 3.6s ease-in-out 1.2s infinite;
}
.sna-offer-modal__cta:hover, .sna-offer-modal__cta:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 14px 34px rgba(249, 115, 22, 0.5);
  color: #170d03;
  text-decoration: none;
}
.sna-offer-modal__cta:active {
  transform: translateY(0) scale(0.99);
}
.sna-offer-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  /* Above the viewport, which is z-index 1 and a LATER sibling — equal
     layers are settled by document order, so at 1 the viewport covered
     the corner this button sits in. It still drew (the viewport is
     transparent there) but every click landed on the slide behind it and
     the dialog could not be closed at all. */
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  /* THE GLYPH ONLY. No ring, no fill, no shadow.
     Each of those was drawing a disc over the glass, and the
     backdrop-filter was the worst of them: it re-blurred the already
     blurred card behind it, so even at 4% background it printed a
     distinctly greyer circle. Removing the background alone would NOT
     have fixed that — a backdrop-filter blurs its region whether or not
     anything is painted on top, which is the same trap the profile
     presence pip hit.
     The 34px box stays as the hit target; it is simply invisible. */
  border: 0;
  background: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.22s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  /* The glyph is the whole control now, so this is what turns. */
}
.sna-offer-modal__close i {
  display: block;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.sna-offer-modal__close {
  /* Feedback is the glyph itself: it brightens and turns. Nothing
     appears behind it, so there is no shape to arrive out of nowhere. */
}
.sna-offer-modal__close:hover, .sna-offer-modal__close:focus-visible {
  color: #ffffff;
  transform: scale(1.1);
}
.sna-offer-modal__close:hover i, .sna-offer-modal__close:focus-visible i {
  transform: rotate(90deg);
}
.sna-offer-modal__close:active {
  transform: scale(0.94);
}
.sna-offer-modal__close {
  /* A keyboard user still has to be able to see where they are. This is
     the ONE case that draws a ring, and only for real keyboard focus —
     `:focus-visible`, not `:focus`, so a mouse click never summons it.
     Round, because `_premium.scss` carries a global
     `a, button, [tabindex]:focus-visible { border-radius: 6px }` that
     outranks anything here on specificity regardless of source order;
     without restating it the ring would be a rounded square around a
     glyph that has no square. */
}
.sna-offer-modal__close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 4px;
  border-radius: 50%;
}
@media (max-width: 639.98px) {
  .sna-offer-modal {
    padding: 14px;
    /* Content sizing is switched OFF here. A phone has no spare width worth
       measuring for, and a two-word offer measured intrinsically would
       render as a narrow sliver floating in a screenful of dimmed page —
       which reads as a broken dialog, not a compact one. */
  }
  .sna-offer-modal__card {
    width: 100%;
    min-width: 0;
    max-width: 460px;
  }
  .sna-offer-modal__card.is-multi {
    max-width: 460px;
  }
  .sna-offer-modal__dots {
    padding-bottom: 14px;
  }
  .sna-offer-modal__body {
    padding: 26px 20px;
  }
  .sna-offer-modal {
    /* Clear the close button DOWNWARDS here, not sideways.
       The 44px-a-side gutter that keeps a centred headline off the button
       on desktop costs 88px of a 332px card — it would leave about 210px of
       text and wrap "Identity verification unsuccessful" over four lines.
       Starting the headline below the button instead costs ~22px of height
       and gives the words the whole width back. */
  }
  .sna-offer-modal__headline {
    font-size: 21px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 22px;
  }
  .sna-offer-modal__lede {
    font-size: 14px;
  }
  .sna-offer-modal__cta {
    width: 100%;
    justify-content: center;
  }
}

@keyframes sna-offer-pop {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.94);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
/* Slow, and drifting rather than looping: `alternate` means it eases back the
   way it came instead of snapping to the start every cycle. */
@keyframes sna-offer-aurora {
  from {
    transform: translate3d(-4%, -3%, 0) scale(1);
  }
  to {
    transform: translate3d(5%, 4%, 0) scale(1.12);
  }
}
@keyframes sna-offer-sheen {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes sna-offer-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sna-offer-shimmer {
  /* Sits off the left edge for most of the cycle: the sweep is an occasional
     glint, not a strobe. */
  0%, 62% {
    left: -60%;
  }
  100% {
    left: 130%;
  }
}
/* The split-flap pair. The outgoing value rises out of the window while the
   incoming one rises into it, so the column reads as one strip of numbers being
   pulled upward rather than as two elements swapping.

   An earlier version nudged the whole digit and had to go: it moved the glyph
   inside a line of tabular figures, so any still of it caught the seconds
   sitting higher than the minutes beside them. Clipping the movement to a
   window keeps every digit on its baseline. */
@keyframes sna-offer-roll-out {
  /* Transparent well before it has finished travelling. Clipping alone does
     not separate the two — while a digit is halfway out it is still halfway
     IN, and that half is what was landing on top of its replacement. */
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: translateY(-110%);
    opacity: 0;
  }
}
@keyframes sna-offer-roll-in {
  /* Opaque by the time it reaches the window, so it arrives as a whole digit
     rather than fading up through the one it is replacing. */
  0% {
    transform: translateY(110%);
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes sna-offer-dwell {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sna-offer-modal__card {
    animation: none;
  }
  /* The carousel stops sliding AND stops advancing — the JS reads the same
     query. Someone who has asked for less motion gets the first offer and the
     dots, not a card that changes under them every six seconds. */
  .sna-offer-modal__track {
    transition: none;
  }
  .sna-offer-modal__dot {
    transition: none;
  }
  /* Every decorative loop off. The aurora and the shimmer are the two that
     matter most here: both run forever, and perpetual motion inside a dialog
     someone cannot dismiss without reading it is exactly what this setting
     exists to stop. The dwell meter goes too — it is a progress bar for an
     advance that no longer happens. */
  .sna-offer-modal__card::before,
  .sna-offer-modal__card::after,
  .sna-offer-modal__cta::after,
  .sna-offer-modal__dot::after,
  .sna-offer-modal__slide[aria-hidden=false] .sna-offer-modal__headline,
  .sna-offer-modal__slide[aria-hidden=false] .sna-offer-modal__lede,
  .sna-offer-modal__slide[aria-hidden=false] .sna-offer-modal__clock,
  .sna-offer-modal__slide[aria-hidden=false] .sna-offer-modal__cta,
  .sna-offer__roll.is-in,
  .sna-offer__roll.is-out {
    animation: none;
  }
  /* The sheen overlay would otherwise sit frozen mid-sweep across the glass. */
  .sna-offer-modal__card::after {
    opacity: 0;
  }
  /* `animation: none` also drops the `both` fill that was holding the old
     digit off-screen, which would leave it stacked on the new one. */
  .sna-offer__roll.is-out {
    display: none;
  }
  /* Slides still travel, but without the fade there is nothing to stagger. */
  .sna-offer-modal__slide[aria-hidden=true] {
    opacity: 0;
    transform: none;
  }
  .sna-offer-modal__slide[aria-hidden=false] {
    opacity: 1;
    transform: none;
  }
  .sna-offer-modal__cta {
    transition: none;
  }
  .sna-offer-modal__cta:hover {
    transform: none;
  }
  .sna-offer__cta {
    transition: none;
  }
  .sna-offer__cta:hover {
    transform: none;
  }
}
/* Without backdrop-filter there is nothing frosted to see, and a 72%-opaque
   card over unblurred page content is unreadable — fall back to solid, exactly
   as the notification panel does. */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .sna-offer-modal__card {
    background-color: #17171b;
  }
}
@keyframes notifyScrimIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes notifyDialogIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes notifyRowIn {
  from {
    opacity: 0;
    transform: translateX(-12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.notify-settings {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.notify-settings[hidden] {
  display: none;
}
.notify-settings__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(3px);
  animation: notifyScrimIn 0.22s ease both;
}
.notify-settings__dialog {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: calc(100vh - 3rem);
  display: flex;
  flex-direction: column;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  animation: notifyDialogIn 0.32s cubic-bezier(0.2, 0.8, 0.3, 1) both;
}
.notify-settings__head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.notify-settings__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #F47923, rgba(244, 121, 35, 0));
}
.notify-settings__title {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2px;
}
.notify-settings__subtitle {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
}
.notify-settings__close {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.notify-settings__close:hover, .notify-settings__close:focus-visible {
  background-color: #232328;
  border-color: rgba(244, 121, 35, 0.35);
  color: #F47923;
}
.notify-settings__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 1rem 1.25rem 0.5rem;
}
.notify-settings__group-label {
  margin: 0.75rem 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.notify-settings__group-label--spaced {
  margin-top: 1.5rem;
}
.notify-settings__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: #0e0e10;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 3px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
  animation: notifyRowIn 0.34s ease both;
}
.notify-settings__row:hover {
  transform: translateY(-2px);
  background-color: #232328;
  border-left-color: #F47923;
}
.notify-settings__row:nth-child(2) {
  animation-delay: 0.04s;
}
.notify-settings__row:nth-child(3) {
  animation-delay: 0.08s;
}
.notify-settings__row:nth-child(4) {
  animation-delay: 0.12s;
}
.notify-settings__row:nth-child(5) {
  animation-delay: 0.16s;
}
.notify-settings__row.is-on, .notify-settings__row:has(input:checked) {
  border-left-color: #F47923;
}
.notify-settings__row.is-saving {
  opacity: 0.5;
  transform: none;
}
.notify-settings__row-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(244, 121, 35, 0.15);
  color: #F47923;
  font-size: 1rem;
  transition: background-color 0.18s ease;
}
.notify-settings__row-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.notify-settings__row-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
}
.notify-settings__row-hint {
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.45);
}
.notify-settings__switch {
  flex: 0 0 auto;
  position: relative;
  width: 42px;
  height: 24px;
}
.notify-settings__switch input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.notify-settings__switch-track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background-color: #3a3a42;
  transition: background-color 0.2s ease;
  pointer-events: none;
}
.notify-settings__switch-track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.notify-settings__switch input:checked + .notify-settings__switch-track {
  background-color: #F47923;
}
.notify-settings__switch input:checked + .notify-settings__switch-track::after {
  transform: translateX(18px);
}
.notify-settings__switch input:focus-visible + .notify-settings__switch-track {
  outline: 2px solid #F47923;
  outline-offset: 2px;
}
.notify-settings__row--master .notify-settings__row-icon {
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
}
.notify-settings__row--master.is-on .notify-settings__row-icon, .notify-settings__row--master:has(input:checked) .notify-settings__row-icon {
  background-color: rgba(244, 121, 35, 0.15);
  color: #F47923;
}
.notify-settings__note {
  margin: 1rem 0 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.3);
}
.notify-settings__state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2.5rem 1rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}
.notify-settings__state[hidden] {
  display: none;
}
.notify-settings__state--error {
  color: #e5825f;
}
.notify-settings__spinner {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.06);
  border-top-color: #F47923;
  border-radius: 50%;
  animation: notifySettingsSpin 0.7s linear infinite;
}
.notify-settings__content[hidden] {
  display: none;
}
.notify-settings__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background-color: #0e0e10;
}
.notify-settings__status {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  min-height: 1em;
}
.notify-settings__status.is-error {
  color: #e5825f;
}
.notify-settings__done {
  padding: 0.5rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background-color: #F47923;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.notify-settings__done:hover, .notify-settings__done:focus-visible {
  background-color: #dd6718;
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
  transform: translateY(-1px);
}
@media (max-width: 575px) {
  .notify-settings {
    padding: 0;
    align-items: flex-end;
  }
  .notify-settings__dialog {
    max-width: none;
    max-height: 90vh;
    border-radius: 16px 16px 0 0;
  }
  .notify-settings__head, .notify-settings__body, .notify-settings__foot {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@keyframes notifySettingsSpin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .notify-settings__scrim,
  .notify-settings__dialog,
  .notify-settings__row {
    animation: none;
  }
  .notify-settings__spinner {
    animation-duration: 2s;
  }
  .notify-settings__row:hover,
  .notify-settings__done:hover {
    transform: none;
  }
  .notify-settings__switch-track,
  .notify-settings__switch-track::after {
    transition: none;
  }
}
.app-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  padding: 1.5rem 1rem;
  background-color: #0e0e10;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .app-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 100vh;
    z-index: 90;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  }
}
.app-shell--collapsed .app-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100vh;
  z-index: 90;
  transform: translateX(-100%);
  transition: transform 0.28s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .app-sidebar.is-open {
    transform: translateX(0);
  }
}
.app-shell--collapsed .app-sidebar.is-open {
  transform: translateX(0);
}
.app-sidebar__brand {
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}
.app-sidebar__brand-link {
  display: inline-flex;
  align-items: center;
}
.app-sidebar__logo-full {
  height: 38px;
  width: auto;
  display: block;
}
.app-sidebar__logo-mark {
  display: none;
}
.app-sidebar__nav {
  flex: 1;
}
.app-sidebar__section {
  margin-bottom: 1.5rem;
}
.app-sidebar__section-title {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  margin: 0 0 0.5rem 0.75rem;
}
.app-sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-sidebar__item {
  margin-bottom: 0.25rem;
}
.app-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.75rem;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  font-weight: 400;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.app-sidebar__link:hover, .app-sidebar__link:focus {
  background-color: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}
.app-sidebar__icon {
  font-size: 1.05rem;
  width: 22px;
  text-align: center;
  flex-shrink: 0;
}
.app-sidebar__label {
  white-space: nowrap;
}
.app-sidebar__item--active .app-sidebar__link {
  background-color: rgba(244, 121, 35, 0.15);
  color: #F47923;
}
.app-sidebar__item--active .app-sidebar__icon {
  color: #F47923;
}
.app-sidebar__progress {
  margin-top: 1.5rem;
  padding: 1rem 0.75rem;
  text-align: center;
}
.app-sidebar__progress-ring {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 0.75rem;
}
.app-sidebar__progress-fx {
  position: absolute;
  inset: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border-radius: 50%;
  z-index: 0;
  display: block;
  pointer-events: none;
  -webkit-mask: radial-gradient(circle at 50% 50%, #000 58%, transparent 72%);
  mask: radial-gradient(circle at 50% 50%, #000 58%, transparent 72%);
}
.app-sidebar__progress-svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.app-sidebar__progress-track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 8;
}
.app-sidebar__progress-bar {
  fill: none;
  stroke: #F47923;
  stroke-width: 8;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.6s ease;
}
.app-sidebar__progress--animating .app-sidebar__progress-bar {
  transition: none;
}
.app-sidebar__progress-percent {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}
.app-sidebar__progress--subscription .app-sidebar__progress-bar {
  stroke: #60a5fa;
}
.app-sidebar__progress--lifetime .app-sidebar__progress-bar {
  stroke: #2dd4bf;
}
.app-sidebar__progress-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.app-sidebar__progress-label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.app-sidebar__progress-label i {
  font-size: 0.8rem;
  color: #F47923;
}
.app-sidebar__progress--subscription .app-sidebar__progress-label i {
  color: #60a5fa;
}
.app-sidebar__progress--lifetime .app-sidebar__progress-label i {
  color: #2dd4bf;
}
.app-sidebar__progress-sub {
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.ninja-progress-pop {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: -6px;
  width: -moz-max-content;
  width: max-content;
  max-width: 168px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 6px 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(244, 121, 35, 0.45);
  background: linear-gradient(180deg, rgba(244, 121, 35, 0.2), rgba(244, 121, 35, 0.08)), #232328;
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
  opacity: 0;
  transform: translateX(-50%) translateY(-8px) scale(0.94);
  transform-origin: top center;
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.ninja-progress-pop::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -4.5px;
  background: rgba(244, 121, 35, 0.2);
  border-right: 1px solid rgba(244, 121, 35, 0.45);
  border-bottom: 1px solid rgba(244, 121, 35, 0.45);
  transform: rotate(45deg);
}
.ninja-progress-pop.is-in {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}
.ninja-progress-pop.is-out {
  opacity: 0;
  transform: translateX(-50%) translateY(-8px) scale(0.94);
}
.ninja-progress-pop__icon {
  flex: 0 0 auto;
  font-size: 1.05rem;
  line-height: 1.1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
.ninja-progress-pop__body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.ninja-progress-pop__title {
  font-size: 0.72rem;
  font-weight: 700;
  color: #F47923;
  line-height: 1.2;
  white-space: nowrap;
}
.ninja-progress-pop__text {
  font-size: 0.66rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
}

@media (prefers-reduced-motion: reduce) {
  .ninja-progress-pop {
    transition: none;
  }
}
.app-main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background-color: #0e0e10;
  min-width: 0;
  position: relative;
}
.app-main__content {
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: opacity 0.18s ease;
}
@media (max-width: 767px) {
  .app-main__content {
    padding: 1rem;
    gap: 1rem;
  }
}
.app-main__content--loading {
  opacity: 0.55;
  pointer-events: none;
}

.page-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F47923;
}
.page-loader__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.page-loader__spinner {
  display: block;
  line-height: 0;
}
.page-loader__spinner svg path,
.page-loader__spinner svg rect {
  fill: currentColor;
}
.page-loader__spinner .page-loader__track {
  fill: rgba(255, 255, 255, 0.12);
}
.page-loader__label {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.01em;
}
.page-loader--boot {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background-color: #0e0e10;
  animation: page-loader-boot-failsafe 0s linear 8s forwards;
}
.page-loader--nav {
  position: absolute;
  inset: 0;
  z-index: 5;
  background-color: rgba(14, 14, 16, 0.62);
  backdrop-filter: blur(2px);
  animation: page-loader-fade-in 0.18s ease both;
  align-items: flex-start;
}
.page-loader--nav .page-loader__stage {
  position: sticky;
  top: 50vh;
  transform: translateY(-50%);
  padding: 2rem 1rem;
}
.page-loader--done {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

@keyframes page-loader-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-loader-boot-failsafe {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-loader--nav {
    animation: none;
    backdrop-filter: none;
  }
}
.labs-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #1c1c20;
}
.labs-notice__icon {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  font-size: 1.05rem;
  line-height: 1;
}
.labs-notice__body {
  flex: 1 1 auto;
  min-width: 0;
}
.labs-notice__title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
}
.labs-notice__message {
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}
.labs-notice__age {
  flex: 0 0 auto;
  align-self: center;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.04);
}
.labs-notice.is-cached {
  border-color: rgba(244, 166, 35, 0.28);
  background: rgba(244, 166, 35, 0.07);
}
.labs-notice.is-cached .labs-notice__icon {
  color: #f4a623;
}
.labs-notice.is-unavailable {
  border-color: rgba(255, 255, 255, 0.1);
}
.labs-notice.is-unavailable .labs-notice__icon {
  color: rgba(255, 255, 255, 0.45);
}
.labs-notice.is-access-expired {
  border-color: rgba(88, 166, 255, 0.32);
  background: rgba(88, 166, 255, 0.08);
}
.labs-notice.is-access-expired .labs-notice__icon {
  color: #58a6ff;
}
@media (max-width: 576px) {
  .labs-notice {
    flex-wrap: wrap;
  }
  .labs-notice__age {
    align-self: flex-start;
    margin-left: calc(1.05rem + 0.75rem);
  }
}

.checkpoint-card__labs-notice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.75rem 0 0;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(244, 166, 35, 0.28);
  background: rgba(244, 166, 35, 0.07);
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
}
.checkpoint-card__labs-notice .bi {
  flex: 0 0 auto;
  color: #f4a623;
}

.cl-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem;
  border-radius: 16px;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.cl-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 121, 35, 0.4);
  background-color: #232328;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(244, 121, 35, 0.15);
}
.cl-card:hover .cl-card__subtitle {
  color: rgba(255, 255, 255, 0.72);
}
.cl-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cl-card__badge {
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #F47923;
  background-color: rgba(244, 121, 35, 0.15);
}
.cl-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  min-height: 2.6em;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cl-card__subtitle {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.3s ease;
}
.cl-card__thumb {
  margin-top: 1rem;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #232328;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.cl-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cl-card__thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 20%, rgba(244, 121, 35, 0.25), transparent 60%), #232328;
}
.cl-card__thumb-initial {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(244, 121, 35, 0.6);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cl-card__progress {
  margin-top: auto;
  padding-top: 1rem;
}
.cl-card__progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.cl-card__progress-label {
  color: rgba(255, 255, 255, 0.72);
}
.cl-card__progress-value {
  color: #F47923;
}
.cl-card__track {
  width: 100%;
  height: 5px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.cl-card__fill {
  display: block;
  height: 100%;
  border-radius: 99px;
  background-color: #F47923;
  transition: width 0.6s ease;
}
.cl-card__btn {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  background-color: rgba(244, 121, 35, 0.12);
  color: #F47923;
  border: 1px solid rgba(244, 121, 35, 0.3);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.cl-card__btn:hover, .cl-card__btn:focus-visible {
  background-color: #F47923;
  border-color: #F47923;
  color: #fff;
}

.explore-course-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.explore-course-card[hidden] {
  display: none;
}
.explore-course-card {
  padding: 1.25rem;
  border-radius: 16px;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.explore-course-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 121, 35, 0.4);
  background-color: #232328;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(244, 121, 35, 0.15);
}
.explore-course-card:hover .explore-course-card__description {
  color: rgba(255, 255, 255, 0.72);
}
.explore-course-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.explore-course-card__tag {
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #F47923;
  background-color: rgba(244, 121, 35, 0.15);
}
.explore-course-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.explore-course-card__description {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.explore-course-card__img {
  margin-top: 1rem;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #232328;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.explore-course-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.explore-course-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 20%, rgba(244, 121, 35, 0.25), transparent 60%), #232328;
}
.explore-course-card__btn {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  background-color: rgba(244, 121, 35, 0.12);
  color: #F47923;
  border: 1px solid rgba(244, 121, 35, 0.3);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.explore-course-card__btn:hover, .explore-course-card__btn:focus-visible {
  background-color: #F47923;
  border-color: #F47923;
  color: #fff;
}
.explore-course-card__btn--static {
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.08);
  cursor: default;
}
.explore-course-card__btn--static:hover, .explore-course-card__btn--static:focus-visible {
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
}

.stat-card {
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 3px solid #F47923;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.stat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 121, 35, 0.3);
  border-left-color: #F47923;
}
.stat-card__value {
  font-size: 1.65rem;
  font-weight: 700;
  color: #F47923;
  line-height: 1.1;
  margin: 0;
}
.stat-card__label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.cert-card {
  --accent: #94a3b8;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #27272d 0%, #1c1c20 55%, #17171a 100%);
  border: 1px solid color-mix(in srgb, var(--accent) 20%, rgba(255, 255, 255, 0.05));
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.55), 0 10px 20px -8px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.07), inset 0 -3px 6px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}
.cert-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--accent) 50%, transparent);
  box-shadow: 0 34px 60px -22px rgba(0, 0, 0, 0.6), 0 14px 26px -10px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.09), inset 0 -3px 6px rgba(0, 0, 0, 0.35);
}
.cert-card--ready:hover, .cert-card--issued:hover {
  box-shadow: 0 34px 60px -22px color-mix(in srgb, var(--accent) 24%, rgba(0, 0, 0, 0.5)), 0 14px 26px -10px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.09), inset 0 -3px 6px rgba(0, 0, 0, 0.35);
}
.cert-card__sheen {
  position: absolute;
  z-index: 0;
  top: -30%;
  right: -10%;
  width: 55%;
  height: 150px;
  pointer-events: none;
  background: radial-gradient(closest-side, var(--accent), transparent);
  opacity: 0.12;
  transition: opacity 0.2s ease;
}
.cert-card:hover .cert-card__sheen {
  opacity: 0.2;
}
.cert-card__head, .cert-card__reqs, .cert-card__metrics, .cert-card__ai, .cert-card__foot {
  position: relative;
  z-index: 1;
}
.cert-card__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.cert-card__monogram {
  background: linear-gradient(180deg, #131316 0%, #0f0f12 100%);
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 18px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5), inset 0 -2px 4px rgba(255, 255, 255, 0.04), 0 1px 0 rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--accent);
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cert-card__id {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.cert-card__title {
  font-size: 1.08rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
.cert-card__meta {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.cert-card__status {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 3px 0.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}
.cert-card__status i {
  font-size: 0.75rem;
}
.cert-card__status--available {
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}
.cert-card__status--participation {
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.15);
}
.cert-card__status--ready {
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
}
.cert-card__status--issued {
  color: #2dd4bf;
  background: rgba(45, 212, 191, 0.15);
}
.cert-card__ring {
  --pct: 0;
  position: relative;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(from -90deg, var(--accent) 0%, var(--accent) calc(var(--pct) * 1%), rgba(255, 255, 255, 0.08) 0);
  box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.5);
}
.cert-card__ring::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: linear-gradient(180deg, #16161a 0%, #0b0b0d 100%);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.cert-card__ring-fx {
  position: absolute;
  inset: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 50%;
  z-index: 2;
  display: block;
  pointer-events: none;
  -webkit-mask: radial-gradient(circle at 50% 50%, #000 55%, transparent 72%);
  mask: radial-gradient(circle at 50% 50%, #000 55%, transparent 72%);
}
.cert-card__ring-num {
  position: relative;
  z-index: 3;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}
.cert-card__ring-pct {
  font-size: 0.62rem;
  font-weight: 600;
  font-style: normal;
  color: rgba(255, 255, 255, 0.45);
}
.cert-card__reqs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cert-card__reqs > summary {
  list-style: none;
}
.cert-card__reqs > summary::-webkit-details-marker {
  display: none;
}
.cert-card__reqs-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 14%, rgba(0, 0, 0, 0.3)), rgba(0, 0, 0, 0.34));
  border: 1px solid color-mix(in srgb, var(--accent) 40%, rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.cert-card__reqs-toggle:hover {
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 22%, rgba(0, 0, 0, 0.3)), rgba(0, 0, 0, 0.34));
  border-color: color-mix(in srgb, var(--accent) 60%, transparent);
}
.cert-card__reqs-toggle:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 60%, transparent);
  outline-offset: 2px;
}
.cert-card__reqs:not([open]) .cert-card__reqs-toggle {
  animation: cert-reqs-hint 2.4s ease-in-out infinite;
}
.cert-card__reqs-toggle-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  font-size: 0.9rem;
}
.cert-card__reqs-toggle-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.cert-card__reqs-toggle-label {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}
.cert-card__reqs-toggle-hint {
  font-size: 0.66rem;
  color: color-mix(in srgb, var(--accent) 62%, #fff);
}
.cert-card__reqs-toggle-hint [data-when=open] {
  display: none;
}
.cert-card__reqs[open] .cert-card__reqs-toggle-hint [data-when=closed] {
  display: none;
}
.cert-card__reqs[open] .cert-card__reqs-toggle-hint [data-when=open] {
  display: inline;
}
.cert-card__reqs-toggle-count {
  margin-left: auto;
  flex-shrink: 0;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.74rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.72);
}
.cert-card__reqs-toggle-count i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 2px;
}
.cert-card__reqs-chevron {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: color-mix(in srgb, var(--accent) 55%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 70%, transparent);
  font-size: 0.7rem;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1), background 0.2s ease;
}
.cert-card__reqs-toggle:hover .cert-card__reqs-chevron {
  background: color-mix(in srgb, var(--accent) 75%, transparent);
}
.cert-card__reqs[open] .cert-card__reqs-chevron {
  transform: rotate(180deg);
}
.cert-card__reqs[open] .cert-card__metrics {
  transform-origin: top center;
  animation: cert-reqs-unfold 0.42s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.cert-card__metrics {
  background: linear-gradient(180deg, #131316 0%, #0f0f12 100%);
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 20px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5), inset 0 -2px 4px rgba(255, 255, 255, 0.04), 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.cert-card__metric {
  min-width: 0;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 575px) {
  .cert-card__metric {
    padding: 0.75rem 1rem;
  }
}
.cert-card__metric:last-child {
  border-bottom: none;
}
.cert-card__metric-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
.cert-card__metric-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.25s ease;
}
.cert-card__metric-label::before {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 2px;
  border-radius: 1px;
  background: var(--accent);
  transition: width 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.cert-card__metric:hover .cert-card__metric-label {
  color: #ffffff;
}
.cert-card__metric:hover .cert-card__metric-label::before {
  width: 10px;
}
.cert-card__metric-mode {
  --mode-accent: #94a3b8;
  flex-shrink: 0;
  padding: 1px 8px;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--mode-accent);
  background: color-mix(in srgb, var(--mode-accent) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--mode-accent) 32%, transparent);
}
.cert-card__metric-tag {
  flex-shrink: 0;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 1px 6px;
}
.cert-card__metric-value {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.45);
}
.cert-card__metric-value i {
  font-size: 0.85rem;
}
.cert-card__bar {
  margin-top: 0.5rem;
  height: 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.cert-card__bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #F47923;
  transition: width 0.4s ease;
}
.cert-card__metric-hint {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
}
.cert-card__metric.is-met .cert-card__metric-value {
  color: #2dd4bf;
}
.cert-card__metric.is-met .cert-card__metric-value i {
  color: #2dd4bf;
}
.cert-card__metric.is-met .cert-card__bar-fill {
  background: #2dd4bf;
}
.cert-card__metric.is-unmet .cert-card__metric-value i {
  color: rgba(255, 255, 255, 0.3);
}
.cert-card__ai {
  background: linear-gradient(180deg, #131316 0%, #0f0f12 100%);
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 18px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5), inset 0 -2px 4px rgba(255, 255, 255, 0.04), 0 1px 0 rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}
.cert-card__ai-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
.cert-card__ai-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.cert-card__ai-title i {
  color: #F47923;
  font-size: 0.85rem;
}
.cert-card__ai-learned {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  border-radius: 999px;
  padding: 1px 8px;
  font-variant-numeric: tabular-nums;
}
.cert-card__ai-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cert-card__ai-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.25rem;
}
.cert-card__ai-item-icon {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}
.cert-card__ai-item--roadmap .cert-card__ai-item-icon {
  color: #60a5fa;
}
.cert-card__ai-item-name {
  min-width: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cert-card__ai-item-pct {
  flex-shrink: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}
.cert-card__ai-bar {
  grid-column: 1/-1;
  height: 4px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.cert-card__ai-bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #F47923;
  transition: width 0.4s ease;
}
.cert-card__ai-more {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
}
.cert-card__foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.cert-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cert-card__cta i {
  font-size: 0.9rem;
}
.cert-card__cta:hover {
  transform: translateY(-1px);
}
.cert-card__cta--completion {
  color: #fff;
  background: #F47923;
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
}
.cert-card__cta--completion:hover {
  background: #dd6718;
}
.cert-card__cta--participation {
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.12);
  border-color: rgba(96, 165, 250, 0.35);
}
.cert-card__cta--participation:hover {
  background: rgba(96, 165, 250, 0.2);
}
.cert-card__cta--download {
  color: #2dd4bf;
  background: rgba(45, 212, 191, 0.12);
  border-color: rgba(45, 212, 191, 0.35);
}
.cert-card__cta--download:hover {
  background: rgba(45, 212, 191, 0.2);
}
.cert-card__cta--detail {
  color: color-mix(in srgb, var(--accent) 78%, #fff);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  border-color: color-mix(in srgb, var(--accent) 42%, transparent);
}
.cert-card__cta--detail:hover {
  background: color-mix(in srgb, var(--accent) 24%, transparent);
  border-color: color-mix(in srgb, var(--accent) 62%, transparent);
  color: #fff;
}
.cert-card__cta--solo {
  flex: 1 1 100%;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 50%, #23232a), color-mix(in srgb, var(--accent) 34%, #1a1a1f));
  border-color: color-mix(in srgb, var(--accent) 60%, transparent);
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.7);
}
.cert-card__cta--solo:hover {
  color: #fff;
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 62%, #23232a), color-mix(in srgb, var(--accent) 44%, #1a1a1f));
  border-color: color-mix(in srgb, var(--accent) 78%, transparent);
}
.cert-card__cta-go {
  font-size: 0.9rem;
  transition: transform 0.15s ease;
}
.cert-card__cta--detail:hover .cert-card__cta-go {
  transform: translateX(3px);
}
.cert-card__cta--solo .cert-card__cta-go {
  margin-left: auto;
}
.cert-card__foot-note {
  margin-left: auto;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: right;
}
.cert-card__foot:has(.cert-card__cta--solo) .cert-card__foot-note {
  margin-left: 0;
  width: 100%;
  text-align: center;
}

.cert-tier {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  vertical-align: middle;
  white-space: nowrap;
  transform: translateY(-1px);
}
.cert-tier i {
  font-size: 0.68rem;
}
.cert-tier--normal {
  color: rgba(255, 255, 255, 0.45);
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(148, 163, 184, 0.3);
}
.cert-tier--elite {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border-color: rgba(251, 191, 36, 0.4);
}

@container (min-width: 430px) {
  .cert-card__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cert-card__metric:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
  }
  .cert-card__metric:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
@keyframes cert-reqs-unfold {
  0% {
    opacity: 0;
    transform: perspective(700px) rotateX(-32deg);
  }
  55% {
    opacity: 1;
    transform: perspective(700px) rotateX(6deg);
  }
  100% {
    opacity: 1;
    transform: perspective(700px) rotateX(0deg);
  }
}
@keyframes cert-reqs-hint {
  0%, 100% {
    border-color: color-mix(in srgb, var(--accent) 40%, rgba(255, 255, 255, 0.08));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
  50% {
    border-color: color-mix(in srgb, var(--accent) 72%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 16px -3px color-mix(in srgb, var(--accent) 55%, transparent);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cert-card,
  .cert-card__cta,
  .cert-card__reqs-chevron,
  .cert-card__metric-label,
  .cert-card__metric-label::before {
    transition: none;
  }
  .cert-card__reqs[open] .cert-card__metrics {
    animation: none;
  }
  .cert-card__reqs:not([open]) .cert-card__reqs-toggle {
    animation: none;
  }
  .cert-card:hover,
  .cert-card__cta:hover {
    transform: none;
  }
}
.metric-card {
  --accent: #f47923;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #1c1c20;
  border: 1px solid color-mix(in srgb, var(--accent) 26%, rgba(255, 255, 255, 0.05));
  border-radius: 16px;
  padding: 0.75rem 1rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.metric-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}
.metric-card__sheen {
  position: absolute;
  z-index: 0;
  top: -30%;
  right: -10%;
  width: 55%;
  height: 120px;
  pointer-events: none;
  background: radial-gradient(closest-side, var(--accent), transparent);
  opacity: 0.13;
  transition: opacity 0.2s ease;
}
.metric-card:hover .metric-card__sheen {
  opacity: 0.2;
}
.metric-card__head, .metric-card__value, .metric-card__figures, .metric-card__bar, .metric-card__hint, .metric-card__foot, .metric-card__detail {
  position: relative;
  z-index: 1;
}
.metric-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.metric-card__scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, color-mix(in srgb, #1c1c20 42%, transparent) 0%, color-mix(in srgb, #1c1c20 74%, transparent) 48%, color-mix(in srgb, #1c1c20 92%, transparent) 100%);
}
.metric-card--has-image {
  border-color: color-mix(in srgb, var(--accent) 42%, rgba(255, 255, 255, 0.05));
}
.metric-card--has-image .metric-card__label,
.metric-card--has-image .metric-card__have {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
.metric-card--has-image .metric-card__icon {
  background: color-mix(in srgb, var(--accent) 22%, rgba(0, 0, 0, 0.35));
}
.metric-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.metric-card__pdot {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-top: 6px;
  border-radius: 50%;
  background: #F47923;
  box-shadow: 0 0 0 0 rgba(244, 121, 35, 0.5);
  animation: metric-pdot-pulse 2.2s ease-out infinite;
}
.metric-card--met .metric-card__pdot {
  background: #2dd4bf;
  animation: none;
  box-shadow: none;
}
.metric-card__icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
  color: var(--accent);
}
.metric-card__icon i {
  font-size: 1.05rem;
}
.metric-card__id {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.metric-card__label {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.94rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.25;
}
.metric-card__tag {
  flex-shrink: 0;
  font-size: 0.58rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 1px 6px;
}
.metric-card__mode {
  flex-shrink: 0;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 6px;
  padding: 1px 7px;
}
.metric-card__mode--easy {
  color: #34d399;
  background: rgba(52, 211, 153, 0.16);
}
.metric-card__mode--normal {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.16);
}
.metric-card__mode--hard {
  color: #f87171;
  background: rgba(248, 113, 113, 0.16);
}
.metric-card__gap {
  font-size: 0.72rem;
  font-weight: 600;
  color: #F47923;
}
.metric-card__status {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.68rem;
  font-weight: 600;
}
.metric-card__status i {
  font-size: 0.72rem;
}
.metric-card__status--met {
  color: #2dd4bf;
}
.metric-card__value {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  color: #ffffff;
}
.metric-card__have {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.metric-card__need {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}
.metric-card__unit {
  align-self: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}
.metric-card__live {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2dd4bf;
  background: rgba(45, 212, 191, 0.14);
  border-radius: 999px;
  padding: 2px 7px;
}
.metric-card__live i {
  font-size: 0.6rem;
}
.metric-card__figures {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 2px;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.45);
}
.metric-card__fig {
  white-space: nowrap;
}
.metric-card__fig strong {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.72);
}
.metric-card__fig + .metric-card__fig::before {
  content: "·";
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.3);
}
.metric-card__fig--passed strong {
  color: #2dd4bf;
}
.metric-card__fig--failed strong {
  color: #f87171;
}
.metric-card--has-image .metric-card__fig strong {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
.metric-card__bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.metric-card__bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--accent);
  transition: width 0.4s ease;
}
.metric-card__hint {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.4;
}
.metric-card__foot {
  margin-top: auto;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.metric-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.metric-card__btn i {
  font-size: 0.82rem;
}
.metric-card__btn:hover {
  transform: translateY(-1px);
}
.metric-card__btn--complete {
  color: #fff;
  background: #F47923;
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
}
.metric-card__btn--complete:hover {
  background: #dd6718;
}
.metric-card__btn--detail {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.05);
}
.metric-card__btn--detail:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: color-mix(in srgb, var(--accent) 45%, transparent);
  color: #ffffff;
}
.metric-card__detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.75rem;
  margin-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.metric-card__detail[hidden] {
  display: none;
}
.metric-card__detail-what {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}
.metric-card__detail-head {
  margin: 0.25rem 0 0;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.45);
}
.metric-card__detail-steps {
  margin: 0;
  padding-left: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.metric-card__detail-steps li {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}
.metric-card__detail-hint {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}
.metric-card__detail-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.25rem 0 0;
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  background: rgba(244, 121, 35, 0.15);
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}
.metric-card__detail-note i {
  color: #F47923;
  margin-top: 2px;
}

.metric-topics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.metric-topics__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-size: 0.78rem;
  line-height: 1.4;
}
.metric-topics__row i {
  font-size: 0.8rem;
}
.metric-topics__row--on {
  color: rgba(255, 255, 255, 0.72);
}
.metric-topics__row--on i {
  color: #2dd4bf;
}
.metric-topics__row--off {
  color: rgba(255, 255, 255, 0.45);
  background: rgba(148, 163, 184, 0.06);
}
.metric-topics__row--off i {
  color: rgba(255, 255, 255, 0.45);
}
.metric-topics__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.metric-topics__count {
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}

.metric-tags {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.metric-tags__head {
  margin: 0;
}
.metric-tags__progress {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.metric-tags__bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.18);
  overflow: hidden;
}
.metric-tags__bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #F47923;
  transition: width 0.4s ease;
}
.metric-tags__bar-fill.is-met {
  background: #2dd4bf;
}
.metric-tags__tally {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}
.metric-tags__tally strong {
  color: rgba(255, 255, 255, 0.72);
  font-variant-numeric: tabular-nums;
}
.metric-tags__tally-sep {
  opacity: 0.45;
  margin: 0 2px;
}
.metric-tags__tally-gap {
  color: #F47923;
}
.metric-tags__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.metric-tags__group--done .metric-tags__chip {
  border-color: rgba(45, 212, 191, 0.3);
  background: rgba(45, 212, 191, 0.1);
}
.metric-tags__group--todo .metric-tags__group-head i {
  color: #F47923;
}
.metric-tags__group--done .metric-tags__group-head i {
  color: #2dd4bf;
}
.metric-tags__group-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.metric-tags__group-head i {
  font-size: 0.8rem;
}
.metric-tags__group-name {
  min-width: 0;
}
.metric-tags__group-count {
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.72);
}
.metric-tags__chips {
  list-style: none;
  margin: 0;
  padding: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
.metric-tags__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 3px 0.5rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.07);
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.metric-tags__chip.is-hidden {
  display: none;
}
.metric-tags__chip-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.metric-tags__chip-count {
  flex: none;
  font-size: 0.64rem;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.45);
}
.metric-tags__empty, .metric-tags__nomatch {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}

@keyframes metric-pdot-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(244, 121, 35, 0.45);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(244, 121, 35, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 121, 35, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .metric-card__pdot {
    animation: none;
  }
}
.metric-chip {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: color-mix(in srgb, #1c1c20 70%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 2px solid color-mix(in srgb, #2dd4bf 55%, transparent);
  border-radius: 12px;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  transition: background 0.15s ease, border-left-color 0.15s ease;
}
.metric-chip:hover {
  background: #1c1c20;
  border-left-color: #2dd4bf;
}
.metric-chip__check {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #2dd4bf;
  background: rgba(45, 212, 191, 0.14);
}
.metric-chip__check i {
  font-size: 0.72rem;
}
.metric-chip__id {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.metric-chip__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.metric-chip__mode {
  flex-shrink: 0;
  font-size: 0.56rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
}
.metric-chip__val {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
  font-variant-numeric: tabular-nums;
}
.metric-chip__detail {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  font-family: inherit;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.metric-chip__detail i {
  font-size: 0.85rem;
}
.metric-chip__detail:hover {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
}
.metric-chip__detail:focus-visible {
  opacity: 1;
  outline: 2px solid #2dd4bf;
  outline-offset: 1px;
}
.metric-chip:hover .metric-chip__detail, .metric-chip:focus-within .metric-chip__detail {
  opacity: 1;
}
@media (hover: none) {
  .metric-chip__detail {
    opacity: 1;
  }
}

.lesson-item-card {
  position: relative;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  background: linear-gradient(180deg, #212127 0%, #191920 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 6px 16px -12px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.lesson-item-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: #F47923;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.lesson-item-card:hover, .lesson-item-card:focus {
  color: #ffffff;
  transform: translateY(-3px);
  border-color: rgba(244, 121, 35, 0.55);
  box-shadow: 0 18px 30px -16px rgba(0, 0, 0, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.lesson-item-card:hover::before, .lesson-item-card:focus::before {
  transform: scaleY(1);
}
.lesson-item-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  background-color: #000;
  flex-shrink: 0;
}
.lesson-item-card__poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.lesson-item-card:hover .lesson-item-card__poster {
  transform: scale(1.06);
}
.lesson-item-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.05rem;
  line-height: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.lesson-item-card:hover .lesson-item-card__play {
  background: #F47923;
  transform: translate(-50%, -50%) scale(1.08);
}
.lesson-item-card__time {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 3;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1.3;
}
.lesson-item-card__thumb-track {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 3px;
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
}
.lesson-item-card__thumb-bar {
  display: block;
  height: 100%;
  background: #F47923;
}
.lesson-item-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.lesson-item-card__title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lesson-item-card__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 0.5rem;
  min-width: 0;
}
.lesson-item-card__duration {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.lesson-item-card__remaining {
  font-size: 0.84rem;
  font-weight: 600;
  color: #F47923;
  white-space: nowrap;
  opacity: 0.95;
}
.lesson-item-card__number {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lesson-item-card--active {
  background: #ffffff;
  border-color: #ffffff;
  color: #0e0e10;
  box-shadow: 0 12px 26px -14px rgba(255, 255, 255, 0.25);
}
.lesson-item-card--active:hover, .lesson-item-card--active:focus {
  background: #ffffff;
  color: #0e0e10;
  transform: translateY(-2px);
}
.lesson-item-card--active .lesson-item-card__play {
  background: #F47923;
}
.lesson-item-card--active .lesson-item-card__title {
  color: #0e0e10;
}
.lesson-item-card--active .lesson-item-card__duration {
  color: rgba(0, 0, 0, 0.55);
}
.lesson-item-card--active .lesson-item-card__remaining {
  color: #dd6718;
  opacity: 1;
}
.lesson-item-card--active .lesson-item-card__number {
  background-color: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
  color: #0e0e10;
}

.info-text-card {
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.info-text-card__eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #F47923;
  text-transform: uppercase;
  margin: 0;
}
.info-text-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}
.info-text-card__body {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 767px) {
  .info-text-card {
    padding: 1rem;
  }
  .info-text-card__title {
    font-size: 1.2rem;
  }
}

.objective-list-card {
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.objective-list-card__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.objective-list-card__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F47923;
  font-size: 1.1rem;
}
.objective-list-card__title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.objective-list-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.objective-list-card__item {
  position: relative;
  padding-left: 1rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}
.objective-list-card__item::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.65rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F47923;
}
@media (max-width: 767px) {
  .objective-list-card {
    padding: 1rem;
  }
}

.social-link-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  transition: border-color 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.social-link-card:hover, .social-link-card:focus {
  color: #ffffff;
  background-color: #232328;
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}
.social-link-card__badge {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.social-link-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.social-link-card__title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}
.social-link-card__subtitle {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.2;
}
.social-link-card--discord .social-link-card__badge {
  background-color: #5865f2;
}
.social-link-card--telegram .social-link-card__badge {
  background-color: #229ed9;
}
.social-link-card--youtube .social-link-card__badge {
  background-color: #ff0000;
}

.watch-hours-summary-card {
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.watch-hours-summary-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.12);
}
.watch-hours-summary-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.watch-hours-summary-card__icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}
.watch-hours-summary-card__meta {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}
.watch-hours-summary-card__label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.watch-hours-summary-card__value {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  line-height: 1;
}
.watch-hours-summary-card__value-num {
  font-size: 1.65rem;
  font-weight: 700;
  color: #ffffff;
}
.watch-hours-summary-card__value-unit {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
}
.watch-hours-summary-card__bar {
  margin-top: 0.5rem;
  height: 3px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.watch-hours-summary-card__bar-fill {
  position: absolute;
  inset: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: inherit;
  transition: width 0.3s ease;
}
.watch-hours-summary-card--neutral .watch-hours-summary-card__icon {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
}
.watch-hours-summary-card--neutral .watch-hours-summary-card__bar-fill {
  background-color: rgba(255, 255, 255, 0.18);
}
.watch-hours-summary-card--orange {
  border-left: 3px solid #F47923;
}
.watch-hours-summary-card--orange .watch-hours-summary-card__icon {
  background-color: rgba(244, 121, 35, 0.15);
  color: #F47923;
}
.watch-hours-summary-card--orange .watch-hours-summary-card__value-num {
  color: #F47923;
}
.watch-hours-summary-card--orange .watch-hours-summary-card__bar-fill {
  background-color: #F47923;
  background-image: linear-gradient(90deg, #dd6718 0%, #F47923 50%, #ebb283 100%);
}
.watch-hours-summary-card--teal {
  border-left: 3px solid #2dd4bf;
}
.watch-hours-summary-card--teal .watch-hours-summary-card__icon {
  background-color: rgba(45, 212, 191, 0.15);
  color: #2dd4bf;
}
.watch-hours-summary-card--teal .watch-hours-summary-card__bar-fill {
  background-color: #2dd4bf;
}

.duration-plan-card {
  --plan-border: rgba(255, 255, 255, 0.09);
  position: relative;
  overflow: hidden;
  background-color: #232328;
  border: 1px solid var(--plan-border);
  border-radius: 16px;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  cursor: pointer;
  transition: border-color 0.18s ease, transform 0.18s ease;
  outline: none;
}
.duration-plan-card:hover {
  --plan-border: rgba(244, 121, 35, 0.45);
  transform: translateY(-2px);
}
.duration-plan-card:focus-visible {
  --plan-border: #F47923;
  box-shadow: inset 0 0 0 2px rgba(244, 121, 35, 0.25);
}
.duration-plan-card--disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.duration-plan-card--disabled:hover {
  border-color: rgba(255, 255, 255, 0.05);
  transform: none;
}
.duration-plan-card--selected {
  --plan-border: #F47923;
  background-image: linear-gradient(180deg, rgba(244, 121, 35, 0.12) 0%, rgba(244, 121, 35, 0.02) 55%);
}
.duration-plan-card--selected .duration-plan-card__radio {
  color: #F47923;
  font-size: 1.35rem;
}
.duration-plan-card--selected .duration-plan-card__tag {
  color: rgba(244, 121, 35, 0.75);
}
.duration-plan-card--selected .duration-plan-card__price-amount {
  background-color: #F47923;
  background-image: linear-gradient(180deg, #f7913f 0%, #F47923 55%, #dd6718 100%);
  border-color: #dd6718;
  color: #ffffff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 3px 10px rgba(244, 121, 35, 0.3);
}
.duration-plan-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.duration-plan-card__titles {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.duration-plan-card__tier {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.duration-plan-card__tag {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
  transition: color 0.18s ease;
}
.duration-plan-card__head-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.duration-plan-card__badge {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  padding: 2px 0.5rem;
  border-radius: 6px;
  background-color: rgba(244, 121, 35, 0.15);
  color: #F47923;
  text-transform: uppercase;
}
.duration-plan-card__radio {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  line-height: 1;
  transition: color 0.18s ease;
}
.duration-plan-card__hours {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}
.duration-plan-card__hours-num {
  font-size: 1.85rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.duration-plan-card__hours-unit {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}
.duration-plan-card__price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: auto -1.25rem 0;
  padding: 1rem 1.25rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.16);
}
.duration-plan-card__price::before, .duration-plan-card__price::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0e0e10;
  border: 1px solid var(--plan-border);
  transition: border-color 0.18s ease;
}
.duration-plan-card__price::before {
  left: -9px;
}
.duration-plan-card__price::after {
  right: -9px;
}
.duration-plan-card__price-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.duration-plan-card__price-note {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}

.cert-legend {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 80% at 100% 0%, rgba(244, 121, 35, 0.1), transparent 55%), linear-gradient(180deg, #27272d 0%, #1c1c20 55%, #17171a 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 28px;
  padding: 1.5rem;
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.55), 0 10px 20px -8px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.07), inset 0 -3px 6px rgba(0, 0, 0, 0.35);
}
.cert-legend > summary {
  list-style: none;
}
.cert-legend > summary::-webkit-details-marker {
  display: none;
}
.cert-legend__sheen {
  position: absolute;
  z-index: 0;
  top: -40%;
  left: -20%;
  width: 80%;
  height: 140px;
  pointer-events: none;
  background: radial-gradient(closest-side, rgba(244, 121, 35, 0.16), transparent);
}
.cert-legend__toggle, .cert-legend__content, .cert-legend__body, .cert-legend__list {
  position: relative;
  z-index: 1;
}
.cert-legend__toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cert-legend__toggle:focus-visible {
  outline: 2px solid rgba(244, 121, 35, 0.6);
  outline-offset: 4px;
  border-radius: 12px;
}
.cert-legend__toggle-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  border: 1px solid rgba(244, 121, 35, 0.22);
  font-size: 0.95rem;
}
.cert-legend__toggle-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.cert-legend__toggle-label {
  font-size: 1.08rem;
  font-weight: 600;
  color: #ffffff;
}
.cert-legend__toggle-hint {
  font-size: 0.72rem;
  color: #F47923;
}
.cert-legend__toggle-hint [data-when=open] {
  display: none;
}
.cert-legend__toggle-chevron {
  flex-shrink: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  border: 1px solid rgba(244, 121, 35, 0.3);
  font-size: 0.72rem;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.cert-legend[open] .cert-legend__toggle-chevron {
  transform: rotate(180deg);
}
.cert-legend[open] .cert-legend__toggle-hint [data-when=closed] {
  display: none;
}
.cert-legend[open] .cert-legend__toggle-hint [data-when=open] {
  display: inline;
}
.cert-legend__content {
  margin-top: 1.25rem;
}
.cert-legend[open] .cert-legend__content {
  transform-origin: top center;
  animation: cert-reqs-unfold 0.42s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.cert-legend__body {
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}
.cert-legend__list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cert-legend__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.cert-legend__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(244, 121, 35, 0.15);
  border: 1px solid rgba(244, 121, 35, 0.22);
  color: #F47923;
  font-size: 0.9rem;
}
.cert-legend__item-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
}
.cert-legend__item-text {
  display: block;
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
}
.cert-legend__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 0.5rem;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
}
.cert-legend__badge > i {
  font-size: 0.62rem;
}

.cert-legend--flat {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 1rem 1.25rem;
}
.cert-legend--flat .cert-legend__sheen {
  display: none;
}
.cert-legend--flat .cert-legend__toggle-label {
  font-size: 0.9375rem;
}
.cert-legend--flat .cert-legend__toggle-icon {
  width: 30px;
  height: 30px;
  font-size: 0.85rem;
}
.cert-legend--flat .cert-legend__toggle-chevron {
  width: 24px;
  height: 24px;
  font-size: 0.66rem;
}
.cert-legend--flat .cert-legend__content {
  margin-top: 1rem;
}
.cert-legend--flat:not([open]) > .cert-legend__toggle:hover .cert-legend__toggle-label {
  color: #F47923;
}

.cert-legend--elite {
  background: radial-gradient(120% 80% at 100% 0%, rgba(233, 180, 76, 0.16), transparent 55%), linear-gradient(180deg, #2b2620 0%, #201d18 55%, #1a1712 100%);
  border-color: rgba(233, 180, 76, 0.3);
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.6), 0 10px 20px -8px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(233, 180, 76, 0.14), inset 0 -3px 6px rgba(0, 0, 0, 0.4);
}
.cert-legend--elite .cert-legend__sheen {
  background: radial-gradient(closest-side, rgba(233, 180, 76, 0.22), transparent);
}
.cert-legend--elite .cert-legend__toggle-icon,
.cert-legend--elite .cert-legend__icon {
  color: #e9b44c;
  background: rgba(233, 180, 76, 0.14);
  border-color: rgba(233, 180, 76, 0.3);
}
.cert-legend--elite .cert-legend__toggle-hint {
  color: #e9b44c;
}
.cert-legend--elite .cert-legend__toggle-chevron {
  color: #e9b44c;
  background: rgba(233, 180, 76, 0.14);
  border-color: rgba(233, 180, 76, 0.3);
}
.cert-legend--elite.cert-legend .cert-legend__toggle:focus-visible {
  outline-color: rgba(233, 180, 76, 0.6);
}
.cert-legend--elite .cert-legend__badge {
  color: #1a1712;
  background: linear-gradient(180deg, #f2c869 0%, #e9b44c 100%);
  box-shadow: 0 2px 8px -2px rgba(233, 180, 76, 0.6);
}

@media (prefers-reduced-motion: reduce) {
  .cert-legend__toggle-chevron {
    transition: none;
  }
  .cert-legend[open] .cert-legend__content {
    animation: none;
  }
}
.dashboard {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .dashboard {
    gap: 2rem;
  }
}

.continue-learning.is-observed > header {
  opacity: 0;
}
.continue-learning.is-observed .continue-learning__grid > * {
  opacity: 0;
}
.continue-learning.is-revealed > header {
  animation: dashSectionIn 0.5s ease both;
}
.continue-learning.is-revealed .continue-learning__grid > * {
  animation: dashReveal 0.55s cubic-bezier(0.22, 0.68, 0.28, 1) both;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(1) {
  animation-delay: 0.08s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(2) {
  animation-delay: 0.135s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(3) {
  animation-delay: 0.19s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(4) {
  animation-delay: 0.245s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(5) {
  animation-delay: 0.3s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(6) {
  animation-delay: 0.355s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(7) {
  animation-delay: 0.41s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(8) {
  animation-delay: 0.465s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(9) {
  animation-delay: 0.52s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(10) {
  animation-delay: 0.575s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(11) {
  animation-delay: 0.63s;
}
.continue-learning.is-revealed .continue-learning__grid > *:nth-child(12) {
  animation-delay: 0.685s;
}

.recommended.is-observed > header {
  opacity: 0;
}
.recommended.is-observed .recommended__grid > * {
  opacity: 0;
}
.recommended.is-revealed > header {
  animation: dashSectionIn 0.5s ease both;
}
.recommended.is-revealed .recommended__grid > * {
  animation: dashReveal 0.55s cubic-bezier(0.22, 0.68, 0.28, 1) both;
}
.recommended.is-revealed .recommended__grid > *:nth-child(1) {
  animation-delay: 0.08s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(2) {
  animation-delay: 0.135s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(3) {
  animation-delay: 0.19s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(4) {
  animation-delay: 0.245s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(5) {
  animation-delay: 0.3s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(6) {
  animation-delay: 0.355s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(7) {
  animation-delay: 0.41s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(8) {
  animation-delay: 0.465s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(9) {
  animation-delay: 0.52s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(10) {
  animation-delay: 0.575s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(11) {
  animation-delay: 0.63s;
}
.recommended.is-revealed .recommended__grid > *:nth-child(12) {
  animation-delay: 0.685s;
}

.explore-courses.is-observed > header {
  opacity: 0;
}
.explore-courses.is-observed .explore-courses__grid > * {
  opacity: 0;
}
.explore-courses.is-revealed > header {
  animation: dashSectionIn 0.5s ease both;
}
.explore-courses.is-revealed .explore-courses__grid > * {
  animation: dashReveal 0.55s cubic-bezier(0.22, 0.68, 0.28, 1) both;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(1) {
  animation-delay: 0.08s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(2) {
  animation-delay: 0.135s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(3) {
  animation-delay: 0.19s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(4) {
  animation-delay: 0.245s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(5) {
  animation-delay: 0.3s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(6) {
  animation-delay: 0.355s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(7) {
  animation-delay: 0.41s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(8) {
  animation-delay: 0.465s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(9) {
  animation-delay: 0.52s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(10) {
  animation-delay: 0.575s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(11) {
  animation-delay: 0.63s;
}
.explore-courses.is-revealed .explore-courses__grid > *:nth-child(12) {
  animation-delay: 0.685s;
}

@media (prefers-reduced-motion: reduce) {
  .continue-learning.is-observed > header, .continue-learning.is-observed .continue-learning__grid > *, .continue-learning.is-observed .recommended__grid > *, .continue-learning.is-observed .explore-courses__grid > *,
  .recommended.is-observed > header,
  .recommended.is-observed .continue-learning__grid > *,
  .recommended.is-observed .recommended__grid > *,
  .recommended.is-observed .explore-courses__grid > *,
  .explore-courses.is-observed > header,
  .explore-courses.is-observed .continue-learning__grid > *,
  .explore-courses.is-observed .recommended__grid > *,
  .explore-courses.is-observed .explore-courses__grid > * {
    opacity: 1;
  }
  .continue-learning.is-revealed > header, .continue-learning.is-revealed .continue-learning__grid > *, .continue-learning.is-revealed .recommended__grid > *, .continue-learning.is-revealed .explore-courses__grid > *,
  .recommended.is-revealed > header,
  .recommended.is-revealed .continue-learning__grid > *,
  .recommended.is-revealed .recommended__grid > *,
  .recommended.is-revealed .explore-courses__grid > *,
  .explore-courses.is-revealed > header,
  .explore-courses.is-revealed .continue-learning__grid > *,
  .explore-courses.is-revealed .recommended__grid > *,
  .explore-courses.is-revealed .explore-courses__grid > * {
    animation: none;
  }
}
.welcome-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(20, 20, 24, 0.9) 0%, rgba(20, 20, 24, 0.8) 50%, rgba(20, 20, 24, 0.66) 100%), var(--welcome-bg, url("/assets/images/banners/welcome-bg.png")) center/cover no-repeat;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 196px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .welcome-banner {
    padding: 1rem 1.25rem;
  }
}
.welcome-banner__content {
  max-width: 100%;
}
.welcome-banner__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem;
}
@media (max-width: 767px) {
  .welcome-banner__title {
    font-size: 1.35rem;
  }
}
.welcome-banner__subtitle {
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .welcome-banner__subtitle {
    font-size: 0.98rem;
  }
}

.welcome-banner--split {
  flex-direction: row;
  align-items: stretch;
  gap: 1.25rem;
}
.welcome-banner--split .welcome-banner__content {
  flex: 0 0 56%;
  max-width: 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
@media (max-width: 767px) {
  .welcome-banner--split {
    flex-direction: column;
  }
  .welcome-banner--split .welcome-banner__content {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.welcome-banner__labs {
  flex: 1 1 44%;
  min-width: 0;
}

.labs-deck {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  height: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .labs-deck {
    height: 92px;
  }
}

.labs-panel {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 1 1 0%;
  min-width: 46px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  isolation: isolate;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent, #444) 24%, transparent), rgba(0, 0, 0, 0.14));
  box-shadow: 0 10px 26px -14px rgba(0, 0, 0, 0.85), 0 2px 6px -3px rgba(0, 0, 0, 0.5);
  transition: flex-grow 0.55s cubic-bezier(0.05, 0.61, 0.41, 0.95), box-shadow 0.35s ease, border-color 0.35s ease;
}
.labs-panel:hover, .labs-panel:focus-visible {
  color: #fff;
  outline: none;
  flex-grow: 10;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.95), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}
.labs-panel--active {
  flex-grow: 10;
  border-color: rgba(255, 255, 255, 0.42);
}
.labs-deck:has(.labs-panel:hover, .labs-panel:focus-visible) .labs-panel--active:not(:hover):not(:focus-visible) {
  flex-grow: 1;
  border-color: rgba(255, 255, 255, 0.22);
}
.labs-deck:has(.labs-panel:hover, .labs-panel:focus-visible) .labs-panel--active:not(:hover):not(:focus-visible) .labs-panel__body {
  opacity: 0;
  transform: translateX(10px);
}
.labs-panel .labs-glass {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  overflow: hidden;
}
.labs-panel .labs-glass__effect {
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(4px) saturate(1.5);
  -webkit-backdrop-filter: blur(4px) saturate(1.5);
  filter: url("#labs-glass-distortion");
  isolation: isolate;
}
.labs-panel .labs-glass__tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03) 55%, rgba(255, 255, 255, 0.1));
}
.labs-panel .labs-glass__shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 1.5px 1.5px 1px rgba(255, 255, 255, 0.55), inset -1px -1px 1px 1px rgba(255, 255, 255, 0.28), inset 0 0 12px rgba(255, 255, 255, 0.1);
}
.labs-panel__icon, .labs-panel__body {
  position: relative;
  z-index: 2;
}
.labs-panel__icon {
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 100%;
  font-size: 1.35rem;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.55));
}
.labs-panel__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.labs-panel__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  flex: 1 1 auto;
  gap: 6px;
  min-width: 0;
  padding: 0.75rem 0.75rem 0.75rem 0.25rem;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.45s ease 0.05s, transform 0.45s ease 0.05s;
}
.labs-panel--active .labs-panel__body, .labs-panel:hover .labs-panel__body, .labs-panel:focus-visible .labs-panel__body {
  opacity: 1;
  transform: none;
}
.labs-panel__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.labs-panel__sub {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.74);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.labs-panel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  overflow: hidden;
  max-height: 92px;
}
@media (max-width: 767px) {
  .labs-panel__chips {
    max-height: 52px;
  }
}

.labs-panel--profile.labs-panel--active > .labs-panel__icon,
.labs-panel--profile:hover > .labs-panel__icon,
.labs-panel--profile:focus-visible > .labs-panel__icon {
  display: none;
}

.labs-deck:has(.labs-panel:hover, .labs-panel:focus-visible) .labs-panel--profile.labs-panel--active:not(:hover):not(:focus-visible) > .labs-panel__icon {
  display: grid;
}

.labs-panel--profile .labs-panel__body {
  padding-left: 0.75rem;
  gap: 8px;
}
.labs-panel--profile .labs-panel__body .labs-panel__chips {
  max-height: 92px;
}

.labs-skills {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.labs-skills__label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.labs-profile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.labs-profile__id {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.labs-profile__avatar {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.labs-profile__who {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.labs-profile__name {
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.labs-profile__clan {
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.labs-profile__rank {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.05;
  padding: 4px 11px;
  border-radius: 5px;
  color: #241a00;
  background: linear-gradient(135deg, #ffe08a, #f4b737);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
.labs-profile__rank-hash {
  font-size: 0.9rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.labs-profile__rank-sub {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
}

.labs-panel--streak .labs-panel__body {
  gap: 4px;
  padding-left: 0.75rem;
}

.labs-streak__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.labs-streak__misses {
  flex: 0 0 auto;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(229, 57, 53, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.28);
  white-space: nowrap;
}

.labs-streak__day {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.labs-streak__meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  font-size: 0.68rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.labs-streak__rate {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.labs-streak__penalty {
  font-weight: 600;
  color: #ff8a80;
}

.labs-streak__track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 13px 3px;
  min-width: 0;
}

.labs-streak__track::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 24px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2fbf71 0%, #2fbf71 40%, rgba(255, 255, 255, 0.22) 40%, rgba(255, 255, 255, 0.22) 100%);
}

.labs-day {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.labs-day--done {
  color: #06301b;
  background: #2fbf71;
  border-color: rgba(255, 255, 255, 0.45);
}
.labs-day--current {
  color: #1b1b06;
  background: #b7c34a;
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(183, 195, 74, 0.28);
}
.labs-day--next {
  color: #f4f0d8;
  background: rgba(140, 150, 60, 0.7);
}
.labs-day__mark {
  position: absolute;
  bottom: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.66rem;
  line-height: 1;
}
.labs-day__gain {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.54rem;
  font-weight: 800;
  color: #FFCE54;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.labs-streak__milestone {
  font-size: 0.68rem;
  font-weight: 700;
  color: #34d399;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

@media (max-width: 767px) {
  .labs-panel--streak .labs-panel__body {
    gap: 3px;
    justify-content: center;
  }
  .labs-streak__day {
    font-size: 1.05rem;
  }
  .labs-streak__track {
    padding: 6px 3px;
  }
  .labs-streak__track::before {
    top: 15px;
  }
  .labs-day {
    width: 16px;
    height: 16px;
    font-size: 0.5rem;
  }
  .labs-day__gain,
  .labs-day__mark,
  .labs-streak__meta,
  .labs-streak__milestone {
    display: none;
  }
}
.labs-panel--momentum .labs-panel__body {
  gap: 4px;
}

.labs-duo {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.labs-duo__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.labs-duo__value {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.labs-duo__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.labs-earn {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  white-space: nowrap;
}
.labs-earn__k {
  flex: 0 0 auto;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.labs-earn__v {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.labs-tierline {
  font-size: 0.7rem;
  font-style: italic;
  font-weight: 600;
  color: #FFCE54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.labs-rows {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.labs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  white-space: nowrap;
}
.labs-row__name {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.88);
}
.labs-row__val {
  font-size: 0.9rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.labs-row--feed .labs-row__name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.74rem;
}
.labs-row__when {
  flex: 0 0 auto;
  font-size: 0.66rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
  white-space: nowrap;
}

.labs-tiers {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.labs-tier {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 6px 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.7rem;
  line-height: 1;
}
.labs-tier__name {
  font-weight: 700;
  letter-spacing: 0.03em;
}
.labs-tier__count {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #17171c;
  background: #fff;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 0.66rem;
}
.labs-tier--elite {
  border-color: rgba(255, 206, 84, 0.8);
}
.labs-tier--elite .labs-tier__count {
  background: #FFCE54;
}
.labs-tier--pro {
  border-color: rgba(172, 146, 236, 0.8);
}
.labs-tier--pro .labs-tier__count {
  background: #C3AEF5;
}
.labs-tier--standard {
  border-color: rgba(255, 255, 255, 0.4);
}

.labs-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.7rem;
  line-height: 1;
  white-space: nowrap;
}
.labs-chip__name {
  font-weight: 600;
  color: #fff;
}
.labs-chip__count {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #17171c;
  background: #fff;
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 0.64rem;
}

@media (prefers-reduced-motion: reduce) {
  .labs-panel,
  .labs-panel__body {
    transition: none;
  }
}
.wb-blue,
.wb-green,
.wb-orange,
.wb-purple,
.wb-red,
.wb-gold {
  font-weight: 600;
}

.wb-blue {
  color: #38bdf8;
}

.wb-green {
  color: #34d399;
}

.wb-orange {
  color: #F47923;
}

.wb-purple {
  color: #a78bfa;
}

.wb-red {
  color: #f87171;
}

.wb-gold {
  color: #fbbf24;
}

.wb-caret {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  margin-left: 1px;
  vertical-align: text-bottom;
  background: #F47923;
  animation: wb-blink 1s step-end infinite;
}

.welcome-banner__subtitle.is-typed .wb-caret {
  animation: wb-blink 1s step-end 2, wb-fade 0.4s ease 2s forwards;
}

.welcome-banner__subtitle--words .wb-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(6px);
  animation: wb-word-in 0.4s ease forwards;
}

.welcome-banner__subtitle--chars .wb-char {
  opacity: 0;
  animation: wb-fade-in 0.35s ease forwards;
}

.welcome-banner__subtitle--fade {
  animation: wb-line-in 0.55s ease both;
}

.welcome-banner__subtitle--blur {
  animation: wb-blur-in 0.6s ease both;
}

.welcome-banner__subtitle--slide {
  animation: wb-slide-in 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@keyframes wb-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes wb-fade {
  to {
    opacity: 0;
  }
}
@keyframes wb-fade-in {
  to {
    opacity: 1;
  }
}
@keyframes wb-word-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wb-line-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wb-blur-in {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes wb-slide-in {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wb-caret,
  .welcome-banner__subtitle--words .wb-word,
  .welcome-banner__subtitle--chars .wb-char,
  .welcome-banner__subtitle--fade,
  .welcome-banner__subtitle--blur,
  .welcome-banner__subtitle--slide {
    animation: none;
  }
  .welcome-banner__subtitle--words .wb-word,
  .welcome-banner__subtitle--chars .wb-char {
    opacity: 1;
    transform: none;
  }
}
.continue-learning__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.continue-learning__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.continue-learning__view-all {
  font-size: 0.85rem;
  font-weight: 600;
  color: #F47923;
}
.continue-learning__view-all:hover, .continue-learning__view-all:focus {
  color: #dd6718;
}
.continue-learning__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 1199px) {
  .continue-learning__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .continue-learning__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .continue-learning__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .continue-learning__grid {
    grid-template-columns: 1fr;
  }
}

.recommended__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.recommended__eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F47923;
}
.recommended__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}
.recommended__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}
@media (max-width: 991px) {
  .recommended__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .recommended__grid {
    grid-template-columns: 1fr;
  }
}

.rec-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem;
  border-radius: 16px;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}
.rec-card:hover {
  color: #ffffff;
  transform: translateY(-4px);
  border-color: rgba(244, 121, 35, 0.4);
  background-color: #232328;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(244, 121, 35, 0.15);
}
.rec-card:hover .rec-card__txt {
  color: rgba(255, 255, 255, 0.72);
}
.rec-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.rec-card__tag {
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #F47923;
  background-color: rgba(244, 121, 35, 0.15);
}
.rec-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rec-card__txt {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.4s ease;
}
.rec-card__img {
  margin-top: 1rem;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #232328;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.rec-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.rec-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 20%, rgba(244, 121, 35, 0.25), transparent 60%), #232328;
}

.explore-courses__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  position: relative;
  z-index: 20;
}
@media (max-width: 575px) {
  .explore-courses__header {
    flex-direction: column;
    align-items: stretch;
  }
}
.explore-courses__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}
.explore-courses__filter {
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .explore-courses__filter {
    width: 100%;
  }
}
.explore-courses__filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  white-space: nowrap;
  background-color: #1c1c20;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.explore-courses__filter-btn::after {
  display: none;
}
.explore-courses__filter-btn .bi-chevron-down {
  font-size: 0.75rem;
  transition: transform 0.18s ease;
}
.explore-courses__filter-btn:hover, .explore-courses__filter-btn:focus-visible {
  background-color: #232328;
  color: #ffffff;
}
.explore-courses__filter-btn[aria-expanded=true] {
  border-color: #F47923;
  color: #ffffff;
}
.explore-courses__filter-btn[aria-expanded=true] .bi-chevron-down {
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .explore-courses__filter-btn {
    width: 100%;
  }
}
.explore-courses__filter-label {
  white-space: nowrap;
}
.explore-courses__filter-menu {
  z-index: 1050;
  min-width: 200px;
  padding: 0.5rem;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}
.explore-courses__filter-item {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.explore-courses__filter-item:hover, .explore-courses__filter-item:focus-visible {
  background-color: #232328;
  color: #ffffff;
}
.explore-courses__filter-item.is-active {
  background-color: #F47923;
  color: #fff;
}
.explore-courses__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .explore-courses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .explore-courses__grid {
    grid-template-columns: 1fr;
  }
}
.explore-courses__empty {
  margin: 1.5rem 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
}

.exam-center {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.exam-center__certificates-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 991px) {
  .exam-center__certificates-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.exam-center__rail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.exam-center__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.exam-center__section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.exam-center__hero.is-observed {
  opacity: 0;
}
.exam-center__hero.is-revealed {
  animation: dashReveal 0.55s cubic-bezier(0.22, 0.68, 0.28, 1) both;
}
.exam-center__certificates.is-observed > header {
  opacity: 0;
}
.exam-center__certificates.is-observed .exam-center__certificates-grid > * {
  opacity: 0;
}
.exam-center__certificates.is-revealed > header {
  animation: dashSectionIn 0.5s ease both;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > * {
  animation: dashReveal 0.55s cubic-bezier(0.22, 0.68, 0.28, 1) both;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(1) {
  animation-delay: 0.06s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(2) {
  animation-delay: 0.12s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(3) {
  animation-delay: 0.18s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(4) {
  animation-delay: 0.24s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(5) {
  animation-delay: 0.3s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(6) {
  animation-delay: 0.36s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(7) {
  animation-delay: 0.42s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(8) {
  animation-delay: 0.48s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(9) {
  animation-delay: 0.54s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(10) {
  animation-delay: 0.6s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(11) {
  animation-delay: 0.66s;
}
.exam-center__certificates.is-revealed .exam-center__certificates-grid > *:nth-child(12) {
  animation-delay: 0.72s;
}

@media (prefers-reduced-motion: reduce) {
  .exam-center__hero.is-observed, .exam-center__certificates.is-observed > header, .exam-center__certificates.is-observed .exam-center__certificates-grid > * {
    opacity: 1;
  }
  .exam-center__hero.is-revealed, .exam-center__certificates.is-revealed > header, .exam-center__certificates.is-revealed .exam-center__certificates-grid > * {
    animation: none;
  }
}
.exam-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr) auto;
  grid-template-areas: "text slider ring";
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: radial-gradient(120% 140% at 0% 0%, rgba(244, 121, 35, 0.16), transparent 45%), radial-gradient(90% 120% at 100% 20%, rgba(96, 165, 250, 0.1), transparent 55%), linear-gradient(180deg, #1f1f24, #1c1c20);
}
@media (max-width: 991px) {
  .exam-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "text text" "slider ring";
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .exam-hero {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "slider" "ring";
    padding: 1.25rem;
    row-gap: 1.25rem;
  }
}
.exam-hero__text {
  grid-area: text;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.exam-hero__badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.exam-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  border: 1px solid rgba(244, 121, 35, 0.28);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
}
.exam-hero__eyebrow i {
  font-size: 0.8rem;
}
.exam-hero__status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
}
.exam-hero__status--online {
  color: #2dd4bf;
  background: rgba(45, 212, 191, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.3);
}
.exam-hero__status--online .exam-hero__status-dot {
  animation: exam-hero-status-pulse 2s ease-in-out infinite;
}
.exam-hero__status--offline {
  color: #f87171;
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.3);
}
.exam-hero__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
.exam-hero__title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 575px) {
  .exam-hero__title {
    font-size: 1.55rem;
  }
}
.exam-hero__subtitle {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 34rem;
}
.exam-hero__band {
  grid-area: slider;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.exam-hero__switch {
  align-self: flex-start;
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.exam-hero__switch-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.exam-hero__switch-btn i {
  font-size: 0.8rem;
}
.exam-hero__switch-btn:hover {
  color: #ffffff;
}
.exam-hero__switch-btn:focus-visible {
  outline: 2px solid rgba(244, 121, 35, 0.6);
  outline-offset: 2px;
}
.exam-hero__switch-btn[aria-pressed=true] {
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  box-shadow: inset 0 0 0 1px rgba(244, 121, 35, 0.28);
}
.exam-hero__panes {
  display: grid;
  align-items: center;
  min-width: 0;
}
.exam-hero__pane {
  grid-area: 1/1;
  min-width: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.exam-hero__band > .exam-hero__panes > .exam-hero__pane {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.exam-hero__band[data-view=next] > .exam-hero__panes > .exam-hero__pane--next, .exam-hero__band[data-view=play] > .exam-hero__panes > .exam-hero__pane--play, .exam-hero__band[data-view=quizcode] > .exam-hero__panes > .exam-hero__pane--quizcode {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.exam-hero__ring-wrap {
  grid-area: ring;
  display: grid;
  place-items: center;
}
@media (max-width: 575px) {
  .exam-hero__ring-wrap {
    justify-self: center;
    max-width: 100%;
  }
}
.exam-hero__ring {
  --pct: 0;
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(from -90deg, #3b82f6 0%, #ef4444 calc(var(--pct) * 1%), rgba(255, 255, 255, 0.07) 0);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03), -6px 10px 30px rgba(59, 130, 246, 0.2), 6px 10px 30px rgba(239, 68, 68, 0.18);
}
.exam-hero__ring::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: #17171b;
  z-index: 1;
}
@media (max-width: 575px) {
  .exam-hero__ring {
    width: 108px;
    height: 108px;
  }
  .exam-hero__ring::after {
    inset: 9px;
  }
}
.exam-hero__ring-fx {
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border-radius: 50%;
  z-index: 2;
  display: block;
  pointer-events: none;
  -webkit-mask: radial-gradient(circle at 50% 50%, #000 58%, transparent 72%);
  mask: radial-gradient(circle at 50% 50%, #000 58%, transparent 72%);
}
@media (max-width: 575px) {
  .exam-hero__ring-fx {
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.exam-hero__ring-hole {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.exam-hero__ring-value {
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 575px) {
  .exam-hero__ring-value {
    font-size: 1.65rem;
  }
}
.exam-hero__ring-pct {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  margin-left: 1px;
}
@media (max-width: 575px) {
  .exam-hero__ring-pct {
    font-size: 0.85rem;
  }
}
.exam-hero__ring-label {
  margin-top: 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 575px) {
  .exam-hero__ring-label {
    margin-top: 0.25rem;
    font-size: 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exam-hero__switch-btn,
  .exam-hero__pane,
  .qc-board__pane {
    transition: none;
  }
}
@keyframes exam-hero-status-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.8);
  }
}
.exam-hero .blog-slider {
  position: relative;
  min-width: 0;
  width: 100%;
  align-self: center;
  overflow: visible;
  border-radius: 20px;
  padding: 1rem 1.25rem 1rem 1rem;
  background: radial-gradient(120% 90% at 100% 0%, rgba(244, 121, 35, 0.07), transparent 55%), linear-gradient(180deg, #232329 0%, #17171b 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 48px -18px rgba(0, 0, 0, 0.65), 0 8px 18px -8px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.exam-hero .blog-slider:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.exam-hero .blog-slider__wrp {
  align-items: stretch;
}
.exam-hero .blog-slider__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .exam-hero .blog-slider__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
.exam-hero .blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.exam-hero .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.15s;
}
.exam-hero .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.23s;
}
.exam-hero .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.31s;
}
.exam-hero .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.39s;
}
.exam-hero .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.47s;
}
.exam-hero .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.55s;
}
.exam-hero .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.63s;
}
.exam-hero .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 0.71s;
}
.exam-hero .blog-slider__img {
  --accent: #F47923;
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  margin-left: -36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(147deg, color-mix(in srgb, var(--accent) 85%, #fe8a39) 0%, var(--accent) 74%);
  box-shadow: 0 14px 30px -8px color-mix(in srgb, var(--accent) 55%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
@media (max-width: 991px) {
  .exam-hero .blog-slider__img {
    margin-left: -1.25rem;
  }
}
@media (max-width: 575px) {
  .exam-hero .blog-slider__img {
    width: 68px;
    height: 68px;
    margin-left: 0;
  }
}
.exam-hero .blog-slider__monogram {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}
.exam-hero .blog-slider__pct {
  margin-top: 2px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.exam-hero .blog-slider__pct-sign {
  font-size: 0.7rem;
  font-weight: 600;
  margin-left: 1px;
}
.exam-hero .blog-slider__pct-label {
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}
.exam-hero .blog-slider__content {
  min-width: 0;
  flex: 1;
  padding-right: 1rem;
}
.exam-hero .blog-slider__content > * {
  transition: all 0.4s;
}
.exam-hero .blog-slider:where(.swiper-initialized) .blog-slider__content > * {
  opacity: 0;
  transform: translateY(14px);
}
.exam-hero .blog-slider__code {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F47923;
}
.exam-hero .blog-slider__code i {
  font-size: 0.78rem;
}
.exam-hero .blog-slider__title {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.exam-hero .blog-slider__axes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0.75rem;
}
.exam-hero .blog-slider__axis-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.exam-hero .blog-slider__axis-pill i {
  font-size: 0.75rem;
  color: #F47923;
}
.exam-hero .blog-slider__axis-pill b {
  font-weight: 700;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}
.exam-hero .blog-slider__axis-pill--done {
  color: #2dd4bf;
  background: color-mix(in srgb, #2dd4bf 12%, transparent);
  border-color: color-mix(in srgb, #2dd4bf 30%, transparent);
}
.exam-hero .blog-slider__axis-pill--done i, .exam-hero .blog-slider__axis-pill--done b {
  color: #2dd4bf;
}
.exam-hero .blog-slider__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2px;
  padding: 6px 0.75rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(147deg, #fe8a39 0%, #F47923 74%);
  box-shadow: 0 10px 26px -10px rgba(244, 121, 35, 0.7);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.exam-hero .blog-slider__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px -10px rgba(244, 121, 35, 0.8);
}
.exam-hero .blog-slider__button i {
  font-size: 0.85rem;
  transition: transform 0.15s ease;
}
.exam-hero .blog-slider__button:hover i {
  transform: translateX(2px);
}
.exam-hero .blog-slider__pagination {
  position: absolute;
  z-index: 2;
  left: auto;
  right: 10px;
  top: 50%;
  bottom: auto;
  width: 8px;
  max-height: 132px;
  overflow: hidden;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  -webkit-mask: linear-gradient(180deg, transparent 0, #000 14%, #000 86%, transparent 100%);
  mask: linear-gradient(180deg, transparent 0, #000 14%, #000 86%, transparent 100%);
}
.exam-hero .blog-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.3s;
}
.exam-hero .blog-slider__pagination .swiper-pagination-bullet:hover {
  opacity: 0.6;
}
.exam-hero .blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  height: 26px;
  background: #F47923;
  box-shadow: 0 0 16px rgba(244, 121, 35, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .exam-hero .blog-slider .blog-slider__content > *,
  .exam-hero .blog-slider.swiper-initialized .blog-slider__content > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.exam-center__certificates-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .exam-center__certificates-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.exam-center--detail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.exam-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.15s ease, transform 0.15s ease;
}
.exam-detail__back:hover {
  color: #ffffff;
  transform: translateX(-2px);
}
.exam-detail__id {
  --accent: #f47923;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.exam-detail__monogram {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.exam-detail__eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}
.exam-detail__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
}
.exam-detail__gate {
  --accent: #f47923;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #1c1c20;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, rgba(255, 255, 255, 0.05));
  border-radius: 16px;
  padding: 1.25rem 1.25rem 1.5rem;
}
.exam-detail__gate::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent) var(--fillpct, 0%), rgba(255, 255, 255, 0.06) var(--fillpct, 0%));
}
.exam-detail__gate-top {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.exam-detail__gate-glyph {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
  color: var(--accent);
}
.exam-detail__gate-glyph i {
  font-size: 1.4rem;
}
.exam-detail__gate-frac {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
  margin-right: auto;
}
.exam-detail__gate-num {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}
.exam-detail__gate-den {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 1.35rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}
.exam-detail__gate-flabel {
  margin-left: 0.75rem;
  align-self: center;
  max-width: 12ch;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
}
.exam-detail__gate-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 15%, transparent);
}
.exam-detail__gate-status i {
  font-size: 0.85rem;
}
.exam-detail__gate-status--available {
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}
.exam-detail__gate-status--participation {
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.15);
}
.exam-detail__gate-status--ready {
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
}
.exam-detail__gate-status--issued {
  color: #2dd4bf;
  background: rgba(45, 212, 191, 0.15);
}
.exam-detail__meter {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.exam-detail__seg {
  flex: 1 1 22px;
  min-width: 14px;
  height: 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.exam-detail__seg--on {
  background: #2dd4bf;
  border-color: transparent;
  box-shadow: 0 0 0 1px color-mix(in srgb, #2dd4bf 40%, transparent), 0 2px 10px rgba(45, 212, 191, 0.28);
  transform-origin: left;
  animation: exam-seg-in 0.5s ease both;
}
.exam-detail__seg--pending {
  background: color-mix(in srgb, #F47923 22%, transparent);
  border-color: color-mix(in srgb, #F47923 40%, transparent);
}
.exam-detail__gate-caption {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
}
.exam-detail__gate-caption strong {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}
.exam-detail__slot {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.exam-detail__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.exam-detail__sec-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.exam-detail__sec-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.exam-detail__sec-head--remaining .exam-detail__sec-dot {
  background: #F47923;
  box-shadow: 0 0 0 4px rgba(244, 121, 35, 0.15);
}
.exam-detail__sec-head--passing .exam-detail__sec-dot {
  background: #2dd4bf;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.15);
}
.exam-detail__sec-head--projects .exam-detail__sec-dot {
  background: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.15);
}
.exam-detail__sec-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.exam-detail__sec-count {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  padding: 2px 9px;
  font-variant-numeric: tabular-nums;
}
.exam-detail__sec-hint {
  margin-left: auto;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.3);
}
.exam-detail__remain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 1rem;
  align-items: start;
}
@media (max-width: 575px) {
  .exam-detail__remain-grid {
    grid-template-columns: 1fr;
  }
}
.exam-detail__pass-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
  gap: 0.75rem;
}
@media (max-width: 575px) {
  .exam-detail__pass-grid {
    grid-template-columns: 1fr;
  }
}
.exam-detail__group-head {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.exam-detail__group-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
}
.exam-detail__group-meta {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.exam-detail__member-gate {
  --accent: #f47923;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}
.exam-detail__member-frac {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.exam-detail__member-frac strong {
  font-size: 1.05rem;
  color: color-mix(in srgb, var(--accent) 80%, #fff);
}
.exam-detail__member-bar {
  flex: 1 1 120px;
  min-width: 90px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.exam-detail__member-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
  transition: width 0.3s ease;
}
.exam-detail__member-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 2px 0.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  color: color-mix(in srgb, var(--accent) 82%, #fff);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 38%, transparent);
}
.exam-detail__member-pill--issued {
  --accent: #2dd4bf;
}
.exam-detail__member-pill--ready {
  --accent: #f47923;
}
.exam-detail__member-pill--participation {
  --accent: #60a5fa;
}
.exam-detail__member-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.exam-detail__member-cta i {
  font-size: 0.85rem;
}
.exam-detail__member-cta:hover {
  transform: translateY(-1px);
}
.exam-detail__member-cta--completion {
  color: #fff;
  background: #F47923;
}
.exam-detail__member-cta--completion:hover {
  background: #dd6718;
}
.exam-detail__member-cta--participation {
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.12);
  border-color: rgba(96, 165, 250, 0.35);
}
.exam-detail__member-cta--participation:hover {
  background: rgba(96, 165, 250, 0.2);
}
.exam-detail__member-cta--download {
  color: #2dd4bf;
  background: rgba(45, 212, 191, 0.12);
  border-color: rgba(45, 212, 191, 0.35);
}
.exam-detail__member-cta--download:hover {
  background: rgba(45, 212, 191, 0.2);
}
.exam-detail__member-note {
  margin-left: auto;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: right;
}
@media (max-width: 575px) {
  .exam-detail__member-gate {
    align-items: flex-start;
  }
  .exam-detail__member-note {
    margin-left: 0;
    width: 100%;
    text-align: left;
  }
  .exam-detail__gate-num {
    font-size: 2rem;
  }
  .exam-detail__gate-flabel {
    margin-left: 0;
    max-width: none;
    flex-basis: 100%;
    margin-top: 0.25rem;
  }
  .exam-detail__title {
    font-size: 1.2rem;
  }
}

@keyframes exam-seg-in {
  from {
    transform: scaleX(0.2);
    opacity: 0.2;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.metric-card--skeleton {
  gap: 0.75rem;
  pointer-events: none;
}
.metric-card--skeleton .metric-card__sk {
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.09) 37%, rgba(255, 255, 255, 0.05) 63%);
  background-size: 400% 100%;
  animation: metric-sk-shimmer 1.4s ease infinite;
}
.metric-card--skeleton .metric-card__sk--head {
  height: 40px;
}
.metric-card--skeleton .metric-card__sk--value {
  height: 22px;
  width: 55%;
}
.metric-card--skeleton .metric-card__sk--bar {
  height: 6px;
}
.metric-card--skeleton .metric-card__sk--foot {
  height: 34px;
  margin-top: auto;
}

@keyframes metric-sk-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.metric-modal {
  padding: 0;
  border: none;
  background: transparent;
  width: 100%;
  max-width: min(520px, 100vw - 1.25rem * 2);
  color: #ffffff;
}
.metric-modal::backdrop {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}
.metric-modal[open] .metric-modal__card {
  animation: metric-modal-in 0.18s ease both;
}
.metric-modal__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #232328;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.metric-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.metric-modal__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}
.metric-modal__close {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.metric-modal__close:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.metric-modal__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.metric-modal__complete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: #F47923;
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
  transition: background 0.15s ease, transform 0.15s ease;
}
.metric-modal__complete:hover {
  background: #dd6718;
  transform: translateY(-1px);
}
.metric-modal__complete[hidden] {
  display: none;
}

.exam-topics {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 1.25rem;
}
.exam-topics__head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.exam-topics__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}
.exam-topics__title i {
  color: #F47923;
}
.exam-topics__what {
  margin: 0;
  max-width: 72ch;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}
.exam-topics__groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .exam-topics__groups {
    grid-template-columns: 1fr;
  }
}
.exam-topics__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
  text-decoration: none;
  background: #232328;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.exam-topics__trigger:hover, .exam-topics__trigger:focus-visible {
  border-color: #F47923;
  background: rgba(244, 121, 35, 0.06);
  transform: translateY(-1px);
}
.exam-topics__trigger:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
}
.exam-topics__trigger-head {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.exam-topics__trigger-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.45);
}
.exam-topics__trigger-meta i {
  font-size: 0.72rem;
}
.exam-topics__trigger-count {
  font-size: 0.72rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #F47923;
}
.exam-topics__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.exam-topics__group-head {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.45);
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.exam-topics__note {
  margin: 0;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}

.topics-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.topics-modal:target {
  display: flex;
}
.topics-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}
.topics-modal__card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: min(520px, 100vw - 1.25rem * 2);
  max-height: calc(100vh - 1.25rem * 2);
  background: #232328;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  animation: metric-modal-in 0.18s ease both;
}
.topics-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.topics-modal__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 1.3;
}
.topics-modal__close {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.topics-modal__close:hover, .topics-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.topics-modal__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow-y: auto;
}

@keyframes metric-modal-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .exam-detail__seg--on {
    animation: none;
  }
  .metric-card--skeleton .metric-card__sk {
    animation: none;
  }
  .metric-modal[open] .metric-modal__card {
    animation: none;
  }
  .topics-modal__card {
    animation: none;
  }
}
.exam-detail__remain-grid > *,
.exam-detail__pass-grid > * {
  transform-origin: top center;
  animation: cert-reqs-unfold 0.42s cubic-bezier(0.23, 1, 0.32, 1) backwards;
}

.exam-detail__remain-grid > *:nth-child(1),
.exam-detail__pass-grid > *:nth-child(1) {
  animation-delay: 0s;
}

.exam-detail__remain-grid > *:nth-child(2),
.exam-detail__pass-grid > *:nth-child(2) {
  animation-delay: 0.055s;
}

.exam-detail__remain-grid > *:nth-child(3),
.exam-detail__pass-grid > *:nth-child(3) {
  animation-delay: 0.11s;
}

.exam-detail__remain-grid > *:nth-child(4),
.exam-detail__pass-grid > *:nth-child(4) {
  animation-delay: 0.165s;
}

.exam-detail__remain-grid > *:nth-child(5),
.exam-detail__pass-grid > *:nth-child(5) {
  animation-delay: 0.22s;
}

.exam-detail__remain-grid > *:nth-child(6),
.exam-detail__pass-grid > *:nth-child(6) {
  animation-delay: 0.275s;
}

.exam-detail__remain-grid > *:nth-child(7),
.exam-detail__pass-grid > *:nth-child(7) {
  animation-delay: 0.33s;
}

.exam-detail__remain-grid > *:nth-child(8),
.exam-detail__pass-grid > *:nth-child(8) {
  animation-delay: 0.385s;
}

.exam-detail__remain-grid > *:nth-child(9),
.exam-detail__pass-grid > *:nth-child(9) {
  animation-delay: 0.44s;
}

.exam-detail__remain-grid > *:nth-child(10),
.exam-detail__pass-grid > *:nth-child(10) {
  animation-delay: 0.495s;
}

.exam-detail__remain-grid > *:nth-child(11),
.exam-detail__pass-grid > *:nth-child(11) {
  animation-delay: 0.55s;
}

.exam-detail__remain-grid > *:nth-child(12),
.exam-detail__pass-grid > *:nth-child(12) {
  animation-delay: 0.605s;
}

@media (prefers-reduced-motion: reduce) {
  .exam-detail__remain-grid > *,
  .exam-detail__pass-grid > * {
    animation: none;
  }
}
.project-modal {
  max-width: min(600px, 100vw - 1.25rem * 2);
}

.project-sub {
  gap: 0.75rem;
}
.project-sub__verdict {
  --accent: #eab308;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.project-sub__verdict--review {
  --accent: #eab308;
}
.project-sub__verdict--failed {
  --accent: #f87171;
}
.project-sub__verdict--passed {
  --accent: #2dd4bf;
}
.project-sub__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 2px 0.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  color: color-mix(in srgb, var(--accent) 82%, #fff);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 38%, transparent);
}
.project-sub__score {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}
.project-sub__feedback {
  margin: 0;
  padding-left: 0.75rem;
  border-left: 2px solid color-mix(in srgb, var(--accent, #eab308) 60%, transparent);
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.project-sub__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.project-sub__row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}
.project-sub__row[data-locked] {
  opacity: 0.75;
}
.project-sub__main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.project-sub__main i {
  color: #60a5fa;
  flex-shrink: 0;
}
.project-sub__main a,
.project-sub__main code {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-sub__main a {
  color: #60a5fa;
  text-decoration: none;
}
.project-sub__main a:hover {
  text-decoration: underline;
}
.project-sub__main code {
  color: rgba(255, 255, 255, 0.72);
}
.project-sub__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
}
.project-sub__timer {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-variant-numeric: tabular-nums;
}
.project-sub__timer:empty {
  display: none;
}
.project-sub__lock {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.project-sub__icon-btn {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.project-sub__icon-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.project-sub__icon-btn--danger:hover {
  color: #f87171;
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(248, 113, 113, 0.1);
}
.project-sub__edit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.project-sub__edit[hidden] {
  display: none;
}
.project-sub__mini-btn {
  flex-shrink: 0;
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: inherit;
  color: #fff;
  background: #F47923;
  cursor: pointer;
  transition: background 0.15s ease;
}
.project-sub__mini-btn:hover {
  background: #dd6718;
}
.project-sub__mini-btn--ghost {
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.05);
}
.project-sub__mini-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.project-sub__form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.project-sub__input {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.8rem;
}
.project-sub__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.project-sub__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.project-sub__input:focus {
  outline: none;
  border-color: rgba(244, 121, 35, 0.55);
  background: rgba(255, 255, 255, 0.06);
}
.project-sub__submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: inherit;
  color: #fff;
  background: #F47923;
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.project-sub__submit:hover {
  background: #dd6718;
  transform: translateY(-1px);
}
.project-sub__submit:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}
.project-sub__accepts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.project-sub__accept {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
}
.project-sub__accept i {
  color: #60a5fa;
}
.project-sub__accept code {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  padding: 1px 6px;
  color: rgba(255, 255, 255, 0.72);
}
.project-sub__hint {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
}
.project-sub__note {
  margin: 0;
  font-size: 0.78rem;
}
.project-sub__note[hidden] {
  display: none;
}
.project-sub[data-project-state=error] .project-sub__note {
  color: #f87171;
}
.project-sub[data-project-state=ok] .project-sub__note {
  color: #2dd4bf;
}
@media (max-width: 575px) {
  .project-sub__form {
    flex-direction: column;
    align-items: stretch;
  }
  .project-sub__submit {
    justify-content: center;
  }
  .project-sub__meta {
    row-gap: 0.25rem;
  }
}

.exam-hero .blog-slider--next-up .blog-slider__rank {
  margin-top: 3px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.exam-hero .blog-slider--next-up .blog-slider__tier {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 999px;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #e9b44c;
  background: rgba(233, 180, 76, 0.14);
  border: 1px solid rgba(233, 180, 76, 0.3);
}
.exam-hero .blog-slider--next-up .blog-slider__tier > i {
  font-size: 0.56rem;
}
.exam-hero .blog-slider--next-up .blog-slider__boost {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #2dd4bf;
  background: rgba(45, 212, 191, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.32);
}
.exam-hero .blog-slider--next-up .blog-slider__action {
  margin: 0 0 0.75rem;
  font-size: 0.74rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.exam-hero .blog-slider--next-up.blog-slider--clear .blog-slider__monogram {
  font-size: 1.5rem;
}
.exam-hero .blog-slider--next-up .blog-slider__clear-body {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
  max-width: 32rem;
}

.exam-hero .blog-slider__hint {
  margin: 0.75rem 0 0;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F47923;
  text-align: center;
}

.qc-board {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
}
@media (max-width: 575px) {
  .qc-board {
    padding: 0.75rem 1rem;
  }
}
.qc-board__intro {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.qc-board__switch {
  align-self: flex-start;
}
.qc-board__panes {
  display: grid;
  min-width: 0;
}
.qc-board__pane {
  grid-area: 1/1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.qc-board[data-hero-band] > .qc-board__panes > .qc-board__pane {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.qc-board[data-view=quiz] > .qc-board__panes > .qc-board__pane--quiz, .qc-board[data-view=code] > .qc-board__panes > .qc-board__pane--code {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.qc-board__pane .qc-board__stat-value {
  font-size: 1.75rem;
}
.qc-board__group-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}
.qc-board__group-title i {
  font-size: 0.82rem;
  color: #F47923;
}
.qc-board__pending {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
}
.qc-board__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
.qc-board__stat {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.qc-board__stat-value {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #ffffff;
}
.qc-board__stat--played .qc-board__stat-value {
  color: #60a5fa;
}
.qc-board__stat--pass .qc-board__stat-value {
  color: #2dd4bf;
}
.qc-board__stat--fail .qc-board__stat-value {
  color: #f87171;
}
.qc-board__stat-label {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.qc-board__rules {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.qc-board__rule {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}
.qc-board__rule i {
  flex: 0 0 auto;
  margin-top: 1px;
  font-size: 0.7rem;
  color: #F47923;
}

.my-learning__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 456px);
  gap: 1.25rem;
}
@media (max-width: 1199px) {
  .my-learning__top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 388px);
  }
}
@media (max-width: 991px) {
  .my-learning__top {
    grid-template-columns: 1fr;
  }
}
.my-learning__top {
  align-items: stretch;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.my-learning__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
  grid-template-areas: "head      head" "main      community" "rest      rest";
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  align-items: start;
  margin-top: 1.25rem;
}
@media (max-width: 1199px) {
  .my-learning__bottom {
    grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
  }
}
@media (max-width: 991px) {
  .my-learning__bottom {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "main" "community" "rest";
  }
}
.my-learning__head {
  grid-area: head;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 1199px) {
  .my-learning__head {
    grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
  }
}
@media (max-width: 991px) {
  .my-learning__head {
    grid-template-columns: 1fr;
  }
}
.my-learning__head-tabs {
  min-width: 0;
}
.my-learning__head-community {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 991px) {
  .my-learning__head-community {
    display: none;
  }
}
.my-learning__player {
  min-width: 0;
}
.my-learning__playlist {
  min-width: 0;
}
@media (min-width: 992px) {
  .my-learning__playlist {
    position: relative;
  }
  .my-learning__playlist .course-progress-card {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }
  .my-learning__playlist .course-progress-card__lessons,
  .my-learning__playlist .course-progress-card--switching .course-progress-card__subcourses {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
  }
}
@media (max-width: 991px) {
  .my-learning__playlist {
    display: flex;
    flex-direction: column;
  }
  .my-learning__playlist .course-progress-card__lessons,
  .my-learning__playlist .course-progress-card__subcourses {
    max-height: 560px;
  }
}
.my-learning__main {
  grid-area: main;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}
.my-learning__community {
  grid-area: community;
  align-self: start;
  min-width: 0;
}
@media (min-width: 992px) {
  .my-learning__community {
    position: sticky;
    top: calc(72px + 1rem);
  }
}
.my-learning__rest {
  grid-area: rest;
  min-width: 0;
}
.my-learning__pane {
  display: none;
}
.my-learning__pane--active {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.my-learning--wide .my-learning__bottom {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "head" "main" "rest";
}
.my-learning--wide .my-learning__head {
  grid-template-columns: minmax(0, 1fr);
}
.my-learning--wide .my-learning__head-community, .my-learning--wide .my-learning__community {
  display: none;
}
.my-learning--list .continue-learning__header {
  animation: dashSectionIn 0.45s ease both;
}
.my-learning--list .continue-learning__grid > * {
  transform-origin: center top;
  animation: learnCardIn 0.6s cubic-bezier(0.22, 0.68, 0.28, 1) both;
}
.my-learning--list .continue-learning__grid > *:nth-child(1) {
  animation-delay: 0.12s;
}
.my-learning--list .continue-learning__grid > *:nth-child(2) {
  animation-delay: 0.21s;
}
.my-learning--list .continue-learning__grid > *:nth-child(3) {
  animation-delay: 0.3s;
}
.my-learning--list .continue-learning__grid > *:nth-child(4) {
  animation-delay: 0.39s;
}
.my-learning--list .continue-learning__grid > *:nth-child(5) {
  animation-delay: 0.48s;
}
.my-learning--list .continue-learning__grid > *:nth-child(6) {
  animation-delay: 0.57s;
}
.my-learning--list .continue-learning__grid > *:nth-child(7) {
  animation-delay: 0.66s;
}
.my-learning--list .continue-learning__grid > *:nth-child(8) {
  animation-delay: 0.75s;
}
@media (prefers-reduced-motion: reduce) {
  .my-learning--list .continue-learning__header, .my-learning--list .continue-learning__grid > * {
    animation: none;
  }
}

.app-shell--cinema-ready .my-learning__top {
  transition: grid-template-columns 0.28s ease, column-gap 0.28s ease, margin 0.28s ease, padding 0.28s ease, border-color 0.28s ease;
  transition: grid-template-columns 0.28s ease, column-gap 0.28s ease, margin 0.28s ease, padding 0.28s ease, border-color 0.28s ease, -moz-column-gap 0.28s ease;
}
.app-shell--cinema-ready .my-learning__playlist {
  transition: opacity 0.18s ease 0.24s, visibility 0s linear 0s;
}
.app-shell--cinema-ready.app-shell--cinema .my-learning__top {
  transition-delay: 0.14s;
}
.app-shell--cinema-ready.app-shell--cinema .my-learning__playlist {
  transition: opacity 0.18s ease 0s, visibility 0s linear 0.18s;
}

.app-shell--cinema .my-learning__top {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0px);
  -moz-column-gap: 0;
       column-gap: 0;
  border-bottom-color: transparent;
}
.app-shell--cinema .my-learning__playlist {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: clip;
}
.app-shell--cinema .app-main__content {
  padding-top: 0;
}
.app-shell--cinema .app-main {
  overflow-x: clip;
}
@media (min-width: 992px) {
  .app-shell--cinema .my-learning__video-frame {
    aspect-ratio: auto;
    height: calc(100vh - 72px - 0.5rem);
    background-color: #000;
  }
  .app-shell--cinema .my-learning__video-frame vdocipher-player {
    width: 100% !important;
    height: 100% !important;
  }
  .app-shell--cinema .my-learning__video-el {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.app-shell--cinema .my-learning__top {
  margin-inline: -1.5rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .app-shell--cinema .my-learning__top {
    margin-inline: -0.5rem;
  }
}
.app-shell--cinema .my-learning__video {
  border-top: 0;
  border-inline: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  .app-shell--cinema .my-learning__playlist {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-shell--cinema-ready .my-learning__top,
  .app-shell--cinema-ready .my-learning__playlist,
  .app-shell--cinema-ready.app-shell--cinema .my-learning__top,
  .app-shell--cinema-ready.app-shell--cinema .my-learning__playlist {
    transition: none;
  }
}
.my-learning__video {
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
}
.my-learning__video-frame {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #2a2a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 767px) {
  .my-learning__video-frame {
    aspect-ratio: 16/10;
  }
}
.my-learning__video-frame:fullscreen {
  width: 100vw;
  height: 100vh;
  aspect-ratio: auto;
  background-color: #000;
}
.my-learning__video-frame:fullscreen vdocipher-player {
  width: 100% !important;
  height: 100% !important;
}
.my-learning__video-frame:fullscreen .my-learning__video-el {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.my-learning__video-frame:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  aspect-ratio: auto;
  background-color: #000;
}
.my-learning__video-frame:-webkit-full-screen vdocipher-player {
  width: 100% !important;
  height: 100% !important;
}
.my-learning__video-frame:-webkit-full-screen .my-learning__video-el {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.my-learning__video-el {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-learning__video-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: rgba(0, 0, 0, 0.55);
  cursor: progress;
}
.my-learning__video-loading-spinner {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-top-color: #F47923;
  animation: my-learning-video-spin 0.9s linear infinite;
}
.my-learning__video-loading-msg {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}
.my-learning__video-frame--error {
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  text-align: center;
}
.my-learning__video-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 24rem;
}
.my-learning__video-error-msg {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.45;
}
.my-learning__video-error-retry {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font: inherit;
  font-weight: 600;
  color: #1f2937;
  background-color: #F47923;
  transition: opacity 0.15s ease;
}
.my-learning__video-error-retry:hover {
  opacity: 0.9;
}
.my-learning__video-error-retry:active {
  transform: translateY(1px);
}

@keyframes my-learning-video-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .my-learning__video-loading-spinner {
    animation: none;
  }
}
.rate-us__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 2px;
  padding: 9px 16px;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  border: 1px solid rgba(244, 121, 35, 0.35);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.rate-us__trigger i {
  font-size: 1rem;
}
.rate-us__trigger:hover {
  background: rgba(244, 121, 35, 0.22);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(244, 121, 35, 0.25);
}
.rate-us__trigger:active {
  transform: translateY(0);
}
.rate-us__trigger:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
}
.rate-us__overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(6, 6, 8, 0.72);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.rate-us__overlay[hidden] {
  display: none;
}
.rate-us__overlay--open {
  opacity: 1;
}
.rate-us__dialog {
  position: relative;
  width: 100%;
  max-width: 440px;
  padding: 34px 30px 28px;
  text-align: center;
  background: #1c1c20;
  border: 1px solid rgba(244, 121, 35, 0.55);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  transform: translateY(12px) scale(0.97);
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}
.rate-us__overlay--open .rate-us__dialog {
  transform: translateY(0) scale(1);
}
@media (max-width: 575px) {
  .rate-us__dialog {
    padding: 30px 20px 24px;
  }
}
.rate-us__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.45);
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}
.rate-us__close:hover {
  color: #ffffff;
  background: #232328;
}
.rate-us__close:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
}
.rate-us__title {
  margin: 0 0 8px;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #F47923;
}
.rate-us__lead {
  margin: 0 auto 18px;
  max-width: 320px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.rate-us__lead strong {
  color: #ffffff;
  font-weight: 600;
}
.rate-us__stars {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 6px;
}
.rate-us__star {
  padding: 4px;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.12s ease, transform 0.12s ease;
}
.rate-us__star i {
  display: block;
}
.rate-us__star:hover {
  transform: scale(1.14);
}
.rate-us__star:focus-visible {
  outline: none;
}
.rate-us__star:focus-visible i {
  filter: drop-shadow(0 0 6px rgba(244, 121, 35, 0.8));
}
.rate-us__star--on {
  color: #F47923;
  filter: drop-shadow(0 2px 6px rgba(244, 121, 35, 0.35));
}
.rate-us__rating-label {
  min-height: 1.2em;
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #F47923;
}
.rate-us__note {
  margin-bottom: 14px;
}
.rate-us__textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  color: #ffffff;
  background: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  resize: vertical;
  min-height: 76px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.rate-us__textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.rate-us__textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.rate-us__textarea:focus {
  outline: none;
  border-color: #F47923;
  box-shadow: 0 0 0 3px rgba(244, 121, 35, 0.15);
}
.rate-us__error {
  margin: 0 0 12px;
  font-size: 0.82rem;
  color: #ff6b6b;
}
.rate-us__error[hidden] {
  display: none;
}
.rate-us__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.rate-us__submit {
  min-width: 160px;
  padding: 11px 24px;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  background: #F47923;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}
.rate-us__submit:hover:not(:disabled) {
  background: #dd6718;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
}
.rate-us__submit:active:not(:disabled) {
  transform: translateY(0);
}
.rate-us__submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.rate-us__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.rate-us__submit--done {
  margin-top: 6px;
}
.rate-us__dismiss {
  padding: 4px 8px;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.45);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.15s ease;
}
.rate-us__dismiss:hover {
  color: rgba(255, 255, 255, 0.72);
}
.rate-us__dismiss:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
  border-radius: 6px;
}
.rate-us__done[hidden] {
  display: none;
}
.rate-us__done-icon {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 2.6rem;
  color: #37c86b;
  filter: drop-shadow(0 4px 12px rgba(55, 200, 107, 0.35));
}
.rate-us__done-msg {
  margin: 0 auto 6px;
  max-width: 320px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
@media (prefers-reduced-motion: reduce) {
  .rate-us__overlay, .rate-us__dialog, .rate-us__trigger, .rate-us__star, .rate-us__submit {
    transition: none;
  }
}

.my-learning__tabs {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
@media (max-width: 767px) {
  .my-learning__tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .my-learning__tabs::-webkit-scrollbar {
    display: none;
  }
}
.my-learning__tab-indicator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-radius: 6px;
  background: #F47923;
  transition: none;
  pointer-events: none;
  will-change: transform, width;
}
.my-learning__tabs.is-ready .my-learning__tab-indicator {
  transition: transform 0.32s cubic-bezier(0.65, 0, 0.35, 1), width 0.32s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (prefers-reduced-motion: reduce) {
  .my-learning__tabs.is-ready .my-learning__tab-indicator {
    transition: none;
  }
}
.my-learning__tab {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.18s ease;
}
.my-learning__tab:hover, .my-learning__tab:focus {
  color: #ffffff;
  outline: none;
}
.my-learning__tab--active {
  color: #17171c;
}
.my-learning__tab--active:hover, .my-learning__tab--active:focus {
  color: #17171c;
}

.video-description__body p {
  margin: 0 0 0.75rem;
}
.video-description__body p:last-child {
  margin-bottom: 0;
}
.video-description__body a {
  color: #F47923;
  text-decoration: none;
}
.video-description__body a:hover, .video-description__body a:focus {
  text-decoration: underline;
}
.video-description__body ul,
.video-description__body ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.video-description__body code,
.video-description__body pre {
  background-color: #1c1c20;
  border-radius: 6px;
  padding: 0.1em 0.35em;
}
.video-description__body pre {
  padding: 0.75rem;
  overflow-x: auto;
}
.video-description__body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.course-videos {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.course-videos__pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}
.course-videos__pills::-webkit-scrollbar {
  display: none;
}
.course-videos__pill {
  flex: 0 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.course-videos__pill:hover, .course-videos__pill:focus {
  color: #ffffff;
  border-color: rgba(244, 121, 35, 0.5);
}
.course-videos__pill--active {
  background: #F47923;
  border-color: #F47923;
  color: #17171c;
  font-weight: 600;
}
.course-videos__pill--active:hover, .course-videos__pill--active:focus {
  color: #17171c;
}
.course-videos__gallery {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(max(180px, (100% - 1.25rem * (5 - 1)) / 5), 1fr));
  gap: 1.25rem;
}
.course-videos__gallery--active {
  display: grid;
}
.course-videos__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.75rem;
  background: linear-gradient(180deg, #212127 0%, #17171c 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 38px -20px rgba(0, 0, 0, 0.9);
  transition: transform 0.32s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.32s ease, box-shadow 0.32s ease;
}
.course-videos__card:hover, .course-videos__card:focus-visible {
  color: #ffffff;
  transform: translateY(-6px);
  border-color: rgba(244, 121, 35, 0.5);
  box-shadow: 0 30px 52px -24px rgba(0, 0, 0, 0.95);
}
.course-videos__card--active {
  border-color: #F47923;
  box-shadow: inset 0 0 0 1px #F47923, 0 22px 44px -24px rgba(244, 121, 35, 0.4);
}
.course-videos__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: calc(20px - 0.75rem);
  overflow: hidden;
  background-color: #000;
}
.course-videos__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.42s cubic-bezier(0.19, 1, 0.22, 1);
}
.course-videos__card:hover .course-videos__poster, .course-videos__card:focus-visible .course-videos__poster {
  transform: scale(1.04);
}
.course-videos__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 0;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.course-videos__play svg {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}
.course-videos__card:hover .course-videos__play, .course-videos__card:focus-visible .course-videos__play {
  transform: translate(-50%, -50%) scale(1.14);
}
.course-videos__category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  max-width: calc(100% - 14px * 3);
  padding: 0.4em 0.9em;
  border-end-end-radius: 14px;
  background: #F47923;
  color: #17171c;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course-videos__category::before, .course-videos__category::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: inherit;
  -webkit-mask-image: radial-gradient(circle at 100% 100%, transparent 14px, #000 calc(14px + 1px));
          mask-image: radial-gradient(circle at 100% 100%, transparent 14px, #000 calc(14px + 1px));
}
.course-videos__category::before {
  top: 0;
  left: 100%;
}
.course-videos__category::after {
  top: 100%;
  left: 0;
}
.course-videos__duration {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 3;
  padding: 0.28em 0.7em;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.course-videos__track {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 4px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
.course-videos__bar {
  display: block;
  height: 100%;
  background: #F47923;
}
.course-videos__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 0.25rem 0.25rem;
}
.course-videos__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.32;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-videos__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.course-videos__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0.3em 0.7em;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
}
.course-videos__tag svg {
  flex: 0 0 auto;
}
.course-videos__tag--linked {
  background: rgba(244, 121, 35, 0.15);
  color: #F47923;
  border: 1px solid rgba(244, 121, 35, 0.28);
}
.course-videos__empty {
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  grid-column: 1/-1;
}

.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__card {
  animation: cardRise 0.5s cubic-bezier(0.19, 1, 0.22, 1) both;
}
.my-learning__pane--active[data-tab-pane=course-videos] .checkpoint-item--pane {
  animation: cardRise 0.5s cubic-bezier(0.19, 1, 0.22, 1) backwards;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(1) {
  animation-delay: 0s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(2) {
  animation-delay: 0.05s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(3) {
  animation-delay: 0.1s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(4) {
  animation-delay: 0.15s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(5) {
  animation-delay: 0.2s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(6) {
  animation-delay: 0.25s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(7) {
  animation-delay: 0.3s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(8) {
  animation-delay: 0.35s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(9) {
  animation-delay: 0.4s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(10) {
  animation-delay: 0.45s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(11) {
  animation-delay: 0.5s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(12) {
  animation-delay: 0.55s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(13) {
  animation-delay: 0.6s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(14) {
  animation-delay: 0.65s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(15) {
  animation-delay: 0.7s;
}
.my-learning__pane--active[data-tab-pane=course-videos] .course-videos__gallery--active > :nth-child(16) {
  animation-delay: 0.75s;
}

@media (prefers-reduced-motion: reduce) {
  .my-learning__pane--active[data-tab-pane=course-videos] .course-videos__card,
  .my-learning__pane--active[data-tab-pane=course-videos] .checkpoint-item--pane {
    animation: none;
  }
  .course-videos__poster,
  .course-videos__play {
    transition: none;
  }
}
.course-resources {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.course-resources__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-resources__item {
  min-width: 0;
}
.course-resources__card {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 1rem 1.25rem;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.course-resources__card:hover:not(:disabled), .course-resources__card:focus-visible {
  border-color: #F47923;
  transform: translateY(-2px);
}
.course-resources__card:disabled {
  cursor: default;
  opacity: 0.75;
  transform: none;
}
.course-resources__action {
  flex-shrink: 0;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.45);
  font-size: 1.1rem;
}
.course-resources__action.is-busy {
  animation: course-resource-spin 0.9s linear infinite;
}
.course-resources__blurb {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
}
.course-resources__icon {
  color: #F47923;
  font-size: 1.75rem;
  flex-shrink: 0;
}
.course-resources__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
}
.course-resources__title {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-resources__hint {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
}
.course-resources__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 2rem 1.25rem;
  background-color: #1c1c20;
  border: 1px dashed rgba(255, 255, 255, 0.06);
  border-radius: 12px;
}
.course-resources__empty-icon {
  color: rgba(255, 255, 255, 0.45);
  font-size: 2rem;
}
.course-resources__empty-title {
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
}
.course-resources__empty-hint {
  margin: 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
}

@keyframes course-resource-spin {
  to {
    transform: rotate(360deg);
  }
}
.lesson-item-card--locked {
  cursor: pointer;
}
.lesson-item-card--locked .lesson-item-card__poster {
  filter: grayscale(0.6) brightness(0.55);
}
.lesson-item-card--locked .lesson-item-card__play {
  background: rgba(0, 0, 0, 0.55);
}
.lesson-item-card--locked .lesson-item-card__title {
  color: rgba(255, 255, 255, 0.45);
}
.lesson-item-card--locked:hover {
  transform: none;
}
.lesson-item-card--locked::before {
  display: none;
}
.lesson-item-card--locked.lesson-item-card--active .lesson-item-card__title {
  color: #0e0e10;
}
.lesson-item-card--locked.lesson-item-card--active .lesson-item-card__duration {
  color: rgba(0, 0, 0, 0.55);
}

.subscription-upsell__cta, .player-gate__cta, .course-videos__unlock, .lesson-item-card__unlock {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.25rem;
  padding: 2px 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.72rem;
  font-weight: 600;
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  border: 1px solid rgba(244, 121, 35, 0.4);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.subscription-upsell__cta:hover:not(:disabled), .player-gate__cta:hover:not(:disabled), .course-videos__unlock:hover:not(:disabled), .lesson-item-card__unlock:hover:not(:disabled) {
  background: #F47923;
  color: #fff;
}
.subscription-upsell__cta:disabled, .player-gate__cta:disabled, .course-videos__unlock:disabled, .lesson-item-card__unlock:disabled {
  opacity: 0.6;
  cursor: wait;
}

.course-videos__card--locked {
  cursor: default;
}
.course-videos__card--locked .course-videos__poster {
  filter: grayscale(0.6) brightness(0.55);
}
.course-videos__card--locked .course-videos__title {
  color: rgba(255, 255, 255, 0.45);
}
.course-videos__card--locked:hover {
  transform: none;
}

.course-videos__lock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.35);
}

.player-gate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 1rem;
  text-align: center;
  background: linear-gradient(180deg, #212127 0%, #15151b 100%);
  border-radius: 12px;
  color: #ffffff;
}
.player-gate__icon {
  font-size: 2.2rem;
  color: #F47923;
}
.player-gate__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.player-gate__detail {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #F47923;
}
.player-gate__body {
  margin: 0;
  max-width: 34rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
}
.player-gate__cta {
  margin-top: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.82rem;
  text-decoration: none;
}

.player-toast {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%);
  z-index: 5;
  max-width: 80%;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.82);
  border: 1px solid rgba(244, 121, 35, 0.5);
  border-radius: 999px;
  pointer-events: none;
  animation: player-toast-in 0.2s ease-out;
}

@keyframes player-toast-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.my-learning__video-frame[data-seek-guard] {
  position: relative;
}

.subscription-upsell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(120deg, rgba(244, 121, 35, 0.16) 0%, rgba(244, 121, 35, 0.05) 100%);
  border: 1px solid rgba(244, 121, 35, 0.35);
  border-radius: 16px;
}
.subscription-upsell__title {
  margin: 0 0 2px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}
.subscription-upsell__body {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}
.subscription-upsell__cta {
  margin-top: 0;
  padding: 0.25rem 0.75rem;
  font-size: 0.82rem;
  text-decoration: none;
  white-space: nowrap;
}

.cl-card__badge--included {
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  border: 1px solid rgba(244, 121, 35, 0.4);
}

.cl-card__link {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: underline;
}
.cl-card__link:hover {
  color: #F47923;
}

.my-learning__video-frame--gated {
  position: relative;
}
.my-learning__video-frame--gated .my-learning__video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  filter: grayscale(0.5) brightness(0.35);
}
.my-learning__video-frame--gated .player-gate {
  position: relative;
  z-index: 1;
  background: transparent;
}

.player-gate__cta--secondary {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}
.player-gate__cta--secondary:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.course-videos__card--locked[data-preview-locked],
.lesson-item-card--locked[data-preview-locked] {
  cursor: pointer;
}

.buy-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}
.buy-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.buy-popup__card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(30rem, 100%);
  animation: buy-popup-in 0.18s ease-out;
}
.buy-popup__card .player-gate {
  aspect-ratio: auto;
  border: 1px solid rgba(244, 121, 35, 0.35);
}
.buy-popup__dismiss {
  margin-top: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  border: none;
  cursor: pointer;
}
.buy-popup__dismiss:hover {
  color: #ffffff;
  text-decoration: underline;
}

@keyframes buy-popup-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lesson-notes__card--locked .lesson-notes__icon {
  opacity: 0.5;
}
.lesson-notes__card--locked .lesson-notes__hint {
  color: rgba(255, 255, 255, 0.45);
}

.checkpoint-chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  border: 1px dashed rgba(244, 121, 35, 0.45);
  border-radius: 8px;
  list-style: none;
}
.checkpoint-chip i {
  font-size: 0.85rem;
  line-height: 1;
}
.checkpoint-chip__label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkpoint-chip--done {
  color: rgba(255, 255, 255, 0.45);
  background: transparent;
  border-style: solid;
  border-color: rgba(128, 128, 128, 0.25);
}
.checkpoint-chip--blocking {
  border-style: solid;
}
.checkpoint-chip--pane {
  grid-column: 1/-1;
  flex-basis: 100%;
}

.checkpoint-card__theme {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}
.checkpoint-card__intro {
  width: min(420px, 100%);
  margin: 0.5rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-card__tasks {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: min(420px, 100%);
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}
.checkpoint-card__task {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  text-align: left;
}
.checkpoint-card__task--done {
  border-color: rgba(94, 190, 125, 0.55);
}
.checkpoint-card__task--done .checkpoint-card__task-tick {
  color: #5ebe7d;
}
.checkpoint-card__task-tick {
  flex: 0 0 auto;
  line-height: 1;
}
.checkpoint-card__task-label {
  flex: 1;
  min-width: 0;
  font-size: 0.82rem;
}
.checkpoint-card__task-progress {
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.checkpoint-card__task-note {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.checkpoint-card__task--unreadable .checkpoint-card__task-tick {
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-card__task--optional {
  opacity: 0.75;
}
.checkpoint-card__task--optional .checkpoint-card__task-tick {
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-card__task-play {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 600;
  color: #F47923;
  text-decoration: none;
  white-space: nowrap;
}
.checkpoint-card__task-play:hover {
  text-decoration: underline;
}
.checkpoint-card__status {
  margin: 0.5rem 0 0;
  font-size: 0.78rem;
  color: #F47923;
}
.checkpoint-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.5rem;
}

.course-progress-card__checkpoint {
  list-style: none;
  margin: 0.5rem 0;
}

.checkpoint-item {
  --accent: #F47923;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem;
  background: #1c1c20;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, rgba(255, 255, 255, 0.05));
  border-radius: 12px;
  list-style: none;
}
.checkpoint-item__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.checkpoint-item__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 16%, transparent);
}
.checkpoint-item__icon i {
  font-size: 1rem;
  line-height: 1;
}
.checkpoint-item__id {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.checkpoint-item__title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
.checkpoint-item__status {
  overflow: hidden;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.45);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkpoint-item__detail {
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
}
.checkpoint-item__detail-head {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.checkpoint-item__tasks {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkpoint-item__task {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.checkpoint-item__task:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.checkpoint-item__task:first-child {
  padding-top: 0;
}
.checkpoint-item__task--done .checkpoint-item__task-tick {
  color: #2dd4bf;
}
.checkpoint-item__task--done .checkpoint-item__task-label {
  color: #ffffff;
}
.checkpoint-item__task-tick {
  flex: 0 0 auto;
  line-height: 1;
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-item__task-label {
  flex: 1;
  min-width: 0;
}
.checkpoint-item__task-progress {
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.checkpoint-item__task-note {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.checkpoint-item__task--unreadable .checkpoint-item__task-tick {
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-item__task--unreadable .checkpoint-item__task-label {
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-item__task--optional {
  opacity: 0.75;
}
.checkpoint-item__task-play {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  white-space: nowrap;
}
.checkpoint-item__task-play:hover {
  text-decoration: underline;
}
.checkpoint-item__theme {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}
.checkpoint-item__actions {
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}
.checkpoint-item__btn {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: inherit;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.checkpoint-item__btn i {
  font-size: 0.82rem;
}
.checkpoint-item__btn:hover {
  transform: translateY(-1px);
}
.checkpoint-item__btn--complete {
  color: #fff;
  background: #F47923;
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
}
.checkpoint-item__btn--complete:hover {
  background: #dd6718;
}
.checkpoint-item__btn--details {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.05);
}
.checkpoint-item__btn--details:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: color-mix(in srgb, var(--accent) 45%, transparent);
}
.checkpoint-item--done {
  --accent: #2dd4bf;
}
.checkpoint-item--done .checkpoint-item__status {
  color: #2dd4bf;
}
.checkpoint-item--blocking {
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
}
.checkpoint-item--pane {
  gap: 0.75rem;
  padding: 0.75rem;
  background: linear-gradient(180deg, #212127 0%, #17171c 100%);
  border-radius: 20px;
  box-shadow: 0 18px 38px -20px rgba(0, 0, 0, 0.9);
  transition: border-color 0.32s ease, box-shadow 0.32s ease;
}
.checkpoint-item--pane:hover {
  border-color: color-mix(in srgb, var(--accent) 50%, transparent);
  box-shadow: 0 30px 52px -24px rgba(0, 0, 0, 0.95);
}
.checkpoint-item--pane .checkpoint-item__poster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: calc(20px - 0.75rem);
  background: repeating-linear-gradient(135deg, color-mix(in srgb, var(--accent) 7%, transparent) 0 6px, transparent 6px 12px), radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--accent) 20%, transparent) 0%, transparent 68%), #101014;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 28%, transparent);
}
.checkpoint-item--pane .checkpoint-item__poster::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("/assets/images/checkpoint/complete-task.webp") no-repeat center 30%/74% auto;
  opacity: 0.16;
  pointer-events: none;
}
.checkpoint-item--pane.checkpoint-item--done .checkpoint-item__poster::before {
  opacity: 0.2;
}
.checkpoint-item__kind {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  max-width: calc(100% - 14px * 3);
  padding: 0.4em 0.9em;
  border-end-end-radius: 14px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 55%, transparent);
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkpoint-item__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 1.25rem);
  text-align: center;
}
.checkpoint-item__open {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  padding: 0.6em 1.15em;
  border: 1px solid color-mix(in srgb, var(--accent) 55%, transparent);
  border-radius: 999px;
  background: rgba(10, 10, 14, 0.72);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.checkpoint-item__open i {
  font-size: 0.9rem;
  color: var(--accent);
  transition: color 0.2s ease;
}
.checkpoint-item__open:hover, .checkpoint-item__open:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: #17171c;
  transform: scale(1.05);
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.9);
}
.checkpoint-item__open:hover i, .checkpoint-item__open:focus-visible i {
  color: inherit;
}
.checkpoint-item__open:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.checkpoint-item__count {
  padding: 0.2em 0.6em;
  border-radius: 999px;
  background: rgba(10, 10, 14, 0.66);
  backdrop-filter: blur(4px);
  font-size: 0.68rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}
.checkpoint-item--done .checkpoint-item__count {
  color: #2dd4bf;
}
.checkpoint-item__reqs-empty {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.75rem;
  font-size: 0.74rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-item__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0 0.25rem 0.25rem;
}
.checkpoint-item__go {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.4em 0.8em;
  border-radius: 999px;
  background: #F47923;
  color: #17171c;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
  transition: background 0.18s ease, transform 0.18s ease;
}
.checkpoint-item__go i {
  font-size: 0.7rem;
}
.checkpoint-item__go:hover, .checkpoint-item__go:focus-visible {
  color: #17171c;
  background: #dd6718;
  transform: translateY(-1px);
}
.checkpoint-item__go:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.checkpoint-item--pane .checkpoint-item__track {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 4px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
.checkpoint-item__bar {
  display: block;
  height: 100%;
  background: var(--accent);
}

.checkpoint-item--pane .checkpoint-item__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.checkpoint-item--pane .checkpoint-item__meta .checkpoint-item__title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.32;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.checkpoint-modal {
  width: min(560px, 100vw - 1.5rem * 2);
  max-width: none;
  max-height: calc(100vh - 2rem * 2);
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  overflow: visible;
}
.checkpoint-modal::backdrop {
  background: rgba(4, 4, 6, 0.72);
  backdrop-filter: blur(3px);
}
.checkpoint-modal[open] {
  animation: checkpointModalIn 0.22s cubic-bezier(0.19, 1, 0.22, 1) both;
}
.checkpoint-modal[open]::backdrop {
  animation: checkpointBackdropIn 0.22s ease both;
}
.checkpoint-modal__card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 2rem * 2);
  background: linear-gradient(180deg, #212127 0%, #17171c 100%);
  border: 1px solid color-mix(in srgb, var(--accent, #F47923) 34%, transparent);
  border-radius: 20px;
  box-shadow: 0 40px 80px -32px rgba(0, 0, 0, 0.95);
  overflow: hidden;
}
.checkpoint-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1rem;
}
.checkpoint-modal__id {
  min-width: 0;
}
.checkpoint-modal__eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.24em 0.7em;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent, #F47923) 55%, transparent);
  color: var(--accent, #F47923);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.checkpoint-modal__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}
.checkpoint-modal__status {
  margin: 0.35em 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-modal__close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  cursor: pointer;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}
.checkpoint-modal__close:hover, .checkpoint-modal__close:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border-color: color-mix(in srgb, var(--accent, #F47923) 45%, transparent);
}
.checkpoint-modal__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.checkpoint-modal__progress {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1.25rem 1rem;
}
.checkpoint-modal__progress-track {
  flex: 1 1 auto;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.checkpoint-modal__progress-bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent, #F47923);
}
.checkpoint-modal__progress-note {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.72);
}
.checkpoint-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0 1.25rem 1.25rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.checkpoint-modal__body-head {
  margin: 0 0 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-modal__tasks {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkpoint-modal__empty {
  margin: 0;
  padding: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-modal__empty ~ .checkpoint-modal__tasks:empty {
  display: none;
}
.checkpoint-modal__task {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 6px;
  border-left: 2px solid var(--accent, #F47923);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.84rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}
.checkpoint-modal__task--done {
  border-left-color: #2dd4bf;
  color: #ffffff;
}
.checkpoint-modal__task--done .checkpoint-modal__task-tick {
  color: #2dd4bf;
}
.checkpoint-modal__task--unreadable {
  border-left-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-modal__task--unreadable .checkpoint-modal__task-tick {
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-modal__task--optional {
  opacity: 0.75;
}
.checkpoint-modal__task-tick {
  flex: 0 0 auto;
  line-height: 0;
  color: var(--accent, #F47923);
}
.checkpoint-modal__task-tick i {
  font-size: 0.95rem;
}
.checkpoint-modal__task-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15em;
}
.checkpoint-modal__task-label {
  color: inherit;
}
.checkpoint-modal__task-note {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
}
.checkpoint-modal__task-progress {
  flex: 0 0 auto;
  padding: 0.18em 0.5em;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.74rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.checkpoint-modal__task-play {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--accent, #F47923);
  text-decoration: none;
  white-space: nowrap;
}
.checkpoint-modal__task-play i {
  font-size: 0.68rem;
}
.checkpoint-modal__task-play:hover, .checkpoint-modal__task-play:focus-visible {
  color: var(--accent, #F47923);
  text-decoration: underline;
}
.checkpoint-modal__foot {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.22);
}
.checkpoint-modal__foot:empty {
  display: none;
}
.checkpoint-modal__complete {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  padding: 0.62em 1.25em;
  border-radius: 999px;
  background: #F47923;
  color: #17171c;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(244, 121, 35, 0.35);
  transition: background 0.18s ease, transform 0.18s ease;
}
.checkpoint-modal__complete i {
  font-size: 0.78rem;
}
.checkpoint-modal__complete:hover, .checkpoint-modal__complete:focus-visible {
  color: #17171c;
  background: #dd6718;
  transform: translateY(-1px);
}
.checkpoint-modal__complete:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.checkpoint-modal__done {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  padding: 0.5em 1em;
  border-radius: 999px;
  background: color-mix(in srgb, #2dd4bf 14%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, #2dd4bf 40%, transparent);
  color: #2dd4bf;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .checkpoint-modal {
    width: calc(100vw - 1rem * 2);
  }
  .checkpoint-modal__head, .checkpoint-modal__progress, .checkpoint-modal__body, .checkpoint-modal__foot {
    padding-inline: 1rem;
  }
  .checkpoint-modal__task {
    flex-wrap: wrap;
  }
  .checkpoint-modal__task-main {
    flex: 1 1 100%;
    order: 1;
  }
  .checkpoint-modal__task-tick {
    order: 0;
  }
  .checkpoint-modal__task-progress, .checkpoint-modal__task-play {
    order: 2;
    margin-left: auto;
  }
  .checkpoint-modal__task-progress {
    margin-left: calc(0.95rem + 0.75rem);
  }
}

@keyframes checkpointModalIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes checkpointBackdropIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .checkpoint-item__go,
  .checkpoint-item__open {
    transition: none;
  }
  .checkpoint-item__open:hover,
  .checkpoint-item__open:focus-visible {
    transform: none;
  }
  .checkpoint-modal[open],
  .checkpoint-modal[open]::backdrop {
    animation: none;
  }
}
.course-progress-card__suggest {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.course-progress-card__suggest i {
  opacity: 0.75;
}
.course-progress-card__suggest:hover, .course-progress-card__suggest:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.suggest__overlay {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.suggest__overlay--open {
  opacity: 1;
}
.suggest__dialog {
  position: relative;
  width: min(40rem, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9rem;
  background: #14161a;
}
.suggest__dialog--sent > *:not(.suggest__done):not(.suggest__close) {
  display: none;
}
.suggest__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
.suggest__title {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}
.suggest__lead {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  opacity: 0.75;
}
.suggest__gallery {
  opacity: 0.9;
  font-weight: 600;
}
.suggest__tasks-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.suggest__tasks-count {
  font-size: 0.75rem;
  opacity: 0.55;
}
.suggest__tasks {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.suggest__task {
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.02);
}
.suggest__task .suggest__field {
  margin-bottom: 0;
}
.suggest__task-grid {
  display: grid;
  grid-template-columns: minmax(6rem, 0.9fr) minmax(10rem, 2fr) minmax(5rem, 0.8fr) minmax(4.5rem, 0.7fr) auto;
  gap: 0.6rem;
  align-items: end;
}
.suggest__task-grid--extra {
  margin-top: 0.6rem;
  grid-template-columns: repeat(2, minmax(9rem, 1fr));
}
@media (max-width: 44rem) {
  .suggest__task-grid {
    grid-template-columns: 1fr 1fr;
  }
  .suggest__task-grid--extra {
    grid-template-columns: 1fr;
  }
}
.suggest__task .suggest__field {
  min-width: 0;
}
.suggest__task .suggest__label {
  min-height: 1.15rem;
  line-height: 1.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggest__task .suggest__input {
  max-width: 100%;
  text-overflow: ellipsis;
}
.suggest__task-remove {
  align-self: end;
  justify-self: end;
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  background: none;
  color: inherit;
  cursor: pointer;
}
.suggest__task-remove:hover {
  border-color: rgba(239, 83, 80, 0.6);
  color: #ef5350;
}
.suggest__add {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.6rem 0 1rem;
  padding: 0.4rem 0.9rem;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: none;
  color: inherit;
  font-size: 0.8125rem;
  cursor: pointer;
}
.suggest__add:hover:not([disabled]) {
  border-style: solid;
  background: rgba(255, 255, 255, 0.06);
}
.suggest__add[disabled] {
  opacity: 0.4;
  cursor: default;
}
.suggest__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.75rem;
}
.suggest__field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
}
.suggest__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.6;
}
.suggest__input {
  width: 100%;
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
}
.suggest__input option,
.suggest__input optgroup {
  color: #14161a;
  background-color: #ffffff;
}
.suggest__textarea {
  resize: vertical;
}
.suggest__warning, .suggest__error {
  margin: 0 0 0.75rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
}
.suggest__warning {
  background: rgba(255, 193, 7, 0.12);
  color: #ffc107;
}
.suggest__error {
  background: rgba(220, 53, 69, 0.12);
  color: #ef5350;
}
.suggest__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.suggest__submit, .suggest__cancel {
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
  color: inherit;
  cursor: pointer;
}
.suggest__submit[disabled], .suggest__cancel[disabled] {
  opacity: 0.6;
  cursor: default;
}
.suggest__submit {
  background: rgba(255, 255, 255, 0.1);
}
.suggest__done {
  text-align: center;
}
.suggest__done p {
  margin: 0.75rem 0 1rem;
}
.suggest__done-icon {
  font-size: 2rem;
  color: #4caf50;
}
.suggest__locked {
  text-align: center;
  padding: 0.5rem 0 0.25rem;
}
.suggest__locked .suggest__lead {
  margin: 0.5rem 0 0.75rem;
}
.suggest__locked-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  font-size: 1.35rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.suggest__locked-note {
  margin: 0 0 1.25rem;
  font-size: 0.85rem;
  opacity: 0.7;
}
.suggest__locked-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.suggest__locked-actions a {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: inherit;
  text-decoration: none;
}
.suggest__locked-dismiss {
  margin-top: 1rem;
  border: 0;
  background: none;
  color: inherit;
  opacity: 0.6;
  cursor: pointer;
  text-decoration: underline;
}

.lesson-notes__card {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 26rem;
  padding: 1rem 1.25rem;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
}
.lesson-notes__icon {
  color: #F47923;
  font-size: 1.75rem;
  flex-shrink: 0;
}
.lesson-notes__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
}
.lesson-notes__file {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lesson-notes__hint {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
}
.lesson-notes__download {
  background: transparent;
  border: 0;
  color: #F47923;
  font-size: 1.25rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.18s ease;
}
.lesson-notes__download:hover, .lesson-notes__download:focus {
  transform: translateY(-1px);
  outline: none;
}

.lesson-chapters {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 30rem;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.lesson-chapters__row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.lesson-chapters__index {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  color: #F47923;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.18s ease;
}
.lesson-chapters__index:hover, .lesson-chapters__index:focus {
  border-color: rgba(244, 121, 35, 0.55);
  outline: none;
}
.lesson-chapters__body {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex: 1 1 auto;
  min-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 0.75rem;
}
.lesson-chapters__title {
  color: #ffffff;
  font-size: 0.9rem;
  margin: 0;
  min-width: 0;
}
.lesson-chapters__time {
  background: transparent;
  border: 0;
  color: #F47923;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
}
.lesson-chapters__time:hover, .lesson-chapters__time:focus {
  text-decoration: underline;
  outline: none;
}

.my-learning__description {
  display: block;
}

.my-learning__objective {
  display: block;
}

.course-progress-card {
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.course-progress-card__student {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.course-progress-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.course-progress-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-progress-card__student-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.course-progress-card__student-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}
.course-progress-card__student-role {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.2;
}
.course-progress-card__head {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.75rem 0.75rem 1rem;
  border-radius: 12px;
  background: radial-gradient(120% 140% at 0% 0%, rgba(244, 121, 35, 0.14) 0%, rgba(244, 121, 35, 0) 55%), linear-gradient(180deg, #26262e 0%, #1b1b22 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.course-progress-card__progress {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.course-progress-card__progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-progress-card__progress-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.course-progress-card__progress-status i {
  color: #F47923;
  font-size: 0.85rem;
}
.course-progress-card__progress-percent {
  font-size: 0.92rem;
  font-weight: 800;
  color: #F47923;
  font-variant-numeric: tabular-nums;
}
.course-progress-card__progress-track {
  height: 6px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: hidden;
}
.course-progress-card__progress-bar {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #F47923 0%, #ffb056 100%);
  border-radius: 999px;
  box-shadow: 0 0 10px -1px rgba(244, 121, 35, 0.6);
  transition: width 0.6s ease;
}
.course-progress-card__course {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.course-progress-card__course-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1 1 auto;
}
.course-progress-card__course-title {
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: 0.005em;
  line-height: 1.25;
  color: #ffffff;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-progress-card__course-count {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.course-progress-card__course-count i {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
}
.course-progress-card__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}
.course-progress-card__nav {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.course-progress-card__nav i {
  transition: transform 0.2s ease;
}
.course-progress-card__nav:hover, .course-progress-card__nav:focus-visible {
  color: #fff;
  border-color: #F47923;
  background: #F47923;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -8px rgba(244, 121, 35, 0.7);
  outline: none;
}
.course-progress-card__nav--prev:hover i, .course-progress-card__nav--prev:focus-visible i {
  transform: translateX(-2px);
}
.course-progress-card__nav--next:hover i, .course-progress-card__nav--next:focus-visible i {
  transform: translateX(2px);
}
.course-progress-card__switch {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.course-progress-card__switch:hover, .course-progress-card__switch:focus-visible {
  color: #fff;
  border-color: #F47923;
  background: #F47923;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -8px rgba(244, 121, 35, 0.7);
  outline: none;
}
.course-progress-card__cinema {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.course-progress-card__cinema i {
  transition: transform 0.2s ease;
}
.course-progress-card__cinema:hover, .course-progress-card__cinema:focus-visible {
  color: #fff;
  border-color: #F47923;
  background: #F47923;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -8px rgba(244, 121, 35, 0.7);
  outline: none;
}
.course-progress-card__cinema:hover i, .course-progress-card__cinema:focus-visible i {
  transform: translateX(2px);
}
.course-progress-card--switching .course-progress-card__switch {
  color: #fff;
  border-color: #F47923;
  background: #F47923;
}
.course-progress-card__switch-close {
  display: none;
}
.course-progress-card--switching .course-progress-card__switch-open {
  display: none;
}
.course-progress-card--switching .course-progress-card__switch-close {
  display: inline-flex;
}
.course-progress-card__lessons {
  list-style: none;
  margin: 0;
  padding: 2px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 420px;
  overflow-y: auto;
}
.course-progress-card__lessons::-webkit-scrollbar {
  width: 6px;
}
.course-progress-card__lessons::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}
.course-progress-card__subcourses {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 2px;
}
.course-progress-card__subcourses::-webkit-scrollbar {
  width: 6px;
}
.course-progress-card__subcourses::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}
.course-progress-card__subcourses-head {
  display: flex;
  align-items: center;
  gap: 0.45em;
  margin: 0;
  padding-bottom: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.course-progress-card__subcourses-head::before {
  content: "";
  flex: 0 0 auto;
  width: 3px;
  height: 0.9em;
  border-radius: 999px;
  background: #F47923;
}
.course-progress-card__subcourse-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.course-progress-card--switching .course-progress-card__lessons {
  display: none;
}
.course-progress-card--switching .course-progress-card__subcourses {
  display: flex;
}
.course-progress-card__lesson {
  list-style: none;
}
.course-progress-card__lesson .lesson-item-card {
  animation: lessonRowIn 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.course-progress-card__lesson:nth-child(1) .lesson-item-card {
  animation-delay: 0s;
}
.course-progress-card__lesson:nth-child(2) .lesson-item-card {
  animation-delay: 0.05s;
}
.course-progress-card__lesson:nth-child(3) .lesson-item-card {
  animation-delay: 0.1s;
}
.course-progress-card__lesson:nth-child(4) .lesson-item-card {
  animation-delay: 0.15s;
}
.course-progress-card__lesson:nth-child(5) .lesson-item-card {
  animation-delay: 0.2s;
}
.course-progress-card__lesson:nth-child(6) .lesson-item-card {
  animation-delay: 0.25s;
}
.course-progress-card__lesson:nth-child(7) .lesson-item-card {
  animation-delay: 0.3s;
}
.course-progress-card__lesson:nth-child(8) .lesson-item-card {
  animation-delay: 0.35s;
}
.course-progress-card__lesson:nth-child(9) .lesson-item-card {
  animation-delay: 0.4s;
}
.course-progress-card__lesson:nth-child(10) .lesson-item-card {
  animation-delay: 0.45s;
}
.course-progress-card__lesson:nth-child(11) .lesson-item-card {
  animation-delay: 0.5s;
}
.course-progress-card__lesson:nth-child(12) .lesson-item-card {
  animation-delay: 0.55s;
}
.course-progress-card__lesson:nth-child(13) .lesson-item-card {
  animation-delay: 0.6s;
}
.course-progress-card__lesson:nth-child(14) .lesson-item-card {
  animation-delay: 0.65s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li {
  animation: lessonRowIn 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(1) {
  animation-delay: 0s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(2) {
  animation-delay: 0.06s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(3) {
  animation-delay: 0.12s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(4) {
  animation-delay: 0.18s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(5) {
  animation-delay: 0.24s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(6) {
  animation-delay: 0.3s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(7) {
  animation-delay: 0.36s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(8) {
  animation-delay: 0.42s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(9) {
  animation-delay: 0.48s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(10) {
  animation-delay: 0.54s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(11) {
  animation-delay: 0.6s;
}
.course-progress-card--switching .course-progress-card__subcourse-list > li:nth-child(12) {
  animation-delay: 0.66s;
}

.subcourse-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  background: linear-gradient(180deg, #212127 0%, #191920 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}
.subcourse-card:hover, .subcourse-card:focus {
  color: #ffffff;
  transform: translateY(-3px);
  border-color: rgba(244, 121, 35, 0.55);
  box-shadow: 0 18px 30px -16px rgba(0, 0, 0, 0.95);
}
.subcourse-card__thumb::after {
  content: "\f4f4";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.subcourse-card:hover .subcourse-card__thumb::after, .subcourse-card:focus .subcourse-card__thumb::after {
  background: #F47923;
  transform: translate(-50%, -50%) scale(1.08);
}
.subcourse-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.3rem;
}
.subcourse-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.subcourse-card__meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.subcourse-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.subcourse-card__count {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}
.subcourse-card--active {
  border-color: #F47923;
  background: rgba(244, 121, 35, 0.1);
  box-shadow: inset 0 0 0 1px rgba(244, 121, 35, 0.5);
}
.subcourse-card--active .subcourse-card__count {
  color: #F47923;
  font-weight: 600;
}
.subcourse-card--active .subcourse-card__thumb::after {
  content: "\f4c3";
  background: #F47923;
}

@media (prefers-reduced-motion: reduce) {
  .course-progress-card__lesson .lesson-item-card,
  .course-progress-card--switching .course-progress-card__subcourse-list > li {
    animation: none;
  }
}
.my-learning__social {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.my-learning__social-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
@media (min-width: 992px) {
  .my-learning__social-eyebrow {
    display: none;
  }
}
.my-learning__social .social-link-card {
  animation: cardRise 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.my-learning__social .social-link-card:nth-child(2) {
  animation-delay: 0.09s;
}
.my-learning__social .social-link-card:nth-child(3) {
  animation-delay: 0.18s;
}
.my-learning__social .social-link-card:nth-child(4) {
  animation-delay: 0.27s;
}
.my-learning__social--hidden {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .my-learning__social .social-link-card {
    animation: none;
  }
}
.watch-hours {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .watch-hours {
    gap: 1.25rem;
  }
}
.watch-hours__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.watch-hours__btn--ghost {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
}
.watch-hours__btn--ghost:hover, .watch-hours__btn--ghost:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}
.watch-hours__btn--primary {
  background-image: linear-gradient(180deg, #f7913f 0%, #F47923 55%, #dd6718 100%);
  background-color: #F47923;
  color: #ffffff;
  border-color: #F47923;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 4px 12px rgba(244, 121, 35, 0.32);
}
.watch-hours__btn--primary:hover, .watch-hours__btn--primary:focus-visible {
  background-image: linear-gradient(180deg, #F47923 0%, #dd6718 100%);
  border-color: #dd6718;
  color: #ffffff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 6px 16px rgba(244, 121, 35, 0.4);
}

@keyframes whSectionIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes whCardIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes whBarGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes whIconPop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes whSelectedGlow {
  0% {
    box-shadow: inset 0 0 0 0 rgba(244, 121, 35, 0);
  }
  45% {
    box-shadow: inset 0 0 0 3px rgba(244, 121, 35, 0.22);
  }
  100% {
    box-shadow: inset 0 0 0 0 rgba(244, 121, 35, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .watch-hours,
  .watch-hours *,
  .watch-hours *::after {
    animation: none !important;
  }
}
.watch-hours__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  animation: whSectionIn 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) 0.04s backwards;
}
.watch-hours__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}
.watch-hours__subtitle {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  line-height: 1.5;
  max-width: 56rem;
}

.watch-hours__summary-heading {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}
.watch-hours__summary--secondary {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.watch-hours__summary--secondary .watch-hours__summary-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.watch-hours__summary--secondary .watch-hours__summary-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}
.watch-hours__summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 991px) {
  .watch-hours__summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .watch-hours__summary-grid {
    grid-template-columns: 1fr;
  }
}
.watch-hours__summary-grid > .watch-hours-summary-card {
  animation: whCardIn 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}
.watch-hours__summary-grid > .watch-hours-summary-card .watch-hours-summary-card__icon {
  animation: whIconPop 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}
.watch-hours__summary-grid > .watch-hours-summary-card .watch-hours-summary-card__bar-fill {
  transform-origin: left center;
  animation: whBarGrow 0.85s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}
.watch-hours__summary-grid > .watch-hours-summary-card:nth-child(1) {
  animation-delay: 0.1s;
}
.watch-hours__summary-grid > .watch-hours-summary-card:nth-child(1) .watch-hours-summary-card__icon {
  animation-delay: 0.18s;
}
.watch-hours__summary-grid > .watch-hours-summary-card:nth-child(1) .watch-hours-summary-card__bar-fill {
  animation-delay: 0.42s;
}
.watch-hours__summary-grid > .watch-hours-summary-card:nth-child(2) {
  animation-delay: 0.18s;
}
.watch-hours__summary-grid > .watch-hours-summary-card:nth-child(2) .watch-hours-summary-card__icon {
  animation-delay: 0.26s;
}
.watch-hours__summary-grid > .watch-hours-summary-card:nth-child(2) .watch-hours-summary-card__bar-fill {
  animation-delay: 0.5s;
}
.watch-hours__summary-grid > .watch-hours-summary-card:nth-child(3) {
  animation-delay: 0.26s;
}
.watch-hours__summary-grid > .watch-hours-summary-card:nth-child(3) .watch-hours-summary-card__icon {
  animation-delay: 0.34s;
}
.watch-hours__summary-grid > .watch-hours-summary-card:nth-child(3) .watch-hours-summary-card__bar-fill {
  animation-delay: 0.58s;
}

.watch-hours-subscription {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(120deg, rgba(244, 121, 35, 0.12) 0%, rgba(244, 121, 35, 0.03) 100%);
  border: 1px solid rgba(244, 121, 35, 0.35);
  border-radius: 16px;
}
.watch-hours-subscription--lapsed {
  border-color: rgba(255, 255, 255, 0.15);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.watch-hours-subscription__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.watch-hours-subscription__title {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #F47923;
}
.watch-hours-subscription__badge {
  padding: 0.1rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  border: 1px solid rgba(244, 121, 35, 0.45);
  border-radius: 16px;
}
.watch-hours-subscription__plan {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
}
.watch-hours-subscription__cadence {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}
.watch-hours-subscription__manage {
  margin-left: auto;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: underline;
}
.watch-hours-subscription__manage:hover {
  color: #F47923;
}
.watch-hours-subscription__renew {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.watch-hours-subscription__renew-note {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
}
.watch-hours-subscription__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #F47923;
  background: rgba(244, 121, 35, 0.15);
  border: 1px solid rgba(244, 121, 35, 0.4);
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.watch-hours-subscription__cta:hover {
  background: #F47923;
  color: #fff;
}
.watch-hours-subscription__cta.is-loading {
  opacity: 0.6;
  cursor: wait;
}
.watch-hours-subscription__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.75rem;
}
.watch-hours-subscription__cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0.5rem 0.75rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.watch-hours-subscription__cell--ring {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.watch-hours-subscription__cell--ring .watch-hours-subscription__cell-label,
.watch-hours-subscription__cell--ring .watch-hours-subscription__cell-value,
.watch-hours-subscription__cell--ring .watch-hours-subscription__remaining,
.watch-hours-subscription__cell--ring .watch-hours-subscription__countdown {
  flex-basis: calc(100% - 58px - 0.75rem);
}
.watch-hours-subscription__cell-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.watch-hours-subscription__cell-value {
  font-size: 0.85rem;
  color: #ffffff;
}
.watch-hours-subscription__cell-value--big {
  font-size: 1.3rem;
  font-weight: 700;
}
.watch-hours-subscription__cell-value--big em {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}
.watch-hours-subscription__remaining {
  font-size: 0.8rem;
  font-weight: 600;
  color: #2dd4bf;
  font-variant-numeric: tabular-nums;
}
.watch-hours-subscription__countdown {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.72);
}
.watch-hours-subscription__cell-note {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.72);
}
.watch-hours-subscription__ring {
  --pct: 0;
  position: relative;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(from -90deg, #F47923 0%, #F47923 calc(var(--pct) * 1%), rgba(255, 255, 255, 0.08) 0);
}
.watch-hours-subscription__ring::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #1b1b22;
}
.watch-hours-subscription__ring-num {
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}
.watch-hours-subscription__ring-unit {
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}
.watch-hours-subscription__topup {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.watch-hours-subscription__topup-heading {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}
.watch-hours-subscription__topup-limits {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
  font-variant-numeric: tabular-nums;
}
.watch-hours-subscription--primary {
  position: relative;
  overflow: hidden;
  padding-left: calc(1rem + 3px);
}
.watch-hours-subscription--primary::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #F47923 0%, rgba(244, 121, 35, 0.35) 70%, rgba(244, 121, 35, 0) 100%);
}
.watch-hours-subscription--primary::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -6%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 121, 35, 0.16) 0%, rgba(244, 121, 35, 0.05) 45%, rgba(244, 121, 35, 0) 70%);
  pointer-events: none;
}
.watch-hours-subscription--primary > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .watch-hours-subscription--primary .watch-hours-subscription__grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
.watch-hours-subscription--primary .watch-hours-subscription__cell--ring {
  align-items: center;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(244, 121, 35, 0.2);
}
.watch-hours-subscription--primary .watch-hours-subscription__ring {
  width: 104px;
  height: 104px;
}
.watch-hours-subscription--primary .watch-hours-subscription__ring::after {
  inset: 9px;
}
.watch-hours-subscription--primary .watch-hours-subscription__cell--ring .watch-hours-subscription__cell-label,
.watch-hours-subscription--primary .watch-hours-subscription__cell--ring .watch-hours-subscription__cell-value,
.watch-hours-subscription--primary .watch-hours-subscription__cell--ring .watch-hours-subscription__remaining,
.watch-hours-subscription--primary .watch-hours-subscription__cell--ring .watch-hours-subscription__countdown {
  flex-basis: calc(100% - 104px - 0.75rem);
}
.watch-hours-subscription--primary .watch-hours-subscription__ring-num {
  font-size: 1.5rem;
  line-height: 1.1;
}
.watch-hours-subscription--primary .watch-hours-subscription__ring-unit {
  font-size: 0.7rem;
}
.watch-hours-subscription--primary .watch-hours-subscription__remaining {
  font-size: 1.05rem;
  line-height: 1.3;
}
.watch-hours-subscription--primary .watch-hours-subscription__cell-value--big {
  font-size: 1.6rem;
}
.watch-hours-subscription--trial {
  border-color: rgba(244, 121, 35, 0.5);
  background: linear-gradient(118deg, rgba(244, 121, 35, 0.2) 0%, rgba(255, 176, 64, 0.07) 55%, rgba(244, 121, 35, 0.02) 100%);
}
.watch-hours-subscription--trial .watch-hours-subscription__badge {
  animation: wh-trial-pulse 2.6s ease-in-out infinite;
}
.watch-hours-subscription--trial .watch-hours-subscription__countdown {
  font-size: 0.8rem;
  font-weight: 700;
  color: #F47923;
  font-variant-numeric: tabular-nums;
}
.watch-hours-subscription__topup .watch-hours__btn {
  align-self: flex-end;
  cursor: pointer;
}
.watch-hours-subscription__topup .watch-hours__btn.is-loading {
  opacity: 0.6;
  cursor: wait;
}
.watch-hours-subscription__topup .watch-hours__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.watch-hours-subscription__topup .watch-hours__btn:disabled:hover {
  background-image: linear-gradient(180deg, #f7913f 0%, #F47923 55%, #dd6718 100%);
  border-color: #F47923;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 4px 12px rgba(244, 121, 35, 0.32);
}

@keyframes wh-trial-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(244, 121, 35, 0);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(244, 121, 35, 0.16);
  }
}
@media (prefers-reduced-motion: reduce) {
  .watch-hours-subscription--trial .watch-hours-subscription__badge {
    animation: none;
  }
}
.watch-hours__plans {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  background-color: #0e0e10;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 1.25rem;
  animation: whSectionIn 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) 0.34s backwards;
}
@media (max-width: 767px) {
  .watch-hours__plans {
    padding: 1rem;
  }
}
.watch-hours__plans-title {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.watch-hours__plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .watch-hours__plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .watch-hours__plans-grid {
    grid-template-columns: 1fr;
  }
}
.watch-hours__plans-grid > .duration-plan-card {
  animation: whCardIn 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}
.watch-hours__plans-grid > .duration-plan-card:nth-child(1) {
  animation-delay: 0.4s;
}
.watch-hours__plans-grid > .duration-plan-card:nth-child(2) {
  animation-delay: 0.48s;
}
.watch-hours__plans-grid > .duration-plan-card:nth-child(3) {
  animation-delay: 0.56s;
}
.watch-hours__plans-grid > .duration-plan-card--selected::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  animation: whSelectedGlow 1.5s ease-out 1.05s backwards;
}

.watch-hours__purchase-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  animation: whSectionIn 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) 0.64s backwards;
}
@media (max-width: 767px) {
  .watch-hours__purchase-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
}
.watch-hours__purchase-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  flex: 1;
}
.watch-hours__purchase-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}
.watch-hours__purchase-text {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.watch-hours__purchase-actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .watch-hours__purchase-actions {
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .watch-hours__purchase-actions {
    flex-direction: column-reverse;
  }
}

.learning-path {
  --lp-bg: #161618;
  --lp-shadow-dark: rgba(0, 0, 0, 0.55);
  --lp-shadow-light: rgba(255, 255, 255, 0.05);
  --lp-line: rgba(255, 255, 255, 0.85);
}
.learning-path__header {
  margin-bottom: 1.5rem;
}
.learning-path.is-open .learning-path__header, .learning-path.is-open .learning-path__chooser {
  display: none;
}
.learning-path__title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.learning-path__subtitle {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
  margin-bottom: 0;
}
.learning-path__chooser {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 1199px) {
  .learning-path__chooser {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .learning-path__chooser {
    grid-template-columns: 1fr;
  }
}
.learning-path__choice {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: block;
  aspect-ratio: 6/5;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0b0d0f;
  cursor: pointer;
  box-shadow: 10px 10px 22px var(--lp-shadow-dark), -10px -10px 22px var(--lp-shadow-light);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.4s ease;
  --lp-glow: rgba(255, 255, 255, 0.18);
}
.learning-path__choice--red {
  --lp-glow: rgba(232, 65, 24, 0.55);
}
.learning-path__choice--green {
  --lp-glow: rgba(39, 174, 96, 0.55);
}
.learning-path__choice--blue {
  --lp-glow: rgba(9, 132, 227, 0.55);
}
.learning-path__choice--purple {
  --lp-glow: rgba(111, 66, 193, 0.6);
}
.learning-path__choice--pink {
  --lp-glow: rgba(232, 67, 147, 0.55);
}
.learning-path__choice--orange {
  --lp-glow: rgba(230, 126, 34, 0.55);
}
.learning-path__choice--teal {
  --lp-glow: rgba(0, 184, 148, 0.55);
}
.learning-path__choice {
  opacity: 0;
  animation: lp-choice-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.learning-path__choice:nth-child(1) {
  animation-delay: 0s;
}
.learning-path__choice:nth-child(2) {
  animation-delay: 0.09s;
}
.learning-path__choice:nth-child(3) {
  animation-delay: 0.18s;
}
.learning-path__choice:nth-child(4) {
  animation-delay: 0.27s;
}
.learning-path__choice:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: var(--lp-glow);
  z-index: 2;
  box-shadow: 18px 18px 36px var(--lp-shadow-dark), -18px -18px 36px var(--lp-shadow-light), 0 0 0 1px var(--lp-glow), 0 20px 50px -10px var(--lp-glow);
}
.learning-path__choice:active {
  transform: translateY(-3px) scale(1.005);
}
.learning-path__choice:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 3px;
}
.learning-path__choice-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  filter: brightness(0.82) saturate(1.08);
  transform: scale(1.001);
  transform-origin: center;
  transition: filter 0.45s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.learning-path__choice:hover .learning-path__choice-bg {
  transform: scale(1.08);
  filter: brightness(0.92) saturate(1.2);
}
.learning-path__chooser:hover > .learning-path__choice:not(:hover) {
  transform: scale(0.985);
}
.learning-path__chooser:hover > .learning-path__choice:not(:hover) .learning-path__choice-bg {
  filter: brightness(0.42) saturate(0.5) contrast(1.05) blur(14px);
  transform: scale(1.02);
}
.learning-path__choice-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0) 68%);
}
.learning-path__choice-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--lp-glow), transparent 55%);
  opacity: 0.55;
  mix-blend-mode: screen;
}
.learning-path__choice-content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  text-align: left;
}
.learning-path__choice-category {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.learning-path__choice-icon {
  font-size: 1.15rem;
  line-height: 1;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.6));
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.learning-path__choice:hover .learning-path__choice-icon {
  transform: scale(1.25) rotate(-8deg);
}
.learning-path__choice-heading {
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.45);
}
.learning-path__choice-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.learning-path__choice:hover .learning-path__choice-meta {
  opacity: 1;
  transform: translateY(0);
}
.learning-path__choice-cta {
  color: #fff;
}
.learning-path__choice-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}
.learning-path__choice:hover .learning-path__choice-arrow {
  animation: lp-arrow-nudge 0.9s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .learning-path__card--stage .learning-path__card-media::after {
    display: none;
  }
  .learning-path__trail-head {
    display: none;
  }
  .learning-path__choice, .learning-path__choice-bg, .learning-path__choice-icon, .learning-path__choice-arrow {
    animation: none !important;
    transition: none !important;
  }
  .learning-path__choice {
    opacity: 1;
  }
  .learning-path__choice:hover, .learning-path__chooser:hover > .learning-path__choice:not(:hover) {
    transform: none;
  }
  .learning-path__choice:hover .learning-path__choice-bg, .learning-path__choice:hover .learning-path__choice-icon, .learning-path__chooser:hover > .learning-path__choice:not(:hover) .learning-path__choice-bg {
    transform: none;
    filter: brightness(0.82) saturate(1.08);
  }
  .learning-path__choice-meta {
    opacity: 1;
    transform: none;
  }
}
.learning-path__stage {
  display: none;
  flex-direction: column;
  height: calc(100vh - 7.5rem);
  min-height: 30rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
  background: radial-gradient(ellipse at 20% 20%, rgba(244, 121, 35, 0.06), transparent 55%), var(--lp-bg);
}
.learning-path__stage.is-active {
  display: flex;
  animation: lp-stage-in 0.35s ease both;
}
.learning-path__stage-bar, .learning-path__viewport {
  position: relative;
  z-index: 1;
}
.learning-path__stage-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #1c1c20;
}
.learning-path__back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #232328;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.learning-path__back:hover {
  background: #F47923;
  border-color: #F47923;
  color: #fff;
}
.learning-path__stage-label {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.learning-path__hint {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.4s ease;
}
.learning-path__hint.is-hidden {
  opacity: 0;
}
.learning-path__viewport {
  flex: 1;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.06) transparent;
}
.learning-path__viewport:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: -2px;
}
.learning-path__canvas {
  position: relative;
  flex: none;
}
.learning-path__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.learning-path__line {
  stroke: var(--lp-line);
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: var(--lp-len, 0);
  stroke-dashoffset: var(--lp-len, 0);
  transition: stroke-dashoffset 1.3s ease 0.15s;
}
.learning-path__line.is-in {
  stroke-dashoffset: 0;
}
.learning-path__trail {
  stroke: #F47923;
  stroke-width: 6;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: var(--lp-len, 0);
  stroke-dashoffset: var(--lp-len, 0);
  filter: drop-shadow(0 0 6px rgba(244, 121, 35, 0.65));
}
.learning-path__trail-head {
  position: absolute;
  z-index: 5;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  background: #F47923;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 0 12px 2px rgba(244, 121, 35, 0.9);
  animation: lp-trail-pulse 1.6s ease-in-out infinite;
}
.learning-path__trail-head.is-on {
  opacity: 1;
}
.learning-path__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.learning-path__backdrop-img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 130%;
  min-height: 112%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(18px) saturate(1.2);
  opacity: 0.16;
  transform: translate(0, -50%);
  will-change: transform;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25));
}
.learning-path__backdrop-fx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.45));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.45));
}
.learning-path__clay {
  position: absolute;
  background: #1c1c20;
  box-shadow: 12px 12px 24px var(--lp-shadow-dark), -12px -12px 24px var(--lp-shadow-light);
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease;
}
.learning-path__clay.is-in {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.learning-path__dot {
  width: 20px;
  height: 20px;
  background: var(--lp-line);
  border: 6px solid var(--lp-bg);
  border-radius: 50%;
  box-shadow: 4px 4px 10px var(--lp-shadow-dark), -4px -4px 10px var(--lp-shadow-light);
  z-index: 3;
}
.learning-path__plus {
  width: 44px;
  height: 44px;
  background: #232328;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  z-index: 4;
  box-shadow: 6px 6px 12px var(--lp-shadow-dark), -6px -6px 12px var(--lp-shadow-light), inset 2px 2px 4px rgba(255, 255, 255, 0.06), inset -2px -2px 4px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%) scale(0) rotate(-90deg);
}
.learning-path__plus.is-in {
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.learning-path__plus:hover {
  background: #F47923;
  color: #fff;
}
.learning-path__stage--line .learning-path__line {
  stroke: rgba(255, 255, 255, 0.13);
  stroke-width: 3;
}
.learning-path__stage--line .learning-path__plus {
  display: none;
}
.learning-path__stage--line .learning-path__dot {
  width: 26px;
  height: 26px;
  background: transparent;
  border: 4px solid rgba(255, 255, 255, 0.32);
  box-shadow: 3px 3px 8px var(--lp-shadow-dark), -3px -3px 8px var(--lp-shadow-light);
}
.learning-path__stage--line .learning-path__trail {
  filter: drop-shadow(0 0 7px rgba(244, 121, 35, 0.75));
}
.learning-path__card {
  width: 250px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  overflow: hidden;
}
.learning-path__card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 18px 18px 36px var(--lp-shadow-dark), -18px -18px 36px var(--lp-shadow-light);
  z-index: 10;
}
.learning-path__card-media {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #000;
}
.learning-path__card-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.learning-path__card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.85;
  mix-blend-mode: hard-light;
  transition: opacity 0.4s ease;
}
.learning-path__card-overlay--red {
  background: rgba(220, 53, 69, 0.75);
}
.learning-path__card-overlay--green {
  background: rgba(46, 204, 113, 0.75);
}
.learning-path__card-overlay--blue {
  background: rgba(52, 152, 219, 0.75);
}
.learning-path__card-overlay--purple {
  background: rgba(108, 92, 231, 0.75);
}
.learning-path__card-overlay--pink {
  background: rgba(232, 67, 147, 0.75);
}
.learning-path__card-overlay--orange {
  background: rgba(230, 126, 34, 0.75);
}
.learning-path__card-overlay--teal {
  background: rgba(0, 184, 148, 0.75);
}
.learning-path__card-overlay--slate {
  background: rgba(116, 125, 140, 0.75);
}
.learning-path__card-overlay--scrim {
  z-index: 2;
  opacity: 1;
  mix-blend-mode: normal;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.45) 18%, transparent 42%);
}
.learning-path__card-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.learning-path__badge-group {
  display: flex;
  gap: 8px;
}
.learning-path__badge {
  padding: 5px 12px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.3), 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.learning-path__badge--red {
  background: #e84118;
}
.learning-path__badge--green {
  background: #27ae60;
}
.learning-path__badge--blue {
  background: #0984e3;
}
.learning-path__badge--purple {
  background: #6f42c1;
}
.learning-path__badge--pink {
  background: #e84393;
}
.learning-path__badge--orange {
  background: #e67e22;
}
.learning-path__badge--teal {
  background: #00b894;
}
.learning-path__badge--slate {
  background: #747d8c;
}
.learning-path__badge--icon {
  padding: 6px 10px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: none;
}
.learning-path__card-title {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  z-index: 3;
  padding: 0 10px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.5px;
}
.learning-path__card-stats {
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  background: #1c1c20;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
}
.learning-path__card--stage {
  width: 400px;
  height: 712px;
  display: flex;
  flex-direction: column;
  cursor: default;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font: inherit;
  color: inherit;
}
.learning-path__card--stage .learning-path__card-media {
  height: 267px;
  flex: none;
}
.learning-path__card--open {
  cursor: pointer;
}
.learning-path__card--open:hover, .learning-path__card--open:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
}
.learning-path__card--open:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 3px;
}
.learning-path__card--open:active.is-in {
  transform: translate(-50%, -50%) scale(0.96);
}
.learning-path__card--link {
  cursor: pointer;
  text-decoration: none;
}
.learning-path__card--link:hover, .learning-path__card--link:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
}
.learning-path__card--link:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 3px;
}
.learning-path__card--link:active.is-in {
  transform: translate(-50%, -50%) scale(0.96);
}
.learning-path__card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex: none;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #F47923;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.learning-path__card-cta--watch {
  color: #27ae60;
}
.learning-path__card-cta--buy {
  color: #F47923;
}
.learning-path__card--open:hover .learning-path__card-cta .learning-path__choice-arrow, .learning-path__card--link:hover .learning-path__card-cta .learning-path__choice-arrow {
  animation: lp-arrow-nudge 0.9s ease-in-out infinite;
}
.learning-path__card-course {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex: none;
  padding-top: 0.3rem;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.learning-path__card-course--watch {
  color: #27ae60;
}
.learning-path__card-course--buy {
  color: #F47923;
}
.learning-path__card-course:hover {
  text-decoration: underline;
}
.learning-path__card-course:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
  border-radius: 6px;
}
.learning-path__card--stage .learning-path__card-overlay--scrim {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.16) 24%, transparent 46%);
}
.learning-path__card--stage .learning-path__card-overlay:not(.learning-path__card-overlay--scrim) {
  opacity: 0.5;
}
.learning-path__card--stage .learning-path__card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.13) 50%, transparent 58%);
  transform: translateX(-130%);
  transition: transform 0.75s ease;
}
.learning-path__card--stage:hover .learning-path__card-media::after {
  transform: translateX(130%);
}
.learning-path__stage-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0.9rem 1rem 1rem;
  background: #1c1c20;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
}
.learning-path__stage-head {
  --lp-accent: #F47923;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex: none;
}
.learning-path__stage-head::before {
  content: "";
  flex: none;
  align-self: stretch;
  width: 3px;
  min-height: 24px;
  border-radius: 999px;
  background: var(--lp-accent);
  box-shadow: 0 0 12px var(--lp-accent);
}
.learning-path__stage-head--red {
  --lp-accent: #e84118;
}
.learning-path__stage-head--green {
  --lp-accent: #27ae60;
}
.learning-path__stage-head--blue {
  --lp-accent: #0984e3;
}
.learning-path__stage-head--purple {
  --lp-accent: #6f42c1;
}
.learning-path__stage-head--pink {
  --lp-accent: #e84393;
}
.learning-path__stage-head--orange {
  --lp-accent: #e67e22;
}
.learning-path__stage-head--teal {
  --lp-accent: #00b894;
}
.learning-path__stage-head--slate {
  --lp-accent: #747d8c;
}
.learning-path__stage-title {
  min-width: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.learning-path__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.learning-path__pill {
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #232328;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.learning-path__pill--green {
  border-color: rgba(39, 174, 96, 0.5);
  color: #4ade80;
}
.learning-path__pill--slate {
  color: rgba(255, 255, 255, 0.45);
}
.learning-path__pill--code {
  font-family: monospace;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.45);
}
.learning-path__stage-blurb {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  line-height: 1.5;
}
.learning-path__prereq {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 2px solid rgba(244, 121, 35, 0.55);
  background: #232328;
}
.learning-path__prereq-label {
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.learning-path__prereq-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}
.learning-path__playlists {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.learning-path__playlists--empty {
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.75rem;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}
.learning-path__playlists-empty-title {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.learning-path__playlists-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.learning-path__playlists-count {
  padding: 1px 7px;
  border-radius: 999px;
  background: #232328;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0;
}
.learning-path__playlists-note {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  padding: 0 0.5rem;
}
.learning-path__playlist-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.06) transparent;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.learning-path__playlist {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.32rem 0.5rem;
  border-radius: 10px;
  background: #232328;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.learning-path__playlist-n {
  flex: none;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 800;
}
.learning-path__playlist-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.learning-path__stage--road .learning-path__viewport {
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.learning-path__stage--road .learning-path__backdrop-img {
  width: 120%;
  min-height: 160%;
}
.learning-path__stage--road .learning-path__line {
  stroke: rgba(255, 255, 255, 0.09);
  stroke-width: 30;
}
.learning-path__road-lane {
  fill: none;
  stroke: rgba(244, 191, 35, 0.75);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 1 34;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease 1s;
}
.learning-path__stage--road.is-active .learning-path__road-lane {
  opacity: 1;
}
.learning-path__stage--road .learning-path__trail {
  stroke-width: 14;
  filter: drop-shadow(0 0 10px rgba(244, 121, 35, 0.7));
}
.learning-path__stage--road .learning-path__trail-head {
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  box-shadow: 0 0 18px 5px rgba(244, 121, 35, 0.95), 0 0 40px 12px rgba(244, 121, 35, 0.35);
}
.learning-path__stage--road .learning-path__dot {
  width: 24px;
  height: 24px;
  border-width: 7px;
}
.learning-path__milestone {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #232328;
  z-index: 5;
  --lp-ring: #F47923;
}
.learning-path__milestone--red {
  --lp-ring: #e84118;
}
.learning-path__milestone--green {
  --lp-ring: #27ae60;
}
.learning-path__milestone--blue {
  --lp-ring: #0984e3;
}
.learning-path__milestone--purple {
  --lp-ring: #6f42c1;
}
.learning-path__milestone--pink {
  --lp-ring: #e84393;
}
.learning-path__milestone--orange {
  --lp-ring: #e67e22;
}
.learning-path__milestone--teal {
  --lp-ring: #00b894;
}
.learning-path__milestone--slate {
  --lp-ring: #747d8c;
}
.learning-path__milestone {
  border: 3px solid var(--lp-ring);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.25), 0 0 24px 2px var(--lp-ring), 8px 8px 18px var(--lp-shadow-dark), -8px -8px 18px var(--lp-shadow-light);
}
.learning-path__milestone--finish {
  animation: lp-goal-pulse 2.2s ease-in-out infinite;
}
.learning-path__milestone-emoji {
  font-size: 30px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.55));
}
@media (prefers-reduced-motion: reduce) {
  .learning-path__road-lane {
    transition: none;
  }
  .learning-path__milestone--finish {
    animation: none;
  }
}
.learning-path__stage--resources .learning-path__backdrop-img {
  filter: blur(5px) saturate(1.15);
  opacity: 0.4;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.55));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.55));
}
.learning-path__resources {
  position: relative;
  z-index: 1;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 1.75rem clamp(1rem, 4vw, 2.5rem) 2.5rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.06) transparent;
}
.learning-path__resources-lead {
  max-width: 60rem;
  margin: 0 auto 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.5;
}
.learning-path__resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .learning-path__resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .learning-path__resource-grid {
    grid-template-columns: 1fr;
  }
}
.learning-path__resource {
  --lp-glow: rgba(255, 255, 255, 0.18);
}
.learning-path__resource--red {
  --lp-glow: rgba(232, 65, 24, 0.55);
}
.learning-path__resource--green {
  --lp-glow: rgba(39, 174, 96, 0.55);
}
.learning-path__resource--blue {
  --lp-glow: rgba(9, 132, 227, 0.55);
}
.learning-path__resource--purple {
  --lp-glow: rgba(111, 66, 193, 0.6);
}
.learning-path__resource--pink {
  --lp-glow: rgba(232, 67, 147, 0.55);
}
.learning-path__resource--orange {
  --lp-glow: rgba(230, 126, 34, 0.55);
}
.learning-path__resource--teal {
  --lp-glow: rgba(0, 184, 148, 0.55);
}
.learning-path__resource {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #1c1c20;
  box-shadow: 10px 10px 22px var(--lp-shadow-dark), -10px -10px 22px var(--lp-shadow-light);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.4s ease;
}
.learning-path__resource:hover {
  transform: translateY(-6px);
  border-color: var(--lp-glow);
  box-shadow: 16px 16px 32px var(--lp-shadow-dark), -16px -16px 32px var(--lp-shadow-light), 0 0 0 1px var(--lp-glow), 0 18px 44px -12px var(--lp-glow);
}
.learning-path__resource-play, .learning-path__resource-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}
.learning-path__resource-play {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
}
.learning-path__resource-play:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: -2px;
}
.learning-path__resource-play:hover .learning-path__resource-playicon {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--lp-glow);
  border-color: #fff;
}
.learning-path__resource-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.learning-path__resource-scrim {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}
.learning-path__resource-badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}
.learning-path__resource-playicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.15rem;
  padding-left: 0.2rem;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.learning-path__resource-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.learning-path__resource-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.9rem 1rem 1.1rem;
}
.learning-path__resource-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 800;
}
.learning-path__resource-blurb {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  line-height: 1.45;
}
.learning-path__resource-link {
  margin-top: 0.15rem;
  align-self: flex-start;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}
.learning-path__resource-link:hover {
  color: #F47923;
}
@media (max-width: 991px) {
  .learning-path__stage {
    height: calc(100vh - 9rem);
    min-height: 26rem;
  }
}

@keyframes lp-goal-pulse {
  0%, 100% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.25), 0 0 24px 2px var(--lp-ring), 8px 8px 18px var(--lp-shadow-dark), -8px -8px 18px var(--lp-shadow-light);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.25), 0 0 40px 10px var(--lp-ring), 8px 8px 18px var(--lp-shadow-dark), -8px -8px 18px var(--lp-shadow-light);
  }
}
@keyframes lp-choice-in {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lp-arrow-nudge {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes lp-trail-pulse {
  0%, 100% {
    box-shadow: 0 0 10px 2px rgba(244, 121, 35, 0.85);
  }
  50% {
    box-shadow: 0 0 20px 6px rgba(244, 121, 35, 0.45);
  }
}
@keyframes lp-stage-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes devSectionIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes devRowIn {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes devEqBounce {
  0%, 100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
@keyframes devIconPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 175, 125, 0.35);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(76, 175, 125, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 175, 125, 0);
  }
}
@keyframes devBadgeDot {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 175, 125, 0.45);
  }
  70% {
    box-shadow: 0 0 0 5px rgba(76, 175, 125, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 175, 125, 0);
  }
}
@keyframes devSpin {
  to {
    transform: rotate(360deg);
  }
}
.devices {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.devices__header {
  animation: devSectionIn 0.4s ease both;
}
.devices__panel {
  animation: devSectionIn 0.45s ease 0.06s both;
}
.devices__policy {
  animation: devSectionIn 0.45s ease 0.14s both;
}
.devices__support {
  animation: devSectionIn 0.45s ease 0.2s both;
}
.devices__title {
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}
.devices__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  margin: 0;
  max-width: 68ch;
}
.devices__panel, .devices__policy, .devices__support {
  background-color: #1c1c20;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1rem 1.25rem;
}
.devices__panel-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 0.75rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.devices__panel-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  flex: 1;
}
.devices__max-note {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  border: 1px dashed rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
}
.devices__now-playing {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #F47923;
  background-color: rgba(244, 121, 35, 0.15);
  border: 1px solid rgba(244, 121, 35, 0.35);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.devices__now-playing--paused {
  color: rgba(255, 255, 255, 0.72);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.devices__now-playing--paused .devices__eq i {
  animation-play-state: paused;
  opacity: 0.45;
}
.devices__eq {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 0.72rem;
}
.devices__eq i {
  display: block;
  width: 3px;
  height: 100%;
  border-radius: 999px;
  background-color: currentColor;
  transform-origin: bottom;
  animation: devEqBounce 0.9s ease-in-out infinite;
}
.devices__eq i:nth-child(2) {
  animation-delay: 0.18s;
}
.devices__eq i:nth-child(3) {
  animation-delay: 0.32s;
}
.devices__empty {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  margin: 0.5rem 0 0;
  border: 1px dashed rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1.25rem;
  text-align: center;
}
.devices__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.devices__session {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  transition: background-color 0.18s ease;
  animation: devRowIn 0.4s ease both;
}
.devices__session:nth-child(1) {
  animation-delay: 0.14s;
}
.devices__session:nth-child(2) {
  animation-delay: 0.2s;
}
.devices__session:nth-child(3) {
  animation-delay: 0.26s;
}
.devices__session:nth-child(4) {
  animation-delay: 0.32s;
}
.devices__session:nth-child(5) {
  animation-delay: 0.38s;
}
.devices__session:nth-child(6) {
  animation-delay: 0.44s;
}
.devices__session + .devices__session {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.devices__session:hover {
  background-color: rgba(255, 255, 255, 0.018);
}
.devices__session::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 3px;
  border-radius: 999px;
  background-color: transparent;
  transform: scaleY(0);
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.devices__session--current .devices__session-icon {
  background-color: rgba(244, 121, 35, 0.16);
  color: #F47923;
}
.devices__session[data-state=playing]::before {
  transform: scaleY(1);
  background-color: #4caf7d;
}
.devices__session[data-state=playing] .devices__session-icon {
  background-color: rgba(76, 175, 125, 0.1);
  color: #4caf7d;
  animation: devIconPulse 2s ease-out infinite;
}
.devices__session[data-state=paused]::before {
  transform: scaleY(1);
  background-color: #f4a623;
}
.devices__session[data-state=paused] .devices__session-icon {
  background-color: rgba(244, 166, 35, 0.1);
  color: #f4a623;
}
.devices__session[data-state=paused] .devices__badge--watching {
  color: #f4a623;
  border-color: rgba(244, 166, 35, 0.45);
  background-color: rgba(244, 166, 35, 0.1);
}
.devices__session[data-state=paused] .devices__badge--watching::before {
  animation: none;
}
.devices__session-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.devices__session-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.devices__session-name-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.devices__session-name {
  font-size: 0.95rem;
  font-weight: 600;
}
.devices__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.16rem 0.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.devices__badge--current {
  color: #F47923;
  border-color: rgba(244, 121, 35, 0.5);
  background-color: rgba(244, 121, 35, 0.1);
}
.devices__badge--watching {
  color: #4caf7d;
  border-color: rgba(76, 175, 125, 0.45);
  background-color: rgba(76, 175, 125, 0.1);
}
.devices__badge--watching::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
  animation: devBadgeDot 1.6s ease-out infinite;
}
.devices__session-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}
.devices__session-meta strong {
  color: inherit;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.devices__session-activity {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s ease;
}
.devices__session-activity--live {
  color: #4caf7d;
}
.devices__session-logout {
  flex: 0 0 auto;
  align-self: center;
  margin: 0;
}
.devices__logout-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: 1px solid rgba(224, 86, 86, 0.5);
  border-radius: 12px;
  color: #e05656;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.15s ease;
}
.devices__logout-btn:hover {
  background-color: rgba(224, 86, 86, 0.12);
  transform: translateY(-1px);
}
.devices__logout-btn:active {
  transform: translateY(0) scale(0.97);
}
.devices__logout-btn.is-busy {
  opacity: 0.75;
  pointer-events: none;
}
.devices__logout-btn.is-busy i {
  display: none;
}
.devices__logout-btn.is-busy::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: devSpin 0.7s linear infinite;
}
.devices__footer {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 991px) {
  .devices__footer {
    grid-template-columns: 1fr;
  }
}
.devices__policy-title, .devices__support-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.devices__policy-list {
  margin: 0;
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}
.devices__policy-list li {
  line-height: 1.5;
}
.devices__policy-list li::marker {
  color: #F47923;
}
.devices__support {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.devices__support-body {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  margin: 0;
  flex: 1;
}
.devices__support-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  color: #F47923;
  border: 1px solid rgba(244, 121, 35, 0.5);
  border-radius: 12px;
  padding: 0.5rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.15s ease;
}
.devices__support-cta:hover {
  background-color: rgba(244, 121, 35, 0.12);
  color: #F47923;
  transform: translateY(-1px);
}
.devices__history-subtitle {
  margin: -0.5rem 0 0.75rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
}
.devices__badge--ended {
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.14);
  background-color: rgba(255, 255, 255, 0.04);
}
.devices__badge--idle {
  color: #f4a623;
  border-color: rgba(244, 166, 35, 0.45);
  background-color: rgba(244, 166, 35, 0.1);
}
.devices__session--ended {
  opacity: 0.72;
}
.devices__session--ended .devices__session-icon {
  background-color: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
}
@media (max-width: 767px) {
  .devices__session {
    flex-wrap: wrap;
  }
  .devices__session-logout {
    width: 100%;
    padding-left: calc(2.3rem + 0.75rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .devices__header,
  .devices__panel,
  .devices__policy,
  .devices__support,
  .devices__session,
  .devices__eq i,
  .devices__session-icon,
  .devices__badge--watching::before {
    animation: none !important;
  }
}
.devices__cap {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background-color: #1c1c20;
}
.devices__cap--at-limit {
  border-color: rgba(244, 121, 35, 0.35);
  background-color: rgba(244, 121, 35, 0.07);
}

.devices__cap-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.devices__cap-title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.devices__cap--at-limit .devices__cap-title {
  color: #F47923;
}

.devices__cap-count {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}

.devices__cap-meter {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  margin: 0.75rem 0 0;
  padding: 0;
}

.devices__cap-seg {
  flex: 1 1 22px;
  min-width: 14px;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.08);
}
.devices__cap-seg--on {
  background-color: #F47923;
}
.devices__cap--at-limit .devices__cap-seg--on {
  background-color: #dd6718;
}

.devices__cap-note {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.devices__current {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #232328;
}

.devices__list--pinned .devices__session {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}

.devices__session-client {
  margin: 2px 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
}

.devices__panel-actions {
  margin-left: auto;
}

.devices__bulk-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  background-color: transparent;
  color: #e88b7d;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
.devices__bulk-btn:hover {
  border-color: rgba(232, 139, 125, 0.45);
  background-color: rgba(232, 139, 125, 0.08);
}
.devices__bulk-btn:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .devices__panel-actions {
    flex: 0 0 100%;
    margin-left: 0;
  }
  .devices__bulk-btn {
    width: 100%;
    justify-content: center;
  }
}
.devices__ip-reveal {
  margin-left: 0.25rem;
  padding: 0;
  border: 0;
  background: none;
  color: #F47923;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
}
.devices__ip-reveal:hover {
  text-decoration: underline;
}
.devices__ip-reveal:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
}

.devices__day {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.devices__day:first-child {
  margin-top: 0;
}
.devices__day + .devices__session {
  border-top: 0;
}

.devices__history-jump {
  font-size: 0.75rem;
  font-weight: 600;
  color: #F47923;
  text-decoration: none;
}
.devices__history-jump:hover {
  text-decoration: underline;
}

.devices__empty--failed {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #f4a623;
}

.devices-confirm {
  width: min(420px, 100vw - 2rem);
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  background-color: #232328;
  color: #ffffff;
}
.devices-confirm::backdrop {
  background-color: rgba(0, 0, 0, 0.65);
}
.devices-confirm__title {
  margin: 0 0 0.75rem;
  font-size: 1.0625rem;
  font-weight: 600;
}
.devices-confirm__body {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
.devices-confirm__note {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
}
.devices-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}
.devices-confirm__cancel {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-family: inherit;
  font-size: 0.875rem;
  cursor: pointer;
}
.devices-confirm__cancel:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}
.devices-confirm__go {
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 6px;
  background-color: #a94847;
  color: #fff;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}
.devices-confirm__go:hover {
  background-color: rgba(217, 65, 38, 0.85);
}
.devices-confirm__go.is-busy {
  opacity: 0.6;
  cursor: progress;
}
.devices-confirm__cancel:focus-visible, .devices-confirm__go:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .devices__cap-seg,
  .devices__current,
  .devices__bulk-btn,
  .devices-confirm {
    animation: none !important;
    transition: none !important;
  }
}
.suggestions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.suggestions__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.suggestions__lead {
  margin: 0.5rem 0 0;
  max-width: 60ch;
  opacity: 0.75;
}
.suggestions__board {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.suggestions__tabs {
  display: flex;
  gap: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.suggestions__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  color: inherit;
  cursor: pointer;
  opacity: 0.6;
}
.suggestions__tab--active {
  opacity: 1;
  border-bottom-color: currentColor;
}
.suggestions__count {
  padding: 0 0.4rem;
  border-radius: 999px;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
}
.suggestions__pane {
  display: none;
  padding-top: 1.25rem;
}
.suggestions__pane--active {
  display: block;
}
.suggestions__note {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  opacity: 0.65;
}
.suggestions__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 1rem;
}
.suggestions__empty {
  padding: 2.5rem 1rem;
  text-align: center;
}
.suggestions__empty h2 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.suggestions__empty p {
  margin: 0;
  opacity: 0.7;
}
.suggestions__more {
  display: block;
  margin: 1.25rem auto 0;
  padding: 0.5rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: none;
  color: inherit;
  cursor: pointer;
}

.suggestion-card {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.02);
}
.suggestion-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.suggestion-card__status {
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.suggestion-card__status--pending {
  background: rgba(255, 193, 7, 0.15);
  color: #ffc107;
}
.suggestion-card__status--approved {
  background: rgba(40, 167, 69, 0.15);
  color: #4caf50;
}
.suggestion-card__status--declined {
  background: rgba(220, 53, 69, 0.15);
  color: #ef5350;
}
.suggestion-card__date {
  font-size: 0.75rem;
  opacity: 0.6;
}
.suggestion-card__tasks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.suggestion-card__task {
  position: relative;
  margin: 0;
  padding-left: 0.9rem;
  font-weight: 600;
}
.suggestion-card__task::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.45;
}
.suggestion-card__meta {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.8125rem;
}
.suggestion-card__meta dt {
  opacity: 0.55;
  font-weight: 400;
}
.suggestion-card__meta dd {
  margin: 0;
  word-break: break-word;
}
.suggestion-card__reason, .suggestion-card__note, .suggestion-card__hint {
  margin: 0;
  font-size: 0.8125rem;
  opacity: 0.8;
}
.suggestion-card__note {
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(220, 53, 69, 0.08);
}
.suggestion-card__reason-label {
  display: block;
  opacity: 0.55;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.suggestion-card__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.suggestion-card__edit, .suggestion-card__withdraw {
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: none;
  color: inherit;
  font-size: 0.8125rem;
  cursor: pointer;
}
.suggestion-card__edit[disabled], .suggestion-card__withdraw[disabled] {
  opacity: 0.5;
  cursor: default;
}

.wh {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.wh__head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.wh__title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.wh__subtitle {
  margin: 0;
  max-width: 68ch;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
.wh__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .wh__layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
  }
}
.wh__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wh__rail {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991px) {
  .wh__rail {
    order: -1;
  }
}
.wh__panels {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background-color: #1c1c20;
  overflow: hidden;
}
.wh__panels > * + * {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.wh__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background-color: #1c1c20;
}
@media (max-width: 767px) {
  .wh__toolbar {
    padding: 0.75rem 1rem;
  }
}
.wh__toolbar-label {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.75rem;
  min-width: 0;
  margin-right: auto;
}
.wh__toolbar-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
}
.wh__toolbar-count {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}
.wh__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 575px) {
  .wh__filters {
    width: 100%;
  }
}
.wh__filters-icon {
  display: inline-flex;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 575px) {
  .wh__filters-icon {
    display: none;
  }
}
.wh__filter {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 11.5rem;
  max-width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  background-color: #232328;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff73'%3E%3Cpath d='M8 11 3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: inherit;
  font-size: 0.8125rem;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
.wh__filter option {
  background-color: #232328;
  color: #ffffff;
}
.wh__filter:hover {
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.wh__filter:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
}
.wh__filter.is-on {
  color: #F47923;
  border-color: rgba(244, 121, 35, 0.42);
  background-color: color-mix(in srgb, #F47923 16%, #232328);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F47923'%3E%3Cpath d='M8 11 3 6h10z'/%3E%3C/svg%3E");
  font-weight: 600;
}
@media (max-width: 575px) {
  .wh__filter {
    width: 100%;
  }
}
.wh__empty {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 2rem;
  border: 1px dashed rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9375rem;
}
.wh__empty i {
  font-size: 1.25rem;
}
.wh__empty[hidden] {
  display: none;
}
.wh__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.wh__card {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background-color: #1c1c20;
}
.wh__card--spent {
  border-color: rgba(244, 121, 35, 0.35);
  background-color: rgba(244, 121, 35, 0.08);
}
.wh__card-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.wh__card--spent .wh__card-title {
  color: #F47923;
}
.wh__card-body {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
.wh__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #F47923;
  text-decoration: none;
}
.wh__card-cta:hover {
  color: #dd6718;
}

.wh-balance {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.wh-balance__row {
  --wh-balance-accent: rgba(255, 255, 255, 0.45);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}
.wh-balance__row--trial {
  --wh-balance-accent: #f4a623;
}
.wh-balance__row--subscription {
  --wh-balance-accent: #F47923;
}
.wh-balance__row--lifetime {
  --wh-balance-accent: #2dd4bf;
}
.wh-balance__row.is-active {
  border-color: color-mix(in srgb, var(--wh-balance-accent) 42%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--wh-balance-accent) 12%, transparent), rgba(255, 255, 255, 0.02));
}
.wh-balance__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.wh-balance__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #ffffff;
}
.wh-balance__dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wh-balance-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--wh-balance-accent) 18%, transparent);
}
.wh-balance__now {
  padding: 1px 6px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--wh-balance-accent);
  background: color-mix(in srgb, var(--wh-balance-accent) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--wh-balance-accent) 32%, transparent);
}
.wh-balance__left {
  flex: 0 0 auto;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}
.wh-balance__left strong {
  font-size: 0.86rem;
  font-weight: 600;
  color: #ffffff;
}
.wh-balance__track {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.wh-balance__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, color-mix(in srgb, var(--wh-balance-accent) 70%, #ffffff), var(--wh-balance-accent));
  transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.wh-balance__fill.is-started {
  min-width: 3px;
}
.wh-balance__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 2px 0.5rem;
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.3);
  font-variant-numeric: tabular-nums;
}
.wh-balance__note {
  color: color-mix(in srgb, var(--wh-balance-accent) 55%, rgba(255, 255, 255, 0.3));
}

.wh-locks {
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(244, 121, 35, 0.22);
  background: rgba(244, 121, 35, 0.07);
}
.wh-locks__head {
  margin: 0 0 0.5rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #F47923;
}
.wh-locks__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.wh-locks__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.wh-locks__item > i {
  margin-top: 2px;
  font-size: 0.7rem;
  color: #F47923;
}
.wh-locks__item strong {
  color: #ffffff;
}
.wh-locks__legend {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.7rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.3);
}
.wh-locks__swatch {
  flex: 0 0 auto;
  width: 22px;
  height: 4px;
  margin-top: 6px;
  border-radius: 2px;
  background: linear-gradient(90deg, #F47923 60%, rgba(255, 255, 255, 0.18) 60%);
}

.wh-day {
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background-color: #1c1c20;
}
@media (max-width: 767px) {
  .wh-day {
    padding: 0 1rem 0.5rem;
  }
}
.wh-day__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 1rem 0 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background-color: #1c1c20;
}
@media (min-width: 992px) {
  .wh-day__head {
    position: sticky;
    top: 72px;
    z-index: 2;
  }
}
.wh-day__label {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.wh-day__figures {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 1rem;
  margin: 0;
}
.wh-day__figure {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}
.wh-day__figure > i {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}
.wh-day__figure strong {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}
.wh-day__summary {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}
.wh-day__rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.wh-sentinel {
  height: 1px;
  list-style: none;
}

.wh-row {
  position: relative;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 1rem;
  padding: 0.75rem 0;
  transition: background-color 0.18s ease;
}
.wh-row + .wh-row {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.wh-row:hover {
  background-color: rgba(255, 255, 255, 0.022);
}
.wh-row::before {
  content: "";
  position: absolute;
  left: -0.75rem;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 3px;
  border-radius: 999px;
  background-color: transparent;
  transform: scaleY(0);
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.wh-row:hover::before {
  transform: scaleY(1);
  background-color: rgba(255, 255, 255, 0.18);
}
@media (max-width: 575px) {
  .wh-row {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 0.75rem;
  }
  .wh-row::before {
    left: -0.5rem;
  }
}
.wh-row__tile {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
  background-color: #000;
  text-decoration: none;
}
.wh-row__poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wh-row__glyph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.wh-row--locked .wh-row__glyph {
  opacity: 1;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.62);
  background-color: rgba(0, 0, 0, 0.55);
}
.wh-row__tile:hover .wh-row__glyph, .wh-row__tile:focus-visible .wh-row__glyph {
  opacity: 1;
}
.wh-row__tile:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
}
.wh-row__length {
  position: absolute;
  right: 4px;
  bottom: 9px;
  padding: 1px 4px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
}
.wh-row__track {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.22);
}
.wh-row__fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #F47923;
}
.wh-row__fill--met {
  background-color: #2dd4bf;
}
.wh-row__notch {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 2px;
  margin-left: -1px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.wh-row__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.wh-row__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.wh-row__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
  text-decoration: none;
}
.wh-row__title:hover {
  color: #F47923;
}
.wh-row__title:focus-visible {
  outline: 2px solid #F47923;
  outline-offset: 2px;
}
.wh-row__badge {
  flex: 0 0 auto;
  padding: 1px 0.5rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wh-row__badge--live {
  color: #2dd4bf;
  background-color: rgba(45, 212, 191, 0.14);
}
.wh-row__course {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wh-row__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.75rem;
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}
.wh-row__meta i {
  margin-right: 3px;
}
.wh-row__elapsed {
  font-variant-numeric: tabular-nums;
}
.wh-row__counted {
  font-variant-numeric: tabular-nums;
}
.wh-row__counted strong {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}
.wh-row__plan {
  padding: 1px 0.5rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
}
.wh-row__plan--trial {
  color: #f4a623;
  background-color: rgba(244, 166, 35, 0.12);
}
.wh-row__plan--subscription {
  color: #F47923;
  background-color: rgba(244, 121, 35, 0.15);
}
.wh-row__plan--lifetime {
  color: #2dd4bf;
  background-color: rgba(45, 212, 191, 0.12);
}
.wh-row__flags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
}
.wh-row__coverage {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.72);
}
.wh-row__coverage i {
  color: #F47923;
}
.wh-row__coverage--met {
  color: #2dd4bf;
}
.wh-row__coverage--met i {
  color: #2dd4bf;
}
.wh-row__coverage--plain {
  color: rgba(255, 255, 255, 0.45);
}
.wh-row__coverage--plain i {
  color: rgba(255, 255, 255, 0.3);
}
.wh-row__coverage-time {
  color: rgba(255, 255, 255, 0.45);
}
.wh-row__skipped {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #f4a623;
}
.wh-row__unbilled {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #f4a623;
}
.wh-row--live {
  background-color: rgba(45, 212, 191, 0.05);
}
.wh-row--live::before {
  transform: scaleY(1);
  background-color: #2dd4bf;
}

@media (prefers-reduced-motion: reduce) {
  .wh-row,
  .wh-row::before,
  .wh-row__glyph {
    transition: none;
  }
}
/*# sourceMappingURL=app.css.map */