.zwcsc-root{--zwcsc-header-bg: #1e1e1e;--zwcsc-header-bg-hover: #000000;--zwcsc-header-text: #ffe000;--zwcsc-user-bubble-bg: #1e1e1e;--zwcsc-user-bubble-text: #ffffff;--zwcsc-list-accent: #e6006b;--zwcsc-send-bg: #1e1e1e;--zwcsc-send-bg-hover: #000000;--zwcsc-send-icon: #ffe000;--zwcsc-surface: #ffffff;--zwcsc-surface-muted: #f5f5f5;--zwcsc-bot-bubble: #efefef;--zwcsc-text: #333333;--zwcsc-text-muted: #757575;--zwcsc-on-navy: #ffffff;--zwcsc-border: #dddddd;--zwcsc-list-border: #bdbdbd;--zwcsc-danger: oklch(55% .16 25);--zwcsc-resolve-yes: #4caf50;--zwcsc-resolve-yes-hover: #67d66c;--zwcsc-resolve-no: #ff6674;--zwcsc-resolve-no-hover: #ff808b;--zwcsc-accent: var(--zwcsc-list-accent);--zwcsc-font: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;font-size:16px;--zwcsc-header-height: 64px;--zwcsc-radius: 8px;--zwcsc-radius-lg: 8px;--zwcsc-list-radius: 5px;--zwcsc-shadow-panel: 0 14px 40px oklch(20% .04 264 / .24);--zwcsc-shadow-launcher: 0 6px 18px oklch(20% .05 264 / .34);--zwcsc-duration: .2s;--zwcsc-ease: cubic-bezier(.16, 1, .3, 1);--zwcsc-avatar-size: 30px;--zwcsc-avatar-gap: 8px;position:fixed;right:clamp(12px,3vw,24px);bottom:clamp(12px,3vw,24px);z-index:2147483000;display:flex;flex-direction:column;align-items:flex-end;font-family:var(--zwcsc-font);color:var(--zwcsc-text)}.zwcsc-root *,.zwcsc-root *:before,.zwcsc-root *:after{box-sizing:border-box}.zwcsc-launcher{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border:none;border-radius:50%;background:var(--zwcsc-header-bg);color:var(--zwcsc-on-navy);cursor:pointer;box-shadow:var(--zwcsc-shadow-launcher);transition:transform var(--zwcsc-duration) var(--zwcsc-ease),background-color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-launcher:hover{background:var(--zwcsc-header-bg-hover);transform:translateY(-2px)}.zwcsc-launcher:active{transform:translateY(0)}.zwcsc-launcher:focus-visible{outline:3px solid var(--zwcsc-accent);outline-offset:2px}.zwcsc-launcher__icon{width:26px;height:26px}.zwcsc-launcher-bubble{position:relative;max-width:min(320px,calc(100vw - 32px));animation:zwcsc-panel-in var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-launcher-bubble__body{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;font:inherit;text-align:left;color:var(--zwcsc-on-navy);background:var(--zwcsc-header-bg);border:none;border-radius:14px;cursor:pointer;box-shadow:var(--zwcsc-shadow-launcher);transition:transform var(--zwcsc-duration) var(--zwcsc-ease),background-color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-launcher-bubble__body:hover{background:var(--zwcsc-header-bg-hover);transform:translateY(-2px)}.zwcsc-launcher-bubble__body:active{transform:translateY(0)}.zwcsc-launcher-bubble__body:focus-visible{outline:3px solid var(--zwcsc-accent);outline-offset:2px}.zwcsc-launcher-bubble__text{flex:1;min-width:0;font-size:.9375rem;font-weight:600;line-height:1.5;white-space:pre-line;word-break:break-word}.zwcsc-launcher-bubble__avatar{flex:none;display:flex}.zwcsc-launcher-bubble__avatar .zwcsc-avatar{width:44px;height:44px;box-shadow:none}.zwcsc-launcher-bubble__dismiss{position:absolute;top:-8px;right:-8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;color:var(--zwcsc-text-muted);background:var(--zwcsc-surface);border:1px solid var(--zwcsc-border);border-radius:50%;cursor:pointer;box-shadow:0 1px 4px #0d15283d;transition:color var(--zwcsc-duration) var(--zwcsc-ease),background-color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-launcher-bubble__dismiss svg{width:14px;height:14px}.zwcsc-launcher-bubble__dismiss:hover{color:var(--zwcsc-text);background:var(--zwcsc-surface-muted)}.zwcsc-launcher-bubble__dismiss:focus-visible{outline:2px solid var(--zwcsc-accent);outline-offset:1px}.zwcsc-panel{display:flex;flex-direction:column;width:min(400px,calc(100vw - 24px));height:min(600px,calc(100vh - 96px));margin-bottom:12px;background:var(--zwcsc-surface);border-radius:var(--zwcsc-radius-lg);box-shadow:var(--zwcsc-shadow-panel);overflow:hidden;transform-origin:bottom right;animation:zwcsc-panel-in var(--zwcsc-duration) var(--zwcsc-ease)}@keyframes zwcsc-panel-in{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.zwcsc-root--inline{position:static;inset:auto;width:100%;align-items:stretch}.zwcsc-root--inline .zwcsc-panel{width:100vw;height:100vh;max-width:none;margin:0;border-radius:0;box-shadow:none;animation:none}.zwcsc-root--page{position:static;inset:auto;width:100%;align-items:center}.zwcsc-root--page .zwcsc-panel{width:100%;height:min(760px,calc(100dvh - 64px));max-width:480px;margin:0;animation:none}@media (max-width: 640px){.zwcsc-root--page .zwcsc-panel{width:100%;height:100dvh;max-width:none;border-radius:0;box-shadow:none}}.zwcsc-root--embed .zwcsc-launcher-bubble{max-width:320px}.zwcsc-root--embed.zwcsc-root--closed{width:max-content;max-width:none}.zwcsc-header{display:flex;align-items:center;justify-content:space-between;min-height:var(--zwcsc-header-height);padding:6px 16px;background:var(--zwcsc-header-bg);color:var(--zwcsc-header-text)}.zwcsc-header__title{margin:0;font-size:1rem;font-weight:600}.zwcsc-header__subtitle{margin:2px 0 0;font-size:.75rem;opacity:.82}.zwcsc-header__close{display:flex;padding:4px;border:none;border-radius:6px;background:transparent;color:#fff;cursor:pointer;transition:background-color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-header__close:hover{background:#ffffff29}.zwcsc-header__close:focus-visible{outline:2px solid var(--zwcsc-accent);outline-offset:1px}.zwcsc-conversation{flex:1;display:flex;flex-direction:column;--zwcsc-conversation-gap: 12px;gap:var(--zwcsc-conversation-gap);padding:16px;overflow-y:auto;background:var(--zwcsc-surface)}.zwcsc-turn-anchor{height:0;margin-bottom:calc(-1 * var(--zwcsc-conversation-gap))}.zwcsc-message{display:flex;flex-direction:column;max-width:85%}.zwcsc-message--user{align-self:flex-end;align-items:flex-end}.zwcsc-message--bot{align-self:flex-start;flex-direction:row;align-items:flex-start;gap:var(--zwcsc-avatar-gap);max-width:92%}.zwcsc-avatar{flex:none;width:var(--zwcsc-avatar-size);height:var(--zwcsc-avatar-size);border-radius:50%;overflow:hidden;background:var(--zwcsc-bot-bubble);box-shadow:0 1px 3px #0d15282e}.zwcsc-avatar svg{display:block;width:100%;height:100%}.zwcsc-avatar--ghost{background:transparent;box-shadow:none}.zwcsc-stack{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.zwcsc-bubble{position:relative;padding:9px 13px;border-radius:var(--zwcsc-radius);font-size:1rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.zwcsc-bubble--user{background:var(--zwcsc-user-bubble-bg);color:var(--zwcsc-user-bubble-text);border-top-right-radius:2px}.zwcsc-bubble--bot{background:var(--zwcsc-bot-bubble);color:var(--zwcsc-text);border-top-left-radius:2px}.zwcsc-stack>.zwcsc-bubble--bot:first-child:before{content:"";position:absolute;top:9px;left:-5px;width:0;height:0;border-style:solid;border-width:4px 6px 4px 0;border-color:transparent var(--zwcsc-bot-bubble) transparent transparent}.zwcsc-message--user .zwcsc-bubble--user:before{content:"";position:absolute;top:9px;right:-5px;width:0;height:0;border-style:solid;border-width:4px 0 4px 6px;border-color:transparent transparent transparent var(--zwcsc-user-bubble-bg)}.zwcsc-bot-followup{display:flex;align-self:flex-start;align-items:flex-start;gap:var(--zwcsc-avatar-gap);margin-left:calc(-1 * (var(--zwcsc-avatar-size) + var(--zwcsc-avatar-gap)));min-width:0}.zwcsc-bot-followup>.zwcsc-bubble--bot{margin-top:0;min-width:0}.zwcsc-bot-followup>.zwcsc-bubble--bot:before{content:"";position:absolute;top:9px;left:-5px;width:0;height:0;border-style:solid;border-width:4px 6px 4px 0;border-color:transparent var(--zwcsc-bot-bubble) transparent transparent}.zwcsc-bubble--bot a{color:var(--zwcsc-list-accent);text-decoration:underline;text-underline-offset:2px;word-break:break-all}.zwcsc-bubble--bot a:hover{text-decoration:none}.zwcsc-bubble--bot a:visited{color:var(--zwcsc-list-accent)}.zwcsc-bubble--bot a:focus-visible{outline:2px solid var(--zwcsc-accent);outline-offset:1px}.zwcsc-bubble--bot .zwcsc-faq-link{display:inline;margin:0;padding:0;border:none;background:none;font:inherit;color:var(--zwcsc-list-accent);text-align:left;text-decoration:underline;text-underline-offset:2px;white-space:normal;cursor:pointer}.zwcsc-bubble--bot .zwcsc-faq-link:hover{text-decoration:none}.zwcsc-bubble--bot .zwcsc-faq-link:focus-visible{outline:2px solid var(--zwcsc-accent);outline-offset:1px}.zwcsc-bubble--bot .zwcsc-image-trigger{display:block;width:100%;margin-top:8px;padding:0;border:none;background:none;cursor:zoom-in}.zwcsc-bubble--bot .zwcsc-image-trigger:first-child{margin-top:0}.zwcsc-bubble--bot .zwcsc-image-trigger:focus-visible{outline:2px solid var(--zwcsc-accent);outline-offset:2px}.zwcsc-bubble--bot .zwcsc-image{display:block;max-width:100%;height:auto;border:1px solid var(--zwcsc-border);border-radius:6px}.zwcsc-lightbox{max-width:94vw;max-height:94vh;padding:0;border:none;background:transparent;overflow:visible}.zwcsc-lightbox::backdrop{background:#000000a8}.zwcsc-lightbox__inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}.zwcsc-lightbox__img{display:block;max-width:94vw;max-height:82vh;border-radius:8px;background:var(--zwcsc-surface);box-shadow:0 10px 40px #00000080}.zwcsc-lightbox__close{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;font-size:22px;line-height:1;color:var(--zwcsc-text);background:var(--zwcsc-surface);border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0006}.zwcsc-lightbox__close:focus-visible{outline:2px solid var(--zwcsc-accent);outline-offset:2px}.zwcsc-lightbox .zwcsc-lightbox__newwindow,.zwcsc-lightbox .zwcsc-lightbox__newwindow:visited{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:600;color:var(--zwcsc-on-navy);background:var(--zwcsc-header-bg);border-radius:999px;text-decoration:none;box-shadow:0 2px 10px #00000073;transition:background-color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-lightbox .zwcsc-lightbox__newwindow:hover{background:var(--zwcsc-header-bg-hover);text-decoration:none}.zwcsc-lightbox .zwcsc-lightbox__newwindow:focus-visible{outline:2px solid var(--zwcsc-accent);outline-offset:2px}.zwcsc-lightbox__newwindow-icon{flex:none}.zwcsc-sources{margin-top:6px;display:flex;flex-direction:column;gap:4px}.zwcsc-sources__label{font-size:.6875rem;color:var(--zwcsc-text-muted)}.zwcsc-source{width:100%;padding:6px 9px;font:inherit;font-size:.8125rem;text-align:left;word-break:break-word;background:var(--zwcsc-surface);border:1px solid var(--zwcsc-border);border-radius:6px;color:var(--zwcsc-text-muted);cursor:pointer;transition:border-color var(--zwcsc-duration) var(--zwcsc-ease),background-color var(--zwcsc-duration) var(--zwcsc-ease),color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-source:hover{border-color:var(--zwcsc-list-accent);background:var(--zwcsc-surface-muted);color:var(--zwcsc-text)}.zwcsc-source:focus-visible{outline:2px solid var(--zwcsc-accent);outline-offset:1px}.zwcsc-source[aria-expanded=true]{border-color:var(--zwcsc-list-accent);background:var(--zwcsc-bot-bubble);color:var(--zwcsc-text);font-weight:600}.zwcsc-resolution{margin-top:8px;display:flex;flex-direction:column;gap:6px}.zwcsc-resolution__label{font-size:.8125rem;color:var(--zwcsc-text-muted)}.zwcsc-resolution__buttons{display:flex;gap:8px}.zwcsc-resolution__btn{padding:5px 18px;font:inherit;font-size:.8125rem;color:var(--zwcsc-text);background:var(--zwcsc-surface);border:1px solid var(--zwcsc-border);border-radius:999px;cursor:pointer;transition:border-color var(--zwcsc-duration) var(--zwcsc-ease),background-color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-resolution__btn:hover{background:var(--zwcsc-surface-muted)}.zwcsc-resolution__btn:focus-visible{outline:2px solid var(--zwcsc-accent);outline-offset:1px}.zwcsc-resolution__btn--yes{color:#fff;background:var(--zwcsc-resolve-yes);border-color:var(--zwcsc-resolve-yes)}.zwcsc-resolution__btn--yes:hover{background:var(--zwcsc-resolve-yes-hover);border-color:var(--zwcsc-resolve-yes-hover)}.zwcsc-resolution__btn--no{color:#fff;background:var(--zwcsc-resolve-no);border-color:var(--zwcsc-resolve-no)}.zwcsc-resolution__btn--no:hover{background:var(--zwcsc-resolve-no-hover);border-color:var(--zwcsc-resolve-no-hover)}.zwcsc-resolution--done{font-size:.8125rem;color:var(--zwcsc-text-muted)}.zwcsc-candidates{align-self:stretch;margin:6px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.zwcsc-candidate{width:100%;padding:8px 12px;font:inherit;font-size:1rem;line-height:1.5;text-align:left;word-break:break-word;color:var(--zwcsc-list-accent);background:var(--zwcsc-surface);border:1px solid var(--zwcsc-list-border);border-radius:var(--zwcsc-list-radius);cursor:pointer;transition:border-color var(--zwcsc-duration) var(--zwcsc-ease),background-color var(--zwcsc-duration) var(--zwcsc-ease),transform var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-candidate:hover{background:var(--zwcsc-surface-muted)}.zwcsc-candidate:active{transform:scale(.99)}.zwcsc-candidate:focus-visible{outline:2px solid var(--zwcsc-accent);outline-offset:1px}.zwcsc-candidate[aria-pressed=true]{border-color:var(--zwcsc-list-accent);background:var(--zwcsc-bot-bubble);font-weight:600}.zwcsc-status{display:flex;align-items:center;gap:8px;align-self:flex-start;font-size:.875rem;color:var(--zwcsc-text-muted)}.zwcsc-spinner{width:16px;height:16px;border:2px solid var(--zwcsc-border);border-top-color:var(--zwcsc-list-accent);border-radius:50%;animation:zwcsc-spin .7s linear infinite}@keyframes zwcsc-spin{to{transform:rotate(360deg)}}.zwcsc-error{align-self:flex-start;padding:9px 13px;font-size:.875rem;color:var(--zwcsc-danger);background:#ffecea;background:oklch(96% .03 25);border-radius:var(--zwcsc-radius)}.zwcsc-composer{display:flex;gap:8px;padding:12px;background:var(--zwcsc-surface-muted);border-top:1px solid var(--zwcsc-border)}.zwcsc-composer__input{flex:1;min-width:0;padding:9px 12px;font:inherit;font-size:1rem;color:var(--zwcsc-text);background:var(--zwcsc-surface);border:1px solid var(--zwcsc-border);border-radius:var(--zwcsc-radius);transition:border-color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-composer__input:focus{outline:none;border-color:var(--zwcsc-list-accent)}.zwcsc-composer__input::placeholder{color:var(--zwcsc-text-muted)}.zwcsc-composer__send{display:flex;align-items:center;padding:0 16px;font:inherit;font-size:1rem;font-weight:600;color:var(--zwcsc-send-icon);background:var(--zwcsc-send-bg);border:none;border-radius:var(--zwcsc-radius);cursor:pointer;transition:background-color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-composer__send:hover:not(:disabled){background:var(--zwcsc-send-bg-hover)}.zwcsc-composer__send:focus-visible{outline:3px solid var(--zwcsc-accent);outline-offset:1px}.zwcsc-composer__send:disabled{opacity:.5;cursor:not-allowed}@media (prefers-reduced-motion: reduce){.zwcsc-panel,.zwcsc-launcher,.zwcsc-launcher-bubble,.zwcsc-candidate,.zwcsc-source,.zwcsc-resolution__btn{animation-duration:.01ms;transition-duration:.01ms}.zwcsc-spinner{animation:none}}.zwcsc-unavailable{display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:32px 24px;background:var(--zwcsc-bg, oklch(98% .006 264));color:var(--zwcsc-muted, oklch(55% .016 264));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.zwcsc-unavailable__text{margin:0;font-size:.95rem;text-align:center}.zwcsc-unavailable--inline{width:100vw;height:100dvh}.zwcsc-unavailable--page{width:100%;max-width:480px;min-height:200px;border-radius:var(--zwcsc-radius, 16px);box-shadow:var(--zwcsc-shadow, 0 12px 40px oklch(20% .05 264 / .25))}@media (max-width: 640px){.zwcsc-unavailable--page{max-width:none;min-height:100dvh;border-radius:0;box-shadow:none}}.zwcsc-page{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:clamp(0px,4vw,32px);background:linear-gradient(160deg,#24375d,#12244c)}@media (max-width: 640px){.zwcsc-page{padding:0}}.zwcsc-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.zwcsc-error-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;box-sizing:border-box;padding:32px 24px;background:#f6f8fd;color:#6d727b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.zwcsc-error-fallback__text{margin:0;font-size:.95rem;text-align:center}.zwcsc-error-fallback__reload{padding:8px 20px;border:1px solid oklch(80% .01 264);border-radius:999px;background:#fff;color:#3f4858;font-size:.85rem;font-family:inherit;cursor:pointer}.zwcsc-error-fallback__reload:hover{background:#f0f2f6}.zwcsc-error-fallback__reload:focus-visible{outline:2px solid oklch(50% .1 264);outline-offset:2px}.zwcsc-error-fallback--popup,.zwcsc-error-fallback--inline{width:100vw;height:100dvh}.zwcsc-error-fallback--page,.zwcsc-error-fallback--faq{min-height:100dvh}.zwcsc-root.zwcsc-faq{position:static;inset:auto;z-index:auto;display:block;width:100%;max-width:1260px;margin:0 auto;padding:clamp(16px,4vw,40px) clamp(12px,3vw,24px);box-sizing:border-box;background:var(--zwcsc-surface);line-height:1.6;--zwcsc-border: #e0e0e0}.zwcsc-root.zwcsc-faq *,.zwcsc-root.zwcsc-faq *:before,.zwcsc-root.zwcsc-faq *:after{box-sizing:inherit}.zwcsc-root.zwcsc-faq:focus{outline:none}.zwcsc-faq-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.zwcsc-faq-link-button{padding:0;border:none;background:none;color:var(--zwcsc-list-accent);font:inherit;text-align:left;cursor:pointer;text-decoration:none}.zwcsc-faq-link-button:hover{text-decoration:underline}.zwcsc-faq-link-button:focus-visible{outline:2px solid var(--zwcsc-list-accent);outline-offset:2px;border-radius:2px}.zwcsc-faq-section{margin-top:clamp(28px,5vw,48px)}.zwcsc-faq-section__title{margin:0 0 4px;padding-bottom:10px;border-bottom:1px solid var(--zwcsc-border);font-size:1.5rem;font-weight:700;text-align:center}.zwcsc-faq-qmark,.zwcsc-faq-amark{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:1rem;font-weight:700}.zwcsc-faq-qmark{background:#b0b0b0;color:#fff}.zwcsc-faq-amark{background:#e1e1e1;color:#1e1e1e}.zwcsc-faq-status{margin:24px 0;color:var(--zwcsc-text-muted);text-align:center}.zwcsc-faq-mark{background:none;color:var(--zwcsc-danger);font-weight:700}.zwcsc-faq-searchbox{position:relative}.zwcsc-faq-searchbox--large{max-width:600px;margin:0 auto}.zwcsc-faq-searchbox--small{width:min(280px,100%)}.zwcsc-faq-searchbox__field{display:flex;align-items:center;gap:6px;padding:0 14px;border:1px solid #c9c9c9;border-radius:999px;background:var(--zwcsc-surface)}.zwcsc-faq-searchbox--large .zwcsc-faq-searchbox__field{padding:0 16px;min-height:40px}.zwcsc-faq-searchbox__submit{display:inline-flex;padding:4px;border:none;background:none;color:var(--zwcsc-text-muted);cursor:pointer}.zwcsc-faq-searchbox__submit:focus-visible{outline:2px solid var(--zwcsc-list-accent);outline-offset:1px;border-radius:50%}.zwcsc-faq-searchbox__input{flex:1;min-width:0;padding:8px 0;border:none;background:none;font:inherit;color:var(--zwcsc-text)}.zwcsc-faq-searchbox__input:focus{outline:none}.zwcsc-faq-searchbox__field:focus-within{border-color:var(--zwcsc-list-accent)}.zwcsc-faq-searchbox__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:10;border:1px solid var(--zwcsc-border);border-radius:var(--zwcsc-radius);background:var(--zwcsc-surface);box-shadow:var(--zwcsc-shadow-panel);overflow:hidden}.zwcsc-faq-searchbox__dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--zwcsc-border);color:var(--zwcsc-text-muted);font-size:.85rem}.zwcsc-faq-searchbox__close{padding:0 4px;border:none;background:none;color:var(--zwcsc-text-muted);font-size:1.1rem;cursor:pointer}.zwcsc-faq-searchbox__close:focus-visible{outline:2px solid var(--zwcsc-list-accent);border-radius:2px}.zwcsc-faq-searchbox__list{margin:0;padding:4px 0;list-style:none;max-height:320px;overflow-y:auto}.zwcsc-faq-searchbox__option-button{display:block;width:100%;padding:8px 12px;border:none;background:none;font:inherit;color:var(--zwcsc-text);text-align:left;cursor:pointer}.zwcsc-faq-searchbox__option--active .zwcsc-faq-searchbox__option-button,.zwcsc-faq-searchbox__option-button:hover{background:var(--zwcsc-surface-muted)}.zwcsc-faq-top__search{margin-top:clamp(8px,3vw,32px)}.zwcsc-faq-popular{margin:14px 0 0;text-align:center;font-size:.95rem}.zwcsc-faq-popular__label{margin-right:8px;font-weight:700}.zwcsc-faq-popular__sep{margin:0 12px;color:var(--zwcsc-text)}.zwcsc-faq-popular__item .zwcsc-faq-link-button{color:var(--zwcsc-list-accent);font-size:1rem}.zwcsc-faq-related-list{margin:20px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:20px}.zwcsc-faq-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 32px;margin:18px 0 0;padding:0;list-style:none}.zwcsc-faq-featured-item{display:flex;align-items:flex-start;gap:10px}.zwcsc-faq-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 40px;margin-top:22px}.zwcsc-faq-category__header{display:flex;align-items:center;gap:10px;width:100%;padding:0 0 10px;border:none;border-bottom:1px solid var(--zwcsc-border);background:none;font:inherit;font-weight:700;color:var(--zwcsc-text);cursor:pointer;text-align:left}.zwcsc-faq-category__header:hover .zwcsc-faq-category__label{text-decoration:underline}.zwcsc-faq-category__header:focus-visible{outline:2px solid var(--zwcsc-list-accent);outline-offset:2px;border-radius:2px}.zwcsc-faq-category__icon{display:inline-flex;color:var(--zwcsc-list-accent)}.zwcsc-faq-category__img{flex:none;width:50px;height:50px;object-fit:contain}.zwcsc-faq-category__count{color:var(--zwcsc-text-muted);font-size:.85rem;font-weight:400}.zwcsc-faq-category__faqs{margin:10px 0 0;padding:0;list-style:none}.zwcsc-faq-category__faq{display:flex;gap:8px;padding:4px 0}.zwcsc-faq-category__faq:before{content:"-";color:var(--zwcsc-text-muted)}.zwcsc-faq-breadcrumb__list{display:flex;flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none;font-size:.85rem}.zwcsc-faq-breadcrumb__item{display:flex;align-items:center;gap:4px;color:var(--zwcsc-text-muted)}.zwcsc-faq-breadcrumb__item .zwcsc-faq-link-button{font-size:inherit}.zwcsc-faq-breadcrumb__separator{color:var(--zwcsc-text-muted)}.zwcsc-faq-results__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.zwcsc-faq-results__title{margin:20px 0 4px;font-size:1.4rem;text-align:center}.zwcsc-faq-results__count{margin:0 0 8px;color:var(--zwcsc-text-muted);font-size:.9rem;text-align:center}.zwcsc-faq-results__list{margin:0;padding:0;list-style:none;border-top:1px solid var(--zwcsc-border)}.zwcsc-faq-results__row{padding:14px 2px;border-bottom:1px solid var(--zwcsc-border)}.zwcsc-faq-results__question{display:flex;align-items:flex-start;gap:10px;font-weight:600}.zwcsc-faq-results__answer{display:flex;align-items:flex-start;gap:10px;margin-top:8px;color:var(--zwcsc-text-muted)}.zwcsc-faq-results__answer-text{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.zwcsc-faq-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px}.zwcsc-faq-pagination__button{padding:6px 18px;border:1px solid var(--zwcsc-border);border-radius:var(--zwcsc-radius);background:var(--zwcsc-surface);font:inherit;color:var(--zwcsc-list-accent);cursor:pointer;transition:background-color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-faq-pagination__button:hover:not(:disabled){background:var(--zwcsc-surface-muted)}.zwcsc-faq-pagination__button:disabled{color:var(--zwcsc-text-muted);cursor:default;opacity:.5}.zwcsc-faq-pagination__button:focus-visible{outline:2px solid var(--zwcsc-list-accent);outline-offset:2px}.zwcsc-faq-answer-page__question{margin:20px 0 16px;font-size:1.4rem;text-align:center}.zwcsc-bubble--bot.zwcsc-faq-answer-page__body{padding:8px 2px 24px;border-radius:0;background:none;color:var(--zwcsc-text);white-space:pre-wrap;overflow-wrap:anywhere}.zwcsc-faq-answer-page__divider{border:none;border-top:1px solid var(--zwcsc-border);margin:8px 0 20px}.zwcsc-faq-resolution{margin:0 0 8px;text-align:center}.zwcsc-faq-resolution__prompt{margin:0 0 12px;font-weight:600}.zwcsc-faq-resolution__buttons{display:flex;justify-content:center;gap:12px}.zwcsc-faq-resolution__button{min-width:130px;padding:9px 18px;border:1px solid var(--zwcsc-border);border-radius:var(--zwcsc-radius);background:var(--zwcsc-surface);font:inherit;color:var(--zwcsc-text);cursor:pointer;transition:background-color var(--zwcsc-duration) var(--zwcsc-ease)}.zwcsc-faq-resolution__button:hover{background:var(--zwcsc-surface-muted)}.zwcsc-faq-resolution__button:focus-visible{outline:2px solid var(--zwcsc-list-accent);outline-offset:2px}@media (max-width: 640px){.zwcsc-faq-featured-grid,.zwcsc-faq-category-grid{grid-template-columns:1fr}.zwcsc-faq-results__header{flex-direction:column}.zwcsc-faq-searchbox--small{width:100%}}@media (prefers-reduced-motion: reduce){.zwcsc-root.zwcsc-faq *,.zwcsc-root.zwcsc-faq *:before,.zwcsc-root.zwcsc-faq *:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
