.chat-widget{position:fixed;right:20px;bottom:20px;z-index:50;font-size:16px}.chat-widget button,.chat-widget input{font:inherit}.chat-widget button{cursor:pointer;min-height:44px;border:0;border-radius:6px;padding:10px 14px}.chat-toggle{background:#102f48;color:#fff;box-shadow:0 4px 20px #10213540}.chat-panel{width:min(390px,calc(100vw - 32px));max-height:calc(100dvh - 100px);overflow:auto;background:white;border:1px solid #cbd5e0;border-radius:12px;margin-bottom:12px;box-shadow:0 12px 45px #10213540;color:#102135}.chat-panel[hidden]{display:none}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#102f48;color:#fff}.chat-header h2{font-size:18px;margin:0}.chat-header button{background:transparent;color:white}.chat-note{font-size:14px;margin:14px 16px;line-height:1.5;color:#536175}.chat-log{max-height:230px;overflow:auto;padding:0 16px;overflow-wrap:anywhere}.chat-log p{font-size:16px;line-height:1.5;padding:12px;border-radius:8px;margin:10px 0}.chat-answer{background:#edf3f8}.chat-user{background:#d5e8f6}.chat-choices{display:flex;gap:8px;flex-wrap:wrap;padding:12px 16px}.chat-choices button{background:#e3edf6;color:#102135;font-size:14px}.chat-form{padding:0 16px}.chat-form label{display:block;font-size:14px;margin-bottom:8px}.chat-entry{display:flex;gap:8px}.chat-entry input{width:100%;min-width:0;border:1px solid #728397;padding:10px;border-radius:6px}.chat-entry button{background:#102f48;color:white}.chat-personal{display:block;margin:14px 16px 16px;padding:12px;background:#25d366;border-radius:6px;text-align:center;color:#102135;font-weight:bold;text-decoration:none}footer{padding-bottom:100px}.chat-widget :focus-visible{outline:3px solid #287ed0;outline-offset:3px}@media(max-width:480px){.chat-widget{right:16px;bottom:12px}.chat-log{max-height:26dvh}}
