@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");:root{--forest:#1f5a43;--forest-2:#2f7d59;--green:#4caf50;--green-soft:#dff1e4;--pink:#e91e63;--pink-soft:#fbe0eb;--violet:#a65d9a;--ink:#263338;--muted:#6d7b80;--line:#e7eceb;--surface:#ffffff;--bg:#f6f8f7;--warning:#b7791f;--danger:#c43b4b;--shadow:0 12px 35px rgba(31,90,67,.08)}body,html{margin:0;padding:0;min-height:100%}body{font-family:DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--ink)}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,h4{font-family:Manrope,sans-serif;margin:0}h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.04}h2{font-size:1.45rem}h3{font-size:1rem}.app{min-height:100vh;display:flex}.sidebar{width:250px;background:#173e30;color:#fff;padding:22px 16px;position:fixed;inset:0 auto 0 0;z-index:20;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;padding:2px 10px 24px}.brand-mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--pink),#ff74a9);box-shadow:0 5px 16px rgba(233,30,99,.25)}.brand strong{font-family:Manrope;font-size:16px}.brand span{display:block;font-size:10px;color:#b8d0c5;margin-top:2px}.nav{display:grid;grid-gap:5px;gap:5px}.nav button{border:0;background:transparent;color:#d9e7e0;text-align:left;padding:11px 12px;border-radius:11px;display:flex;gap:10px;align-items:center}.nav button.active,.nav button:hover{background:rgba(255,255,255,.1);color:#fff}.sidebar-foot{margin-top:auto;padding:14px 10px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#9eb9ad}.main{margin-left:250px;width:calc(100% - 250px);min-width:0}.topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.topbar-title{font-weight:700}.topbar-actions{display:flex;align-items:center;gap:10px}.avatar{width:38px;height:38px;border-radius:50%;background:var(--pink-soft);color:var(--pink);display:grid;place-items:center;font-weight:800}.content{padding:30px;max-width:1500px;margin:auto}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.page-head p{margin:7px 0 0;color:var(--muted)}.actions{display:flex;gap:10px;flex-wrap:wrap}.btn{border:1px solid var(--line);background:#fff;color:var(--ink);padding:11px 16px;border-radius:10px;font-weight:700;transition:.15s}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.btn-primary{background:var(--pink);border-color:var(--pink);color:#fff}.btn-green{background:var(--forest);border-color:var(--forest);color:#fff}.btn-danger{background:#fff;border-color:#f0c8ce;color:var(--danger)}.btn-ghost{background:transparent}.btn-small{padding:8px 11px;font-size:13px}.grid{display:grid;grid-gap:18px;gap:18px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.card-pad,.metric{padding:20px}.metric .label{color:var(--muted);font-size:13px}.metric .value{font:800 27px Manrope;margin-top:8px}.metric .sub{font-size:12px;margin-top:6px;color:var(--muted)}.metric.pink{border-top:3px solid var(--pink)}.metric.green{border-top:3px solid var(--green)}.metric.violet{border-top:3px solid var(--violet)}.metric.dark{border-top:3px solid var(--forest)}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.section-title span{color:var(--muted);font-size:13px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}td,th{padding:13px 15px;text-align:left;border-bottom:1px solid var(--line);font-size:13px;white-space:nowrap}th{color:var(--muted);font-size:12px;background:#fbfcfc}td strong,th{font-weight:700}.amount-positive{color:var(--forest);font-weight:800}.amount-negative{color:var(--danger);font-weight:800}.status{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800}.status-green{background:var(--green-soft);color:var(--forest)}.status-pink{background:var(--pink-soft);color:#a31349}.status-yellow{background:#fff3d7;color:#98650d}.status-gray{background:#eef1f1;color:#687579}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.field{display:grid;grid-gap:6px;gap:6px}.field label{font-size:12px;color:var(--muted);font-weight:700}.field input,.field select,.field textarea{width:100%;border:1px solid #dce4e2;border-radius:10px;padding:11px 12px;background:#fff;color:var(--ink);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--forest-2);box-shadow:0 0 0 3px rgba(47,125,89,.1)}.field textarea{min-height:90px;resize:vertical}.collection-item{display:grid;grid-template-columns:1fr 130px 110px 120px;grid-gap:10px;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.collection-item:last-child{border-bottom:0}.collection-item .type{font-weight:700}.collection-item .hint{color:var(--muted);font-size:11px}.collection-item input{border:1px solid #dce4e2;border-radius:9px;padding:9px;text-align:right;width:100%}.total{background:#f2f7f4;border-radius:12px;padding:16px;display:flex;justify-content:space-between;align-items:center;margin-top:14px}.total strong{font:800 22px Manrope;color:var(--forest)}.scan-zone{min-height:290px;display:grid;place-items:center;border:2px dashed #cddbd5;border-radius:16px;background:linear-gradient(145deg,#f7fbf8,#fff);text-align:center;padding:30px}.scan-icon{width:70px;height:70px;border-radius:18px;background:var(--pink-soft);color:var(--pink);display:grid;place-items:center;margin:0 auto 14px}.scan-zone p{color:var(--muted);max-width:430px;margin:8px auto 18px}.search-row{display:flex;gap:8px}.search-row input{flex:1 1;min-width:0;border:1px solid #dce4e2;border-radius:10px;padding:11px 12px}.kpi-bar{height:9px;background:#edf2ef;border-radius:99px;overflow:hidden}.kpi-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--green),var(--forest));border-radius:99px}.notice{padding:13px 15px;border-radius:12px;background:#fff8e8;border:1px solid #f3e0ad;color:#805d17;font-size:13px}.empty{padding:45px 20px;text-align:center;color:var(--muted)}.modal-backdrop{position:fixed;inset:0;background:rgba(16,33,27,.52);z-index:100;display:grid;place-items:center;padding:20px}.modal{width:min(720px,100%);background:#fff;border-radius:18px;box-shadow:0 25px 80px rgba(0,0,0,.2);overflow:hidden}.modal-head{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line)}.modal-body{padding:20px}.modal-foot{padding:15px 20px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:9px}.public{min-height:100vh;background:linear-gradient(135deg,#fff,#f9fbfa 55%,#fff2f7)}.public-nav{margin:auto;padding:20px 24px;display:flex;justify-content:space-between}.hero,.public-nav{max-width:1200px;align-items:center}.hero{margin:0 auto;padding:70px 24px 90px;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px}.hero-copy p{font-size:18px;line-height:1.6;color:var(--muted);max-width:570px}.eyebrow{color:var(--pink);text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.12em}.hero-actions{display:flex;gap:10px;margin-top:25px}.rose-art{min-height:430px;display:grid;place-items:center}.rose,.rose-art{position:relative}.rose{width:310px;height:310px;border-radius:50%;filter:drop-shadow(0 18px 25px rgba(38,51,56,.12))}.petal{position:absolute;width:92px;height:135px;border-radius:70% 35% 65% 35%;background:linear-gradient(145deg,#ff79ad,#d8195b);transform-origin:50% 100%;left:109px;top:78px}.petal:first-child{transform:rotate(0deg) translateY(-45px)}.petal:nth-child(2){transform:rotate(45deg) translateY(-45px)}.petal:nth-child(3){transform:rotate(90deg) translateY(-45px)}.petal:nth-child(4){transform:rotate(135deg) translateY(-45px)}.petal:nth-child(5){transform:rotate(180deg) translateY(-45px)}.petal:nth-child(6){transform:rotate(225deg) translateY(-45px)}.petal:nth-child(7){transform:rotate(270deg) translateY(-45px)}.petal:nth-child(8){transform:rotate(315deg) translateY(-45px)}.rose-center{position:absolute;inset:110px;border-radius:50%;background:radial-gradient(circle,#ffb3cf 0 10%,#e91e63 11% 55%,#ad104a 56%);z-index:3}.bottle{position:absolute;width:38px;height:100px;border:3px solid #51ad68;border-radius:10px 10px 13px 13px;opacity:.85;z-index:4}.bottle:before{content:"";position:absolute;width:17px;height:20px;border:3px solid #51ad68;border-bottom:0;border-radius:7px 7px 0 0;left:7px;top:-21px}.b1{left:20px;bottom:55px;transform:rotate(-35deg)}.b2{right:30px;bottom:60px;transform:rotate(34deg)}.b3{left:65px;bottom:18px;transform:rotate(-10deg)}.can{width:34px;height:62px;border:3px solid #a9afb0;border-radius:8px;z-index:5}.can,.can:before{position:absolute}.can:before{content:"";left:4px;right:4px;top:6px;height:6px;border:2px solid #a9afb0;border-radius:50%}.c1{left:34px;top:60px;transform:rotate(-18deg)}.c2{right:38px;top:80px;transform:rotate(22deg)}.hero-note{position:absolute;bottom:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 15px;box-shadow:var(--shadow);font-size:12px}.public-section{max-width:1200px;margin:auto;padding:30px 24px 80px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.feature{padding:22px;background:#fff;border:1px solid var(--line);border-radius:16px}.feature .icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--green-soft);color:var(--forest);margin-bottom:15px}.feature p{color:var(--muted);line-height:1.55;font-size:13px}.mobile-only{display:none}@media (max-width:1050px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.hero{grid-template-columns:1fr}}@media (max-width:780px){.sidebar{width:72px;padding:14px 8px}.brand{justify-content:center;padding:2px 0 18px}.brand>div:not(.brand-mark),.nav button span,.sidebar-foot{display:none}.nav button{justify-content:center;padding:12px}.main{margin-left:72px;width:calc(100% - 72px)}.topbar{padding:0 16px}.content{padding:20px 14px}.form-grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.page-head{flex-direction:column}.collection-item{grid-template-columns:1fr 90px 90px 100px}.mobile-only{display:block}}:root{--ke-heather:#700052;--ke-pink:#F05F98;--ke-green:#2E6B4E;--ke-ink:#263238;--ke-paper:#F7F4F6;--ke-line:#D9CDD4}*{box-sizing:border-box}html{scroll-behavior:smooth}.kutnoeko-panel{min-height:100vh;background:#F7F4F6;color:#263238}.kutnoeko-shell{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:#700052;color:#fff;border-bottom:4px solid #f05f98}.kutnoeko-shell-top{max-width:1260px;margin:0 auto;padding:12px 22px 10px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.kutnoeko-shell-brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.kutnoeko-brand-mark{width:48px;height:48px;object-fit:contain;filter:none}.kutnoeko-shell-brand>span{display:grid;grid-gap:2px;gap:2px}.kutnoeko-shell-brand strong{font:800 24px/1 Manrope,Arial,sans-serif;color:#fff}.kutnoeko-shell-brand small{font-size:8px;font-weight:900;letter-spacing:.15em;color:#F5DAE7}.kutnoeko-shell-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.kutnoeko-top-action{min-width:94px;min-height:38px;padding:8px 13px!important;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.68)!important;border-radius:8px!important;background:transparent!important;color:#fff!important;text-decoration:none!important;font-size:12px!important;font-weight:900!important;cursor:pointer}.kutnoeko-top-action:hover{background:#fff!important;color:#700052!important}.kutnoeko-shell-nav.client-nav{max-width:1260px;margin:0 auto;padding:0 22px 12px;display:flex;gap:7px;flex-wrap:wrap}.kutnoeko-shell-link{min-height:39px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(255,255,255,.34);border-radius:8px;background:transparent;color:#fff;text-decoration:none;font-size:12px;font-weight:900}.kutnoeko-shell-link.active{background:#fff;color:#700052;border-color:#fff}.kutnoeko-admin-menu{max-width:1260px;margin:0 auto;padding:0 22px 12px;display:flex;gap:8px;flex-wrap:wrap}.kutnoeko-admin-dropdown{position:relative}.kutnoeko-admin-trigger{min-height:39px;padding:8px 13px;border-radius:8px;border:1px solid rgba(255,255,255,.36);background:transparent;color:#fff;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:900;cursor:pointer}.kutnoeko-admin-dropdown.current .kutnoeko-admin-trigger{background:#fff;color:#700052}.kutnoeko-admin-dropdown-panel{display:grid!important;position:absolute;top:100%!important;left:0;min-width:230px;padding:9px 7px 7px;border-radius:0 0 9px 9px;background:#fff;border:1px solid #d9ccd4;box-shadow:0 15px 30px rgba(43,25,35,.16);z-index:80}.kutnoeko-admin-dropdown-link{padding:10px 11px;border-radius:7px;color:#263238!important;text-decoration:none;font-size:12px;font-weight:800}.kutnoeko-admin-dropdown-link:hover{background:#F5EAF0;color:#700052!important}.kutnoeko-admin-dropdown-link.active{background:#700052;color:#fff!important}.kutnoeko-panel main{background:transparent!important;color:#263238!important}.kutnoeko-panel main h1,.kutnoeko-panel main h2,.kutnoeko-panel main h3{color:#263238}.kutnoeko-panel main div,.kutnoeko-panel main p,.kutnoeko-panel main span{color:inherit}.kutnoeko-panel main a[style*="background: white"],.kutnoeko-panel main article[style*="background: white"],.kutnoeko-panel main article[style*="background: white"] h1,.kutnoeko-panel main article[style*="background: white"] h2,.kutnoeko-panel main article[style*="background: white"] h3,.kutnoeko-panel main div[style*="background: white"],.kutnoeko-panel main div[style*="background: white"] h1,.kutnoeko-panel main div[style*="background: white"] h2,.kutnoeko-panel main div[style*="background: white"] h3,.kutnoeko-panel main section[style*="background: white"],.kutnoeko-panel main section[style*="background: white"] h1,.kutnoeko-panel main section[style*="background: white"] h2,.kutnoeko-panel main section[style*="background: white"] h3{color:#263238!important}.kutnoeko-panel main article[style*="background: white"][style*=borderRadius],.kutnoeko-panel main section[style*="background: white"][style*=borderRadius]{padding-top:max(18px,1.2rem)!important;padding-bottom:max(18px,1.2rem)!important}.kutnoeko-panel main input,.kutnoeko-panel main select,.kutnoeko-panel main textarea{background:#fff!important;color:#263238!important;border-color:#CFC4CA!important}.kutnoeko-panel main input:focus,.kutnoeko-panel main select:focus,.kutnoeko-panel main textarea:focus{outline:none;border-color:#700052!important;box-shadow:0 0 0 3px rgba(112,0,82,.1)!important}.kutnoeko-panel main table{background:#fff;color:#263238}.kutnoeko-panel main th{background:#700052!important;color:#fff!important}.kutnoeko-panel main td{color:#263238!important}.kutnoeko-panel main tbody tr:nth-child(2n) td{background:#F7F4F6!important}.kutnoeko-panel .amount-positive,.kutnoeko-panel .ke-money-positive{color:#2E6B4E!important}.kutnoeko-panel .amount-negative,.kutnoeko-panel .ke-money-negative{color:#A13B3B!important}.kutnoeko-panel strong[style*="#28733d"],.kutnoeko-panel strong[style*="#2c733d"],.kutnoeko-panel strong[style*="#315f3b"]{color:#2E6B4E!important}.kutnoeko-panel strong[style*="#a12d2d"],.kutnoeko-panel strong[style*="#a13b3b"]{color:#A13B3B!important}.kutnoeko-panel .status-green{background:#2E6B4E!important;color:#fff!important}.kutnoeko-panel .status-pink{background:#700052!important;color:#fff!important}.kutnoeko-panel .status-yellow{background:#FFF3D7!important;color:#705D14!important}.kutnoeko-panel .status-gray{background:#EEF1F1!important;color:#596366!important}.kutnoeko-panel .btn-primary{background:#700052!important;color:#fff!important;border-color:#700052!important}.kutnoeko-panel .btn-green{background:#2E6B4E!important;color:#fff!important;border-color:#2E6B4E!important}.kutnoeko-panel main h2:first-child,.kutnoeko-panel main h3:first-child{margin-top:0}.kutnoeko-panel.kutnoeko-admin main [style*="background: white"] [style*="color: white"],.kutnoeko-panel.kutnoeko-admin main [style*="background: white"] [style*='color: "white"']{color:#263238!important}@media(max-width:780px){.kutnoeko-shell-top{padding:11px 14px 8px}.kutnoeko-brand-mark{width:42px;height:42px}.kutnoeko-shell-brand strong{font-size:22px}.kutnoeko-shell-brand small{font-size:7px}.kutnoeko-admin-menu,.kutnoeko-shell-nav.client-nav{padding-left:14px;padding-right:14px}.kutnoeko-top-action{min-width:86px}.kutnoeko-admin-dropdown-panel{position:fixed;left:14px;right:14px;top:auto!important;min-width:0}}.kutnoeko-brand-eko{color:#A5D6A7}.kutnoeko-panel a[style*="#ea276d"],.kutnoeko-panel a[style*="rgb(234, 39, 109)"],.kutnoeko-panel button[style*="#ea276d"],.kutnoeko-panel button[style*="rgb(234, 39, 109)"]{background:linear-gradient(90deg,#700052,#F05F98)!important;border-color:#700052!important;color:#fff!important;font-weight:900!important}.kutnoeko-panel a[style*="#ea276d"] *,.kutnoeko-panel a[style*="rgb(234, 39, 109)"] *,.kutnoeko-panel button[style*="#ea276d"] *,.kutnoeko-panel button[style*="rgb(234, 39, 109)"] *{color:#fff!important}.kutnoeko-panel .ke-primary-action{background:linear-gradient(90deg,#700052,#F05F98)!important;border:1px solid #700052!important;color:#fff!important;font-weight:900!important}.kutnoeko-panel .amount-positive,.kutnoeko-panel .ke-money-positive{color:#168A45!important;font-weight:900!important}.kutnoeko-panel .amount-negative,.kutnoeko-panel .ke-money-negative{color:#D13C44!important;font-weight:900!important}.kutnoeko-panel .ke-money-strong{font-size:1.04em}.kutnoeko-panel strong[style*="#28733d"],.kutnoeko-panel strong[style*="#2c733d"],.kutnoeko-panel strong[style*="rgb(40, 115, 61)"],.kutnoeko-panel strong[style*="rgb(44, 115, 61)"]{color:#168A45!important;font-weight:900!important}.kutnoeko-panel strong[style*="#9a3b3b"],.kutnoeko-panel strong[style*="#a13b3b"],.kutnoeko-panel strong[style*="rgb(154, 59, 59)"],.kutnoeko-panel strong[style*="rgb(161, 59, 59)"]{color:#D13C44!important;font-weight:900!important}.kutnoeko-client main>div>section:first-of-type [style*="Kod klienta"],.kutnoeko-client main>div>section:first-of-type h1,.kutnoeko-panel.kutnoeko-admin main [style*="background: white"] a[style*=linear-gradient],.kutnoeko-panel.kutnoeko-admin main [style*="background: white"] a[style*=linear-gradient] *,.kutnoeko-panel.kutnoeko-admin main [style*="background: white"] button[style*=linear-gradient],.kutnoeko-panel.kutnoeko-admin main [style*="background: white"] button[style*=linear-gradient] *,.kutnoeko-panel.kutnoeko-admin main a[style*=linear-gradient],.kutnoeko-panel.kutnoeko-admin main a[style*=linear-gradient] *,.kutnoeko-panel.kutnoeko-admin main button[style*=linear-gradient],.kutnoeko-panel.kutnoeko-admin main button[style*=linear-gradient] *,.kutnoeko-panel.kutnoeko-client main .ke-primary-action,.kutnoeko-panel.kutnoeko-client main .ke-primary-action *,.kutnoeko-panel.kutnoeko-client main a[style*="#ea276d"],.kutnoeko-panel.kutnoeko-client main a[style*="rgb(234, 39, 109)"],.kutnoeko-panel.kutnoeko-client main a[style*=linear-gradient],.kutnoeko-panel.kutnoeko-client main a[style*=linear-gradient] *,.kutnoeko-panel.kutnoeko-client main button[style*="#ea276d"],.kutnoeko-panel.kutnoeko-client main button[style*="rgb(234, 39, 109)"],.kutnoeko-panel.kutnoeko-client main button[style*=linear-gradient],.kutnoeko-panel.kutnoeko-client main button[style*=linear-gradient] *{color:#fff!important}.kutnoeko-panel.kutnoeko-admin main [style*="background: white"] button.ke-settlement-primary,.kutnoeko-panel.kutnoeko-admin main button.ke-settlement-primary{background:linear-gradient(90deg,#700052,#F05F98)!important;border-color:#700052!important;color:#fff!important;font-weight:900!important}.kutnoeko-panel.kutnoeko-admin main [style*="background: white"] button.ke-settlement-primary *,.kutnoeko-panel.kutnoeko-admin main button.ke-settlement-primary *{color:#fff!important}@media (max-width:820px){.ke-public-nav{grid-template-columns:1fr!important;justify-items:center!important;gap:10px!important;padding:10px 14px!important}.ke-public-actions,.ke-public-links{justify-content:center!important;flex-wrap:wrap!important}.ke-public-hero{grid-template-columns:1fr!important;gap:22px!important;min-height:0!important;padding:42px 20px!important}.ke-public-hero-copy{max-width:none!important}.ke-public-hero-visual{min-height:300px!important}.ke-public-brand-curve,.ke-public-hero-curve{display:none!important}.ke-public-brand-grid{grid-template-columns:1fr!important;padding:44px 20px!important;gap:18px!important}.ke-public-contact{padding-left:14px!important;padding-right:14px!important}.ke-public-contact-grid{grid-template-columns:1fr!important;padding:20px!important;gap:18px!important}.ke-public-contact-grid form,.ke-public-contact-grid input,.ke-public-contact-grid select,.ke-public-contact-grid textarea{min-width:0!important;max-width:100%!important;width:100%!important}.ke-login-page{padding:14px!important;place-items:start center!important}.ke-login-shell{grid-template-columns:1fr!important;max-width:560px!important}.ke-login-aside{min-height:0!important;padding:24px!important;gap:26px!important}.ke-login-card{padding:30px 24px!important;min-width:0!important}.ke-client-qr-page{padding:14px!important}.ke-client-qr-card{padding:22px 16px!important;overflow:hidden!important}.ke-client-qr-box{display:block!important;width:min(100%,300px)!important;padding:12px!important}.ke-client-qr-image{display:block!important;width:100%!important;height:auto!important;max-width:276px!important;margin:0 auto!important}.ke-client-qr-security{overflow-wrap:anywhere!important}.kutnoeko-admin-shell .kutnoeko-shell-top{align-items:flex-start!important}.kutnoeko-admin-shell .kutnoeko-shell-actions{width:100%;justify-content:flex-start!important}.kutnoeko-admin-menu{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;grid-gap:7px!important;gap:7px!important}.kutnoeko-admin-dropdown,.kutnoeko-admin-trigger{width:100%!important;min-width:0!important}.kutnoeko-admin-trigger{justify-content:space-between!important}.kutnoeko-admin main{max-width:100vw!important;overflow-x:hidden!important}.kutnoeko-admin main input:not([type=checkbox]):not([type=radio]),.kutnoeko-admin main select,.kutnoeko-admin main textarea,.kutnoeko-admin main>div{max-width:100%!important;min-width:0!important}.kutnoeko-admin main input[type=checkbox]{width:22px!important;height:22px!important;min-width:22px!important;flex:0 0 22px!important}.ke-admin-pickup-card,.ke-admin-user-card,.ke-admin-withdrawal-card,.ke-cancel-reason-add,.ke-cancel-reason-row,.ke-finance-category-add,.ke-finance-category-row,.ke-fleet-vehicle{grid-template-columns:1fr!important;min-width:0!important}.ke-admin-user-card *{min-width:0!important;overflow-wrap:anywhere!important}.ke-admin-user-card input{width:100%!important}.ke-settlement-headers{display:none!important}.ke-settlement-row{grid-template-columns:minmax(0,1fr) 42px minmax(80px,.7fr)!important;padding:12px 0!important;border-bottom:1px solid #edf0ee!important}.ke-settlement-row>:nth-child(4){grid-column:1/3!important}.ke-settlement-row>:nth-child(5){grid-column:3!important;text-align:right!important}.kutnoeko-admin main [style*="grid-template-columns: 120px 1fr 90px"],.kutnoeko-admin main [style*="grid-template-columns: 1fr 170px 110px auto"],.kutnoeko-admin main [style*="grid-template-columns: 1fr auto"],.kutnoeko-admin main [style*="grid-template-columns: minmax(180px, 1fr) 90px"],.kutnoeko-admin main [style*="grid-template-columns: minmax(180px,1fr) 90px"]{grid-template-columns:1fr!important}}@media (max-width:430px){.ke-public-home h1{font-size:44px!important}.ke-public-hero-visual{min-height:260px!important}.ke-login-aside-title{font-size:28px!important}.kutnoeko-admin-menu{grid-template-columns:1fr 1fr!important}.kutnoeko-admin-shell .kutnoeko-top-action{min-width:0!important;flex:1 1 auto!important}.ke-settlement-row{grid-template-columns:minmax(0,1fr) 38px 82px!important}}@media (max-width:1050px){.ke-public-brand-curve{display:none!important}.ke-public-brand-grid{grid-template-columns:1fr!important;gap:18px!important}}@media (max-width:430px){.ke-notifications-page{padding:22px 14px!important;overflow-x:hidden!important}.ke-notifications-head{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.ke-notifications-head-badges{width:100%!important;max-width:100%!important}.ke-notifications-head-badges>span{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important}.ke-notifications-settings{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.ke-notifications-settings>*{min-width:0!important;max-width:100%!important}}#dlaczego,#jak-to-dziala,#kontakt{scroll-margin-top:112px}@media (max-width:820px){#dlaczego,#jak-to-dziala,#kontakt{scroll-margin-top:145px}}@media (max-width:480px){#jak-to-dziala{scroll-margin-top:145px}#dlaczego{scroll-margin-top:170px}#kontakt{scroll-margin-top:180px}}