/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: var(--font-mono);
    --radius-xs: var(--radius-xs);
    --radius-sm: var(--radius-sm);
    --radius-md: var(--radius-md);
    --radius-lg: var(--radius-lg);
    --radius-xl: var(--radius-xl);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-ui);
    --default-mono-font-family: var(--font-mono);
    --font-display: var(--font-display);
    --font-ui: var(--font-ui);
    --radius-media: var(--radius-media);
    --radius-pill: var(--radius-pill);
  }
}
@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, 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;
  }
  ::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 {
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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));
  }
}
:root {
  --background: 42 26% 97%;
  --foreground: 215 18% 18%;
  --card: 40 30% 99%;
  --card-foreground: 215 18% 18%;
  --popover: 40 30% 99%;
  --popover-foreground: 215 18% 18%;
  --primary: 208 31% 39%;
  --primary-foreground: 0 0% 100%;
  --secondary: 210 16% 93%;
  --secondary-foreground: 215 18% 20%;
  --muted: 210 14% 95%;
  --muted-foreground: 214 10% 42%;
  --accent: 25 48% 50%;
  --accent-foreground: 0 0% 100%;
  --accent-soft: 30 55% 94%;
  --accent-soft-foreground: 24 34% 32%;
  --destructive: 0 78% 58%;
  --destructive-foreground: 0 0% 100%;
  --border: 210 12% 86%;
  --border-subtle: 210 10% 90%;
  --input: 210 12% 86%;
  --ring: 208 31% 39%;
  --success: 148 38% 42%;
  --success-foreground: 0 0% 100%;
  --warning: 38 70% 54%;
  --warning-foreground: 215 18% 18%;
  --info: 206 52% 54%;
  --info-foreground: 0 0% 100%;
  --promo: 25 42% 54%;
  --promo-foreground: 0 0% 100%;
  --surface-elevated: 40 26% 99%;
  --surface-subtle: 210 14% 95%;
  --surface-strong: 210 12% 90%;
  --paper-warm: 36 32% 94%;
  --paper-warm-foreground: 215 18% 18%;
  --neutral-ink: 212 11% 25%;
  --font-display: Merriweather, Georgia, serif;
  --font-ui: "Source Sans 3", Inter, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --radius-media: 14px;
  --radius-pill: 9999px;
  --radius: var(--radius-md);
  --shadow-soft: 0 3px 12px -2px hsl(215 18% 18% / 0.08);
  --shadow-elevated: 0 12px 30px -10px hsl(215 18% 18% / 0.10);
  --shadow-floating: 0 8px 24px -8px hsl(215 18% 18% / 0.12);
}
.dark {
  --background: 216 20% 10%;
  --foreground: 42 24% 89%;
  --card: 216 18% 13%;
  --card-foreground: 42 24% 89%;
  --popover: 216 18% 13%;
  --popover-foreground: 42 24% 89%;
  --primary: 207 41% 63%;
  --primary-foreground: 216 20% 10%;
  --secondary: 217 10% 18%;
  --secondary-foreground: 42 24% 89%;
  --muted: 217 8% 18%;
  --muted-foreground: 214 10% 70%;
  --accent: 25 42% 56%;
  --accent-foreground: 216 20% 10%;
  --accent-soft: 217 10% 16%;
  --accent-soft-foreground: 31 58% 74%;
  --destructive: 0 72% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 217 10% 24%;
  --border-subtle: 217 8% 20%;
  --input: 217 10% 24%;
  --ring: 207 41% 63%;
  --success: 148 30% 46%;
  --success-foreground: 0 0% 100%;
  --warning: 38 62% 56%;
  --warning-foreground: 216 20% 10%;
  --info: 206 46% 60%;
  --info-foreground: 216 20% 10%;
  --promo: 25 42% 56%;
  --promo-foreground: 216 20% 10%;
  --surface-elevated: 216 16% 14%;
  --surface-subtle: 217 10% 16%;
  --surface-strong: 217 10% 22%;
  --paper-warm: 217 10% 16%;
  --paper-warm-foreground: 42 24% 89%;
  --neutral-ink: 42 18% 82%;
}
@layer base {
  *, *::before, *::after {
    border-color: hsl(var(--border));
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    font-size: 16px;
  }
  body {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    font-family: var(--font-ui);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: hsl(var(--foreground));
  }
  a {
    color: hsl(var(--primary));
    text-decoration: none;
    transition: color 240ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  a:hover {
    color: hsl(var(--accent));
  }
  code, pre, kbd, samp {
    font-family: var(--font-mono);
  }
  img, svg {
    display: block;
  }
  ::selection {
    background-color: hsl(var(--accent-soft));
    color: hsl(var(--accent-soft-foreground));
  }
}
@layer components {
  .mk-shell {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mk-content {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mk-prose {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mk-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: hsl(var(--background) / 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid hsl(var(--border-subtle));
  }
  .mk-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
  }
  .mk-logo {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
  }
  .mk-logo:hover {
    color: hsl(var(--foreground));
  }
  .mk-logo-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsl(var(--accent));
    flex-shrink: 0;
  }
  .mk-nav-links {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mk-nav-link {
    font-size: 0.875rem;
    font-family: var(--font-ui);
    color: hsl(var(--muted-foreground));
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    transition: all 150ms ease;
    text-decoration: none;
    font-weight: 500;
  }
  .mk-nav-link:hover, .mk-nav-link.active {
    color: hsl(var(--foreground));
    background-color: hsl(var(--secondary));
  }
  .mk-theme-toggle {
    width: 2rem;
    height: 2rem;
    border-radius: var(--radius-md);
    border: 1px solid hsl(var(--border));
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--muted-foreground));
    transition: all 150ms ease;
    flex-shrink: 0;
  }
  .mk-theme-toggle:hover {
    background-color: hsl(var(--secondary));
    color: hsl(var(--foreground));
  }
  .mk-mobile-menu-btn {
    display: none;
    width: 2rem;
    height: 2rem;
    border-radius: var(--radius-md);
    border: 1px solid hsl(var(--border));
    background: transparent;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: hsl(var(--muted-foreground));
  }
  .mk-mobile-nav {
    display: none;
    padding: 0.75rem 0;
    border-top: 1px solid hsl(var(--border-subtle));
  }
  .mk-mobile-nav.open {
    display: block;
  }
  .mk-mobile-nav-link {
    display: block;
    font-size: 0.9375rem;
    color: hsl(var(--foreground));
    padding: 0.625rem 0;
    border-bottom: 1px solid hsl(var(--border-subtle));
    text-decoration: none;
    font-weight: 500;
  }
  .mk-mobile-nav-link:last-child {
    border-bottom: none;
  }
  .mk-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: hsl(var(--accent));
    font-weight: 600;
  }
  .mk-eyebrow::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1px;
    background-color: hsl(var(--accent));
  }
  .mk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--font-ui);
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.625rem 1.375rem;
    border-radius: var(--radius-lg);
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 150ms ease;
    white-space: nowrap;
    line-height: 1;
  }
  .mk-btn-primary {
    background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    border-color: hsl(var(--primary));
  }
  .mk-btn-primary:hover {
    background-color: hsl(208 31% 32%);
    color: hsl(var(--primary-foreground));
    border-color: hsl(208 31% 32%);
  }
  .dark .mk-btn-primary:hover {
    background-color: hsl(207 41% 70%);
  }
  .mk-btn-outline {
    background-color: transparent;
    color: hsl(var(--foreground));
    border-color: hsl(var(--border));
  }
  .mk-btn-outline:hover {
    background-color: hsl(var(--secondary));
    color: hsl(var(--foreground));
    border-color: hsl(var(--border));
  }
  .mk-btn-ghost {
    background: transparent;
    color: hsl(var(--muted-foreground));
    border-color: transparent;
  }
  .mk-btn-ghost:hover {
    background-color: hsl(var(--secondary));
    color: hsl(var(--foreground));
  }
  .mk-card {
    background-color: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    transition: box-shadow 240ms ease, border-color 240ms ease;
  }
  .mk-card:hover {
    box-shadow: var(--shadow-elevated);
    border-color: hsl(var(--border-subtle));
  }
  .mk-about-hero {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 3.5rem;
    align-items: start;
  }
  .mk-about-meta {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .mk-about-meta-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  .mk-project-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .mk-project-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: start;
  }
  .mk-project-icon {
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .mk-project-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
  }
  .mk-project-title {
    font-family: var(--font-mono);
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 0;
    color: hsl(var(--foreground));
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .mk-project-cta {
    font-size: 0.8125rem;
    flex-shrink: 0;
    align-self: start;
  }
  .mk-status-warning {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: var(--font-mono);
    color: hsl(var(--warning));
  }
  .mk-status-warning::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: hsl(var(--warning));
    flex-shrink: 0;
  }
  .mk-tag {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.25rem 0.625rem;
    border-radius: var(--radius-sm);
    background-color: hsl(var(--secondary));
    color: hsl(var(--secondary-foreground));
    border: 1px solid hsl(var(--border));
  }
  .mk-tag-accent {
    background-color: hsl(var(--accent-soft));
    color: hsl(var(--accent-soft-foreground));
    border-color: hsl(var(--accent) / 0.3);
  }
  .mk-tag-primary {
    background-color: hsl(var(--primary) / 0.1);
    color: hsl(var(--primary));
    border-color: hsl(var(--primary) / 0.25);
  }
  .mk-status {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: var(--font-mono);
  }
  .mk-status::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsl(var(--success));
    flex-shrink: 0;
  }
  .mk-metric {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .mk-metric-value {
    font-family: var(--font-mono);
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: hsl(var(--foreground));
    line-height: 1;
  }
  .mk-metric-label {
    font-size: 0.8125rem;
    color: hsl(var(--muted-foreground));
    font-weight: 500;
  }
  .mk-quote {
    border-left: 3px solid hsl(var(--accent));
    padding-left: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: hsl(var(--accent-soft));
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  }
  .mk-quote p {
    font-family: var(--font-display);
    font-size: 1.0625rem;
    font-style: italic;
    color: hsl(var(--foreground));
    line-height: 1.6;
    margin: 0;
  }
  .mk-quote cite {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.75rem;
    color: hsl(var(--muted-foreground));
    font-style: normal;
    margin-top: 0.5rem;
    letter-spacing: 0.03em;
  }
  .mk-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .mk-section-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .mk-section-lg {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .mk-divider {
    border: none;
    border-top: 1px solid hsl(var(--border-subtle));
    margin: 0;
  }
  .mk-chip {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    background-color: hsl(var(--surface-subtle));
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius-sm);
    color: hsl(var(--foreground));
  }
  .mk-post-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid hsl(var(--border-subtle));
    text-decoration: none;
    color: inherit;
    transition: all 150ms ease;
  }
  .mk-post-item:hover .mk-post-title {
    color: hsl(var(--primary));
  }
  .mk-post-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
  }
  .mk-post-date {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    color: hsl(var(--muted-foreground));
    letter-spacing: 0.02em;
  }
  .mk-post-read {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    color: hsl(var(--muted-foreground));
  }
  .mk-post-title {
    font-family: var(--font-display);
    font-size: 1.1875rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin: 0;
    transition: color 150ms ease;
  }
  .mk-post-excerpt {
    font-size: 0.9375rem;
    color: hsl(var(--muted-foreground));
    line-height: 1.65;
    margin: 0;
  }
  .mk-timeline-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    position: relative;
  }
  .mk-timeline-line {
    position: absolute;
    top: 1.25rem;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, hsl(var(--accent)), hsl(var(--primary)), hsl(var(--accent)));
    opacity: 0.35;
    pointer-events: none;
  }
  .mk-timeline {
    position: relative;
    padding-left: 1.5rem;
  }
  .mk-timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.375rem;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, hsl(var(--accent)), hsl(var(--border)));
  }
  .mk-timeline-item {
    position: relative;
    padding-left: 1.5rem;
    padding-bottom: 1.75rem;
  }
  .mk-timeline-item:last-child {
    padding-bottom: 0;
  }
  .mk-timeline-item::before {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 0.375rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: hsl(var(--accent));
    border: 2px solid hsl(var(--background));
    box-shadow: 0 0 0 1px hsl(var(--accent));
  }
  .mk-timeline-period {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    color: hsl(var(--accent));
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
  }
  .mk-timeline-label {
    font-weight: 700;
    font-size: 0.9375rem;
    color: hsl(var(--foreground));
    font-family: var(--font-display);
    margin-bottom: 0.125rem;
  }
  .mk-timeline-detail {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    line-height: 1.5;
  }
  .mk-hero-bg {
    position: relative;
    overflow: hidden;
  }
  .mk-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cdefs%3E%3Cpattern id='g' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='20' cy='20' r='1' fill='%234a7a9b' opacity='.25'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='400' height='400' fill='url(%23g)'/%3E%3Cline x1='40' y1='180' x2='160' y2='120' stroke='%234a7a9b' stroke-width='.6' opacity='.18'/%3E%3Cline x1='160' y1='120' x2='280' y2='200' stroke='%234a7a9b' stroke-width='.6' opacity='.18'/%3E%3Cline x1='280' y1='200' x2='360' y2='140' stroke='%234a7a9b' stroke-width='.6' opacity='.18'/%3E%3Cline x1='80' y1='300' x2='200' y2='260' stroke='%234a7a9b' stroke-width='.6' opacity='.12'/%3E%3Cline x1='200' y1='260' x2='320' y2='320' stroke='%234a7a9b' stroke-width='.6' opacity='.12'/%3E%3Ccircle cx='160' cy='120' r='3' fill='none' stroke='%234a7a9b' stroke-width='.8' opacity='.22'/%3E%3Ccircle cx='280' cy='200' r='3' fill='none' stroke='%234a7a9b' stroke-width='.8' opacity='.22'/%3E%3Ccircle cx='200' cy='260' r='3' fill='none' stroke='%234a7a9b' stroke-width='.8' opacity='.22'/%3E%3C/svg%3E");
    background-size: 400px 400px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
  }
  .dark .mk-hero-bg::before {
    opacity: 0.3;
  }
  .mk-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(ellipse at 75% 35%, hsl(var(--accent) / 0.06) 0%, transparent 55%), radial-gradient(ellipse at 15% 70%, hsl(var(--primary) / 0.06) 0%, transparent 45%);
    pointer-events: none;
    z-index: 0;
  }
  .mk-hero-bg > * {
    position: relative;
    z-index: 1;
  }
  .mk-hero-grid {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 3rem;
    align-items: start;
  }
  .mk-hero-prompt {
    font-family: var(--font-mono);
    font-size: 1.125rem;
    font-weight: 400;
    color: hsl(var(--muted-foreground));
    margin: 0 0 1.75rem;
    display: flex;
    align-items: center;
    gap: 0.125rem;
  }
  .mk-hero-prompt-chevron {
    color: hsl(var(--accent));
    margin-right: 0.375rem;
    font-weight: 700;
  }
  .mk-hero-prompt-cursor {
    display: inline-block;
    width: 2px;
    height: 1.2em;
    background-color: hsl(var(--accent));
    margin-left: 0.125rem;
    vertical-align: text-bottom;
    animation: mk-blink 1.1s step-end infinite;
  }
  @keyframes mk-blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .mk-hero-evidence {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    color: hsl(var(--muted-foreground));
    letter-spacing: 0.02em;
  }
  .mk-hero-evidence-item {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
  }
  .mk-hero-evidence-sep {
    display: inline-block;
    width: 1.5rem;
    height: 1px;
    background: linear-gradient(to right, hsl(var(--border)), hsl(var(--accent) / 0.5), hsl(var(--border)));
    margin: 0 0.625rem;
    flex-shrink: 0;
  }
  .mk-hero-evidence-value {
    color: hsl(var(--accent));
    font-weight: 700;
    margin-right: 0.3em;
  }
  .mk-hero-quote {
    border-left: 3px solid hsl(var(--accent));
    padding-left: 1rem;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
    color: hsl(var(--muted-foreground));
    margin: 0 0 2rem;
    max-width: 480px;
  }
  .mk-portrait {
    border-radius: var(--radius-media);
    background-color: hsl(var(--surface-subtle));
    border: 1px solid hsl(var(--border));
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mk-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: inherit;
    transition: filter 400ms ease;
  }
  .dark .mk-portrait img {
    filter: brightness(0.9) contrast(0.96);
  }
  .mk-portrait-avatar {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid hsl(var(--border));
  }
  .mk-portrait-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: filter 300ms ease;
  }
  .dark .mk-portrait-avatar img {
    filter: brightness(0.88) contrast(0.95);
  }
  .mk-portrait-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, hsl(var(--surface-subtle)) 0%, hsl(var(--paper-warm)) 100%);
  }
  .mk-platform {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.125rem;
    background-color: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: hsl(var(--foreground));
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 150ms ease;
  }
  .mk-platform:hover {
    border-color: hsl(var(--primary));
    color: hsl(var(--primary));
    box-shadow: var(--shadow-soft);
  }
  .mk-footer {
    border-top: 1px solid hsl(var(--border-subtle));
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: hsl(var(--background));
  }
  .mk-footer-copy {
    font-size: 0.8125rem;
    color: hsl(var(--muted-foreground));
    font-family: var(--font-mono);
  }
  .mk-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .mk-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .mk-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  @media (min-width: 769px) and (max-width: 1024px) {
    .mk-hero-grid {
      grid-template-columns: 1fr 220px;
      gap: 2rem;
    }
    .mk-grid-3 {
      grid-template-columns: repeat(2, 1fr);
    }
    .mk-grid-4 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 768px) {
    .mk-about-hero {
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
    .mk-about-hero > :last-child {
      order: -1;
      max-width: 260px;
      margin: 0 auto;
      width: 100%;
    }
    .mk-project-card {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .mk-project-icon {
      width: 2.75rem;
      height: 2.75rem;
    }
    .mk-project-cta {
      width: 100%;
      justify-content: center;
    }
    .mk-timeline-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.25rem;
    }
    .mk-timeline-line {
      display: none;
    }
    .mk-mobile-menu-btn {
      display: flex;
    }
    .mk-nav-links {
      display: none;
    }
    .mk-grid-2, .mk-grid-3, .mk-grid-4 {
      grid-template-columns: 1fr;
    }
    .mk-grid-2-sm {
      grid-template-columns: 1fr 1fr;
    }
    .mk-section {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .mk-section-lg {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .mk-metric-value {
      font-size: 1.5rem;
    }
    .mk-hero-grid {
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
    .mk-hero-grid .mk-portrait-wrap {
      order: -1;
      display: flex;
      justify-content: center;
    }
    .mk-hero-grid > .mk-portrait {
      order: -1;
      margin-left: auto;
      margin-right: auto;
    }
    .mk-hero-grid .mk-portrait-wrap .mk-portrait,
    .mk-hero-grid > .mk-portrait {
      width: 200px !important;
      height: 240px !important;
    }
    .mk-hero-prompt {
      font-size: 1rem;
    }
    .mk-hero-evidence {
      flex-wrap: wrap;
      gap: 0.375rem 0;
    }
    .mk-hero-evidence-sep {
      width: 1rem;
      margin: 0 0.375rem;
    }
    .mk-hero-quote {
      font-size: 0.9375rem;
    }
    .mk-shell {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
    }
  }
  @media (max-width: 375px) {
    .mk-about-meta-row {
      align-items: flex-start;
    }
    .mk-project-header {
      gap: 0.5rem;
    }
    .mk-project-title {
      font-size: 0.9375rem;
    }
    .mk-timeline-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .mk-shell {
      padding-left: 0.875rem;
      padding-right: 0.875rem;
    }
    .mk-section-lg {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .mk-hero-grid .mk-portrait-wrap .mk-portrait,
    .mk-hero-grid > .mk-portrait {
      width: 160px !important;
      height: 200px !important;
    }
    .mk-hero-prompt {
      font-size: 0.875rem;
    }
    .mk-hero-evidence {
      font-size: 0.6875rem;
    }
    .mk-hero-evidence-sep {
      width: 0.625rem;
      margin: 0 0.25rem;
    }
    .mk-hero-quote {
      font-size: 0.875rem;
      padding-left: 0.75rem;
    }
    .mk-btn {
      font-size: 0.8125rem;
      padding: 0.5rem 1rem;
    }
    .mk-eyebrow {
      font-size: 0.6875rem;
    }
    .mk-card {
      padding: 1.125rem;
    }
    .mk-nav-inner {
      height: 3rem;
    }
    .mk-logo {
      font-size: 0.875rem;
    }
    .mk-platform {
      padding: 0.75rem 0.875rem;
      font-size: 0.8125rem;
    }
    .mk-footer {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .mk-footer-copy {
      font-size: 0.75rem;
    }
  }
}
.dark svg.mk-icon {
  stroke: currentColor;
}
@media print {
  .mk-nav, .mk-footer {
    display: none;
  }
  body {
    background: white;
    color: black;
  }
}
@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;
}
@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;
    }
  }
}
