/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Geist", "Inter", "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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 {
    -webkit-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,);
    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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
:root {
  --asc-black: #050505;
  --asc-surface: #141619;
  --asc-gray-dark: #4a4f57;
  --asc-gray-light: #b0b3b8;
  --asc-white: #ececec;
  --asc-red: #7b1e2b;
  --asc-red-light: #a32b3c;
  --asc-border: rgba(236, 236, 236, 0.12);
  --font-primary: "Geist", "Inter", "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  color-scheme: dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--asc-black);
  color: var(--asc-white);
  font-family: var(--font-primary);
  font-weight: 400;
}
button, input, textarea, select {
  font: inherit;
}
button {
  cursor: pointer;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
}
.reveal {
  opacity: 0;
  animation: reveal-up 800ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.reveal-one {
  animation-delay: 80ms;
}
.reveal-two {
  animation-delay: 180ms;
}
.reveal-three {
  animation-delay: 260ms;
}
.reveal-four {
  animation-delay: 340ms;
}
@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mountain-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.008);
  }
}
@keyframes mountain-glow {
  0%, 100% {
    opacity: 0.65;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.login-page {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 548px);
  justify-content: center;
  align-items: center;
  gap: clamp(56px, 4.7vw, 76px);
  min-height: 100svh;
  padding: clamp(34px, 4.5vh, 54px) clamp(30px, 4vw, 64px) 78px;
  overflow: hidden;
  background: #050505;
}
.login-background, .login-background-grid, .login-background-vignette, .login-background-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.login-background {
  z-index: 0;
  overflow: hidden;
  background: radial-gradient( circle at 26% 72%, rgba(123, 30, 43, 0.11), transparent 42% ), radial-gradient( circle at 82% 30%, rgba(176, 179, 184, 0.03), transparent 36% ), #050505;
}
.login-background-glow {
  inset: auto auto -260px -120px;
  width: 820px;
  height: 720px;
  border-radius: 50%;
  background: rgba(123, 30, 43, 0.13);
  filter: blur(150px);
}
.login-background-grid {
  opacity: 0.2;
  background-image: linear-gradient( rgba(255, 255, 255, 0.014) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.011) 1px, transparent 1px );
  background-size: 72px 72px;
  mask-image: linear-gradient( to bottom, transparent, black 28%, transparent 96% );
}
.login-background-vignette {
  background: radial-gradient( circle at center, transparent 36%, rgba(0, 0, 0, 0.24) 100% );
}
.login-visual {
  position: relative;
  z-index: 3;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  min-height: 680px;
  padding-right: 0;
}
.login-brand {
  position: absolute;
  z-index: 40;
  top: 8%;
  left: 0;
  width: 310px;
  margin: 0;
}
.login-logo {
  display: block;
  width: 100%;
  height: auto;
}
.login-message {
  position: relative;
  z-index: 7;
  margin-top: clamp(126px, 14vh, 144px);
}
.login-accent-line {
  width: 56px;
  height: 1px;
  margin-bottom: 28px;
  background: linear-gradient( 90deg, var(--asc-red), transparent );
}
.login-slogan {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  color: var(--asc-white);
  font-family: var(--font-primary);
  font-size: clamp(23px, 1.95vw, 30px);
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.022em;
}
.login-slogan span, .login-slogan strong {
  display: block;
}
.login-slogan strong {
  color: var(--asc-red-light);
  font-weight: 600;
}
.login-message p {
  margin: 20px 0 0;
  color: var(--asc-gray-light);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -0.01em;
}
.mountain-wrapper {
  position: absolute;
  z-index: 1;
  left: max(-18px, calc((100vw - 1280px) / 2 - 220px));
  bottom: -24px;
  width: min(74vw, 1160px);
  height: auto;
  aspect-ratio: 1535 / 1024;
  overflow: visible;
  pointer-events: none;
}
.mountain-image {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  mix-blend-mode: lighten;
  filter: none;
  transform-origin: left bottom;
  animation: none;
}
.mountain-glow, .mountain-fade {
  display: none;
}
.login-panel-wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.login-panel {
  width: 100%;
  padding: clamp(34px, 3.4vw, 50px) clamp(26px, 3.2vw, 46px) clamp(30px, 3vw, 42px);
  border: 1px solid rgba(236, 236, 236, 0.1);
  border-radius: 18px;
  background: linear-gradient( 145deg, rgba(20, 22, 25, 0.6), rgba(7, 8, 9, 0.9) );
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.022);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.login-panel-header h2 {
  margin: 0;
  color: var(--asc-white);
  font-family: var(--font-primary);
  font-size: clamp(25px, 2.1vw, 33px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.028em;
}
.login-panel-header p {
  max-width: 520px;
  margin: 11px 0 0;
  color: var(--asc-gray-light);
  font-size: clamp(14px, 1.05vw, 15px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.012em;
}
.form-alert {
  margin-top: 22px;
  padding: 13px 15px;
  border: 1px solid rgba(123, 30, 43, 0.6);
  border-radius: 10px;
  background: rgba(123, 30, 43, 0.12);
  color: #e8aeb7;
  font-size: 14px;
}
.form-alert p {
  margin: 0;
}
.login-form {
  margin-top: 30px;
}
.form-group + .form-group {
  margin-top: 22px;
}
.form-group label {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--asc-white);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.3;
  letter-spacing: -0.012em;
}
.input-shell {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  border: 1px solid rgba(236, 236, 236, 0.11);
  border-radius: 10px;
  background: rgba(5, 5, 5, 0.4);
  transition: border-color 200ms ease, background-color 200ms ease;
}
.input-shell:hover {
  border-color: rgba(236, 236, 236, 0.2);
}
.input-shell:focus-within {
  border-color: rgba(236, 236, 236, 0.34);
  background: rgba(20, 22, 25, 0.6);
}
.input-shell-error {
  border-color: rgba(181, 55, 74, 0.85);
}
.input-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 18px;
  color: #8a8d93;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: color 200ms ease;
}
.input-shell:focus-within .input-icon {
  color: var(--asc-white);
}
.input-shell input {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--asc-white);
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.012em;
}
.input-shell input::placeholder {
  color: #85888e;
  opacity: 1;
}
.input-shell input:-webkit-autofill, .input-shell input:-webkit-autofill:hover, .input-shell input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--asc-white);
  caret-color: var(--asc-white);
  transition: background-color 100000s ease-in-out 0s;
}
.password-toggle {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 52px;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #8a8d93;
  transition: color 180ms ease;
}
.password-toggle:hover, .password-toggle:focus-visible {
  color: var(--asc-white);
}
.password-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}
.password-toggle .eye-closed {
  display: none;
}
.password-toggle[aria-pressed="true"] .eye-open {
  display: none;
}
.password-toggle[aria-pressed="true"] .eye-closed {
  display: block;
}
.field-error {
  margin: 8px 0 0;
  color: #d67a88;
  font-size: 13px;
}
.forgot-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 13px;
}
.forgot-row a, .register-text a {
  color: #c33147;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: -0.012em;
  text-decoration: none;
  transition: color 180ms ease;
}
.forgot-row a:hover, .register-text a:hover {
  color: #e34a61;
}
.login-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(203, 50, 72, 0.16);
  border-radius: 10px;
  background: linear-gradient( 100deg, #7c1a24, #98202e 50%, #77161f );
  color: #ffffff;
  box-shadow: 0 12px 32px rgba(123, 30, 43, 0.2), inset 0 1px rgba(255, 255, 255, 0.1);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.016em;
  transition: filter 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.login-submit::before {
  position: absolute;
  top: 0;
  left: -40%;
  width: 35%;
  height: 100%;
  content: "";
  background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.1), transparent );
  transform: skewX(-20deg);
  transition: left 650ms ease;
}
.login-submit:hover {
  filter: brightness(1.1);
  box-shadow: 0 18px 42px rgba(123, 30, 43, 0.3), inset 0 1px rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}
.login-submit:hover::before {
  left: 115%;
}
.login-submit:active {
  transform: translateY(0);
}
.login-submit:disabled {
  cursor: wait;
}
.button-arrow {
  position: absolute;
  right: 22px;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 220ms ease;
}
.login-submit:hover .button-arrow {
  transform: translateX(4px);
}
.button-loader {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 700ms linear infinite;
}
.login-submit.is-loading .button-label, .login-submit.is-loading .button-arrow {
  display: none;
}
.login-submit.is-loading .button-loader {
  display: block;
}
.form-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin: 22px 0;
}
.form-divider span {
  height: 1px;
  background: rgba(236, 236, 236, 0.11);
}
.form-divider p {
  margin: 0;
  color: var(--asc-gray-light);
  font-size: 13px;
  font-weight: 450;
  letter-spacing: 0.04em;
}
.google-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  height: 54px;
  border: 1px solid rgba(176, 179, 184, 0.22);
  border-radius: 10px;
  background: rgba(5, 5, 5, 0.2);
  color: var(--asc-white);
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 450;
  letter-spacing: -0.014em;
  transition: background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}
