@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:'DM Sans',system-ui,sans-serif;color:#183245;background:#f6f9fb;font-synthesis:none}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit}.app-shell{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:100vh}.sidebar{background:#102739;color:#e6f1f5;padding:34px 18px 22px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow:auto}.brand{display:flex;align-items:center;gap:10px;padding:4px 15px 34px;text-decoration:none;font:800 23px/1 'Manrope',sans-serif;letter-spacing:-.08em}.brand-mark{width:35px;height:35px;border-radius:10px;background:#2de0c3;display:inline-grid;place-items:center;color:#102739;font:700 25px/1 system-ui;letter-spacing:0;flex:none}.brand-light{color:#32dfc2}.brand small{display:block;font:500 10px/1.5 'DM Sans',sans-serif;letter-spacing:.075em;color:#8aa8b3;margin-top:5px}.side-label,.section-kicker{font-weight:800;font-size:11px;letter-spacing:.15em;color:#7593a2}.side-label{padding:0 16px 14px}.categories{display:grid;gap:4px}.category-btn{border:0;background:transparent;color:#b7cbd3;width:100%;display:flex;align-items:center;gap:12px;text-align:left;padding:11px 14px;border-radius:11px;font-weight:600;font-size:14px;line-height:1.3}.category-btn:hover,.category-btn:focus-visible{background:#214254;color:#fff}.category-btn.active{background:#224755;color:#fff}.category-btn.active .cat-icon{color:#2de0c3}.cat-icon{display:grid;place-items:center;width:21px;color:#83a6b1;font-size:20px;line-height:1}.cat-count{margin-left:auto;color:#8ba9b4;font-size:12px;font-variant-numeric:tabular-nums}.sidebar-bottom{margin-top:auto;padding:20px 15px 3px;border-top:1px solid #2b4654;display:flex;align-items:flex-start;gap:10px;color:#9bb7c2;font-size:12px;line-height:1.65}.sidebar-bottom strong{color:#deedf1;font-weight:600}.status-orb{width:7px;height:7px;border-radius:50%;background:#2de0c3;flex:none;margin-top:6px}.main{min-width:0}.topbar{height:79px;display:flex;justify-content:flex-end;align-items:center;border-bottom:1px solid #e4ebef;padding:0 clamp(22px,4.2vw,70px);background:#fff}.topbar-right{display:flex;align-items:center;gap:24px}.date-pill{display:inline-flex;align-items:center;gap:8px;color:#56717d;font-size:13px;font-weight:600}.date-pill:before{content:'';width:7px;height:7px;background:#17ba9b;border-radius:50%}.method-link{font-size:13px;color:#183b4d;text-decoration:none;font-weight:700}.method-link:hover{text-decoration:underline}.mobile-brand{display:none}.content{max-width:1530px;margin:auto;padding:0 clamp(22px,4.2vw,70px)}.intro{padding:48px 0 30px}.eyebrow{font-size:11px;letter-spacing:.15em;color:#2b8d87;font-weight:800;display:flex;align-items:center;gap:9px}.eyebrow span{width:18px;height:2px;background:#25bead}.intro h1{font:800 clamp(36px,3.6vw,57px)/1.15 'Manrope',sans-serif;letter-spacing:-.062em;margin:12px 0 10px;color:#142e3e}.title-period{color:#27c8b2}.intro p{color:#647d8b;font-size:16px;margin:0;line-height:1.5}.browse{display:flex;gap:16px;align-items:center;background:#fff;border:1px solid #e3ebef;border-radius:16px;padding:12px;box-shadow:0 7px 25px rgba(20,50,65,.035)}.search-box{flex:1;display:flex;align-items:center;gap:12px;color:#6d8792;padding:0 10px;min-width:180px}.search-box input{border:0;outline:0;width:100%;height:44px;background:transparent;color:#183245;font-size:15px}.search-box input::placeholder{color:#8fa2ac}.search-box:focus-within{color:#169984}.search-box kbd{border:1px solid #dce6eb;border-radius:5px;padding:2px 7px;color:#8da0aa;font-size:12px}.filter-row{display:flex;align-items:center;gap:12px}.sort-wrap,.mobile-category-wrap{display:flex;gap:9px;align-items:center;color:#718a96;font-size:13px;font-weight:600;white-space:nowrap}.sort-wrap select,.mobile-category-wrap select{appearance:none;background:#f4f8fa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23537480' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;border:1px solid #e5edf0;border-radius:9px;padding:11px 35px 11px 12px;color:#254356;font-size:13px;font-weight:700;max-width:250px;cursor:pointer}.mobile-category-wrap{display:none}.results{padding:32px 0 50px}.results-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px;gap:15px}.section-kicker{color:#1aa48f}.results-head h2{font:800 25px/1.3 'Manrope',sans-serif;letter-spacing:-.04em;margin:5px 0 0;color:#153447}.result-count{color:#66818e;font-weight:600;font-size:13px;padding-bottom:5px;white-space:nowrap}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2eaee;border-radius:14px;overflow:hidden;box-shadow:0 3px 13px rgba(32,65,79,.025);transition:transform .17s,box-shadow .17s,border-color .17s;min-width:0}.card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(25,60,73,.09);border-color:#bad8d8}.card-body{padding:18px 19px 19px;display:flex;flex-direction:column;flex:1}.card-category{font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#15a58e;font-size:10px}.card h3{font:800 18px/1.32 'Manrope',sans-serif;letter-spacing:-.035em;color:#173447;margin:8px 0 7px}.card p{font-size:14px;line-height:1.55;color:#607985;margin:0 0 19px;flex:1}.card-footer{display:flex;align-items:center;gap:10px;justify-content:space-between;border-top:1px solid #eaf0f3;padding-top:13px}.domain{font-size:12px;color:#79909b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.visit{flex:none;color:#168d7f;font-size:13px;font-weight:800;text-decoration:none}.visit:hover{text-decoration:underline}.visit:focus-visible,.category-btn:focus-visible,.pagination button:focus-visible,select:focus-visible,.method-link:focus-visible,.footer a:focus-visible{outline:3px solid #19bda9;outline-offset:3px}.pagination{display:flex;gap:7px;align-items:center;justify-content:center;flex-wrap:wrap;margin:29px 0 0}.pagination button{min-width:38px;height:38px;background:#fff;border:1px solid #dce8eb;color:#355565;border-radius:9px;font-weight:700;font-size:13px;padding:0 10px}.pagination button:hover:not(:disabled){border-color:#24bda7}.pagination button.current{color:#fff;background:#173c4b;border-color:#173c4b}.pagination button:disabled{opacity:.38;cursor:default}.page-ellipsis{color:#77909b;padding:0 4px}.empty{text-align:center;background:#fff;border:1px dashed #c7dadd;border-radius:16px;padding:48px 20px}.empty-icon{font-size:50px;color:#75b9b4}.empty h3{font:800 22px 'Manrope',sans-serif;margin:8px 0}.empty p{color:#657f8b}.empty button{border:0;border-radius:8px;background:#173c4b;color:#fff;padding:11px 16px;font-weight:700}.footer{border-top:1px solid #dfe9ed;padding:26px 0 42px;display:flex;justify-content:space-between;gap:35px;color:#6c8390;font-size:13px;line-height:1.6;scroll-margin-top:20px}.footer>div:first-child{max-width:680px}.footer strong{color:#244457;font:800 14px 'Manrope',sans-serif}.footer p{margin:8px 0 0}.footer a{color:#177e76}.footer-meta{display:flex;flex-direction:column;gap:4px;white-space:nowrap}.footer-meta span:first-child{font-weight:700;color:#425e6e}
@media(max-width:1220px){.app-shell{grid-template-columns:225px minmax(0,1fr)}.sidebar{padding-left:12px;padding-right:12px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:850px){.app-shell{display:block}.sidebar{display:none}.topbar{height:67px;justify-content:space-between}.mobile-brand{display:flex;align-items:center;gap:9px;font:800 21px 'Manrope',sans-serif;letter-spacing:-.07em;color:#143444}.mobile-brand .brand-mark{width:31px;height:31px;font-size:22px}.mobile-brand strong span{color:#18b6a0}.mobile-category-wrap{display:flex}.content{padding:0 24px}.intro{padding-top:37px}.footer{flex-direction:column;gap:17px}.footer-meta{white-space:normal}}
@media(max-width:620px){.topbar{padding:0 18px}.method-link{display:none}.date-pill{font-size:11px}.content{padding:0 17px}.intro{padding:31px 0 23px}.intro h1{font-size:36px}.intro p{font-size:15px}.eyebrow{font-size:10px;letter-spacing:.105em}.browse{display:block;padding:10px}.search-box{padding:0 6px;border-bottom:1px solid #eaf0f2}.search-box input{font-size:14px}.search-box kbd{display:none}.filter-row{gap:8px;padding-top:10px}.filter-row label{flex:1;min-width:0;display:block;color:#607b88;font-size:12px}.filter-row select{display:block;width:100%;max-width:none;margin-top:5px;font-size:12px;padding:10px 28px 10px 9px;background-position:right 7px center;overflow:hidden;text-overflow:ellipsis}.results{padding-top:27px}.results-head h2{font-size:22px}.result-count{font-size:12px}.cards{grid-template-columns:1fr;gap:13px}.card-body{padding:16px}.footer{font-size:12px}.pagination{gap:5px}.pagination button{min-width:35px;height:36px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}

/* Kafelki tekstowe: więcej miejsca na opis, pełen adres i działania. */
.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.card{overflow:visible}
.card-body{padding:22px 23px 20px;min-width:0}
.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.card-category{font-size:12px;letter-spacing:.09em}
.card-rank{display:inline-block;padding:6px 10px;border-radius:999px;background:#e8f6f3;color:#126f67;font-size:13px;font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap}
.card h3{font-size:21px;line-height:1.3;margin:15px 0 10px;overflow-wrap:anywhere}
.card .card-description{color:#4d6875;font-size:16px;line-height:1.6;margin:0 0 20px;flex:1}
.site-url{display:block;font-size:14px;line-height:1.5;color:#176d79;text-decoration:underline;text-decoration-color:#b4d5d9;text-underline-offset:3px;overflow-wrap:anywhere;word-break:break-word;margin-bottom:16px}
.site-url:hover{color:#0b7268;text-decoration-color:currentColor}
.card-footer{gap:16px;align-items:flex-start;flex-wrap:wrap}
.visit{font-size:14px;min-height:42px;display:inline-flex;align-items:center}
.share-details{margin-left:auto;min-width:155px;max-width:100%;font-size:14px}
.share-details summary{list-style:none;min-height:42px;display:flex;align-items:center;justify-content:center;padding:8px 13px;color:#194759;border:1px solid #cddfe4;border-radius:9px;font-weight:700;cursor:pointer;user-select:none}
.share-details summary::-webkit-details-marker{display:none}
.share-details summary:hover,.share-details[open] summary{background:#edf8f7;border-color:#59b5ac}
.share-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:11px}
.share-label,.share-status{grid-column:1/-1;color:#607b88;font-size:13px;line-height:1.4}
.share-label{font-weight:700}
.share-options a,.share-options button{min-width:0;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid #d6e4e8;border-radius:8px;background:#f5fafb;color:#244f5d;text-decoration:none;font-weight:700;font-size:13px;line-height:1.3;padding:9px 7px;min-height:40px}
.share-options a:hover,.share-options button:hover{background:#e8f6f3;border-color:#59b5ac}
.share-status{color:#0b7369}
.site-url:focus-visible,.share-details summary:focus-visible,.share-options a:focus-visible,.share-options button:focus-visible{outline:3px solid #19bda9;outline-offset:3px}
@media(max-width:1100px){.cards{grid-template-columns:1fr}}
@media(max-width:850px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.cards{grid-template-columns:1fr}.card-footer{flex-direction:column;gap:8px}.share-details{width:100%;margin-left:0}}
@media(max-width:620px){.card-body{padding:18px}.card h3{font-size:20px}.card .card-description{font-size:16px}.site-url{font-size:14px}.search-box input,.filter-row select{font-size:16px}.card-footer{flex-wrap:wrap;align-items:center}.share-details{min-width:143px}}
@media(max-width:360px){.card-footer{gap:8px}.share-details{min-width:132px}.visit{font-size:13px}}

/* Informacje redakcyjne i zgłoszenia pozostają czytelne także w wąskim widoku. */
.footer{flex-wrap:wrap;gap:24px 34px}
.footer .footer-about{flex:2 1 350px}
.footer .footer-contact{flex:1 1 260px}
.footer .footer-meta{flex:1 1 210px;white-space:normal}
.footer-contact p+p{margin-top:10px}
.footer-contact a{overflow-wrap:anywhere}
@media(max-width:850px){.footer{display:grid;grid-template-columns:1fr;gap:21px}.footer .footer-about,.footer .footer-contact,.footer .footer-meta{max-width:none}}

.cookie-info-open{align-self:flex-start;border:0;background:none;color:#177e76;padding:0;text-decoration:underline;text-underline-offset:3px;font-weight:700;text-align:left}
.cookie-info-open:hover{color:#0d635c}
.cookie-notice{position:fixed;z-index:20;left:50%;bottom:20px;transform:translateX(-50%);width:min(760px,calc(100% - 32px));display:flex;align-items:center;gap:22px;padding:19px 22px;border:1px solid #b9d7db;border-radius:15px;background:#fff;box-shadow:0 14px 45px rgba(16,39,57,.18);color:#244457}
.cookie-notice-text{flex:1;min-width:0}
.cookie-notice strong{font:800 16px 'Manrope',sans-serif}
.cookie-notice p{font-size:14px;line-height:1.55;margin:5px 0 0;color:#4d6875}
.cookie-notice button{border:0;border-radius:9px;background:#173c4b;color:#fff;font-weight:800;padding:12px 19px;min-height:44px;white-space:nowrap}
.cookie-notice button:hover{background:#126f67}
.cookie-info-open:focus-visible,.cookie-notice button:focus-visible{outline:3px solid #19bda9;outline-offset:3px}
@media(max-width:620px){.cookie-notice{bottom:12px;width:calc(100% - 24px);display:block;padding:17px}.cookie-notice button{width:100%;margin-top:14px}.cookie-notice p{font-size:13px}}
