.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-Serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-Serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-13929 .elementor-element.elementor-element-469bf910{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-Serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-Serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-13929 .elementor-element.elementor-element-b1e8768{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#00000012;--border-color:#00000012;--padding-top:52px;--padding-bottom:40px;--padding-left:80px;--padding-right:80px;}.elementor-13929 .elementor-element.elementor-element-b1e8768:not(.elementor-motion-effects-element-type-background), .elementor-13929 .elementor-element.elementor-element-b1e8768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-be4bc7e );}.elementor-13929 .elementor-element.elementor-element-215b112{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:15px;right:15px;width:50px;height:50px;z-index:9999;opacity:0.7;background-color:var( --e-global-color-49a6caf );border-radius:50px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:16px;color:#000000;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:16px;height:16px;fill:#000000;}@media(max-width:1366px){.elementor-13929 .elementor-element.elementor-element-b1e8768{--padding-top:52px;--padding-bottom:40px;--padding-left:60px;--padding-right:60px;}}@media(max-width:1200px){.elementor-13929 .elementor-element.elementor-element-b1e8768{--padding-top:52px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}}@media(max-width:880px){.elementor-13929 .elementor-element.elementor-element-b1e8768{--padding-top:52px;--padding-bottom:40px;--padding-left:25px;--padding-right:25px;}}@media(max-width:767px){.elementor-13929 .elementor-element.elementor-element-b1e8768{--padding-top:52px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS *//* ══ PAGE BODY ══ */
.page-body { display:grid; grid-template-columns:220px 1fr; }

.sidebar { border-right:1px solid var(--border-med); background:var(--surface); position:sticky; top:106px; height:calc(100vh - 106px); overflow-y:auto; padding:32px 0; }
.sb-head { display:block; font-size:0.56rem; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:var(--text-light); padding:10px 24px 6px; }
.sb-link { display:flex; align-items:center; gap:9px; padding:9px 24px; font-size:0.74rem; color:var(--text-muted); text-decoration:none; border-left:2px solid transparent; transition:color .18s,border-left-color .18s,background .18s; }
.sb-link:hover { color:var(--text); background:var(--surface-2); }
.sb-link.active { color:var(--teal); border-left-color:var(--teal); background:var(--teal-dim); }
.sb-dot { width:4px; height:4px; border-radius:50%; background:currentColor; opacity:.4; flex-shrink:0; }
.sb-divider { height:1px; background:var(--border); margin:12px 24px; }

main { min-width:0; }

/* ══ SECTION BASE ══ */
.content-section { padding:56px 60px 52px; border-bottom:1px solid var(--border-med); }
.content-section:last-child { border-bottom:none; }

.s-label { display:flex; align-items:center; gap:9px; margin-bottom:8px; font-size:0.59rem; font-weight:700; letter-spacing:0.24em; text-transform:uppercase; color:var(--teal); }
.s-label::before { content:''; width:18px; height:1px; background:var(--teal); }
.s-title { font-family:'Noto Serif',serif; font-size:clamp(1.3rem,1.9vw,1.75rem); font-weight:700; color:var(--text); line-height:1.2; margin-bottom:20px; }
.s-subtitle { font-family:'Noto Serif',serif; font-size:1.1rem; font-weight:600; color:var(--text); margin-bottom:12px; margin-top:28px; }
.s-body { font-size:0.88rem; color:var(--text-mid); line-height:1.82; margin-bottom:16px; }
.s-body:last-child { margin-bottom:0; }
.s-body a { color:var(--teal); text-decoration:none; }
.s-body a:hover { text-decoration:underline; }

/* ══ INTRO ALERT BOX ══ */
.intro-alert {
  background:var(--teal-dim);
  border:1px solid var(--teal-border);
  border-left:3px solid var(--teal);
  padding:18px 22px;
  margin-bottom:28px;
  display:flex; align-items:flex-start; gap:14px;
}
.ia-icon { font-size:1.1rem; flex-shrink:0; margin-top:2px; }
.ia-text { font-size:0.84rem; color:var(--text-mid); line-height:1.72; }
.ia-text strong { color:var(--teal); }
.ia-text a { color:var(--teal); text-decoration:none; }
.ia-text a:hover { text-decoration:underline; }

/* ══ QUICK INFO GRID ══ */
.quick-grid {
  display:grid; grid-template-columns:repeat(3,1fr); gap:1px;
  background:var(--border-med);
  margin-bottom:40px;
}
.qi-card {
  background:var(--surface-2);
  padding:20px 22px;
  display:flex; flex-direction:column; gap:6px;
}
.qi-label { font-size:0.6rem; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; color:var(--teal); }
.qi-value { font-size:0.92rem; font-weight:600; color:var(--text); }
.qi-sub { font-size:0.78rem; color:var(--text-muted); line-height:1.5; }

/* ══ ARTICLE CATEGORIES ══ */
.cat-list { display:flex; flex-direction:column; gap:1px; background:var(--border-med); margin:20px 0 28px; }
.cat-item {
  background:var(--surface);
  display:grid; grid-template-columns:160px 1fr;
  gap:0;
}
.cat-tag {
  background:var(--black);
  display:flex; align-items:center; justify-content:center;
  font-size:0.62rem; word-break: break-word; hyphens: auto;font-weight:700; letter-spacing:0.14em;
  text-transform:uppercase; color:var(--teal);
  padding:16px 10px; text-align:center;
  border-right:1px solid rgba(255,255,255,0.07);
}
.cat-body { padding:16px 20px; }
.cat-name { font-size:0.84rem; font-weight:700; color:var(--text); margin-bottom:4px; }
.cat-desc { font-size:0.8rem; color:var(--text-muted); line-height:1.65; }
.cat-count { font-size:0.72rem; color:var(--teal); margin-top:6px; }

/* ══ REQUIREMENTS LIST ══ */
.req-list { list-style:none; display:flex; flex-direction:column; gap:1px; background:var(--border-med); margin:16px 0; }
.req-item {
  background:var(--surface);
  display:flex; align-items:flex-start; gap:14px;
  padding:14px 18px;
}
.req-bullet {
  width:20px; height:20px; border-radius:50%;
  background:var(--teal-dim); border:1px solid var(--teal-border);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; margin-top:1px;
}
.req-bullet svg { width:9px; height:9px; fill:var(--teal); }
.req-text { font-size:0.84rem; color:var(--text-mid); line-height:1.65; }
.req-text strong { color:var(--text); font-weight:600; }

/* ══ FORMATTING TABLE ══ */
.fmt-table { width:100%; border-collapse:collapse; margin:16px 0; font-size:0.83rem; }
.fmt-table th {
  background:var(--black); color:rgba(255,255,255,0.7);
  padding:10px 16px; font-size:0.6rem; font-weight:700;
  letter-spacing:0.14em; text-transform:uppercase; text-align:left;
  border-right:1px solid rgba(255,255,255,0.07);
}
.fmt-table th:last-child { border-right:none; }
.fmt-table td { padding:11px 16px; border-bottom:1px solid var(--border); border-right:1px solid var(--border); color:var(--text-mid); vertical-align:top; }
.fmt-table td:last-child { border-right:none; }
.fmt-table tr:last-child td { border-bottom:none; }
.fmt-table tr:nth-child(even) td { background:var(--surface-2); }

/* ══ SECTION TYPES TABLE ══ */
.types-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--border-med); margin:20px 0; }
.type-card {
  background:var(--surface);
  padding:20px 22px;
  border-left:2px solid transparent;
  transition:border-color .2s;
}
.type-card:hover { border-left-color:var(--teal); background:var(--teal-dim); }
.type-name { font-size:0.82rem; font-weight:700; color:var(--text); margin-bottom:4px; }
.type-chars { font-size:0.72rem; color:var(--teal); font-weight:600; margin-bottom:6px; font-family:'Noto Sans',monospace; }
.type-desc { font-size:0.79rem; color:var(--text-muted); line-height:1.6; }

