.elementor-11346 .elementor-element.elementor-element-c3ee187{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-8b24d92 */.tech-article .disclaimer {
  border: 1px solid #f0d7b8;
  border-left: 6px solid #d97706;
  background: linear-gradient(180deg, #fffaf5 0%, #fff6ee 100%);
}

.tech-article .disclaimer h2 {
  margin-bottom: 0.8rem;
}

.tech-article .disclaimer p {
  color: #5b6474;
}

.tech-article .disclaimer-list {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 0;
}

.tech-article .disclaimer-list li {
  position: relative;
  padding-left: 1.5rem;
  color: #374151;
}

.tech-article .disclaimer-list li + li {
  margin-top: 0.65rem;
}

.tech-article .disclaimer-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #d97706;
  font-weight: 800;
}

@media (prefers-color-scheme: dark) {
  .tech-article .disclaimer {
    border-color: rgba(217, 119, 6, 0.35);
    background: linear-gradient(180deg, rgba(217, 119, 6, 0.14) 0%, rgba(124, 45, 18, 0.12) 100%);
  }

  .tech-article .disclaimer p,
  .tech-article .disclaimer-list li {
    color: #e5e7eb;
  }

  .tech-article .disclaimer-list li::before {
    color: #f59e0b;
  }
}


.tech-article {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --text: #1f2937;
  --muted: #5b6474;
  --line: #e5ebf3;
  --line-strong: #d7e3f4;
  --primary: #2563eb;
  --primary-soft: #60a5fa;
  --success: #047857;
  --warning: #c2410c;
  --shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 10px 26px rgba(15, 23, 42, 0.05);
  --radius: 22px;
  --radius-sm: 16px;
  max-width: 920px;
  margin: 0 auto;
  color: var(--text);
  font-family:
    "Inter",
    "Hiragino Sans",
    "Yu Gothic UI",
    "Yu Gothic",
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 16px;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.tech-article *,
.tech-article *::before,
.tech-article *::after {
  box-sizing: border-box;
}

.tech-article a {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 99, 235, 0.24);
  transition: 0.2s ease;
}

.tech-article a:hover {
  border-bottom-color: currentColor;
}

.tech-article .article-header {
  position: relative;
  overflow: hidden;
  margin: 0 0 28px;
  padding: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.tech-article .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 14px;
  padding: 0.38rem 0.8rem;
  border: 1px solid #dbe7ff;
  border-radius: 999px;
  background: #f1f6ff;
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.tech-article h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.tech-article .lead {
  margin: 0;
  font-size: 1.06rem;
  color: var(--muted);
}

.tech-article .meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tech-article .meta-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #334155;
  font-size: 0.92rem;
  font-weight: 600;
}

.tech-article .section,
.tech-article .step,
.tech-article .callout {
  margin-top: 24px;
}

.tech-article .section,
.tech-article .step {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.tech-article .step-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
}

.tech-article h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.32rem, 2.5vw, 1.75rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.tech-article h3 {
  margin: 1.8rem 0 0.7rem;
  font-size: 1.08rem;
  line-height: 1.45;
  color: #0f172a;
}

.tech-article p {
  margin: 0 0 1.05rem;
}

.tech-article p:last-child {
  margin-bottom: 0;
}

.tech-article ul {
  margin: 0;
  padding-left: 1.2rem;
}

.tech-article li + li {
  margin-top: 0.55rem;
}

.tech-article .check-list,
.tech-article .reference-list {
  list-style: none;
  padding-left: 0;
}

.tech-article .check-list li,
.tech-article .reference-list li {
  position: relative;
  padding-left: 1.6rem;
}

.tech-article .check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: var(--success);
  font-weight: 800;
}

.tech-article .reference-list li::before {
  content: "•";
  position: absolute;
  left: 0.2rem;
  top: 0;
  color: var(--primary);
  font-weight: 800;
}