.google-button:hover {
  border-color: rgba(236, 236, 236, 0.4);
  background: rgba(236, 236, 236, 0.035);
  transform: translateY(-1px);
}
.google-icon {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
}
.register-text {
  margin: 26px 0 0;
  color: var(--asc-gray-light);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.012em;
}
.login-footer {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 26px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 32px);
  color: #909399;
  font-family: var(--font-primary);
  font-size: clamp(9px, 0.72vw, 11px);
  font-weight: 450;
  letter-spacing: 0.42em;
}
.login-footer i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a61f32;
}
@keyframes mountain-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -7px, 0) scale(1.006);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1450px) {
  .mountain-wrapper {
    left: max(0px, calc((100vw - 1280px) / 2 - 220px));
    bottom: -24px;
    width: min(72vw, 1160px);
  }
}
@media (max-width: 1250px) {
  .login-page {
    grid-template-columns: minmax(0, 500px) minmax(0, 520px);
    gap: 44px;
    padding-inline: 40px;
  }
  .login-visual {
    min-height: 650px;
    padding-right: 0;
  }
  .login-brand {
    width: 150px;
  }
  .login-message {
    margin-top: 118px;
  }
  .login-slogan {
    font-size: 24px;
  }
  .mountain-wrapper {
    left: -42px;
    bottom: -18px;
    width: min(88vw, 1080px);
    height: auto;
  }
  .login-panel {
    padding: 42px 34px 36px;
  }
  .login-panel-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 980px) {
  .login-page {
    display: block;
    min-height: 100svh;
    padding: 0 clamp(22px, 7vw, 60px) 24px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .login-visual {
    display: block;
    min-height: clamp(390px, 91vw, 755px);
    padding: 0;
  }
  .login-brand {
    top: clamp(34px, 8vw, 68px);
    width: clamp(132px, 30.5vw, 264px);
    margin: 0 auto;
  }
  .login-message {
    display: block;
    width: 100%;
    margin: 0;
    padding-top: clamp(210px, 48.6vw, 420px);
  }
  .login-accent-line {
    width: clamp(50px, 13vw, 112px);
    margin-bottom: clamp(18px, 4.7vw, 40px);
  }
  .login-slogan {
    gap: 1px;
    font-size: clamp(21px, 5.05vw, 43px);
    line-height: 1.3;
  }
  .login-message p {
    margin-top: clamp(15px, 4vw, 34px);
    font-size: clamp(14px, 3.35vw, 28px);
    line-height: 1.45;
  }
  .mountain-wrapper {
    top: clamp(-92px, -10.5vw, -45px);
    right: auto;
    bottom: auto;
    left: 50%;
    width: clamp(530px, 123vw, 1060px);
    height: auto;
    opacity: 1;
    transform: translateX(-50%);
  }
  .mountain-image {
    animation: none;
    filter: none;
  }
  .login-panel-wrapper {
    justify-content: center;
    margin-top: 0;
  }
  .login-panel {
    width: min(100%, 744px);
    margin-inline: auto;
    padding: clamp(27px, 6.5vw, 55px) clamp(28px, 6.7vw, 58px) clamp(28px, 6.8vw, 58px);
    border-radius: 18px;
    background: linear-gradient( 145deg, rgba(20, 22, 25, 0.9), rgba(7, 8, 9, 0.96) );
  }
  .login-panel-header h2 {
    font-size: clamp(24px, 5.1vw, 42px);
  }
  .login-panel-header p {
    margin-top: clamp(9px, 2.1vw, 18px);
    font-size: clamp(14px, 2.9vw, 25px);
  }
  .login-form {
    margin-top: clamp(26px, 5.5vw, 48px);
  }
  .form-group + .form-group {
    margin-top: clamp(20px, 4.5vw, 39px);
  }
  .form-group label {
    margin-bottom: clamp(9px, 2vw, 18px);
    font-size: clamp(14px, 2.7vw, 23px);
  }
  .input-shell {
    height: clamp(52px, 9.25vw, 80px);
    border-radius: clamp(10px, 1.8vw, 15px);
  }
  .input-icon {
    width: clamp(19px, 3.5vw, 30px);
    height: clamp(19px, 3.5vw, 30px);
    margin-left: clamp(15px, 3.3vw, 29px);
  }
  .input-shell input {
    padding-inline: clamp(13px, 3vw, 26px);
    font-size: clamp(15px, 2.8vw, 24px);
  }
  .password-toggle {
    width: clamp(48px, 8vw, 69px);
  }
  .password-toggle svg {
    width: clamp(20px, 3.8vw, 32px);
    height: clamp(20px, 3.8vw, 32px);
  }
  .forgot-row {
    margin-top: clamp(13px, 2.8vw, 24px);
  }
  .forgot-row a, .register-text a {
    font-size: clamp(14px, 2.45vw, 21px);
  }
  .login-submit {
    height: clamp(52px, 10.5vw, 91px);
    margin-top: clamp(24px, 4.7vw, 41px);
    border-radius: clamp(10px, 1.8vw, 15px);
    font-size: clamp(15px, 2.8vw, 24px);
  }
  .button-arrow {
    right: clamp(18px, 4vw, 35px);
    width: clamp(19px, 3.6vw, 31px);
    height: clamp(19px, 3.6vw, 31px);
  }
  .form-divider {
    gap: clamp(16px, 4vw, 34px);
    margin: clamp(22px, 4.5vw, 39px) 0;
  }
  .form-divider p {
    font-size: clamp(13px, 2.4vw, 20px);
  }
  .google-button {
    height: clamp(50px, 9.25vw, 80px);
    gap: clamp(11px, 2.7vw, 23px);
    border-radius: clamp(10px, 1.8vw, 15px);
    font-size: clamp(14px, 2.8vw, 24px);
  }
  .google-icon {
    width: clamp(19px, 3.8vw, 33px);
    height: clamp(19px, 3.8vw, 33px);
  }
  .register-text {
    margin-top: clamp(24px, 5vw, 43px);
    font-size: clamp(14px, 2.8vw, 24px);
  }
  .login-footer {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    justify-content: space-between;
    gap: clamp(8px, 2.5vw, 24px);
    margin: clamp(20px, 5vw, 42px) auto 0;
    font-size: clamp(7px, 1.55vw, 13px);
    letter-spacing: 0.3em;
  }
}
@media (max-width: 520px) {
  .login-page {
    padding: 0 30px 24px;
  }
  .login-visual {
    min-height: 397px;
  }
  .login-brand {
    top: 34px;
    width: 132px;
  }
  .mountain-wrapper {
    top: -45px;
    width: 530px;
    opacity: 1;
  }
  .login-message {
    padding-top: 210px;
  }
  .login-accent-line {
    width: 55px;
    margin-bottom: 19px;
  }
  .login-slogan {
    font-size: 21px;
  }
  .login-message p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.45;
  }
  .login-panel-wrapper {
    margin-top: 0;
  }
  .login-panel {
    padding: 27px 28px 28px;
    border-radius: 16px;
  }
  .login-panel-header h2 {
    font-size: 24px;
  }
  .login-panel-header p {
    margin-top: 9px;
    font-size: 14px;
  }
  .login-form {
    margin-top: 26px;
  }
  .form-group + .form-group {
    margin-top: 20px;
  }
  .input-shell {
    height: 52px;
  }
  .input-icon {
    width: 19px;
    height: 19px;
    margin-left: 15px;
  }
  .input-shell input {
    padding-inline: 13px;
    font-size: 15px;
  }
  .login-submit {
    height: 52px;
    font-size: 15px;
  }
  .button-arrow {
    right: 18px;
    width: 19px;
  }
  .google-button {
    height: 50px;
    gap: 11px;
    font-size: 14px;
  }
  .register-text {
    margin-top: 24px;
    font-size: 14px;
  }
  .login-footer {
    gap: 8px;
    margin-top: 20px;
    font-size: 7px;
    letter-spacing: 0.27em;
  }
  .login-footer i {
    width: 3px;
    height: 3px;
  }
}
@media (max-width: 370px) {
  .login-page {
    padding-inline: 18px;
  }
  .login-slogan {
    font-size: 19px;
  }
  .login-panel {
    padding-inline: 20px;
  }
  .login-footer {
    font-size: 6px;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 981px) {
  .login-page {
    grid-template-columns: 51% 49%;
    align-items: start;
    padding-top: 34px;
    padding-right: clamp(54px, 6vw, 110px);
    padding-bottom: 74px;
    padding-left: clamp(70px, 7vw, 125px);
  }
  .login-visual {
    position: relative;
    z-index: 10;
    align-self: stretch;
    min-height: 0;
    padding-right: 30px;
    overflow: visible;
    isolation: isolate;
  }
  .login-brand {
    position: absolute;
    z-index: 40;
    top: 8%;
    left: 0;
    width: 310px;
    margin: 0;
    transform: none;
  }
  .login-logo {
    position: relative;
    z-index: 40;
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
    object-fit: contain;
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.92)) drop-shadow(0 0 18px rgba(255, 255, 255, 0.025));
  }
  .login-message {
    position: absolute;
    z-index: 30;
    top: 25%;
    left: 0;
    width: 470px;
    max-width: 90%;
    margin: 0;
    transform: none;
  }
  .login-accent-line {
    position: relative;
    z-index: 35;
    width: 86px;
    margin-bottom: 38px;
  }
  .login-slogan {
    position: relative;
    z-index: 35;
    gap: 4px;
    font-size: clamp(28px, 2vw, 34px);
    line-height: 1.22;
    letter-spacing: -0.035em;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.96), 0 1px 3px rgba(0, 0, 0, 1);
  }
  .login-slogan strong {
    color: #a62c3e;
  }
  .login-message p {
    position: relative;
    z-index: 35;
    margin-top: 26px;
    color: #b0b3b8;
    font-size: 17px;
    line-height: 1.7;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.96), 0 1px 3px rgba(0, 0, 0, 1);
  }
  .login-message::before {
    position: absolute;
    z-index: -1;
    top: -60px;
    right: -120px;
    bottom: -60px;
    left: -55px;
    content: "";
    border-radius: 60px;
    background: radial-gradient( ellipse at 28% 42%, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.72) 45%, rgba(5, 5, 5, 0.35) 70%, transparent 100% );
    filter: blur(12px);
    pointer-events: none;
  }
  .mountain-wrapper {
    position: absolute;
    z-index: 1;
    left: -150px;
    bottom: -150px;
    width: 1420px;
    height: 930px;
    pointer-events: none;
  }
  .mountain-image {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
    opacity: 0.98;
    transform: translateX(120px);
    filter: brightness(0.88) contrast(1.08) saturate(0.92);
  }
  .mountain-glow {
    position: absolute;
    z-index: 4;
    top: 150px;
    left: 460px;
    width: 420px;
    height: 330px;
    background: rgba(123, 30, 43, 0.65);
    filter: blur(115px);
  }
  .mountain-fade {
    position: absolute;
    z-index: 6;
    inset: 0;
    background: linear-gradient( to bottom, transparent 57%, rgba(5, 5, 5, 0.04) 76%, #050505 100% ), linear-gradient( 90deg, transparent 60%, rgba(5, 5, 5, 0.12) 78%, rgba(5, 5, 5, 0.88) 100% );
  }
  .login-panel-wrapper {
    position: relative;
    z-index: 50;
    align-self: center;
    align-items: center;
    justify-content: flex-end;
    transform: translate(12px, -10px);
  }
  .login-panel {
    width: min(100%, 690px);
    padding: 54px 52px 44px;
    border-radius: 22px;
  }
  .login-panel-header h2 {
    font-size: clamp(32px, 2.35vw, 39px);
  }
  .login-panel-header p {
    margin-top: 13px;
  }
  .login-form {
    margin-top: 38px;
  }
  .input-shell {
    height: 68px;
  }
  .login-submit {
    height: 66px;
    margin-top: 30px;
  }
  .form-divider {
    margin: 27px 0;
  }
  .google-button {
    height: 61px;
  }
  .register-text {
    margin-top: 32px;
  }
  .login-footer {
    bottom: 21px;
  }
}
@media (min-width: 981px) and (max-width: 1250px) {
  .login-page {
    grid-template-columns: 46% 54%;
    padding-right: 42px;
    padding-left: 48px;
  }
  .login-brand {
    top: 8%;
    width: 255px;
  }
  .login-message {
    top: 25%;
    width: 420px;
  }
  .login-slogan {
    font-size: 25px;
  }
  .login-message p {
    font-size: 15px;
  }
  .mountain-wrapper {
    left: -190px;
    bottom: -115px;
    width: 1160px;
    height: 780px;
  }
  .mountain-image {
    transform: translateX(90px);
  }
  .mountain-glow {
    top: 145px;
    left: 410px;
    width: 350px;
    height: 290px;
  }
  .login-panel-wrapper {
    transform: translate(0, -5px);
  }
  .login-panel {
    width: min(100%, 640px);
    padding: 46px 38px 38px;
  }
}
@media (max-width: 980px) {
  .login-page {
    display: block;
    min-height: 100svh;
    padding: clamp(28px, 4.2vw, 46px) clamp(18px, 5vw, 40px) clamp(46px, 8vw, 70px);
  }
  .login-visual {
    position: relative;
    z-index: 10;
    align-self: auto;
    display: block;
    min-height: 0;
    padding: 0;
    isolation: isolate;
  }
  .login-brand {
    position: relative;
    z-index: 30;
    top: auto;
    left: auto;
    width: min(280px, 33%);
    margin: 0 auto;
  }
  .login-logo {
    filter: none;
  }
  .login-message {
    display: block;
    position: relative;
    z-index: 30;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 560px;
    margin: 29vw auto 0;
  }
  .login-message::before {
    display: none;
  }
  .login-accent-line {
    width: 64px;
    margin-bottom: 22px;
  }
  .login-slogan {
    gap: 2px;
    font-size: clamp(21px, 5.6vw, 30px);
    line-height: 1.3;
    letter-spacing: -0.03em;
  }
  .login-message p {
    margin-top: 22px;
    font-size: clamp(14px, 3.5vw, 18px);
    line-height: 1.62;
  }
  .mountain-wrapper {
    position: absolute;
    z-index: 1;
    top: clamp(84px, 24vw, 210px);
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(760px, 108%);
    height: auto;
    aspect-ratio: 970 / 599;
    opacity: 0.95;
    overflow: visible;
    transform: translateX(-50%);
  }
  .mountain-image {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 1;
    transform: none;
    animation: none;
  }
  .mountain-glow, .mountain-fade {
    display: none;
  }
  .login-panel-wrapper {
    position: relative;
    z-index: 40;
    align-self: auto;
    justify-content: center;
    margin-top: clamp(26px, 6vw, 48px);
    transform: none;
  }
  .login-panel {
    width: min(100%, 620px);
    margin-inline: auto;
    padding: clamp(26px, 6vw, 44px) clamp(18px, 5vw, 36px) clamp(24px, 5vw, 38px);
    border-radius: 20px;
  }
  .login-panel-header h2 {
    font-size: clamp(22px, 5.6vw, 30px);
  }
  .login-panel-header p {
    margin-top: 10px;
    font-size: clamp(14px, 3.6vw, 17px);
  }
  .login-form {
    margin-top: clamp(22px, 5.4vw, 34px);
  }
  .input-shell {
    height: clamp(52px, 12.6vw, 64px);
  }
  .login-submit {
    height: clamp(52px, 12.6vw, 64px);
    margin-top: clamp(20px, 5vw, 30px);
  }
  .form-divider {
    margin: clamp(18px, 4.6vw, 27px) 0;
  }
  .google-button {
    height: clamp(50px, 12vw, 61px);
  }
  .register-text {
    margin-top: clamp(20px, 5vw, 30px);
  }
  .login-footer {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: clamp(26px, 6vw, 44px);
    font-size: clamp(8px, 2.1vw, 11px);
    letter-spacing: 0.34em;
  }
}
@media (max-width: 520px) {
  .login-brand {
    width: min(220px, 42%);
  }
  .login-message {
    margin-top: 31vw;
  }
  .login-panel {
    border-radius: 17px;
  }
}
.portal-shell {
  --portal-sidebar-width: 278px;
  min-height: 100vh;
  background: radial-gradient(circle at 78% 6%, rgba(123, 30, 43, 0.11), transparent 30%), linear-gradient(180deg, #090a0c 0%, #050505 100%);
}
.portal-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 40;
  display: flex;
  width: var(--portal-sidebar-width);
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(8, 9, 11, 0.96);
  padding: 28px 20px 22px;
  backdrop-filter: blur(22px);
}
.portal-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 10px 30px;
  text-decoration: none;
}
.portal-brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #a73849;
}
.portal-brand__mark svg {
  width: 100%;
  height: 100%;
}
.portal-brand__text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .27em;
}
.portal-nav {
  display: grid;
  gap: 7px;
}
.portal-nav__link {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 13px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #90949b;
  padding: 0 13px;
  font-size: 14px;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.portal-nav__link:hover {
  transform: translateX(2px);
  background: rgba(255, 255, 255, 0.035);
  color: #ececec;
}
.portal-nav__link.is-active {
  border-color: rgba(123, 30, 43, 0.34);
  background: linear-gradient(90deg, rgba(123, 30, 43, 0.23), rgba(123, 30, 43, 0.06));
  color: #fff;
}
.portal-nav__link.is-active::before {
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: -21px;
  width: 3px;
  border-radius: 999px;
  background: #9d2d3e;
  content: "";
}
.portal-nav__icon {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
}
.portal-nav__icon svg, .portal-profile__chevron, .portal-logout svg, .portal-card__icon svg, .resource-item svg, .resource-empty svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.portal-nav__soon {
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #71757b;
  padding: 3px 7px;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.portal-profile {
  display: flex;
  align-items: center;
  gap: 11px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: inherit;
  padding: 20px 7px 16px;
  text-decoration: none;
}
.portal-profile__avatar {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(157, 45, 62, .35);
  border-radius: 50%;
  background: rgba(123,30,43,.16);
  color: #d9a3ac;
  font-size: 13px;
  font-weight: 700;
}
.portal-profile__copy {
  min-width: 0;
  flex: 1;
}
.portal-profile__copy strong, .portal-profile__copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal-profile__copy strong {
  color: #e7e7e7;
  font-size: 13px;
  font-weight: 600;
}
.portal-profile__copy small {
  margin-top: 3px;
  color: #777b82;
  font-size: 11px;
}
.portal-profile__chevron {
  width: 16px;
  height: 16px;
  color: #62666c;
}
.portal-logout-form {
  margin: 0;
}
.portal-logout {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #777b82;
  padding: 11px 9px;
  font-size: 13px;
  text-align: left;
}
.portal-logout:hover {
  background: rgba(123,30,43,.08);
  color: #d78b97;
}
.portal-logout svg {
  width: 19px;
  height: 19px;
}
.portal-main {
  width: calc(100% - var(--portal-sidebar-width));
  max-width: 1660px;
  min-height: 100vh;
  margin-left: var(--portal-sidebar-width);
  padding: 46px clamp(28px, 4vw, 68px) 64px;
}
.portal-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}
.portal-eyebrow, .portal-section-kicker, .identity-label {
  color: #8d9198;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.portal-header h1 {
  margin: 8px 0 8px;
  font-size: clamp(30px, 3.2vw, 50px);
  font-weight: 500;
  letter-spacing: -.045em;
}
.portal-header p {
  margin: 0;
  color: #858991;
  font-size: 14px;
}
.portal-header__date {
  display: grid;
  gap: 3px;
  color: #6f737a;
  text-align: right;
}
.portal-header__date span {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.portal-header__date strong {
  color: #b8bbc0;
  font-size: 13px;
  font-weight: 500;
}
.identity-card {
  position: relative;
  display: grid;
  min-height: 390px;
  grid-template-columns: minmax(280px, .85fr) minmax(400px, 1.25fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 24px;
  background: radial-gradient(circle at 25% 50%, rgba(123,30,43,.22), transparent 31%), linear-gradient(120deg, #121316 0%, #0d0e10 55%, #111215 100%);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  padding: 40px clamp(36px, 5vw, 74px);
}
.identity-card::after {
  position: absolute;
  right: -8%;
  bottom: -38%;
  width: 52%;
  height: 80%;
  border: 1px solid rgba(255,255,255,.035);
  border-radius: 50%;
  content: "";
}
.identity-visual {
  position: relative;
  display: grid;
  min-height: 290px;
  place-items: center;
}
.identity-aura {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(157,45,62,.32), rgba(123,30,43,.08) 47%, transparent 70%);
  filter: blur(5px);
  animation: identity-breathe 5.5s ease-in-out infinite;
}
.identity-orbit {
  position: absolute;
  border: 1px solid rgba(201,153,162,.13);
  border-radius: 50%;
}
.identity-orbit--one {
  width: 236px;
  height: 236px;
  animation: identity-spin 24s linear infinite;
}
.identity-orbit--two {
  width: 292px;
  height: 164px;
  transform: rotate(-18deg);
  animation: identity-float 7s ease-in-out infinite;
}
.identity-orbit--one::before {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8b2837;
  box-shadow: 0 0 20px #8b2837;
  content: "";
}
.identity-silhouette {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 230px;
  filter: drop-shadow(0 20px 35px rgba(0,0,0,.38));
}
.identity-silhouette__head {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 62px;
  height: 74px;
  transform: translateX(-50%);
  border-radius: 47% 47% 45% 45%;
  background: linear-gradient(145deg, #4c4f54, #191b1f 75%);
  box-shadow: inset -12px -8px 22px rgba(0,0,0,.34), inset 7px 5px 14px rgba(255,255,255,.05);
}
.identity-silhouette__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 170px;
  border-radius: 48% 48% 18% 18% / 30% 30% 14% 14%;
  background: linear-gradient(150deg, #36393e, #111316 72%);
  clip-path: polygon(24% 10%, 38% 0, 62% 0, 76% 10%, 100% 32%, 92% 100%, 8% 100%, 0 32%);
  box-shadow: inset -22px -10px 40px rgba(0,0,0,.38), inset 10px 8px 22px rgba(255,255,255,.035);
}
.identity-content {
  position: relative;
  z-index: 2;
  max-width: 710px;
  padding-left: clamp(10px, 3vw, 44px);
}
.identity-content h2 {
  max-width: 610px;
  margin: 14px 0 20px;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1.03;
}
.identity-content > p {
  max-width: 660px;
  margin: 0;
  color: #b2b5ba;
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 300;
  line-height: 1.75;
}
.identity-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: #73777e;
  font-size: 11px;
}
.identity-meta__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8d2938;
  box-shadow: 0 0 12px rgba(141,41,56,.8);
}
.identity-meta__separator {
  color: #4b4e53;
}
.portal-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(500px, 1.2fr);
  gap: 20px;
  margin-top: 20px;
}
.portal-card {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  background: rgba(18,19,22,.82);
  padding: 27px;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}
.portal-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.portal-card__header h2, .announcement-card h2 {
  margin: 7px 0 0;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -.025em;
}
.portal-card__icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(123,30,43,.3);
  border-radius: 12px;
  background: rgba(123,30,43,.1);
  color: #ad4655;
  padding: 11px;
}
.portal-text-link {
  color: #9b9ea4;
  font-size: 12px;
  text-decoration: none;
}
.portal-text-link:hover {
  color: #fff;
}
.next-call-card {
  display: flex;
  min-height: 290px;
  flex-direction: column;
}
.next-call-card__date {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 30px;
}
.next-call-card__date strong {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -.06em;
}
.next-call-card__date span {
  color: #96999f;
  font-size: 14px;
}
.next-call-card__details {
  margin: 4px 0 25px;
}
.next-call-card__details p {
  margin: 0 0 5px;
  font-size: 15px;
}
.next-call-card__details span, .next-call-card__empty span {
  color: #777b82;
  font-size: 12px;
}
.next-call-card__empty {
  display: grid;
  gap: 7px;
  margin: 37px 0 26px;
}
.next-call-card__empty p {
  margin: 0;
  font-size: 15px;
}
.portal-button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.portal-button--primary {
  margin-top: auto;
  background: linear-gradient(135deg, #7b1e2b, #952c3c);
  color: #fff;
  box-shadow: 0 14px 28px rgba(123,30,43,.2);
}
.portal-button--primary:hover {
  filter: brightness(1.08);
}
.mentorship-card__count {
  margin: 28px 0 20px;
  color: #82868d;
  font-size: 13px;
}
.mentorship-card__count strong {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
}
.mentorship-map {
  display: grid;
  grid-template-columns: repeat(8, minmax(38px, 1fr));
  gap: 9px;
}
.mentorship-step {
  display: grid;
  aspect-ratio: 1;
  min-height: 43px;
  place-items: center;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.mentorship-step.is-complete {
  border: 1px solid rgba(160,49,65,.5);
  background: linear-gradient(145deg, rgba(123,30,43,.74), rgba(85,21,31,.84));
  color: #fff;
  box-shadow: inset 0 1px rgba(255,255,255,.07);
}
.mentorship-step.is-complete:hover {
  transform: translateY(-2px);
  border-color: #b74758;
}
.mentorship-step.is-locked {
  border: 1px solid rgba(255,255,255,.055);
  background: rgba(255,255,255,.025);
  color: #555960;
}
.mentorship-legend {
  display: flex;
  gap: 18px;
  margin-top: 18px;
  color: #6f737a;
  font-size: 10px;
}
.mentorship-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mentorship-legend i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.mentorship-legend i.is-complete {
  background: #8d2938;
}
.mentorship-legend i.is-locked {
  background: #3d4045;
}
.resources-card {
  margin-top: 20px;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.resource-item {
  display: grid;
  min-height: 158px;
  grid-template-columns: 42px 1fr 18px;
  align-items: start;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 15px;
  background: rgba(255,255,255,.018);
  color: inherit;
  padding: 18px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.resource-item:hover {
  transform: translateY(-3px);
  border-color: rgba(123,30,43,.3);
  background: rgba(123,30,43,.055);
}
.resource-item__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: rgba(123,30,43,.12);
  color: #a63a4b;
  padding: 10px;
}
.resource-item__copy {
  min-width: 0;
}
.resource-item__copy small {
  display: block;
  margin-bottom: 7px;
  color: #70747b;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.resource-item__copy strong {
  display: block;
  color: #e5e5e5;
  font-size: 13px;
  line-height: 1.35;
}
.resource-item__copy p {
  margin: 9px 0 0;
  color: #777b82;
  font-size: 11px;
  line-height: 1.5;
}
.resource-item__arrow {
  align-self: center;
  width: 17px !important;
  height: 17px !important;
  color: #565a60;
}
.resource-empty {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 120px;
  margin-top: 22px;
  border: 1px dashed rgba(255,255,255,.08);
  border-radius: 15px;
  padding: 23px;
}
.resource-empty__icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  color: #777b82;
  padding: 11px;
}
.resource-empty strong {
  font-size: 13px;
}
.resource-empty p {
  margin: 5px 0 0;
  color: #73777e;
  font-size: 12px;
}
.announcement-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  border: 1px solid rgba(255,255,255,.045);
  border-radius: 18px;
  background: rgba(255,255,255,.018);
  padding: 23px 27px;
}
.announcement-card h2 {
  font-size: 17px;
}
.announcement-card p {
  margin: 6px 0 0;
  color: #71757c;
  font-size: 12px;
}
.announcement-card__badge {
  border: 1px solid rgba(123,30,43,.25);
  border-radius: 999px;
  color: #8e9298;
  padding: 7px 11px;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.portal-mobile-toggle, .portal-overlay {
  display: none;
}
@keyframes identity-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes identity-float {
  0%,100% {
    transform: rotate(-18deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) translateY(-8px);
  }
}
@keyframes identity-breathe {
  0%,100% {
    transform: scale(.96);
    opacity: .72;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}
@media (max-width: 1180px) {
  .identity-card {
    grid-template-columns: .7fr 1.3fr;
    padding-inline: 30px;
  }
  .portal-dashboard-grid {
    grid-template-columns: 1fr;
  }
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .portal-sidebar {
    transform: translateX(-102%);
    transition: transform .28s ease;
  }
  .portal-menu-open .portal-sidebar {
    transform: translateX(0);
  }
  .portal-main {
    width: 100%;
    margin-left: 0;
    padding: 86px 20px 48px;
  }
  .portal-mobile-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 60;
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
    background: rgba(15,16,19,.94);
  }
  .portal-mobile-toggle span {
    width: 19px;
    height: 1.5px;
    background: #d8d8d8;
    transition: transform .2s ease, opacity .2s ease;
  }
  .portal-menu-open .portal-mobile-toggle span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .portal-menu-open .portal-mobile-toggle span:nth-child(2) {
    opacity: 0;
  }
  .portal-menu-open .portal-mobile-toggle span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
  .portal-overlay {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: rgba(0,0,0,.64);
    backdrop-filter: blur(4px);
  }
  .portal-menu-open .portal-overlay {
    display: block;
  }
  .portal-header__date {
    display: none;
  }
  .identity-card {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .identity-visual {
    min-height: 220px;
  }
  .identity-content {
    padding: 10px 0 0;
  }
}
@media (max-width: 620px) {
  .portal-header h1 {
    font-size: 34px;
  }
  .portal-header p {
    line-height: 1.55;
  }
  .identity-card {
    border-radius: 19px;
    padding: 22px;
  }
  .identity-visual {
    min-height: 190px;
    transform: scale(.86);
    margin: -12px 0;
  }
  .identity-content h2 {
    font-size: 36px;
  }
  .identity-content > p {
    font-size: 15px;
    line-height: 1.65;
  }
  .portal-card {
    border-radius: 17px;
    padding: 21px;
  }
  .mentorship-map {
    grid-template-columns: repeat(4, minmax(40px, 1fr));
  }
  .resource-grid {
    grid-template-columns: 1fr;
  }
  .resource-item {
    min-height: 132px;
  }
  .announcement-card {
    align-items: flex-start;
    flex-direction: column;
  }
}
.portal-shell {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}
.portal-ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.portal-ambient__glow, .portal-ambient__line {
  position: absolute;
  display: block;
}
.portal-ambient__glow {
  border-radius: 50%;
  filter: blur(110px);
  opacity: .4;
}
.portal-ambient__glow--one {
  top: -230px;
  right: -110px;
  width: 620px;
  height: 620px;
  background: rgba(123, 30, 43, .16);
}
.portal-ambient__glow--two {
  bottom: -280px;
  left: 18%;
  width: 540px;
  height: 540px;
  background: rgba(69, 18, 27, .10);
}
.portal-ambient__line {
  width: 720px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, .022);
  border-radius: 50%;
}
.portal-ambient__line--one {
  top: 16%;
  right: -320px;
  transform: rotate(-13deg);
}
.portal-ambient__line--two {
  bottom: 8%;
  left: -390px;
  transform: rotate(18deg);
}
.portal-main {
  position: relative;
  z-index: 2;
}
.portal-sidebar {
  position: fixed;
  z-index: 50;
}
.portal-overlay {
  z-index: 40;
}
.portal-mobile-toggle {
  position: fixed;
  z-index: 60;
}
.portal-sidebar {
  position: fixed;
}
.portal-main {
  max-width: none;
}
.portal-header {
  margin-bottom: 38px;
}
.portal-header h1 {
  background: linear-gradient(135deg, #ffffff 10%, #c8c9cc 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.identity-card {
  min-height: 420px;
  border-color: rgba(255, 255, 255, .085);
  background: radial-gradient(circle at 23% 49%, rgba(155, 41, 58, .24), transparent 28%), radial-gradient(circle at 78% 7%, rgba(255, 255, 255, .025), transparent 30%), linear-gradient(118deg, rgba(19, 20, 23, .98) 0%, rgba(10, 11, 13, .98) 56%, rgba(16, 17, 20, .98) 100%);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .025);
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.identity-card:hover {
  transform: translateY(-2px);
  border-color: rgba(157, 45, 62, .22);
  box-shadow: 0 42px 110px rgba(0, 0, 0, .42), 0 0 70px rgba(123, 30, 43, .035), inset 0 1px rgba(255, 255, 255, .03);
}
.identity-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,.018) 50%, transparent 56%), radial-gradient(circle at 70% 120%, rgba(123,30,43,.08), transparent 40%);
  pointer-events: none;
}
.identity-visual {
  isolation: isolate;
}
.identity-aura {
  width: 230px;
  height: 230px;
  background: radial-gradient(circle, rgba(176, 49, 69, .34) 0%, rgba(123, 30, 43, .11) 48%, transparent 72%);
  filter: blur(7px);
}
.identity-silhouette {
  transform: translateY(4px);
}
.identity-silhouette__head {
  background: linear-gradient(145deg, #5a5e64 0%, #282b30 42%, #111317 100%);
}
.identity-silhouette__body {
  background: linear-gradient(148deg, rgba(255,255,255,.06), transparent 26%), linear-gradient(150deg, #41444a, #111317 72%);
}
.identity-particle {
  position: absolute;
  z-index: 3;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a63143;
  box-shadow: 0 0 15px rgba(166, 49, 67, .8);
  animation: identity-particle-drift 6s ease-in-out infinite;
}
.identity-particle--one {
  top: 26%;
  left: 24%;
}
.identity-particle--two {
  top: 62%;
  right: 20%;
  width: 3px;
  height: 3px;
  animation-delay: -2s;
}
.identity-particle--three {
  right: 32%;
  bottom: 14%;
  width: 5px;
  height: 5px;
  animation-delay: -4s;
}
.identity-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 18px;
  color: #6f737a;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.identity-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a63245;
  box-shadow: 0 0 12px rgba(166, 50, 69, .8);
  animation: identity-status-pulse 2.6s ease-in-out infinite;
}
.identity-content h2 {
  text-wrap: balance;
}
.portal-card, .announcement-card {
  position: relative;
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease;
}
.portal-card::before, .announcement-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, transparent 0 60%, rgba(255,255,255,.018) 77%, transparent 94%);
  opacity: 0;
  transform: translateX(-18%);
  transition: opacity .35s ease, transform .55s ease;
  pointer-events: none;
}
.portal-card:hover, .announcement-card:hover {
  transform: translateY(-3px);
  border-color: rgba(157, 45, 62, .19);
  box-shadow: 0 24px 62px rgba(0, 0, 0, .25), 0 0 45px rgba(123, 30, 43, .025);
}
.portal-card:hover::before, .announcement-card:hover::before {
  opacity: 1;
  transform: translateX(8%);
}
.next-call-card__empty {
  position: relative;
  grid-template-columns: 52px 1fr;
  align-items: center;
  column-gap: 15px;
}
.next-call-card__empty p, .next-call-card__empty span:not(.next-call-card__empty-icon) {
  grid-column: 2;
}
.next-call-card__empty-icon {
  display: grid;
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(157, 45, 62, .24);
  border-radius: 15px;
  background: rgba(123, 30, 43, .075);
  color: #9f3a4a;
  padding: 14px;
}
.next-call-card__empty-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.portal-button--primary {
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}
.portal-button--primary::after {
  position: absolute;
  top: 0;
  left: -38%;
  width: 28%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent);
  transform: skewX(-22deg);
  transition: left .65s ease;
}
.portal-button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(123, 30, 43, .28);
}
.portal-button--primary:hover::after {
  left: 112%;
}
.mentorship-step {
  position: relative;
  overflow: hidden;
}
.mentorship-step.is-locked::after {
  position: absolute;
  inset: auto 8px 7px;
  height: 1px;
  content: "";
  background: rgba(255,255,255,.035);
}
.mentorship-step.is-complete {
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 8px 20px rgba(93, 20, 31, .16);
}
.resource-item {
  min-height: 172px;
  background: linear-gradient(145deg, rgba(255,255,255,.026), rgba(255,255,255,.012));
  box-shadow: inset 0 1px rgba(255,255,255,.018);
}
.resource-item__icon {
  box-shadow: inset 0 1px rgba(255,255,255,.04);
}
.portal-reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: portal-reveal-up .75s cubic-bezier(.2,.75,.2,1) forwards;
}
.portal-reveal--1 {
  animation-delay: .05s;
}
.portal-reveal--2 {
  animation-delay: .13s;
}
.portal-reveal--3 {
  animation-delay: .21s;
}
.portal-reveal--4 {
  animation-delay: .29s;
}
.portal-reveal--5 {
  animation-delay: .37s;
}
@keyframes portal-reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes identity-particle-drift {
  0%, 100% {
    opacity: .35;
    transform: translate3d(0, 0, 0) scale(.8);
  }
  50% {
    opacity: 1;
    transform: translate3d(8px, -12px, 0) scale(1.15);
  }
}
@keyframes identity-status-pulse {
  0%, 100% {
    opacity: .45;
    transform: scale(.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}
@media (max-width: 860px) {
  .portal-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 50;
    width: min(278px, 86vw);
    transform: translateX(-102%);
    transition: transform .28s ease;
    background: #08090b;
    box-shadow: 24px 0 70px rgba(0, 0, 0, .55);
  }
  .portal-menu-open .portal-sidebar {
    transform: translateX(0);
  }
  .portal-overlay {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: none;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .portal-menu-open .portal-overlay {
    display: block;
  }
  .portal-mobile-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 60;
  }
  .portal-main {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: 0;
    padding: 86px 20px 48px;
  }
  body.portal-menu-open {
    overflow: hidden;
  }
}
@media (max-width: 620px) {
  .portal-main {
    padding-inline: 16px;
  }
  .identity-card {
    min-height: auto;
  }
  .identity-content h2 {
    font-size: clamp(33px, 10vw, 42px);
  }
  .next-call-card__empty {
    grid-template-columns: 46px 1fr;
  }
  .next-call-card__empty-icon {
    width: 46px;
    height: 46px;
    padding: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .portal-reveal, .identity-particle, .identity-status i {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
.introduction-page {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 32px;
}
.introduction-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}
.introduction-eyebrow, .introduction-section-label {
  display: inline-block;
  color: #969aa1;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .21em;
  text-transform: uppercase;
}
.introduction-header h1 {
  margin: 9px 0 9px;
  background: linear-gradient(135deg, #ffffff, #bfc1c5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1;
}
.introduction-header p {
  max-width: 600px;
  margin: 0;
  color: #858991;
  font-size: 14px;
  line-height: 1.65;
}
.introduction-header__status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
  color: #858991;
  padding: 9px 13px;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.introduction-header__status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a33042;
  box-shadow: 0 0 14px rgba(163, 48, 66, .85);
}
.introduction-hero {
  display: grid;
  min-height: 580px;
  grid-template-columns: minmax(360px, .95fr) minmax(480px, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 26px;
  background: #0d0e10;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .02);
}
.introduction-hero__content {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(38px, 5vw, 74px);
  background: radial-gradient(circle at 18% 32%, rgba(144, 35, 52, .22), transparent 33%), linear-gradient(145deg, #151619 0%, #0d0e11 68%, #111215 100%);
}
.introduction-hero__ambient {
  position: absolute;
  top: -130px;
  left: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(123, 30, 43, .12);
  filter: blur(90px);
  pointer-events: none;
}
.introduction-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}
.introduction-hero__copy h2 {
  max-width: 620px;
  margin: 20px 0 24px;
  color: #f2f2f3;
  font-size: clamp(38px, 4.2vw, 66px);
  font-weight: 400;
  letter-spacing: -.058em;
  line-height: 1.02;
  text-wrap: balance;
}
.introduction-welcome-message {
  max-width: 640px;
  color: #a8abb1;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 300;
  line-height: 1.75;
}
.introduction-welcome-message p {
  margin: 0 0 13px;
}
.introduction-welcome-message p:last-child {
  margin-bottom: 0;
}
.introduction-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 17px;
  margin-top: 34px;
}
.introduction-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}
.introduction-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.introduction-button--primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #7b1e2b, #9a3041);
  color: #fff;
  box-shadow: 0 16px 34px rgba(123, 30, 43, .24);
}
.introduction-button--primary::after {
  position: absolute;
  top: 0;
  left: -42%;
  width: 28%;
  height: 100%;
  content: "";
  background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, .14), transparent );
  transform: skewX(-22deg);
  transition: left .65s ease;
}
.introduction-button--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 20px 42px rgba(123, 30, 43, .31);
}
.introduction-button--primary:hover::after {
  left: 116%;
}
.introduction-duration {
  color: #696d74;
  font-size: 11px;
}
.introduction-hero__signature {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 48px;
  color: #565a61;
  font-size: 10px;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.introduction-video-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  min-height: 580px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 30px;
  background: radial-gradient(circle at 50% 48%, rgba(123, 30, 43, .22), transparent 23%), linear-gradient(145deg, #111216, #07080a 72%);
}
.introduction-video-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(115deg, transparent 10%, rgba(255,255,255,.018) 45%, transparent 75%), repeating-linear-gradient( 90deg, transparent 0, transparent 79px, rgba(255,255,255,.012) 80px );
}
.introduction-video-card::after {
  position: absolute;
  right: -180px;
  bottom: -240px;
  z-index: -1;
  width: 560px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
  content: "";
  transform: rotate(-17deg);
}
.introduction-video-card__background {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient( circle, rgba(154, 43, 60, .18), rgba(123, 30, 43, .05) 47%, transparent 70% );
  filter: blur(10px);
  transform: translate(-50%, -50%);
  animation: introduction-video-breathe 5s ease-in-out infinite;
}
.introduction-video-card__topbar, .introduction-video-card__footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.introduction-video-card__topbar div {
  display: grid;
  gap: 6px;
}
.introduction-video-card__label {
  color: #6f737a;
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.introduction-video-card__topbar strong {
  color: #d8d9db;
  font-size: 13px;
  font-weight: 500;
}
.introduction-video-card__duration {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(0, 0, 0, .22);
  color: #8e9298;
  padding: 7px 10px;
  font-size: 10px;
}
.introduction-video-card__play {
  position: relative;
  z-index: 3;
  display: grid;
  align-self: center;
  place-items: center;
  gap: 15px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.introduction-video-card__play-ring {
  position: relative;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: linear-gradient( 145deg, rgba(157, 45, 62, .85), rgba(84, 19, 29, .92) );
  box-shadow: 0 25px 60px rgba(71, 12, 23, .4), inset 0 1px rgba(255, 255, 255, .17);
  transition: transform .3s ease, box-shadow .3s ease;
}
.introduction-video-card__play-ring::before, .introduction-video-card__play-ring::after {
  position: absolute;
  border: 1px solid rgba(157, 45, 62, .17);
  border-radius: 50%;
  content: "";
}
.introduction-video-card__play-ring::before {
  inset: -22px;
}
.introduction-video-card__play-ring::after {
  inset: -44px;
  border-color: rgba(157, 45, 62, .08);
}
.introduction-video-card__play-ring svg {
  width: 31px;
  height: 31px;
  margin-left: 4px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.introduction-video-card__play:hover .introduction-video-card__play-ring {
  transform: scale(1.06);
  box-shadow: 0 30px 70px rgba(91, 16, 30, .53), 0 0 40px rgba(157, 45, 62, .16), inset 0 1px rgba(255, 255, 255, .2);
}
.introduction-video-card__play-text {
  color: #9a9da3;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.introduction-video-frame iframe, .introduction-video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.introduction-video-card__mentor {
  display: flex;
  align-items: center;
  gap: 11px;
}
.introduction-video-card__avatar {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border: 1px solid rgba(157, 45, 62, .32);
  border-radius: 50%;
  background: rgba(123, 30, 43, .16);
  color: #d09aa3;
  font-size: 12px;
  font-weight: 700;
}
.introduction-video-card__mentor div {
  display: grid;
  gap: 3px;
}
.introduction-video-card__mentor small {
  color: #60646a;
  font-size: 9px;
}
.introduction-video-card__mentor strong {
  color: #bfc1c5;
  font-size: 11px;
  font-weight: 500;
}
.introduction-video-card__sound {
  color: #5f6369;
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.introduction-intention {
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 22px;
  background: rgba(17, 18, 21, .82);
  padding: clamp(30px, 4vw, 54px);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .18);
}
.introduction-section-heading {
  display: grid;
  max-width: 760px;
  gap: 13px;
}
.introduction-section-heading h2, .introduction-preparation__content h2, .introduction-final h2 {
  margin: 0;
  color: #ededee;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 450;
  letter-spacing: -.045em;
  line-height: 1.08;
}
.introduction-section-heading p, .introduction-preparation__content > p, .introduction-final p {
  margin: 0;
  color: #83878e;
  font-size: 14px;
  line-height: 1.75;
}
.introduction-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 37px;
}
.introduction-principle {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 17px;
  background: linear-gradient( 145deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .009) );
  padding: 24px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.introduction-principle:hover {
  transform: translateY(-3px);
  border-color: rgba(157, 45, 62, .22);
  background: linear-gradient( 145deg, rgba(123, 30, 43, .075), rgba(255, 255, 255, .01) );
}
.introduction-principle__number {
  position: absolute;
  top: 19px;
  right: 20px;
  color: #4f5359;
  font-size: 10px;
  letter-spacing: .12em;
}
.introduction-principle__icon {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 1px solid rgba(157, 45, 62, .24);
  border-radius: 13px;
  background: rgba(123, 30, 43, .085);
  color: #ab4353;
  padding: 12px;
}
.introduction-principle__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.introduction-principle h3 {
  margin: 31px 0 10px;
  color: #e5e5e6;
  font-size: 18px;
  font-weight: 500;
}
.introduction-principle p {
  margin: 0;
  color: #767a81;
  font-size: 12px;
  line-height: 1.7;
}
.introduction-preparation {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(430px, 1.1fr);
  gap: 22px;
  margin-top: 22px;
}
.introduction-preparation__content, .introduction-checklist {
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 21px;
  background: rgba(17, 18, 21, .82);
  padding: clamp(29px, 4vw, 45px);
}
.introduction-preparation__content {
  display: flex;
  min-height: 440px;
  flex-direction: column;
}
.introduction-preparation__content h2 {
  margin: 14px 0 17px;
}
.introduction-quote {
  display: flex;
  gap: 16px;
  margin-top: auto;
  border-left: 1px solid rgba(157, 45, 62, .38);
  padding: 18px 0 3px 22px;
}
.introduction-quote > span {
  color: #8e2939;
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: .8;
}
.introduction-quote blockquote {
  max-width: 430px;
  margin: 0;
  color: #aaadb2;
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.65;
}
.introduction-checklist__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  padding-bottom: 21px;
}
.introduction-checklist__header div {
  display: grid;
  gap: 5px;
}
.introduction-checklist__header small {
  color: #6d7178;
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.introduction-checklist__header strong {
  color: #dadbdd;
  font-size: 15px;
  font-weight: 500;
}
.introduction-checklist__header > span {
  border: 1px solid rgba(157, 45, 62, .2);
  border-radius: 999px;
  background: rgba(123, 30, 43, .065);
  color: #9a9da3;
  padding: 7px 10px;
  font-size: 10px;
}
.introduction-checklist__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .045);
  padding: 20px 0;
  cursor: pointer;
}
.introduction-checklist__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.introduction-checklist__item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.introduction-checklist__check {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 9px;
  background: rgba(255, 255, 255, .02);
  color: transparent;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.introduction-checklist__check svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.introduction-checklist__item input:checked + .introduction-checklist__check {
  border-color: #8f2939;
  background: #7b1e2b;
  color: #fff;
}
.introduction-checklist__copy {
  display: grid;
  gap: 5px;
}
.introduction-checklist__copy strong {
  color: #cfd0d2;
  font-size: 13px;
  font-weight: 500;
}
.introduction-checklist__copy small {
  color: #686c73;
  font-size: 11px;
  line-height: 1.45;
}
.introduction-checklist__item:has(input:checked) .introduction-checklist__copy strong {
  color: #73777d;
  text-decoration: line-through;
}
.introduction-final {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid rgba(157, 45, 62, .17);
  border-radius: 22px;
  background: radial-gradient(circle at 18% 50%, rgba(123, 30, 43, .16), transparent 31%), linear-gradient(125deg, #151619, #0c0d0f 70%);
  padding: clamp(30px, 4vw, 52px);
  box-shadow: 0 25px 65px rgba(0, 0, 0, .23);
}
.introduction-final__glow {
  position: absolute;
  right: 8%;
  bottom: -220px;
  z-index: -1;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(123, 30, 43, .1);
  filter: blur(80px);
}
.introduction-final__content {
  max-width: 700px;
}
.introduction-final h2 {
  margin: 13px 0 13px;
}
.intro-reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: introduction-reveal .75s cubic-bezier(.2, .75, .2, 1) forwards;
}
.intro-reveal--1 {
  animation-delay: .04s;
}
.intro-reveal--2 {
  animation-delay: .12s;
}
.intro-reveal--3 {
  animation-delay: .2s;
}
.intro-reveal--4 {
  animation-delay: .28s;
}
.intro-reveal--5 {
  animation-delay: .36s;
}
@keyframes introduction-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes introduction-video-breathe {
  0%, 100% {
    opacity: .68;
    transform: translate(-50%, -50%) scale(.94);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.06);
  }
}
@media (max-width: 1180px) {
  .introduction-hero {
    grid-template-columns: minmax(340px, .9fr) minmax(400px, 1.1fr);
  }
  .introduction-hero__content {
    padding: 42px 34px;
  }
  .introduction-principles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
  .introduction-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .introduction-hero__content {
    min-height: 500px;
  }
  .introduction-video-card {
    min-height: 500px;
  }
  .introduction-preparation {
    grid-template-columns: 1fr;
  }
  .introduction-preparation__content {
    min-height: 350px;
  }
}
@media (max-width: 760px) {
  .introduction-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .introduction-header__status {
    display: none;
  }
  .introduction-principles {
    grid-template-columns: 1fr;
  }
  .introduction-principle {
    min-height: 205px;
  }
  .introduction-final {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 620px) {
  .introduction-header {
    margin-bottom: 25px;
  }
  .introduction-header h1 {
    font-size: 36px;
  }
  .introduction-hero {
    border-radius: 20px;
  }
  .introduction-hero__content {
    min-height: auto;
    padding: 30px 22px;
  }
  .introduction-hero__copy h2 {
    margin-top: 17px;
    font-size: clamp(37px, 11vw, 48px);
  }
  .introduction-welcome-message {
    font-size: 15px;
    line-height: 1.68;
  }
  .introduction-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .introduction-button {
    width: 100%;
  }
  .introduction-duration {
    text-align: center;
  }
  .introduction-video-card {
    min-height: 430px;
    padding: 23px 20px;
  }
  .introduction-video-card__play-ring {
    width: 88px;
    height: 88px;
  }
  .introduction-video-card__play-ring::before {
    inset: -18px;
  }
  .introduction-video-card__play-ring::after {
    inset: -35px;
  }
  .introduction-video-card__sound {
    display: none;
  }
  .introduction-intention, .introduction-preparation__content, .introduction-checklist, .introduction-final {
    border-radius: 18px;
    padding: 25px 21px;
  }
  .introduction-principles {
    margin-top: 27px;
  }
  .introduction-preparation__content {
    min-height: 380px;
  }
  .introduction-checklist__item {
    align-items: flex-start;
  }
  .introduction-final {
    min-height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .intro-reveal, .introduction-video-card__background {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
.portal-shell {
  --sidebar-closed: 76px;
  --sidebar-open: 256px;
  position: relative;
  min-height: 100vh;
}
.portal-shell .portal-sidebar {
  position: fixed !important;
  inset: 0 auto 0 0 !important;
  z-index: 50 !important;
  display: flex !important;
  width: var(--sidebar-closed) !important;
  height: 100vh !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border-right: 1px solid rgba(255,255,255,.055) !important;
  background: rgba(7,8,10,.985) !important;
  padding: 22px 12px 18px !important;
  box-shadow: 10px 0 35px rgba(0,0,0,.14) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition: width 300ms cubic-bezier(.2,.75,.2,1), padding 300ms cubic-bezier(.2,.75,.2,1), box-shadow 300ms ease !important;
}
.portal-shell .portal-sidebar:hover, .portal-shell .portal-sidebar:focus-within {
  width: var(--sidebar-open) !important;
  padding-inline: 16px !important;
  box-shadow: 24px 0 70px rgba(0,0,0,.38) !important;
}
.portal-sidebar__top, .portal-sidebar__bottom {
  width: 100% !important;
  min-width: 0 !important;
}
.portal-shell .portal-brand {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: 92px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  text-decoration: none !important;
}
.portal-shell .portal-brand__logo--mini {
  display: block !important;
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  transform: translateY(-3px);
}
.portal-shell .portal-brand__logo--full {
  display: none !important;
  width: 160px !important;
  height: 56px !important;
  max-width: 160px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
}
.portal-shell .portal-sidebar:hover .portal-brand, .portal-shell .portal-sidebar:focus-within .portal-brand {
  justify-content: flex-start !important;
  padding-left: 8px !important;
}
.portal-shell .portal-sidebar:hover .portal-brand__logo--mini, .portal-shell .portal-sidebar:focus-within .portal-brand__logo--mini {
  display: none !important;
}
.portal-shell .portal-sidebar:hover .portal-brand__logo--full, .portal-shell .portal-sidebar:focus-within .portal-brand__logo--full {
  display: block !important;
}
.portal-shell .portal-nav {
  display: flex !important;
  width: 100% !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.portal-shell .portal-nav__link {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  overflow: hidden !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: #838891 !important;
  margin: 0 !important;
  padding: 0 13px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transform: none !important;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease !important;
}
.portal-shell .portal-nav__link:hover {
  border-color: rgba(255,255,255,.055) !important;
  background: rgba(255,255,255,.028) !important;
  color: #f0f0f1 !important;
}
.portal-shell .portal-nav__link.is-active {
  border-color: rgba(151,43,60,.22) !important;
  background: linear-gradient(90deg, rgba(91,20,31,.20), rgba(91,20,31,.045)) !important;
  color: #fff !important;
  box-shadow: inset 0 1px rgba(255,255,255,.018), 0 8px 28px rgba(73,13,22,.10) !important;
}
.portal-shell .portal-nav__link.is-active::before {
  position: absolute !important;
  top: 13px !important;
  bottom: 13px !important;
  left: 0 !important;
  width: 2px !important;
  border-radius: 0 999px 999px 0 !important;
  background: #9f3445 !important;
  box-shadow: 0 0 11px rgba(159,52,69,.42) !important;
  content: "" !important;
}
.portal-shell .portal-nav__icon {
  display: grid !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  flex: 0 0 24px !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: currentColor !important;
}
.portal-shell .portal-nav__icon svg, .portal-shell .portal-logout svg, .portal-shell .portal-profile__chevron {
  display: block !important;
  width: 21px !important;
  height: 21px !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke;
}
.portal-shell .portal-nav__label, .portal-shell .portal-nav__soon, .portal-shell .portal-profile__copy, .portal-shell .portal-profile__chevron {
  opacity: 0 !important;
  transform: translateX(-7px) !important;
  pointer-events: none !important;
  transition: opacity 180ms ease 60ms, transform 220ms ease 60ms !important;
}
.portal-shell .portal-sidebar:hover .portal-nav__label, .portal-shell .portal-sidebar:hover .portal-nav__soon, .portal-shell .portal-sidebar:hover .portal-profile__copy, .portal-shell .portal-sidebar:hover .portal-profile__chevron, .portal-shell .portal-sidebar:focus-within .portal-nav__label, .portal-shell .portal-sidebar:focus-within .portal-nav__soon, .portal-shell .portal-sidebar:focus-within .portal-profile__copy, .portal-shell .portal-sidebar:focus-within .portal-profile__chevron {
  opacity: 1 !important;
  transform: translateX(0) !important;
  pointer-events: auto !important;
}
.portal-shell .portal-nav__label {
  min-width: 0 !important;
  overflow: hidden !important;
  color: inherit !important;
  font-size: 14px !important;
  font-weight: 450 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
}
.portal-shell .portal-nav__soon {
  display: inline-flex !important;
  margin-left: auto !important;
}
.portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-nav__link {
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  margin-inline: auto !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 !important;
}
.portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-nav__label, .portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-nav__soon {
  display: none !important;
}
.portal-shell .portal-profile {
  display: flex !important;
  width: 100% !important;
  min-height: 62px !important;
  align-items: center !important;
  gap: 11px !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(255,255,255,.055) !important;
  margin: 0 !important;
  padding: 17px 7px 8px !important;
  color: inherit !important;
  text-decoration: none !important;
}
.portal-shell .portal-profile__avatar {
  display: grid !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  flex: 0 0 40px !important;
  place-items: center !important;
  border: 1px solid rgba(157,45,62,.34) !important;
  border-radius: 50% !important;
  background: rgba(123,30,43,.14) !important;
  color: #dba7b0 !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease !important;
}
.portal-profile__avatar {
  display: flex;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}
.portal-profile__avatar-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.portal-shell .portal-profile:hover .portal-profile__avatar {
  border-color: rgba(181,62,80,.52) !important;
  box-shadow: 0 0 0 4px rgba(123,30,43,.07), 0 0 24px rgba(154,43,60,.16) !important;
  transform: translateY(-1px);
}
.portal-shell .portal-profile__copy {
  min-width: 0 !important;
  flex: 1 !important;
}
.portal-shell .portal-profile__chevron {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
}
.portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-profile {
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  margin-inline: auto !important;
  justify-content: center !important;
  gap: 0 !important;
  padding-inline: 0 !important;
}
.portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-profile__copy, .portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-profile__chevron {
  display: none !important;
}
.portal-shell .portal-logout-form {
  width: 100% !important;
  margin: 0 !important;
}
.portal-shell .portal-logout {
  display: flex !important;
  width: 100% !important;
  height: 46px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 13px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: transparent !important;
  color: #737880 !important;
  margin: 0 !important;
  padding: 0 11px !important;
}
.portal-shell .portal-logout:hover {
  background: rgba(123,30,43,.065) !important;
  color: #d9939e !important;
}
.portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-logout {
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  margin-inline: auto !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 !important;
}
.portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-logout .portal-nav__label {
  display: none !important;
}
.portal-shell .portal-main {
  position: relative !important;
  z-index: 2 !important;
  width: calc(100% - var(--sidebar-closed)) !important;
  min-height: 100vh !important;
  margin-left: var(--sidebar-closed) !important;
  padding: 46px clamp(28px,4vw,68px) 64px !important;
  transition: width 300ms cubic-bezier(.2,.75,.2,1), margin-left 300ms cubic-bezier(.2,.75,.2,1) !important;
}
.portal-shell:has(.portal-sidebar:hover) .portal-main, .portal-shell:has(.portal-sidebar:focus-within) .portal-main {
  width: calc(100% - var(--sidebar-open)) !important;
  margin-left: var(--sidebar-open) !important;
}
.portal-mobile-toggle, .portal-overlay {
  display: none;
}
@media (max-width: 900px) {
  .portal-shell--mountain {
    background-attachment: scroll;
    background-position: center top;
  }
}
@media (max-width: 860px) {
  .portal-shell .portal-sidebar, .portal-shell .portal-sidebar:hover, .portal-shell .portal-sidebar:focus-within {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 50 !important;
    width: min(280px, 86vw) !important;
    height: 100dvh !important;
    padding: 22px 16px 18px !important;
    transform: translateX(-102%) !important;
    box-shadow: 28px 0 80px rgba(0, 0, 0, 0.58) !important;
    transition: transform 280ms cubic-bezier(.2, .75, .2, 1) !important;
  }
  body.portal-menu-open .portal-sidebar {
    transform: translateX(0) !important;
  }
  .portal-shell .portal-brand {
    justify-content: flex-start !important;
    padding-left: 8px !important;
  }
  .portal-shell .portal-brand__logo--mini {
    display: none !important;
  }
  .portal-shell .portal-brand__logo--full {
    display: block !important;
    width: 160px !important;
    height: 56px !important;
    max-width: 160px !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  .portal-shell .portal-nav__link, .portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-nav__link {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 50px !important;
    min-height: 50px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 13px !important;
  }
  .portal-shell .portal-nav__label, .portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-nav__label {
    position: static !important;
    display: block !important;
    min-width: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
  .portal-shell .portal-nav__soon, .portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-nav__soon {
    position: static !important;
    display: inline-flex !important;
    margin-left: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  .portal-shell .portal-nav__icon {
    display: grid !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    flex: 0 0 24px !important;
    place-items: center !important;
  }
  .portal-shell .portal-nav__icon svg {
    width: 21px !important;
    height: 21px !important;
  }
  .portal-shell .portal-profile, .portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-profile {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 11px !important;
    margin: 0 !important;
    padding: 17px 7px 8px !important;
  }
  .portal-shell .portal-profile__copy, .portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-profile__copy {
    position: static !important;
    display: block !important;
    min-width: 0 !important;
    flex: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  .portal-shell .portal-profile__chevron, .portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-profile__chevron {
    position: static !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  .portal-shell .portal-logout, .portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-logout {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 13px !important;
    margin: 0 !important;
    padding: 0 11px !important;
  }
  .portal-shell .portal-sidebar:not(:hover):not(:focus-within) .portal-logout .portal-nav__label {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  .portal-shell .portal-main, .portal-shell:has(.portal-sidebar:hover) .portal-main, .portal-shell:has(.portal-sidebar:focus-within) .portal-main {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 86px 20px 48px !important;
  }
  .portal-mobile-toggle {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 60 !important;
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    place-content: center !important;
    gap: 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 12px !important;
    background: rgba(15, 16, 19, 0.94) !important;
  }
  .portal-mobile-toggle span {
    display: block !important;
    width: 19px !important;
    height: 1.5px !important;
    background: #d8d8d8 !important;
    transition: transform 200ms ease, opacity 200ms ease !important;
  }
  body.portal-menu-open .portal-mobile-toggle span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg) !important;
  }
  body.portal-menu-open .portal-mobile-toggle span:nth-child(2) {
    opacity: 0 !important;
  }
  body.portal-menu-open .portal-mobile-toggle span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg) !important;
  }
  .portal-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 40 !important;
    display: none !important;
    background: rgba(0, 0, 0, 0.72) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
  }
  body.portal-menu-open .portal-overlay {
    display: block !important;
  }
  body.portal-menu-open {
    overflow: hidden !important;
  }
}
.portal-shell--mountain {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background: #050607;
}
.portal-shell--mountain::before {
  content: "";
  position: fixed;
  inset: -5%;
  z-index: -3;
  pointer-events: none;
  background-image: url("../branding/mountain-login.png");
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  transform: scale(1.08);
  animation: mountainBreathing 18s ease-in-out infinite alternate;
  filter: contrast(1.08) brightness(0.72) saturate(0.88);
}
.portal-shell--mountain::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient( circle at 62% 20%, rgba(177, 98, 48, 0.22), transparent 34% ), linear-gradient( 90deg, rgba(3, 5, 7, 0.92) 0%, rgba(3, 5, 7, 0.56) 42%, rgba(3, 5, 7, 0.72) 100% ), linear-gradient( 180deg, rgba(3, 5, 7, 0.18) 0%, rgba(3, 5, 7, 0.68) 65%, rgba(3, 5, 7, 0.96) 100% );
  animation: mountainLight 12s ease-in-out infinite alternate;
}
@keyframes mountainBreathing {
  0% {
    transform: scale(1.06) translate3d(0, 0, 0);
    background-position: center 22%;
  }
  100% {
    transform: scale(1.12) translate3d(-1.2%, -1%, 0);
    background-position: center 30%;
  }
}
@keyframes mountainLight {
  0% {
    opacity: 0.88;
  }
  100% {
    opacity: 1;
  }
}
.portal-sidebar, .portal-main, .portal-mobile-toggle, .portal-overlay, .portal-ambient {
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .portal-shell--mountain::before {
    position: absolute;
    inset: 0;
    transform: scale(1.1);
    background-position: 58% top;
    animation-duration: 22s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .portal-shell--mountain::before, .portal-shell--mountain::after {
    animation: none;
  }
}
.identity-model {
  position: relative;
  z-index: 4;
  display: block;
  width: clamp(190px, 22vw, 320px);
  max-width: 78%;
  max-height: 340px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 26px 36px rgba(0, 0, 0, .48)) drop-shadow(0 0 28px rgba(123, 30, 43, .12));
  transform-origin: center bottom;
  animation: identity-model-float 6s ease-in-out infinite;
}
@keyframes identity-model-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@media (max-width: 860px) {
  .identity-model {
    width: min(260px, 70vw);
    max-height: 310px;
  }
}
@media (max-width: 620px) {
  .identity-model {
    width: min(220px, 72vw);
    max-height: 270px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .identity-model {
    animation: none;
  }
}
.call-page {
  max-width: 1200px;
  margin: auto;
  padding: 60px 30px;
}
.call-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 70px;
}
.call-badge {
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: #c7b08a;
  margin-bottom: 20px;
}
.call-content h1 {
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 24px;
}
.call-content p {
  max-width: 620px;
  color: #9ca3af;
  font-size: 1.08rem;
  line-height: 1.8;
}
.call-illustration {
  display: flex;
  justify-content: center;
}
.call-illustration img {
  width: 100%;
  max-width: 460px;
}
.booking-card {
  max-width: 760px;
  margin: auto;
  text-align: center;
  padding: 55px;
  border-radius: 28px;
  background: #111827;
  border: 1px solid rgba(255,255,255,.08);
}
.booking-card h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
.booking-card p {
  color: #9ca3af;
  line-height: 1.8;
  margin-bottom: 40px;
}
.reserve-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 42px;
  border-radius: 14px;
  background: #d4af37;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  transition: .25s;
}
.reserve-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(212,175,55,.35);
}
@media (max-width:900px) {
  .call-page {
    padding: 40px 20px;
  }
  .call-hero {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .call-content h1 {
    font-size: 2.2rem;
  }
  .booking-card {
    padding: 35px 24px;
  }
}
.mentorship-page {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
  padding: 58px 0 90px;
}
.mentorship-header {
  max-width: 720px;
  margin-bottom: 42px;
}
.mentorship-header__eyebrow {
  display: block;
  margin-bottom: 15px;
  color: #d3ae60;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.mentorship-header h1 {
  margin: 0 0 17px;
  color: #f5f4ef;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.045em;
}
.mentorship-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
  line-height: 1.7;
}
.mentorship-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.mentorship-progress {
  position: sticky;
  top: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(12, 15, 17, 0.78);
}
.mentorship-progress__icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 25px;
  place-items: center;
  border: 1px solid rgba(218, 180, 94, 0.7);
  border-radius: 50%;
  color: #e3bd69;
}
.mentorship-progress__label {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
}
.mentorship-progress strong {
  display: block;
  margin-bottom: 17px;
  color: #e1bd6d;
  font-size: 1.15rem;
}
.mentorship-progress strong small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.76rem;
  font-weight: 500;
}
.mentorship-progress__track {
  height: 5px;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}
.mentorship-progress__fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #d4ad58;
  transition: width 700ms ease;
}
.mentorship-progress p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
  line-height: 1.7;
}
.mentorship-weeks {
  display: flex;
  flex-direction: column;
}
.mentorship-week {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 132px;
  margin-bottom: 14px;
  padding: 20px 24px 20px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 17px;
  background: rgba(16, 20, 23, 0.86);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.mentorship-week:hover {
  transform: translateY(-2px);
}
.mentorship-week--available, .mentorship-week--started {
  border-color: rgba(218, 173, 75, 0.72);
  background: rgba(21, 25, 27, 0.96);
}
.mentorship-week--completed {
  border-color: rgba(194, 156, 72, 0.38);
}
.mentorship-week--locked {
  opacity: 0.48;
}
.mentorship-week__timeline {
  position: relative;
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.mentorship-week__node {
  position: relative;
  z-index: 2;
  display: grid;
  width: 40px;
  height: 40px;
  margin-top: 25px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.48);
  background: #111518;
}
.mentorship-week__node svg {
  width: 18px;
  height: 18px;
}
.mentorship-week--completed .mentorship-week__node {
  border-color: #cfaa59;
  color: #deb963;
}
.mentorship-week--available .mentorship-week__node, .mentorship-week--started .mentorship-week__node {
  border-color: #e7c373;
  background: #dfbd6b;
  box-shadow: 0 0 0 6px rgba(223, 189, 107, 0.1);
}
.mentorship-week__active-dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff0b2;
}
.mentorship-week__line {
  position: absolute;
  top: 66px;
  bottom: -42px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(198, 158, 68, 0.5);
}
.mentorship-week--locked .mentorship-week__line {
  background: repeating-linear-gradient( to bottom, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0.16) 4px, transparent 4px, transparent 9px );
}
.mentorship-week__content {
  min-width: 0;
  padding: 8px 20px 8px 10px;
}
.mentorship-week__number {
  display: block;
  margin-bottom: 9px;
  color: #d1a953;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.mentorship-week--locked .mentorship-week__number {
  color: rgba(255, 255, 255, 0.62);
}
.mentorship-week__content h2 {
  margin: 0 0 8px;
  color: #f2f1ed;
  font-size: 1.2rem;
  font-weight: 600;
}
.mentorship-week__state {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.86rem;
}
.mentorship-week__state--available {
  color: #76d89b;
}
.mentorship-week__state--completed {
  color: rgba(220, 185, 105, 0.8);
}
.mentorship-week__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mentorship-week__button {
  display: inline-flex;
  min-width: 154px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 20px;
  border-radius: 10px;
  color: #171208;
  background: #e2c06f;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease;
}
.mentorship-week__button:hover {
  transform: translateY(-2px);
  background: #efd185;
}
.mentorship-week__button--secondary {
  color: #dfbd6b;
  border: 1px solid rgba(220, 179, 85, 0.32);
  background: transparent;
}
.mentorship-week__button--secondary:hover {
  background: rgba(220, 179, 85, 0.07);
}
.mentorship-week__lock {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.45);
}
.mentorship-week__lock svg {
  width: 19px;
  height: 19px;
}
.mentorship-quote {
  max-width: 820px;
  margin: 58px 0 0 auto;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(10, 13, 15, 0.6);
  text-align: center;
}
.mentorship-quote > span {
  display: block;
  height: 25px;
  color: #bd9440;
  font-family: Georgia, serif;
  font-size: 2.4rem;
}
.mentorship-quote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.65;
}
@media (max-width: 900px) {
  .mentorship-layout {
    grid-template-columns: 1fr;
  }
  .mentorship-progress {
    position: static;
  }
}
@media (max-width: 680px) {
  .mentorship-page {
    width: calc(100% - 28px);
    padding: 38px 0 65px;
  }
  .mentorship-header h1 {
    font-size: 2.45rem;
  }
  .mentorship-week {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 18px 16px 18px 8px;
  }
  .mentorship-week__action {
    grid-column: 2;
    justify-content: flex-start;
    padding: 12px 0 3px 10px;
  }
  .mentorship-week__button {
    width: 100%;
  }
  .mentorship-week__lock {
    display: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
