.channel-chooser{margin:0 0 2.5rem;padding:1.5rem 0 0;border-top:1px solid var(--ink)}.channel-chooser h2{max-width:28rem;margin:0;font-size:1.25rem;line-height:1.3}.channel-options{display:grid;gap:.65rem;margin-top:1.25rem}.channel-option{display:grid;grid-template-columns:2.5rem minmax(0,1fr) auto;gap:.75rem;align-items:center;min-height:88px;padding:.8rem;border:1px solid var(--line);background:var(--surface);color:var(--ink);text-decoration:none}.channel-option:hover{border-color:var(--green-dark);background:var(--green-soft)}.channel-option[aria-current=page]{border:2px solid var(--green-dark);background:var(--green-soft)}.channel-option__icon{display:grid;width:2.5rem;height:2.5rem;place-items:center;border:1px solid var(--green-dark);border-radius:50%;color:var(--green-dark);font-size:1rem;font-weight:900}.channel-option small,.channel-option strong{display:block}.channel-option small{margin-top:.15rem;color:var(--muted);font-size:.8rem}.channel-option__arrow{color:var(--green-dark);font-size:1.25rem;font-weight:900}.chat-page{width:100%;min-height:100dvh;padding:1rem;background:#f0f2f5}.chat-device{display:flex;width:min(27rem,100%);min-height:calc(100dvh - 2rem);margin:0 auto;overflow:hidden;flex-direction:column;border:1px solid #c9d1d4;border-radius:14px;background:#efeae2;box-shadow:0 16px 42px rgb(17 27 33/18%);color:#111b21;font-size:.9rem;line-height:1.45}.chat-header{position:sticky;z-index:3;top:0;display:flex;min-height:64px;align-items:center;gap:.45rem;padding:.45rem .55rem .45rem .25rem;background:#005c4b;color:#fff}.chat-header__back{display:grid;flex:0 0 48px;width:48px;min-height:48px;place-items:center;border-radius:50%;color:#fff;font-size:2.2rem;line-height:1;text-decoration:none}.chat-header__back:focus-visible,.chat-header__back:hover{background:rgb(255 255 255/12%)}.chat-avatar{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:50%;background:#e7fce9;color:#005c4b;font-size:1.25rem;font-weight:850}.chat-header__identity{min-width:0;flex:1}.chat-header__identity h1{margin:0;font-family:inherit;font-size:1rem;font-weight:700}.chat-header__identity h1,.chat-header__identity small{overflow:hidden;color:#fff;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.chat-header__identity small{display:block;margin-top:.1rem;font-size:.65rem}.chat-header__tools{display:flex;flex:0 0 auto;align-items:center;gap:.65rem;padding-left:.25rem;color:#fff;font-size:1.65rem}.chat-header__tools svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2}.chat-transcript{position:relative;flex:1;min-height:34rem;padding:.65rem .65rem 1rem;background-color:#efeae2;background-image:radial-gradient(circle at 12px 12px,rgb(84 101 111/6%) 1px,transparent 1.5px),radial-gradient(circle at 32px 30px,rgb(84 101 111/5%) 1px,transparent 1.5px);background-size:44px 44px}.chat-prototype-notice.prototype-banner{display:flex;width:min(88%,21rem);margin:.15rem auto .9rem;align-items:flex-start;justify-content:center;gap:.35rem;padding:.45rem .6rem;border:0;border-radius:7px;background:#fff3c4;color:#3b3200;font-size:.67rem;line-height:1.35;text-align:left}.chat-prototype-notice.prototype-banner>span{display:block;width:auto;height:auto;margin:0;border:0;border-radius:0;font-size:.72rem;line-height:1.35}.chat-prototype-notice p{width:auto;margin:0}.chat-message{position:relative;display:flow-root;width:fit-content;max-width:88%;margin:0 0 .45rem;padding:.45rem .55rem .35rem;border:0;border-radius:0 8px 8px;background:#fff;box-shadow:0 1px 1px rgb(11 20 26/13%)}.chat-message--incoming:before{position:absolute;top:0;left:-7px;width:0;height:0;border-top:8px solid #fff;border-left:8px solid transparent;content:""}.chat-message h2,.chat-message p,.chat-message ul{margin:0}.chat-message h2+p,.chat-message p+a,.chat-message p+h2,.chat-message p+p,.chat-message small+p,.chat-message strong+p{margin-top:.45rem}.chat-message h2{font-size:1rem;line-height:1.35}.chat-message>small{display:block;color:#415057;font-size:.67rem;font-weight:700}.chat-message__meta{float:right;margin:.35rem 0 -.15rem .55rem;color:#3f4d53;font-size:.58rem;line-height:1;white-space:nowrap}.chat-message__checks{color:#0066a2;font-size:.68rem;font-weight:800;letter-spacing:-.18em}.chat-message--outgoing{margin-left:auto;border-radius:8px 0 8px 8px;background:#d9fdd3}.chat-message--outgoing:before{position:absolute;top:0;right:-7px;width:0;height:0;border-top:8px solid #d9fdd3;border-right:8px solid transparent;content:""}.chat-message--safety{max-width:90%;margin-right:auto;margin-left:auto;border-radius:7px;background:#fff3c4;color:#3b3200;font-size:.73rem;text-align:center}.chat-message--safety:before{display:none}.chat-message--result{max-width:90%}.chat-exchange{display:contents}.chat-replies{display:grid;width:min(88%,22rem);gap:.28rem;margin:.3rem 0 .7rem}.chat-replies--language{width:min(72%,16rem)}.chat-reply{display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .75rem;border:0;border-radius:8px;background:#fff;box-shadow:0 1px 1px rgb(11 20 26/13%);color:#005c4b;font-weight:750;text-align:left}.chat-reply:focus-visible,.chat-reply:hover{background:#f4fbf6}.chat-reply small,.chat-reply strong{display:block}.chat-reply small{margin-top:.08rem;color:#3f4d53;font-size:.68rem;font-weight:600}.chat-review{margin:.7rem 0 0}.chat-review div{padding:.48rem 0;border-top:1px solid #d8dedf}.chat-review dt{color:#415057;font-size:.67rem;font-weight:700}.chat-review dd{margin:.08rem 0 0;font-weight:750}.chat-action-card{margin:0;padding:0}.chat-action-card__title{margin:-.45rem -.55rem .15rem;padding:.6rem .55rem;background:#005c4b;color:#fff;font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.chat-action-card h3:not(.chat-action-card__title){margin:.25rem 0 0;font-size:1rem;line-height:1.35}.chat-action-card blockquote,.chat-action-card dd,.chat-action-card dl{margin:0}.chat-action-card dl>div{padding:.62rem 0;border-top:1px solid #d8dedf}.chat-action-card dt{color:#005c4b;font-size:.66rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.chat-action-card dd{margin-top:.16rem;font-weight:650}.chat-action-card ul{margin:0;padding-left:1.05rem}.chat-action-card blockquote{padding:.55rem .65rem;border-left:3px solid #006c55;background:#f1f8f3;font-weight:650}.chat-device .action-slip-panel{width:min(90%,23rem);margin:0 0 .5rem;overflow:hidden;border:1px solid #946616;border-left-width:5px;border-radius:8px;background:#fffdf6;box-shadow:0 1px 1px rgb(11 20 26/13%)}.chat-device .action-slip-panel>details>summary{min-height:76px;grid-template-columns:2rem minmax(0,1fr) auto;gap:.55rem;padding:.7rem;background:#fff3c4}.chat-device .action-slip-summary__icon{width:1.9rem;height:1.9rem;padding:.32rem}.chat-device .action-slip-summary__copy>span{color:#5d460d;font-size:.86rem}.chat-device .action-slip-summary__copy>small{font-size:.67rem}.chat-device .action-slip-panel>details>summary:after{color:#6e4f00;font-size:1.35rem}.chat-device .action-slip-card{padding:.7rem;font-size:.78rem}.chat-device .action-slip-card header{padding-bottom:.65rem;border-bottom-color:#005c4b}.chat-device .action-slip-card h2{font-size:.95rem}.chat-device .visit-note-disclosure,.chat-device .visit-note-section>p{font-size:.67rem}.chat-device .visit-note-section{padding:.6rem 0;border-bottom-color:#d8dedf}.chat-device .visit-note-checklist{gap:.3rem;margin-top:.45rem}.chat-device .visit-note-checklist li{padding:.4rem .5rem}.chat-device .visit-note-request blockquote{padding:.55rem}.chat-device .action-slip-card footer{padding:.6rem;font-size:.67rem}.chat-device .action-slip-actions{display:grid;gap:0;padding:0;border-top:1px solid #d8dedf}.chat-device .action-slip-actions .action,.chat-device .action-slip-actions .share-button{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:.45rem;margin:0;padding:.6rem .7rem;border:0;border-bottom:1px solid #d8dedf;border-radius:0;background:#fff;color:#005c4b;font-weight:750;text-align:center}.chat-device .action-slip-actions .share-status{margin:0;padding:.45rem .7rem}.chat-action-facts{display:grid;grid-template-columns:minmax(4.5rem,.32fr) minmax(0,1fr);gap:.65rem}.chat-link-list,.chat-verify-links{display:grid;gap:0}.chat-business-button{display:flex;min-height:48px;align-items:center;justify-content:center;gap:.4rem;padding:.55rem .35rem;border-top:1px solid #d8dedf;color:#005c4b;font-weight:750;text-align:center;text-decoration:none}.chat-evidence{margin-bottom:.5rem;padding:.15rem .55rem .35rem}.chat-evidence summary{display:flex;min-height:48px;align-items:center;color:#005c4b;font-weight:750;cursor:pointer}.chat-evidence p{margin:0 0 .45rem}.chat-checks{display:grid;gap:0;margin-top:.65rem!important;padding:0;list-style:none}.chat-check{display:grid;grid-template-columns:1.45rem minmax(0,1fr);gap:.45rem;padding:.48rem 0;border-top:1px solid #d8dedf}.chat-check>span:first-child{font-size:1rem;font-weight:900}.chat-check small,.chat-check strong{display:block}.chat-check small{color:#415057;font-size:.7rem}.chat-check--pass>span:first-child{color:#06752d}.chat-check--fail>span:first-child{color:#9c1c1c}.chat-inline-warning{padding:.55rem;border-left:3px solid #8a5c00;background:#fff3c4;color:#3b3200;font-weight:650}.chat-result-actions{display:grid;width:min(88%,22rem);gap:0;margin:0 0 .55rem;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 1px 1px rgb(11 20 26/13%)}.chat-result-actions .action{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:.45rem;margin:0;padding:.6rem .7rem;border:0;border-bottom:1px solid #d8dedf;border-radius:0;background:#fff;color:#005c4b;font-weight:750;text-align:center;text-decoration:none}.chat-result-actions .action:last-child{border-bottom:0}.chat-result-actions .action:focus-visible,.chat-result-actions .action:hover{background:#f4fbf6}.chat-restart{display:flex;min-height:48px;align-items:center;gap:.35rem;margin:.75rem auto 0;padding:.45rem .75rem;border:0;border-radius:1.25rem;background:#fff;box-shadow:0 1px 1px rgb(11 20 26/13%);color:#005c4b;font-weight:750}.chat-composer{position:sticky;z-index:3;bottom:0;display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:.4rem;min-height:62px;align-items:center;padding:.45rem .5rem;background:#f0f2f5;color:#415057;font-size:.68rem}.chat-composer__field{display:grid;min-height:46px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.5rem;padding:.3rem .65rem;border-radius:1.5rem;background:#fff}.chat-composer__icon{display:grid;width:1.35rem;height:1.35rem;place-items:center;color:#3f4d53}.chat-composer__icon svg,.chat-composer__mic svg{width:1.2rem;height:1.2rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.chat-composer__mic{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#005c4b;color:#fff}.chat-page>.dev-status,.chat-page>.source-note{width:min(27rem,calc(100% - 2rem));margin-right:auto;margin-left:auto}@media (max-width:520px){.chat-page{padding:0}.chat-device{width:100%;min-height:100dvh;border:0;border-radius:0;box-shadow:none}.chat-transcript{min-height:calc(100dvh - 126px)}}@media print{.chat-page{padding:0;background:#fff}.chat-device{min-height:0;border:1px solid #777;box-shadow:none}.chat-composer{display:none}}