:root{--navy:#031321;--hero:#031321;--hero-end:#123525;--ink:#10202b;--lime:#c9f41d;--lime2:#aee500;--muted:#66737c;--surface:#fff;--page:#fff;--footer:#031321;--line:#dfe5e8;--soft:#f4f7f8;--radius:14px;--container:1240px;--body-font:Inter,Arial,sans-serif;--heading-font:'Barlow Condensed',Arial,sans-serif;--body-size:16px;--h1-size:88px;--hero-height:470px;--shadow-alpha:.28}
*{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0;font-family:var(--body-font);font-size:var(--body-size);color:var(--ink);background:var(--page);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.narrow{width:min(780px,calc(100% - 40px))}.screen-reader-text{position:absolute;left:-9999px}.site-header{z-index:50;background:color-mix(in srgb,var(--navy) 97%,transparent);border-bottom:1px solid rgba(255,255,255,.1)}.has-sticky-header .site-header{position:sticky;top:0}.admin-bar.has-sticky-header .site-header{top:32px}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;color:#fff}.brand-mark{font-size:35px;color:var(--lime);line-height:1}.brand strong{font-size:27px;letter-spacing:-1px}.brand strong span{color:var(--lime)}.brand small{display:block;font-size:9px;letter-spacing:1.3px;text-transform:uppercase;color:#a7b3bc}.custom-logo-wrap .custom-logo-link{display:block}.custom-logo{max-height:58px;width:auto}.main-nav ul,.site-footer ul{list-style:none;margin:0;padding:0}.main-nav ul{display:flex;align-items:center;gap:30px}.main-nav a{color:#fff;font-size:14px;font-weight:700}.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--lime)}.menu-toggle{display:none;background:transparent;border:0;color:#fff;font-size:26px}
.hero{background:radial-gradient(circle at 76% 52%,color-mix(in srgb,var(--lime) 15%,transparent),transparent 29%),linear-gradient(120deg,var(--hero),var(--hero-end));color:#fff;overflow:hidden}.hero-grid{min-height:var(--hero-height);display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:24px}.hero-copy{padding:64px 0;position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:2.3px;font-weight:800;font-size:13px;color:#e3eaee}.eyebrow.dark{color:var(--muted);margin-bottom:4px}.hero h1,.page-hero h1,.section h2{font-family:var(--heading-font);text-transform:uppercase;line-height:.94;margin:10px 0}.hero h1{font-size:clamp(58px,6.2vw,var(--h1-size));letter-spacing:-1px}.hero h1 span{color:var(--lime)}.hero-copy>p:not(.eyebrow){max-width:620px;color:#d6dde2;font-size:17px}.directory-search{display:grid;grid-template-columns:1.35fr .95fr auto;margin-top:28px;max-width:760px;box-shadow:0 12px 32px rgba(0,0,0,.18);border-radius:calc(var(--radius) - 5px);overflow:hidden}.directory-search input,.directory-search select,.directory-search button{min-height:54px;border:1px solid #334555;padding:0 16px;font:inherit}.directory-search input,.directory-search select{background:#0c2233;color:#fff}.directory-search button,.button{background:var(--lime);color:#102000;font-weight:800;border:0;cursor:pointer;}.directory-search button:hover,.button:hover{background:var(--lime2)}.popular-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px}.popular-tags small{color:#c8d1d7}.popular-tags a{font-size:12px;border:1px solid color-mix(in srgb,var(--lime) 70%,transparent);border-radius:999px;padding:4px 11px;color:#fff}.popular-tags a:hover{background:var(--lime);color:#102000}.hero-art{min-height:var(--hero-height);display:grid;place-items:center;position:relative;opacity:var(--hero-art-opacity)}.hero-art picture{width:100%;height:100%;display:grid;place-items:center}.hero-art img{width:100%;height:auto;max-height:calc(var(--hero-height) - 24px);object-fit:var(--hero-fit);object-position:var(--hero-position);border-radius:10px}
.category-strip{margin-top:-34px;position:relative;z-index:5;background:var(--surface);border-radius:var(--radius);box-shadow:0 16px 40px rgba(4,22,35,calc(var(--shadow-alpha)*.55));display:grid;grid-template-columns:repeat(8,1fr);padding:20px 14px}.category-strip a{display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center;padding:0 10px;border-right:1px solid var(--line);font-size:12px}.category-strip a:last-child{border:0}.category-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:calc(var(--radius) - 4px);background:var(--navy);color:var(--lime);font-size:24px;margin-bottom:8px;}.category-strip small{color:var(--muted);border:1px solid var(--line);padding:0 7px;border-radius:99px;margin-top:4px}
.section{padding:60px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-head h2{font-size:36px}.section-head>a{font-weight:700;font-size:14px}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.featured-grid--1{grid-template-columns:minmax(0,1fr)}.featured-grid--2{grid-template-columns:repeat(2,1fr)}.featured-grid--4{grid-template-columns:repeat(4,1fr)}.featured-grid--5,.featured-grid--6{grid-template-columns:repeat(3,1fr)}.latest-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.site-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden;box-shadow:0 5px 18px rgba(3,19,33,calc(var(--shadow-alpha)*.22));}.site-card:hover{box-shadow:0 10px 26px rgba(4,22,35,calc(var(--shadow-alpha)*.35))}.no-card-hover .site-card:hover{box-shadow:0 5px 18px rgba(3,19,33,calc(var(--shadow-alpha)*.22))}.site-card__image{display:block;aspect-ratio:12/7;overflow:hidden;background:#e9eef0}.site-card__image img{width:100%;height:100%;object-fit:cover}.site-card:hover .site-card__image img{}.site-card__placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),color-mix(in srgb,var(--navy) 70%,var(--lime)));color:var(--lime);font-size:36px;font-weight:800}.site-card__body{padding:16px}.site-card h3{font-size:17px;line-height:1.3;margin:0 0 5px}.site-card__category{color:color-mix(in srgb,var(--lime2) 70%,#375000);font-size:12px}.site-card p{font-size:13px;color:var(--muted);margin:10px 0}.site-card__meta{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:12px;font-size:12px}.site-card__meta span{color:#829f00;font-weight:700}.site-card__meta>a{font-weight:700}.badge{position:absolute;right:12px;top:12px;background:var(--lime);color:#102000;padding:4px 9px;border-radius:5px;text-transform:uppercase;font-size:10px;font-weight:800;z-index:2}.site-card--compact .site-card__body{padding:11px}.site-card--compact h3{font-size:13px}.site-card--compact .site-card__meta{padding-top:8px}.site-card--compact .site-card__meta>a{display:none}.card-style-flat .site-card{box-shadow:none}.card-style-outline .site-card{box-shadow:none;border:2px solid var(--line)}.card-style-dark .site-card{background:var(--navy);color:#fff;border-color:rgba(255,255,255,.1)}.card-style-dark .site-card p{color:#c1cbd1}.card-style-dark .site-card__meta{border-color:rgba(255,255,255,.12)}
.cta{background:var(--navy);color:#fff;border-radius:var(--radius);padding:26px 32px;margin-bottom:60px;display:flex;justify-content:space-between;align-items:center;background-image:radial-gradient(circle at 70% 50%,color-mix(in srgb,var(--lime) 15%,transparent),transparent 26%)}.cta>div{display:flex;align-items:center;gap:20px}.cta h2{margin:0;font-size:20px}.cta p{margin:2px 0 0;color:#c4ced4}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:calc(var(--radius) - 6px);padding:13px 20px}.site-footer{background:var(--footer);color:#c0cbd2;padding:48px 0 18px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr .7fr;gap:45px}.site-footer h2{font-size:13px;text-transform:uppercase;color:#fff}.site-footer p,.site-footer li{font-size:13px}.site-footer li{margin:7px 0}.site-footer a:hover{color:var(--lime)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:16px;font-size:12px}
.page-hero{background:linear-gradient(135deg,var(--hero),var(--hero-end));color:#fff;padding:65px 0}.page-hero h1{font-size:58px}.page-hero p{max-width:650px;color:#d2dbe0}.archive-layout{display:grid;grid-template-columns:1fr 260px;gap:35px}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sidebar{background:var(--soft);border-radius:var(--radius);padding:22px;height:max-content}.sidebar h2{font-size:25px}.sidebar ul{list-style:none;padding:0}.sidebar li{padding:8px 0;border-bottom:1px solid var(--line)}.single-site{padding:42px 0 70px}.breadcrumbs{font-size:12px;color:#6c7981;margin-bottom:25px}.single-site__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}.single-site__image{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.single-site__intro h1{font-family:var(--heading-font);font-size:58px;line-height:1;margin:8px 0}.lead{font-size:18px;color:var(--muted)}.rating{margin:18px 0;color:#769d00;font-weight:700}.content-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 4px 15px rgba(4,22,35,.04)}.single-site .content-box{margin-top:38px}.submission-form{display:grid;gap:24px}.submission-form label{font-weight:700}.submission-form input,.submission-form textarea,.submission-form select{display:block;width:100%;margin-top:7px;border:1px solid #cfd8dc;border-radius:7px;padding:12px;font:inherit;background:#fff}.submission-form input:focus,.submission-form textarea:focus,.submission-form select:focus{outline:3px solid color-mix(in srgb,var(--lime) 28%,transparent);border-color:var(--lime2)}.form-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 7px 24px rgba(4,22,35,.05)}.form-section h2{margin:0 0 18px}.form-section--nap{background:linear-gradient(135deg,var(--soft),#fff)}.form-section__heading{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;margin-bottom:18px}.form-section__heading>p{max-width:430px;color:var(--muted);margin:0}.form-grid{display:grid;gap:18px}.form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid__wide{grid-column:1/-1}.required{color:#759b00}.form-note{font-size:13px;color:var(--muted);margin:0}.single-site__category{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--soft);font-size:12px;font-weight:800;color:#587300}.company-card{margin-top:22px}.company-card__heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.company-card__heading h2{margin-top:4px}.company-card__badge{display:inline-grid;place-items:center;min-width:54px;height:34px;padding:0 12px;border-radius:999px;background:var(--lime);color:#102000;font-weight:900;letter-spacing:.08em}.company-data{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0 0}.company-data>div{padding:16px;border:1px solid var(--line);border-radius:10px;background:var(--soft)}.company-data dt{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800;margin-bottom:6px}.company-data dd{margin:0;font-weight:700;line-height:1.55}.notice{padding:14px;border-radius:7px;margin-bottom:20px}.notice.success{background:#eaf7cf}.notice.error{background:#ffe4e4}.pagination{margin-top:30px}.nav-links{display:flex;gap:8px}.page-numbers{padding:8px 12px;background:var(--soft);border-radius:5px}.page-numbers.current{background:var(--navy);color:#fff}
@media(max-width:1100px){.category-strip{grid-template-columns:repeat(4,1fr);gap:20px}.category-strip a:nth-child(4n){border-right:0}.latest-grid{grid-template-columns:repeat(3,1fr)}.featured-grid--4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.main-nav ul{gap:16px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:18px}.hero-art{min-height:310px}.featured-grid{grid-template-columns:repeat(2,1fr)}.archive-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:782px){.admin-bar.has-sticky-header .site-header{top:46px}}
@media(max-width:720px){.container,.narrow{width:min(100% - 26px,var(--container))}.header-inner{height:72px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:72px;background:var(--navy);padding:18px}.main-nav.is-open{display:block}.main-nav ul{display:grid}.directory-search{grid-template-columns:1fr;overflow:visible;box-shadow:none}.directory-search input,.directory-search select,.directory-search button{border-radius:7px;margin-bottom:8px}.hero h1{font-size:56px}.hero-copy{padding-top:42px}.hero-art{min-height:260px}.category-strip{grid-template-columns:repeat(2,1fr)}.category-strip a{border-right:0}.featured-grid,.archive-grid,.single-site__grid,.archive-layout{grid-template-columns:1fr}.latest-grid{grid-template-columns:repeat(2,1fr)}.cta{align-items:flex-start;gap:20px;flex-direction:column}.footer-grid{grid-template-columns:1fr}.page-hero h1,.single-site__intro h1{font-size:44px}.sidebar{order:-1}.popular-tags small{width:100%}.form-grid--2,.company-data{grid-template-columns:1fr}.form-section__heading{display:block}.form-section__heading>p{margin-top:10px}}

@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Pogwar Directory 1.7 — mniejsze polecane, rzędy kategorii i antyspam */
.featured-grid{gap:16px}.site-card--featured .site-card__image{aspect-ratio:16/7}.site-card--featured .site-card__body{padding:13px 15px 14px;min-height:112px}.site-card--featured h3{font-size:16px;margin:0 0 2px}.site-card--featured .site-card__category{display:inline-block;margin-bottom:9px}.site-card__featured-link{border-top:1px solid var(--line);padding-top:9px;font-size:12px;font-weight:800}.site-card__featured-link a{color:var(--ink)}.site-card__featured-link a:hover{color:color-mix(in srgb,var(--lime2) 75%,#243300)}
.category-row-section{padding-top:42px;padding-bottom:18px}.category-row-section+.category-row-section{padding-top:28px}.section-head--category{margin-bottom:16px}.section-head--category h2{font-size:31px}.category-sites-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-sites-grid .site-card__image{aspect-ratio:16/9}.category-sites-grid .site-card__body{padding:11px 12px}.category-sites-grid .site-card h3{font-size:14px}.category-sites-grid .site-card__meta{margin-top:8px}
.form-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}.turnstile-wrap{margin:2px 0 4px;min-height:65px}
@media(max-width:980px){.category-sites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.site-card--featured .site-card__image{aspect-ratio:16/8}.category-sites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head--category h2{font-size:27px}}
@media(max-width:480px){.category-sites-grid{grid-template-columns:1fr}}


/* Pogwar Directory 1.7.1 — działające sterowanie rozmiarem i położeniem grafiki hero */
.hero-art{
  display:grid;
  align-items:center;
  justify-items:var(--hero-align,center);
  min-width:0;
  overflow:visible;
}
.hero-art picture{
  display:block;
  width:var(--hero-image-size,100%);
  max-width:none;
  height:calc(var(--hero-height) - 24px);
  justify-self:var(--hero-align,center);
}
.hero-art img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:var(--hero-fit,contain);
  object-position:var(--hero-position,center);
}
.hero-art--fit-native picture{
  width:auto;
  max-width:none;
  height:auto;
}
.hero-art--fit-native img{
  width:auto;
  height:auto;
  max-width:none;
  max-height:calc(var(--hero-height) - 24px);
  transform:scale(calc(var(--hero-image-size,100%) / 100%));
  transform-origin:var(--hero-position,center) center;
}
.hero-art--fit-cover picture{
  width:var(--hero-image-size,100%);
  height:var(--hero-height);
  overflow:hidden;
}
.hero-art--fit-cover img{
  object-fit:cover;
}
@media(max-width:980px){
  .hero-art picture{height:310px}
  .hero-art--fit-cover picture{height:310px}
  .hero-art--fit-native img{max-height:310px}
}
@media(max-width:720px){
  .hero-art picture{height:260px}
  .hero-art--fit-cover picture{height:260px}
  .hero-art--fit-native img{max-height:260px}
}

/* Cloudflare Turnstile — formularz dodawania strony */
.turnstile-wrap{margin:22px 0 12px;min-height:70px}
.pogwar-turnstile-widget{min-height:65px}
.pogwar-turnstile-widget:not(.is-ready):not(.has-error)::before{content:"Ładowanie zabezpieczenia Cloudflare…";display:inline-flex;align-items:center;min-height:48px;padding:0 14px;border:1px solid #d7dee5;border-radius:8px;background:#f7f9fb;color:#475569;font-size:14px}
.turnstile-error{margin:10px 0 0;color:#b42318;font-size:14px;line-height:1.5}


/* Pojedynczy wpis — dodatkowy link tekstowy do strony reklamowanej */
.single-site__external-anchor{margin:12px 0 18px;font-size:1rem;font-weight:700}.single-site__external-anchor a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--lime);text-decoration-thickness:2px;text-underline-offset:4px}.single-site__external-anchor a:hover{color:var(--lime2)}

/* Zwykłe artykuły WordPress */
.page-hero--article{padding:64px 0 48px}.page-hero--article h1{max-width:900px;margin:0}.article-meta{margin-top:14px;opacity:.8}.article-layout{max-width:960px}.article-content{padding:clamp(24px,4vw,52px)}.article-content>*:first-child{margin-top:0}.article-featured{margin:-10px -10px 32px}.article-featured img{display:block;width:100%;height:auto;border-radius:var(--radius)}.article-content h2,.article-content h3{margin-top:1.6em}.article-content p,.article-content li{line-height:1.8}
