/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "IRANYekanX",Tahoma,sans-serif;
    --font-serif: "IRANYekanX",Tahoma,sans-serif;
    --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);
    --color-primary: #4B583F;
    --color-primary-100: #E6EBDD;
    --color-primary-600: #46523B;
    --color-primary-800: #3C4733;
    --color-ink: #1F1F1C;
    --color-line: #E8E3DA;
    --color-paper: #F7F5F0;
    --color-surface: #FFFDF8;
  }
}
@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 {
  .static {
    position: static;
  }
  .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;
    }
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .block {
    display: block;
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: inherit;
  }
  button,input {
    font: inherit;
  }
  ::selection {
    background: var(--color-primary-100);
    color: var(--color-ink);
  }
}
@layer components {
  .memoir-frame {
    min-height: 100vh;
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 330px minmax(0,1fr);
    direction: ltr;
    border-inline: 1px solid var(--color-line);
    background: var(--color-paper);
  }
  .memoir-sidebar,.memoir-main {
    direction: rtl;
  }
  .memoir-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 42px 30px 28px;
    border-right: 1px solid var(--color-line);
    background: rgba(255,253,248,.78);
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
  }
  .identity {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 16px;
    align-items: center;
  }
  .profile-photo-wrap,.avatar-mark {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(50,48,43,.12);
  }
  .profile-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .avatar-mark {
    background: var(--color-ink);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: var(--font-serif);
    font-size: 1.75rem;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  }
  .identity h2 {
    margin: 0;
    font: 700 1.34rem/1.25 var(--font-serif);
  }
  .identity-en {
    margin-top: 2px;
    color: #5f5a53;
    font-size: .76rem;
    direction: ltr;
    text-align: right;
  }
  .identity-role-fa {
    margin: 7px 0 0;
    color: var(--color-primary);
    font-size: .72rem;
    line-height: 1.5;
  }
  .identity-role-en {
    margin: 2px 0 0;
    color: #938d84;
    font-size: .65rem;
    direction: ltr;
    text-align: right;
    line-height: 1.4;
  }
  .sidebar-nav {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--color-line);
  }
  .sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2px;
  }
  .sidebar-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 9px 0;
    color: #4f4c47;
    font-size: .9rem;
    transition: .2s ease;
  }
  .sidebar-nav a span {
    display: flex;
    align-items: baseline;
    gap: 7px;
  }
  .sidebar-nav a small {
    font-size: .64rem;
    color: #aaa49b;
    font-weight: 400;
    direction: ltr;
  }
  .sidebar-nav a b {
    font-size: .65rem;
    color: #aaa49b;
    font-weight: 500;
  }
  .sidebar-nav a:hover {
    color: var(--color-primary);
    padding-right: 5px;
  }
  .sidebar-label {
    margin: 26px 0 8px;
    color: #9a958d;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .07em;
  }
  .find-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .find-links span,.find-links a {
    font-size: .75rem;
    color: #57534d;
    direction: ltr;
    text-decoration: none;
  }
  .find-links a {
    border-bottom: 1px solid transparent;
  }
  .find-links a:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .pinned-card {
    margin-top: 25px;
    padding: 15px 0;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    text-decoration: none;
    display: block;
  }
  .pinned-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--color-primary);
    font-size: .7rem;
    font-weight: 700;
  }
  .pinned-card strong {
    display: block;
    margin-top: 7px;
    font: 700 1rem/1.55 var(--font-serif);
  }
  .sidebar-bottom {
    margin-top: auto;
    padding-top: 24px;
    color: #9a958d;
    font-size: .72rem;
    line-height: 1.8;
  }
  .memoir-main {
    padding: 0 clamp(28px,5vw,78px) 42px;
    min-width: 0;
  }
  .topline {
    min-height: 74px;
    border-bottom: 1px solid var(--color-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  .topline span {
    color: #8a857d;
    font-size: .78rem;
  }
  .mini-subscribe {
    text-decoration: none;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: .76rem;
    transition: .2s ease;
  }
  .mini-subscribe small {
    font-size: .62rem;
    color: #9b958c;
    margin-right: 5px;
    direction: ltr;
  }
  .mini-subscribe:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
  .hero {
    padding: 72px 0 54px;
    max-width: 900px;
  }
  .desk-note {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8a857d;
    font-size: .78rem;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
  .desk-note small {
    font-size: .62rem;
    letter-spacing: .08em;
    color: #aaa49b;
    direction: ltr;
  }
  .desk-note:before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--color-primary);
  }
  .hero h1 {
    margin: 0;
    max-width: 830px;
    font: 700 clamp(3rem,6vw,6.2rem)/1.08 var(--font-serif);
    letter-spacing: -.025em;
  }
  .hero h1 em {
    font-style: normal;
    color: var(--color-primary);
  }
  .hero-en {
    margin-top: 14px;
    color: #918b82;
    font-size: .86rem;
    direction: ltr;
    text-align: right;
    letter-spacing: .01em;
  }
  .hero-copy {
    max-width: 650px;
    margin: 24px 0 0;
    color: #55514b;
    font-size: 1.03rem;
    line-height: 2;
  }
  .newsletter-soon {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    padding: 11px 14px;
    border-radius: 999px;
  }
  .newsletter-soon strong {
    font-size: .8rem;
    font-weight: 700;
  }
  .newsletter-soon small {
    font-size: .66rem;
    color: #625e57;
    direction: ltr;
  }
  .newsletter-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--color-primary);
    box-shadow: 0 0 0 5px rgba(110,127,91,.12);
  }
  .no-spam {
    margin: 10px 0 0;
    color: #625e57;
    font-size: .68rem;
    max-width: 560px;
  }
  .no-spam span {
    direction: ltr;
    display: inline-block;
    margin-right: 5px;
    color: #625e57;
  }
  .filter-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
  }
  .filter-chip {
    border: 1px solid transparent;
    background: transparent;
    padding: 7px 11px;
    border-radius: 999px;
    color: #767168;
    font-size: .75rem;
    text-decoration: none;
  }
  .filter-chip small {
    font-size: .62rem;
    margin-right: 4px;
    color: #aaa49b;
    direction: ltr;
  }
  .filter-chip.active {
    background: var(--color-ink);
    color: #fff;
  }
  .filter-chip.active small {
    color: #d8d4cd;
  }
  .post-list {
    display: grid;
  }
  .post-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px solid var(--color-line);
    text-decoration: none;
    transition: .2s ease;
  }
  .post-row:hover {
    transform: translateX(4px);
  }
  .post-row h2 {
    margin: 0 0 8px;
    font: 700 clamp(1.25rem,2vw,1.7rem)/1.45 var(--font-serif);
  }
  .post-row p {
    margin: 0;
    color: #77736c;
    font-size: .86rem;
    line-height: 1.85;
    max-width: 690px;
  }
  .post-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
    color: #9a958d;
    font-size: .69rem;
  }
  .post-index {
    width: 44px;
    height: 44px;
    border: 1px solid var(--color-line);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #8b867e;
    font-size: .72rem;
  }
  .empty-note {
    padding: 30px 0;
    color: #7c776f;
    line-height: 1.9;
    border-bottom: 1px solid var(--color-line);
  }
  .category-counts {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    margin: 34px 0 10px;
  }
  .category-count-card {
    min-height: 150px;
    padding: 20px;
    border: 1px solid var(--color-line);
    border-radius: 20px;
    background: rgba(255,253,248,.52);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .28s cubic-bezier(.2,.8,.2,1),border-color .28s ease,box-shadow .28s ease,background .28s ease;
  }
  .category-count-card:hover {
    transform: translateY(-5px);
    border-color: rgba(70,82,59,.34);
    box-shadow: 0 16px 34px rgba(31,31,28,.07);
    background: rgba(255,253,248,.86);
  }
  .category-count-label {
    font-size: .78rem;
    color: #625e57;
  }
  .category-count-number {
    display: block;
    margin: 10px 0 4px;
    font: 700 clamp(2.4rem,4vw,4.2rem)/1 var(--font-serif);
    letter-spacing: -.04em;
    color: var(--color-ink);
    font-variant-numeric: tabular-nums;
  }
  .category-count-card small {
    font-size: .68rem;
    color: #8f8a82;
  }
  .ai-spotlight {
    margin-top: 64px;
    padding: 34px;
    border: 1px solid rgba(110,127,91,.28);
    border-radius: 24px;
    background: linear-gradient(135deg,rgba(110,127,91,.13),rgba(255,253,248,.82));
    box-shadow: 0 18px 50px rgba(54,66,44,.06);
  }
  .ai-spotlight-kicker {
    color: var(--color-primary);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .16em;
    margin-bottom: 18px;
    direction: ltr;
    text-align: right;
  }
  .ai-spotlight-grid {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 34px;
    align-items: start;
  }
  .ai-spotlight h2 {
    margin: 0;
    font: 700 clamp(2rem,3.7vw,3.7rem)/1.2 var(--font-serif);
    max-width: 700px;
  }
  .ai-spotlight h2 span {
    color: var(--color-primary);
  }
  .ai-spotlight p {
    margin: 0;
    color: #514d47;
    font-size: .95rem;
    line-height: 2;
    max-width: 480px;
  }
  .ai-spotlight a {
    display: inline-block;
    margin-top: 18px;
    color: var(--color-primary);
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
  }
  .ai-chip {
    border-color: rgba(110,127,91,.35);
    color: var(--color-primary);
    background: rgba(110,127,91,.08);
  }
  .hero-copy strong {
    color: var(--color-primary);
    font-weight: 700;
  }
  .about-snapshot {
    margin-top: 72px;
    padding: 42px 0;
    border-top: 1px solid var(--color-line);
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 30px;
  }
  .about-snapshot-label {
    color: #99948c;
    font-size: .72rem;
  }
  .about-snapshot-body p {
    margin: 0;
    max-width: 760px;
    font: 600 clamp(1.35rem,2.4vw,2.15rem)/1.65 var(--font-serif);
    color: #3e3b36;
  }
  .about-snapshot-body a {
    display: inline-block;
    margin-top: 20px;
    color: var(--color-primary);
    font-size: .82rem;
    text-decoration: none;
  }
  .topics-section {
    margin-top: 28px;
    padding-top: 42px;
    border-top: 1px solid var(--color-line);
  }
  .topics-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    margin-bottom: 18px;
  }
  .topics-head span {
    font: 700 1.7rem/1.3 var(--font-serif);
  }
  .topics-head small {
    color: #99948c;
    font-size: .72rem;
  }
  .topics-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border-top: 1px solid var(--color-line);
    border-left: 1px solid var(--color-line);
  }
  .topic-card {
    min-height: 180px;
    padding: 24px;
    border-right: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    background: rgba(255,253,248,.35);
  }
  .topic-card.ai-topic {
    background: linear-gradient(145deg,rgba(110,127,91,.12),rgba(255,253,248,.42));
    box-shadow: inset 3px 0 0 var(--color-primary);
  }
  .topic-card.ai-topic strong {
    color: var(--color-primary);
  }
  .topic-card span {
    display: block;
    color: #aaa49b;
    font-size: .68rem;
    margin-bottom: 26px;
  }
  .topic-card strong {
    display: block;
    font: 700 1.25rem/1.4 var(--font-serif);
  }
  .topic-card p {
    margin: 9px 0 0;
    color: #77736c;
    font-size: .83rem;
    line-height: 1.8;
    max-width: 340px;
  }
  .mission {
    margin: 76px 0 0;
    padding: 48px 0;
    border-top: 1px solid var(--color-line);
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 30px;
    align-items: start;
  }
  .mission small {
    color: #99948c;
    font-size: .7rem;
  }
  .mission h2 {
    margin: 0;
    max-width: 760px;
    font: 700 clamp(2rem,4.2vw,4.2rem)/1.18 var(--font-serif);
  }
  .mission h2 span {
    color: var(--color-primary);
  }
  .footer-note {
    margin-top: 70px;
    padding-top: 22px;
    border-top: 1px solid var(--color-line);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    color: #77736c;
    font-size: .72rem;
  }
  .identity-role-en,.sidebar-nav a small,.sidebar-nav a b,.sidebar-label,.sidebar-bottom,.mini-subscribe small,.desk-note,.desk-note small,.topline span,.hero-en,.no-spam,.no-spam span,.filter-chip,.filter-chip small,.post-row p,.post-meta,.post-index,.empty-note,.single-meta,.section-kicker,.topics-head small,.about-snapshot-label,.about-quote small,.about-lead-en,.contact-en,.about-quote p,.contact-note small,.contact-grid em,.contact-grid article>span,.principles-grid article span,.topic-card span,.topic-card p,.author-card span,.author-card strong small,.footer-note {
    color: #625e57;
  }
  .identity-role-fa,.pinned-badge,.section-head a,.ai-spotlight-kicker,.ai-spotlight a,.about-snapshot-body a,.contact-action,.filter-chip.ai-chip,.hero-copy strong {
    color: var(--color-primary-600);
  }
  .demo-row {
    cursor: default;
  }
  .reading-progress {
    position: fixed;
    inset: 0 0 auto 0;
    height: 3px;
    background: transparent;
    z-index: 1000;
  }
  .reading-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--color-primary);
    transition: width .08s linear;
  }
  .single-article {
    max-width: 850px;
    padding: 70px 0 24px;
  }
  .single-header h1 {
    margin: 0;
    font: 700 clamp(2.8rem,5.5vw,5.3rem)/1.13 var(--font-serif);
    letter-spacing: -.02em;
  }
  .single-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
    color: #9a958d;
    font-size: .75rem;
  }
  .single-cover {
    margin: 38px 0 0;
  }
  .single-cover img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
  }
  .memoir-prose {
    max-width: 760px;
    margin-top: 38px;
    color: #4f4b45;
    font-size: 1.04rem;
    line-height: 2.15;
  }
  .article-language.article-en {
    display: none;
  }
  body.lang-en .article-language.article-fa {
    display: none;
  }
  body.lang-en .article-language.article-en {
    display: block;
    direction: ltr;
    text-align: left;
  }
  body.lang-en .article-language.article-en p,body.lang-en .article-language.article-en h2,body.lang-en .article-language.article-en h3,body.lang-en .article-language.article-en blockquote {
    direction: ltr;
    text-align: left;
  }
  .memoir-prose h2,.memoir-prose h3,.memoir-prose h4 {
    font-family: var(--font-serif);
    color: var(--color-ink);
    line-height: 1.45;
    margin-top: 2em;
  }
  .memoir-prose h2 {
    font-size: 2rem;
  }
  .memoir-prose h3 {
    font-size: 1.55rem;
  }
  .memoir-prose p {
    margin: 0 0 1.4em;
  }
  .memoir-prose a {
    color: var(--color-primary);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  .memoir-prose blockquote {
    margin: 2em 0;
    padding: 4px 20px 4px 0;
    border-right: 3px solid var(--color-primary);
    color: #69645c;
    font-family: var(--font-serif);
    font-size: 1.22rem;
  }
  .memoir-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
  }
  .author-card {
    max-width: 760px;
    margin-top: 46px;
    padding: 22px;
    border: 1px solid var(--color-line);
    border-radius: 20px;
    background: rgba(255,253,248,.7);
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    align-items: start;
  }
  .author-card-photo {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    overflow: hidden;
    background: #eee;
  }
  .author-card-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .author-card span {
    display: block;
    color: #9a958c;
    font-size: .65rem;
    letter-spacing: .08em;
  }
  .author-card strong {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
  }
  .author-card strong small {
    font-size: .68rem;
    color: #8d887f;
    font-weight: 400;
    margin-right: 5px;
    direction: ltr;
  }
  .author-card p {
    margin: 8px 0 0;
    color: #69645d;
    font-size: .82rem;
    line-height: 1.8;
  }
  .article-newsletter {
    max-width: 760px;
    margin-top: 28px;
    padding: 26px;
    border-radius: 20px;
    background: var(--color-ink);
    color: #fff;
  }
  .article-newsletter small {
    color: #b7c4a7;
    letter-spacing: .12em;
  }
  .article-newsletter h2 {
    margin: 8px 0 0;
    font: 700 1.6rem/1.5 var(--font-serif);
  }
  .article-newsletter p {
    margin: 6px 0 0;
    color: #cfcac2;
    font-size: .82rem;
  }
  .article-tags {
    max-width: 760px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid var(--color-line);
  }
  .article-tags a {
    font-size: .74rem;
    text-decoration: none;
    color: #6d685f;
    border: 1px solid var(--color-line);
    padding: 6px 10px;
    border-radius: 999px;
  }
  .post-nav {
    max-width: 850px;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid var(--color-line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .post-nav div:last-child {
    text-align: left;
  }
  .post-nav a {
    color: #5f5b54;
    text-decoration: none;
    font-size: .82rem;
    line-height: 1.7;
  }
  .post-nav a:hover {
    color: var(--color-primary);
  }
  .search-form {
    display: flex;
    gap: 8px;
  }
  .search-form label {
    flex: 1;
  }
  .search-form input[type="search"] {
    width: 100%;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    border-radius: 12px;
    padding: 11px 13px;
    outline: none;
  }
  .search-form input[type="submit"] {
    border: 0;
    border-radius: 12px;
    background: var(--color-ink);
    color: #fff;
    padding: 11px 16px;
  }
  .about-page,.contact-page,.blog-page {
    padding-bottom: 24px;
  }
  .about-hero {
    display: grid;
    grid-template-columns: minmax(0,1fr) 300px;
    gap: 52px;
    align-items: end;
    padding: 70px 0 58px;
    border-bottom: 1px solid var(--color-line);
  }
  .about-copy h1,.contact-hero h1 {
    margin: 0;
    max-width: 820px;
    font: 700 clamp(2.9rem,5.5vw,5.5rem)/1.12 var(--font-serif);
    letter-spacing: -.025em;
  }
  .about-copy h1 em,.contact-hero h1 em {
    font-style: normal;
    color: var(--color-primary);
  }
  .about-lead {
    max-width: 700px;
    margin: 24px 0 0;
    color: #5f5b54;
    font-size: 1.03rem;
    line-height: 2.05;
  }
  .about-lead-en,.contact-en {
    max-width: 700px;
    margin: 12px 0 0;
    color: #9a958c;
    font-size: .82rem;
    line-height: 1.8;
    direction: ltr;
    text-align: right;
  }
  .about-photo {
    margin: 0;
    aspect-ratio: 4/5;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
  }
  .about-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-columns {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 44px;
    padding: 52px 0;
    border-bottom: 1px solid var(--color-line);
  }
  .section-kicker {
    color: #9a958c;
    font-size: .7rem;
    letter-spacing: .06em;
  }
  .about-columns h2 {
    margin: 12px 0 0;
    font: 700 clamp(1.8rem,3vw,3rem)/1.45 var(--font-serif);
  }
  .about-columns p {
    margin: 0 0 18px;
    color: #625e57;
    line-height: 2.05;
    max-width: 720px;
  }
  .principles-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border-top: 1px solid var(--color-line);
    border-left: 1px solid var(--color-line);
    margin-top: 44px;
  }
  .principles-grid article {
    min-height: 190px;
    padding: 26px;
    border-right: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    background: rgba(255,253,248,.34);
  }
  .principles-grid article span {
    display: block;
    color: #aaa49b;
    font-size: .68rem;
    margin-bottom: 28px;
  }
  .principles-grid h3 {
    margin: 0;
    font-size: 1rem;
    direction: ltr;
    text-align: right;
  }
  .principles-grid p {
    margin: 10px 0 0;
    color: #55514b;
    line-height: 1.85;
    font-size: .86rem;
  }
  .about-quote {
    padding: 62px 0 18px;
    max-width: 880px;
  }
  .about-quote small {
    color: var(--color-primary);
    letter-spacing: .12em;
  }
  .about-quote blockquote {
    margin: 18px 0 8px;
    font: 700 clamp(2rem,4vw,4rem)/1.45 var(--font-serif);
    border: 0;
    padding: 0;
    color: var(--color-ink);
  }
  .about-quote p {
    margin: 0;
    color: #9a958c;
    direction: ltr;
    text-align: right;
    font-size: .82rem;
  }
  .contact-hero {
    padding: 82px 0 52px;
    max-width: 900px;
  }
  .contact-hero>p:not(.contact-en) {
    max-width: 700px;
    margin: 24px 0 0;
    color: #625e57;
    line-height: 2;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    border-top: 1px solid var(--color-line);
    border-left: 1px solid var(--color-line);
  }
  .contact-grid article {
    padding: 26px;
    min-height: 260px;
    border-right: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    background: rgba(255,253,248,.34);
    animation: contact-card-reveal .62s cubic-bezier(.2,.7,.2,1) both;
  }
  .contact-grid article:nth-child(1) {
    animation-delay: .06s;
  }
  .contact-grid article:nth-child(2) {
    animation-delay: .16s;
  }
  .contact-grid article:nth-child(3) {
    animation-delay: .26s;
  }
  .contact-grid article>span {
    display: block;
    color: #aaa49b;
    font-size: .68rem;
    margin-bottom: 24px;
  }
  .contact-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin: 0 0 20px auto;
    border: 1px solid rgba(70,82,59,.22);
    border-radius: 14px;
    background: rgba(70,82,59,.06);
    color: var(--color-primary-600);
    animation: contact-icon-reveal .7s cubic-bezier(.2,.8,.2,1) both;
    transition: transform .28s cubic-bezier(.2,.8,.2,1),border-color .28s ease,background .28s ease,box-shadow .28s ease;
  }
  .contact-grid article:nth-child(1) .contact-icon {
    animation-delay: .18s;
  }
  .contact-grid article:nth-child(2) .contact-icon {
    animation-delay: .28s;
  }
  .contact-grid article:nth-child(3) .contact-icon {
    animation-delay: .38s;
  }
  .contact-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .28s ease,stroke-width .28s ease;
  }
  .contact-grid article:hover .contact-icon {
    transform: translateY(-5px) scale(1.06) rotate(2deg);
    border-color: rgba(70,82,59,.42);
    background: rgba(70,82,59,.11);
    box-shadow: 0 10px 24px rgba(70,82,59,.12);
  }
  .contact-grid article:hover .contact-icon svg {
    transform: scale(1.06);
    stroke-width: 1.9;
  }
  .contact-grid strong {
    display: block;
    font-size: 1.15rem;
    direction: ltr;
    text-align: right;
  }
  .contact-grid p {
    margin: 12px 0 0;
    color: #55514b;
    line-height: 1.85;
    font-size: .86rem;
  }
  .contact-grid em {
    display: block;
    margin-top: 28px;
    color: #aaa49b;
    font-style: normal;
    font-size: .7rem;
    line-height: 1.7;
  }
  .contact-action {
    display: inline-block;
    margin-top: 26px;
    color: var(--color-primary);
    font-size: .76rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(110,127,91,.35);
    padding-bottom: 2px;
    transition: transform .22s ease,color .22s ease,border-color .22s ease;
  }
  .contact-action:hover {
    transform: translateX(-3px);
    color: var(--color-primary-800);
    border-color: var(--color-primary-600);
  }
  @keyframes contact-card-reveal {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes contact-icon-reveal {
    0% {
      opacity: 0;
      transform: translateY(10px) scale(.72) rotate(-7deg);
    }
    70% {
      opacity: 1;
      transform: translateY(-2px) scale(1.04) rotate(1deg);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    .contact-grid article,.contact-icon {
      animation: none;
    }
    .contact-icon,.contact-icon svg,.contact-action {
      transition: none;
    }
  }
  .contact-note {
    margin-top: 48px;
    padding: 30px;
    border: 1px solid rgba(110,127,91,.25);
    border-radius: 20px;
    background: rgba(110,127,91,.07);
  }
  .contact-note div {
    font: 700 1.3rem/1.7 var(--font-serif);
  }
  .contact-note small {
    display: block;
    margin-top: 6px;
    color: #8e897f;
    direction: ltr;
    text-align: right;
  }
  .blog-hero {
    padding-bottom: 34px;
  }
  .language-control {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 18px;
  }
  .language-toggle {
    appearance: none;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    color: var(--color-ink);
    border-radius: 999px;
    padding: 7px 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font: 700 .68rem/1 var(--font-sans);
    cursor: pointer;
    box-shadow: 0 5px 18px rgba(31,31,28,.04);
    transition: border-color .2s ease,transform .2s ease,box-shadow .2s ease;
  }
  .language-toggle:hover {
    transform: translateY(-1px);
    border-color: rgba(70,82,59,.42);
    box-shadow: 0 8px 22px rgba(31,31,28,.07);
  }
  .language-toggle i {
    font-style: normal;
    color: #aaa49b;
  }
  body:not(.lang-en) .language-toggle span:first-child,body.lang-en .language-toggle span:last-child {
    color: var(--color-primary-600);
  }
  body:not(.lang-en) .language-toggle span:last-child,body.lang-en .language-toggle span:first-child {
    color: #8d887f;
    font-weight: 500;
  }
  .lang-reveal {
    position: relative;
  }
  body.lang-en .memoir-sidebar,body.lang-en .memoir-main {
    direction: ltr;
  }
  body.lang-en .lang-reveal {
    direction: ltr;
  }
  body.lang-en .identity h2,body.lang-en .identity-role-fa,body.lang-en .sidebar-nav a span,body.lang-en .topline,body.lang-en .desk-note,body.lang-en .hero-copy,body.lang-en .about-lead,body.lang-en .about-columns,body.lang-en .contact-hero,body.lang-en .contact-grid strong,body.lang-en .contact-grid p,body.lang-en .contact-action,body.lang-en .topics-head,body.lang-en .topic-card,body.lang-en .mission,body.lang-en .footer-note {
    text-align: left;
  }
  body.lang-en .sidebar-nav a:hover {
    padding-right: 0;
    padding-left: 5px;
  }
  body.lang-en .contact-grid article:hover .contact-icon {
    transform: translateY(-5px) scale(1.06) rotate(-2deg);
  }
  body.lang-en .contact-action:hover {
    transform: translateX(3px);
  }
  body.lang-en .post-row:hover {
    transform: translateX(-4px);
  }
  .footer-privacy {
    font-size: .72rem;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid var(--color-line);
  }
  .footer-privacy:hover {
    color: var(--color-primary-600);
    border-color: var(--color-primary-600);
  }
  @media (hover:hover) {
    body:not(.lang-en) .lang-reveal:hover::after,body:not(.lang-en) .lang-reveal:focus-visible::after {
      content: attr(data-en);
      position: absolute;
      z-index: 80;
      right: 0;
      bottom: calc(100% + 9px);
      width: max-content;
      max-width: min(340px,80vw);
      padding: 8px 11px;
      border: 1px solid rgba(70,82,59,.18);
      border-radius: 10px;
      background: #1f1f1c;
      color: #fff;
      box-shadow: 0 10px 30px rgba(31,31,28,.16);
      font: 500 .7rem/1.55 var(--font-sans);
      letter-spacing: 0;
      direction: ltr;
      text-align: left;
      white-space: normal;
      pointer-events: none;
      animation: lang-tip-in .18s ease both;
    }
    body:not(.lang-en) .lang-reveal:hover::before,body:not(.lang-en) .lang-reveal:focus-visible::before {
      content: "";
      position: absolute;
      z-index: 81;
      right: 14px;
      bottom: calc(100% + 4px);
      width: 8px;
      height: 8px;
      background: #1f1f1c;
      transform: rotate(45deg);
      pointer-events: none;
    }
  }
  @keyframes lang-tip-in {
    from {
      opacity: 0;
      transform: translateY(4px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .motion-item {
    will-change: transform,opacity,filter;
  }
  body.motion-ready .motion-item {
    opacity: 0;
    transform: translateY(22px) scale(.992);
    filter: blur(4px);
  }
  body.motion-ready .motion-item.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: opacity .72s cubic-bezier(.2,.7,.2,1) var(--motion-delay,0ms),transform .78s cubic-bezier(.2,.8,.2,1) var(--motion-delay,0ms),filter .62s ease var(--motion-delay,0ms);
  }
  body.motion-ready .sidebar-nav li.motion-item {
    transform: translateX(14px);
  }
  body.motion-ready .sidebar-nav li.motion-item.is-visible {
    transform: none;
  }
  body.motion-ready .footer-note.motion-item {
    transform: translateY(14px);
  }
  body.motion-ready .footer-note.motion-item.is-visible {
    transform: none;
  }
  .motion-item .desk-note:before {
    transform: scaleX(.15);
    transform-origin: right center;
    transition: transform .75s cubic-bezier(.2,.8,.2,1) .2s;
  }
  .motion-item.is-visible .desk-note:before {
    transform: scaleX(1);
  }
  .topic-card,.principles-grid article,.ai-spotlight,.about-photo,.author-card,.article-newsletter,.contact-note {
    transition: transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease,border-color .32s ease,background .32s ease;
  }
  .topic-card:hover,.principles-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(70,82,59,.28);
    box-shadow: 0 16px 34px rgba(31,31,28,.07);
  }
  .ai-spotlight:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 54px rgba(54,66,44,.11);
    border-color: rgba(70,82,59,.38);
  }
  .about-photo:hover {
    transform: translateY(-5px) rotate(-.4deg);
    box-shadow: 0 22px 48px rgba(31,31,28,.10);
  }
  .about-photo img,.single-cover img,.profile-photo {
    transition: transform .7s cubic-bezier(.2,.8,.2,1),filter .5s ease;
  }
  .about-photo:hover img,.single-cover:hover img {
    transform: scale(1.025);
  }
  .profile-photo-wrap:hover .profile-photo {
    transform: scale(1.045);
  }
  .author-card:hover,.contact-note:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(31,31,28,.07);
    border-color: rgba(70,82,59,.28);
  }
  .article-newsletter:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(31,31,28,.15);
  }
  .filter-chip,.mini-subscribe {
    transition: transform .22s ease,border-color .22s ease,color .22s ease,background .22s ease,box-shadow .22s ease;
  }
  .filter-chip:hover,.mini-subscribe:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 18px rgba(31,31,28,.06);
  }
  .post-index {
    transition: transform .24s ease,border-color .24s ease,background .24s ease,color .24s ease;
  }
  .post-row:hover .post-index {
    transform: scale(1.08) rotate(-3deg);
    border-color: rgba(70,82,59,.35);
    background: rgba(70,82,59,.06);
    color: var(--color-primary-600);
  }
  @media (prefers-reduced-motion:reduce) {
    .motion-item,body.motion-ready .motion-item,body.motion-ready .motion-item.is-visible {
      opacity: 1 !important;
      transform: none !important;
      filter: none !important;
      transition: none !important;
      animation: none !important;
    }
    .topic-card,.principles-grid article,.ai-spotlight,.about-photo,.author-card,.article-newsletter,.contact-note,.filter-chip,.mini-subscribe,.post-index,.about-photo img,.single-cover img,.profile-photo {
      transition: none !important;
    }
  }
  @media (max-width:980px) {
    .about-hero {
      grid-template-columns: 1fr 220px;
      gap: 30px;
    }
    .contact-grid {
      grid-template-columns: 1fr;
    }
    .memoir-frame {
      grid-template-columns: 1fr;
    }
    .memoir-sidebar {
      position: relative;
      height: auto;
      border-right: 0;
      border-bottom: 1px solid var(--color-line);
      padding: 24px;
    }
    .sidebar-nav ul {
      display: flex;
      flex-wrap: wrap;
      gap: 4px 20px;
    }
    .sidebar-label,.find-links,.pinned-card,.sidebar-bottom {
      display: none;
    }
    .memoir-main {
      padding-inline: 24px;
    }
    .topline {
      min-height: 58px;
    }
    .hero {
      padding-top: 48px;
    }
    .category-counts {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  @media (max-width:620px) {
    .about-hero {
      grid-template-columns: 1fr;
      padding-top: 48px;
    }
    .about-photo {
      max-width: 240px;
    }
    .about-columns {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .principles-grid {
      grid-template-columns: 1fr;
    }
    .contact-hero {
      padding-top: 56px;
    }
    .identity {
      grid-template-columns: 58px 1fr;
    }
    .profile-photo-wrap,.avatar-mark {
      width: 58px;
      height: 58px;
      border-radius: 16px;
    }
    .identity h2 {
      font-size: 1.18rem;
    }
    .identity-role-fa {
      font-size: .67rem;
    }
    .identity-role-en {
      font-size: .59rem;
    }
    .hero h1 {
      font-size: clamp(2.65rem,13vw,4.4rem);
    }
    .newsletter-soon {
      max-width: 100%;
      flex-wrap: wrap;
    }
    .post-row {
      grid-template-columns: 1fr;
    }
    .post-index {
      display: none;
    }
    .ai-spotlight-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .ai-spotlight {
      padding: 26px;
    }
    .about-snapshot {
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .topics-grid {
      grid-template-columns: 1fr;
    }
    .topics-head {
      align-items: flex-start;
      flex-direction: column;
    }
    .mission {
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .topline span {
      display: none;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