.tech-article .spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tech-article .spec-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.tech-article .spec-label {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tech-article .spec-value {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.tech-article .callout {
  padding: 20px 22px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%);
}

.tech-article .callout--info {
  border-left: 6px solid var(--primary);
}

.tech-article .callout--warning {
  border-left: 6px solid var(--warning);
  background: linear-gradient(180deg, #fffaf6 0%, #fff6ef 100%);
}

.tech-article .callout--tip {
  border-left: 6px solid var(--success);
  background: linear-gradient(180deg, #f7fdf9 0%, #effaf3 100%);
}

.tech-article .callout h2,
.tech-article .callout h3,
.tech-article .callout p {
  margin-top: 0;
}

.tech-article .annotation {
  margin-top: -2px;
  color: var(--muted);
  font-size: 0.95rem;
}

.tech-article code:not(pre code) {
  display: inline-block;
  padding: 0.12em 0.52em;
  margin-inline: 0.08em;
  border: 1px solid #d9e7ff;
  border-radius: 0.6rem;
  background: #eef4ff;
  color: #1d4ed8;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;
  font-size: 0.92em;
  font-weight: 600;
  line-height: 1.45;
  vertical-align: baseline;
}

.tech-article pre,
.tech-article pre[class*="language-"] {
  position: relative;
  margin: 1.2rem 0 1.55rem;
  overflow-x: auto;
  background: #0b1220;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.16);
  filter: none !important;
  transform: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.tech-article pre::before {
  content: "";
  position: absolute;
  top: 0.95rem;
  left: 1rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #ff5f57;
  box-shadow:
    1.15rem 0 0 #febc2e,
    2.3rem 0 0 #28c840;
}

.tech-article pre code,
.tech-article pre[class*="language-"] code {
  display: block;
  min-width: 0;
  padding: 2.15rem 1.2rem 1.2rem;
  background: transparent !important;
  color: #f8fafc !important;
  font-family:
    Consolas,
    "SFMono-Regular",
    Menlo,
    Monaco,
    "Liberation Mono",
    monospace !important;
  font-size: 15.5px !important;
  font-weight: 600 !important;
  line-height: 1.85 !important;
  letter-spacing: 0 !important;
  white-space: pre-wrap !important;
  word-break: break-word !important;
  text-shadow: none !important;
  filter: none !important;
  transform: none !important;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-rendering: auto !important;
}

.tech-article pre *,
.tech-article pre code * {
  text-shadow: none !important;
  filter: none !important;
}

.tech-article pre::-webkit-scrollbar {
  height: 10px;
}

.tech-article pre::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.tech-article pre::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.46);
  border-radius: 999px;
}

.tech-article strong {
  color: #0f172a;
}

.tech-article hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid var(--line);
}

@media (max-width: 768px) {
  .tech-article {
    font-size: 15px;
  }

  .tech-article .article-header,
  .tech-article .section,
  .tech-article .step {
    padding: 22px 18px;
  }

  .tech-article .spec-grid {
    grid-template-columns: 1fr;
  }

  .tech-article .meta-list span {
    width: 100%;
    justify-content: center;
  }

  .tech-article pre code,
  .tech-article pre[class*="language-"] code {
    padding: 2rem 1rem 1rem;
    font-size: 14.5px !important;
    line-height: 1.8 !important;
  }
}

@media (prefers-color-scheme: dark) {
  .tech-article {
    --bg: #0b1120;
    --surface: #111827;
    --surface-soft: #0f172a;
    --text: #e5e7eb;
    --muted: #c0cad8;
    --line: #253246;
    --line-strong: #31415a;
    --shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
    --shadow-soft: 0 10px 26px rgba(0, 0, 0, 0.18);
  }

  .tech-article .article-header {
    background:
      radial-gradient(circle at top right, rgba(59, 130, 246, 0.2), transparent 24%),
      linear-gradient(180deg, #111827 0%, #0f172a 100%);
  }

  .tech-article .section,
  .tech-article .step,
  .tech-article .spec-card {
    background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
  }

  .tech-article h1,
  .tech-article h2,
  .tech-article h3,
  .tech-article strong,
  .tech-article .spec-value {
    color: #f8fafc;
  }

  .tech-article .meta-list span {
    background: rgba(15, 23, 42, 0.8);
    color: #dbeafe;
  }

  .tech-article code:not(pre code) {
    border-color: rgba(96, 165, 250, 0.28);
    background: rgba(37, 99, 235, 0.18);
    color: #93c5fd;
  }

  .tech-article .callout {
    background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
  }

  .tech-article .callout--warning {
    background: linear-gradient(180deg, rgba(194, 65, 12, 0.14) 0%, rgba(124, 45, 18, 0.12) 100%);
  }

  .tech-article .callout--tip {
    background: linear-gradient(180deg, rgba(4, 120, 87, 0.16) 0%, rgba(6, 95, 70, 0.12) 100%);
  }
}/* End custom CSS */