:root{--brand:#b40000;--yellow:#f6e18b;--border:#ddd;--text:#111}html,body{color:var(--text);background:#fff;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}a{color:var(--brand);font-size:12px;text-decoration:none}.topbar{border-bottom:1px solid var(--border);justify-content:center;align-items:center;padding:14px;display:flex;position:relative}.backLink{color:#c07a00;font-size:12px;position:absolute;top:16px;left:16px}.brandTitle{color:var(--brand);text-align:center;font-size:13px;font-weight:700}.brandSub{color:#444;text-align:center;font-size:10px}.mainWrap{justify-content:center;padding:30px 10px 80px;display:flex}.cardYellow{background:var(--yellow);width:450px;padding:25px 20px}.crestWrap{text-align:center;margin-bottom:12px}.crest{width:150px;height:auto}.sectionTitle{color:var(--brand);text-align:center;margin:18px 0 6px;font-size:15px;font-weight:700}p{text-align:justify;font-size:10.5px;line-height:1.5}.chatFab{cursor:pointer;z-index:9999;background:#fff;border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:25px;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 3px 15px #00000026}.chatIcon{width:50px;height:50px}.chatPanel{z-index:9999;background:#fff;border:1px solid #ccc;border-radius:10px;flex-direction:column;width:350px;height:450px;display:flex;position:fixed;bottom:100px;right:25px;box-shadow:0 5px 30px #00000040}.chatHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:10px;display:flex}.chatTitle{align-items:center;gap:8px;display:flex}.chatLogo{object-fit:contain;width:24px;height:24px}.chatClose{cursor:pointer;background:0 0;border:none;font-size:16px}.chatBody{flex-direction:column;flex:1;gap:6px;padding:10px;display:flex;overflow-y:auto}.msg{word-wrap:break-word;border-radius:10px;max-width:75%;margin-bottom:8px;padding:8px 12px;line-height:1.4;display:inline-block}.userMsg{text-align:left;background:#e8f0ff;align-self:flex-end;margin-left:auto}.botMsg{text-align:left;background:#f6f6f6;align-self:flex-start;margin-right:auto}.chatInputWrap{border-top:1px solid #eee;gap:8px;padding:10px;display:flex}.chatInput{border:1px solid #ccc;border-radius:6px;flex:1;padding:8px}.chatSend{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;padding:8px 12px}.page-scale{transform-origin:top;width:50%;margin:0 auto;transform:scale(2)}.chatFab,.chatPanel{transform:none!important}.headerImageWrap{text-align:center;border-bottom:.1px solid #eee;padding:20px 0 0}.headerImage{cursor:pointer;width:300px;height:auto;transition:transform .2s}@keyframes blink{0%,to{opacity:.2}50%{opacity:1}}.typingBubble{background:#f6f6f6;border-radius:12px;align-items:center;max-width:75%;margin-top:4px;margin-bottom:8px;padding:8px 12px;display:inline-flex;box-shadow:0 1px 2px #0000000d}.typingDots{gap:4px;display:inline-flex}.typingDots span{background:#888;border-radius:50%;width:6px;height:6px;animation:1.4s infinite typingBlink}.typingDots span:nth-child(2){animation-delay:.2s}.typingDots span:nth-child(3){animation-delay:.4s}@keyframes typingBlink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (max-width:768px){.page-scale{width:100%;margin:0;transform:none}.topbar{flex-direction:column;align-items:center;padding:12px 10px}.backLink{position:left;margin-bottom:8px;font-size:8px}.headerImage{width:90%;max-width:320px}.mainWrap{padding:16px 10px 90px}.cardYellow{width:100%;padding:16px 14px}.crest{width:120px}p{font-size:13px}.sectionTitle{font-size:14px}.chatPanel{width:calc(100% - 50px);height:420px;bottom:80px;right:10px}.chatFab{bottom:15px;right:15px}}.chatBelowHeader{min-height:calc(100vh - 120px);position:relative}.chatBelowHeader .chatFullPage{height:100%}.chatFullPage{background:#f7f7f8;flex-direction:column;align-items:center;min-height:calc(100vh - 120px);padding:40px 20px 140px;display:flex;position:relative}.chatInner{flex-direction:column;gap:20px;width:100%;max-width:800px;display:flex}.chatBody{flex-direction:column;gap:14px;display:flex}.chatInputFloating{background:#fff;border:1px solid #ddd;border-radius:14px;gap:10px;width:90%;max-width:800px;padding:14px;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 15px 40px #00000026}.chatInputFloating input{border:none;outline:none;flex:1;font-size:14px}.chatInputFloating button{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 14px}
