/* krc-ui — notatki, podgląd PDF, komunikator, ikony górnego paska, zwijane menu, sekcje modali */
.kui-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,16px);background:#0f1b2d;color:#fff;font:600 12.5px/1.3 Inter,system-ui,sans-serif;padding:10px 16px;border-radius:9px;opacity:0;transition:.2s;z-index:3000;pointer-events:none}
.kui-toast.on{opacity:1;transform:translate(-50%,0)}

/* ---------- notatki (piaskowe) ---------- */
.kn{background:#fbf6ea;border:1px solid #eadfc4;border-radius:8px;padding:10px 12px;font:12.5px/1.45 Inter,system-ui,sans-serif;color:#3b3322}
.kn__head{display:flex;align-items:center;gap:7px;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7a6534;margin-bottom:8px}
.kn__head svg{width:14px;height:14px}
.kn__head em{font-style:normal;margin-left:auto;background:#efe3c3;border-radius:10px;padding:0 7px;font-size:10.5px;letter-spacing:0}
.kn__list{display:flex;flex-direction:column;gap:6px;max-height:210px;overflow:auto;margin-bottom:8px}
.kn__empty{color:#8a7a55;font-size:12px;padding:4px 0}
.kn-note{background:#fffdf7;border:1px solid #efe4c8;border-left:3px solid #d8c38e;border-radius:6px;padding:6px 9px}
.kn-note--pos{border-left-color:#2f9e5b}
.kn-note--neg{border-left-color:#c2413b}
.kn-note__meta{display:flex;align-items:center;gap:6px;font-size:11px;color:#8a7a55;margin-bottom:2px}
.kn-note__meta b{color:#3b3322;font-weight:600}
.kn-tone{font-style:normal;margin-left:auto;font-size:10px;font-weight:700;color:#7a6534}
.kn-note--pos .kn-tone{color:#1f7a45}
.kn-note--neg .kn-tone{color:#a8322d}
.kn-del{border:0;background:none;color:#b5a57c;cursor:pointer;padding:0 0 0 4px;display:inline-flex}
.kn-del:hover{color:#a8322d}
.kn-del svg{width:13px;height:13px}
.kn__form textarea{width:100%;border:1px solid #e3d5ae;background:#fffdf7;border-radius:6px;padding:7px 9px;font:inherit;font-size:12.5px;resize:vertical;color:#3b3322;box-sizing:border-box}
.kn__form textarea:focus{outline:0;border-color:#c9a94f;box-shadow:0 0 0 2px rgba(201,169,79,.2)}
.kn__row{display:flex;align-items:center;gap:8px;margin-top:6px;flex-wrap:wrap}
.kn__tones{display:flex;gap:10px;font-size:11.5px;color:#6d5d38}
.kn__tones label{display:inline-flex;align-items:center;gap:4px;cursor:pointer}
.kn__add{margin-left:auto;display:inline-flex;align-items:center;gap:5px;border:1px solid #c9a94f;background:#f3e6c2;color:#5c4a1c;border-radius:6px;height:28px;padding:0 10px;font:600 11.5px Inter,system-ui,sans-serif;cursor:pointer}
.kn__add:hover{background:#ecdaa8}
.kn__add svg{width:13px;height:13px}
.kn-badge{display:inline-flex;align-items:flex-start;color:#a07d24;margin-left:5px;vertical-align:middle;line-height:1}
.kn-badge svg{width:14px;height:14px}
.kn-badge sup{font-size:9px;font-weight:800;margin-left:1px;color:#8a6414}

/* ---------- sekcje w modalach (cieniowane) ---------- */
.km-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:12px;align-items:start}
.km-col{display:flex;flex-direction:column;gap:12px;min-width:0}
.km-sec{background:#f7f9fc;border:1px solid #e3e9f1;border-radius:8px;padding:10px 12px;min-width:0}
.km-sec--white{background:#fff}
.km-sec__h{display:flex;align-items:center;gap:7px;font:700 10.5px/1.2 Inter,system-ui,sans-serif;letter-spacing:.06em;text-transform:uppercase;color:#475569;margin:0 0 8px}
.km-sec__h svg{width:14px;height:14px;color:#0b4ea2;flex:none}
.km-sec__h em{font-style:normal;margin-left:auto;font-size:10.5px;letter-spacing:0;text-transform:none;color:#64748b;font-weight:600}
.km-kv{display:grid;grid-template-columns:auto 1fr;gap:5px 12px;font-size:12.5px}
.km-kv dt{color:#64748b}
.km-kv dd{margin:0;text-align:right;font-weight:600;color:#1e293b;min-width:0;overflow-wrap:anywhere}
.km-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.km-tile{background:#fff;border:1px solid #e3e9f1;border-radius:7px;padding:6px 8px}
.km-tile span{display:block;font-size:10.5px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.km-tile b{display:block;font-size:16px;font-weight:700;color:#1e293b;font-variant-numeric:tabular-nums}
.km-profile{display:flex;gap:12px;align-items:center}
.km-profile__av{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font:700 17px Inter,system-ui,sans-serif;flex:none}
.km-profile__n{font-size:16px;font-weight:700;color:#0f1b2d;line-height:1.2}
.km-profile__s{font-size:12px;color:#64748b;margin-top:2px}
.km-profile__tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:6px}
.km-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}
.km-act{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;border:1px solid #d7e0ec;border-radius:7px;background:#fff;color:#0b4ea2;font:600 11.5px Inter,system-ui,sans-serif;cursor:pointer;text-decoration:none}
.km-act:hover{background:#eef4fc;border-color:#b8cbe6}
.km-act svg{width:14px;height:14px}
.km-list{display:flex;flex-direction:column}
.km-li{display:flex;align-items:center;gap:8px;padding:5px 2px;border-bottom:1px solid #e9eef5;font-size:12.5px;min-width:0}
.km-li:last-child{border-bottom:0}
.km-li__b{flex:1;min-width:0}
.km-li__b b{font-weight:600;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.km-li__b span{display:block;font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.km-li__m{font-size:11px;color:#64748b;white-space:nowrap}
.km-ib{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid transparent;border-radius:6px;background:transparent;color:#475569;cursor:pointer;padding:0;position:relative;text-decoration:none}
.km-ib:hover{background:#eef4fc;border-color:#cfdcee;color:#0b4ea2}
.km-ib svg{width:15px;height:15px}
.km-ib sup{position:absolute;top:-3px;right:-3px;background:#a07d24;color:#fff;border-radius:8px;font:800 8.5px/13px Inter,sans-serif;min-width:13px;padding:0 3px}
.km-pdf{display:inline-flex;color:#b42335;flex:none}
.km-pdf svg{width:18px;height:18px}
.km-pager{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:6px;font-size:11.5px;color:#64748b}
.km-pager button{width:26px;height:26px;border:1px solid #d7e0ec;border-radius:6px;background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#334155;padding:0}
.km-pager button:disabled{opacity:.4;cursor:default}
.km-pager svg{width:14px;height:14px}
.km-week{display:grid;grid-template-columns:44px 1fr;gap:3px 8px;font-size:12px}
.km-week span{color:#64748b;font-weight:600}
.km-week b{font-weight:600}
.km-week b small{font-weight:500;color:#64748b;margin-left:4px}
.km-week i{color:#a0aec0;font-style:normal}
.km-mini{height:5px;width:60px;background:#e6ebf2;border-radius:3px;overflow:hidden;flex:none}
.km-mini i{display:block;height:100%;background:#0b4ea2}
.km-back{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 9px 0 6px;border:1px solid #d7e0ec;border-radius:7px;background:#fff;color:#334155;font:600 11.5px Inter,system-ui,sans-serif;cursor:pointer;margin-right:10px;vertical-align:middle}
.km-back:hover{background:#f1f5f9}
.km-back svg{width:14px;height:14px}

/* ---------- podgląd PDF ---------- */
.kpdf{position:fixed;inset:0;z-index:2500;background:rgba(15,23,42,.72);display:flex;flex-direction:column;opacity:0;transition:opacity .18s;font-family:Inter,system-ui,sans-serif}
.kpdf.on{opacity:1}
.kpdf__bar{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#1e293b;color:#e2e8f0}
.kpdf__ico{display:inline-flex;width:30px;height:30px;border-radius:6px;background:#b42335;color:#fff;align-items:center;justify-content:center}
.kpdf__ico svg{width:17px;height:17px}
.kpdf__name{min-width:0}
.kpdf__name b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kpdf__name span{display:block;font-size:11px;color:#94a3b8}
.kpdf__tools{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:12px;color:#cbd5e1}
.kpdf__tools button{width:32px;height:32px;border:0;border-radius:6px;background:transparent;color:#e2e8f0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.kpdf__tools button:hover{background:#334155}
.kpdf__tools button:disabled{opacity:.35;cursor:default}
.kpdf__tools svg{width:17px;height:17px}
.kpdf__sep{width:1px;height:20px;background:#475569;margin:0 6px}
.kpdf__stage{flex:1;overflow:auto;display:flex;justify-content:center;padding:26px 16px}
.kpdf__page{position:relative;width:min(640px,92vw);min-height:820px;background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.4);padding:48px 56px;transform-origin:top center;color:#1e293b;box-sizing:border-box}
.kpdf__doctop{display:flex;justify-content:space-between;font-size:12px;color:#475569;margin-bottom:28px}
.kpdf__doctitle{font-size:18px;font-weight:700;text-align:center;letter-spacing:.02em}
.kpdf__docsub{text-align:center;font-size:12px;color:#64748b;margin-top:4px}
.kpdf__blur{filter:blur(3.2px);margin-top:26px;user-select:none}
.kpdf__lines i{display:block;height:9px;background:#cbd5e1;border-radius:3px;margin:11px 0}
.kpdf__tbl{width:100%;border-collapse:collapse;margin:18px 0}
.kpdf__tbl th,.kpdf__tbl td{border:1px solid #cbd5e1;padding:7px;font-size:11px;text-align:left}
.kpdf__tbl i{display:block;height:8px;background:#cbd5e1;border-radius:3px}
.kpdf__sign{display:flex;justify-content:space-between;margin-top:60px}
.kpdf__sign div{width:40%;text-align:center;font-size:10px;color:#64748b}
.kpdf__sign i{display:block;height:1px;background:#94a3b8;margin-bottom:4px}
.kpdf__stamp{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.94);border:1px solid #cbd5e1;border-radius:8px;padding:10px 16px;font-size:12.5px;font-weight:600;color:#334155;box-shadow:0 6px 20px rgba(15,23,42,.12);white-space:nowrap}
.kpdf__stamp svg{width:16px;height:16px;color:#0b4ea2}
.kpdf__pno{position:absolute;bottom:18px;right:26px;font-size:10.5px;color:#94a3b8}

/* ---------- górny pasek: obecność i czat ---------- */
.kc-top{position:relative;display:inline-flex;align-items:center;justify-content:center;width:34px;height:30px;border:1px solid var(--line,#e2e8f0);border-radius:7px;background:#fff;color:#0b4ea2;cursor:pointer;padding:0}
.kc-top:hover{background:#eef4fc}
.kc-top svg{width:17px;height:17px}
.kc-top{width:auto;padding:0 8px 0 7px;gap:4px}
.kc-top__sups{display:inline-flex;gap:2px;align-items:flex-start;margin-top:-10px}
.kc-top__b{min-width:16px;height:16px;border-radius:8px;background:#d14343;color:#fff;font:800 9.5px/16px Inter,sans-serif;padding:0 4px;box-sizing:border-box;text-align:center;box-shadow:0 0 0 2px #fff}
.kc-top__b--green{background:#1f9d55}

/* ---------- komunikator (szuflada) ---------- */
.kc{position:fixed;inset:0;z-index:1500;background:rgba(15,23,42,0);pointer-events:none;transition:background .2s;font-family:Inter,system-ui,sans-serif}
.kc.on{background:rgba(15,23,42,.35);pointer-events:auto}
.kc__panel{position:absolute;top:0;right:0;bottom:0;width:min(900px,100vw);background:#fff;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .22s ease;box-shadow:-10px 0 40px rgba(15,23,42,.18)}
.kc.on .kc__panel{transform:none}
.kc__top{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #e2e8f0;background:#f0f7f5}
.kc__title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px;color:#0f1b2d}
.kc__title svg{width:18px;height:18px;color:#0f766e}
.kc__online{font-size:11.5px;color:#475569;display:flex;align-items:center;gap:6px}
.kc__top .kc-ib{margin-left:auto}
.kc__body{flex:1;display:grid;grid-template-columns:320px 1fr;min-height:0}
.kc__side{border-right:1px solid #e2e8f0;display:flex;flex-direction:column;min-height:0}
.kc-search{display:flex;align-items:center;gap:6px;margin:10px;background:#f1f5f9;border-radius:18px;padding:0 12px;height:34px;color:#64748b}
.kc-search svg{width:15px;height:15px}
.kc-search input{border:0;background:transparent;outline:0;font:inherit;font-size:12.5px;width:100%}
.kc__list{flex:1;overflow:auto}
.kc-sep{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;padding:10px 14px 4px}
.kc-row{display:flex;align-items:center;gap:10px;width:100%;border:0;border-bottom:1px solid #f1f5f9;background:#fff;padding:8px 12px;text-align:left;cursor:pointer;font:inherit}
.kc-row:hover{background:#f7fafc}
.kc-row.on{background:#e7f5f1}
.kc-row__b{flex:1;min-width:0}
.kc-row__b b{display:block;font-size:13px;font-weight:600;color:#0f1b2d}
.kc-row__b span{display:block;font-size:11.5px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kc-row__m{display:flex;flex-direction:column;align-items:flex-end;gap:3px;font-size:10.5px;color:#94a3b8}
.kc-row__m em{font-style:normal;background:#1f9d55;color:#fff;border-radius:9px;min-width:17px;height:17px;font:800 10px/17px Inter,sans-serif;text-align:center;padding:0 4px}
.kc-av{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:#fff;font:700 12px Inter,sans-serif;flex:none}
.kc-av--sm{width:30px;height:30px;font-size:10.5px}
.kc-dot{position:absolute;right:0;bottom:0;width:10px;height:10px;border-radius:50%;background:#22c55e;border:2px solid #fff}
.kc-dot--inline{position:static;display:inline-block;border:0;width:8px;height:8px}
.kc__conv{display:flex;flex-direction:column;min-height:0;background:#efeae2}
.kc-placeholder{margin:auto;display:flex;flex-direction:column;align-items:center;gap:10px;color:#64748b;font-size:13px}
.kc-placeholder svg{width:46px;height:46px;color:#94a3b8}
.kc-conv__head{display:flex;align-items:center;gap:10px;padding:9px 14px;background:#f8fafc;border-bottom:1px solid #e2e8f0}
.kc-conv__head b{display:block;font-size:13.5px}
.kc-conv__head span{display:block;font-size:11.5px;color:#64748b}
.kc-conv__tools{margin-left:auto;display:flex;gap:4px}
.kc-ib{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:50%;background:transparent;color:#475569;cursor:pointer;text-decoration:none}
.kc-ib:hover{background:#e2e8f0}
.kc-ib svg{width:17px;height:17px}
.kc-msgs{flex:1;overflow:auto;padding:14px 18px;display:flex;flex-direction:column;gap:6px}
.kc-msg{max-width:72%;padding:6px 9px 4px;border-radius:8px;font-size:13px;line-height:1.4;box-shadow:0 1px 1px rgba(0,0,0,.08);background:#fff;align-self:flex-start;color:#111b21}
.kc-msg--me{align-self:flex-end;background:#d9fdd3}
.kc-msg--sms.kc-msg--me{background:#e3edfb}
.kc-msg__via{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:#0b4ea2;margin-bottom:2px}
.kc-msg__via svg{width:11px;height:11px}
.kc-msg__t{display:flex;justify-content:flex-end;align-items:center;gap:3px;font-size:10px;color:#667781;margin-top:2px}
.kc-tick{display:inline-flex}
.kc-tick svg{width:14px;height:14px}
.kc-tick--read{color:#53bdeb}
.kc-typing{align-self:flex-start;background:#fff;border-radius:8px;padding:8px 10px;display:flex;gap:3px}
.kc-typing[hidden]{display:none}
.kc-typing i{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:kcT 1s infinite}
.kc-typing i:nth-child(2){animation-delay:.15s}
.kc-typing i:nth-child(3){animation-delay:.3s}
@keyframes kcT{0%,60%,100%{opacity:.3}30%{opacity:1}}
.kc-input{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f0f2f5}
.kc-input input{flex:1;height:38px;border:0;border-radius:19px;padding:0 14px;font:inherit;font-size:13px;outline:0;background:#fff}
.kc-mode{display:flex;background:#fff;border-radius:17px;padding:2px}
.kc-mode button{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;border-radius:15px;height:30px;padding:0 10px;font:600 11.5px Inter,sans-serif;color:#64748b;cursor:pointer}
.kc-mode button.on{background:#0f766e;color:#fff}
.kc-mode svg{width:13px;height:13px}
.kc-count{font-size:10.5px;color:#64748b;min-width:34px}
.kc-send{width:40px;height:40px;border:0;border-radius:50%;background:#0f766e;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.kc-send svg{width:17px;height:17px}
.kc-empty{color:#64748b;font-size:12.5px;text-align:center;padding:16px}
.kc-tolist{display:none}
@media(max-width:760px){.kc__body{grid-template-columns:1fr}.kc--conv .kc__side{display:none}.kc:not(.kc--conv) .kc__conv{display:none}.kc__conv{min-height:100%}.kc-row{padding:8px}.kc-tolist{display:inline-flex}}

/* ---------- przycisk hamburgera widoczny także na PC + menu zwinięte do ikon ---------- */
.hamburger{display:inline-flex!important;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--line,#e2e8f0);border-radius:7px;background:#fff;cursor:pointer;color:#334155;flex:none}
.hamburger:hover{background:#f1f5f9}
.hamburger svg{width:18px;height:18px}
.sidebar,.main{transition:width .2s,margin-left .2s,transform .3s}
body.sb-collapsed .sidebar{width:60px!important;overflow:visible}
body.sb-collapsed .main{margin-left:60px!important}
body.sb-collapsed .sidebar__item-label,body.sb-collapsed .sidebar__item>span:not(.badge),body.sb-collapsed .sidebar__group,body.sb-collapsed .sidebar__sep,
body.sb-collapsed .sidebar__brand-text,body.sb-collapsed .sidebar__uinfo,body.sb-collapsed .sidebar__krc-switch,body.sb-collapsed .krcd-txt,
body.sb-collapsed .sidebar__ez-btn,body.sb-collapsed .new-badge{display:none!important}
body.sb-collapsed .sidebar__item{justify-content:center!important;padding-left:0!important;padding-right:0!important;position:relative;gap:0!important}
body.sb-collapsed .sidebar__item svg{margin:0!important}
body.sb-collapsed .sidebar__item .badge{position:absolute;top:1px;right:5px;font-size:8.5px;min-width:15px;height:15px;line-height:15px;padding:0 3px;margin:0}
body.sb-collapsed .sidebar__brand{justify-content:center;padding-left:6px;padding-right:6px}
body.sb-collapsed .krcd-logo{padding:3px}
body.sb-collapsed .krcd-logo img{max-height:26px;max-width:44px}
body.sb-collapsed .sidebar__user{justify-content:center}
body.sb-collapsed .sidebar__nav{overflow-x:hidden}

/* ---------- przycisk zwijania menu: po lewej stronie logo, logo odsunięte ---------- */
.sb-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:none;border:1px solid var(--line,#e2e8f0);border-radius:7px;background:#fff;color:#334155;cursor:pointer;padding:0;margin-right:6px}
.sb-toggle:hover{background:#f1f5f9;color:#0b4ea2}
.sb-toggle svg{width:18px;height:18px}
.sidebar__brand{gap:6px 10px!important;align-items:center!important;flex-wrap:wrap;flex-direction:row!important}
.sidebar__brand>.sb-toggle{align-self:center}
.sidebar__brand .sidebar__brand-text{flex-basis:100%;order:5;margin:0;padding-left:1px}
.sidebar__brand .sidebar__brand-text small{white-space:normal}
body.sb-collapsed .sidebar__brand{padding-left:0!important;padding-right:0!important}
body.sb-collapsed .sidebar__brand>*:not(.sb-toggle){display:none!important}
body.sb-collapsed .sb-toggle{margin:0}
/* na PC hamburger z górnego paska jest zbędny (jest w nagłówku menu); zostaje na telefonie */
@media(min-width:861px){.topbar .hamburger{display:none!important}}

/* ---------- pasek przewijania menu ze strzałkami ---------- */
@supports not selector(::-webkit-scrollbar){.sidebar__nav{scrollbar-width:thin;scrollbar-color:#c3ccd8 #f1f3f6}}
.sidebar__nav::-webkit-scrollbar{width:7px}
.sidebar__nav::-webkit-scrollbar-track{background:#f1f3f6}
.sidebar__nav::-webkit-scrollbar-thumb{background:#c9d1dc;border-radius:4px;border:1px solid #f1f3f6}
.sidebar__nav::-webkit-scrollbar-thumb:hover{background:#aab5c3}
.sidebar__nav::-webkit-scrollbar-button:single-button{display:block;height:9px;background-color:#f1f3f6;background-repeat:no-repeat;background-position:center;background-size:5px 5px}
.sidebar__nav::-webkit-scrollbar-button:single-button:vertical:decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M5 2l4 5H1z' fill='%2394a3b8'/%3E%3C/svg%3E")}
.sidebar__nav::-webkit-scrollbar-button:single-button:vertical:increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M5 8L1 3h8z' fill='%2394a3b8'/%3E%3C/svg%3E")}
.sidebar__nav::-webkit-scrollbar-button:single-button:hover{background-color:#e2e8f0}

/* ikona w tekście (zamiast emoji) */
.ki{display:inline-flex;vertical-align:-3px;margin-right:4px;color:inherit}
.ki svg{width:14px;height:14px}
