#me-app{font-family:'Inter',sans-serif;color:#111;max-width:1100px;margin:0 auto;padding:0 0 3rem}.me-kraj-pills{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:1.5rem}.me-kraj-pill{background:#fff;border:1px solid #E2DFD8;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;color:#555;cursor:pointer;transition:all 0.15s;font-family:'Inter',sans-serif}.me-kraj-pill:hover{border-color:#2E6DA4;color:#2E6DA4}.me-kraj-pill.active{background:#1A3A5C;border-color:#1A3A5C;color:#fff}.me-layout{display:grid;grid-template-columns:1fr 300px;gap:1.5rem;align-items:start;margin-bottom:2rem}@media (max-width:750px){.me-layout{grid-template-columns:1fr}}.me-map-container{background:#fff;border-radius:12px;border:1px solid #E2DFD8;padding:1.5rem}.me-map-title{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#999;margin-bottom:1rem}#me-map-svg{width:100%;height:auto;display:block}.me-kraj{cursor:pointer}.me-kraj path{fill:#D4E5F5;stroke:#fff;stroke-width:1.5;transition:fill 0.18s}.me-kraj:hover path{fill:#85B7EB}.me-kraj.active path{fill:#1A3A5C}.me-kraj text{fill:#1A3A5C;font-family:'Inter',sans-serif;font-size:11px;font-weight:500;pointer-events:none;transition:fill 0.18s}.me-kraj.active text{fill:#fff}.me-map-hint{text-align:center;font-size:12px;color:#bbb;margin-top:.75rem}.me-placeholder-info{background:#E8F1F9;border:1px solid #C5D8EE;border-radius:12px;padding:1.5rem;text-align:center;font-size:14px;color:#1A3A5C;line-height:1.5}.me-selected-info{background:#fff;border:1px solid #E2DFD8;border-radius:12px;padding:1.25rem 1.5rem}.me-selected-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#aaa;margin-bottom:.4rem}.me-selected-name{font-family:'Inter',sans-serif;font-size:22px;color:#1A3A5C;font-weight:400;line-height:1.2;margin-bottom:.4rem}.me-selected-count{font-size:13px;color:#666}.me-selected-count strong{color:#2E6DA4;font-weight:600}.me-clear-btn{display:inline-block;margin-top:.75rem;font-size:12px;color:#bbb;cursor:pointer;background:none;border:none;padding:0;text-decoration:underline;font-family:'Inter',sans-serif}.me-clear-btn:hover{color:#888}.me-results-section{margin-top:1rem}.me-results-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid #E2DFD8;margin-bottom:1rem}.me-results-title{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#aaa}.me-results-count{background:#2E6DA4;color:#fff;border-radius:20px;padding:3px 12px;font-size:12px;font-weight:600}.me-elec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.me-elec-card{background:#fff;border:1px solid #E2DFD8;border-radius:12px;padding:1.25rem 1.5rem;transition:box-shadow 0.18s,border-color 0.18s,transform 0.18s;position:relative;overflow:hidden}.me-elec-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#2E6DA4;opacity:0;transition:opacity 0.18s}.me-elec-card:hover{box-shadow:0 4px 20px rgb(0 0 0 / .07);border-color:#C5D8EE;transform:translateY(-2px)}.me-elec-card:hover::before{opacity:1}.me-elec-avatar{width:42px;height:42px;border-radius:50%;background:#E8F1F9;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#1A3A5C;margin-bottom:.75rem}.me-elec-name{font-size:15px;font-weight:600;color:#111;margin-bottom:4px;line-height:1.3}.me-elec-focus{display:inline-block;font-size:11px;font-weight:500;background:#E8F1F9;color:#2E6DA4;border-radius:4px;padding:3px 8px;margin-bottom:.75rem}.me-elec-details{border-top:1px solid #f0ede8;padding-top:.75rem;margin-top:.25rem}.me-elec-detail{display:flex;align-items:flex-start;gap:8px;margin-bottom:5px;font-size:13px;color:#555;line-height:1.4}.me-elec-detail svg{width:15px;height:15px;flex-shrink:0;margin-top:2px;color:#bbb}.me-elec-detail a{color:#2E6DA4;text-decoration:none}.me-elec-detail a:hover{text-decoration:underline}.me-loading{text-align:center;padding:2rem;color:#aaa;font-size:14px;grid-column:1/-1}.me-empty{text-align:center;padding:2.5rem 1rem;color:#aaa;font-size:14px;background:#fff;border:1px solid #E2DFD8;border-radius:12px;grid-column:1/-1}.me-kraj-pills{display:none!important}@media (max-width:750px){.me-sidebar{display:none!important}}