.aichat__launcher{position: fixed;right: 22px;bottom: 22px;z-index: 9990;width: 56px;height: 56px;border-radius: 50%;border: none;background: #1e3a5f;color: #fff;font-size: 22px;cursor: pointer;box-shadow: 0 6px 18px rgba(15,23,42,0.28);display: flex;align-items: center;justify-content: center;transition: transform 0.15s ease,background 0.15s ease}.aichat__launcher:hover{background: #2c4f7c;transform: scale(1.06)}.aichat__launcher:focus-visible{outline: 3px solid #8bb8e8;outline-offset: 2px}.aichat__panel{position: fixed;right: 22px;bottom: 90px;z-index: 9991;width: 384px;max-width: calc(100vw - 24px);height: 560px;max-height: calc(100vh - 120px);background: #fff;border-radius: 14px;box-shadow: 0 18px 50px rgba(15,23,42,0.32);display: none;flex-direction: column;overflow: hidden;font-size: 14px}.aichat__panel--open{display: flex}@media (max-width: 480px){.aichat__panel{right: 8px;left: 8px;bottom: 86px;width: auto;height: 72vh}}.aichat__panel--expanded{width: 1200px;height: 800px;max-width: 80vw;max-height: 90vh}.aichat__header{background: #1e3a5f;color: #fff;padding: 12px 14px;display: flex;align-items: center;gap: 10px;flex-shrink: 0}.aichat__header-icon{width: 34px;height: 34px;border-radius: 50%;background: rgba(255,255,255,0.15);display: flex;align-items: center;justify-content: center;font-size: 16px}.aichat__title{font-weight: 600;font-size: 14px;flex: 1;line-height: 1.2}.aichat__header-btn{background: none;border: none;color: rgba(255,255,255,0.85);font-size: 15px;cursor: pointer;padding: 6px 8px;border-radius: 6px}.aichat__header-btn:hover{background: rgba(255,255,255,0.12);color: #fff}.aichat__body{flex: 1;overflow-y: auto;padding: 14px;background: #f5f7fa;display: flex;flex-direction: column;gap: 10px}.aichat__msg{max-width: 88%;padding: 9px 12px;border-radius: 12px;line-height: 1.5;white-space: pre-wrap;word-break: break-word}.aichat__msg--user{align-self: flex-end;background: #1e3a5f;color: #fff;border-bottom-right-radius: 4px}.aichat__msg--bot{align-self: flex-start;background: #fff;color: #24313f;border: 1px solid #e4e9ef;border-bottom-left-radius: 4px}.aichat__msg--notice{align-self: center;background: #fff8e1;border: 1px solid #ffe0b2;color: #8a6d00;font-size: 13px;text-align: center;max-width: 96%}.aichat__msg--bot ul{margin: 6px 0 0 18px}.aichat__typing{align-self: flex-start;display: flex;gap: 4px;padding: 12px 14px;background: #fff;border: 1px solid #e4e9ef;border-radius: 12px;border-bottom-left-radius: 4px}.aichat__typing span{width: 7px;height: 7px;border-radius: 50%;background: #9fb1c4;animation: aichat-bounce 1.2s infinite}.aichat__typing span:nth-child(2){animation-delay: 0.15s}.aichat__typing span:nth-child(3){animation-delay: 0.3s}@keyframes aichat-bounce{0%,60%,100%{transform: translateY(0);opacity: 0.5}30%{transform: translateY(-5px);opacity: 1}}.aichat__cards{align-self: stretch;display: flex;flex-direction: column;gap: 8px}.aichat__card{display: flex;gap: 10px;background: #fff;border: 1px solid #e4e9ef;border-radius: 10px;padding: 8px;align-items: center}.aichat__card-img{width: 54px;height: 54px;object-fit: contain;border-radius: 6px;background: #f5f7fa;flex-shrink: 0}.aichat__card-main{flex: 1;min-width: 0}.aichat__card-name{font-weight: 600;font-size: 13px;color: #24313f;line-height: 1.3;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden}.aichat__card-meta{font-size: 12px;color: #7a8699;margin-top: 2px}.aichat__card-price{font-weight: 700;color: #1e3a5f;font-size: 13px}.aichat__card-old{font-size: 12px;color: #98a4b3;text-decoration: line-through;margin-left: 4px}.aichat__links{align-self: stretch;display: flex;flex-wrap: wrap;gap: 6px}.aichat__cta--link{margin-top: 0;font-weight: 500;font-size: 12.5px;padding: 7px 12px}.aichat__card-actions{display: flex;flex-direction: column;gap: 5px;flex-shrink: 0}.aichat__card-btn{border: 1px solid #d6dee8;background: #fff;color: #1e3a5f;border-radius: 7px;font-size: 12px;padding: 4px 9px;cursor: pointer;text-decoration: none;text-align: center;white-space: nowrap}.aichat__card-btn:hover{background: #eef4fb}.aichat__card-btn--primary{background: #1e3a5f;color: #fff;border-color: #1e3a5f}.aichat__card-btn--primary:hover{background: #2c4f7c}.aichat__card-btn--fav{color: #e74c3c}.aichat__card-btn--fav:hover{background: #fdecec}.aichat__chips{display: flex;flex-wrap: wrap;gap: 6px;align-self: stretch}.aichat__chip{border: 1px solid #c9d6e4;background: #fff;color: #1e3a5f;border-radius: 999px;padding: 6px 12px;font-size: 12.5px;cursor: pointer;text-align: left}.aichat__chip:hover{background: #eef4fb;border-color: #1e3a5f}.aichat__footer{border-top: 1px solid #e4e9ef;padding: 10px;display: flex;gap: 8px;align-items: flex-end;background: #fff;flex-shrink: 0}.aichat__legal{background: #fff;padding: 0 8px 8px;flex-shrink: 0;font-size: 9px;line-height: 1.45;color: #98a4b3;white-space: nowrap}.aichat__legal-text{display: inline}.aichat__legal-link{display: inline;margin: 0 0 0 4px;padding: 0;border: 0;background: none;font: inherit;font-weight: 600;color: #1e3a5f;text-decoration: underline;cursor: pointer}@media (max-width: 400px){.aichat__legal{white-space: normal}}.aichat__legal-link:hover{color: #16a085}.aichat__legal-link[disabled]{opacity: .5;cursor: default}.aichat__input{flex: 1;border: 1px solid #d6dee8;border-radius: 10px;padding: 9px 12px;font-size: 14px;font-family: inherit;resize: none;max-height: 96px;line-height: 1.4}.aichat__input:focus{outline: none;border-color: #1e3a5f}.aichat__send{width: 40px;height: 40px;border-radius: 10px;border: none;background: #1e3a5f;color: #fff;font-size: 15px;cursor: pointer;flex-shrink: 0}.aichat__send:hover{background: #2c4f7c}.aichat__send:disabled{background: #b6c2d1;cursor: default}.aichat__cta{display: inline-block;margin-top: 8px;background: #1e3a5f;color: #fff !important;border-radius: 8px;padding: 7px 14px;font-size: 13px;font-weight: 600;text-decoration: none}.aichat__cta:hover{background: #2c4f7c}