html{overflow-y:scroll}:root{color:#1e293b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}.app{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 3rem;position:relative}.app h1{text-align:center;color:#1a56db;margin-bottom:1.5rem;font-size:1.6rem}.app-loading{text-align:center;padding:4rem;font-size:1.2rem}.search-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.form-row{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.form-row>*{flex:1;min-width:220px}.form-group{flex-direction:column;display:flex}.form-group label,.autocomplete>label{color:#334155;margin-bottom:.3rem;font-size:.85rem;font-weight:600}.form-group select,.autocomplete input{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:.55rem .75rem;font-size:.95rem;transition:border-color .2s}.form-group select:focus,.autocomplete input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.woj-checkboxes{background:#fff;border:1px solid #cbd5e1;border-radius:6px;grid-template-columns:repeat(4,1fr);gap:.25rem .75rem;padding:.5rem .75rem;display:grid}.woj-checkbox{color:#334155;cursor:pointer;white-space:nowrap;align-items:center;gap:.35rem;font-size:.85rem;display:flex;margin-bottom:0!important;font-weight:400!important}.woj-checkbox input{accent-color:#3b82f6}.checkbox-group{justify-content:flex-end}.checkbox-group label{cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.checkbox-group input[type=checkbox]{accent-color:#3b82f6;width:18px;height:18px}.radio-group{gap:1rem;display:flex}.radio-label{cursor:pointer;align-items:center;gap:.35rem;font-size:.9rem;font-weight:500;display:flex}.radio-label input[type=radio]{accent-color:#3b82f6;width:18px;height:18px}.autocomplete{flex-direction:column;display:flex;position:relative}.autocomplete-input-wrap{display:flex}.autocomplete-input-wrap input{border-radius:6px 0 0 6px;flex:1}.autocomplete-toggle{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-left:none;border-radius:0 6px 6px 0;padding:0 .6rem;font-size:.75rem;line-height:1;transition:background .15s}.autocomplete-toggle:hover{background:#e2e8f0}.autocomplete-list{z-index:100;background:#fff;border:1px solid #94a3b8;border-radius:0 0 6px 6px;max-height:240px;margin:0;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 30px #00000059}.autocomplete-list li{cursor:pointer;padding:.45rem .75rem;font-size:.9rem}.autocomplete-list li:hover,.autocomplete-list li.selected{color:#1a56db;background:#eff6ff}.autocomplete-list li.more{color:#94a3b8;cursor:default;font-style:italic}.btn-search{color:#fff;cursor:pointer;background:#1a56db;border:none;border-radius:8px;width:100%;padding:.7rem;font-size:1rem;font-weight:600;transition:background .2s;display:block}.btn-search:hover{background:#1e40af}.btn-search:disabled{cursor:not-allowed;background:#93c5fd}.results-info{text-align:center;color:#64748b;padding:2rem;font-size:1rem}.results-count{color:#475569;margin-bottom:.5rem;font-size:.9rem}.table-wrapper{overflow-x:auto}table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.85rem}table th:first-child{width:15%}table th:nth-child(2){width:7%}table th:nth-child(3){width:23%}table th:nth-child(4){width:10%}table th:nth-child(5){width:18%}table th:nth-child(6){width:27%}thead th{color:#fff;text-align:left;background:#1e3a5f;padding:.6rem .5rem;font-weight:600;position:sticky;top:0}tbody tr:nth-child(2n){background:#f8fafc}tbody tr:hover{background:#eff6ff}tbody td{vertical-align:top;word-wrap:break-word;overflow-wrap:break-word;border-bottom:1px solid #e2e8f0;padding:.5rem}td.num{text-align:right;font-variant-numeric:tabular-nums}td.termin{white-space:nowrap;font-weight:500}td.pilny{color:#dc2626;font-weight:600}td.stabilny{color:#16a34a}.badge-dzieci{color:#1e40af;vertical-align:middle;background:#dbeafe;border-radius:4px;margin-left:.4rem;padding:.1rem .4rem;font-size:.75rem;font-weight:600;display:inline-block}.telefon{font-size:inherit}.telefon a{color:inherit;text-decoration:none}.telefon a:hover{color:#1a56db}.adres-link{color:inherit;text-decoration:none}.adres-link:hover{color:#1a56db}.mobile-only{display:none}.result-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:.75rem;padding:.85rem;box-shadow:0 1px 3px #0000000f}.card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.4rem;display:flex}.card-service{color:#1e293b;flex:1;font-size:.9rem;font-weight:600}.card-badge{border-radius:4px;flex-shrink:0;padding:.15rem .45rem;font-size:.72rem;font-weight:600}.card-badge.pilny{color:#dc2626;background:#fef2f2}.card-badge.stabilny{color:#16a34a;background:#f0fdf4}.card-termin{color:#1a56db;margin-bottom:.6rem;font-size:1rem;font-weight:600}.card-body{flex-direction:column;gap:.35rem;display:flex}.card-row{flex-direction:column;font-size:.82rem;display:flex}.card-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;font-size:.7rem;font-weight:600}@media (width<=900px){.woj-checkboxes{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.app{padding:.5rem .65rem 2rem}.app h1{margin-bottom:1rem;font-size:1.15rem}.search-form{border-radius:10px;padding:.85rem}.form-row{flex-direction:column;gap:.5rem;margin-bottom:.65rem}.form-row>*{min-width:0}.woj-checkboxes{grid-template-columns:repeat(2,1fr);gap:.2rem .5rem;padding:.4rem .55rem;font-size:.82rem}.woj-checkbox{font-size:.82rem}.form-group label,.autocomplete>label{font-size:.8rem}.form-group select,.autocomplete input{padding:.5rem .6rem;font-size:.9rem}.autocomplete-list{max-height:200px}.autocomplete-list li{padding:.55rem .75rem}.btn-search{border-radius:10px;padding:.75rem;font-size:1rem}.results-count{font-size:.82rem}.desktop-only{display:none}.mobile-only{display:block}.card-row .adres-link,.card-row .telefon a{color:#1a56db}}.info-trigger{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.8rem;font-style:italic;position:fixed;bottom:1rem;right:1rem}.info-trigger:hover{color:#64748b}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:80vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:1rem}.modal-close:hover{color:#1e293b}.modal-content h2{color:#1e293b;margin:0 0 1rem;font-size:1.2rem}.modal-content p{color:#475569;margin:0 0 .75rem;font-size:.9rem;line-height:1.7}
