.maka-chat-root{position:fixed;right:max(22px,env(safe-area-inset-right));bottom:max(22px,env(safe-area-inset-bottom));z-index:90;color:var(--ink);font:14px/1.65 "Plus Jakarta Sans",sans-serif;text-align:left}.maka-chat-root *{box-sizing:border-box}.maka-chat-root [hidden]{display:none!important}.maka-chat-launcher{display:flex;align-items:center;gap:8px;min-height:44px;padding:10px 14px;background:#fbfbfa;border:1px solid #bcc2c8;border-radius:30px;box-shadow:0 3px 12px #17293212;color:var(--ink);font:650 13px/1.2 "Plus Jakarta Sans",sans-serif;cursor:pointer;transition:background .18s,box-shadow .18s,transform .18s}.maka-chat-launcher:hover{background:#f1eee8;box-shadow:0 5px 23px #17293225;transform:translateY(-2px)}.maka-chat-launcher .icon{width:20px;height:20px}.maka-chat-panel{width:410px;height:min(690px,calc(100dvh - 40px));background:#fff;border:1px solid #d8d4ce;border-radius:12px;box-shadow:0 14px 70px #17293230;display:flex;flex-direction:column;overflow:hidden;animation:maka-chat-enter .2s ease-out}.maka-chat-head{display:flex;align-items:center;gap:12px;padding:18px 18px 15px;background:#f4f2ee;border-bottom:1px solid #e0ddd8;flex-shrink:0}.maka-chat-avatar{display:grid;place-items:center;width:40px;height:40px;background:#fff;border:1px solid #dcd8d2;border-radius:10px;position:relative}.maka-chat-avatar:after{content:'';position:absolute;width:9px;height:9px;right:-1px;top:-1px;border-right:2px solid var(--orange);border-top:2px solid var(--orange)}.maka-chat-heading{flex:1;min-width:0}.maka-chat-heading h2{font:700 17px/1.3 "Plus Jakarta Sans",sans-serif;letter-spacing:-.01em;margin:0 0 3px}.maka-chat-heading p{font:12px/1.4 "Plus Jakarta Sans",sans-serif;color:#606970;margin:0}.maka-chat-tool{display:grid;place-items:center;width:36px;height:36px;border:1px solid transparent;background:transparent;border-radius:6px;color:var(--ink);padding:7px;cursor:pointer;flex-shrink:0}.maka-chat-tool:hover{background:#fff;border-color:#d4cfc8}.maka-chat-tool .icon{width:20px;height:20px}.maka-chat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:7px 16px;border-bottom:1px solid #e8e6e2;flex-shrink:0}.maka-chat-text-button{display:inline-flex;align-items:center;gap:6px;color:#535f6a;background:none;border:0;padding:6px 2px;font:600 12px/1.5 "Plus Jakarta Sans",sans-serif;cursor:pointer;text-decoration:underline;text-underline-offset:4px;text-decoration-color:transparent}.maka-chat-text-button:hover{text-decoration-color:currentColor}.maka-chat-text-button .icon{width:15px;height:15px}.maka-chat-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:22px 20px 16px;scrollbar-width:thin;scrollbar-color:#bfc6cc transparent}.maka-chat-welcome h3{font:550 28px/1.2 "Plus Jakarta Sans",sans-serif;letter-spacing:-.02em;margin:0 0 14px;max-width:270px}.maka-chat-welcome p{color:#5e676e;margin:0 0 18px;font-size:14px}.maka-chat-topics{display:grid;gap:8px;margin-top:22px}.maka-chat-topics button{font:550 13px/1.5 "Plus Jakarta Sans",sans-serif;text-align:left;padding:11px 13px;border:1px solid #ddd9d4;border-radius:6px;color:#373e45;background:#f9f7f5;cursor:pointer;display:flex;justify-content:space-between;gap:15px;align-items:center}.maka-chat-topics button:hover{border-color:#8996a2;background:#f4f1ed}.maka-chat-topics .icon{width:17px;height:17px}.maka-chat-message{max-width:94%;margin:0 0 17px;overflow-wrap:anywhere}.maka-chat-message>small{display:block;color:#6d747b;font-size:11px;margin-bottom:6px}.maka-chat-message>p{margin:0;white-space:pre-wrap;line-height:1.75;font-size:14px}.maka-chat-message.is-user{margin-left:auto;background:#f3f1ed;border:1px solid #e4e1dd;padding:12px 14px;border-radius:10px 10px 2px 10px}.maka-chat-message.is-user>small{color:#525e68}.maka-chat-message.is-assistant{padding-right:8px}.maka-chat-message-context{display:block;font-size:10px;color:#646b72;margin-bottom:6px}.maka-chat-links{display:flex;flex-wrap:wrap;gap:8px 15px;padding-bottom:7px}.maka-chat-links a{font-size:12px;color:#54606a;text-decoration:underline;text-underline-offset:4px}.maka-chat-bottom{padding:10px 16px 12px;border-top:1px solid #e5e3df;background:#fff;flex-shrink:0}.maka-chat-context{display:flex;align-items:center;gap:8px;margin-bottom:9px;font-size:11px;color:#59646e}.maka-chat-context>span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.maka-chat-context button{font-size:11px}.maka-chat-composer{position:relative;display:flex;gap:6px;align-items:flex-end;border:1px solid #bdc4cb;border-radius:8px;padding:8px;background:#faf9f8}.maka-chat-composer:focus-within{border-color:#616f7c;box-shadow:0 0 0 2px #e3e0db}.maka-chat-composer textarea{resize:none;min-width:0;width:100%;min-height:46px;max-height:110px;overflow:auto;border:0;background:transparent;font:14px/1.55 "Plus Jakarta Sans",sans-serif;color:var(--ink);padding:4px;outline:none}.maka-chat-composer button{width:36px;height:36px;border:0;border-radius:6px;background:var(--ink);color:#fff;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.maka-chat-composer button:disabled{background:#ece8e1;color:#949ba1;cursor:default}.maka-chat-composer button:not(:disabled):hover{background:#444e56}.maka-chat-composer .icon{width:18px;height:18px}.maka-chat-status{font-size:11px;line-height:1.5;color:#656e76;margin:8px 0 0}.maka-chat-status a{color:inherit;text-decoration:underline;text-underline-offset:3px}.maka-chat-storage{font-size:11px;color:#875221;line-height:1.5;margin:8px 0}.maka-chat-session{font-size:12px;background:#f4f2ee;border-left:2px solid #83919d;padding:10px 12px;margin-bottom:18px}.maka-chat-history-title{font-size:22px;letter-spacing:-.015em;margin:0 0 10px}.maka-chat-history-note{font-size:12px;color:#606a73;line-height:1.7;margin:0 0 16px}.maka-chat-thread{display:block;width:100%;text-align:left;font:inherit;color:var(--ink);background:white;border:1px solid #e4e1dd;border-radius:6px;padding:13px;margin-bottom:9px;cursor:pointer}.maka-chat-thread:hover{background:#f4f2ee;border-color:#a2acb5}.maka-chat-thread strong{display:block;font-size:13px;font-weight:650;overflow-wrap:anywhere}.maka-chat-thread small{display:block;color:#697279;font-size:11px;margin-top:5px}.maka-chat-project{display:flex;align-items:center;gap:12px}.maka-chat-project img{width:55px;height:48px;object-fit:cover;border-radius:3px}.maka-chat-project>span{min-width:0}.maka-chat-empty{padding:20px 0;color:#636e77;font-size:14px}.maka-chat-root.in-config,.maka-chat-root.in-cart{z-index:12;bottom:20px;right:20px}.maka-chat-root.in-config .maka-chat-panel,.maka-chat-root.in-cart .maka-chat-panel{height:min(690px,calc(100dvh - 40px))}.maka-chat-root.in-config .maka-chat-launcher{display:none}.maka-chat-account-list{display:grid;gap:12px}.maka-chat-account-list button{padding:20px;border:1px solid var(--line);background:#fff;border-radius:5px;text-align:left;display:flex;gap:20px;align-items:center;justify-content:space-between;cursor:pointer;color:var(--ink);font:inherit}.maka-chat-account-list button:hover{background:#f3f1ed}.maka-chat-account-list strong{display:block;font-size:17px}.maka-chat-account-list small{display:block;margin-top:6px;color:var(--muted);font-size:13px}.maka-chat-account-list .icon{width:22px;flex-shrink:0}.maka-chat-account-note{font-size:14px;line-height:1.75;color:var(--muted);margin-bottom:24px}.maka-chat-account-intro{max-width:670px}.maka-chat-confirm{padding:18px;background:#f6f3ee;border:1px solid #dfd8cb;border-radius:5px}.maka-chat-confirm p{font-size:13px;margin-bottom:16px}.maka-chat-confirm button{margin-right:14px}.maka-chat-panel:focus{outline:none}@keyframes maka-chat-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:700px){.maka-chat-root{right:16px;bottom:max(16px,env(safe-area-inset-bottom))}.maka-chat-launcher{padding:10px 13px;font-size:13px;gap:8px}.maka-chat-root.is-open,.maka-chat-root.in-config.is-open,.maka-chat-root.in-cart.is-open{inset:8px;bottom:max(8px,env(safe-area-inset-bottom));z-index:110}.maka-chat-panel,.maka-chat-root.in-config .maka-chat-panel,.maka-chat-root.in-cart .maka-chat-panel{width:100%;height:100%;max-height:100%;border-radius:10px}.maka-chat-head{padding:14px 13px;gap:9px}.maka-chat-heading h2{font-size:16px}.maka-chat-heading p{font-size:11px}.maka-chat-avatar{width:34px;height:34px}.maka-chat-scroll{padding:20px 16px 12px}.maka-chat-bottom{padding:10px 12px}.maka-chat-composer textarea{font-size:16px}.maka-chat-status{font-size:10px}.maka-chat-welcome h3{font-size:27px}.maka-chat-toolbar{padding-inline:13px}.maka-chat-account-list strong{font-size:15px}}
@media(prefers-reduced-motion:reduce){.maka-chat-panel{animation:none}.maka-chat-launcher{transition:none}.maka-chat-launcher:hover{transform:none}}
@media print{.maka-chat-root{display:none!important}}

/* Clear continuation links in the auth preview, including wrapped labels. */
#customer-login-form .form-status a,#customer-access-form .form-status a{display:inline-block;margin-top:6px;padding:4px 0;text-decoration:underline;text-underline-offset:4px} .login-chat-note{font-size:12px;line-height:1.6;color:var(--muted);text-align:center;margin:16px 0 0}.maka-chat-links{padding-top:10px}

.maka-chat-root.in-cart:not(.is-open){bottom:var(--chat-cart-bottom,80px)}
@media(max-height:640px){.maka-chat-head{padding-block:10px}.maka-chat-heading p{font-size:11px}.maka-chat-welcome h3{font-size:23px}.maka-chat-welcome p{font-size:13px}.maka-chat-scroll{padding-top:16px}.maka-chat-bottom{padding-block:8px}.maka-chat-bottom .maka-chat-toolbar{padding-block:2px}.maka-chat-status{margin-top:5px}.maka-chat-composer textarea{min-height:40px}.maka-chat-context{margin-bottom:5px}}
@media(max-height:430px){.maka-chat-panel{overflow-y:auto}.maka-chat-scroll{flex:1 0 140px}.maka-chat-head{position:sticky;top:0;z-index:1}.maka-chat-bottom{flex-shrink:0}}

.maka-chat-thinking{display:flex;align-items:center;gap:9px;padding:14px 0;font-size:13px;color:#626c75}.maka-chat-thinking>span{width:6px;height:6px;border-radius:50%;background:currentColor;animation:maka-chat-pulse 1s ease-in-out infinite}@keyframes maka-chat-pulse{50%{opacity:.3}}@media(prefers-reduced-motion:reduce){.maka-chat-thinking>span{animation:none}}
.maka-chat-body{font-size:14px;line-height:1.7}
.maka-chat-body p{margin:0 0 9px}
.maka-chat-body p:last-child{margin-bottom:0}
.maka-chat-body ul,.maka-chat-body ol{margin:2px 0 9px;padding-left:19px}
.maka-chat-body li{margin:0 0 4px}
.maka-chat-body strong{font-weight:650;color:#21262b}
.maka-chat-message.is-user .maka-chat-body p{margin:0;white-space:pre-wrap}
.maka-chat-message.is-streaming .maka-chat-body>:last-child::after{content:'';display:inline-block;width:7px;height:14px;margin-left:3px;vertical-align:-2px;background:#5f6d7a;opacity:0;border-radius:1px}
.maka-chat-message.is-streaming.is-typing .maka-chat-body>:last-child::after{opacity:.75;animation:maka-chat-caret 1s steps(2,end) infinite}
@keyframes maka-chat-caret{50%{opacity:0}}
.maka-chat-quick{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;margin:0 0 8px;padding:1px 0 2px;-webkit-overflow-scrolling:touch}
.maka-chat-quick::-webkit-scrollbar{display:none}
.maka-chat-quick button{flex:0 0 auto;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:550 12px/1.3 "Plus Jakarta Sans",sans-serif;padding:5px 10px;border:1px solid #d8d3cd;border-radius:999px;background:#f8f6f3;color:#32393f;cursor:pointer}
.maka-chat-quick button:hover{border-color:#8996a2;background:#f0ede8}
.maka-chat-quick button:focus-visible{outline:2px solid #616f7c;outline-offset:1px}
.maka-chat-retry{margin:4px 0 12px;text-decoration:underline;text-underline-offset:4px}
@media(prefers-reduced-motion:reduce){.maka-chat-message.is-streaming.is-typing .maka-chat-body>:last-child::after{animation:none;opacity:.5}}

/* Keep the conversation sharp while gently quieting the page behind it. */
.maka-chat-backdrop{position:fixed;inset:0;z-index:-1;background:rgba(37,44,50,.09);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
.maka-chat-root.is-open .maka-chat-backdrop{opacity:1;visibility:visible;pointer-events:auto}
@media(prefers-reduced-motion:reduce){.maka-chat-backdrop{transition:none}}

/* Keep the panel mounted until its exit animation and backdrop fade finish. */
.maka-chat-root.is-closing .maka-chat-panel { animation: maka-chat-leave .24s cubic-bezier(.4,0,.6,1) both; pointer-events: none; }
.maka-chat-root.is-closing .maka-chat-backdrop { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .24s ease,visibility 0s .24s; }
@keyframes maka-chat-leave { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(12px); } }
@media(prefers-reduced-motion:reduce) {
 .maka-chat-root.is-closing .maka-chat-panel { animation: none; }
 .maka-chat-root.is-closing .maka-chat-backdrop { transition: none; }
}

html.maka-chat-mobile-open{overflow:hidden;overscroll-behavior:none}
@media(max-width:700px){
 .maka-chat-root.is-open,.maka-chat-root.in-config.is-open,.maka-chat-root.in-cart.is-open{top:calc(var(--maka-chat-top,0px) + 8px);bottom:auto;height:calc(var(--maka-chat-height,100dvh) - 16px - env(safe-area-inset-bottom));min-height:0}
 .maka-chat-scroll{min-height:0;overscroll-behavior:contain}
 .maka-chat-panel{overscroll-behavior:contain}
}

/* Czytelność rozmowy (23.09.2026): większy tekst, więcej miejsca na odpowiedź, jedna linia stopki, kontakt z doradcą w zasięgu kciuka. */
.maka-chat-panel{width:430px;height:min(740px,calc(100dvh - 40px))}
.maka-chat-body{font-size:15px;line-height:1.65;color:#21262b}
.maka-chat-body p{margin:0 0 10px}
.maka-chat-body li{margin:0 0 5px}
.maka-chat-body a{color:#21262b;font-weight:650;text-decoration:underline;text-underline-offset:3px}
.maka-chat-message.is-user{font-size:15px}
.maka-chat-message>small{font-size:12px}
.maka-chat-scroll{padding:20px 20px 12px}
.maka-chat-head{padding:14px 14px 12px 18px}
.maka-chat-call{color:#21262b;text-decoration:none}
.maka-chat-toolbar{padding:4px 12px 4px 16px}
.maka-chat-toolbar-end{display:flex;align-items:center;gap:4px}
.maka-chat-toolbar .maka-chat-tool{width:32px;height:32px;padding:6px}
.maka-chat-toolbar .maka-chat-tool .icon{width:17px;height:17px}
.maka-chat-text-button{font-size:13px}
.maka-chat-bottom{padding:10px 14px 10px}
.maka-chat-quick{flex-wrap:wrap;overflow:visible;gap:6px;margin:0 0 9px}
.maka-chat-quick button{max-width:100%;white-space:normal;text-align:left;font-size:13px;line-height:1.35;padding:6px 11px}
.maka-chat-context{font-size:12px;margin-bottom:8px}
.maka-chat-context button{font-size:12px}
.maka-chat-composer textarea{font-size:15px;min-height:44px}
.maka-chat-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px}
.maka-chat-foot .maka-chat-status{margin:0;font-size:11.5px}
.maka-chat-foot .maka-chat-text-button{flex-shrink:0;padding-block:4px}
.maka-chat-welcome h3{font-size:26px}
.maka-chat-welcome p{font-size:15px;margin-bottom:6px}
.maka-chat-topics{margin-top:16px}
.maka-chat-topics button{font-size:14px}
.maka-chat-links{gap:8px;padding-top:10px}
.maka-chat-links a{display:inline-flex;align-items:center;gap:6px;font:600 13px/1.3 "Plus Jakarta Sans",sans-serif;color:#21262b;text-decoration:none;border:1px solid #d8d3cd;border-radius:6px;padding:7px 10px;background:#f9f7f5}
.maka-chat-links a:hover{border-color:#8996a2;background:#f3f1ed}
.maka-chat-links .icon{width:14px;height:14px}
.maka-chat-handoff{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.maka-chat-handoff a{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 13px;border-radius:7px;font:650 14px/1.2 "Plus Jakarta Sans",sans-serif;text-decoration:none}
.maka-chat-handoff .icon{width:17px;height:17px}
.maka-chat-handoff-call{background:#252c32;color:#fff}
.maka-chat-handoff-call:hover{background:#34445a}
.maka-chat-handoff-write{border:1px solid #bcc2c8;color:#21262b;background:#fff}
.maka-chat-handoff-write:hover{background:#f3f1ed}
.maka-chat-handoff a:focus-visible,.maka-chat-links a:focus-visible,.maka-chat-call:focus-visible{outline:2px solid #616f7c;outline-offset:2px}
@media(max-width:700px){.maka-chat-panel{width:100%;height:100%}.maka-chat-body,.maka-chat-message.is-user{font-size:16px}.maka-chat-foot .maka-chat-status{font-size:11px}.maka-chat-scroll{padding:18px 16px 10px}}
@media(max-height:640px){.maka-chat-foot{margin-top:3px}.maka-chat-quick{margin-bottom:6px}}
