/*! tailwindcss v4.1.18 | 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-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --spacing: 0.25rem;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --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 {
  .relative {
    position: relative;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .flex {
    display: flex;
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-full {
    height: 100%;
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-full {
    width: 100%;
  }
  .flex-col {
    flex-direction: column;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .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)));
    }
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .object-cover {
    object-fit: cover;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
}
:root {
  --sidebar-width: 340px;
  --content-width: 824px;
  --max-width: 1800px;
  --main-gap: 50px;
  --container-padding: 60px;
  --grid-gap: 24px;
  --radius: 32px;
  --bg-color: #ffffff;
  --text-primary: #111111;
  --text-secondary: #666666;
  --card-bg: #ffffff;
  --card-border: #f0f0f0;
  --btn-bg: #ffffff;
  --btn-border: #e5e7eb;
  --btn-hover: #f9fafb;
  --tag-bg: rgba(255, 255, 255, 0.9);
  --tag-text: #111111;
  --link-color: #111111;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #111111;
    --text-primary: #ffffff;
    --text-secondary: #a1a1aa;
    --card-bg: #1a1a1a;
    --card-border: #333333;
    --btn-bg: #1a1a1a;
    --btn-border: #333333;
    --btn-hover: #27272a;
    --tag-bg: rgba(0, 0, 0, 0.6);
    --tag-text: #ffffff;
    --link-color: #ffffff;
  }
}
body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: var(--bg-color);
  margin: 0;
  padding: 0;
  color: var(--text-primary);
  transition: background-color 0.3s, color 0.3s;
}
.wrapper {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--container-padding);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(20px, 5vw, var(--main-gap));
}
.sidebar {
  width: var(--sidebar-width);
  flex-shrink: 0;
  min-width: 280px;
  position: sticky;
  top: var(--container-padding);
}
.profile-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  margin-bottom: 24px;
}
.profile-bio {
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625;
}
.profile-link {
  color: var(--link-color);
  text-decoration: none;
  transition: opacity 0.2s;
  cursor: pointer;
}
.profile-link:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.location-tag {
  display: inline-block;
  margin-top: 12px;
  background-color: var(--btn-hover);
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.875rem;
  border: 1px solid var(--btn-border);
  color: var(--text-primary);
}
.sidebar-header {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px 0;
  padding-left: 2px;
  text-align: left;
}
.content {
  width: var(--content-width);
  min-width: var(--content-width);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-header h2 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  padding-left: var(--radius);
}
.bento-grid {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
}
.card {
  background-color: var(--card-bg);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--card-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s, box-shadow 0.2s;
  display: block;
  text-decoration: none;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.card:hover img {
  transform: scale(1.03);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.size-1x1 {
  grid-column: span 1;
  grid-row: span 1;
  aspect-ratio: 1/1;
}
.size-2x1 {
  grid-column: span 2;
  grid-row: span 1;
  aspect-ratio: 2/1;
}
.size-1x2 {
  grid-column: span 1;
  grid-row: span 2;
  aspect-ratio: 1/2;
}
.size-2x2 {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 1/1;
}
.tag {
  background: var(--tag-bg);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  color: var(--tag-text);
  position: absolute;
  bottom: 20px;
  left: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.btn-social {
  width: 100%;
  height: 56px;
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border);
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  color: var(--text-primary);
  transition: all 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.btn-social:hover {
  background-color: var(--btn-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.btn-social:active {
  transform: scale(0.98);
}
@media (max-width: 1200px) {
  .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .sidebar {
    width: 400px;
    min-width: 400px;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .contacts-area {
    width: 100%;
    text-align: left;
  }
  .content {
    width: 400px;
    min-width: 400px;
  }
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .size-2x1 {
    grid-column: span 2;
    aspect-ratio: 2/1;
  }
  .size-2x2 {
    grid-column: span 2;
    aspect-ratio: 1/1;
  }
  .size-1x2 {
    grid-column: span 1;
    grid-row: span 2;
    aspect-ratio: 1/2;
  }
  .size-1x1 {
    grid-column: span 1;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 500px) {
  .wrapper {
    padding: 20px;
  }
  .sidebar {
    width: 100%;
    min-width: 0;
  }
  .content {
    width: 100%;
    min-width: 0;
  }
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .size-1x1 {
    grid-column: span 1;
    aspect-ratio: 1/1;
  }
  .size-2x1 {
    grid-column: span 2;
    aspect-ratio: 2/1;
  }
  .size-1x2 {
    grid-column: span 1;
    grid-row: span 2;
    aspect-ratio: 1/2;
  }
  .size-2x2 {
    grid-column: span 2;
    aspect-ratio: 1/1;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --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;
    }
  }
}
