/*! tailwindcss v4.3.1 | 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: "JetBrains Mono", monospace;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, 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 {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .top-0 {
    top: 0;
  }
  .right-0 {
    right: 0;
  }
  .left-0 {
    left: 0;
  }
  .z-50 {
    z-index: 50;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .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,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .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));
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
}
:root {
  --bg: #0d0b08;
  --surface: #161210;
  --surface-2: #1e1a16;
  --border: #2b2520;
  --accent: #e8892a;
  --accent-light: #fdba74;
  --text: #f5efe8;
  --muted: #9a8878;
  --dim: #665548;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
p, li, .feature-row, .contact-row p, .tl-item li, .card p, .card-featured p, #hero p, .section-title + p {
  text-align: justify;
  text-justify: inter-word;
}
h1, h2, h3, h4, h5, h6, .section-tag, .section-title, .avail-badge, .skill-badge, .tech-tag, .badge-new, .badge-archived, .badge-ongoing, .btn, .nav-link, .bottom-nav-item, .code-block, .contact-icon, .feature-check {
  text-align: left;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: var(--bg);
}
::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--dim);
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .pulse {
    animation: none !important;
  }
  .bounce {
    animation: none !important;
  }
}
.nav-glass {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(13, 11, 8, 0.9);
  border-bottom: 1px solid rgba(43, 37, 32, 0.7);
}
.nav-link {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-link:hover {
  color: var(--text);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, opacity 0.2s;
  padding: 11px 22px;
}
.btn-primary {
  background: var(--accent);
  color: #0d0b08;
  border: 1px solid transparent;
  font-weight: 600;
}
.btn-primary:hover {
  background: #d97d22;
}
.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-secondary:hover {
  border-color: var(--muted);
  background: var(--surface);
}
.btn-sm {
  font-size: 13px;
  padding: 7px 16px;
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.card:hover {
  border-color: rgba(232, 137, 42, 0.4);
  box-shadow: 0 0 0 1px rgba(232, 137, 42, 0.06), 0 8px 28px rgba(0, 0, 0, 0.36);
}
.card-featured {
  background: linear-gradient(140deg, #161210 0%, #1d1408 100%);
  border: 1px solid rgba(232, 137, 42, 0.22);
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.card-featured:hover {
  border-color: rgba(232, 137, 42, 0.48);
  box-shadow: 0 0 0 1px rgba(232, 137, 42, 0.1), 0 8px 32px rgba(232, 137, 42, 0.06);
}
.skill-badge {
  display: inline-block;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 5px 13px;
  font-size: 13px;
  font-family: "JetBrains Mono", monospace;
  color: var(--text);
  transition: border-color 0.2s, background 0.2s;
}
.skill-badge:hover {
  border-color: var(--accent);
  background: rgba(232, 137, 42, 0.07);
}
.tech-tag {
  background: rgba(232, 137, 42, 0.1);
  color: var(--accent-light);
  border: 1px solid rgba(232, 137, 42, 0.2);
  border-radius: 3px;
  padding: 2px 9px;
  font-size: 12px;
  font-family: "JetBrains Mono", monospace;
}
.badge-new {
  background: rgba(232, 137, 42, 0.12);
  color: var(--accent-light);
  border: 1px solid rgba(232, 137, 42, 0.28);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12px;
  font-family: "JetBrains Mono", monospace;
}
.badge-archived {
  background: rgba(102, 85, 72, 0.18);
  color: var(--dim);
  border: 1px solid rgba(102, 85, 72, 0.3);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12px;
  font-family: "JetBrains Mono", monospace;
}
.badge-ongoing {
  background: rgba(232, 137, 42, 0.1);
  color: var(--accent-light);
  border: 1px solid rgba(232, 137, 42, 0.22);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12px;
}
.section-tag {
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: -0.02em;
  color: var(--text);
  margin-top: 6px;
  margin-bottom: 48px;
}
.avail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 137, 42, 0.07);
  border: 1px solid rgba(232, 137, 42, 0.2);
  color: var(--accent-light);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 13px;
}
.pulse {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.hero-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient( circle, rgba(232, 137, 42, 0.22) 1px, transparent 1px );
  background-size: 28px 28px;
  mask-image: radial-gradient( ellipse 75% 75% at 65% 35%, black 30%, transparent 100% );
  -webkit-mask-image: radial-gradient( ellipse 75% 75% at 65% 35%, black 30%, transparent 100% );
}
.tl-item {
  position: relative;
  padding-left: 26px;
}
.tl-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--accent);
}
.tl-item::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 20px;
  width: 1px;
  bottom: -20px;
  background: var(--border);
}
.tl-item:last-child::after {
  display: none;
}
.code-block {
  background: #0a0805;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 10px 16px;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  color: var(--accent-light);
  display: flex;
  align-items: center;
  gap: 10px;
}
.code-block .prompt {
  color: var(--dim);
  user-select: none;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-icon {
  background: rgba(232, 137, 42, 0.08);
  border: 1px solid rgba(232, 137, 42, 0.18);
  border-radius: 8px;
  padding: 10px;
  flex-shrink: 0;
}
#mobile-menu {
  display: none;
}
#mobile-menu.open {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 24px 20px;
  border-top: 1px solid rgba(43, 37, 32, 0.6);
  background: rgba(13, 11, 8, 0.98);
}
@keyframes bounce-y {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
.bounce {
  animation: bounce-y 1.6s ease-in-out infinite;
}
.feature-row {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.feature-check {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 1px;
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: space-around;
  background: rgba(13, 11, 8, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(43, 37, 32, 0.8);
  padding: 6px 0 env(safe-area-inset-bottom, 6px) 0;
  height: 62px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.6);
}
.bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
  color: var(--dim);
  transition: color 0.2s;
  padding: 2px 8px;
  border-radius: 6px;
  min-width: 48px;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.bottom-nav-item svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s;
}
.bottom-nav-item .nav-label {
  font-size: 9px;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dim);
  transition: color 0.2s;
  line-height: 1.2;
  margin-top: 1px;
}
.bottom-nav-item:hover, .bottom-nav-item:focus {
  color: var(--text);
}
.bottom-nav-item:hover .nav-label, .bottom-nav-item:focus .nav-label {
  color: var(--text);
}
.bottom-nav-item.active {
  color: var(--accent-light);
}
.bottom-nav-item.active .nav-label {
  color: var(--accent-light);
}
.bottom-nav-item.active::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
}
.bottom-nav-spacer {
  display: none !important;
}
@media (max-width: 767px) {
  .nav-glass {
    display: none !important;
  }
  .bottom-nav {
    display: flex !important;
  }
  #mobile-menu {
    display: none !important;
  }
  #hero {
    padding-top: 24px !important;
    padding-bottom: 32px !important;
    min-height: auto !important;
  }
  body {
    padding-bottom: 72px !important;
  }
  section:last-of-type {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .bottom-nav {
    display: none !important;
  }
  body {
    padding-bottom: 0 !important;
  }
  #hero {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
    min-height: 100vh !important;
  }
}
@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;
    }
  }
}
