/* v687 – krajšie profily kandidátov, modernejší chat, slider blogov a prehľadnejšia mapa podnetov. */
body.hm-pc-page{
    margin:0;
    background:linear-gradient(180deg,#f4f8ff 0%,#eef4fc 100%);
    color:#133765;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.hm-pc-page *{box-sizing:border-box}
.hm-pc-page a{text-decoration:none}
.hm-pc-shell{max-width:1180px;padding:0 18px;margin:0 auto}
.hm-pc-nav{
    min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:15px;
    color:#5b7899;font-size:12px;font-weight:900
}
.hm-pc-nav a{color:#1c62c2}
.hm-pc-main{display:grid;gap:22px;padding-bottom:38px}
.hm-pc-hero,.hm-pc-section{
    background:#fff;border:1px solid #d8e5f4;border-radius:26px;overflow:hidden;
    box-shadow:0 18px 44px rgba(29,73,121,.08)
}
.hm-pc-cover{height:290px;background-size:cover;background-position:center}
.hm-pc-cover.is-empty{background:linear-gradient(120deg,#113c7d,#2f7ed9 58%,#d7ebff)}
.hm-pc-hero-body{padding:0 34px 34px;display:grid;grid-template-columns:160px 1fr;align-items:end;gap:26px}
.hm-pc-avatar{
    width:160px;height:160px;overflow:hidden;display:grid;place-items:center;border-radius:28px;
    border:6px solid #fff;background:#d6e6fc;margin-top:-62px;box-shadow:0 12px 28px rgba(19,59,118,.18);
    color:#174f9d;font-size:70px;font-weight:950
}
.hm-pc-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hm-pc-kicker{font-size:11px;font-weight:950;letter-spacing:.12em;color:#1469c8;text-transform:uppercase}
.hm-pc-hero-copy h1{font-size:clamp(36px,5vw,60px);line-height:1.02;margin:0 0 8px;color:#0a3269}
.hm-pc-role{margin:0 0 18px;color:#6b829f;font-size:18px}
.hm-pc-hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between}
.hm-pc-social{display:flex;flex-wrap:wrap;gap:10px}
.hm-pc-social-btn{
    display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:10px 14px;border-radius:14px;
    background:#eef5ff;color:#155da9;font-weight:850;font-size:13px;border:1px solid #d8e8fb
}
.hm-pc-social-btn svg{width:18px;height:18px;display:block}
.hm-pc-ask-link{
    display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 22px;border-radius:16px;
    background:linear-gradient(135deg,#135fc6,#1f81ec);color:#fff;font-weight:950;font-size:18px;
    box-shadow:0 12px 28px rgba(23,96,191,.22)
}
.hm-pc-section{padding:30px 32px}
.hm-pc-card-head,.hm-pc-section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}
.hm-pc-section h2{font-size:clamp(27px,3vw,38px);margin:6px 0 14px;color:#0d356b;line-height:1.12}
.hm-pc-section h2 em,.hm-pc-resolved-title em{
    font-size:14px;font-style:normal;vertical-align:middle;background:#eaf3ff;border-radius:999px;
    padding:5px 10px;color:#2f6ba9
}
.hm-pc-section p{font-size:15px;line-height:1.72;color:#5a7291}
.hm-pc-prose{font-size:15px;line-height:1.74;color:#244a73;overflow-wrap:anywhere}
.hm-pc-prose img{max-width:100%;height:auto;border-radius:14px}

/* O mne */
.hm-pc-about-card{
    background:linear-gradient(135deg,#f7fbff 0%,#edf5ff 55%,#f6fbff 100%);
    border-color:#d4e4f6
}
.hm-pc-about-wrap{
    padding:22px 24px;border-radius:22px;background:rgba(255,255,255,.82);border:1px solid #dbe8f7
}
.hm-pc-about-excerpt{font-size:18px !important;line-height:1.8 !important;color:#24466e !important;margin:0}
.hm-pc-about-more{padding-top:16px}
.hm-pc-toggle-btn,.hm-pc-bio summary,.hm-pc-blog summary{
    cursor:pointer;border:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;
    min-height:44px;padding:10px 16px;background:#0f62c7;color:#fff;font-weight:900;font-size:14px;margin-top:16px
}
.hm-pc-bio{margin-top:18px;border-top:1px solid #d8e4f3;padding-top:18px}
.hm-pc-bio summary{background:#eaf3ff;color:#145bad;border:1px solid #d4e5fb}
.hm-pc-bio .hm-pc-prose{margin-top:16px}

/* Blogy */
.hm-pc-carousel-controls{display:flex;gap:10px}
.hm-pc-carousel-btn{
    width:44px;height:44px;border-radius:50%;border:1px solid #d5e4f5;background:#f2f8ff;color:#104f9e;
    font-size:26px;line-height:1;font-weight:900;cursor:pointer
}
.hm-pc-blog-carousel{
    display:grid;grid-auto-flow:column;grid-auto-columns:minmax(290px,34%);gap:18px;overflow-x:auto;
    padding:6px 2px 8px;scroll-snap-type:x mandatory;scroll-behavior:smooth
}
.hm-pc-blog-carousel::-webkit-scrollbar{height:10px}
.hm-pc-blog-carousel::-webkit-scrollbar-thumb{background:#c6dbf6;border-radius:999px}
.hm-pc-blog{
    scroll-snap-align:start;border:1px solid #dde8f5;border-radius:22px;overflow:hidden;background:#fbfdff;
    min-width:0;display:flex;flex-direction:column;box-shadow:0 10px 22px rgba(18,61,114,.06)
}
.hm-pc-blog-media{aspect-ratio:16/9;background:#e6eef8;overflow:hidden}
.hm-pc-blog-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hm-pc-blog-body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:8px;height:100%}
.hm-pc-blog small{color:#7890ab;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.hm-pc-blog h3{font-size:26px;font-family:Georgia,"Times New Roman",serif;line-height:1.15;color:#173d74;margin:0}
.hm-pc-blog p{margin:0 0 8px}
.hm-pc-blog details .hm-pc-prose{padding-top:15px}
.hm-pc-blog details summary{background:#f3f8ff;color:#115eb5;border:1px solid #d8e8fb}

/* Mapa podnetov */
.hm-pc-map-card{background:linear-gradient(135deg,#ffffff 0%,#fbfdff 48%,#f3f8ff 100%)}
.hm-pc-metrics{display:flex;gap:12px;flex-wrap:wrap}
.hm-pc-metrics span{
    min-width:110px;padding:10px 14px;border-radius:18px;background:#eef5ff;border:1px solid #d7e6f8;
    display:grid;gap:2px;text-align:center
}
.hm-pc-metrics strong{font-size:24px;line-height:1;color:#0e4f9c}
.hm-pc-metrics small{font-size:12px;font-weight:850;color:#5d7796;text-transform:uppercase;letter-spacing:.04em}
.hm-pc-map-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hm-pc-map-column{
    border:1px solid #dce8f7;background:rgba(255,255,255,.78);border-radius:22px;padding:18px 18px 8px
}
.hm-pc-map-column h3{font-size:22px;margin:0 0 14px;color:#12396f}
.hm-pc-issues{display:grid;gap:11px}
.hm-pc-issues a{
    display:grid;gap:5px;border:1px solid #d9e7f7;border-radius:16px;padding:15px 16px;color:#123f80;background:#f5f9ff;
    transition:transform .15s ease, box-shadow .15s ease
}
.hm-pc-issues a:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(18,61,114,.08)}
.hm-pc-issues a>span{font-size:11px;font-weight:950;color:#0966c4;text-transform:uppercase;letter-spacing:.05em}
.hm-pc-issues a>strong{font-size:15px}
.hm-pc-issues a>small{color:#6785a6}
.hm-pc-issues.is-resolved a{background:#f2fbf6;border-color:#cfe9d8}
.hm-pc-issues.is-resolved span{color:#158348}
.hm-pc-resolved-title{font-size:22px;margin:0 0 14px}
.hm-pc-section .hm-pc-fine{font-size:12px;color:#748ba5;margin-top:16px}

/* Chat */
.hm-pc-chat{scroll-margin-top:16px}
.hm-pc-chat-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}
.hm-pc-chat-live{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:18px;align-items:start}
.hm-pc-chat-panel{
    border:1px solid #d7e6f7;border-radius:24px;padding:18px;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)
}
.hm-pc-chat-panel-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-bottom:12px;border-bottom:1px solid #e0ebf6;margin-bottom:12px}
.hm-pc-chat-panel-head strong{font-size:18px;color:#113d79}
.hm-pc-chat-panel-head span{font-size:12px;font-weight:850;color:#6f87a3;text-transform:uppercase;letter-spacing:.05em}
.hm-pc-chat-empty{
    min-height:230px;display:grid;place-content:center;text-align:center;padding:28px;border-radius:18px;background:#f4f8ff;color:#6b829f
}
.hm-pc-chat-empty strong{display:block;font-size:18px;color:#123d75;margin-bottom:8px}
.hm-pc-chat-history{display:grid;gap:12px;max-height:480px;overflow:auto;padding:6px;background:transparent;border-radius:14px}
.hm-pc-chat-history[hidden]{display:none}
.hm-pc-msg{max-width:90%;padding:13px 15px;border-radius:18px;border:1px solid #d8e5f5;background:#fff;box-shadow:0 8px 18px rgba(18,61,114,.06)}
.hm-pc-msg.is-visitor{justify-self:end;background:linear-gradient(180deg,#dcebff 0%,#d3e7ff 100%)}
.hm-pc-msg.is-team{justify-self:start;background:#fff}
.hm-pc-msg strong{display:block;font-size:11px;color:#145dab;text-transform:uppercase;letter-spacing:.04em}
.hm-pc-msg p{margin:6px 0;color:#123b72;white-space:pre-wrap;overflow-wrap:anywhere}
.hm-pc-msg time{font-size:10px;color:#7b8faa}
.hm-pc-chat-form{display:grid;gap:12px}
.hm-pc-chat-form>label:first-child{font-weight:950;color:#1a457b;font-size:16px}
.hm-pc-chat textarea{
    display:block;width:100%;min-height:160px;resize:vertical;padding:15px;border:1px solid #c8d9ed;border-radius:18px;
    font:inherit;font-size:15px;color:#133b74;background:#fbfdff
}
.hm-pc-chat textarea:focus,.hm-pc-register input:focus{outline:2px solid #8abcff;outline-offset:1px}
.hm-pc-consent{display:flex;align-items:flex-start;gap:8px;color:#526e90;font-size:12px;line-height:1.55}
.hm-pc-consent[hidden]{display:none}.hm-pc-consent input{margin-top:3px;flex:none}
.hm-pc-consent a{color:#0d63ba;text-decoration:underline}
.hm-pc-chat button,.hm-pc-email-form button{
    border:0;border-radius:16px;padding:13px 18px;min-height:48px;background:linear-gradient(135deg,#135fc6,#1f81ec);color:#fff;
    font:inherit;font-weight:950;cursor:pointer
}
.hm-pc-chat button:disabled{opacity:.5;cursor:wait}
.hm-pc-status,.hm-pc-register #hmPcRegisterStatus{font-size:13px;min-height:16px;color:#14814f}
.hm-pc-status.is-error,.hm-pc-register #hmPcRegisterStatus.is-error{color:#c13232}
.hm-pc-register{padding:18px;margin-top:18px;border:1px solid #bed9f9;background:#eff7ff;border-radius:20px}
.hm-pc-register[hidden]{display:none}.hm-pc-register h3{margin:0;font-size:22px;color:#0e3d7f}.hm-pc-register>p{margin:6px 0 13px}
.hm-pc-email-form{display:flex;gap:8px;margin-top:12px}
.hm-pc-email-form input{flex:1;min-width:0;background:#fff;color:#123b73;border:1px solid #c7d8ee;border-radius:14px;padding:13px;font:inherit;font-size:14px}
.hm-pc-google{margin:17px 0 0}.hm-pc-google span{display:block;font-size:10px;font-weight:900;color:#7590ac;margin-bottom:8px}
.hm-pc-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px;padding:10px 0 30px;color:#748baa;font-size:12px}.hm-pc-footer a{color:#426f9c}

@media(max-width:900px){
    .hm-pc-chat-live,.hm-pc-map-grid{grid-template-columns:1fr}
    .hm-pc-blog-carousel{grid-auto-columns:minmax(290px,78%)}
}
@media(max-width:660px){
    .hm-pc-shell{padding:0 12px}
    .hm-pc-nav{gap:7px;font-size:10px}
    .hm-pc-cover{height:180px}
    .hm-pc-hero-body{padding:0 18px 24px;grid-template-columns:1fr;gap:0}
    .hm-pc-avatar{width:120px;height:120px;margin-top:-43px;border-radius:22px}
    .hm-pc-hero-copy{padding-top:16px}
    .hm-pc-hero-copy h1{font-size:clamp(30px,9vw,42px)}
    .hm-pc-role{font-size:16px}
    .hm-pc-hero-actions{align-items:flex-start}
    .hm-pc-social{width:100%}
    .hm-pc-social-btn{padding:10px 12px}
    .hm-pc-ask-link{width:100%}
    .hm-pc-section{padding:22px 18px}
    .hm-pc-about-excerpt{font-size:17px !important}
    .hm-pc-carousel-controls{display:none}
    .hm-pc-blog-carousel{grid-auto-columns:86%}
    .hm-pc-email-form{display:grid}
    .hm-pc-msg{max-width:96%}
}

/* Backoffice: pole na titulnú fotku, odkazy a súkromné konverzácie. */
.hm-pc-backoffice-quick{padding:16px 19px;margin:16px 0;border:1px solid #cee0f7;border-radius:15px;background:#f3f8ff;display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.hm-pc-backoffice-quick a{color:#075cbe;font-weight:850}
.hm-pc-backoffice-quick a.hm-pc-bo-primary{border-radius:9px;padding:9px 12px;background:#1264cc;color:white}
.hm-pc-cover-admin{max-width:380px;margin-bottom:12px}
.hm-pc-cover-admin img{width:100%;height:130px;object-fit:cover;border-radius:10px}
.hm-pc-inbox{margin-top:20px;padding:20px;border:1px solid #cee0f5;border-radius:17px;background:#fff}
.hm-pc-inbox>h3{margin:0 0 9px;font-size:24px;color:#12427b}
.hm-pc-inbox>p{color:#68819d;font-size:13px}
.hm-pc-thread{margin:10px 0;padding:16px;border:1px solid #dbe7f7;border-radius:13px;background:#f8fbff}
.hm-pc-thread summary{cursor:pointer;color:#164479;font-size:14px;font-weight:850}
.hm-pc-thread summary small{font-size:11px;color:#748eaa}.hm-pc-thread.is-unread{border-color:#94c2f8;background:#eef7ff}
.hm-pc-thread-body{display:grid;gap:8px;padding-top:12px}
.hm-pc-thread-msg{border-radius:9px;padding:10px 12px;background:#fff;border:1px solid #e0e9f6}
.hm-pc-thread-msg.is-team{background:#e6f3ff}
.hm-pc-thread-msg b{font-size:10px;color:#2d6fb5}
.hm-pc-thread-msg p{margin:5px 0;color:#23496f;white-space:pre-wrap;overflow-wrap:anywhere}
.hm-pc-thread-msg small{font-size:10px;color:#7b8da5}
.hm-pc-thread-reply{display:grid;gap:8px;padding-top:10px}
.hm-pc-thread-reply textarea{width:100%;padding:10px;border:1px solid #cbdbee;border-radius:10px}
.hm-pc-thread-reply button{justify-self:start;background:#1266ce;color:#fff;border:0;padding:11px 15px;border-radius:9px;font-weight:900;cursor:pointer}
.hm-pc-bo-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0 18px}
.hm-pc-bo-overview article{min-width:0;padding:15px;border:1px solid #dce9f6;background:#fff;border-radius:13px}
.hm-pc-bo-overview h3{margin:0 0 10px;color:#174775;font-size:17px}.hm-pc-bo-overview h3 small{font-size:12px}
.hm-pc-bo-overview article>p{margin:7px 0;color:#597492;overflow-wrap:anywhere;font-size:13px}
.hm-pc-bo-overview a{color:#1166bd;font-weight:850}
.hm-pc-bo-overview article>a:last-child{display:inline-block;margin-top:8px}
@media(max-width:680px){.hm-pc-bo-overview{grid-template-columns:1fr}}
.hm-pc-blogs-admin{display:grid;gap:10px}
.hm-pc-blog-editor{border:1px solid #d7e7f7;border-radius:12px;overflow:hidden;background:#f9fcff}
.hm-pc-blog-editor summary{cursor:pointer;padding:15px;font-weight:900;color:#174678;background:none;border:0;margin:0;min-height:auto;display:block}
.hm-pc-blog-editor summary small{font-size:11px;font-weight:600;color:#6988a7}
.hm-pc-blog-editor>form{margin:6px 12px 15px}
.hm-pc-bo-blog-photo{max-width:240px;max-height:130px;object-fit:cover;border-radius:9px}
.hm-pc-chat-toggle{padding:12px;border:1px solid #dce9f7;border-radius:11px;background:#f6fbff}.hm-pc-chat-toggle input{margin-right:7px}

/* v688 – pokračovanie textu bez opakovania, priority a celá fotografia blogu. */
.hm-pc-about-wrap .hm-pc-about-excerpt{font-size:18px;line-height:1.8;color:#24466e;margin:0}
.hm-pc-about-wrap .hm-pc-about-excerpt>*:first-child,.hm-pc-about-wrap .hm-pc-about-more>*:first-child{margin-top:0}
.hm-pc-about-wrap .hm-pc-about-excerpt>*:last-child,.hm-pc-about-wrap .hm-pc-about-more>*:last-child{margin-bottom:0}
.hm-pc-about-more[hidden],.hm-pc-toggle-btn[hidden]{display:none!important}
.hm-pc-about-more{margin-top:12px;padding-top:8px;border-top:1px dashed #d1e1f2;font-size:18px;line-height:1.8}
.hm-pc-prose p,.hm-pc-prose ul,.hm-pc-prose ol{margin:0 0 14px}
.hm-pc-prose ul,.hm-pc-prose ol{padding-left:24px}
.hm-pc-prose li{margin-bottom:6px}
.hm-pc-prose img{display:block;max-width:100%;height:auto;object-fit:contain;margin:12px auto;border-radius:15px}
.hm-pc-priorities-card{background:linear-gradient(145deg,#fff,#f4f8ff);border-color:#d5e5f8}
.hm-pc-priorities-content{font-size:17px;line-height:1.82;padding:22px 24px;border:1px solid #dce9f9;background:#fff;border-radius:20px}
.hm-pc-blog-media{display:grid;place-items:center;aspect-ratio:16/9;background:#fff;border-bottom:1px solid #e0e9f5}
.hm-pc-blog-media img{display:block;width:100%;height:100%;object-fit:contain!important;object-position:center}
.hm-pc-map-intro{font-size:18px!important;color:#214b7e!important;line-height:1.55!important;margin:0 0 22px}
.hm-pc-claimed-issues{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:13px}
.hm-pc-map-empty{padding:17px;background:#f4f9ff;border:1px dashed #c7dcf6;border-radius:15px}
@media(max-width:660px){.hm-pc-priorities-content{padding:15px}.hm-pc-about-more{font-size:17px}.hm-pc-map-intro{font-size:16px!important}}


/* v689 – samostatné vyskakovacie okno chatu v štýle messengera */
body.hm-pc-chat-open{overflow:hidden!important}
.hm-pc-chat-overlay[hidden]{display:none!important}
.hm-pc-chat-overlay{
    position:fixed;inset:0;z-index:100500;display:grid;place-items:center;
    padding:18px;background:rgba(6,26,59,.62);backdrop-filter:blur(7px)
}
.hm-pc-chat-overlay .hm-pc-chat{
    width:min(510px,100%);height:min(775px,calc(100dvh - 36px));min-height:0;
    display:flex;flex-direction:column;overflow:hidden;padding:0;border-radius:24px;
    background:#fff;box-shadow:0 32px 100px rgba(5,25,57,.36);border:1px solid #d2e3f6
}
.hm-pc-chat-overlay .hm-pc-chat-header{
    padding:14px 17px;display:flex;justify-content:space-between;align-items:center;gap:14px;
    flex:none;background:linear-gradient(135deg,#0e4a9d,#177ce4);color:#fff
}
.hm-pc-chat-peer{display:flex;align-items:center;gap:11px;min-width:0}
.hm-pc-chat-peer-avatar{width:46px;height:46px;flex:none;display:grid;place-items:center;overflow:hidden;border:2px solid rgba(255,255,255,.65);border-radius:50%;background:#d8e9ff;color:#0a4f9f;font-size:21px;font-weight:950}
.hm-pc-chat-peer-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hm-pc-chat-label{display:block;font-size:9px;letter-spacing:.12em;font-weight:900;opacity:.85}
.hm-pc-chat-overlay .hm-pc-chat-header h2{color:#fff;margin:2px 0;font-size:21px;line-height:1.15}
.hm-pc-chat-overlay .hm-pc-chat-header small{display:block;color:#eaf4ff;font-size:11px;line-height:1.3}
.hm-pc-chat-overlay .hm-pc-chat-close{
    width:38px;height:38px;min-height:38px;flex:none;padding:0;border:1px solid rgba(255,255,255,.6);
    border-radius:12px;background:rgba(255,255,255,.14);color:#fff;font-size:29px;line-height:1;cursor:pointer
}
.hm-pc-chat-overlay .hm-pc-chat-live{display:flex;flex-direction:column;gap:0;min-height:0;flex:1;background:#f3f7ff}
.hm-pc-chat-overlay .hm-pc-chat-panel{border:0;border-radius:0;box-shadow:none;background:none;padding:0}
.hm-pc-chat-overlay .hm-pc-chat-panel-history{
    display:flex;flex-direction:column;flex:1;min-height:110px;overflow:hidden;padding:12px 15px 8px
}
.hm-pc-chat-overlay .hm-pc-chat-panel-head{padding:0 0 8px;margin-bottom:5px}
.hm-pc-chat-overlay .hm-pc-chat-panel-head strong{font-size:13px}
.hm-pc-chat-overlay .hm-pc-chat-panel-head span{font-size:10px}
.hm-pc-chat-overlay .hm-pc-chat-history{
    flex:1;max-height:none;min-height:0;overflow:auto;align-content:start;gap:12px;padding:7px 5px 10px
}
.hm-pc-chat-overlay .hm-pc-chat-empty{min-height:0;flex:1;padding:20px}
.hm-pc-chat-overlay .hm-pc-chat-panel-form{
    flex:none;max-height:55%;overflow-y:auto;padding:13px 16px 15px;
    background:#fff;border-top:1px solid #d7e6f5;box-shadow:0 -8px 20px rgba(10,53,105,.045)
}
.hm-pc-chat-overlay .hm-pc-chat-form{gap:9px}
.hm-pc-chat-overlay .hm-pc-chat-form>label:first-child{font-size:12px}
.hm-pc-chat-overlay .hm-pc-chat textarea{min-height:66px;max-height:155px;border-radius:14px;padding:10px 12px;font-size:14px}
.hm-pc-chat-overlay .hm-pc-chat-form #hmPcSend{min-height:42px;padding:10px 16px;border-radius:13px}
.hm-pc-chat-overlay .hm-pc-register{padding:12px;margin-top:10px;border-radius:14px}
.hm-pc-chat-overlay .hm-pc-register h3{font-size:17px}
.hm-pc-chat-overlay .hm-pc-register p{font-size:12px}
.hm-pc-chat-overlay .hm-pc-status{margin:6px 0;font-size:12px}
.hm-pc-chat-verified{padding:6px 14px;background:#e9fff0;flex:none}
.hm-pc-chat-float{
    position:fixed;right:22px;bottom:22px;z-index:9990;display:flex;align-items:center;gap:8px;
    border:0;border-radius:999px;min-height:52px;padding:10px 18px;background:linear-gradient(135deg,#0c5dc6,#1f81ec);
    color:#fff;font-size:15px;font-weight:950;box-shadow:0 12px 28px rgba(5,58,141,.3);cursor:pointer
}
.hm-pc-chat-float span{font-size:19px}
body.hm-pc-chat-open .hm-pc-chat-float{display:none}
@media(max-width:660px){
    .hm-pc-chat-overlay{padding:0;place-items:stretch}
    .hm-pc-chat-overlay .hm-pc-chat{width:100%;height:100dvh;max-height:100dvh;border-radius:0;border:0}
    .hm-pc-chat-overlay .hm-pc-chat-header{padding:11px 14px}
    .hm-pc-chat-overlay .hm-pc-chat-panel-history{padding:8px 10px}
    .hm-pc-chat-overlay .hm-pc-chat-panel-form{padding:10px 12px calc(12px + env(safe-area-inset-bottom));max-height:63%}
    .hm-pc-chat-float{bottom:calc(14px + env(safe-area-inset-bottom));right:14px}
}

/* =====================================================================
   v690 – kompaktnejší profil a súkromný chat bez zbytočného rolovania
   ===================================================================== */
body.hm-pc-page .hm-pc-shell{max-width:1200px}
body.hm-pc-page .hm-pc-main{gap:11px}
body.hm-pc-page .hm-pc-section{padding:23px 28px}
body.hm-pc-page .hm-pc-section h2{margin:2px 0 10px}
body.hm-pc-page .hm-pc-section p{margin-top:7px;margin-bottom:9px}
body.hm-pc-page .hm-pc-hero{position:relative;isolation:isolate}
body.hm-pc-page .hm-pc-nav{
    position:absolute;z-index:5;top:17px;left:19px;display:block;min-height:0;margin:0;padding:0
}
body.hm-pc-page .hm-pc-nav a{
    display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:8px 15px;
    border:1px solid rgba(255,255,255,.76);border-radius:999px;
    background:rgba(255,255,255,.94);color:#114c9a!important;font-size:13px;font-weight:950;
    box-shadow:0 7px 20px rgba(10,44,90,.2);backdrop-filter:blur(6px)
}
body.hm-pc-page .hm-pc-cover{height:278px}
body.hm-pc-page .hm-pc-hero-body{grid-template-columns:210px minmax(0,1fr);align-items:center;gap:23px;padding:0 29px 27px}
body.hm-pc-page .hm-pc-avatar{
    width:210px;height:210px;margin-top:-79px;border-width:7px;border-radius:27px;
    font-size:84px;box-shadow:0 16px 35px rgba(15,61,126,.2)
}
body.hm-pc-page .hm-pc-hero-copy{padding-top:14px}
body.hm-pc-page .hm-pc-hero-copy h1{
    font-size:clamp(49px,6vw,82px)!important;line-height:1.01!important;letter-spacing:-.045em;
    margin:2px 0 9px;overflow-wrap:normal;word-break:normal;hyphens:manual
}
body.hm-pc-page .hm-pc-role{margin:0 0 12px}
body.hm-pc-page .hm-pc-social{gap:7px}
body.hm-pc-page .hm-pc-social-btn{min-height:39px;padding:8px 11px}
body.hm-pc-page .hm-pc-ask-link{min-height:45px;padding:10px 18px}
body.hm-pc-page .hm-pc-blog-carousel{padding-top:2px}
body.hm-pc-page .hm-pc-about-wrap{padding:17px 20px}
body.hm-pc-page .hm-pc-about-excerpt{line-height:1.55!important}
body.hm-pc-page .hm-pc-bio{margin-top:9px;padding-top:11px}
body.hm-pc-page .hm-pc-toggle-btn{margin-top:10px}

/* Okno je kompaktné: zostáva statická hlavička aj odosielací panel,
   posúva sa len história správ (a registrácia, keď je rozbalená). */
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat{
    width:min(470px,100%);height:min(642px,calc(100dvh - 24px));max-height:calc(100dvh - 24px);
    border-radius:21px
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-header{padding:9px 13px;min-height:62px;gap:8px}
body.hm-pc-page .hm-pc-chat-peer-avatar{width:39px;height:39px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-header h2{font-size:18px;margin:0;line-height:1.16}
body.hm-pc-page .hm-pc-chat-label{font-size:8px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-header small{font-size:9px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-close{width:33px;height:33px;min-height:33px;font-size:23px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-live{min-height:0;overflow:hidden}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-history{min-height:50px;flex:1;padding:7px 11px 4px;overflow:hidden}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-head{padding:0 0 4px;margin-bottom:2px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-history{max-height:none;min-height:0;overflow-y:auto;overscroll-behavior:contain;gap:8px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-empty{padding:10px;min-height:0}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-empty strong{font-size:14px;margin:0}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-empty p{
    font-size:9px!important;line-height:1.3!important;margin:3px 0 0!important;color:#8091a9!important
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form{
    flex:none;max-height:44%;overflow:hidden;padding:8px 12px 10px
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form{gap:5px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form>label:first-child{font-size:11px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat textarea{
    min-height:56px;height:56px;max-height:95px;padding:9px 11px;font-size:13px;border-radius:12px;resize:vertical
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form>.hm-pc-consent,
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register .hm-pc-consent{
    font-size:9px!important;line-height:1.24!important;gap:6px;color:#657c98
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-consent input{margin-top:0;width:14px;height:14px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form #hmPcSend{
    min-height:36px;padding:7px 14px;border-radius:11px;font-size:13px
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-status{font-size:10px;margin:3px 0;min-height:0}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register{padding:10px;margin-top:6px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register h3{font-size:15px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register>p{font-size:10px;line-height:1.3;margin:4px 0 7px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form:has(.hm-pc-register:not([hidden])){
    max-height:65%;overflow-y:auto;overscroll-behavior:contain
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form:has(.hm-pc-register:not([hidden])) .hm-pc-chat textarea{height:46px;min-height:46px}
@media(max-width:660px){
    body.hm-pc-page .hm-pc-main{gap:8px}
    body.hm-pc-page .hm-pc-section{padding:17px 15px}
    body.hm-pc-page .hm-pc-cover{height:185px}
    body.hm-pc-page .hm-pc-nav{top:11px;left:12px}
    body.hm-pc-page .hm-pc-nav a{font-size:11px;min-height:34px;padding:6px 11px}
    body.hm-pc-page .hm-pc-hero-body{grid-template-columns:1fr;gap:0;padding:0 17px 21px}
    body.hm-pc-page .hm-pc-avatar{width:150px;height:150px;margin-top:-61px;border-width:6px;border-radius:24px;font-size:66px}
    body.hm-pc-page .hm-pc-hero-copy{padding-top:7px}
    body.hm-pc-page .hm-pc-hero-copy h1{font-size:clamp(42px,11vw,60px)!important;line-height:1.01!important}
    body.hm-pc-page .hm-pc-chat-overlay{padding:0}
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat{
        width:100%;height:100dvh;max-height:100dvh;border:0;border-radius:0
    }
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-header{padding:8px 12px}
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-history{padding:6px 9px 3px}
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form{padding:7px 11px calc(8px + env(safe-area-inset-bottom));max-height:38%}
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form:has(.hm-pc-register:not([hidden])){max-height:67%}
}


/* v691 – samostatné a zrozumiteľné záložky profilu v backoffice. */
.hm-pc-bo-nav{margin:0 0 18px;padding:19px;border:1px solid #cddff3;border-radius:20px;background:linear-gradient(140deg,#fff,#f1f7ff);box-shadow:0 10px 28px rgba(14,64,126,.07);scroll-margin-top:24px}
.hm-pc-bo-nav-head span{font-size:10px;font-weight:950;letter-spacing:.11em;color:#1468c4}
.hm-pc-bo-nav-head h2{font-size:25px;line-height:1.15;margin:5px 0 6px;color:#103b73}
.hm-pc-bo-nav-head p{margin:0 0 15px;color:#627e9e;font-size:13px;line-height:1.45}
.hm-pc-bo-nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:9px}
.hm-pc-bo-nav-grid button{border:1px solid #d4e4f7;border-radius:13px;background:#fff;color:#153f78;padding:11px 12px;min-height:84px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;text-align:left;cursor:pointer;font-size:21px;transition:background .15s,border-color .15s,box-shadow .15s}
.hm-pc-bo-nav-grid button strong{font-size:14px;line-height:1.2}
.hm-pc-bo-nav-grid button small{font-size:10px;color:#6883a1;line-height:1.28}
.hm-pc-bo-nav-grid button:hover,.hm-pc-bo-nav-grid button:focus-visible{border-color:#5b99e2;box-shadow:0 5px 14px rgba(16,88,174,.12)}
.hm-pc-bo-nav-grid button.is-active{background:#e6f2ff;border-color:#3c83d7;box-shadow:inset 0 0 0 1px #5e9bdf}
.hm-pc-bo-nav-grid button.is-active strong{color:#064eab}
.hm-pc-edit-nav{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 16px;padding:9px;border:1px solid #dce8f7;border-radius:14px;background:#f4f8ff}
.hm-pc-edit-nav button{border:1px solid #d4e3f5;border-radius:9px;padding:9px 12px;background:#fff;color:#1c4d85;font-size:12px;font-weight:900;cursor:pointer}
.hm-pc-edit-nav button.is-active{background:#1166cb;color:white;border-color:#1166cb}
.hm-pc-edit-group{display:grid;gap:15px;min-width:0;grid-column:1/-1}
.hm-pc-edit-group[hidden],[data-hm-pc-panel][hidden]{display:none!important}
.hm-v219-profile-main-fields{display:grid!important;grid-template-columns:minmax(0,1fr)!important}
.hm-v219-profile-main-fields>.hm-pc-edit-group{width:100%}
.hm-v219-profile-gallery-editor.hm-pc-edit-group{display:grid;gap:12px}
.hm-pc-bo-nav + .hm-pc-staff-settings{margin-top:0}
.hm-pc-inbox[data-hm-pc-panel="chat"]{background:#f8fbff}
.hm-pc-chat-legend{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 13px}
.hm-pc-chat-legend span{background:#edf5ff;border:1px solid #dae8f8;border-radius:99px;padding:6px 11px;font-size:11px;color:#215184;font-weight:850}
.hm-pc-thread summary{display:block;padding:13px 14px;line-height:1.4;border-radius:12px;background:#fff;color:#0b3e7a;list-style:none}
.hm-pc-thread summary::-webkit-details-marker{display:none}
.hm-pc-thread[open] summary{background:#e7f3ff;border:1px solid #b6d5f7}
.hm-pc-thread-body{padding:12px 4px 2px;gap:10px}
.hm-pc-thread-msg{max-width:90%;border-radius:14px;padding:11px 13px}
.hm-pc-thread-msg.is-team{justify-self:end;background:#d9ecff;border-color:#aed4fb}
.hm-pc-thread-msg:not(.is-team){justify-self:start}
.hm-pc-thread-reply{padding:13px;background:#fff;border:1px solid #d9e7f7;border-radius:15px}
.hm-pc-thread-reply textarea{min-height:74px;resize:vertical}
@media(max-width:680px){.hm-pc-bo-nav{padding:12px}.hm-pc-bo-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hm-pc-bo-nav-grid button{min-height:84px;padding:10px}.hm-pc-bo-nav-grid button strong{font-size:12px}.hm-pc-edit-nav button{font-size:11px;padding:8px 10px}}

/* v691 – súkromný chat: len jedna rolovacia oblasť pre správy, registrácia cez rozbaľovací panel. */
.hm-pc-chat-overlay [hidden]{display:none!important}
.hm-pc-chat-overlay .hm-pc-chat-empty[hidden]{display:none!important}
.hm-pc-chat-overlay .hm-pc-chat-history[hidden]{display:none!important}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-header{min-height:53px;flex:none;padding:9px 12px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-header small{display:none}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-live{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-history{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;background:#f2f7ff}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-head{flex:none;margin:0;padding:4px 2px 7px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-history{display:grid;flex:1;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;padding:6px 4px 9px;overscroll-behavior:contain;scrollbar-width:thin}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-empty{display:grid;flex:1;align-content:center;place-items:center;min-height:0}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form{flex:none;max-height:none!important;overflow:visible!important;padding:9px 12px 12px;background:#fff;border-top:1px solid #d9e7f8}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form{gap:6px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat textarea{height:52px;min-height:52px;max-height:110px;resize:vertical;padding:9px 12px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form #hmPcSend{min-height:40px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register{display:block;margin-top:7px;padding:0;border:1px solid #c8e0fa;border-radius:12px;background:#f3f8ff;max-height:none;overflow:visible}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register summary{display:block;padding:10px 12px;color:#0b52a8;background:#eaf4ff;font-size:12px;font-weight:950;cursor:pointer;border-radius:11px;list-style:none}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register summary::-webkit-details-marker{display:none}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register[open]{position:absolute;left:12px;right:12px;bottom:12px;z-index:5;max-height:calc(100% - 75px);overflow-y:auto;box-shadow:0 12px 45px rgba(3,37,91,.23)}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register[open] summary{position:sticky;top:0;border-radius:11px 11px 0 0;z-index:2}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register-inner{padding:10px 12px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form:has(.hm-pc-register:not([hidden])) .hm-pc-chat textarea{height:52px;min-height:52px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form:has(.hm-pc-register:not([hidden])){max-height:none;overflow:visible}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat{position:relative;height:min(610px,calc(100dvh - 24px));max-height:calc(100dvh - 24px)}
@media(max-width:660px){body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat{height:100dvh;max-height:100dvh}body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form{padding-bottom:calc(10px + env(safe-area-inset-bottom))}body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register[open]{bottom:calc(8px + env(safe-area-inset-bottom))}}


/* v692 — layout audit: keep every chat panel at FULL width on desktop/mobile.
   Old .hm-pc-chat-live inherited align-items:start from its grid rules,
   leaving both flex children at narrow intrinsic widths. */
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat{
    width:min(600px,calc(100vw - 32px));
    height:min(690px,calc(100dvh - 32px));
    min-height:0;
    max-height:calc(100dvh - 32px);
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius:22px;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-live{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    gap:0!important;
    width:100%!important;
    min-width:0;
    min-height:0;
    flex:1 1 auto;
    overflow:hidden;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-live > .hm-pc-chat-panel{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    box-sizing:border-box;
    align-self:stretch!important;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-history{
    display:flex;
    flex-direction:column;
    flex:1 1 auto;
    min-height:0!important;
    overflow:hidden!important;
    padding:10px 16px 4px!important;
    background:#f3f8ff;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-head{
    display:flex;justify-content:space-between;align-items:center;
    width:100%;flex:none;margin:0;padding:2px 1px 8px;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-history{
    width:100%;flex:1 1 auto;min-height:0;max-height:none;
    display:flex;flex-direction:column;align-items:stretch;
    gap:10px;overflow-x:hidden;overflow-y:auto;
    padding:6px 2px 10px;overscroll-behavior:contain;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-history[hidden],
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-empty[hidden]{display:none!important}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-msg{
    display:block;
    width:fit-content;
    min-width:min(165px,75%);
    max-width:min(84%,460px);
    flex:0 0 auto;
    padding:11px 14px;
    border-radius:16px;
    overflow-wrap:anywhere;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-msg.is-visitor{align-self:flex-end;justify-self:auto;border-bottom-right-radius:5px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-msg.is-team{align-self:flex-start;justify-self:auto;border-bottom-left-radius:5px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-msg p{
    font-size:14px;line-height:1.48!important;margin:4px 0 6px!important;
    color:#123b72!important;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-msg time{
    display:block;white-space:nowrap;font-size:10px;line-height:1.35;
    color:#607a98;font-variant-numeric:tabular-nums;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-empty{
    flex:1 1 auto;width:100%;min-height:0;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    padding:12px;text-align:center;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form{
    display:block;
    flex:0 0 auto;
    width:100%!important;
    max-height:none!important;
    min-height:0;
    overflow:visible!important;
    padding:11px 16px 13px!important;
    border-top:1px solid #d8e6f5;
    background:#fff;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form{
    display:grid;grid-template-columns:minmax(0,1fr);gap:7px!important;
    width:100%;min-width:0;margin:0;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form>label:first-child{
    font-size:13px!important;line-height:1.28!important;
    font-weight:900!important;display:block;margin:0!important;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form #hmPcMessage{
    display:block;width:100%!important;min-width:0!important;
    height:68px!important;min-height:68px!important;max-height:112px;
    padding:10px 12px!important;font-size:15px!important;line-height:1.45;
    border-radius:13px;resize:none!important;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form #hmPcSend{
    display:block;width:100%!important;min-height:44px!important;
    font-size:14px!important;line-height:1.2;padding:10px 14px!important;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form:has(.hm-pc-register:not([hidden])) #hmPcMessage{
    height:68px!important;min-height:68px!important;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form .hm-pc-consent{
    font-size:10px!important;line-height:1.4!important;margin:1px 0;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register{
    width:100%;max-width:100%;margin-top:7px!important;
    padding:0!important;border:1px solid #c8e0fa;
    border-radius:12px;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register summary{
    min-height:40px;display:flex;align-items:center;padding:8px 11px;
    font-size:11px;line-height:1.3;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register[open]{
    position:absolute;left:12px;right:12px;bottom:12px;z-index:6;
    width:auto;max-width:none;
    max-height:calc(100% - 72px);overflow-y:auto;overscroll-behavior:contain;
    background:#f3f8ff;box-shadow:0 18px 50px rgba(5,31,80,.28)
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register-inner{
    padding:12px;max-width:100%;min-width:0;
}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-email-form{display:flex;flex-wrap:wrap}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-email-form input{min-width:0;flex:1 1 180px}
body.hm-pc-page .hm-pc-chat-overlay .hm-pc-email-form button{flex:0 1 auto}
body.hm-pc-page .hm-pc-chat-overlay #hmPcStatus:empty,
body.hm-pc-page .hm-pc-chat-overlay #hmPcRegisterStatus:empty{display:none}
@media(max-width:660px){
    body.hm-pc-page .hm-pc-chat-overlay{padding:0!important;place-items:stretch}
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat{
        width:100%!important;height:100dvh!important;max-height:100dvh!important;
        min-height:0;border:0;border-radius:0;
    }
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-header{min-height:58px;padding:9px 12px}
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-header h2{font-size:17px;overflow-wrap:anywhere}
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-history{padding:7px 11px 4px!important}
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-history{padding:5px 0 8px}
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-msg{min-width:min(142px,72%);max-width:90%}
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form{
        padding:8px 11px calc(10px + env(safe-area-inset-bottom))!important;
    }
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form #hmPcMessage,
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form:has(.hm-pc-register:not([hidden])) #hmPcMessage{
        height:64px!important;min-height:64px!important;
    }
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-register[open]{
        left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));
        max-height:calc(100% - 72px)
    }
}
@media(max-width:660px) and (max-height:580px){
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form{
        padding-top:6px!important;padding-bottom:calc(6px + env(safe-area-inset-bottom))!important;
    }
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-form #hmPcMessage,
    body.hm-pc-page .hm-pc-chat-overlay .hm-pc-chat-panel-form:has(.hm-pc-register:not([hidden])) #hmPcMessage{
        height:49px!important;min-height:49px!important;
    }
}

/* v694: súkromné fotografie v chate */
.hm-pc-photo-attach{display:inline-flex;align-items:center;gap:9px;font-size:12px!important;font-weight:900;color:#1d62ae;cursor:pointer}
.hm-pc-photo-attach input{max-width:210px;font-size:11px;color:#42688d}
.hm-pc-photo-info{display:block;font-size:10px;color:#7289a2}
.hm-pc-chat-image-link{display:block;margin:8px 0 3px;max-width:min(270px,100%)}
.hm-pc-chat-image-link img{display:block;max-width:100%;max-height:270px;object-fit:contain;border-radius:12px;border:1px solid #d8e7f6}
.hm-pc-thread-image-link{display:block;width:fit-content;max-width:100%}
.hm-pc-thread-image{display:block;max-width:min(340px,100%);max-height:260px;object-fit:contain;border-radius:10px;margin:8px 0}
@media(max-width:600px){.hm-pc-photo-attach{flex-wrap:wrap}.hm-pc-photo-attach input{max-width:100%;width:100%}}

/* Kompaktný výber fotky na PC aj na mobile. */
.hm-pc-chat-overlay .hm-pc-photo-attach{justify-self:start;position:relative;border:1px solid #c8def8;background:#f5faff;padding:5px 10px;border-radius:10px;min-height:32px;line-height:1.2!important;}
.hm-pc-chat-overlay .hm-pc-photo-attach input{position:absolute;width:1px;height:1px;opacity:0;left:0;bottom:0;overflow:hidden;}
.hm-pc-photo-info[hidden]{display:none!important}

/* v695: celá karta blogu je otvoriteľná v novej karte. */
.hm-pc-blog-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none!important}
.hm-pc-blog-card-link:focus-visible{outline:3px solid #2877df;outline-offset:-3px;border-radius:20px}
.hm-pc-blog-card-link .hm-pc-blog-body{flex:1}
.hm-pc-blog-open{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;min-height:43px;padding:10px 16px;border:1px solid #d8e8fb;border-radius:14px;background:#f3f8ff;color:#115eb5;font-size:14px;font-weight:900}
.hm-pc-blog-card-link:hover .hm-pc-blog-open{background:#1468d2;color:#fff}

/* v722 – kompaktnejší profil, fotografie podnetov a ďalšie profily. */
body.hm-pc-page .hm-pc-main{gap:8px}
body.hm-pc-page .hm-pc-about-card{padding:13px 18px}
body.hm-pc-page .hm-pc-about-wrap{padding:12px 16px}
body.hm-pc-page .hm-pc-about-excerpt,body.hm-pc-page .hm-pc-about-more{font-size:19.8px!important;line-height:1.57!important}
body.hm-pc-page .hm-pc-issue-card{overflow:hidden}
body.hm-pc-page .hm-pc-issue-description{font-size:13px!important;font-weight:400!important;line-height:1.5;color:#476685!important;letter-spacing:normal!important;text-transform:none!important;overflow-wrap:break-word}
/* v724: foto podnetu ako štvorec, text a skutočný stav riešenia vedľa neho. */
body.hm-pc-page .hm-pc-claimed-issues .hm-pc-issue-card{
    display:grid;grid-template-columns:clamp(100px,19vw,155px) minmax(0,1fr);align-items:start;gap:17px;
    padding:13px;background:#fff;border:1px solid #dce7f4;border-radius:18px;text-decoration:none;
}
body.hm-pc-page .hm-pc-claimed-issues .hm-pc-issue-card>.hm-pc-issue-visual{
    display:block;width:100%;aspect-ratio:1/1;min-width:0;overflow:hidden;border-radius:12px;
    background:#e8f2fd;letter-spacing:normal;text-transform:none;
}
body.hm-pc-page .hm-pc-claimed-issues .hm-pc-issue-photo{
    display:block;width:100%;height:100%;margin:0;max-width:none;border-radius:0;object-fit:cover;
}
body.hm-pc-page .hm-pc-claimed-issues .hm-pc-issue-photo-placeholder{
    display:grid;place-items:center;width:100%;height:100%;font-size:36px;background:#e8f2fd;
}
body.hm-pc-page .hm-pc-claimed-issues .hm-pc-issue-card>.hm-pc-issue-copy{
    display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;
    font-size:inherit;font-weight:inherit;letter-spacing:normal;text-transform:none;color:#173e73;
}
body.hm-pc-page .hm-pc-issue-copy .hm-pc-issue-label{font-size:10px;font-weight:900;color:#1e68b0;letter-spacing:.065em}
body.hm-pc-page .hm-pc-issue-copy .hm-pc-issue-title{font-size:19px;line-height:1.3;color:#123b70;overflow-wrap:anywhere}
body.hm-pc-page .hm-pc-issue-copy .hm-pc-issue-description{font-size:14px!important;line-height:1.5!important;max-width:75ch}
body.hm-pc-page .hm-pc-issue-copy .hm-pc-issue-status{
    display:inline-flex;align-items:center;gap:7px;max-width:100%;margin-top:2px;padding:6px 10px;
    border-radius:9px;background:#edf4fc;font-size:12px;font-weight:800;line-height:1.35;color:#254a76;
    white-space:normal;overflow-wrap:anywhere;
}
body.hm-pc-page .hm-pc-issue-copy .hm-pc-issue-status>span{color:var(--hm-issue-status,#59718e);font-size:14px}
body.hm-pc-page .hm-pc-issue-copy .hm-pc-issue-map-link{margin-top:2px;font-size:13px;font-weight:800;color:#1262b4}
body.hm-pc-page .hm-pc-issue-card:hover .hm-pc-issue-map-link{text-decoration:underline}
@media(max-width:480px){
    body.hm-pc-page .hm-pc-claimed-issues .hm-pc-issue-card{grid-template-columns:94px minmax(0,1fr);gap:11px;padding:10px}
    body.hm-pc-page .hm-pc-issue-copy .hm-pc-issue-title{font-size:16px}
    body.hm-pc-page .hm-pc-issue-copy .hm-pc-issue-description{font-size:12px!important}
    body.hm-pc-page .hm-pc-issue-copy .hm-pc-issue-status{font-size:11px;padding:5px 7px}
}
.hm-pc-other-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:11px}
.hm-pc-other-person{display:flex;gap:12px;align-items:center;padding:12px;border:1px solid #dbe8f7;border-radius:15px;background:#f8fbff;color:#163d72;min-width:0}
.hm-pc-other-person:hover,.hm-pc-other-person:focus-visible{background:#edf6ff;border-color:#81b5eb}
.hm-pc-other-person img,.hm-pc-other-initial{display:grid;place-items:center;width:55px;height:55px;flex:0 0 55px;border-radius:50%;object-fit:cover;background:#dce9fa;color:#1a5ba5;font-weight:900;font-size:23px}
.hm-pc-other-copy{display:grid;gap:4px;flex:1;min-width:0}.hm-pc-other-copy strong{font-size:15px;line-height:1.3}.hm-pc-other-copy small{font-size:12px;color:#6883a1}
@media(max-width:660px){body.hm-pc-page .hm-pc-about-card{padding:10px 11px}body.hm-pc-page .hm-pc-about-wrap{padding:10px 12px}body.hm-pc-page .hm-pc-about-excerpt,body.hm-pc-page .hm-pc-about-more{font-size:18.7px!important}}


/* v727 – jeden plynulý biely profil: úvod, životopis a sekcie bez vnorených kariet. */
body.hm-pc-page .hm-pc-main{gap:0}
body.hm-pc-page .hm-pc-hero{margin-bottom:10px}
body.hm-pc-page .hm-pc-section{background:#fff;border-color:#dbe5f3;border-radius:0;box-shadow:none;border-bottom:0;margin:0}
body.hm-pc-page .hm-pc-hero + .hm-pc-section{border-radius:22px 22px 0 0}
body.hm-pc-page .hm-pc-main > .hm-pc-section:last-of-type{border-bottom:1px solid #dbe5f3;border-radius:0 0 22px 22px}
body.hm-pc-page .hm-pc-about-card{background:#fff;padding:15px 24px}
body.hm-pc-page .hm-pc-about-wrap{background:#fff;border:0;box-shadow:none;border-radius:0;padding:0}
body.hm-pc-page .hm-pc-about-excerpt,body.hm-pc-page .hm-pc-about-more{background:transparent}
body.hm-pc-page .hm-pc-about-more{border:0;margin:0;padding:0}
body.hm-pc-page .hm-pc-bio-content{padding-top:14px;border:0;background:#fff}
body.hm-pc-page .hm-pc-about-actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:13px}
body.hm-pc-page .hm-pc-about-actions .hm-pc-toggle-btn,
body.hm-pc-page .hm-pc-bio-trigger{margin:0;cursor:pointer;min-height:41px;border-radius:12px;padding:9px 16px;border:1px solid #d4e5fb;font-size:14px;font-weight:850}
body.hm-pc-page .hm-pc-about-actions .hm-pc-toggle-btn{background:#0f62c7;color:white;border-color:#0f62c7}
body.hm-pc-page .hm-pc-bio-trigger{background:#edf5ff;color:#145bad;display:inline-flex;gap:7px;align-items:center}
body.hm-pc-page .hm-pc-bio-content[hidden]{display:none!important}
body.hm-pc-page .hm-pc-section h2{font-size:clamp(35px,3.9vw,49.4px);line-height:1.12}
body.hm-pc-page .hm-pc-section h2 em{font-size:16px}
body.hm-pc-page .hm-pc-name-row{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;min-width:0}
body.hm-pc-page .hm-pc-name-row h1{margin:0!important;min-width:0}
body.hm-pc-page .hm-pc-election-number{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#fff5cc,#ffdf69);color:#173f78;border:1px solid #ffdb61;border-radius:999px;box-shadow:0 3px 10px rgba(22,63,120,.09);padding:6px 14px;white-space:nowrap}
body.hm-pc-page .hm-pc-election-number small{font-size:10px;letter-spacing:.08em;font-weight:950}
body.hm-pc-page .hm-pc-election-number strong{font-size:27px;line-height:1;font-weight:950}
@media(max-width:660px){body.hm-pc-page .hm-pc-about-card{padding:14px 16px}body.hm-pc-page .hm-pc-about-wrap{padding:0}body.hm-pc-page .hm-pc-section h2{font-size:clamp(32px,7.5vw,42px)}body.hm-pc-page .hm-pc-election-number{padding:5px 11px}body.hm-pc-page .hm-pc-election-number strong{font-size:23px}}