/* ══ STEPS ══ */
.steps { display:flex; flex-direction:column; gap:1px; background:var(--border-med); margin:20px 0; }
.step-item {
  background:var(--surface);
  display:grid; grid-template-columns:56px 1fr;
  gap:0;
}
.step-num {
  background:var(--black-soft);
  display:flex; align-items:center; justify-content:center;
  font-family:'Noto Serif',serif; font-size:1.4rem; font-weight:700;
  color:var(--teal);
  border-right:1px solid var(--border-med);
}
.step-body { padding:18px 22px; }
.step-title { font-size:0.86rem; font-weight:700; color:var(--text); margin-bottom:5px; }
.step-desc { font-size:0.82rem; color:var(--text-muted); line-height:1.65; }
.step-desc a { color:var(--teal); text-decoration:none; }
.step-desc a:hover { text-decoration:underline; }

/* ══ INFO BOX ══ */
.info-box {
  background:var(--black);
  border:1px solid rgba(255,255,255,0.07);
  padding:22px 26px;
  margin:24px 0;
}
.info-box-title { font-size:0.64rem; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; color:var(--teal); margin-bottom:10px; }
.info-box-text { font-size:0.84rem; color:rgba(255,255,255,0.55); line-height:1.78; font-style:italic; }

/* ══ REFERENCE STYLES ══ */
.ref-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border-med); margin:16px 0; }
.ref-card {
  background:var(--surface-2);
  padding:18px 20px;
}
.ref-label { font-size:0.62rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:var(--teal); margin-bottom:8px; }
.ref-example { font-size:0.78rem; color:var(--text-muted); line-height:1.65; font-style:italic; }
.ref-example strong { font-style:normal; color:var(--text-mid); }

