.ye-sat-chat{font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#172033}.ye-sat-chat__panel{border:1px solid #dfe5ee;border-radius:18px;background:#fff;max-width:460px;box-shadow:0 14px 42px rgba(15,23,42,.14);overflow:hidden}.ye-sat-chat--floating{position:fixed;right:20px;bottom:20px;z-index:99999}.ye-sat-chat--floating .ye-sat-chat__panel{width:min(420px,calc(100vw - 32px));max-height:calc(100vh - 40px)}.ye-sat-chat__toggle{width:58px;height:58px;border:0;border-radius:999px;background:#153e75;color:#fff;box-shadow:0 14px 34px rgba(15,23,42,.24);cursor:pointer;font-size:25px}.ye-sat-chat__head{display:flex;gap:10px;align-items:center;padding:14px 16px;background:linear-gradient(135deg,#153e75,#2563eb);color:#fff}.ye-sat-chat__head strong{display:block;font-size:15px}.ye-sat-chat__head span{display:block;font-size:12px;opacity:.88}.ye-sat-chat__avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.18)}.ye-sat-chat__close{margin-left:auto;border:0;background:rgba(255,255,255,.16);color:#fff;border-radius:999px;width:30px;height:30px;font-size:20px;line-height:1;cursor:pointer}.ye-sat-chat__messages{max-height:520px;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:10px;background:#f7f9fc}.ye-sat-chat--floating .ye-sat-chat__messages{max-height:min(520px,calc(100vh - 210px))}.ye-sat-chat__msg{padding:10px 12px;border-radius:15px;font-size:14px;line-height:1.45;max-width:92%;white-space:normal}.ye-sat-chat__msg--bot{background:#fff;align-self:flex-start;border:1px solid #e7ecf3}.ye-sat-chat__msg--user{background:#153e75;color:#fff;align-self:flex-end}.ye-sat-chat__form{display:flex;border-top:1px solid #e7ecf3;background:#fff}.ye-sat-chat__form input[name=message]{flex:1;border:0;padding:13px 14px;font-size:14px;outline:none;min-width:0}.ye-sat-chat__form button{border:0;padding:0 16px;cursor:pointer;background:#153e75;color:#fff;font-weight:700}.ye-sat-chat__hp{position:absolute!important;left:-9999px!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none!important}.ye-sat-chat__quick{display:flex;flex-wrap:wrap;gap:7px;padding:10px 12px;background:#fff;border-top:1px solid #eef2f7}.ye-sat-chat__quick:empty{display:none}.ye-sat-chat__quick-btn{border:1px solid #dbe4ef;background:#fff;color:#153e75;border-radius:999px;padding:7px 10px;font-weight:700;font-size:12px;cursor:pointer}.ye-sat-chat__quick-btn:hover{background:#f1f5f9}.ye-sat-chat__answer{margin-bottom:10px}.ye-sat-chat__plazas{display:grid;gap:10px;margin-top:8px}.ye-sat-chat__plaza{border:1px solid #e5e7eb;border-radius:16px;padding:13px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.06)}.ye-sat-chat__plaza-top{display:flex;justify-content:flex-start;margin-bottom:7px}.ye-sat-chat__badge{font-size:11px;font-weight:700;color:#155e3b;background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;padding:3px 8px}.ye-sat-chat__plaza h4{font-size:15px;line-height:1.25;margin:0 0 6px;color:#10213d}.ye-sat-chat__loc{font-size:13px;margin:0 0 8px;color:#58677d}.ye-sat-chat__reason{font-size:13px;margin:0 0 10px;color:#334155}.ye-sat-chat__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:2px;padding:8px 12px;border-radius:999px;background:#153e75;color:#fff!important;text-decoration:none!important;font-weight:700;font-size:13px}.ye-sat-chat__typing{display:block;color:#334155;font-style:italic;max-width:92%}.ye-sat-chat__typing:after{content:"";display:inline-block;width:1.2em;text-align:left;animation:yeSatDots 1.2s steps(4,end) infinite}@keyframes yeSatDots{0%{content:""}25%{content:"."}50%{content:".."}75%,100%{content:"..."}}@media(max-width:520px){.ye-sat-chat--floating{right:12px;bottom:12px}.ye-sat-chat__panel{max-width:100%}.ye-sat-chat--floating .ye-sat-chat__panel{width:calc(100vw - 24px)}.ye-sat-chat__messages{max-height:440px}.ye-sat-chat__msg{font-size:13.5px}.ye-sat-chat__form button{padding:0 12px}}


.ye-sat-chat__cta{border:0;cursor:pointer}
.ye-sat-chat__modal[hidden]{display:none!important}
.ye-sat-chat__modal{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;padding:18px}
.ye-sat-chat__modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(2px)}
.ye-sat-chat__modal-card{position:relative;z-index:1;width:min(720px,calc(100vw - 28px));max-height:calc(100vh - 40px);background:#fff;border-radius:18px;box-shadow:0 22px 70px rgba(15,23,42,.28);overflow:hidden}
.ye-sat-chat__modal-close{position:absolute;right:10px;top:10px;width:34px;height:34px;border:0;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:22px;line-height:1;cursor:pointer;z-index:2}
.ye-sat-chat__modal-body{padding:18px;max-height:calc(100vh - 60px);overflow:auto}
.ye-sat-chat__modal-body h3{margin:0 40px 8px 0;font-size:18px;color:#10213d}
.ye-sat-chat__modal-body p{margin:0 0 12px;color:#334155;font-size:14px;line-height:1.45}
.ye-sat-chat__form-frame{width:100%;height:min(620px,calc(100vh - 190px));border:1px solid #e5e7eb;border-radius:14px;background:#fff}
.ye-sat-chat__modal-fallback{font-size:12px!important;margin-top:10px!important}
.ye-sat-chat__typing:after{content:none!important;display:none!important;animation:none!important}
@media(max-width:520px){.ye-sat-chat__modal{padding:10px}.ye-sat-chat__modal-card{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.ye-sat-chat__modal-body{padding:14px}.ye-sat-chat__form-frame{height:calc(100vh - 180px)}}
