/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@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;
    --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, 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 {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  color: #0f172a;
  line-height: 1.6;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1.25rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7;
}
.mini-header {
  display: none;
}
.hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
  padding: 4rem 0 3rem;
  position: relative;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}
.hero-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.profile-image {
  width: 140px;
  height: 140px;
  border-radius: 4px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .profile-image {
    margin: 0 auto;
  }
}
.hero h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: -0.03em;
}
.hero-title {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.hero-subtitle {
  opacity: 0.9;
  margin-top: -0.75rem;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }
}
.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero-stats {
    justify-content: center;
  }
}
.stat-item {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.stat-item strong {
  display: block;
  font-size: 1.25rem;
  color: white;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.stat-strong {
  position: relative;
}
.stat-label {
  position: absolute;
  top: 0.2em;
  left: 1.5rem;
  font-size: 0.55em;
  font-weight: 900;
  color: #9ca3af;
  letter-spacing: 0.05em;
}
.contact-bar {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 0;
  font-size: 0.875rem;
}
.contact-links {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact-links {
    gap: 1rem;
    justify-content: center;
  }
}
.contact-links a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #475569;
}
.contact-links a:hover {
  color: #0f172a;
}
.sticky-nav {
  position: fixed;
  left: 2rem;
  bottom: 4rem;
  z-index: 100;
}
@media (max-width: 768px) {
  .sticky-nav {
    display: none;
  }
}
.nav-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nav-link {
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 0.5rem 0.75rem;
  padding-left: 1.5rem;
  position: relative;
  border-left: 4px solid transparent;
}
.nav-link:hover, .nav-link.active {
  color: #0f172a;
}
.nav-link.active {
  border-left-color: #3b82f6;
}
main {
  padding: 3rem 0;
}
section {
  margin-bottom: 3rem;
}
section:last-child {
  margin-bottom: 0;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
h2::before {
  content: '';
  width: 4px;
  height: 1.5rem;
  background: #3b82f6;
  border-radius: 2px;
}
.experience-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e2e8f0;
}
.experience-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.experience-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 0.75rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .experience-header {
    flex-direction: column;
  }
}
.experience-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.experience-company {
  font-size: 1rem;
  color: #3b82f6;
  font-weight: 500;
}
.experience-company a {
  color: #3b82f6;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.experience-company a:hover {
  border-bottom-color: #3b82f6;
  opacity: 1;
}
.experience-meta {
  text-align: right;
  font-size: 0.875rem;
  color: #64748b;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .experience-meta {
    text-align: left;
  }
}
.experience-highlights {
  list-style: none;
  margin-top: 0.75rem;
}
.experience-highlights li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  color: #475569;
  font-size: 0.9375rem;
}
.experience-highlights li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #94a3b8;
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .skills-grid {
    grid-template-columns: 1fr;
  }
}
.skill-category h3 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 1rem;
  font-weight: 600;
}
.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.skill-tag {
  background: #f1f5f9;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #334155;
  font-weight: 500;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}
.skill-tag:hover {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}
.about-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #475569;
  text-align: justify;
}
.about-text p {
  margin-bottom: 1rem;
}
.about-text p:last-child {
  margin-bottom: 0;
}
footer {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.6);
  padding: 1rem 0;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 3rem;
}
.text-muted {
  color: #475569;
}
.text-secondary {
  color: #64748b;
}
.text-primary {
  color: #3b82f6;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 0.9375rem;
}
.mt-sm {
  margin-top: 0.75rem;
}
.mt-md {
  margin-top: 1rem;
}
.mt-lg {
  margin-top: 1.5rem;
}
.mt-xl {
  margin-top: 2rem;
}
.link-primary {
  color: #3b82f6;
  text-decoration: underline;
}
.project-description, .fun-time-text {
  color: #475569;
  font-size: 0.9375rem;
  margin-top: 0.75rem;
}
.fun-time-image, .project-logo {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  display: block;
  max-width: 50%;
  height: 250px;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}
.fun-time-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.fun-time-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.fun-time-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.fun-time-grid .fun-time-image {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 250px;
  object-fit: contain;
  object-position: center;
  background: #f8fafc;
}
@media (max-width: 768px) {
  .fun-time-image, .project-logo {
    max-width: 100%;
  }
  .fun-time-grid-2, .fun-time-grid-3 {
    grid-template-columns: 1fr;
  }
}
.project-highlights {
  margin-top: 0.75rem;
}
.projects-footer {
  color: #64748b;
  font-size: 0.875rem;
  margin-top: 2rem;
  font-style: italic;
}
.projects-footer a, .fun-time-link {
  color: #3b82f6;
  text-decoration: underline;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  @page {
    size: A4 portrait;
    margin: 0;
  }
  html, body {
    height: 100%;
    margin: 0;
  }
  body > div {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .mini-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mini-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
  }
  .mini-header-content > div {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .mini-header-content strong {
    font-size: 0.875rem;
    font-weight: 600;
  }
  .mini-header-content span {
    opacity: 0.8;
  }
  .mini-header-contact {
    display: flex;
    gap: 1.5rem;
  }
  main {
    flex: 1;
    padding: 2em 4em;
    padding-top: 4rem;
    box-decoration-break: clone;
  }
  .hero {
    page-break-after: avoid;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    -webkit-print-color-adjust: exact !important;
    position: relative;
    z-index: 1001;
    margin-top: -3rem;
  }
  .contact-bar {
    page-break-after: avoid;
  }
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  section {
    page-break-inside: avoid;
  }
  .experience-item {
    page-break-inside: avoid;
  }
  .skill-category {
    page-break-inside: avoid;
  }
}
