/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-5xl: 64rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-lg: 16px;
    --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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, 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 {
    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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-full {
    height: 100%;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-58 {
    width: calc(var(--spacing) * 58);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[120\%\] {
    --tw-translate-y: calc(120% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[7px\] {
    --tw-translate-y: 7px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[12px\] {
    --tw-translate-y: 12px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-gray-800\/90 {
    background-color: color-mix(in srgb, oklch(27.8% 0.033 256.848) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-800) 90%, transparent);
    }
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .min-\[900px\]\:translate-y-0 {
    @media (width >= 900px) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .min-\[900px\]\:pt-24 {
    @media (width >= 900px) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:left-58 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 58);
    }
  }
  .md\:ml-58 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 58);
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:translate-x-0 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
}
@font-face {
  font-family: 'LARASE';
  src: url('/assets/fonts/LARASE.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@layer base {
  :root {
    --primary-blue: #2563eb;
    --primary-blue-hover: #1d4ed8;
    --primary-blue-light: #3b82f6;
    --primary-blue-dark: #1e40af;
    --accent-orange: #f59e0b;
    --accent-orange-hover: #d97706;
    --accent-orange-light: #fbbf24;
    --accent-green: #10b981;
    --accent-purple: #8b5cf6;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --background-primary: #ffffff;
    --background-secondary: #f8fafc;
    --background-tertiary: #f1f5f9;
    --background-dark: #1e293b;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --text-white: #ffffff;
    --sidebar-background: rgba(30, 41, 59, 0.9);
    --card-background: #ffffff;
    --card-border: #e2e8f0;
    --card-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --card-shadow-hover: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --card-shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --gradient-primary: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-light) 100%);
    --gradient-accent: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-light) 100%);
    --gradient-hero: linear-gradient(120deg, var(--accent-orange) 0%, var(--accent-orange-light) 60%, var(--primary-blue-light) 100%);
    --font-custom: 'LARASE';
    --font-fallback: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  }
}
@layer base {
  body {
    background: var(--background-dark);
    color: var(--text-white);
    font-family: var(--font-body);
    line-height: 1.6;
    font-weight: 400;
    min-height: 100vh;
    letter-spacing: 0.02em;
    font-size: 1.0625rem;
  }
  h1 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: var(--text-white);
    letter-spacing: -0.025em;
    font-family: var(--font-custom), var(--font-fallback);
  }
  h2 {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: var(--text-white);
    letter-spacing: -0.025em;
    position: relative;
    font-family: var(--font-custom), var(--font-fallback);
  }
  h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-accent);
    border-radius: 2px;
  }
  h3 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
    color: var(--text-white);
    font-family: var(--font-custom), var(--font-fallback);
  }
  p {
    line-height: 1.7;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    font-family: var(--font-body);
  }
  strong, b {
    color: var(--text-white);
    font-weight: 600;
    font-family: var(--font-body);
  }
  a {
    color: var(--accent-orange);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
    position: relative;
  }
  a:hover {
    color: var(--accent-orange-light);
    border-bottom-color: var(--accent-orange);
  }
  a:visited {
    color: var(--accent-orange);
  }
  .sidebar-gradient {
    background: var(--sidebar-background);
    backdrop-filter: blur(8px);
    border-right: 1px solid var(--gray-300);
    position: relative;
  }
  #sidebar.mobile-open {
    --tw-translate-x: 0 !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  #mobile-menu-toggle {
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  #mobile-menu-toggle:active {
    transform: scale(0.95);
  }
  .hamburger-line {
    transition: all 0.3s ease;
  }
  #mobile-menu-toggle.active .hamburger-line {
    d: path("M6 18L18 6M6 6l12 12");
  }
  #mobile-menu-overlay {
    transition: opacity 0.3s ease;
  }
  #mobile-menu-overlay.show {
    opacity: 1;
    pointer-events: auto;
  }
  .sidebar-nav-item {
    color: var(--text-white);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transition: all 0.2s ease;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    font-size: 1.125rem;
    font-family: var(--font-custom), var(--font-fallback);
  }
  .sidebar-nav-item:visited {
    color: var(--text-white);
  }
  .sidebar-nav-item:hover {
    background: rgba(255, 255, 255, 0.12);
    color: var(--text-white);
    border-color: var(--accent-orange);
    transform: translateX(4px);
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.15);
  }
  .sidebar-nav-item.active {
    background: rgba(245, 158, 11, 0.9);
    color: var(--text-white);
    border-color: var(--accent-orange-hover);
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.2);
  }
  .bg-main {
    background-color: var(--background-dark);
  }
  .sunken-padded {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--card-shadow);
    padding: 2rem;
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
  .sunken-padded:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-2px);
    border-color: var(--accent-orange);
  }
  .hero-section-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    flex-direction: row-reverse;
  }
  .hero-section {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-white);
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    flex: 2;
    max-width: 650px;
  }
  .hero-accent {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
  }
  .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 16px 16px 0 0;
  }
  .hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: pulse 4s ease-in-out infinite;
    border-radius: 16px;
  }
  .hero-section:hover {
    border-color: var(--accent-orange);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(245, 158, 11, 0.2);
  }
  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
  }
  .hero-title {
    margin-bottom: 1.5rem;
    color: var(--text-white);
    font-weight: 400;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-family: var(--font-custom), var(--font-fallback);
  }
  .hero-greeting {
    font-size: 2.5rem;
    opacity: 1;
    letter-spacing: -0.02em;
    animation: slideInUp 0.8s ease-out;
    font-family: var(--font-custom), var(--font-fallback);
  }
  .hero-name {
    font-size: 4rem;
    background: var(--gradient-accent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    letter-spacing: -0.03em;
    animation: slideInUp 0.8s ease-out 0.2s both;
    font-family: var(--font-custom), var(--font-fallback);
  }
  .hero-subtitle {
    color: var(--text-white);
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.02em;
    animation: slideInUp 0.8s ease-out 0.4s both;
    padding-top: 1.5rem;
    margin-top: 1rem;
    font-family: var(--font-body);
    position: relative;
  }
  .hero-subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--gradient-accent);
    border-radius: 3px;
  }
  @keyframes slideInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes pulse {
    0%, 100% {
      opacity: 0.7;
      transform: scale(1);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
  }
  @keyframes float {
    0%, 100% {
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      transform: translateY(-20px) rotate(1deg);
    }
  }
  @media (max-width: 768px) {
    .hero-section {
      padding: 3rem 1.5rem;
    }
    .hero-greeting {
      font-size: 1.75rem;
    }
    .hero-name {
      font-size: 2.5rem;
    }
    .hero-subtitle {
      font-size: 1.1rem;
    }
  }
  @media (max-width: 480px) {
    .hero-section {
      padding: 2.5rem 1rem;
    }
    .hero-greeting {
      font-size: 1.5rem;
    }
    .hero-name {
      font-size: 2rem;
    }
    .hero-subtitle {
      font-size: 1rem;
    }
  }
  @media (max-width: 768px) {
    h1 {
      font-size: 2rem;
    }
    h2 {
      font-size: 1.5rem;
    }
  }
  .content-block {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 3rem;
    position: relative;
  }
  .content-block-left {
    flex-direction: row;
  }
  .content-block-right {
    flex-direction: row-reverse;
  }
  .content-block-center {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .content-text {
    flex: 2;
    max-width: 700px;
  }
  .content-accent {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 280px;
    position: relative;
  }
  .profile-picture {
    position: relative;
    width: 264px;
    height: 264px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
  }
  .profile-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
  }
  .profile-picture:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  }
  .profile-picture:hover img {
    transform: scale(1.05);
  }
  .picture-1:hover img,
    .picture-4:hover img {
    transform: scale(1.0);
  }
  .picture-1 {
    position: relative;
    background: linear-gradient(45deg, var(--primary-blue) 0%, var(--accent-purple) 100%);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
    border-radius: 6px;
    padding: 4px;
  }
  .picture-1::before {
    content: '';
    position: absolute;
    inset: 4px;
    background: var(--background-dark);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
    z-index: 1;
    border-radius: 4px;
  }
  .picture-1 img {
    position: relative;
    z-index: 2;
    -o-object-position: 25% 75%;
       object-position: 25% 75%;
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
  }
  .picture-1-flipped::before {
    content: '';
    position: absolute;
    inset: 4px;
    background: var(--background-dark);
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    z-index: 1;
    border-radius: 4px;
  }
  .picture-1-flipped img {
    position: relative;
    z-index: 2;
    -o-object-position: 25% 75%;
       object-position: 25% 75%;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
  .picture-2 {
    border: 4px solid transparent;
    background: var(--gradient-accent);
    border-radius: 20% 60% 20% 20%;
  }
  .picture-2::before {
    content: '';
    position: absolute;
    inset: 4px;
    background: var(--background-dark);
    z-index: 1;
  }
  .picture-2 img {
    position: relative;
    z-index: 2;
    -o-object-position: 0% 0%;
       object-position: 0% 0%;
  }
  .picture-3 {
    border: 4px solid transparent;
    background: linear-gradient(135deg, var(--accent-green) 0%, var(--primary-blue-light) 100%);
    border-radius: 0 50% 0 50%;
  }
  .picture-3::before {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 0 50% 0 50%;
    background: var(--background-dark);
    z-index: 1;
  }
  .picture-3 img {
    position: relative;
    z-index: 2;
    border-radius: 0 50% 0 50%;
  }
  .picture-4 {
    position: relative;
    background: var(--gradient-primary);
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    border-radius: 6px;
    padding: 4px;
  }
  .picture-4::before {
    content: '';
    position: absolute;
    inset: 4px;
    background: var(--background-dark);
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    z-index: 1;
    border-radius: 4px;
  }
  .picture-4 img {
    position: relative;
    z-index: 2;
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  }
  .content-block::before {
    content: '';
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: var(--gradient-accent);
    opacity: 0.5;
    border-radius: 1px;
  }
  .content-block:first-child::before {
    display: none;
  }
  @media (max-width: 1024px) {
    .content-block {
      gap: 2rem;
    }
    .profile-picture {
      width: 288px;
      height: 288px;
    }
    .hero-accent {
      min-height: 240px;
    }
    .content-accent {
      min-height: 220px;
    }
  }
  @media (max-width: 768px) {
    .hero-section-wrapper {
      flex-direction: column-reverse;
      gap: 1.5rem;
    }
    .hero-section {
      max-width: none;
      padding: 2.5rem 1.5rem;
    }
    .content-block,
        .content-block-left,
        .content-block-right {
      flex-direction: column;
      gap: 1.5rem;
    }
    .content-text {
      max-width: none;
    }
    .content-accent {
      min-height: 150px;
    }
    .hero-accent {
      min-height: 180px;
    }
    .profile-picture {
      width: 168px;
      height: 168px;
    }
  }
  @media (max-width: 480px) {
    .hero-section {
      padding: 2rem 1rem;
    }
    .content-block {
      gap: 1rem;
    }
    .content-accent {
      min-height: 120px;
    }
    .hero-accent {
      min-height: 140px;
    }
    .profile-picture {
      width: 168px;
      height: 168px;
    }
  }
  .tabs-container {
    margin-top: 1.5rem;
  }
  .tabs-nav {
    display: flex;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
    gap: 0.5rem;
  }
  .tab-button {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: none;
    color: var(--text-white);
    padding: 0.875rem 1.5rem;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-custom), var(--font-fallback);
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    overflow: hidden;
  }
  .tab-button:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--accent-orange);
    transform: translateY(-2px);
  }
  .tab-button.active {
    background: rgba(245, 158, 11, 0.15);
    border-color: var(--accent-orange);
    color: var(--accent-orange-light);
    font-weight: 500;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
  }
  .tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-accent);
    border-radius: 2px;
  }
  .tab-content {
    display: none;
    animation: fadeInUp 0.4s ease-out;
    min-height: 400px;
  }
  .tab-content.active {
    display: block;
  }
  .tab-content h3 {
    color: var(--accent-orange-light);
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.375rem;
  }
  .tab-content h3::after {
    display: none;
  }
  .service-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
  }
  .service-list li {
    position: relative;
    padding: 0.75rem 0 0.75rem 2rem;
    color: var(--text-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease;
  }
  .service-list li:last-child {
    border-bottom: none;
  }
  .service-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-orange);
    font-weight: bold;
    font-size: 1.5rem;
    transition: all 0.2s ease;
  }
  .service-list li:hover {
    padding-left: 2.5rem;
    color: var(--accent-orange-light);
  }
  .service-list li:hover::before {
    transform: translateY(-50%) translateX(0.25rem);
    color: var(--accent-orange-light);
  }
  .cta-link {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cta-link a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent-orange);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 0.5rem 1rem;
    border: 1px solid var(--accent-orange);
    border-radius: 6px;
    background: rgba(245, 158, 11, 0.1);
  }
  .cta-link a:hover {
    background: rgba(245, 158, 11, 0.2);
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.2);
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media (max-width: 768px) {
    .tabs-nav {
      flex-direction: column;
      gap: 0.25rem;
    }
    .tab-button {
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, 0.15);
    }
    .tab-button.active::after {
      display: none;
    }
    .service-list li {
      padding-left: 1.5rem;
    }
    .service-list li:hover {
      padding-left: 2rem;
    }
  }
  .gamedev-timeline {
    min-height: auto;
  }
  @media (max-width: 768px) {
    .gamedev-timeline .timeline-item.game-right {
      justify-content: flex-start;
      padding-left: 4rem;
      padding-right: 1rem;
    }
    .gamedev-timeline .timeline-item.game-right .timeline-content {
      max-width: calc(100% - 1rem);
      margin-left: 0;
      margin-right: 0;
      text-align: left;
    }
    .gamedev-timeline .timeline-item.game-right .timeline-content::before {
      content: '';
      position: absolute;
      left: -8px;
      top: 1.5rem;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 8px solid rgba(245, 158, 11, 0.1);
    }
  }
  .central-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
    min-height: auto;
  }
  .professional-timeline::before,
    .gamedev-timeline::before {
    content: '';
    position: absolute;
    left: calc(2rem - 1.5px);
    top: 100px;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--accent-orange), var(--accent-orange-light));
    z-index: 0;
  }
  .timeline-year-marker {
    position: relative;
    text-align: left;
    margin: 3rem 0 2rem 0;
    z-index: 10;
    width: 100%;
    background: var(--background-dark);
    font-size: 1.125rem;
    font-weight: 600;
    padding: 1rem 0 1rem 4rem;
    display: block;
    border-radius: 8px;
    border: 2px solid transparent;
    font-family: var(--font-custom), var(--font-fallback);
    box-shadow: none;
    backdrop-filter: none;
    max-width: none;
  }
  .professional-timeline .timeline-year-marker,
    .gamedev-timeline .timeline-year-marker {
    color: var(--accent-orange);
    border-color: var(--accent-orange);
  }
  .timeline-year-marker::before {
    display: none;
  }
  .timeline-beyond-marker {
    background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-light));
    color: var(--background-dark) !important;
    border-color: var(--accent-orange-light) !important;
    font-weight: 700;
    text-align: center;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin: 2rem 0 1rem 0;
    width: 100%;
    max-width: 280px;
    font-size: 1.25rem;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 15;
  }
  .timeline-beyond-marker::after {
    display: none;
  }
  .professional-timeline .timeline-beyond-marker::before,
    .gamedev-timeline .timeline-beyond-marker::before {
    content: '';
    position: absolute;
    top: -1.5rem;
    left: calc(2rem - 1.5px);
    width: 3px;
    height: 1.5rem;
    background: linear-gradient(to bottom, var(--accent-orange), transparent);
    z-index: 0;
  }
  @media (max-width: 768px) {
    .timeline-beyond-marker {
      max-width: 240px;
      font-size: 1.1rem;
      padding: 0.875rem 1.25rem;
      margin: 1.5rem 0 1rem 0;
    }
    .professional-timeline .timeline-beyond-marker::before,
        .gamedev-timeline .timeline-beyond-marker::before {
      left: calc(2rem - 1.5px);
      z-index: 0;
    }
  }
  .timeline-item {
    position: relative;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-left: 4rem;
    padding-right: 1rem;
  }
  .timeline-item.professional-left,
    .timeline-item.game-right {
    justify-content: flex-start;
    padding-left: 4rem;
    padding-right: 1rem;
  }
  .timeline-item.professional-left .timeline-content,
    .timeline-item.game-right .timeline-content {
    max-width: calc(100% - 1rem);
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    border-left: 3px solid var(--accent-orange);
  }
  .timeline-item.professional-left:hover .timeline-content,
    .timeline-item.game-right:hover .timeline-content {
    border-color: var(--accent-orange-light);
    transform: translateX(0.25rem);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.2);
  }
  .timeline-item.professional-left .timeline-title,
    .timeline-item.game-right .timeline-title {
    color: var(--accent-orange-light);
  }
  .timeline-item.professional-left .timeline-date-range,
    .timeline-item.game-right .timeline-date-range {
    border-color: var(--accent-orange);
    background: rgba(245, 158, 11, 0.15);
    color: var(--accent-orange-light);
  }
  .timeline-marker {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border: 4px solid var(--background-dark);
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
    left: 2rem;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .timeline-marker.professional-marker,
    .timeline-marker.game-marker {
    background: var(--accent-orange);
  }
  .timeline-item:hover .timeline-marker.professional-marker,
    .timeline-item:hover .timeline-marker.game-marker {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.2);
  }
  .position-connector {
    position: absolute;
    left: calc(2rem - 1.5px);
    top: 1.5rem;
    width: 3px;
    height: calc(100% + 3rem);
    background: linear-gradient(to bottom, var(--accent-orange), transparent);
    z-index: 1;
    opacity: 0.6;
  }
  .timeline-item.current-position .timeline-content {
    border-left-width: 4px;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.15);
  }
  .timeline-item.current-position .timeline-marker {
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.3);
    animation: pulse 2s infinite;
  }
  .timeline-item.multi-year-position .timeline-content {
    border-left-width: 4px;
  }
  .timeline-item.first-position .position-connector {
    display: none;
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.3);
    }
    50% {
      box-shadow: 0 0 0 8px rgba(245, 158, 11, 0.1);
    }
    100% {
      box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.3);
    }
  }
  .timeline-date-range {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-white);
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    font-family: var(--font-body);
    backdrop-filter: blur(8px);
    margin-left: auto;
    flex-shrink: 0;
  }
  .timeline-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 5;
  }
  @media (max-width: 768px) {
    .professional-timeline::before,
        .gamedev-timeline::before {
      left: calc(2rem - 1.5px);
      top: 90px;
    }
    .timeline-item.professional-left,
        .timeline-item.game-right {
      justify-content: flex-start;
      padding-left: 4rem;
      padding-right: 1rem;
    }
    .timeline-item.professional-left .timeline-content,
        .timeline-item.game-right .timeline-content {
      max-width: calc(100% - 1rem);
      margin-left: 0;
      margin-right: 0;
      text-align: left;
    }
    .timeline-marker {
      transform: translate(-50%, -50%);
    }
    .timeline-marker.professional-marker,
        .timeline-marker.game-marker {
      left: 2rem;
    }
    .position-connector {
      left: calc(2rem - 1.5px);
    }
    .timeline-item.professional-left .timeline-content::before,
        .timeline-item.game-right .timeline-content::before {
      content: '';
      position: absolute;
      left: -8px;
      top: 1.5rem;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 8px solid rgba(255, 255, 255, 0.1);
    }
    .timeline-year-marker::before {
      display: none;
    }
    .timeline-year-marker {
      font-size: 1rem;
      padding: 0.75rem 0 0.75rem 4rem;
      max-width: none;
    }
    .timeline-date-range {
      font-size: 0.625rem;
      padding: 0.25rem 0.5rem;
      margin-left: 0;
      margin-top: 0.5rem;
      align-self: flex-start;
    }
  }
  .timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .timeline-item.professional-left .timeline-header {
    flex-direction: row;
    text-align: left;
  }
  .timeline-item.game-right .timeline-header {
    flex-direction: row;
    text-align: left;
  }
  .timeline-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    font-family: var(--font-custom), var(--font-fallback);
    flex: 1;
  }
  .timeline-item.professional-left .timeline-title {
    color: var(--accent-orange-light);
  }
  .timeline-promotion-note {
    font-size: 0.85rem;
    color: var(--accent-orange-light);
    font-style: italic;
    margin: 0.5rem 0;
    font-weight: 500;
  }
  .timeline-item.same-company-base .timeline-content,
    .timeline-item.same-company-promotion .timeline-content {
    border-left: 3px solid var(--accent-orange);
    position: relative;
  }
  .timeline-item.same-company-promotion .timeline-content {
    background: rgba(255, 255, 255, 0.05);
    border-left-width: 4px;
  }
  .timeline-item.same-company-promotion .position-connector {
    left: calc(2rem - 1.5px);
    background: linear-gradient(to bottom, var(--accent-orange), transparent);
    width: 3px;
    opacity: 0.6;
  }
  @media (max-width: 768px) {
    .timeline-item.professional-left .timeline-header,
        .timeline-item.game-right .timeline-header {
      flex-direction: column;
      text-align: left;
      align-items: flex-start;
    }
  }
  .timeline-description {
    margin-top: 1rem;
  }
  .timeline-summary {
    margin-bottom: 1rem;
  }
  .expand-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-white);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .expand-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--accent-orange);
    transform: translateX(0.25rem);
  }
  .expand-icon {
    font-size: 1rem;
    font-weight: bold;
    transition: transform 0.2s ease;
  }
  .expand-btn.expanded .expand-icon {
    transform: rotate(0deg);
  }
  .description-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .description-content.expanded {
    max-height: 500px;
  }
  .description-content p {
    color: var(--text-white);
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .achievement-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
  }
  .achievement-list li {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: var(--text-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease;
    font-size: 0.9rem;
  }
  .achievement-list li:last-child {
    border-bottom: none;
  }
  .achievement-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 0.5rem;
    color: var(--accent-orange);
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .game-marker + .timeline-content .achievement-list li::before {
    color: var(--primary-blue-light);
  }
  .achievement-list li:hover {
    padding-left: 2rem;
    color: var(--accent-orange-light);
  }
  .achievement-list li:hover::before {
    transform: translateX(0.25rem);
  }
  .timeline-item.professional-left .timeline-content::after,
    .timeline-item.game-right .timeline-content::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 1.5rem;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid rgba(255, 255, 255, 0.1);
    z-index: 15;
  }
  .timeline-item.professional-left:hover .timeline-content::after {
    border-right-color: rgba(245, 158, 11, 0.3);
  }
  .timeline-item.game-right:hover .timeline-content::after {
    border-right-color: rgba(245, 158, 11, 0.3);
  }
  .timeline-duration-spans {
    position: absolute;
    left: calc(50% + 25px);
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 5;
    pointer-events: none;
  }
  .duration-span {
    position: absolute;
    top: var(--start-position, 0);
    height: var(--height, 100px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .duration-span.positioned {
    opacity: 1;
  }
  .duration-span.current-position {
    z-index: 6;
  }
  .duration-line {
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, var(--accent-orange), var(--accent-orange-light));
    border-radius: 3px;
    position: relative;
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.3);
    animation: fadeInScale 1s ease-out;
    min-height: 60px;
  }
  .duration-line.current-job {
    background: linear-gradient(to bottom, var(--accent-orange), var(--primary-blue-light));
    animation: fadeInScale 1s ease-out, pulse-glow 2s ease-in-out infinite 1s;
  }
  .duration-line::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: var(--accent-orange);
    border: 2px solid var(--background-dark);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.4);
  }
  .duration-line::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: var(--accent-orange-light);
    border: 2px solid var(--background-dark);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.4);
  }
  .duration-line.current-job::after {
    background: var(--accent-orange-light);
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.4);
  }
  .duration-label {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.85);
    color: var(--accent-orange-light);
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    border: 1px solid rgba(245, 158, 11, 0.3);
    backdrop-filter: blur(8px);
    opacity: 0.8;
    animation: fadeInRight 1s ease-out 0.5s forwards;
    font-family: var(--font-body);
    transition: all 0.3s ease;
  }
  .duration-label::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(0, 0, 0, 0.85);
  }
  @keyframes fadeInScale {
    from {
      transform: scaleY(0);
      opacity: 0;
    }
    to {
      transform: scaleY(1);
      opacity: 1;
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateY(-50%) translateX(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(-50%) translateX(0);
    }
  }
  @keyframes pulse-glow {
    0%, 100% {
      box-shadow: 0 0 10px rgba(245, 158, 11, 0.3);
    }
    50% {
      box-shadow: 0 0 20px rgba(245, 158, 11, 0.6), 0 0 30px rgba(37, 99, 235, 0.3);
    }
  }
  .duration-span.highlighted .duration-line {
    transform: scaleX(1.5) !important;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.7) !important;
  }
  .duration-span.highlighted .duration-label {
    opacity: 1 !important;
    color: var(--accent-orange) !important;
    border-color: var(--accent-orange) !important;
    transform: translateY(-50%) translateX(5px) !important;
  }
  @media (max-width: 768px) {
    .timeline-duration-spans {
      left: calc(2rem + 25px);
      width: 60px;
    }
    .duration-line {
      width: 4px;
    }
    .duration-line::before,
        .duration-line::after {
      width: 6px;
      height: 6px;
      border-width: 2px;
    }
    .duration-line::before {
      top: 4px;
    }
    .duration-line::after {
      bottom: 4px;
    }
    .duration-label {
      left: 20px;
      font-size: 0.7rem;
      padding: 0.2rem 0.4rem;
    }
    .duration-span {
      padding-left: 8px;
    }
  }
  @media (max-width: 1024px) {
    .timeline {
      padding-left: 1.5rem;
    }
    .timeline::before {
      left: 0.5rem;
    }
    .timeline-item {
      padding-left: 1.5rem;
    }
    .timeline-marker {
      left: -1.25rem;
    }
    .timeline-content::before {
      left: -6px;
      border-right-width: 6px;
      border-top-width: 6px;
      border-bottom-width: 6px;
    }
  }
  @media (max-width: 768px) {
    .timeline {
      padding-left: 1rem;
    }
    .timeline::before {
      left: 0.25rem;
    }
    .timeline-item {
      padding-left: 1rem;
      margin-bottom: 2rem;
    }
    .timeline-marker {
      left: -0.875rem;
      width: 0.75rem;
      height: 0.75rem;
    }
    .timeline-content {
      padding: 1rem;
    }
    .timeline-content::before {
      display: none;
    }
    .timeline-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
    }
    .timeline-title {
      font-size: 1.125rem;
    }
    .timeline-date {
      font-size: 0.8rem;
    }
    .expand-btn {
      font-size: 0.8rem;
      padding: 0.4rem 0.8rem;
    }
    .description-content p {
      font-size: 0.9rem;
    }
    .achievement-list li {
      font-size: 0.85rem;
      padding: 0.4rem 0 0.4rem 1.25rem;
    }
    .achievement-list li:hover {
      padding-left: 1.5rem;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --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-duration: initial;
      --tw-ease: initial;
    }
  }
}
