*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;background:#f1f5f9;color:#0f172a}.shell-action-btn{border:2px solid #e2e8f0;background:transparent;border-radius:999px;height:36px;width:36px;display:inline-flex;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.shell-action-btn:hover:not(:disabled){border-color:#93b4f5;background:#eff6ff}.shell-action-btn:disabled{opacity:.6;cursor:default}.shell-action-btn svg{width:16px;height:16px;flex-shrink:0}.shell-action-btn--icon{padding:0 11px}.app{width:100%;height:100dvh;display:flex;align-items:center;justify-content:center;padding:12px}.wizard{width:100%;max-width:640px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014,0 8px 24px #0000000f;padding:40px 36px;animation:fadeIn .3s ease}.wizard__header{text-align:center;margin-bottom:32px}.wizard__header-top{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px}.wizard__icon{width:48px;height:48px;background:#dbeafe;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.wizard__icon svg{width:24px;height:24px;color:#2563eb}.wizard__title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:6px}.wizard__subtitle{font-size:14px;color:#64748b}.wizard__progress{margin-bottom:32px}.wizard__progress-label{display:flex;justify-content:space-between;font-size:13px;color:#64748b;margin-bottom:10px}.wizard__progress-track{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.wizard__progress-fill{height:100%;background:#2563eb;border-radius:3px;transition:width .4s ease}.wizard__steps{display:flex;justify-content:center;gap:8px;margin-top:12px}.wizard__dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;transition:background .3s}.wizard__dot--active{background:#2563eb}.wizard__dot--done{background:#82a9ff}.wizard__question{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:20px;text-align:center;animation:fadeIn .25s ease}.wizard__options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.wizard__option{display:flex;align-items:center;justify-content:center;padding:16px 12px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;font-size:14px;font-weight:500;color:#1e293b;cursor:pointer;transition:all .15s ease;text-align:center;min-height:56px;font-family:inherit;line-height:1.35}.wizard__option:hover:not(:disabled){border-color:#93b4f5;background:#f8faff}.wizard__option--selected{border-color:#2563eb;background:#eff6ff;color:#1e40af}.wizard__option:disabled{opacity:.5;cursor:default}.chat{width:100%;max-width:720px;height:min(700px,92dvh);background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014,0 8px 24px #0000000f;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;animation:fadeIn .3s ease}.chat__header{padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:12px}.chat__header-icon{width:36px;height:36px;border-radius:10px;background:#eff4ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat__header-icon svg{width:18px;height:18px;color:#2563eb}.chat__header-main{min-width:0;flex:1}.chat__header-title{font-size:15px;font-weight:600;color:#0f172a}.chat__header-status{font-size:12px;color:#059669;display:flex;align-items:center;gap:5px}.chat__header-status:before{content:"";width:6px;height:6px;background:#059669;border-radius:50%}.chat__header-status--busy{color:#d97706}.chat__header-status--busy:before{background:#d97706;animation:pulse 1.5s infinite}.chat__header-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.chat__minimize-btn{width:32px;height:32px;border:none;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:background .15s,color .15s;flex-shrink:0}.chat__minimize-btn:hover{background:#e2e8f0;color:#0f172a}.chat__minimize-btn svg{width:18px;height:18px}.chat__messages{padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.chat__message{display:flex;flex-direction:column}.chat__message--assistant{align-items:flex-start}.chat__message--user{align-items:flex-end}.chat__bubble{max-width:85%;padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.55;word-wrap:break-word}.chat__bubble--assistant{background:#f1f5f9;color:#1e293b}.chat__bubble--assistant p{margin:0 0 8px}.chat__bubble--assistant p:last-child{margin-bottom:0}.chat__bubble--assistant ul,.chat__bubble--assistant ol{margin:4px 0 8px;padding-left:20px}.chat__bubble--assistant li{margin-bottom:4px}.chat__bubble--assistant li:last-child{margin-bottom:0}.chat__bubble--assistant strong{font-weight:600;color:#0f172a}.chat__bubble--assistant h3,.chat__bubble--assistant h4{font-size:14px;font-weight:600;margin:8px 0 4px}.chat__bubble--assistant h3:first-child,.chat__bubble--assistant h4:first-child{margin-top:0}.chat__bubble--assistant code{background:#e2e8f0;padding:1px 5px;border-radius:4px;font-size:13px}.chat__bubble--assistant .chat__markdown-table-wrap{margin:8px 0 12px;max-width:100%;overflow-x:auto;border:1px solid #cbd5e1;border-radius:10px;background:#fff}.chat__bubble--assistant table{width:100%;min-width:360px;border-collapse:collapse;font-size:13px;line-height:1.45}.chat__bubble--assistant thead{background:#e2e8f0}.chat__bubble--assistant th,.chat__bubble--assistant td{padding:10px 12px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}.chat__bubble--assistant tbody tr:last-child td{border-bottom:none}.chat__bubble--assistant th{font-weight:700;color:#0f172a;white-space:nowrap}.chat__bubble--assistant td{color:#334155}.chat__bubble--user{background:#1e40af;color:#fff;white-space:pre-wrap}.chat__products{display:flex;flex-direction:column;gap:10px;margin-top:10px;width:min(100%,86%);max-width:520px}.chat__product-card{border:1px solid #dbe6f5;border-radius:16px;padding:12px;display:grid;grid-template-columns:132px minmax(0,1fr);gap:12px;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.chat__product-card:hover{border-color:#93b4f5}.chat__product-media{position:relative;width:132px;height:116px;border-radius:14px;overflow:hidden;background:linear-gradient(160deg,#eff6ff,#f8fbff);border:1px solid rgba(191,219,254,.8)}.chat__product-track{display:flex;width:100%;height:100%}.chat__product-slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:10px}.chat__product-image,.chat__product-fallback{width:100%;height:100%}.chat__product-image{display:block;object-fit:contain;object-position:center}.chat__product-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:8px;text-align:center;color:#1e3a8a}.chat__product-fallback-badge{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ffffffe0}.chat__product-fallback-badge svg{width:18px;height:18px}.chat__product-fallback-text{font-size:11px;font-weight:600;line-height:1.45}.chat__product-nav{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:none;background:#0f172a75;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .15s ease}.chat__product-nav:hover:not(:disabled){background:#1e40afe0}.chat__product-nav:disabled{cursor:default;opacity:.74}.chat__product-nav svg{width:14px;height:14px}.chat__product-nav--prev{left:6px}.chat__product-nav--next{right:6px}.chat__product-counter{position:absolute;right:8px;bottom:8px;border-radius:999px;padding:3px 7px;background:#0f172a9e;color:#fff;font-size:10px;font-weight:700}.chat__product-content{min-width:0;display:flex;flex-direction:column;gap:8px;justify-content:space-between}.chat__product-title{font-size:14px;font-weight:700;line-height:1.35;color:#0f172a}.chat__product-price{align-self:flex-start;font-size:20px;font-weight:700;color:#1d4ed8}.chat__product-attributes{display:flex;flex-wrap:wrap;gap:16px}.chat__product-chip{display:inline-flex;flex-direction:column;gap:2px;min-width:0;max-width:100%;padding:2px}.chat__product-chip-label{font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase}.chat__product-chip-value{font-size:12px;font-weight:600;color:#0f172a;line-height:1.35;word-break:break-word}.chat__product-cta{width:100%;height:34px;border-radius:10px;border:1px solid #c7d9f7;background:#fff;color:#1d4ed8;font-size:12px;font-weight:700;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.chat__product-cta:hover:not(:disabled){border-color:#93b4f5;background:#eff6ff}.chat__product-cta:disabled,.chat__product-cta--attached{border-color:#bfdbfe;background:#dbeafe;color:#1e3a8a;cursor:default}.chat__product-actions{display:flex;flex-direction:column;gap:6px}.chat__product-order-btn{width:100%;height:34px;border-radius:10px;border:none;background:#1d4ed8;color:#fff;font-size:12px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s ease,transform .1s ease}.chat__product-order-btn:hover{background:#1e40af}.chat__product-order-btn:active{transform:scale(.98)}.chat__typing{display:flex;gap:5px;align-self:flex-start;padding:14px 18px;background:#f1f5f9;border-radius:12px}.chat__typing-dot{width:7px;height:7px;background:#94a3b8;border-radius:50%;animation:bounce 1.2s infinite}.chat__typing-dot:nth-child(2){animation-delay:.15s}.chat__typing-dot:nth-child(3){animation-delay:.3s}.chat__form{padding:12px 16px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px}.chat__attachments{display:flex;flex-wrap:wrap;gap:8px}.chat__attachment-chip{display:inline-flex;align-items:center;gap:8px;min-width:0;padding:2px 10px;border-radius:999px;border:1px solid #bfdbfe;color:#1e3a8a}.chat__attachment-chip-text{font-size:12px;font-weight:600}.chat__attachment-remove{width:20px;height:20px;border:none;border-radius:50%;background:transparent;color:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.chat__attachment-remove svg{width:12px;height:12px}.chat__composer-row{display:flex;gap:8px;align-items:flex-end}.chat__input{flex:1;border:1px solid #e2e8f0;border-radius:12px;padding:10px 14px;font-size:14px;line-height:1.55;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit;resize:none;max-height:120px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.chat__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.chat__input:disabled{background:#f8fafc;color:#94a3b8}.chat__input::placeholder{color:#94a3b8}.chat__send-btn{width:40px;height:40px;background:#1e40af;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,transform .1s;flex-shrink:0}.chat__send-btn svg{width:18px;height:18px}.chat__send-btn:hover:not(:disabled){background:#1d4ed8}.chat__send-btn:active:not(:disabled){transform:scale(.92)}.chat__send-btn:disabled{background:#cbd5e1;cursor:default}.app-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:10;animation:modalFadeIn .18s ease both}.app-modal-backdrop--closing{animation:modalFadeOut .16s ease both;pointer-events:none}.app-modal{width:min(100%,420px);border-radius:20px;background:#fff;padding:24px;box-shadow:0 18px 45px #0f172a40,0 4px 14px #0f172a14;animation:modalSlideIn .22s cubic-bezier(.22,1,.36,1) both}.app-modal--closing{animation:modalSlideOut .16s ease both}.app-modal__eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:10px}.app-modal__title{font-size:22px;line-height:1.15;margin-bottom:10px}.app-modal__description{font-size:14px;line-height:1.6;color:#475569}.app-modal__error{margin-top:16px;border-radius:12px;background:#fef2f2;color:#b91c1c;padding:12px 14px;font-size:13px}.app-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.app-modal__button{min-width:124px;height:42px;border-radius:999px;border:none;padding:0 18px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .15s ease}.app-modal__button:hover:not(:disabled){opacity:.9}.app-modal__button:disabled{opacity:.65;cursor:default}.app-modal__button--secondary{background:#e2e8f0;color:#1e293b}.app-modal__button--primary{background:#1d4ed8;color:#fff}.order-form-modal{width:min(100%,480px);max-height:min(90dvh,700px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;position:relative}.order-form__close{position:absolute;top:18px;right:18px;width:32px;height:32px;border:none;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:background .15s,color .15s}.order-form__close:hover{background:#e2e8f0;color:#0f172a}.order-form__close svg{width:18px;height:18px}.order-form__header{padding-right:40px;margin-bottom:16px}.order-form__subtitle{font-size:13px;color:#64748b;margin-bottom:6px}.order-form__title{font-size:20px;font-weight:700;line-height:1.3;color:#0f172a;margin:0}.order-form__product-tag{display:inline-block;padding:5px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:600;margin-bottom:20px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-form{display:flex;flex-direction:column;gap:14px}.order-form__input{width:100%;height:46px;border:1px solid #e2e8f0;border-radius:12px;padding:0 14px;font-size:14px;font-family:inherit;color:#0f172a;outline:none;transition:border-color .15s,box-shadow .15s}.order-form__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.order-form__input::placeholder{color:#94a3b8}.order-form__input--error{border-color:#fca5a5}.order-form__input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.order-form__field{display:flex;flex-direction:column}.order-form__error{font-size:12px;color:#dc2626;margin-top:5px;padding-left:2px}.order-form__textarea{width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;font-size:14px;font-family:inherit;color:#0f172a;outline:none;resize:vertical;min-height:80px;transition:border-color .15s,box-shadow .15s}.order-form__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.order-form__textarea::placeholder{color:#94a3b8}.order-form__file-row{display:flex;align-items:center;gap:10px}.order-form__file-btn{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:8px 16px;font-size:13px;font-weight:600;font-family:inherit;color:#475569;cursor:pointer;transition:border-color .15s,background .15s;white-space:nowrap}.order-form__file-btn:hover{border-color:#93b4f5;background:#f8faff}.order-form__file-name{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#475569;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px 8px;border-radius:6px;background:#f1f5f9}.order-form__file-remove{border:none;background:none;color:#94a3b8;font-size:16px;line-height:1;cursor:pointer;padding:0 2px;flex-shrink:0}.order-form__file-remove:hover{color:#475569}.order-form__radio-group{display:flex;gap:24px}.order-form__radio{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#1e293b;cursor:pointer}.order-form__radio input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #cbd5e1;border-radius:50%;cursor:pointer;transition:border-color .15s;position:relative;flex-shrink:0;margin:0}.order-form__radio input[type=radio]:checked{border-color:#1d4ed8}.order-form__radio input[type=radio]:checked:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#1d4ed8;border-radius:50%}.order-form__consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#475569;cursor:pointer;line-height:1.4}.order-form__consent input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #cbd5e1;border-radius:5px;cursor:pointer;transition:border-color .15s,background .15s;position:relative;flex-shrink:0;margin:1px 0 0}.order-form__consent input[type=checkbox]:checked{border-color:#1d4ed8;background:#1d4ed8}.order-form__consent input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.order-form__submit{width:100%;height:46px;border:none;border-radius:12px;background:#1d4ed8;color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s;margin-top:4px}.order-form__submit:hover:not(:disabled){background:#1e40af}.order-form__submit:active:not(:disabled){transform:scale(.98)}.order-form__submit:disabled{opacity:.55;cursor:default}.order-form__submit-error{font-size:13px;line-height:1.4;color:#b91c1c;background:#fef2f2;border-radius:10px;padding:10px 12px}.order-form__success{display:flex;flex-direction:column;gap:16px}.order-form__success-text{font-size:14px;line-height:1.6;color:#334155}.order-form__success-close{width:100%;height:46px;border:none;border-radius:12px;background:#1d4ed8;color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s}.order-form__success-close:hover{background:#1e40af}.order-form__success-close:active{transform:scale(.98)}.chat-fab{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;background:#1e40af;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #1e40af4d;transition:transform .2s,box-shadow .2s;animation:fabIn .3s ease}.chat-fab:hover{transform:scale(1.08);box-shadow:0 6px 20px #1e40af66}.chat-fab:active{transform:scale(.95)}.chat-fab svg{width:26px;height:26px}.chat-fab__badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:#dc2626;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 4px #00000026;animation:badgePop .3s ease}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px;animation:fadeIn .3s ease}.loading__spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.loading__text{font-size:14px;color:#64748b}.app-error{text-align:center;padding:40px 20px;color:#dc2626;font-size:14px}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modalSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.98)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes fabIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes badgePop{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}@media(max-height:650px){.app{padding:0;align-items:stretch}.wizard{border-radius:0;box-shadow:none;padding:20px 16px;max-height:100dvh;overflow-y:auto}.wizard__header{margin-bottom:16px}.wizard__header-top{margin-bottom:10px}.wizard__icon{width:36px;height:36px}.wizard__icon svg{width:18px;height:18px}.wizard__title{font-size:16px}.wizard__subtitle{font-size:12px}.wizard__progress{margin-bottom:16px}.wizard__steps{margin-top:8px}.wizard__question{font-size:15px;margin-bottom:14px}.wizard__options{gap:8px}.wizard__option{padding:10px 8px;min-height:42px;font-size:13px}.chat{border-radius:0;box-shadow:none;height:100dvh}.app-modal-backdrop{padding:12px}}@media(max-width:520px){.wizard{padding:28px 20px}.wizard__options{grid-template-columns:1fr}.wizard__title{font-size:18px}.wizard__question{font-size:16px}.shell-action-btn{padding:0 10px}.shell-action-btn span{display:none}.chat__header{padding:14px 16px}.chat__header-actions{gap:6px}.chat__products{width:100%;max-width:100%}.chat__product-card{grid-template-columns:1fr}.chat__product-media{width:100%;height:160px}.chat__product-content{gap:12px}.app-modal{padding:20px;border-radius:18px}.app-modal__title{font-size:20px}.app-modal__actions{flex-direction:column-reverse}.app-modal__button{width:100%}.order-form-modal{max-height:95dvh}.order-form__title{font-size:18px}.order-form__radio-group{flex-direction:column;gap:10px}}