/* ══ ORDER OF PRESENTATION ══ */
.order-list { list-style:none; counter-reset:order; display:flex; flex-direction:column; gap:1px; background:var(--border-med); margin:16px 0; }
.order-item {
  background:var(--surface);
  display:flex; align-items:center; gap:16px;
  padding:12px 18px;
  counter-increment:order;
}
.order-item::before {
  content:counter(order, decimal-leading-zero);
  font-family:'Noto Serif',serif; font-size:0.9rem; font-weight:700;
  color:var(--text-light); flex-shrink:0; width:28px;
}
.order-item-text { font-size:0.83rem; color:var(--text-mid); line-height:1.6; }

/* ══ LANGUAGE TAGS ══ */
.lang-tags { display:flex; gap:6px; flex-wrap:wrap; margin:10px 0; }
.lang-tag {
  display:flex; align-items:center; gap:5px;
  padding:4px 10px; font-size:0.65rem; font-weight:600;
  letter-spacing:0.1em; text-transform:uppercase;
  border:1px solid var(--border-med);
  background:var(--surface-2); color:var(--text-mid);
}
.lang-tag .flag { font-size:0.85rem; }

/* ══ CALLOUT ══ */
.callout {
  border-left:3px solid var(--teal);
  padding:14px 18px;
  background:var(--teal-dim);
  margin:16px 0;
}
.callout p { font-size:0.84rem; color:var(--text-mid); line-height:1.72; }
.callout p strong { color:var(--teal); }

/* ══ SUBMIT STRIP ══ */
.submit-strip {
  background:var(--teal);
  padding:10px 60px;
  display:flex; align-items:center; justify-content:space-between; gap:32px;
}
.ss-left h2 { font-family:'Noto Serif',serif; font-size:1.4rem; font-weight:700; color:#fff; margin-bottom:6px; }
.ss-left p { font-size:0.84rem; color:rgba(255,255,255,0.75); max-width:480px; line-height:1.65; }
.ss-btn { background:#fff; color:var(--teal-dark); padding:13px 28px; font-size:0.78rem; font-weight:700; text-decoration:none; letter-spacing:0.04em; white-space:nowrap; transition:background .2s,color .2s; }
.ss-btn:hover { background:var(--black); color:#fff; }

/* ══ RESPONSIVE ══ */

@media (max-width: 900px) {
  .page-body {
    grid-template-columns: 1fr;
  }
  .sidebar {
    display: none;
  }
  .content-section {
    padding: 40px 32px 36px;
  }
  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ref-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .submit-strip {
    padding: 24px 32px;
  }
}

@media (max-width: 640px) {
  .content-section {
    padding: 28px 20px 24px;
  }
  .quick-grid {
    grid-template-columns: 1fr;
  }
  .ref-grid {
    grid-template-columns: 1fr;
  }
  .types-grid {
    grid-template-columns: 1fr;
  }
  .cat-item {
    grid-template-columns: 1fr;
  }
  .cat-tag {
    padding: 10px 16px;
    text-align: left;
  }
  .step-item {
    grid-template-columns: 44px 1fr;
  }
  .step-num {
    font-size: 1.1rem;
  }
  .fmt-table {
    display: block;
    overflow-x: auto;
  }
  .submit-strip {
    flex-direction: column;
    padding: 24px 18px;
    align-items: flex-start;
  }
  .ss-btn {
    width: 100%;
    text-align: center;
  }
  .s-title {
    font-size: 1.3rem;
  }
  .ss-left h2 {
    font-size: 1.1rem;
  }
}/* End custom CSS */