/*! tailwindcss v4.1.12 | 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-gray-700: oklch(37.3% 0.034 259.733);
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --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);
    --font-ctmfont: 'JetBrains Mono', ui-monospace, monospace;
    --color-bgPrimary: rgb(242, 242, 242);
    --color-neonGreen: rgb(56, 255, 98);
    --color-textSecondary: rgba(35, 35, 35, 0.7);
    --color-background: #F2F2F2;
    --bg-white: #FFFFFF;
    --border-color: #232323;
    --border-light: rgba(35, 35, 35, 0.1);
    --accent-primary: #38FF62;
    --accent-hover: #2AE052;
    --accent-foreground: #232323;
  }
}
@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 {
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .mb-\[95px\] {
    margin-bottom: 95px;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[112px\] {
    height: 112px;
  }
  .h-fit {
    height: fit-content;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .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));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[70px\] {
    gap: 70px;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-\[\.5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: .5px;
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-bgPrimary {
    background-color: var(--color-bgPrimary);
  }
  .bg-neonGreen {
    background-color: var(--color-neonGreen);
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pb-\[143px\] {
    padding-bottom: 143px;
  }
  .font-ctmfont {
    font-family: var(--font-ctmfont);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-neonGreen {
    color: var(--color-neonGreen);
  }
  .text-textSecondary {
    color: var(--color-textSecondary);
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow {
    --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);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-1 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .\[\&_svg\]\:pointer-events-none {
    & svg {
      pointer-events: none;
    }
  }
  .\[\&_svg\]\:size-4 {
    & svg {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .\[\&_svg\]\:shrink-0 {
    & svg {
      flex-shrink: 0;
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
:root {
  --color-background: #F2F2F2;
  --bg-white: #FFFFFF;
  --text-primary: #232323;
  --text-secondary: rgba(35, 35, 35, 0.7);
  --border-color: #232323;
  --border-light: rgba(35, 35, 35, 0.1);
  --accent-primary: #38FF62;
  --accent-hover: #2AE052;
  --accent-active: #1DC943;
  --accent-foreground: #232323;
  --color-success: #38FF62;
  --color-error: #FF3838;
  --color-warning: #FFB838;
  --color-disabled: rgba(35, 35, 35, 0.3);
  --grid-unit: 47.6px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--color-background);
  color: var(--text-primary);
  line-height: 1.5;
}
.hero-title {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(60px, 15vw, 280px);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0;
}
.header-logo {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 24px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.title-big {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(40px, 8vw, 150px);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0;
}
.text-big {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(32px, 6vw, 84px);
  font-weight: 400;
  color: var(--text-primary);
  line-height: 1.1;
  margin: 0;
}
.text-regular {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(16px, 2.5vw, 30px);
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.2;
  margin: 0;
}
.text-body {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 400;
  color: var(--text-primary);
  line-height: 1.6;
  margin: 0;
}
.label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: clamp(10px, 1.5vw, 18px);
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}
.label-small {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: clamp(8px, 1.2vw, 12px);
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
.grid-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-background);
  background-image: linear-gradient(to right, var(--border-color) 1px, transparent 1px), linear-gradient(to bottom, var(--border-color) 1px, transparent 1px);
  background-size: var(--grid-unit) var(--grid-unit);
  opacity: 0.05;
  pointer-events: none;
  z-index: -1;
}
.portfolio-container {
  min-height: 100vh;
  position: relative;
}
.portfolio-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(242, 242, 242, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-light);
  z-index: 1000;
  padding: 20px 0;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-menu {
  display: flex;
  gap: 32px;
}
.nav-link {
  color: var(--text-primary);
  text-decoration: none;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 12px;
  transition: opacity 0.15s ease;
  letter-spacing: 0.05em;
  display: inline-block;
}
.nav-link:hover {
  opacity: 0.7;
}
section {
  padding: calc(var(--grid-unit) * 3) 0;
  position: relative;
}
.section-header {
  margin-bottom: calc(var(--grid-unit) * 2);
}
.section-header .label {
  margin-bottom: 16px;
  opacity: 0.7;
}
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
}
.hero-content {
  max-width: 1200px;
}
.hero-content .label {
  margin-bottom: 24px;
  color: var(--accent-primary);
}
.hero-content .hero-title {
  margin-bottom: 32px;
}
.hero-content .text-big {
  margin-bottom: 48px;
  max-width: 800px;
  opacity: 0.8;
}
.hero-actions {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.about-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: calc(var(--grid-unit) * 2);
  align-items: start;
}
.about-text {
  max-width: 500px;
}
.about-text .text-body {
  margin-bottom: 32px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 14px;
  color: var(--text-secondary);
}
.availability-badge {
  background: var(--accent-primary);
  color: var(--accent-foreground);
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.skill-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  padding: 24px;
  transition: transform 0.2s ease;
}
.skill-card:hover {
  transform: translateY(-2px);
}
.skill-card .card-title {
  margin-bottom: 16px;
}
.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.skill-tag {
  border: 1px solid var(--border-light);
  background: transparent;
  color: var(--text-primary);
  font-size: 12px;
  padding: 4px 8px;
}
.filter-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: calc(var(--grid-unit) * 2);
  flex-wrap: wrap;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 32px;
}
.project-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  padding: 32px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(35, 35, 35, 0.1);
}
.project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.project-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}
.project-link-icon {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.project-card:hover .project-link-icon {
  opacity: 1;
}
.project-title {
  margin-bottom: 16px;
}
.project-description {
  margin-bottom: 24px;
  opacity: 0.8;
}
.project-features {
  margin-bottom: 24px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.feature-dot {
  width: 6px;
  height: 6px;
  background: var(--accent-primary);
  flex-shrink: 0;
}
.project-separator {
  margin: 24px 0;
  background: var(--border-light);
}
.project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tech-tag {
  background: rgba(35, 35, 35, 0.05);
  color: var(--text-primary);
  border: 1px solid var(--border-light);
  font-size: 11px;
  padding: 4px 8px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}
.service-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  padding: 32px;
  transition: transform 0.2s ease;
}
.service-card:hover {
  transform: translateY(-2px);
}
.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.service-number {
  color: var(--accent-primary);
}
.service-icon {
  opacity: 0.7;
}
.service-title {
  margin-bottom: 16px;
}
.service-description {
  opacity: 0.8;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 32px;
}
.testimonial-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  padding: 32px;
}
.testimonial-text {
  margin-bottom: 24px;
  font-style: italic;
  opacity: 0.9;
}
.testimonial-separator {
  margin: 24px 0;
  background: var(--border-light);
}
.testimonial-author {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.author-name {
  margin-bottom: 4px;
}
.author-role {
  opacity: 0.7;
}
.rating {
  color: var(--accent-primary);
  font-size: 16px;
}
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--grid-unit) * 2);
  align-items: center;
}
.contact-text .text-big {
  margin-bottom: 24px;
}
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 16px 32px;
}
.contact-links {
  display: flex;
  gap: 16px;
}
.contact-links .btn-ghost {
  display: flex;
  align-items: center;
  gap: 8px;
}
.portfolio-footer {
  background: var(--bg-white);
  border-top: 1px solid var(--border-light);
  padding: 48px 0;
  margin-top: calc(var(--grid-unit) * 2);
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-primary {
  background: transparent !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 0 !important;
  padding: 12px 24px !important;
  font-family: 'JetBrains Mono', ui-monospace, monospace !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--text-primary) !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
}
.btn-primary:hover {
  background: rgba(35, 35, 35, 0.05) !important;
  color: var(--text-primary) !important;
}
.btn-accent {
  background: var(--accent-primary) !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 12px 24px !important;
  font-family: 'JetBrains Mono', ui-monospace, monospace !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--accent-foreground) !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
}
.btn-accent:hover {
  background: var(--accent-hover) !important;
  color: var(--accent-foreground) !important;
  transform: scale(1.02) !important;
}
.btn-ghost {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 16px !important;
  font-family: 'JetBrains Mono', ui-monospace, monospace !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--text-primary) !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
}
.btn-ghost:hover {
  opacity: 0.7 !important;
  color: var(--text-primary) !important;
}
@media (max-width: 1024px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: calc(var(--grid-unit) * 1.5);
  }
  .contact-content {
    grid-template-columns: 1fr;
    gap: calc(var(--grid-unit) * 1.5);
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .hero-actions {
    flex-direction: column;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .filter-buttons {
    justify-content: center;
  }
  .footer-content {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .contact-links {
    justify-content: center;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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;
    }
  }
}
