
:root{--navy:#102b55;--blue:#1769e8;--cyan:#0fb7c9;--green:#10b981;--pink:#ec4899;--orange:#f59e0b;--red:#e63946;--purple:#7c3aed;--ink:#10284d;--muted:#61738f;--line:#dbe6f4;--soft:#eef5ff;--card:#fff;--bg:#f4f8ff;--shadow:0 14px 38px rgba(19,55,108,.11);--safe:env(safe-area-inset-bottom,0px)}
*{box-sizing:border-box}html{background:var(--bg);-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;background:radial-gradient(circle at 5% 0,rgba(15,183,201,.11),transparent 24%),radial-gradient(circle at 100% 5%,rgba(236,72,153,.09),transparent 21%),var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.45;overflow-x:hidden}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit}.kp4-boot{min-height:100vh;display:grid;place-items:center;align-content:center;gap:10px;font-weight:850}.kp4-boot img{width:96px;height:96px;object-fit:contain}.kp4-app{min-height:100vh;padding-bottom:calc(94px + var(--safe))}.kp4-shell{width:min(900px,100%);margin:0 auto}.kp4-header{position:sticky;z-index:80;top:0;display:grid;grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:10px;min-height:76px;padding:12px 18px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.kp4-header-logo{height:42px;max-width:210px;object-fit:contain;object-position:center}.kp4-header-title{font-size:21px;font-weight:950;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kp4-icon-btn{width:48px;height:48px;border:1px solid var(--line);border-radius:17px;background:#fff;color:var(--navy);display:grid;place-items:center;font-size:24px;font-weight:900}.kp4-back{background:#eaf2ff;color:var(--blue);border:0}.kp4-content{padding:18px 16px 28px}.kp4-home-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 4px}.kp4-home-header img{width:min(230px,58vw);height:62px;object-fit:contain;object-position:left center}.kp4-lang{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-weight:850;color:var(--navy)}.kp4-hero{margin:8px 16px 18px;padding:24px;border-radius:30px;background:linear-gradient(135deg,#0f57d3,#0ab3c6 54%,#16c784);color:#fff;box-shadow:0 22px 50px rgba(15,87,211,.23);position:relative;overflow:hidden}.kp4-hero:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:rgba(255,255,255,.12);right:-56px;top:-65px}.kp4-hero small{font-weight:850;opacity:.84}.kp4-hero h1{font-size:clamp(28px,8vw,45px);line-height:1.04;margin:7px 0 10px;letter-spacing:-.04em}.kp4-hero p{margin:0;max-width:600px;font-weight:650;opacity:.95}.kp4-hero-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.kp4-btn{border:0;border-radius:16px;padding:12px 16px;background:var(--blue);color:#fff;text-decoration:none;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px}.kp4-btn.secondary{background:#edf4ff;color:var(--navy)}.kp4-btn.white{background:#fff;color:var(--blue)}.kp4-btn.green{background:var(--green)}.kp4-btn.red{background:var(--red)}.kp4-btn.pink{background:var(--pink)}.kp4-btn.small{min-height:38px;padding:8px 12px;border-radius:13px;font-size:14px}.kp4-section{margin-top:22px}.kp4-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}.kp4-section-head h2,.kp4-section-head h1{margin:0;font-size:24px;line-height:1.15;letter-spacing:-.02em}.kp4-section-head p{margin:4px 0 0;color:var(--muted);font-weight:650}.kp4-search{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:19px;padding:0 14px;box-shadow:0 8px 26px rgba(18,55,105,.06)}.kp4-search input{min-width:0;flex:1;height:52px;border:0;outline:0;background:transparent;font-size:16px;color:var(--ink)}.kp4-search b{color:var(--muted)}.kp4-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.kp4-module{min-height:142px;padding:17px;border:1px solid rgba(255,255,255,.8);border-radius:25px;background:linear-gradient(145deg,var(--mc1,#eaf3ff),var(--mc2,#fff));box-shadow:var(--shadow);text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.kp4-module:after{content:"";position:absolute;width:80px;height:80px;right:-26px;bottom:-24px;background:var(--accent,#1769e8);opacity:.11;border-radius:50%}.kp4-module-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;background:var(--accent,#1769e8);color:#fff;font-size:24px;box-shadow:0 10px 24px color-mix(in srgb,var(--accent,#1769e8) 28%,transparent)}.kp4-module h3{margin:14px 0 3px;font-size:17px;line-height:1.1}.kp4-module p{margin:0;color:var(--muted);font-size:13px;font-weight:650}.kp4-module.soon{filter:saturate(.25);opacity:.72}.kp4-badges,.kp4-chips{display:flex;gap:7px;flex-wrap:wrap}.kp4-chip{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:7px 10px;background:#eef5ff;color:#31557f;font-size:12px;font-weight:850}.kp4-chip.active{background:var(--navy);color:#fff}.kp4-tabs{position:sticky;top:76px;z-index:50;display:flex;gap:8px;overflow-x:auto;padding:10px 16px;background:rgba(244,248,255,.96);border-bottom:1px solid var(--line);scrollbar-width:none}.kp4-tabs::-webkit-scrollbar{display:none}.kp4-tab{white-space:nowrap;border:1px solid var(--line);background:#fff;color:#31557f;border-radius:16px;padding:11px 14px;font-weight:900}.kp4-tab.active{background:linear-gradient(90deg,var(--blue),var(--cyan));border-color:transparent;color:#fff}.kp4-toolbar{display:grid;grid-template-columns:minmax(0,1fr) repeat(2,minmax(120px,.45fr));gap:10px;margin:12px 0}.kp4-field,.kp4-select,.kp4-textarea{width:100%;min-height:48px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:11px 13px;color:var(--ink);font-size:16px;outline:0}.kp4-field:focus,.kp4-select:focus,.kp4-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(23,105,232,.12)}.kp4-textarea{min-height:110px;resize:vertical}.kp4-results-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:14px 2px;color:var(--muted);font-weight:800}.kp4-list{display:grid;gap:13px}.kp4-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:18px;box-shadow:0 10px 30px rgba(19,55,108,.07)}.kp4-card h3{margin:0;font-size:20px;line-height:1.2;letter-spacing:-.02em}.kp4-card h4{margin:0;font-size:17px}.kp4-card p{margin:8px 0;color:var(--muted);font-weight:600}.kp4-card .he{font-size:18px;font-weight:850;text-align:right;color:#234676}.kp4-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.kp4-details{margin-top:12px;border-radius:16px;background:#f5f8fd;border:1px solid #e7eef8}.kp4-details summary{padding:13px 14px;font-weight:900;cursor:pointer}.kp4-details-body{padding:0 14px 14px;color:var(--muted)}.kp4-health-launch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0 18px}.kp4-launch{border:0;border-radius:24px;min-height:132px;padding:18px;text-align:left;color:#fff;background:linear-gradient(135deg,var(--a),var(--b));box-shadow:var(--shadow)}.kp4-launch span{font-size:30px}.kp4-launch strong{display:block;font-size:18px;margin-top:17px}.kp4-launch small{font-weight:650;opacity:.88}.kp4-med-grid,.kp4-near-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.kp4-med{min-width:0}.kp4-med .latin{font-size:19px;font-weight:950}.kp4-med .drug-he{font-size:22px;font-weight:900;text-align:right;margin:8px 0}.kp4-med dl{margin:10px 0;display:grid;grid-template-columns:110px 1fr;gap:6px 8px}.kp4-med dt{font-size:12px;text-transform:uppercase;color:var(--muted);font-weight:900}.kp4-med dd{margin:0;font-weight:700;overflow-wrap:anywhere}.kp4-phone-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.kp4-phone-number{font-size:19px;font-weight:950;color:var(--blue);direction:ltr;white-space:nowrap}.kp4-phone-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.kp4-phone-note{padding:11px 13px;border-radius:15px;background:#fff7e6;color:#7a4b00;font-size:13px;font-weight:750}.kp4-alert{padding:25px;border-radius:28px;text-align:center;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.kp4-alert .orb{width:96px;height:96px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;font-size:46px;background:#eaf2ff}.kp4-alert.active{background:linear-gradient(145deg,#fff0f1,#fff);border-color:#ffc8cd}.kp4-alert.active .orb{background:var(--red);color:#fff;animation:pulse 1.2s infinite}.kp4-alert.empty .orb{background:#dff8ee;color:#07875b}.kp4-alert.unavailable .orb{background:#fff0cc;color:#a86300}@keyframes pulse{50%{transform:scale(1.08);box-shadow:0 0 0 18px rgba(230,57,70,.12)}}.kp4-alert h2{margin:0;font-size:27px}.kp4-alert-list{display:grid;gap:8px;margin-top:14px}.kp4-alert-city{padding:12px;border-radius:15px;background:#fff;border:1px solid rgba(230,57,70,.25);font-weight:900}.kp4-lesson-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.kp4-lesson{position:relative}.kp4-lesson .day{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--purple);color:#fff;font-weight:950}.kp4-vocab{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.kp4-vocab-card{padding:13px;border-radius:17px;background:#f4f7fc}.kp4-vocab-card .vhe{font-size:24px;text-align:right;font-weight:950}.kp4-vocab-card .vtr{font-weight:850;color:var(--blue)}.kp4-quiz-option{display:block;width:100%;text-align:left;margin:8px 0;border:1px solid var(--line);border-radius:14px;background:#fff;padding:12px;font-weight:800}.kp4-quiz-option.correct{background:#daf8e9;border-color:#65d6a8}.kp4-quiz-option.wrong{background:#ffe5e8;border-color:#ff9ca7}.kp4-dict-row{display:grid;grid-template-columns:minmax(90px,.8fr) minmax(110px,1fr) minmax(90px,.8fr) 46px;gap:10px;align-items:center}.kp4-dict-row .dhe{font-size:22px;text-align:right;font-weight:950}.kp4-dict-row small{color:var(--muted);font-weight:750}.kp4-source{display:inline-flex;gap:6px;align-items:center;color:var(--blue);font-size:13px;font-weight:850;text-decoration:none}.kp4-empty{padding:32px;text-align:center;border:1px dashed #b9cbe2;border-radius:24px;color:var(--muted);font-weight:750}.kp4-bottom{position:fixed;z-index:90;left:50%;bottom:0;transform:translateX(-50%);width:min(900px,100%);padding:9px 14px calc(9px + var(--safe));display:grid;grid-template-columns:repeat(5,1fr);gap:5px;background:rgba(255,255,255,.96);border-top:1px solid var(--line);backdrop-filter:blur(18px)}.kp4-nav{border:0;background:transparent;color:#58708e;border-radius:17px;min-height:60px;padding:6px 4px;display:grid;place-items:center;align-content:center;gap:2px;font-size:11px;font-weight:850;text-decoration:none}.kp4-nav b{font-size:22px;line-height:1}.kp4-nav.active{background:#eaf3ff;color:var(--blue)}.kp4-nav.phone{margin-top:-21px;min-height:74px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--cyan));box-shadow:0 13px 28px rgba(23,105,232,.28);border-radius:24px}.kp4-nav.phone b{font-size:27px}.kp4-install{position:fixed;z-index:95;left:14px;right:14px;bottom:calc(88px + var(--safe));max-width:640px;margin:auto;padding:14px;border-radius:20px;background:#102b55;color:#fff;box-shadow:0 18px 45px rgba(8,27,61,.32);display:flex;align-items:center;gap:12px}.kp4-install p{margin:0;flex:1;font-size:13px}.kp4-install button{border:0;border-radius:12px;padding:9px 12px;font-weight:900}.kp4-modal{position:fixed;z-index:200;inset:0;background:rgba(7,23,48,.7);padding:12px;display:grid;place-items:end center}.kp4-modal[hidden]{display:none}.kp4-modal-box{width:min(720px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:28px 28px 20px 20px;padding:18px;box-shadow:0 28px 80px rgba(0,0,0,.32)}.kp4-modal-head{display:flex;justify-content:space-between;gap:12px;align-items:center;position:sticky;top:-18px;background:#fff;padding:10px 0;z-index:2}.kp4-modal-head h2{margin:0}.kp4-close{border:0;width:42px;height:42px;border-radius:14px;background:#eef4fb;font-size:24px}.kp4-toast{position:fixed;z-index:300;left:50%;bottom:calc(100px + var(--safe));transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#102b55;color:#fff;padding:11px 16px;border-radius:999px;font-weight:850;transition:.2s}.kp4-toast.show{opacity:1;transform:translate(-50%,0)}.kp4-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.kp4-login{max-width:520px;margin:20px auto}.kp4-login-logo{display:block;width:210px;height:80px;object-fit:contain;margin:auto}.kp4-form-stack{display:grid;gap:11px}.kp4-cv-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.kp4-cv-preview{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;min-height:500px}.kp4-cv-preview h1{font-size:30px;margin:0}.kp4-cv-preview h2{font-size:15px;text-transform:uppercase;border-bottom:2px solid var(--navy);padding-bottom:5px}.kp4-faction-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kp4-faction{padding:14px;border-radius:18px;background:#fff;border:1px solid var(--line);font-weight:850}.kp4-progress{height:10px;border-radius:999px;background:#e5edf7;overflow:hidden}.kp4-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--purple),var(--pink));border-radius:inherit}.kp4-footer-note{font-size:12px;color:var(--muted);padding:16px;text-align:center}.kp4-sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
[dir=rtl] .kp4-card,[dir=rtl] .kp4-launch,[dir=rtl] .kp4-phone-card{text-align:right}[dir=rtl] .kp4-header,[dir=rtl] .kp4-toolbar{direction:rtl}[dir=rtl] .kp4-home-header img{object-position:right center}
@media(max-width:720px){.kp4-toolbar{grid-template-columns:1fr}.kp4-med-grid{grid-template-columns:1fr}.kp4-cv-grid{grid-template-columns:1fr}.kp4-profile-grid{grid-template-columns:1fr}.kp4-header{padding-left:12px;padding-right:12px}.kp4-content{padding-left:12px;padding-right:12px}.kp4-card{padding:16px}.kp4-dict-row{grid-template-columns:1fr 1fr 42px}.kp4-dict-row .dmeta{grid-column:1/-1}.kp4-phone-card{grid-template-columns:1fr}.kp4-phone-number{justify-self:start}.kp4-lesson-grid{grid-template-columns:1fr 1fr}}
@media(max-width:390px){.kp4-module-grid,.kp4-health-launch,.kp4-near-grid,.kp4-lesson-grid,.kp4-vocab,.kp4-faction-grid{grid-template-columns:1fr}.kp4-home-header img{width:190px}.kp4-module{min-height:125px}.kp4-bottom{padding-left:6px;padding-right:6px}.kp4-nav{font-size:10px}}
@media(min-width:760px){.kp4-module-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.kp4-health-launch{grid-template-columns:repeat(4,minmax(0,1fr))}.kp4-med-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.kp4-near-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.kp4-lesson-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.kp4-faction-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.kp4-modal{place-items:center}.kp4-modal-box{border-radius:28px}}
@media print{.kp4-header,.kp4-bottom,.kp4-tabs,.kp4-toolbar,.kp4-card-actions,.kp4-install{display:none!important}.kp4-app{padding:0}.kp4-content{padding:0}.kp4-cv-grid{display:block}.kp4-cv-grid>form{display:none}.kp4-cv-preview{border:0;box-shadow:none}}
.kp4-intro{padding:8px 2px 16px}.kp4-intro h1{margin:5px 0 7px;font-size:clamp(28px,6vw,42px);line-height:1.04;letter-spacing:-.035em}.kp4-intro p{margin:5px 0;color:var(--muted);font-weight:650;line-height:1.55}.kp4-stat-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.kp4-stat-row>div{padding:14px;border-radius:18px;background:#fff;border:1px solid var(--line);display:grid;gap:2px}.kp4-stat-row strong{font-size:24px}.kp4-stat-row span{font-size:12px;color:var(--muted);font-weight:800}.kp4-quick{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kp4-quick-item{border:1px solid var(--line);background:#fff;border-radius:20px;padding:14px 8px;min-height:100px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--ink);box-shadow:0 8px 22px rgba(19,55,108,.06)}.kp4-quick-item span{font-size:27px}.kp4-quick-item strong{font-size:13px}.kp4-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.kp4-heart{width:46px;height:46px;border-radius:50%;border:0;background:#f1f6fc;color:#d31964;font-size:28px;line-height:1}.kp4-heart.active{background:#ffe8f2;color:#c40055}.kp4-tags{display:flex;flex-wrap:wrap;gap:7px;margin:11px 0}.kp4-pager{display:flex;justify-content:center;gap:10px;padding:18px 0}.kp4-near-square{border:1px solid var(--line);background:#fff;border-radius:24px;min-height:132px;padding:18px;display:grid;place-items:center;align-content:center;gap:12px;color:var(--ink);box-shadow:0 9px 26px rgba(19,55,108,.07)}.kp4-near-square span{width:52px;height:52px;border-radius:18px;background:#eaf3ff;display:grid;place-items:center;font-size:25px;color:var(--blue);font-weight:950}.kp4-near-square strong{font-size:15px}.kp4-check{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--line);font-weight:750}.kp4-check:last-child{border-bottom:0}.kp4-check input{width:22px;height:22px;accent-color:var(--blue);flex:0 0 auto}.kp4-card-actions.center{justify-content:center}.kp4-pager:empty{display:none}.kp4-form-stack output{min-height:48px;border-radius:14px;background:#eef5ff;padding:13px;font-weight:900;color:var(--blue)}.kp4-faction{display:flex;justify-content:space-between;align-items:center;gap:8px}.kp4-modal-body section+section{margin-top:12px}.kp4-modal-body li{margin:8px 0;line-height:1.5}.kp4-boot{min-height:100vh;display:grid;place-items:center;align-content:center;gap:10px;background:#f4f8ff}.kp4-boot img{width:96px;height:96px;object-fit:contain}.kp4-boot strong{font-size:30px}.kp4-boot span{color:var(--muted);font-weight:700}
@media(max-width:520px){.kp4-quick{grid-template-columns:repeat(2,minmax(0,1fr))}.kp4-stat-row{grid-template-columns:1fr}.kp4-intro h1{font-size:30px}}
.kp4-app{width:min(900px,100%);margin:0 auto}.kp4-header{grid-template-columns:52px minmax(0,1fr) auto}.kp4-title{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;font-size:21px;font-weight:950}.kp4-title strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kp4-title span{font-size:22px}.kp4-home-actions{display:flex;align-items:center;gap:8px}.kp4-round{width:44px;height:44px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--navy);display:inline-grid;place-items:center;font-size:19px;font-weight:900}.kp4-kicker{display:inline-flex;align-items:center;gap:5px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-weight:950}.kp4-hero .kp4-kicker{color:#fff;opacity:.88}.kp4-section-title{font-size:21px;margin:22px 17px 12px;letter-spacing:-.02em}.kp4-module{background:linear-gradient(145deg,var(--a,#1769e8),var(--b,#0fb7c9));color:#fff;text-align:left;border:0}.kp4-module strong{display:block;margin-top:14px;font-size:17px;line-height:1.15;position:relative;z-index:1}.kp4-module small{color:rgba(255,255,255,.86);font-weight:750;position:relative;z-index:1}.kp4-module-icon{background:rgba(255,255,255,.2);box-shadow:none;position:relative;z-index:1}.kp4-module:after{background:#fff;opacity:.11}.kp4-module:disabled{filter:saturate(.25);opacity:.64;cursor:not-allowed}.kp4-tag{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:#eaf2fd;color:#31557f;font-size:12px;font-weight:900}.kp4-tag.success{background:#dff8ed;color:#087a54}.kp4-btn-primary{background:var(--blue);color:#fff}.kp4-btn-soft{background:#eaf2fd;color:var(--navy)}.kp4-card-actions .kp4-btn:not(.kp4-btn-primary):not(.kp4-btn-soft){background:#eaf2fd;color:var(--navy)}.kp4-card-actions{align-items:center}.kp4-health-launch .kp4-launch{cursor:pointer}.kp4-launch:focus-visible,.kp4-module:focus-visible,.kp4-near-square:focus-visible,.kp4-btn:focus-visible{outline:3px solid rgba(23,105,232,.35);outline-offset:2px}
[dir=rtl] .kp4-module{text-align:right}

/* KlitaPlus Suite 4.3.0 — identidade visual original KlitaPlus
   Mantém o conteúdo novo, mas recupera o visual claro, colorido e acolhedor do app. */
:root{
  --kp-blue:#1157d8;--kp-cyan:#00b9df;--kp-teal:#0aa8a1;--kp-purple:#7a2fd1;
  --kp-orange:#ff8a00;--kp-pink:#f72585;--kp-ink:#081b3d;--kp-muted:#344968;
  --kp-line:#d9e4f2;--kp-soft:#f4f8ff;--kp-card:#fff;
}
html,body{background:#fff!important;color:var(--kp-ink)!important;overflow-x:hidden}
body{background:radial-gradient(circle at 7% 4%,rgba(0,185,223,.11),transparent 26%),radial-gradient(circle at 94% 12%,rgba(247,37,133,.09),transparent 22%),linear-gradient(180deg,#fff,#f8fbff 58%,#fff9f1)!important}
#kp4-root{min-height:100vh;color:var(--kp-ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}
#kp4-root h1,#kp4-root h2,#kp4-root h3,#kp4-root h4{font-family:inherit!important;color:var(--kp-ink);font-weight:900!important;letter-spacing:-.025em}
#kp4-root button,#kp4-root input,#kp4-root select,#kp4-root textarea{font-family:inherit!important}
.kp4-app{width:100%!important;max-width:none!important;margin:0!important;padding-bottom:calc(112px + env(safe-area-inset-bottom,0px))!important;background:transparent!important}
.kp4-content{width:min(1180px,calc(100% - 30px))!important;margin:0 auto!important;padding:20px 0 32px!important}

/* Cabeçalho interno */
.kp4-header{top:max(6px,env(safe-area-inset-top,0px))!important;width:min(760px,calc(100% - 20px))!important;margin:8px auto 0!important;min-height:68px!important;padding:8px 10px!important;border:1px solid rgba(25,62,126,.10)!important;border-radius:22px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 14px 38px rgba(20,48,95,.12)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.kp4-header .kp4-back{width:46px!important;height:46px!important;border-radius:16px!important;background:#edf4ff!important;color:var(--kp-blue)!important;font-size:25px!important}
.kp4-title{font-size:19px!important;color:#0a2145!important;gap:7px!important}
.kp4-title span{font-size:19px!important}.kp4-title strong{font-weight:950!important}
.kp4-header .kp4-lang{min-height:44px!important;border-radius:15px!important;background:#fff!important;color:#17345f!important;box-shadow:none!important}

/* Header e hero da home preservados no estilo KlitaPlus */
.kp4-home-header{width:min(1180px,calc(100% - 30px))!important;margin:0 auto!important;min-height:88px!important;padding:8px 0!important}
.kp4-home-header img{display:block!important;width:min(290px,58vw)!important;height:auto!important;max-height:72px!important;object-fit:contain!important;object-position:left center!important}
.kp4-home-actions{gap:8px!important}.kp4-home-actions .kp4-lang,.kp4-round{border:1px solid #dbe5f3!important;border-radius:15px!important;background:#fff!important;box-shadow:0 8px 22px rgba(20,50,100,.08)!important}
.kp4-hero{width:min(1180px,calc(100% - 30px))!important;margin:0 auto 22px!important;min-height:300px!important;padding:40px 44px!important;border-radius:36px!important;color:var(--kp-ink)!important;background:linear-gradient(120deg,#e8f7ff,#fff 45%,#fff1d8 72%,#ffe5f1)!important;border:1px solid rgba(17,87,216,.08)!important;box-shadow:0 18px 55px rgba(22,67,140,.13)!important}
.kp4-hero:before{content:"";position:absolute;left:-100px;bottom:-170px;width:340px;height:340px;border-radius:50%;background:rgba(0,185,223,.12)}
.kp4-hero:after{right:-65px!important;bottom:-135px!important;top:auto!important;width:390px!important;height:390px!important;background:linear-gradient(135deg,rgba(255,179,0,.28),rgba(247,37,133,.24))!important}
.kp4-hero .kp4-kicker{color:#5e1baa!important;opacity:1!important}
.kp4-hero h1{max-width:720px!important;margin:12px 0 14px!important;font-size:clamp(34px,5vw,58px)!important;line-height:1.03!important;background:linear-gradient(90deg,#0b51d8,#08aeca 43%,#ff8200 72%,#f72585)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}
.kp4-hero p{max-width:620px!important;color:#20395f!important;font-size:17px!important;line-height:1.55!important;font-weight:620!important}
.kp4-section-title{width:min(1180px,calc(100% - 30px))!important;margin:28px auto 13px!important;font-size:24px!important}
.kp4-quick,.kp4-module-grid{width:min(1180px,calc(100% - 30px))!important;margin:0 auto!important}
.kp4-quick-item{border-radius:20px!important;background:#fff!important;border:1px solid #d7e1ef!important;box-shadow:0 12px 32px rgba(25,60,120,.08)!important;color:#0a2145!important}
.kp4-quick-item span{font-size:28px!important}.kp4-quick-item strong{font-weight:900!important}

/* Módulos: pastel e coloridos, não blocos sólidos do Brasilaim */
.kp4-module{min-height:126px!important;padding:16px!important;border:1px solid rgba(15,43,94,.08)!important;border-radius:22px!important;color:#0a2145!important;background:linear-gradient(145deg,color-mix(in srgb,var(--a,#1157d8) 16%,white),color-mix(in srgb,var(--b,#00b9df) 12%,white),#fff 78%)!important;box-shadow:0 10px 25px rgba(24,54,110,.07)!important}
.kp4-module:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(24,54,110,.12)!important}
.kp4-module-icon{width:52px!important;height:52px!important;border-radius:18px!important;background:linear-gradient(135deg,var(--a,#1157d8),var(--b,#00b9df))!important;color:#fff!important;box-shadow:0 9px 18px color-mix(in srgb,var(--a,#1157d8) 20%,transparent)!important}
.kp4-module strong{color:#0b2248!important;font-size:16px!important;margin-top:13px!important}.kp4-module small{color:#40516d!important;font-size:12px!important;font-weight:700!important}
.kp4-module:after{background:var(--b,#00b9df)!important;opacity:.07!important}

/* Conteúdo interno */
.kp4-intro{padding:18px 4px 16px!important}.kp4-intro h1{font-size:clamp(29px,6vw,43px)!important;line-height:1.04!important}.kp4-intro p{color:var(--kp-muted)!important}
.kp4-kicker{color:#5e1baa!important;font-weight:950!important}
.kp4-card,.kp4-stat-row>div,.kp4-near-square,.kp4-faction,.kp4-cv-preview{border:1px solid rgba(15,43,94,.09)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 10px 28px rgba(24,54,110,.07)!important}
.kp4-card{padding:17px!important}.kp4-card h3{font-size:19px!important;color:#0b2248!important}.kp4-card p{color:#344968!important}
.kp4-card .he{color:#173e77!important;font-size:17px!important}
.kp4-field,.kp4-select,.kp4-textarea{min-height:50px!important;border:1px solid #d7e1ef!important;border-radius:17px!important;background:#fff!important;color:#10274b!important;font-size:16px!important;box-shadow:0 8px 22px rgba(25,60,120,.045)!important}
.kp4-field:focus,.kp4-select:focus,.kp4-textarea:focus{border-color:#1157d8!important;box-shadow:0 0 0 4px rgba(17,87,216,.12)!important}
.kp4-tabs{top:86px!important;width:min(1180px,calc(100% - 30px))!important;margin:0 auto!important;padding:10px 0!important;background:rgba(248,251,255,.93)!important;border:0!important}
.kp4-tab{border:1px solid #d6e1ef!important;border-radius:999px!important;background:#fff!important;color:#314866!important;font-size:14px!important;padding:10px 14px!important}
.kp4-tab.active{background:linear-gradient(90deg,#1157d8,#00b9df)!important;color:#fff!important;border-color:transparent!important}
.kp4-btn{border-radius:999px!important;padding:11px 15px!important;font-weight:900!important;min-height:43px!important}
.kp4-btn-primary{background:linear-gradient(90deg,#1157d8,#00aeca)!important;color:#fff!important;box-shadow:0 9px 20px rgba(17,87,216,.18)!important}
.kp4-btn-soft,.kp4-card-actions .kp4-btn:not(.kp4-btn-primary):not(.kp4-btn-dark){background:#eef4ff!important;color:#153b79!important}
.kp4-btn-dark{background:#10264d!important;color:#fff!important}
.kp4-tag,.kp4-chip{border-radius:999px!important;background:#eef5ff!important;color:#31557f!important;font-weight:850!important}.kp4-tag.success{background:#e6f9f1!important;color:#087a54!important}
.kp4-details{border:0!important;border-radius:17px!important;background:#f5f8fd!important}.kp4-details summary{color:#144b91!important}

/* Saúde */
.kp4-health-launch{gap:12px!important}.kp4-launch{min-height:118px!important;border-radius:22px!important;padding:16px!important;box-shadow:0 12px 30px rgba(24,54,110,.10)!important}
.kp4-launch strong{font-size:17px!important}.kp4-launch small{font-size:12px!important}
.kp4-med-grid{gap:12px!important}.kp4-med .latin{font-size:18px!important}.kp4-med .drug-he{font-size:20px!important}
.kp4-near-square{min-height:122px!important}.kp4-near-square span{background:linear-gradient(135deg,#edf5ff,#e7fbff)!important;color:#1157d8!important}

/* Tzeva Adom */
.kp4-tzeva-hero{display:flex;align-items:center;gap:16px;margin:4px 0 16px;padding:20px 22px;border-radius:28px;background:linear-gradient(120deg,#fff1f3,#fff 55%,#edf6ff);border:1px solid rgba(217,48,66,.12);box-shadow:0 14px 36px rgba(40,56,100,.09)}
.kp4-tzeva-mark{width:72px;height:72px;flex:0 0 72px;display:grid;place-items:center;border-radius:23px;background:linear-gradient(135deg,#e63946,#ff6571);font-size:31px;box-shadow:0 12px 25px rgba(230,57,70,.22)}
.kp4-tzeva-hero h1{margin:4px 0 6px;font-size:32px!important}.kp4-tzeva-hero p{margin:0;color:#344968;font-weight:620}
.kp4-alert{border-radius:28px!important;padding:24px!important;background:#fff!important;border:1px solid rgba(15,43,94,.09)!important;box-shadow:0 14px 36px rgba(24,54,110,.08)!important}
.kp4-alert .orb{width:82px!important;height:82px!important;font-size:38px!important}.kp4-alert h2{font-size:25px!important}.kp4-alert-status{display:inline-block;margin-bottom:5px;font-size:10px;letter-spacing:.14em;font-weight:950;color:#58708e}
.kp4-alert.empty{background:linear-gradient(145deg,#edfff8,#fff)!important}.kp4-alert.empty .orb{background:#dff8ee!important;color:#07875b!important}
.kp4-alert.official_only{background:linear-gradient(145deg,#f2f7ff,#fff)!important}.kp4-alert.official_only .orb{background:#e8f1ff!important;color:#1157d8!important}
.kp4-alert.active{background:linear-gradient(145deg,#fff0f1,#fff)!important;border-color:#ffc8cd!important}.kp4-alert.active .orb{background:#e63946!important;color:#fff!important}
.kp4-last-state{margin:13px auto;padding:10px 12px;max-width:520px;border-radius:14px;background:#fff;border:1px solid #dce7f4;color:#344968;font-size:13px}
.kp4-official-apps{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin:15px 0;padding:18px;border-radius:23px;background:linear-gradient(120deg,#eef6ff,#fff);border:1px solid #dbe6f4}
.kp4-official-apps p{margin:4px 0 0;color:#344968;font-size:13px}.kp4-store-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.kp4-safety-card{margin-top:15px!important}

/* Navegação inferior flutuante no padrão KlitaPlus */
.kp4-bottom{left:50%!important;bottom:max(7px,env(safe-area-inset-bottom,0px))!important;width:min(720px,calc(100% - 20px))!important;padding:7px!important;border:1px solid rgba(25,62,126,.11)!important;border-radius:22px!important;background:rgba(255,255,255,.95)!important;box-shadow:0 16px 40px rgba(20,48,95,.17)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.kp4-nav{min-height:58px!important;border-radius:16px!important;color:#4c6281!important;font-size:10px!important;font-weight:850!important}.kp4-nav b{font-size:21px!important}.kp4-nav.active{background:#eef4ff!important;color:#1157d8!important}
.kp4-nav.phone{margin-top:0!important;min-height:58px!important;border-radius:17px!important;background:linear-gradient(135deg,#1157d8,#00b9df)!important;color:#fff!important;box-shadow:0 8px 20px rgba(17,87,216,.22)!important}.kp4-nav.phone b{font-size:23px!important}

/* Modal e login */
.kp4-modal{background:rgba(7,23,48,.62)!important}.kp4-modal-box{border-radius:28px!important}.kp4-login-logo{width:235px!important;object-fit:contain!important}

[dir=rtl] .kp4-home-header img{object-position:right center!important}
[dir=rtl] .kp4-module{text-align:right!important}

@media(max-width:720px){
  .kp4-content{width:calc(100% - 22px)!important;padding-top:14px!important}
  .kp4-home-header{width:calc(100% - 22px)!important;min-height:76px!important}
  .kp4-home-header img{width:min(210px,56vw)!important;max-height:64px!important}
  .kp4-hero{width:calc(100% - 22px)!important;min-height:245px!important;padding:30px 24px!important;border-radius:30px!important}
  .kp4-hero h1{font-size:clamp(31px,10vw,45px)!important}.kp4-hero p{font-size:15px!important}
  .kp4-section-title,.kp4-quick,.kp4-module-grid{width:calc(100% - 22px)!important}
  .kp4-header{width:calc(100% - 18px)!important;margin-top:6px!important}
  .kp4-tabs{width:100%!important;top:84px!important}
  .kp4-official-apps{grid-template-columns:1fr!important}.kp4-store-actions{justify-content:flex-start!important}
  .kp4-tzeva-hero{padding:17px!important}.kp4-tzeva-mark{width:60px;height:60px;flex-basis:60px;border-radius:19px}.kp4-tzeva-hero h1{font-size:27px!important}
}
@media(max-width:520px){
  .kp4-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  .kp4-health-launch{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .kp4-near-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .kp4-module{min-height:128px!important}.kp4-module-icon{width:48px!important;height:48px!important}.kp4-module strong{font-size:15px!important}
  .kp4-quick{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .kp4-title{font-size:17px!important}.kp4-title span{display:none!important}
  .kp4-card-actions{gap:7px!important}.kp4-btn{font-size:13px!important;padding:10px 13px!important}
  .kp4-bottom{width:calc(100% - 16px)!important}.kp4-nav span{font-size:9px!important}
}
@media(max-width:370px){.kp4-module-grid{grid-template-columns:1fr!important}.kp4-health-launch{grid-template-columns:1fr!important}.kp4-title{font-size:16px!important}.kp4-header .kp4-lang{max-width:58px!important}}


/* KlitaPlus 4.1 — interaction-first layout */
:root{--kp-nav-h:72px}
body{font-size:15px!important;line-height:1.42!important}
.kp4-app{padding-bottom:calc(var(--kp-nav-h) + env(safe-area-inset-bottom,0px) + 10px)!important}
.kp4-content{padding:15px 14px 24px!important}
.kp4-header{min-height:66px!important;padding:9px 14px!important}
.kp4-title{font-size:17px!important}.kp4-title span{font-size:18px!important}
.kp4-intro{padding:10px 2px 13px!important}.kp4-intro-compact h1,.kp4-intro h1{font-size:clamp(25px,6vw,34px)!important;line-height:1.08!important;margin:4px 0 6px!important}
.kp4-intro p{font-size:14px!important;line-height:1.48!important}
.kp4-hero h1{font-size:clamp(29px,8vw,42px)!important}.kp4-hero p{font-size:14px!important}
.kp4-section-title{font-size:21px!important;margin-top:23px!important}
.kp4-card{padding:15px!important;border-radius:22px!important}.kp4-card h3{font-size:17px!important;line-height:1.18!important}.kp4-card p{font-size:14px!important;line-height:1.45!important}
.kp4-card .he{font-size:15px!important}.kp4-tag{font-size:11px!important;padding:5px 8px!important}.kp4-btn{font-size:12.5px!important;min-height:42px!important;padding:9px 12px!important;border-radius:14px!important}
.kp4-module{min-height:123px!important;padding:15px!important;border-radius:23px!important}.kp4-module strong{font-size:15px!important}.kp4-module small{font-size:11px!important}
.kp4-quick-item{min-height:91px!important}.kp4-quick-item strong{font-size:12px!important}.kp4-quick-item span{font-size:24px!important}
.kp4-field,.kp4-select,.kp4-textarea{font-size:16px!important;min-height:48px!important;border-radius:15px!important}
.kp4-search-panel{display:grid;gap:9px;padding:14px;background:linear-gradient(145deg,#fff,#f5f9ff);border:1px solid #dce7f4;border-radius:22px;box-shadow:0 9px 25px rgba(25,60,120,.07);margin-bottom:16px}
.kp4-inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.kp4-choice-section{margin:17px 0}.kp4-choice-section h2{font-size:17px;margin:0 0 10px}
.kp4-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kp4-choice-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.kp4-choice-card{min-height:108px;border:1px solid #dce7f4;border-radius:22px;background:linear-gradient(145deg,#fff,#f3f8ff);color:#0b2248;padding:15px;display:grid;align-content:center;justify-items:start;gap:9px;text-align:start;box-shadow:0 9px 25px rgba(25,60,120,.065)}
.kp4-choice-card span{width:43px;height:43px;border-radius:15px;background:linear-gradient(135deg,#1769e8,#05b4cb);color:#fff;display:grid;place-items:center;font-size:21px;font-weight:950}.kp4-choice-card strong{font-size:14px;line-height:1.2}
.kp4-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.kp4-chip{border:1px solid #d8e5f5;background:#fff;color:#23486f;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:850}
.kp4-empty-action{min-height:148px;display:grid!important;place-items:center;align-content:center;gap:9px;text-align:center;background:linear-gradient(145deg,#f9fbff,#eef6ff)!important}.kp4-empty-action span{font-size:30px}.kp4-empty-action strong{max-width:440px;font-size:14px;color:#405778}
.kp4-back-options{border:0;background:transparent;color:#1769e8;font-size:13px;font-weight:900;padding:8px 2px;margin-bottom:8px}
.kp4-health-launch-home{grid-template-columns:repeat(2,minmax(0,1fr))!important}.kp4-launch{min-height:126px!important}.kp4-launch strong{font-size:15px!important}.kp4-launch small{font-size:11px!important}
.kp4-results-head{font-size:13px!important;margin:13px 1px 9px!important}.kp4-results-head span{font-size:11px!important}
.kp4-med .latin{font-size:16px!important}.kp4-med .drug-he{font-size:18px!important}
.kp4-letter{font-size:36px!important}
.kp4-tzeva-hero{padding:16px!important;border-radius:24px!important}.kp4-tzeva-hero h1{font-size:26px!important}.kp4-tzeva-hero p{font-size:13px!important}.kp4-tzeva-mark{width:58px!important;height:58px!important;flex-basis:58px!important;font-size:26px!important;border-radius:18px!important}
.kp4-alert{padding:18px!important;border-radius:24px!important}.kp4-alert h2{font-size:21px!important}.kp4-alert .orb{width:64px!important;height:64px!important;font-size:29px!important}.kp4-alert-city{display:grid;gap:2px}.kp4-alert-city small{font-size:12px;opacity:.8}.kp4-alert-history{margin:17px 0}.kp4-alert-history h2{font-size:17px}.kp4-alert-event h3{font-size:15px!important}.kp4-tag.danger{background:#ffe6e9;color:#b61f32}
.kp4-assistant-hero{display:flex;gap:12px;align-items:center;padding:17px;border-radius:24px;background:linear-gradient(135deg,#e8f7ff,#f0fff9);border:1px solid #d8eaf4;margin-bottom:12px}.kp4-assistant-hero>span{width:50px;height:50px;border-radius:17px;background:linear-gradient(135deg,#087f96,#42c7cf);color:#fff;display:grid;place-items:center;font-size:25px}.kp4-assistant-hero h1{font-size:24px;margin:0}.kp4-assistant-hero p{font-size:13px;color:#405778;margin:4px 0 0}
.kp4-assistant-actions{display:flex;gap:7px;overflow:auto;padding:2px 0 11px;scrollbar-width:none}.kp4-assistant-actions button{white-space:nowrap;border:1px solid #d9e5f3;background:#fff;border-radius:999px;padding:9px 12px;color:#23486f;font-size:12px;font-weight:850}
.kp4-chat{display:grid;gap:9px;margin-bottom:12px}.kp4-chat-bubble{max-width:88%;padding:12px 14px;border-radius:18px;background:#fff;border:1px solid #dce7f4;font-size:13.5px;line-height:1.48}.kp4-chat-bubble.user{justify-self:end;background:#1769e8;color:#fff;border-color:#1769e8}.kp4-chat-bubble.assistant{justify-self:start}.kp4-chat-bubble strong{display:block;font-size:11px;margin-bottom:4px;opacity:.75}.kp4-chat-bubble .kp4-btn{margin-top:9px}
.kp4-assistant-form{position:sticky;bottom:calc(var(--kp-nav-h) + env(safe-area-inset-bottom,0px));z-index:25;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:9px;background:rgba(244,248,255,.96);border-top:1px solid #dce7f4}.kp4-assistant-form textarea{resize:none;min-height:48px!important}
/* attached bottom navigation */
.kp4-bottom{position:fixed!important;z-index:100!important;left:0!important;right:0!important;bottom:0!important;transform:none!important;width:100%!important;max-width:none!important;min-height:var(--kp-nav-h)!important;padding:6px 10px calc(6px + env(safe-area-inset-bottom,0px))!important;border:0!important;border-top:1px solid #d8e3f0!important;border-radius:0!important;background:rgba(255,255,255,.98)!important;box-shadow:0 -8px 26px rgba(18,47,90,.09)!important;backdrop-filter:blur(16px)!important}
.kp4-nav{min-height:54px!important;border-radius:13px!important;font-size:9px!important}.kp4-nav b{font-size:19px!important}.kp4-nav.phone{min-height:54px!important;border-radius:14px!important;box-shadow:none!important}.kp4-nav span{font-size:9px!important}
@media(max-width:520px){.kp4-choice-grid-3{grid-template-columns:1fr}.kp4-choice-grid-3 .kp4-choice-card{min-height:92px}.kp4-content{padding-inline:12px!important}.kp4-health-launch-home{gap:9px!important}.kp4-launch{min-height:116px!important}.kp4-card-actions{gap:6px!important}.kp4-btn{font-size:12px!important}.kp4-assistant-form{grid-template-columns:1fr}.kp4-assistant-form .kp4-btn{width:100%}}

/* KlitaPlus 4.2 — compact top dock, animated SVG icons, integrated Neguishut and Pro tools */
:root{--kp-topdock-h:64px;--kp-nav-h:68px}
body{font-size:14px!important;line-height:1.4!important}
.kp4-app{padding-top:var(--kp-topdock-h)!important;padding-bottom:calc(var(--kp-nav-h) + env(safe-area-inset-bottom,0px) + 8px)!important}
.kp4-topdock{position:fixed;z-index:190;inset:0 0 auto 0;height:var(--kp-topdock-h);display:grid;grid-template-columns:minmax(92px,.8fr) minmax(150px,1.6fr) minmax(86px,.8fr);gap:1px;padding:calc(env(safe-area-inset-top,0px) + 4px) max(8px,env(safe-area-inset-left,0px)) 5px;background:rgba(255,255,255,.97);border-bottom:1px solid #dce6f3;box-shadow:0 5px 20px rgba(20,54,103,.07);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.kp4-toptool{position:relative;min-width:0;border:0;background:transparent;color:#17365f;padding:5px 7px;border-radius:13px;display:flex;align-items:center;gap:7px;text-align:start;overflow:hidden}
.kp4-toptool:active{background:#edf5ff}.kp4-toptool>span{display:grid;min-width:0;line-height:1.12}.kp4-toptool b{font-size:10.5px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kp4-toptool small{font-size:8.5px;color:#6d7f99;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kp4-top-alert{border-inline:1px solid #e2eaf5;border-radius:0}.kp4-top-a11y{justify-content:flex-end}.kp4-top-a11y>span{text-align:end}
.kp4-live-dot{position:absolute;inset-inline-end:7px;top:7px;width:6px;height:6px;border-radius:50%;background:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.12)}.kp4-live-dot.online{background:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.12)}
.kp4-header{top:var(--kp-topdock-h)!important;z-index:120!important;min-height:60px!important;padding:7px 12px!important;grid-template-columns:44px minmax(0,1fr) auto!important}.kp4-back{width:42px!important;height:42px!important;border-radius:14px!important;font-size:21px!important}.kp4-title{font-size:16px!important;gap:6px!important}.kp4-title .kp4-svg-icon{width:20px;height:20px}.kp4-header .kp4-lang{padding:7px 9px!important;font-size:11px!important}
.kp4-tabs{top:calc(var(--kp-topdock-h) + 60px)!important}
.kp4-content{padding:13px 12px 22px!important}.kp4-home-header{padding:10px 13px 2px!important}.kp4-home-header img{height:51px!important;max-width:205px!important}.kp4-hero{margin:7px 12px 15px!important;padding:21px!important;border-radius:26px!important}.kp4-hero h1{font-size:clamp(27px,7.5vw,39px)!important}.kp4-hero p{font-size:13px!important}.kp4-section-title{font-size:19px!important;margin:20px 13px 10px!important}.kp4-module-grid,.kp4-quick{gap:9px!important}.kp4-module{min-height:112px!important;padding:13px!important;border-radius:21px!important}.kp4-module strong{font-size:14px!important;margin-top:10px!important}.kp4-module small{font-size:10px!important}.kp4-module-icon{width:43px!important;height:43px!important;border-radius:15px!important}.kp4-quick-item{min-height:82px!important;border-radius:19px!important}.kp4-quick-item strong{font-size:11px!important}
.kp4-card{padding:14px!important;border-radius:20px!important}.kp4-card h3{font-size:16px!important}.kp4-card h4{font-size:14px!important}.kp4-card p{font-size:13px!important}.kp4-card .he{font-size:14px!important}.kp4-results-head{font-size:12px!important}.kp4-tag,.kp4-chip{font-size:10.5px!important}.kp4-btn{min-height:40px!important;font-size:12px!important;padding:8px 11px!important}.kp4-intro h1,.kp4-intro-compact h1{font-size:clamp(23px,5.7vw,31px)!important}.kp4-intro p{font-size:13px!important}

.kp4-svg-icon{display:block;width:22px;height:22px;flex:0 0 auto;overflow:visible}.kp4-module-icon .kp4-svg-icon,.kp4-quick-item .kp4-svg-icon{width:27px;height:27px}.kp4-bottom .kp4-svg-icon{width:21px;height:21px}.kp4-toptool .kp4-svg-icon{width:22px;height:22px}.kp4-btn .kp4-svg-icon{width:16px;height:16px}
.kp4-animated-icon{transform-origin:center;animation:kp4-icon-float 3.2s ease-in-out infinite}.kp4-icon-alert{animation:kp4-alert-ring 2.2s ease-in-out infinite;transform-origin:50% 10%}.kp4-icon-phone{animation:kp4-phone-buzz 3.8s ease-in-out infinite}.kp4-icon-a11y{animation:kp4-a11y-breathe 3s ease-in-out infinite}.kp4-icon-user{animation:kp4-icon-float 4s ease-in-out infinite}
@keyframes kp4-icon-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-2.5px)}}
@keyframes kp4-alert-ring{0%,78%,100%{transform:rotate(0)}82%{transform:rotate(-7deg)}86%{transform:rotate(7deg)}90%{transform:rotate(-4deg)}94%{transform:rotate(4deg)}}
@keyframes kp4-phone-buzz{0%,84%,100%{transform:rotate(0)}87%{transform:rotate(-6deg)}90%{transform:rotate(6deg)}93%{transform:rotate(-4deg)}96%{transform:rotate(4deg)}}
@keyframes kp4-a11y-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}

.kp4-bottom{min-height:var(--kp-nav-h)!important;padding:5px 8px calc(5px + env(safe-area-inset-bottom,0px))!important}.kp4-nav{min-height:50px!important;gap:3px!important}.kp4-nav span{font-size:8.5px!important}.kp4-nav.phone{min-height:50px!important}

.kp4-a11y-panel{position:fixed;z-index:260;top:calc(var(--kp-topdock-h) + 8px);inset-inline-end:10px;width:min(330px,calc(100vw - 20px));padding:14px;border:1px solid #d9e5f3;border-radius:22px;background:rgba(255,255,255,.99);box-shadow:0 20px 60px rgba(9,34,74,.24);backdrop-filter:blur(18px)}.kp4-a11y-panel[hidden]{display:none!important}.kp4-a11y-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.kp4-a11y-head strong{font-size:16px}.kp4-a11y-head button{border:0;background:#edf4ff;color:#183b67;width:35px;height:35px;border-radius:12px;font-size:21px}.kp4-a11y-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.kp4-a11y-grid button{border:1px solid #dce7f4;background:#f8fbff;color:#23486f;border-radius:16px;padding:10px;display:flex;align-items:center;gap:8px;text-align:start;font-size:11px;font-weight:850}.kp4-a11y-grid button.active{background:#123b75;color:#fff;border-color:#123b75}.kp4-a11y-grid .kp4-svg-icon{width:20px;height:20px}.kp4-a11y-reset{width:100%;margin-top:9px;border:0;border-radius:14px;padding:10px;background:#edf4ff;color:#17457c;font-size:11px;font-weight:900}
html.kp4-a11y-large body{font-size:17px!important}html.kp4-a11y-large .kp4-card p,html.kp4-a11y-large .kp4-card h3,html.kp4-a11y-large .kp4-btn,html.kp4-a11y-large .kp4-nav span{font-size:1.08em!important}html.kp4-a11y-contrast{--bg:#000;--card:#000;--ink:#fff;--muted:#fff;--line:#fff;--soft:#111}html.kp4-a11y-contrast body,html.kp4-a11y-contrast .kp4-topdock,html.kp4-a11y-contrast .kp4-header,html.kp4-a11y-contrast .kp4-bottom,html.kp4-a11y-contrast .kp4-card,html.kp4-a11y-contrast .kp4-field,html.kp4-a11y-contrast .kp4-select,html.kp4-a11y-contrast .kp4-textarea{background:#000!important;color:#fff!important;border-color:#fff!important}html.kp4-a11y-gray{filter:grayscale(1)}html.kp4-a11y-links a{text-decoration:underline!important;text-decoration-thickness:2px!important}html.kp4-a11y-readable body{font-family:Arial,Verdana,sans-serif!important;letter-spacing:.02em}html.kp4-a11y-stop *,html.kp4-a11y-stop *:before,html.kp4-a11y-stop *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}

.kp4-tzeva-hero{display:flex;gap:12px;align-items:center;background:linear-gradient(135deg,#fff1f2,#fff);border:1px solid #ffd5da}.kp4-tzeva-mark{display:grid;place-items:center;background:linear-gradient(135deg,#ef3340,#ff6670);color:#fff;box-shadow:0 12px 26px rgba(230,57,70,.22)}.kp4-tzeva-mark .kp4-svg-icon{width:30px;height:30px}.kp4-official-apps{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;margin-top:15px;padding:15px;border:1px solid #dce7f4;border-radius:20px;background:#fff}.kp4-official-apps p{font-size:12px;color:#687b96;margin:4px 0 0}.kp4-store-actions{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.kp4-alert-history{margin-top:15px}.kp4-alert-event{position:relative}.kp4-alert-event h3{font-size:14px!important}.kp4-alert-event time{font-size:10px;color:#71839d}.kp4-safety-card ol{padding-inline-start:22px}.kp4-safety-card li{margin:7px 0;font-size:13px}

.kp4-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kp4-tool-card{min-height:118px;border:1px solid #dce7f4;border-radius:21px;background:linear-gradient(145deg,#fff,#f1f7ff);color:#163963;padding:14px;display:grid;align-content:center;justify-items:start;gap:10px;text-align:start;box-shadow:0 9px 25px rgba(25,60,120,.065)}.kp4-tool-card .kp4-svg-icon{width:31px;height:31px;padding:5px;border-radius:12px;background:linear-gradient(135deg,#1769e8,#0fb7c9);color:#fff;box-sizing:content-box}.kp4-tool-card strong{font-size:13px;line-height:1.2}.kp4-form-stack{display:grid;gap:9px}.kp4-calc-form{max-width:680px;margin:0 auto}.kp4-calc-output{display:block;min-height:54px;padding:14px;border-radius:16px;background:linear-gradient(135deg,#e9f3ff,#eafff8);color:#0b3d74;font-size:16px;font-weight:950}.kp4-calc-note{font-size:11px!important}.kp4-cv-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);gap:12px;align-items:start}.kp4-cv-preview{position:sticky;top:calc(var(--kp-topdock-h) + 72px);padding:24px;border:1px solid #dce7f4;border-radius:20px;background:#fff;box-shadow:0 9px 25px rgba(25,60,120,.08)}.kp4-cv-preview h1{font-size:23px;margin:0 0 5px}.kp4-cv-preview h2{font-size:14px;margin:17px 0 5px;padding-bottom:4px;border-bottom:1px solid #dce7f4}.kp4-cv-preview p{font-size:12px;color:#425b7d;white-space:normal}.kp4-textarea.tall{min-height:180px}.kp4-score{display:flex;align-items:center;gap:12px;padding:13px;border-radius:17px;background:#eef7ff;margin-top:12px}.kp4-score strong{font-size:34px;color:#1769e8}.kp4-score span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}

[dir=rtl] .kp4-toptool,[dir=rtl] .kp4-tool-card,[dir=rtl] .kp4-choice-card{text-align:right}.kp4-footer-note{font-size:10px!important}

@media(max-width:700px){
  :root{--kp-topdock-h:61px;--kp-nav-h:65px}
  .kp4-topdock{grid-template-columns:80px minmax(120px,1fr) 76px;padding-inline:5px}.kp4-toptool{padding:4px}.kp4-toptool b{font-size:9.5px}.kp4-toptool small{font-size:7.8px}.kp4-toptool .kp4-svg-icon{width:20px;height:20px}.kp4-top-a11y>span{display:none}.kp4-top-a11y{justify-content:center}.kp4-live-dot{inset-inline-end:4px;top:5px}
  .kp4-content{width:100%!important}.kp4-home-header,.kp4-hero,.kp4-section-title,.kp4-quick,.kp4-module-grid{width:auto!important}
  .kp4-header{width:100%!important;margin:0!important;border-radius:0!important}.kp4-tabs{width:100%!important}
  .kp4-official-apps{grid-template-columns:1fr}.kp4-store-actions{justify-content:flex-start}
  .kp4-cv-grid{grid-template-columns:1fr}.kp4-cv-preview{position:static}
}
@media(max-width:420px){.kp4-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kp4-tool-card{min-height:104px;padding:12px}.kp4-inline-fields{grid-template-columns:1fr}.kp4-a11y-panel{top:calc(var(--kp-topdock-h) + 5px);inset-inline:6px;width:auto}.kp4-bottom .kp4-svg-icon{width:19px;height:19px}.kp4-nav span{font-size:8px!important}}
@media(prefers-reduced-motion:reduce){.kp4-animated-icon,.kp4-icon-alert,.kp4-icon-phone,.kp4-icon-a11y,.kp4-icon-user{animation:none!important}}
/* iOS standalone safe-area correction */
.kp4-app{padding-top:calc(var(--kp-topdock-h) + env(safe-area-inset-top,0px))!important}
.kp4-topdock{height:calc(var(--kp-topdock-h) + env(safe-area-inset-top,0px));padding-top:calc(env(safe-area-inset-top,0px) + 4px)}
.kp4-header{top:calc(var(--kp-topdock-h) + env(safe-area-inset-top,0px))!important}
.kp4-tabs{top:calc(var(--kp-topdock-h) + env(safe-area-inset-top,0px) + 60px)!important}
.kp4-a11y-panel{top:calc(var(--kp-topdock-h) + env(safe-area-inset-top,0px) + 8px)}
.kp4-cv-preview{top:calc(var(--kp-topdock-h) + env(safe-area-inset-top,0px) + 72px)}

/* 4.3.0 — multilingual forms, official accessibility symbol and refined KlitaPlus UI */
.kp4-profile-nav img{width:30px;height:30px;object-fit:contain;display:block;filter:drop-shadow(0 3px 6px rgba(12,60,120,.18))}
.kp4-profile-nav.active img{transform:scale(1.08)}
.kp4-top-a11y .kp4-icon-a11y{width:29px;height:29px}
.kp4-typeahead{position:relative;min-width:0}
.kp4-suggestions{position:absolute;z-index:40;top:calc(100% + 5px);inset-inline:0;background:#fff;border:1px solid #dce6f4;border-radius:16px;box-shadow:0 16px 40px rgba(22,57,104,.18);overflow:hidden;max-height:310px;overflow-y:auto}
.kp4-suggestions button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:0;border-bottom:1px solid #edf2f8;background:#fff;color:#102a52;text-align:start;font:inherit}
.kp4-suggestions button:last-child{border-bottom:0}.kp4-suggestions button:active{background:#eef6ff}.kp4-suggestions small{white-space:nowrap;color:#37618d}
.kp4-near-health{display:grid;gap:14px}.kp4-location-focus{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;background:linear-gradient(135deg,#eaf9f5,#eef6ff)}
.kp4-location-focus>span{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#fff;color:#009d78}.kp4-location-focus>span svg{width:28px}.kp4-location-focus .kp4-btn{grid-column:1/-1}
.kp4-calc-source{font-size:13px;color:#456480}.kp4-calc-source a{font-weight:800;color:#1264d9}
.kp4-party-grid{display:grid;gap:12px}.kp4-party-card small{display:block;color:#5a6e89;margin-top:9px}.kp4-source-note{font-size:13px!important;background:#fff7d9;border-radius:13px;padding:10px 12px}
.kp4-health-launch .kp4-launch:first-child .kp4-svg-icon,.kp4-module[data-route="health"] .kp4-svg-icon,.kp4-quick-item[data-route="health"] .kp4-svg-icon{fill:none!important}
@media(min-width:720px){.kp4-party-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kp4-location-focus{grid-template-columns:auto 1fr auto}.kp4-location-focus .kp4-btn{grid-column:auto}}

/* 4.3.0 typography and accessibility refinements */
.kp4-content{font-size:15px}.kp4-card h3{font-size:clamp(18px,4.5vw,23px);line-height:1.18}.kp4-intro h1{font-size:clamp(27px,7vw,38px)}.kp4-card p,.kp4-intro p{font-size:15px;line-height:1.48}.kp4-field,.kp4-select,.kp4-textarea{font-size:16px}.kp4-profile-nav img{width:27px;height:27px;object-fit:contain}.kp4-top-a11y .kp4-icon-a11y{width:25px;height:25px}.kp4-med dl{display:grid;grid-template-columns:minmax(82px,auto) 1fr;gap:6px 12px}.kp4-med dt{font-weight:800}.kp4-med dd{margin:0;overflow-wrap:anywhere}

/* KlitaPlus 4.4 — correções de idioma, localização, perfil e legibilidade */
:root{--kp-topdock-h:62px;--kp-nav-h:66px}
body{font-size:13.5px!important;line-height:1.38!important}
.kp4-content{font-size:13.5px!important;padding-top:14px!important}
.kp4-intro h1{font-size:clamp(25px,5.5vw,36px)!important;line-height:1.06!important}
.kp4-intro p,.kp4-card p,.kp4-phone-note{font-size:13px!important;line-height:1.44!important}
.kp4-card h3{font-size:16px!important;line-height:1.18!important}
.kp4-card{padding:14px!important;border-radius:20px!important}
.kp4-tag{font-size:10.5px!important;padding:5px 8px!important}
.kp4-btn{font-size:12px!important;min-height:40px!important;padding:8px 11px!important}
.kp4-kicker{font-size:10px!important}
.kp4-section-title{font-size:20px!important}
.kp4-module strong{font-size:15px!important}.kp4-module small{font-size:10.5px!important}
.kp4-field,.kp4-select,.kp4-textarea{font-size:16px!important;line-height:1.25!important;max-width:100%!important}
.kp4-labelled-form{overflow:visible!important}
.kp4-labelled-form label{display:grid!important;gap:6px!important;margin:0!important;padding:0!important;background:transparent!important;min-height:0!important}
.kp4-labelled-form label>span{display:block!important;font-size:11.5px!important;font-weight:850!important;color:#526a8d!important;padding-inline:2px!important}
.kp4-labelled-form:after,.kp4-labelled-form label:after{display:none!important;content:none!important}
.kp4-location-status{font-size:12px!important;font-weight:850!important;color:#35618f!important;margin-top:8px!important;min-height:18px}
.kp4-distance-label{font-size:11px!important;font-weight:900!important;color:#1170d8!important;margin:12px 8px -5px!important}
.kp4-success-note{color:#087a58!important;font-size:12px!important;font-weight:850!important}
.kp4-calc-source{font-size:12px!important;color:#516985!important}
.kp4-calc-source p{margin:4px 0!important}
.kp4-topdock{height:var(--kp-topdock-h)!important;padding-top:calc(env(safe-area-inset-top,0px) + 3px)!important}
.kp4-toptool b{font-size:10px!important}.kp4-toptool small{font-size:8px!important}
.kp4-toptool .kp4-svg-icon{width:24px!important;height:24px!important;flex:0 0 24px!important}
.kp4-header{top:var(--kp-topdock-h)!important;min-height:57px!important}
.kp4-bottom{height:auto!important;min-height:var(--kp-nav-h)!important;padding:5px 8px calc(5px + env(safe-area-inset-bottom,0px))!important}
.kp4-nav{min-height:52px!important}.kp4-nav span{font-size:8.5px!important}
.kp4-profile-nav img{width:27px!important;height:27px!important;object-fit:contain!important}
.kp4-phone-card .kp4-phone-number{font-size:14px!important}
.kp4-med dl{grid-template-columns:minmax(105px,.42fr) 1fr!important;font-size:12.5px!important}
.kp4-med .latin{font-size:15px!important}.kp4-med .drug-he{font-size:16px!important}
.kp4-near-grid{gap:9px!important}.kp4-near-square{min-height:112px!important;padding:14px!important;border-radius:20px!important}.kp4-near-square strong{font-size:13px!important}.kp4-near-square span{width:44px!important;height:44px!important;border-radius:15px!important}
.kp4-choice-card{min-height:96px!important;padding:13px!important;border-radius:19px!important}.kp4-choice-card strong{font-size:13px!important}
.kp4-suggestions{z-index:260!important;max-height:48vh!important;overflow:auto!important}
.kp4-a11y-panel{z-index:300!important}
.kp4-a11y-panel[hidden]{display:none!important}
.kp4-alert-event h3{font-size:14px!important}.kp4-alert-event p{font-size:12px!important}
.kp4-alert-city strong{font-size:14px!important}.kp4-alert-city small{font-size:11px!important}
@media(max-width:520px){
  .kp4-content{width:calc(100% - 22px)!important;padding-top:11px!important}
  .kp4-home-header,.kp4-hero,.kp4-section-title,.kp4-quick,.kp4-module-grid{width:calc(100% - 22px)!important}
  .kp4-hero{padding:26px 22px!important;min-height:240px!important}.kp4-hero h1{font-size:31px!important}.kp4-hero p{font-size:13px!important}
  .kp4-title{font-size:16px!important}.kp4-header .kp4-lang{font-size:13px!important}
  .kp4-card-actions{gap:5px!important}.kp4-btn{font-size:11.5px!important;padding:8px 10px!important}
  .kp4-phone-card{grid-template-columns:1fr!important}.kp4-phone-number{justify-self:start!important;margin-top:4px!important}
}


/* 4.5.0 — CV Hebrew, compact phones, fund directories and brand footer */
.kp4-brand-footer{margin:34px auto calc(94px + env(safe-area-inset-bottom,0px));padding:20px 18px;border-top:1px solid #e6edf7;display:flex;align-items:center;justify-content:center;gap:18px;text-align:start;color:#52647e;background:linear-gradient(180deg,rgba(255,255,255,0),#f8fbff)}
.kp4-brand-footer img{width:min(280px,42vw);height:auto;display:block;object-fit:contain}
.kp4-brand-footer p{margin:3px 0;font-size:12px;line-height:1.45}.kp4-brand-footer small{display:block;margin-top:5px;font-size:10px;color:#7c8ca3}.kp4-brand-footer a{color:#1157d8;font-weight:750;text-decoration:none}.kp4-brand-footer a:hover{text-decoration:underline}
.kp4-phone-shortcuts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin:0 0 12px;padding:0;overflow:visible}
.kp4-phone-shortcuts button{min-width:0;border:1px solid #dfe8f4;border-radius:14px;background:#fff;padding:8px 4px 7px;display:grid;place-items:center;gap:4px;color:#425a78;box-shadow:0 5px 14px rgba(23,64,119,.055);cursor:pointer}
.kp4-phone-shortcuts button span{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:#f0f6ff;color:#155bdd}.kp4-phone-shortcuts button .kp4-svg-icon{width:17px;height:17px}.kp4-phone-shortcuts button small{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;font-weight:800}
.kp4-phone-shortcuts button.active{border-color:#75a7ef;background:#edf5ff;color:#0f4db3}.kp4-phone-shortcuts button.active span{background:#1157d8;color:#fff}
.kp4-fund-directory{margin:0 0 14px;padding:13px;border:1px solid #deebf7;border-radius:18px;background:linear-gradient(145deg,#f9fcff,#f2f8ff)}.kp4-fund-directory>strong{display:block;margin-bottom:8px;font-size:12px;color:#244b78}
.kp4-fund-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.kp4-fund-link{display:flex;align-items:center;justify-content:center;gap:6px;min-height:42px;padding:8px;border:1px solid #e0e8f2;border-radius:13px;background:#fff;text-decoration:none;color:#17395f;font-size:11px;font-weight:850;box-shadow:0 4px 11px rgba(26,66,115,.05)}.kp4-fund-link b{font-size:13px}.kp4-fund-link:hover{transform:translateY(-1px);border-color:#8cb5eb}
.kp4-btn-ai{background:linear-gradient(135deg,#5a39d6,#1678e8)!important;color:#fff!important;border:0!important;box-shadow:0 7px 18px rgba(75,65,206,.2)}.kp4-btn-test{background:#fff7e7!important;color:#9a5400!important;border-color:#ffd590!important}.kp4-btn-test:hover{background:#ffedc7!important}
.kp4-cv-ai-status{min-height:20px;margin:7px 0 0;font-size:11px;color:#52677f}.kp4-cv-hebrew{margin-top:14px;border:1px solid #d9e5f3;border-radius:17px;padding:14px;background:#fbfdff}.kp4-cv-hebrew h3{margin:0 0 9px;font-size:14px}.kp4-cv-preview-he{direction:rtl;text-align:right}.kp4-cv-preview-he h2,.kp4-cv-preview-he h3,.kp4-cv-preview-he p{direction:rtl;text-align:right}
html[dir="rtl"] .kp4-brand-footer{text-align:right;flex-direction:row-reverse}html[dir="rtl"] .kp4-phone-shortcuts button small{direction:rtl}
@media(max-width:720px){.kp4-brand-footer{flex-direction:column;text-align:center;gap:10px}.kp4-brand-footer img{width:min(330px,88vw)}html[dir="rtl"] .kp4-brand-footer{flex-direction:column;text-align:center}.kp4-phone-shortcuts{grid-template-columns:repeat(6,minmax(48px,1fr));overflow-x:auto;scrollbar-width:none;padding-bottom:3px}.kp4-phone-shortcuts::-webkit-scrollbar{display:none}.kp4-phone-shortcuts button{min-width:52px}.kp4-fund-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* 4.5.0 — layout real dos links oficiais das Kupot */
.kp4-fund-directory>div:last-child{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
@media(max-width:720px){.kp4-fund-directory>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* KlitaPlus 4.6.0 — transparent larger logo, favorites, phrase builder and dual Maps/Waze actions */
.kp4-home-header{min-height:92px!important;padding:8px 16px!important;overflow:visible!important}
.kp4-home-header img{width:min(420px,58vw)!important;max-width:none!important;height:82px!important;max-height:none!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;mix-blend-mode:normal!important;filter:none!important}
.kp4-brand-footer img,.kp4-login-logo{background:transparent!important;filter:none!important}
.kp4-brand-footer img{width:min(360px,48vw)!important}
.kp4-module-wrap{position:relative;min-width:0}
.kp4-module-wrap>.kp4-module{width:100%;height:100%}
.kp4-module-wrap>.kp4-heart{position:absolute;z-index:4;top:9px;right:9px}
[dir=rtl] .kp4-module-wrap>.kp4-heart{right:auto;left:9px}
.kp4-heart{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border:1px solid #d8e4f2!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:#8a9ab0!important;font-size:17px!important;line-height:1!important;box-shadow:0 4px 12px rgba(20,54,103,.09)!important;cursor:pointer!important}
.kp4-heart.active{color:#ffb000!important;background:#fff8db!important;border-color:#ffd56a!important;transform:scale(1.04)}
.kp4-card-top{gap:12px!important}.kp4-card-top>div:first-child{min-width:0}
.kp4-favorite-card h3{margin:4px 0 3px!important}.kp4-favorite-card .he{font-size:16px!important;margin:3px 0!important}
.kp4-phrase-builder{margin-bottom:19px!important;background:linear-gradient(145deg,#fff,#f3f9ff)!important}
.kp4-phrase-builder h2{font-size:18px!important;margin:4px 0 0!important}
.kp4-phrase-builder label{display:grid;gap:6px}.kp4-phrase-builder label>span{font-size:12px;font-weight:850;color:#48617f}
.kp4-phrase-builder input[type=range]{width:100%;accent-color:#1264dc}.kp4-range-value{font-weight:900;color:#1359bf}
.kp4-phrase-result{margin-top:14px;padding:16px;border:1px solid #d6e5f5;border-radius:20px;background:#fff;box-shadow:0 8px 22px rgba(23,62,116,.07)}
.kp4-phrase-he{font-size:24px;font-weight:850;line-height:1.55;margin:13px 0 4px;color:#0e3264}.kp4-phrase-tr{font-size:13px;color:#526985}
.kp4-subtitle{font-size:17px!important;margin-top:18px!important}
.kp4-near-dual{cursor:default!important;align-content:start!important}
.kp4-near-dual>div{display:grid;grid-template-columns:1fr 1fr;gap:6px;width:100%;margin-top:5px}
.kp4-mini-nav{min-height:31px;border:1px solid #d7e4f2;border-radius:10px;background:#fff;color:#1157d8;font-size:10px;font-weight:900;padding:5px;cursor:pointer}
.kp4-mini-nav:last-child{color:#1e8057}.kp4-mini-nav:hover{background:#eef5ff}
.kp4-nav-choice{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.kp4-live-source{font-size:11px;line-height:1.45;color:#526985;margin:4px 0}.kp4-live-source a{color:#1157d8;font-weight:800;text-decoration:none}.kp4-live-source a:hover{text-decoration:underline}
.kp4-rate-line{padding:10px 12px;border-radius:13px;background:#eef6ff;color:#174f8f;font-size:12px!important;font-weight:850}
.kp4-phone-shortcuts{grid-template-columns:repeat(7,minmax(0,1fr))!important}
@media(max-width:720px){
 .kp4-home-header{min-height:86px!important}.kp4-home-header img{width:min(330px,76vw)!important;height:75px!important}
 .kp4-brand-footer img{width:min(350px,91vw)!important}
 .kp4-phone-shortcuts{grid-template-columns:repeat(7,minmax(50px,1fr))!important}
}
@media(max-width:430px){.kp4-home-header img{width:min(300px,74vw)!important;height:69px!important}.kp4-home-header{padding-inline:10px!important}.kp4-phrase-he{font-size:21px}.kp4-heart{width:32px!important;height:32px!important;min-width:32px!important}}

/* KlitaPlus 4.6.3 — multilingual records */
.kp4-official-name{margin:-4px 0 8px;color:#65748c;font-size:12px;font-weight:600;line-height:1.35;unicode-bidi:plaintext}
[dir="rtl"] .kp4-official-name{text-align:right}
