@charset "UTF-8";

/* ZEIbit.AI Support — brand tokens and shared foundation */
:root {
  --blue: #005bac;
  --navy: #071f3b;
  --ink: #172b42;
  --muted: #526579;
  --pale: #f3f7fb;
  --surface: #fff;
  --border: #e3eaf2;
  --control-border: #7c8fa4;
  --radius: 10px;
  --shadow: 0 3px 14px rgba(7,31,59,.035);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 104px; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6 { color: var(--navy); font-weight: 700; line-height: 1.5; margin: 0 0 16px; overflow-wrap: anywhere; }
h1 { font-size: 34px; letter-spacing: .02em; } h2 { font-size: 25px; } h3 { font-size: 18px; }
p { margin: 0 0 16px; }
a { color: var(--blue); text-decoration: none; text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
button,input,textarea,select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; border: 0; }
svg { flex-shrink: 0; }
ul,ol { list-style: none; margin: 0; padding: 0; }
[hidden] { display: none !important; }
summary { cursor: pointer; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
::selection { background: #d5e8fa; color: var(--navy); }
.container { width: calc(100% - 96px); max-width: 1184px; margin-inline: auto; }
.icon { width: 22px; height: 22px; }
.muted { color: var(--muted); font-size: 14px; }
.eyebrow { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .16em; margin: 0 0 12px; line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; }
.text-link .icon { width: 18px; height: 18px; }
.label-chip { display: inline-block; border-radius: 4px; background: #eaf2fa; color: var(--blue); font-size: 11px; font-weight: 600; padding: 3px 10px; line-height: 1.65; vertical-align: middle; }
.visibility-hidden,.skip-navigation { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-navigation:focus { position: fixed; left: 16px; top: 12px; z-index: 3000; width: auto; height: auto; clip-path: none; background: white; padding: 12px 20px; }
.button,.btn,.cta-button,input[type=submit] { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 24px; min-height: 48px; border-radius: 28px; border: 1px solid var(--blue); background: white; color: var(--blue); font-weight: 700; font-size: 14px; line-height: 1.5; text-align: center; transition: background .15s, border-color .15s; text-decoration: none; cursor: pointer; }
.button:hover,.btn:hover,.cta-button:hover { background: var(--pale); text-decoration: none; }
.button-primary,input[type=submit] { background: var(--blue); color: white; }
.button-primary:hover,input[type=submit]:hover { background: var(--navy); border-color: var(--navy); color: white; }
.button-outline { color: var(--navy); border-color: #9ab3cb; }
.button-small { font-size: 13px; min-height: 42px; padding: 9px 20px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

/* Header */
.header { position: sticky; top: 0; z-index: 1000; background: white; border-bottom: 1px solid var(--border); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 18px; flex-shrink: 0; color: var(--navy); }
.brand:hover { text-decoration: none; }
.brand-logo { width: 194px; height: auto; display: block; }
.brand-divider { height: 24px; width: 1px; background: var(--border); }
.brand-label { font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.nav-menu { display: flex; align-items: center; justify-content: flex-end; gap: 24px; font-size: 12px; font-weight: 600; }
.nav-menu > a:not(.button) { color: var(--ink); white-space: nowrap; }
.nav-menu > .nav-external { color: var(--muted); }
.nav-history { font-size: 11px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 6px; background: white; align-items: center; justify-content: center; }
.menu-lines,.menu-lines::before,.menu-lines::after { width: 18px; height: 2px; background: var(--navy); display: block; position: relative; }
.menu-lines::before,.menu-lines::after { content: ""; position: absolute; }
.menu-lines::before { top: -6px; }.menu-lines::after { top: 6px; }
.menu-button[aria-expanded=true] .menu-lines { background: transparent; }
.menu-button[aria-expanded=true] .menu-lines::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded=true] .menu-lines::after { top: 0; transform: rotate(-45deg); }

/* Search: the Zendesk helper retains suggestions and native submission. */
.search { display: flex; align-items: center; position: relative; width: 100%; gap: 6px; }
.search input[type=search] { width: 100%; min-width: 0; flex: 1; height: 48px; border: 1px solid #a9bacb; border-radius: 6px; color: var(--ink); background: white; padding: 12px 42px 12px 16px; font-size: 15px; appearance: none; }
.search input[type=search]::placeholder { color: #647589; opacity: 1; }
.search input[type=submit] { flex-shrink: 0; min-height: 48px; height: 48px; border-radius: 6px; padding: 10px 18px; }
.search .clear-button { display: none; position: absolute; right: 0; top: 2px; bottom: 2px; width: 38px; padding: 0; border: 0; color: var(--muted); background: transparent; align-items: center; justify-content: center; }
.search.search-has-value .clear-button { display: flex; }
.search.has-submit .clear-button { right: var(--search-submit-width, 76px); }
.search .search-icon { display: none; }
.search-large input[type=search] { height: 60px; }
.search-large input[type=submit] { height: 52px; }
.search input[type=search]:focus { outline: 3px solid #94bfeb; outline-offset: 2px; border-color: var(--blue); }
.search input[type=search] { border-color: var(--control-border); }
.search-decoration { position: absolute; left: 18px; top: 20px; color: var(--blue); z-index: 1; pointer-events: none; }
.hero-search { position: relative; }
.hero-search .search { background: white; border-radius: 8px; padding: 4px; box-shadow: 0 3px 10px rgba(7,31,59,.1); }
.hero-search .search input[type=search] { height: 52px; padding-left: 45px; border: 0; }
.hero-search .search input[type=submit] { border-radius: 5px; min-width: 80px; }
.hero-search .search input[type=search]:focus { outline-offset: -3px; }
.hero-search .clear-button { top: 4px; bottom: 4px; }
.search-shortcuts { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin-top: 16px; font-size: 12px; }
.search-shortcuts > span { color: #d2e3f2; font-size: 11px; }
.search-shortcuts a { color: white; border-bottom: 1px solid #77a6d1; line-height: 1.6; }

/* Home */
.help-hero { background: var(--blue); color: white; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 72px; align-items: center; padding-block: 32px; }
.hero-content { min-width: 0; }
.hero-eyebrow { color: #c5def4; font-size: 11px; margin-bottom: 14px; }
.help-hero h1 { color: white; font-size: clamp(28px,2.85vw,37px); font-weight: 700; line-height: 1.4; letter-spacing: .025em; margin-bottom: 12px; }
.hero-description { color: #e7f1fa; font-size: 14px; line-height: 1.75; margin-bottom: 20px; }
.mobile-break { display: none; }
.hero-guide { background: #fff; color: var(--ink); border-radius: 10px; padding: 26px 26px 24px; }
.hero-guide-icon { display: flex; width: 46px; height: 46px; border-radius: 8px; align-items: center; justify-content: center; color: var(--blue); background: var(--pale); margin-bottom: 20px; }
.hero-guide-icon .icon { width: 27px; height: 27px; }
.hero-guide .eyebrow { font-size: 10px; letter-spacing: .13em; margin-bottom: 8px; }
.hero-guide h2 { font-size: 21px; margin-bottom: 8px; }
.hero-guide p:not(.eyebrow) { font-size: 12px; color: var(--muted); line-height: 1.9; margin-bottom: 22px; }
.hero-guide-link { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 16px; font-size: 12px; font-weight: 700; }
.hero-guide-link .icon { width: 18px; height: 18px; }
.hero-chat-entry { margin-top: 14px; font-size: 12px; }
.hero-chat-entry > span { color: #d2e3f2; margin-right: 14px; }
.hero-chat-entry button { border: 0; background: transparent; padding: 4px 0; min-height: 32px; color: white; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; }
.hero-chat-entry button .icon { width: 16px; height: 16px; }
.hero-chat-entry button:focus-visible { outline-color: white; }
.hero-contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; margin-top: 18px; }
.hero-contact-actions .hero-chat-entry { margin: 0; padding: 0; }
.hero-contact-actions .hero-chat-entry button { min-height: 44px; }
.hero-line-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px 16px; border: 1px solid #aacce9; border-radius: 24px; color: white; font-size: 12px; font-weight: 700; }
.hero-line-link:hover { background: white; color: var(--navy); text-decoration: none; }
.hero-line-link:focus-visible { outline-color: white; }
.home-section { padding-block: 64px; }
.section-tint { background: var(--pale); }
.section-heading { text-align: center; margin-bottom: 32px; }
.section-heading h2 { color: var(--blue); font-size: 27px; margin-bottom: 10px; letter-spacing: .025em; }
.section-heading > p:last-child:not(.eyebrow) { color: var(--muted); font-size: 13px; margin: 0; }
.section-heading .eyebrow { margin-bottom: 8px; font-size: 10px; }
.topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; align-items: start; }
.topic-card { padding: 26px 20px; border: 1px solid var(--border); border-radius: var(--radius); color: var(--ink); background: white; transition: border-color .15s, box-shadow .15s; }
.topic-card > summary { display: grid; grid-template-columns: 42px minmax(0,1fr) 16px; gap: 14px; align-items: center; list-style: none; }
.topic-card > summary::-webkit-details-marker { display: none; }
.topic-card[open] { border-color: #8eb5d8; }
.topic-card .topic-arrow { transform: rotate(90deg); }
.topic-card[open] .topic-arrow { transform: rotate(-90deg); }
.topic-articles { margin-top: 20px; border-top: 1px solid var(--border); padding-top: 8px; }
.topic-articles a { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; line-height: 1.7; padding: 12px 0; }
.topic-articles .icon { width: 16px; height: 16px; }
.topic-card:hover { text-decoration: none; border-color: #8eb5d8; box-shadow: var(--shadow); }
.topic-icon { width: 42px; height: 46px; border-radius: 7px; background: var(--pale); color: var(--blue); display: inline-flex; align-items: center; justify-content: center; }
.topic-copy strong { display: block; color: var(--navy); font-size: 15px; line-height: 1.5; margin: 0 0 6px; }
.topic-copy > span { display: block; color: var(--muted); font-size: 11px; margin: 0; line-height: 1.8; }
.topic-arrow { width: 16px; height: 16px; color: var(--blue); }
.quick-help-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 32px; background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 6px 30px; }
.quick-help-list li { border-bottom: 1px solid var(--border); }
.quick-help-list li:nth-last-child(-n+2) { border-bottom: 0; }
.quick-help-list a { display: flex; align-items: center; gap: 16px; min-height: 78px; padding: 16px 0; font-size: 13px; color: var(--ink); }
.quick-help-list a:hover { color: var(--blue); }
.quick-help-list a > span:nth-child(2) { flex: 1; }
.question-mark { color: var(--blue); font-size: 20px; font-weight: 600; font-family: Arial,sans-serif; align-self: flex-start; padding-top: 5px; }
.quick-help-list .icon { width: 17px; height: 17px; color: var(--blue); }
.section-action { text-align: center; margin-top: 25px; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.service-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 32px; border: 1px solid var(--border); border-radius: var(--radius); color: var(--ink); background: white; }
.service-card:hover { text-decoration: none; border-color: #8eb5d8; background: #fcfdff; }
.service-kicker { color: var(--blue); font-size: 11px; margin-bottom: 8px; }
.service-card h3 { font-size: 20px; margin-bottom: 12px; }
.service-card p:not(.service-kicker) { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.service-illustration { color: var(--blue); width: 88px; height: 88px; stroke-width: .85; opacity: .8; }
.start-guide { margin-top: 28px; background: var(--pale); border-radius: var(--radius); padding: 24px 28px; }
.start-guide-title { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--blue); }
.start-guide-title h3 { font-size: 14px; margin: 0; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.steps a { display: flex; align-items: center; gap: 14px; color: var(--ink); padding: 8px 0; font-size: 12px; }
.steps .icon { margin-left: auto; width: 16px; height: 16px; color: var(--blue); }
.step-number { color: var(--blue); font-size: 26px; font-weight: 600; font-family: Arial,sans-serif; }
.library-section { padding-block: 0 48px; }
.library-section h2 { font-size: 17px; text-align: center; margin-bottom: 20px; }
.library-links { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 16px; }
.library-links a { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--border); padding: 16px 20px; border-radius: 6px; color: var(--ink); font-size: 14px; }
.library-links .icon { width: 16px; height: 16px; color: var(--blue); }
.contact-section { padding-block: 56px; background: var(--pale); }
.contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.contact-card { display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: start; gap: 16px; padding: 28px 32px; background: white; border: 1px solid var(--border); border-radius: var(--radius); }
.contact-icon { width: 30px; height: 30px; color: var(--blue); margin-top: 4px; }
.contact-card > div { min-width: 0; }
.contact-card .label-chip { margin-bottom: 10px; }
.contact-card h3 { font-size: 18px; margin-bottom: 6px; }
.contact-card p { font-size: 12px; color: var(--muted); margin: 0; }
.contact-card > .button { grid-column: 2; justify-self: start; margin-top: 4px; }
.contact-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.contact-grid-three .contact-card { grid-template-columns: minmax(0,1fr); grid-template-rows: auto 1fr auto; padding: 28px 24px; }
.contact-grid-three .contact-card > .button { grid-column: 1; padding-inline: 18px; }
.contact-grid-three .contact-card p { font-size: 13px; }
.contact-card-line .contact-icon { color: #087f3e; }
.contact-card-line .label-chip { background: #edf8f0; color: #087f3e; }
.button-line { border: 1px solid #087f3e; color: #087f3e; background: white; }
.button-line:hover { background: #edf8f0; color: #056630; border-color: #056630; }
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-grid-three { grid-template-columns: 1fr; }
  .contact-grid-three .contact-card { grid-template-columns: 30px minmax(0,1fr); grid-template-rows: auto auto; }
  .contact-grid-three .contact-card > .button { grid-column: 2; }
}
.line-contact { text-align: center; font-size: 12px; color: var(--muted); margin: 26px 0 0; }
.line-contact a { font-weight: 600; white-space: nowrap; margin-left: 8px; }
.support-notice { background: #f3f7fb; border-bottom: 1px solid var(--border); }
.support-notice .container { display: flex; align-items: center; gap: 14px; padding-block: 14px; font-size: 13px; }
.notice-label { font-weight: 700; white-space: nowrap; }
.support-notice a { margin-left: auto; white-space: nowrap; }

/* Inner pages and library */
.inner-page { padding-bottom: 64px; min-height: 60vh; }
.sub-nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 24px; border-bottom: 1px solid var(--border); margin-bottom: 40px; }
.sub-nav > nav,.sub-nav > .breadcrumbs { min-width: 0; }
.sub-nav .search-container { flex: 0 0 320px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 4px 0; font-size: 11px; color: var(--muted); margin: 0; }
.breadcrumbs li { overflow-wrap: anywhere; }
.breadcrumbs li + li::before { content: "›"; color: #8da0b5; margin: 0 10px; }
.breadcrumbs a { color: var(--muted); }
.page-header { text-align: center; margin: 48px auto 36px; max-width: 880px; }
.page-header h1 { color: var(--blue); margin-bottom: 14px; }
.page-header-description { font-size: 14px; color: var(--muted); line-height: 1.9; }
.page-header-left { text-align: left; margin-left: 0; }
.section-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 28px 0 36px; }
.section-tabs a { display: block; padding: 10px 20px; border: 1px solid var(--border); border-radius: 24px; font-size: 13px; font-weight: 600; }
.section-tabs a:hover,.section-tabs a[aria-current=page] { background: var(--blue); color: white; text-decoration: none; }
.section-list-container { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: start; }
.section-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); }
.section-card h2 { font-size: 21px; margin-bottom: 12px; }
.article-list li { border-bottom: 1px solid var(--border); }
.article-list li:last-child { border: 0; }
.article-list a { display: flex; align-items: center; gap: 12px; color: var(--ink); padding: 18px 0; font-size: 14px; line-height: 1.75; }
.article-list a > span { flex: 1; }
.article-list a .icon { width: 17px; height: 17px; color: var(--blue); }
.article-list .label-chip { margin-left: 8px; }
.article-list a:hover { color: var(--blue); }
.see-all-articles { margin-top: 20px; }
.article-list-wrapper { border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; max-width: 900px; margin: 28px auto; }
.article-list-wrapper h2 { font-size: 18px; }
.article-list-detailed a { padding-block: 22px; }
.promoted-list { max-width: 850px; margin: auto; }
.help-strip { margin-top: 32px; padding: 24px; background: var(--pale); border-radius: 8px; display: flex; justify-content: space-between; gap: 16px; align-items: center; font-size: 13px; }
.pagination { margin: 36px 0 0; font-size: 14px; text-align: center; }
.pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.pagination a,.pagination .current,.pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 42px; padding: 7px 12px; border: 1px solid var(--border); border-radius: 6px; }
.pagination .current,.pagination [aria-current=page] { color: white; background: var(--blue); }

/* Article: comfortable line length, readable tables, contextual navigation */
.article-layout { display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 56px; align-items: start; }
.article-sidebar { position: sticky; top: 112px; }
.article-section-nav { font-size: 13px; }
.article-section-nav summary { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.article-section-nav .text-link { margin-top: 16px; }
.sidenav-item { display: block; color: var(--muted); font-size: 12px; line-height: 1.7; padding: 12px; border-radius: 6px; }
.sidenav-item:hover { color: var(--blue); background: var(--pale); text-decoration: none; }
.sidenav-item.current,.sidenav-item.current-article { color: var(--blue); background: #eaf2fa; font-weight: 700; }
.sidebar-help { padding: 24px 20px; background: var(--pale); border-radius: 8px; margin-top: 28px; }
.sidebar-help .icon { color: var(--blue); margin-bottom: 12px; }
.sidebar-help h2 { font-size: 14px; margin-bottom: 8px; }
.sidebar-help p { font-size: 12px; color: var(--muted); }
.article-main { min-width: 0; max-width: 820px; }
.article-header { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--border); }
.article-header h1 { font-size: 30px; line-height: 1.65; margin: 18px 0 16px; }
.article-meta { font-size: 12px; color: var(--muted); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
.article-toc { border: 1px solid var(--border); background: var(--pale); border-radius: 8px; padding: 20px 24px; margin-bottom: 36px; }
.article-toc summary { font-size: 14px; color: var(--navy); font-weight: 700; }
.article-toc ol { padding: 14px 0 0 20px; list-style: decimal; font-size: 13px; }
.article-toc li { padding: 4px 0; }
.article-toc li.toc-subheading { list-style: none; margin-left: 12px; font-size: 12px; }
.article-body { font-size: 16px; line-height: 1.95; overflow-wrap: anywhere; }
.article-body p { margin-bottom: 1.4em; }
.article-body h2 { margin: 40px 0 20px; padding-bottom: 12px; border-bottom: 2px solid var(--border); color: var(--blue); font-size: 24px; }
.article-body h3 { font-size: 20px; margin: 32px 0 16px; }
.article-body h4 { font-size: 17px; margin: 28px 0 12px; }
.article-body ul { list-style: disc; padding-left: 1.6em; margin: 18px 0 26px; }
.article-body ol { list-style: decimal; padding-left: 1.6em; margin: 18px 0 26px; }
.article-body li { margin-bottom: 8px; }
.article-body a { text-decoration: underline; }
.article-body img { height: auto; max-width: 100%; border-radius: 6px; }
.article-body figure { max-width: 100%; margin: 24px 0; }
.article-body iframe { max-width: 100%; }
.article-body blockquote { margin: 24px 0; padding: 20px 24px; border-left: 3px solid var(--blue); background: var(--pale); }
.article-body blockquote p:last-child { margin: 0; }
.article-body pre { max-width: 100%; overflow: auto; background: var(--pale); border-radius: 6px; padding: 20px; }
.article-body table { width: 100%; border-collapse: collapse; font-size: 14px; }
.article-body th,.article-body td { border: 1px solid var(--border); padding: 12px; text-align: left; }
.article-body th { background: var(--pale); }
.table-scroll { max-width: 100%; overflow-x: auto; margin-block: 24px; }
.article-attachments { border-top: 1px solid var(--border); padding-top: 24px; margin-top: 36px; font-size: 14px; }
.article-attachments h2 { font-size: 17px; }
.article-feedback { text-align: center; border-block: 1px solid var(--border); padding-block: 32px; margin-top: 44px; }
.article-feedback h2 { font-size: 15px; }
.vote-actions { display: flex; justify-content: center; gap: 12px; }
.vote-actions a,.vote-actions button { min-width: 90px; }
.vote-actions [aria-pressed=true],.vote-actions .article-voted { background: var(--blue); color: white; }
.feedback-followup { font-size: 13px; padding-top: 24px; }
.related-help { margin-top: 32px; font-size: 14px; }
.related-help h2,.related-help h3 { font-size: 18px; }
.related-help li { padding-block: 8px; }
.article-cta { background: var(--pale); padding: 32px; margin-top: 32px; border-radius: 8px; }
.article-cta h2 { font-size: 21px; }
.article-cta p { font-size: 14px; color: var(--muted); }

/* Search results */
.search-page-header { max-width: 800px; margin: 40px auto; }
.search-page-header h1 { color: var(--blue); }
.search-results-count { margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.search-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 48px; align-items: start; }
.search-layout.without-filters { grid-template-columns: minmax(0,1fr); }
.search-results-main { min-width: 0; }
.search-filters { border: 1px solid var(--border); padding: 20px; border-radius: 8px; }
.search-filters > summary { color: var(--navy); font-weight: 700; font-size: 15px; }
.filters-in-section { margin-top: 24px; }
.filters-in-section h2 { font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.filters-in-section .sidenav-item { display: flex; justify-content: space-between; gap: 8px; }
.search-result-item { padding: 24px 0; border-bottom: 1px solid var(--border); }
.search-result-item:first-child { padding-top: 0; }
.search-result-item h2 { font-size: 20px; line-height: 1.7; margin: 9px 0 12px; }
.search-result-meta { font-size: 11px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 4px 8px; }
.search-result-meta span + span::before { content: "›"; margin-right: 8px; }
.search-result-snippet { color: var(--muted); font-size: 14px; line-height: 1.9; margin: 0; overflow-wrap: anywhere; }
.search-result-snippet em,.search-result-item em { font-style: normal; font-weight: 700; color: var(--navy); background: #e9f2fc; }
.empty-state { padding: 48px 24px; text-align: center; background: var(--pale); border-radius: var(--radius); }
.empty-state h1 { font-size: 28px; }.empty-state h2 { font-size: 21px; }
.empty-state p { color: var(--muted); font-size: 14px; }
.empty-state .button-row { justify-content: center; margin-top: 24px; }
.empty-icon { width: 44px; height: 44px; color: var(--blue); margin-bottom: 24px; }
.empty-search { max-width: 500px; margin: 24px auto; }

/* Contact form and request history: preserve native Zendesk fields */
.contact-form-layout,.request-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 48px; align-items: start; }
.form-panel { border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; min-width: 0; }
.form-panel h2 { font-size: 20px; }
.form-field { margin: 0 0 26px; min-width: 0; }
.form label,.request-form label,.request-filters label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]),.form textarea,.form select,.request-form textarea,.request-filters input[type=search],.request-filters select { width: 100%; border: 1px solid #a3b4c6; border-radius: 6px; padding: 12px; min-height: 48px; background: white; color: var(--ink); }
.form textarea,.request-form textarea { min-height: 180px; }
.form-field.required > label::after { content: "必須"; font-size: 10px; color: #8e3d32; background: #fbefec; margin-left: 8px; padding: 3px 6px; border-radius: 3px; }
.form-field p,.form-field .notification { font-size: 12px; color: var(--muted); margin-top: 8px; }
.form-field .nesty-input { min-height: 48px; height: auto; line-height: 1.7; border-color: #a3b4c6; border-radius: 6px; padding: 12px; }
.nesty-panel { border: 1px solid var(--border); background: white; border-radius: 6px; }
.form footer { padding-top: 20px; }
.form .upload-dropzone { padding: 24px 16px; border: 1px dashed #a3b4c6; border-radius: 6px; font-size: 13px; background: var(--pale); }
.form .suggestion-list { margin-block: 20px; padding: 20px; background: var(--pale); border-radius: 6px; font-size: 14px; }
.form .suggestion-list li { margin: 8px 0; }
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]),.form textarea,.form select,.form-field .nesty-input,.request-form textarea,.request-filters input[type=search],.request-filters select { border-color: var(--control-border); }
.form input[type=submit] { max-width: 100%; }
.contact-guidance section { padding: 24px; border-radius: 8px; background: var(--pale); margin-bottom: 20px; }
.contact-guidance h2 { font-size: 16px; margin-top: 16px; }
.contact-guidance p { font-size: 12px; color: var(--muted); }
.check-list { font-size: 13px; }.check-list li { margin: 10px 0; padding-left: 20px; position: relative; }
.check-list li::before { content: "✓"; color: var(--blue); position: absolute; left: 0; }
.security-note { padding-top: 18px; margin-top: 20px; border-top: 1px solid #d7e3ef; display: flex; gap: 8px; align-items: flex-start; }
.security-note .icon { width: 17px; height: 17px; }
.request-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; font-size: 13px; color: var(--muted); }
.request-comment { border: 1px solid var(--border); border-radius: 8px; padding: 28px; margin-bottom: 20px; }
.request-comment > header { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; font-size: 14px; }
.request-filters { display: flex; align-items: flex-end; gap: 16px; padding: 24px; background: var(--pale); border-radius: 8px; }
.request-filters > div { flex: 1; }
.request-table { border-collapse: collapse; width: 100%; font-size: 14px; }
.request-table th,.request-table td { text-align: left; border-bottom: 1px solid var(--border); padding: 20px 16px; }
.request-table th { background: var(--pale); white-space: nowrap; }
.request-table td:first-child a { display: block; }
.request-table td:not(:first-child) { white-space: nowrap; }
.attachments { font-size: 13px; }.attachments li { padding: 8px 0; }
.notification { padding: 12px 16px; margin-bottom: 16px; border: 1px solid var(--border); border-radius: 6px; font-size: 13px; }
.notification-error,.notification-inline.notification-error { background: #fff3f1; color: #922f25; border-color: #e8b1a9; }
.notification-notice { background: var(--pale); }.notification-alert { background: #fff9ed; color: #76500b; }

/* Footer and retained Zendesk utility components */
.footer { border-top: 1px solid var(--border); background: white; padding: 48px 0 20px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }
.footer-logo { width: 210px; display: block; margin-bottom: 20px; }
.footer-about p { font-size: 12px; color: var(--muted); line-height: 2; }
.footer h2 { font-size: 13px; margin: 0 0 16px; }
.footer nav a { color: var(--muted); font-size: 12px; display: inline-block; padding-block: 5px; }
.footer-security { border-top: 1px solid var(--border); margin-top: 36px; padding-top: 24px; display: grid; grid-template-columns: minmax(0,1fr); justify-items: center; gap: 24px; text-align: center; }
.logo-security { height: 18px; width: auto; }
.footer-section-links { width: 100%; min-width: 0; }
.footer-section-seals { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; width: 100%; margin: 0 auto; }
#ss_gmo_globalsign_secured_site_seal { display: inline-block; width: 100px; height: 50px; flex: 0 0 100px; }
#csi_siteseal_tag { display: inline-block; width: 100px; height: 50px; flex: 0 0 100px; }
.footer-section-seals img { width: 100px; height: 50px; max-width: 100px; object-fit: contain; border: 0; }
#ss_gmo_globalsign_img { cursor: pointer; }
.dropdown { position: relative; }
.dropdown-toggle { border: 0; background: transparent; color: var(--ink); }
.dropdown-menu { display: none; position: absolute; min-width: 180px; padding: 8px; background: white; border: 1px solid var(--border); border-radius: 6px; box-shadow: var(--shadow); z-index: 1001; }
.dropdown-toggle[aria-expanded=true] + .dropdown-menu { display: block; }
.dropdown-menu-end { right: 0; }.dropdown-menu-top { bottom: 100%; }
.dropdown-menu [role=menuitem] { display: block; padding: 8px 12px; font-size: 14px; }
.user-avatar { border-radius: 50%; width: 40px; height: 40px; }
.blocks-list { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 20px; }
.blocks-item-link { display: block; padding: 24px; border: 1px solid var(--border); border-radius: 8px; }
.blocks-item-title { font-size: 18px; }.blocks-item-description { font-size: 14px; color: var(--muted); }
.community-header,.profile-header { padding-block: 40px; }.comment,.post { padding: 24px 0; border-bottom: 1px solid var(--border); }
.comment-body,.post-body { overflow-wrap: anywhere; }.comment-body ul,.post-body ul { list-style: disc; padding-left: 24px; }

/* Responsive layouts */
@media (max-width: 1180px) {
  .container { width: calc(100% - 64px); }
  .brand-logo { width: 168px; }.brand { gap: 12px; }.brand-label { font-size: 11px; }
  .nav-menu { gap: 16px; font-size: 11px; }.nav-menu .button { padding-inline: 16px; }
  .hero-grid { gap: 40px; grid-template-columns: minmax(0,1fr) 250px; }
  .topic-card { padding: 22px 18px; }
  .topic-card > summary { grid-template-columns: 36px minmax(0,1fr) 14px; gap: 10px; }
  .topic-icon { width: 36px; height: 42px; }
  .topic-copy strong { font-size: 14px; }.service-card { padding: 28px; }.service-card h3 { font-size: 18px; }
}
@media (max-width: 1023px) {
  .header-inner { min-height: 76px; }
  .menu-button { display: flex; flex-shrink: 0; }
  .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px 32px; background: white; border-bottom: 1px solid var(--border); box-shadow: 0 8px 12px rgba(7,31,59,.06); font-size: 14px; }
  .nav-menu.is-active { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
  .nav-menu a { padding: 12px; }
  .nav-menu .button { margin-top: 8px; }
  .hero-grid { gap: 28px; grid-template-columns: minmax(0,1fr) 220px; }
  .help-hero h1 { font-size: 29px; }
  .hero-guide { padding: 24px 20px; }
  .topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-illustration { width: 62px; height: 62px; }
  .service-card h3 { font-size: 16px; }
  .article-layout { grid-template-columns: 200px minmax(0,1fr); gap: 28px; }
  .article-header h1 { font-size: 26px; }
  .contact-form-layout,.request-layout { grid-template-columns: minmax(0,1fr) 260px; gap: 24px; }
  .contact-card { padding: 24px; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 90px; }
  body { font-size: 15px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand-logo { width: 144px; }.brand-divider { display: none; }.brand-label { font-size: 10px; }
  .brand { flex-direction: column; align-items: flex-start; gap: 1px; }
  .brand-label { color: var(--muted); }
  .nav-menu { padding-inline: 20px; }
  .hero-grid { display: block; padding-block: 30px; }
  .help-hero h1 { font-size: 29px; line-height: 1.5; margin-bottom: 14px; }
  .hero-eyebrow { font-size: 10px; }.hero-description { font-size: 12px; margin-bottom: 20px; }
  .mobile-break { display: block; }
  .hero-guide { display: none; }
  .hero-search .search input[type=submit] { min-width: 58px; padding: 10px 12px; }
  .hero-search .search input[type=search] { padding-left: 38px; font-size: 16px; }
  .search-decoration { left: 14px; width: 18px; height: 18px; top: 21px; }
  .search-shortcuts { gap: 8px 12px; font-size: 11px; }
  .search-shortcuts > span { font-size: 10px; }
  .hero-chat-entry { margin-top: 18px; padding-top: 12px; }
  .hero-chat-entry > span { display: block; font-size: 11px; margin: 0 0 2px; }
  .hero-chat-entry button { min-height: 40px; }
  .home-section { padding-block: 40px; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2 { font-size: 22px; }
  .section-heading > p:last-child:not(.eyebrow) { font-size: 12px; }
  .topic-grid { gap: 10px; }
  .topic-card { padding: 18px 14px; }
  .topic-card > summary { display: flex; position: relative; flex-direction: column; align-items: flex-start; gap: 12px; }
  .topic-card .topic-arrow { position: absolute; top: 12px; right: 0; }
  .topic-copy strong { font-size: 13px; margin-bottom: 6px; }
  .topic-copy > span { font-size: 11px; line-height: 1.8; }
  .topic-articles a { font-size: 12px; }
  .quick-help-list { display: block; padding: 0 20px; }
  .quick-help-list li:nth-last-child(2) { border-bottom: 1px solid var(--border); }
  .quick-help-list a { gap: 12px; min-height: 72px; font-size: 13px; }
  .question-mark { font-size: 19px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 24px; }
  .service-card h3 { font-size: 17px; }
  .service-illustration { width: 60px; height: 60px; }
  .service-card p:not(.service-kicker) { font-size: 12px; margin-bottom: 18px; }
  .start-guide { padding: 22px; margin-top: 20px; }
  .steps { display: block; }.steps li + li { border-top: 1px solid var(--border); }
  .steps a { padding: 14px 0; }.step-number { font-size: 23px; }
  .start-guide-title h3 { font-size: 13px; }
  .library-section { padding-bottom: 36px; }
  .library-links { grid-template-columns: 1fr; gap: 10px; }
  .contact-section { padding-block: 40px; }
  .contact-section h2 { font-size: 21px; }
  .contact-grid { grid-template-columns: 1fr; gap: 16px; }
  .contact-card { padding: 24px 20px; gap: 12px; }
  .contact-card h3 { font-size: 16px; }
  .contact-card > .button { padding-inline: 18px; }
  .line-contact { font-size: 11px; line-height: 2; }
  .line-contact a { display: inline-block; }
  .support-notice .container { flex-wrap: wrap; gap: 8px; font-size: 12px; }
  .support-notice .container > span:not(.notice-label) { flex-basis: 100%; }
  .sub-nav { flex-direction: column; align-items: stretch; gap: 18px; padding-block: 20px; margin-bottom: 28px; }
  .sub-nav .search-container { flex-basis: auto; }
  .search input[type=search] { font-size: 16px; }.search input[type=submit] { padding-inline: 14px; }
  .page-header { margin: 28px 0; }.page-header h1 { font-size: 27px; }.page-header-description { font-size: 13px; }
  .section-tabs { justify-content: flex-start; gap: 8px; }.section-tabs a { font-size: 12px; padding: 8px 14px; }
  .section-list-container { grid-template-columns: 1fr; gap: 20px; }
  .section-card { padding: 24px 20px; }.section-card h2 { font-size: 19px; }
  .article-list a { font-size: 14px; }.article-list-wrapper { padding: 24px 20px; }
  .help-strip { flex-direction: column; align-items: flex-start; padding: 20px; }
  .article-layout { display: flex; flex-direction: column; gap: 32px; }
  .article-main { order: 0; width: 100%; }.article-sidebar { order: 1; position: static; width: 100%; }
  .article-header h1 { font-size: 25px; }.article-header { margin-bottom: 24px; padding-bottom: 24px; }
  .article-body { font-size: 16px; line-height: 1.95; }.article-body h2 { font-size: 21px; }.article-body h3 { font-size: 18px; }
  .article-toc { padding: 18px 20px; }.article-toc ol { font-size: 13px; }
  .article-cta { padding: 24px 20px; }.article-cta .button-row,.article-cta .button-row > span { display: flex; flex-direction: column; width: 100%; align-items: stretch; }
  .sidebar-help { display: none !important; }
  .search-page-header { margin: 28px 0; }.search-page-header h1 { font-size: 27px; }
  .search-layout { display: flex; flex-direction: column; gap: 24px; }
  .search-results-sidebar,.search-results-main { width: 100%; }
  .search-filters { padding: 16px 20px; }
  .search-result-item h2 { font-size: 18px; }.search-result-snippet { font-size: 13px; }
  .empty-state { padding: 32px 20px; }.empty-state h1 { font-size: 24px; }.empty-state h2 { font-size: 19px; }
  .empty-state p br { display: none; }
  .contact-form-layout,.request-layout { display: flex; flex-direction: column; gap: 28px; }
  .form-panel,.contact-guidance,.request-conversation { width: 100%; }
  .form-panel { padding: 24px 18px; }.form-panel h2 { font-size: 19px; }
  .form input:not([type=submit]),.form textarea,.form select { font-size: 16px; }
  .request-filters { flex-direction: column; align-items: stretch; }
  .request-comment { padding: 22px 18px; }
  .footer { padding-top: 36px; }.footer-inner { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-about { grid-column: 1/-1; }.footer-logo { width: 175px; }
  .footer nav a { font-size: 11px; }.footer h2 { font-size: 12px; }
  .footer-security { gap: 12px; }.footer-section-seals { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
@media print {
  .header,.footer,.article-sidebar,.sub-nav,.support-chat-launcher,.support-chat-entry,.article-feedback,.article-cta { display: none !important; }
  .container { width: 100%; }.article-layout { display: block; }.article-main { max-width: none; }
}

/* AI support: contextual entries and a compact persistent launcher. */
.support-chat-entry { display: none; }
.support-chat-ready .support-chat-entry { display: block; }
.support-chat-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #005bac;
  border-radius: 24px;
  background: #fff;
  color: #071f3b;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.support-chat-inline:hover { background: #f3f7fb; }
.support-chat-home-entry { margin-top: 20px; font-size: 14px; }
.support-chat-home-entry > span { display: block; margin-bottom: 8px; }
.support-chat-article-entry { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid #e3eaf2; }
.support-chat-article-entry p, .support-chat-search-entry p { margin: 0 0 12px; }
.support-chat-search-entry { margin-top: 24px; padding: 24px; background: #f3f7fb; border-radius: 8px; }
.support-chat-ready body { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
#chatbot-toggle_button.support-chat-launcher {
  position: fixed;
  right: calc(24px + env(safe-area-inset-right, 0px));
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 990;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #005bac;
  border-radius: 28px;
  background: #005bac;
  color: #fff;
  box-shadow: 0 3px 12px rgba(7, 31, 59, .14);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
#chatbot-toggle_button.support-chat-launcher:hover { background: #071f3b; border-color: #071f3b; }
.support-chat-inline:focus-visible,
.support-chat-launcher:focus-visible,
.support-chat-close:focus-visible { outline: 3px solid #005bac; outline-offset: 4px; box-shadow: 0 0 0 3px #fff; }
.support-chat-open { overflow: hidden; }
.support-chat-open .support-chat-launcher { visibility: hidden; }
#chatbot.support-chat-dialog {
  position: fixed;
  inset: auto 24px 24px auto;
  margin: 0;
  padding: 0;
  width: 420px;
  max-width: calc(100vw - 48px);
  height: 640px;
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  border: 1px solid #e3eaf2;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  box-shadow: 0 12px 40px rgba(7, 31, 59, .18);
  overflow: hidden;
}
#chatbot.support-chat-dialog:not([open]) { display: none; }
#chatbot.support-chat-dialog[open] { display: flex; flex-direction: column; }
#chatbot.support-chat-dialog::backdrop { background: rgba(7, 31, 59, .18); }
.support-chat-header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px 10px 20px;
  background: #005bac;
  color: #fff;
}
#support-chat-title { margin: 0; font-size: 16px; font-weight: 700; line-height: 1.5; }
.support-chat-close {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.support-chat-close:hover { background: rgba(255, 255, 255, .12); }
.support-chat-close:focus-visible { outline-color: #fff; box-shadow: none; outline-offset: 2px; }
.support-chat-body { flex: 1 1 auto; min-height: 0; }
.support-chat-body iframe { display: block; width: 100%; height: 100%; border: 0; background: #fff; }
.support-chat-fallback {
  flex: 0 0 auto;
  display: block;
  padding: 12px 16px;
  min-height: 44px;
  border-top: 1px solid #e3eaf2;
  color: #005bac;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}
.support-chat-fallback:focus-visible { outline: 2px solid #005bac; outline-offset: -4px; }
@media (max-width: 767px) {
  #chatbot-toggle_button.support-chat-launcher {
    right: calc(16px + env(safe-area-inset-right, 0px));
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    min-height: 44px;
    padding: 10px 16px;
  }
  #chatbot-toggle_button.is-editing { visibility: hidden; }
  #chatbot.support-chat-dialog {
    inset: var(--chat-viewport-top, 0px) 0 auto;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    height: var(--chat-viewport-height, 100dvh);
    max-height: none;
    border: 0;
    border-radius: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  }
  .support-chat-header { padding-left: 16px; }
  .support-chat-search-entry { padding: 20px 16px; }
}
/* Layout variants for contextual chat entries. */
.support-chat-ready .contact-card.support-chat-entry { display: grid; }
.support-chat-ready .hero-chat-entry { display: block; }
.support-chat-ready .button-row > .support-chat-entry { display: inline-flex; }
@media (max-width: 767px) { .support-chat-ready .article-cta .button-row > .support-chat-entry { display: flex; } }
