/* SATELLITE consultation: a quiet, useful layer over the existing site. */
.sat-chat-launch{position:fixed;right:24px;bottom:24px;z-index:80;display:flex;align-items:center;gap:12px;padding:12px 19px 12px 12px;border:1px solid #42474d;border-radius:100px;background:#171b20;color:#fff;box-shadow:0 8px 32px #0003;cursor:pointer;font:700 15px/1.4 'Zen Kaku Gothic New',sans-serif}.sat-chat-launch img{width:36px;height:36px;object-fit:contain;background:#f6f7f9;border-radius:50%;padding:5px}.sat-chat-launch small{display:block;font-size:12px;font-weight:400;color:#bdc7d3;text-align:left}.sat-chat-launch:hover{background:#29313b;transform:translateY(-2px)}
.sat-chat-dialog{padding:0;border:1px solid #dce2e8;border-radius:20px;width:min(440px,calc(100vw - 32px));height:min(740px,calc(100dvh - 48px));max-height:calc(100dvh - 32px);margin:auto 24px 24px auto;box-shadow:0 22px 90px #0004;background:#f8f9fb;color:#171b20;font:400 16px/1.65 'Zen Kaku Gothic New',sans-serif}.sat-chat-dialog::backdrop{background:#10182038;backdrop-filter:blur(3px)}.sat-chat-dialog[open]{display:flex;flex-direction:column}.sat-chat-dialog *{box-sizing:border-box}.sat-chat-dialog button,.sat-chat-dialog input,.sat-chat-dialog textarea{font:inherit}.sat-chat-dialog button,.sat-chat-dialog a{-webkit-tap-highlight-color:transparent}.sat-chat-dialog button{cursor:pointer}.sat-chat-dialog :focus-visible,.sat-chat-launch:focus-visible{outline:3px solid #3c77c8;outline-offset:3px}.sat-chat-dialog [hidden]{display:none!important}
.sat-chat-head{display:flex;align-items:center;gap:11px;padding:19px 20px;background:#fff;border-bottom:1px solid #e3e7ec}.sat-chat-mark{width:40px;height:40px;object-fit:contain;padding:5px;background:#f0f3f6;border-radius:12px}.sat-chat-title{margin:0;font-size:17px;line-height:1.4;font-weight:700}.sat-chat-sub{margin:3px 0 0;font-size:12px;color:#637080}.sat-chat-close{margin-left:auto;border:0;background:#f0f2f5;border-radius:50%;width:36px;height:36px;color:#4f5b68;font-size:24px!important;line-height:1!important}.sat-chat-progress{display:flex;justify-content:space-between;gap:6px;padding:12px 20px;background:#fff;color:#8a929d;font-size:12px;border-bottom:1px solid #e3e7ec}.sat-chat-progress .active{color:#1c466b;font-weight:700}.sat-chat-progress span+span:before{content:'›';margin-right:8px;color:#a5adb7}
.sat-chat-scroll{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:20px;scroll-behavior:smooth;min-height:0}.sat-chat-notice{padding:10px 12px;margin:0 0 18px;border:1px solid #dce5ee;background:#eef3f8;border-radius:10px;font-size:13px;line-height:1.65;color:#526479}.sat-chat-msg{max-width:95%;margin-bottom:18px}.sat-chat-msg-label{font-size:12px;color:#6b7786;margin-bottom:5px}.sat-chat-bubble{padding:13px 15px;border-radius:3px 15px 15px 15px;border:1px solid #e0e5eb;background:white;white-space:pre-wrap;overflow-wrap:anywhere}.sat-chat-msg[data-role=user]{margin-left:auto}.sat-chat-msg[data-role=user] .sat-chat-msg-label{text-align:right}.sat-chat-msg[data-role=user] .sat-chat-bubble{background:#243e56;color:#fff;border-color:#243e56;border-radius:15px 3px 15px 15px}.sat-chat-choices{display:grid;gap:8px;margin:6px 0 20px}.sat-chat-choice{padding:11px 13px;text-align:left;background:#fff;border:1px solid #d8e0e8;border-radius:10px;font-size:14px!important;color:#304a64}.sat-chat-choice:hover{background:#edf3f8;border-color:#93adc4}.sat-chat-topic{font-size:12px;letter-spacing:.06em;color:#708094;margin:0 0 9px}.sat-chat-error{background:#fff3ee;color:#87472a;padding:10px 12px;border-radius:8px;font-size:14px;margin:12px 0}.sat-chat-status{font-size:13px;color:#637080;min-height:0}.sat-chat-status:empty{display:none}
.sat-chat-compose{border-top:1px solid #e0e5eb;background:#fff;padding:13px 18px 15px}.sat-chat-input-row{display:flex;align-items:flex-end;gap:9px;border:1px solid #cbd5e0;border-radius:12px;padding:9px;background:#fafbfd}.sat-chat-input-row textarea{resize:none;background:transparent;border:0;outline:0!important;min-height:46px;max-height:130px;flex:1;min-width:0;font-size:16px;color:#1c2734}.sat-chat-send{width:38px;height:38px;border:0;border-radius:9px;background:#233f58;color:#fff;font-size:22px!important;flex-shrink:0}.sat-chat-dialog button:disabled{cursor:not-allowed;opacity:.48}.sat-chat-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.sat-chat-text-btn{border:0;background:none;padding:3px 0;color:#3e5c78;font-size:13px!important;text-decoration:underline;text-underline-offset:3px}.sat-chat-actions a{color:#5a6777;font-size:13px;text-decoration:none}.sat-chat-privacy{font-size:12px;color:#748090;margin:9px 0 0;line-height:1.6}.sat-chat-summary h3{font-size:20px;line-height:1.5;margin:0 0 8px}.sat-chat-summary>p{font-size:14px;color:#647184;margin:0 0 16px}.sat-chat-summary label{display:block;font-size:13px;font-weight:700;margin:15px 0 7px}.sat-chat-summary textarea{display:block;width:100%;resize:vertical;min-height:240px;border:1px solid #cbd5e0;border-radius:10px;padding:12px;background:#fff;color:#1c2734;font-size:15px;line-height:1.8}.sat-chat-summary textarea:focus{outline:2px solid #3c77c8}.sat-chat-primary,.sat-chat-line{display:flex;justify-content:center;align-items:center;width:100%;min-height:46px;padding:10px 14px;margin-top:12px;border:0;border-radius:10px;background:#243e56;color:#fff;font-size:15px!important;font-weight:700!important;text-decoration:none}.sat-chat-line{background:#137c43}.sat-chat-check{display:flex!important;align-items:flex-start;gap:8px;line-height:1.7;font-weight:400!important}.sat-chat-check input{width:17px;height:17px;flex-shrink:0;margin-top:3px}.sat-chat-review-note{font-size:12px!important;color:#6b7787}.sat-chat-route{padding:14px;background:#fff;border:1px solid #dee5ec;border-radius:12px;margin-top:14px}.sat-chat-route p{font-size:13px;line-height:1.7;color:#626f80;margin:6px 0}.sat-chat-route h4{font-size:15px;margin:0}.sat-chat-copy{width:100%;border:1px solid #ccd8e3;background:white;border-radius:9px;padding:10px;margin-top:10px;color:#334f69;font-size:14px!important}.sat-chat-consent{font-size:13px;color:#607083;margin:10px 0}.sat-chat-source{color:#4d6987;font-size:13px;text-decoration:underline}.contact-section .sat-contact-secondary{font-size:14px;color:#637080;text-decoration:underline;text-underline-offset:4px;display:inline-block;margin-top:16px}.sat-chat-footer-link{display:block;text-align:center;font-size:13px;color:#56677a;margin:16px 0 0}
@media(max-width:600px){.sat-chat-launch{right:14px;bottom:14px;font-size:14px;padding-right:15px}.sat-chat-dialog{margin:auto 8px 8px;width:calc(100vw - 16px);height:calc(100dvh - 24px);max-height:calc(100dvh - 24px);border-radius:16px}.sat-chat-head{padding:15px}.sat-chat-scroll{padding:16px}.sat-chat-progress{padding:10px 15px}.sat-chat-compose{padding:12px 14px}.sat-chat-msg{max-width:97%}}
.sat-chat-dialog{width:min(480px,calc(100vw - 32px))}.sat-chat-head,.sat-chat-progress,.sat-chat-compose,.sat-chat-handoff{flex-shrink:0}.sat-chat-progress{font-size:14px}.sat-chat-summary #sat-chat-back{display:inline-block;margin-bottom:16px}.sat-chat-summary h3{font-size:22px;letter-spacing:0}.sat-chat-summary .sat-memo-label{display:flex;justify-content:space-between;gap:12px;align-items:baseline;font-size:15px}.sat-memo-label #sat-summary-count{font-size:13px;color:#718093;font-weight:400;white-space:nowrap}.sat-chat-summary textarea{min-height:176px;font-size:16px;line-height:1.7}.sat-chat-summary .sat-chat-review-note{font-size:14px!important;line-height:1.6;margin:8px 0 0}.sat-chat-summary .sat-chat-copy{margin-top:14px}.sat-chat-route summary{cursor:pointer;font-size:14px;font-weight:700;color:#304a64;line-height:1.6}.sat-chat-route p,.sat-chat-route .sat-chat-source{font-size:14px}.sat-chat-summary .sat-chat-route{padding:13px 14px;background:transparent}.sat-chat-handoff{padding:15px 20px 17px;background:#fff;border-top:1px solid #dce3e8;box-shadow:0 -6px 20px #243e5608}.sat-chat-handoff h3{margin:0 0 9px;font-size:15px;font-weight:700;line-height:1.5}.sat-chat-handoff .sat-chat-check{margin:0;font-size:14px;gap:10px;cursor:pointer}.sat-chat-handoff .sat-chat-check input{width:18px;height:18px;accent-color:#137c43}.sat-chat-handoff .sat-chat-line{margin-top:12px;min-height:48px;font-size:16px!important}.sat-chat-handoff .sat-chat-line:not(:disabled):hover{background:#0c6836}.sat-handoff-note{font-size:14px;line-height:1.6;margin:9px 0 0;color:#526479}.sat-handoff-send{font-size:14px;line-height:1.6;margin:6px 0 0;color:#334756}.sat-chat-handoff .sat-chat-line:disabled{opacity:1;background:#e4e9ed;color:#6b7885}.sat-chat-summary #sat-summary-title:focus{outline:none}
@media(max-width:600px){.sat-chat-dialog{width:calc(100vw - 16px)}.sat-chat-handoff{padding:13px 16px 15px}.sat-chat-progress{font-size:14px}.sat-chat-summary h3{font-size:21px}}
@media(max-height:600px){.sat-chat-dialog{height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);margin:8px 8px 8px auto}.sat-chat-head{padding:9px 14px}.sat-chat-progress{padding:7px 14px}.sat-chat-handoff{padding:10px 14px}.sat-chat-handoff h3{margin-bottom:5px}.sat-chat-handoff .sat-chat-line{margin-top:7px;min-height:42px}.sat-handoff-note,.sat-handoff-send{margin-top:4px}}
@media(prefers-reduced-motion:reduce){.sat-chat-scroll{scroll-behavior:auto}.sat-chat-launch{transform:none!important}}
