/*
 * Poznaj Polskę! 2.1.0
 * Biało-czerwony system wizualny. Ten plik jest ładowany po app.css i świadomie
 * nadpisuje wcześniejszą zieloną identyfikację bez zmiany logiki aplikacji.
 */
:root,
html[data-theme="dark"]{
  --bg:#f7f8fb;
  --surface:#ffffff;
  --surface-2:#fff5f6;
  --text:#101828;
  --muted:#667085;
  --primary:#d90429;
  --primary-2:#b40020;
  --accent:#ffb000;
  --accent-2:#e31b3d;
  --danger:#b42318;
  --success:#087443;
  --border:#e4e7ec;
  --line:#e4e7ec;
  --card:#ffffff;
  --shadow:0 18px 55px rgba(16,24,40,.09);
  --shadow-soft:0 8px 26px rgba(16,24,40,.07);
  --radius:24px;
  --radius-sm:14px;
  --max:1440px;
  color-scheme:light;
}
*{box-sizing:border-box}
html{background:#fff;scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
body::selection{background:#ffd3db;color:#7a0016}
a{color:var(--primary)}
a:hover{text-decoration:none;color:var(--primary-2)}
img{object-fit:cover}
.container{width:min(calc(100% - 40px),var(--max))}
.section{padding:72px 0}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{background:#111827;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.2)}

/* Global actions and surfaces */
.button{gap:.55rem;border-radius:13px;background:linear-gradient(135deg,#e3062f,#c90025);color:#fff!important;box-shadow:0 12px 28px rgba(217,4,41,.2);min-height:44px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.button:hover{background:linear-gradient(135deg,#c90025,#a9001e);transform:translateY(-1px);box-shadow:0 16px 34px rgba(217,4,41,.25)}
.button:focus-visible,.main-nav a:focus-visible,.icon-button:focus-visible,.account-menu summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible{outline:3px solid #111827;outline-offset:3px}
.button-secondary{background:#fff;color:#1d2939!important;border:1px solid #d0d5dd;box-shadow:none}
.button-secondary:hover{background:#fff4f6;border-color:#f08a9d;color:#b40020!important}
.button-light{background:#fff;color:#c90025!important;box-shadow:none}
.button-small{padding:9px 15px}
.button-xl{padding:15px 24px;font-size:1rem;font-weight:800}
.button-wide{width:100%}
.panel{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-soft)}
.eyebrow{color:#c90025;font-weight:900;letter-spacing:.13em}
.empty-copy{color:var(--muted);padding:1rem 0}
.flash{position:fixed;top:94px;left:50%;transform:translateX(-50%);z-index:1000;max-width:min(720px,calc(100% - 32px));border-radius:14px;border:1px solid;box-shadow:0 18px 50px rgba(16,24,40,.18)}
.flash-success{background:#ecfdf3;color:#05603a;border-color:#abefc6}.flash-error{background:#fff1f3;color:#9f1239;border-color:#fda4af}

/* Header */
.site-header.pp-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);border-bottom:1px solid #eceef2;box-shadow:0 4px 18px rgba(16,24,40,.04);backdrop-filter:blur(16px)}
.pp-header .header-inner{min-height:88px;gap:28px}
.pp-brand{gap:10px;min-width:205px;color:#101828!important}
.pp-brand img{width:46px;height:55px;object-fit:contain;filter:drop-shadow(0 5px 9px rgba(217,4,41,.15))}
.pp-brand strong{font-size:1.16rem;line-height:.9;letter-spacing:-.035em;color:#101828}
.pp-brand small{font-size:.62rem;color:#667085;max-width:120px;line-height:1.15;margin-top:6px}
.pp-main-nav{gap:6px;margin-left:auto;font-size:.86rem;white-space:nowrap}
.pp-main-nav>a{position:relative;display:flex;align-items:center;gap:6px;padding:11px 10px;border-radius:10px;color:#344054!important;font-weight:750}
.pp-main-nav>a:hover{background:#fff1f3;color:#c90025!important}
.pp-main-nav>a.active{color:#d90429!important;background:#fff5f6}
.pp-main-nav>a.active::after{content:"";position:absolute;left:14px;right:14px;bottom:-18px;height:3px;border-radius:3px;background:#e3062f}
.pp-main-nav .nav-icon{width:20px;height:20px;flex:0 0 auto}
.streak-chip{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:7px 11px;border:1px solid #e4e7ec;border-radius:12px;color:#d90429;background:#fff}
.streak-chip>span:first-child{font-size:.8rem;transform:rotate(45deg)}
.account-menu{position:relative}
.account-menu summary{display:flex;align-items:center;gap:8px;min-height:44px;padding:4px 8px;border-radius:12px;list-style:none;cursor:pointer;color:#344054;font-weight:750}
.account-menu summary::-webkit-details-marker{display:none}
.account-menu summary:hover{background:#f9fafb}
.account-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff1f3;color:#c90025;border:1px solid #fecdd6;font-weight:900}
.account-menu summary svg{width:16px;fill:none;stroke:currentColor;stroke-width:2}
.account-menu-panel{position:absolute;right:0;top:calc(100% + 12px);width:260px;padding:9px;background:#fff;border:1px solid #e4e7ec;border-radius:17px;box-shadow:0 20px 55px rgba(16,24,40,.16)}
.account-menu-panel>a{display:block;padding:10px 12px;border-radius:10px;color:#1d2939}
.account-menu-panel>a:hover{background:#fff1f3;color:#b40020}
.account-menu-panel strong,.account-menu-panel small{display:block}.account-menu-panel small{color:#667085;font-size:.75rem}.account-menu-divider{height:1px;background:#eaecf0;margin:6px}.account-logout{width:100%;border:0;background:none;color:#b42318;text-align:left;padding:10px 12px;font-weight:800;border-radius:10px}.account-logout:hover{background:#fff1f3}
.login-link{padding:10px;color:#344054!important;font-weight:750}.header-register{white-space:nowrap}
.locale-switch{border-color:#e4e7ec;background:#fff}.locale-switch a{color:#475467}.locale-switch a:hover{background:#fff1f3;color:#b40020}.icon-button,.contrast-toggle{border:1px solid #e4e7ec;background:#fff;color:#344054;min-width:40px;min-height:40px}
.nav-toggle{position:relative;width:44px;height:44px;border:1px solid #e4e7ec;background:#fff;padding:10px}.nav-toggle>span:not(.sr-only){display:block;height:2px;background:#101828;margin:5px 0;border-radius:2px}

/* White-red flag decoration */
.flag-ribbon{position:absolute;inset:0 auto 0 0;width:min(20vw,280px);pointer-events:none;overflow:hidden;opacity:.95;z-index:0}
.flag-ribbon::before,.flag-ribbon::after{content:"";position:absolute;left:-45%;width:160%;height:46%;border-radius:0 100% 100% 0;transform:rotate(-9deg);filter:drop-shadow(0 12px 22px rgba(0,0,0,.08))}
.flag-ribbon::before{top:4%;background:linear-gradient(145deg,#fff 5%,#f6f6f7 45%,#fff 80%)}
.flag-ribbon::after{top:39%;background:linear-gradient(145deg,#e3062f,#c80024 62%,#ee2448)}
.flag-ribbon span{position:absolute;left:-25%;top:34%;width:125%;height:10%;background:rgba(255,255,255,.45);filter:blur(8px);transform:rotate(-9deg)}
.flag-ribbon.compact{width:min(17vw,230px)}

/* Home hero */
.pp-home-hero{position:relative;overflow:hidden;padding:78px 0 44px;background:linear-gradient(180deg,#fff 0%,#fff 72%,#fafafa 100%);border-bottom:1px solid #eceef2}
.pp-home-hero::before{content:"";position:absolute;right:-130px;top:-180px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,#fff1f3 0%,rgba(255,241,243,.45) 45%,transparent 70%)}
.pp-home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);gap:58px;align-items:center}
.pp-hero-copy{padding-left:clamp(60px,7vw,112px)}
.pp-kicker{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;color:#b40020;font-weight:900}
.pp-kicker i{display:inline-block;width:23px;height:2px;background:#e3062f;border-radius:3px}
.pp-hero-copy h1{font-size:clamp(3.4rem,6.2vw,6.1rem);line-height:.91;letter-spacing:-.065em;margin:20px 0 10px;color:#101828}
.pp-hero-copy h2{font-size:clamp(1.3rem,2.2vw,2rem);line-height:1.15;margin:0 0 22px;color:#d90429;letter-spacing:-.02em}
.pp-hero-copy>p{font-size:1.08rem;max-width:680px;color:#475467;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}
.hero-actions form{margin:0}
.continue-chip{display:inline-grid;grid-template-columns:34px auto auto;align-items:center;gap:10px;padding:9px 12px;border:1px solid #fecdd6;background:#fff5f6;border-radius:14px;color:#9f1239}.continue-chip span{font-size:1.2rem}.continue-chip strong{font-size:.9rem}.continue-chip small{font-size:.75rem;color:#667085}
.pp-proof-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:30px}
.pp-proof-row>div{display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;column-gap:8px;align-items:center;min-width:0}.pp-proof-row svg{grid-row:1/3;width:26px;height:26px;color:#e3062f}.pp-proof-row strong{font-size:1.02rem;line-height:1}.pp-proof-row small{font-size:.69rem;color:#667085;white-space:nowrap}
.pp-hero-map-card{position:relative;background:rgba(255,255,255,.94);border:1px solid #eceef2;border-radius:30px;padding:22px 24px 18px;box-shadow:0 28px 80px rgba(16,24,40,.12)}
.pp-map-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.pp-map-card-head span{display:block;color:#d90429;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:900}.pp-map-card-head strong{display:block;font-size:1.1rem;margin-top:3px}.pp-map-card-head>b{padding:8px 11px;border-radius:999px;background:#fff1f3;color:#c90025;font-size:.8rem}
.pp-map-wrap{min-height:380px;display:grid;place-items:center;padding:5px}.pp-map-wrap svg{width:100%;max-height:390px}.region-map-svg path{fill:#fff9fa;stroke:#ed8b9b;stroke-width:1.2;transition:fill .17s ease,transform .17s ease}.region-map-svg path:hover,.region-map-svg path:focus{fill:#fda4af;outline:none;filter:drop-shadow(0 5px 8px rgba(217,4,41,.17))}.region-map-svg path[data-region="mazowieckie"],.region-map-svg path.is-active{fill:#f97085}.region-map-svg text{fill:#344054;font-size:12px;font-weight:750;pointer-events:none}.pp-hero-map-card>p{margin:0;text-align:center;color:#667085;font-size:.83rem}.pp-region-progress{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;margin-top:12px}.pp-region-progress>span{height:7px;background:#f2f4f7;border-radius:999px;overflow:hidden}.pp-region-progress i{display:block;height:100%;background:linear-gradient(90deg,#e3062f,#f97085);border-radius:inherit}.pp-region-progress small{font-size:.72rem;color:#475467}

/* Shared section headings */
.pp-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.pp-section-head.small{align-items:center;margin-bottom:18px}.pp-section-head h2{font-size:clamp(1.7rem,3vw,2.55rem);letter-spacing:-.04em;line-height:1.05;margin:7px 0 0}.pp-section-head p{color:#667085;max-width:720px;margin:.55rem 0 0}.pp-section-head>a{font-weight:800;white-space:nowrap}

/* Verified photo carousel */
.pp-photo-strip{background:#fff;padding:42px 0 52px;border-bottom:1px solid #eaecf0}
.pp-place-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,1fr);grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;overflow-x:auto;padding:3px 2px 14px;scroll-snap-type:x mandatory}
.pp-photo-card{min-width:0;scroll-snap-align:start}.pp-photo-card>a{position:relative;display:block;overflow:hidden;border-radius:18px;background:#f2f4f7;aspect-ratio:1.5;border:1px solid #e4e7ec}.pp-photo-card img{width:100%;height:100%;transition:transform .35s ease}.pp-photo-card:hover img{transform:scale(1.035)}.pp-photo-overlay{position:absolute;inset:auto 0 0;padding:42px 14px 12px;background:linear-gradient(transparent,rgba(16,24,40,.84));color:#fff}.pp-photo-overlay strong,.pp-photo-overlay small{display:block}.pp-photo-overlay strong{font-size:.93rem}.pp-photo-overlay small{font-size:.72rem;color:#f2f4f7}.pp-photo-card>p{margin:7px 4px 0;font-size:.65rem;color:#667085}

/* Dashboard */
.pp-dashboard-section{background:#f7f8fb}
.pp-dashboard-grid{display:grid;grid-template-columns:1.05fr 1fr .9fr;gap:18px}
.pp-daily-card,.pp-progress-card,.pp-ranking-card{background:#fff;border:1px solid #e4e7ec;border-radius:22px;padding:24px;box-shadow:var(--shadow-soft)}
.pp-card-title{display:flex;align-items:center;gap:12px}.pp-card-title>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#fff1f3;color:#d90429}.pp-card-title svg{width:26px;height:26px}.pp-card-title small{display:block;text-transform:uppercase;letter-spacing:.1em;color:#d90429;font-size:.65rem;font-weight:900}.pp-card-title h2{margin:2px 0 0;font-size:1.25rem;letter-spacing:-.02em}.pp-daily-card>p,.pp-progress-card>p{color:#667085;font-size:.9rem}.pp-daily-meta{display:flex;gap:14px;margin:18px 0;color:#667085;font-size:.78rem}.pp-daily-meta b{color:#101828}.pp-level-row,.pp-progress-stats{display:flex;align-items:center;justify-content:space-between;gap:12px}.pp-level-row{margin:22px 0 9px}.pp-big-progress{height:9px;background:#f2f4f7;border-radius:999px;overflow:hidden}.pp-big-progress i{display:block;height:100%;background:linear-gradient(90deg,#e3062f,#f97085)}.pp-progress-stats{margin:17px 0;color:#667085;font-size:.8rem}.pp-progress-stats b{color:#101828}.pp-progress-card>a,.pp-ranking-card>a{font-weight:800;font-size:.85rem}.pp-ranking-card ol{list-style:none;padding:0;margin:18px 0;display:grid;gap:10px}.pp-ranking-card li{display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;padding:9px;border-radius:12px;background:#f9fafb}.pp-ranking-card li>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#fff1f3;color:#c90025;font-weight:900}.pp-ranking-card li strong,.pp-ranking-card li small{display:block}.pp-ranking-card li small{font-size:.67rem;color:#667085}.pp-ranking-card li>b{font-size:.82rem}

/* Categories and modes */
.pp-categories{background:#fff}
.pp-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.pp-category-grid>a{display:grid;grid-template-columns:45px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;padding:18px;border:1px solid #e4e7ec;border-radius:17px;color:#1d2939;background:#fff;transition:.18s}.pp-category-grid>a:hover{border-color:#f08a9d;box-shadow:0 12px 30px rgba(217,4,41,.08);transform:translateY(-2px)}.pp-category-grid span{grid-row:1/3;width:45px;height:45px;display:grid;place-items:center;border-radius:13px;background:#fff1f3;color:#d90429}.pp-category-grid svg{width:25px;height:25px}.pp-category-grid strong{font-size:.93rem}.pp-category-grid small{font-size:.7rem;color:#667085}
.pp-modes-section{background:#fff7f8}
.pp-mode-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pp-mode-grid article{position:relative;padding:23px;background:#fff;border:1px solid #e4e7ec;border-radius:20px;box-shadow:0 8px 24px rgba(16,24,40,.04)}.pp-mode-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:#e3062f;color:#fff}.pp-mode-icon svg{width:29px;height:29px}.pp-mode-grid article>small{display:block;margin-top:19px;color:#d90429;text-transform:uppercase;letter-spacing:.09em;font-size:.64rem;font-weight:900}.pp-mode-grid h3{font-size:1.25rem;margin:6px 0}.pp-mode-grid p{color:#667085;font-size:.86rem;min-height:64px}.pp-mode-grid a{font-weight:850}.pp-mode-grid a b{font-size:1.25rem;margin-left:5px}
.pp-trust-section{padding:64px 0;background:#101828;color:#fff}.pp-trust-section .container{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center}.pp-trust-section .eyebrow{color:#fda4af}.pp-trust-section h2{font-size:clamp(1.8rem,3.5vw,3.25rem);line-height:1.05;letter-spacing:-.045em;margin:9px 0}.pp-trust-section ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}.pp-trust-section li{display:flex;align-items:center;gap:12px;color:#e4e7ec}.pp-trust-section li b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#e3062f;color:#fff}

/* Page heroes and map / atlas */
.pp-page-hero{position:relative;overflow:hidden;padding:72px 0;background:linear-gradient(135deg,#fff 10%,#fff5f6 100%);border-bottom:1px solid #eceef2}.pp-page-hero h1{font-size:clamp(3rem,6vw,5.6rem);letter-spacing:-.065em;line-height:.92;margin:18px 0 20px}.pp-page-hero p{font-size:1.08rem;color:#475467;max-width:760px}
.pp-map-hero{position:relative;overflow:hidden;background:#fff;padding:60px 0 34px}.pp-map-page-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:38px;align-items:center}.pp-map-page h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.93;letter-spacing:-.06em;margin:17px 0}.pp-map-page p{color:#667085;font-size:1.04rem}.pp-large-map-card,.pp-region-map-panel{background:#fff;border:1px solid #e4e7ec;border-radius:26px;padding:20px;box-shadow:var(--shadow)}.pp-large-map-card .pp-map-wrap{min-height:430px}.pp-map-source{font-size:.7rem;color:#667085;margin:8px 0 0;text-align:center}
.pp-search-panel{display:flex;gap:10px;margin-top:24px}.pp-search-panel input,.pp-search-panel select{width:100%;background:#fff;border:1px solid #d0d5dd;border-radius:12px;padding:12px 14px;color:#101828}.pp-search-panel .button{flex:0 0 auto}
.pp-featured-places,.pp-knowledge-directory{background:#fff}.pp-featured-grid,.pp-region-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pp-featured-grid .pp-photo-card>a,.pp-region-photo-grid .pp-photo-card>a{aspect-ratio:1.6}.pp-region-directory{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.pp-region-directory>a{padding:18px;border:1px solid #e4e7ec;border-radius:15px;color:#1d2939;background:#fff}.pp-region-directory>a:hover{border-color:#f08a9d;background:#fff8f9}.pp-region-directory strong,.pp-region-directory small{display:block}.pp-region-directory small{color:#667085;font-size:.72rem;margin-top:4px}.pp-place-list,.pp-region-place-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pp-place-list article,.pp-region-place-list article{padding:18px;background:#fff;border:1px solid #e4e7ec;border-radius:17px}.pp-place-list h3,.pp-region-place-list h3{margin:4px 0}.pp-place-list p,.pp-region-place-list p{color:#667085;font-size:.85rem}.pp-place-list a,.pp-region-place-list a{font-weight:800}

/* Region detail */
.pp-region-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 20%,#fff5f6 100%);padding:56px 0}.pp-region-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:50px;align-items:center}.pp-region-intro h1{font-size:clamp(3.2rem,6vw,5.7rem);line-height:.92;letter-spacing:-.06em;margin:15px 0}.pp-region-intro>p{color:#475467;font-size:1.08rem}.pp-region-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:25px 0}.pp-region-facts>div{padding:14px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.pp-region-facts small,.pp-region-facts strong{display:block}.pp-region-facts small{color:#667085;font-size:.7rem}.pp-region-facts strong{font-size:1rem;margin-top:2px}.pp-region-progress{margin-top:20px}.pp-region-content{background:#fff}.pp-region-content-grid{display:grid;grid-template-columns:1fr .75fr;gap:24px}.pp-fact-list{display:grid;gap:10px;padding:0;list-style:none}.pp-fact-list li{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;padding:14px;border-radius:13px;background:#f9fafb}.pp-fact-list b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff1f3;color:#c90025}.pp-source-box{padding:18px;border-left:4px solid #e3062f;background:#fff5f6;border-radius:0 14px 14px 0}.pp-source-box h3{margin-top:0}.pp-source-box p{color:#667085;font-size:.85rem}.pp-region-photo-section{background:#f7f8fb}

/* Place detail */
.pp-place-hero{background:#fff;padding:46px 0}.pp-place-hero-content{display:grid;grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr);gap:40px;align-items:center}.pp-place-hero-image{position:relative;border-radius:27px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:1.5}.pp-place-hero-image img{width:100%;height:100%}.pp-photo-credit{position:absolute;inset:auto 10px 10px 10px;padding:8px 10px;border-radius:10px;background:rgba(16,24,40,.8);color:#fff;font-size:.7rem}.pp-place-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:#e3062f;color:#fff}.pp-place-icon svg{width:34px;height:34px}.pp-place-hero h1{font-size:clamp(3rem,5.5vw,5.3rem);line-height:.93;letter-spacing:-.055em;margin:15px 0}.pp-place-lead{font-size:1.13rem;color:#475467}.pp-place-details{background:#fff}.pp-place-details-grid{display:grid;grid-template-columns:1fr .72fr;gap:24px}.pp-place-details article,.pp-place-details aside{padding:26px}.pp-place-details p{color:#475467}.pp-place-details dl{display:grid;gap:12px}.pp-place-details dl div{padding-bottom:10px;border-bottom:1px solid #eaecf0}.pp-place-details dt{font-size:.68rem;color:#667085;text-transform:uppercase;letter-spacing:.09em}.pp-place-details dd{margin:3px 0 0;font-weight:700}

/* Profile */
.pp-profile-hero{position:relative;overflow:hidden;padding:58px 0;background:linear-gradient(135deg,#fff 15%,#fff5f6 100%);border-bottom:1px solid #eaecf0}.pp-profile-head{display:flex;align-items:center;justify-content:space-between;gap:30px}.pp-profile-title{display:flex;align-items:center;gap:18px}.pp-profile-title .account-avatar{width:72px;height:72px;font-size:1.6rem}.pp-profile-title h1{font-size:clamp(2.6rem,5vw,4.7rem);line-height:.95;letter-spacing:-.05em;margin:5px 0}.pp-profile-title p{margin:0;color:#667085}.pp-profile-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pp-profile-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.pp-profile-stats article{padding:18px;background:#fff;border:1px solid #e4e7ec;border-radius:17px}.pp-profile-stats article>span{color:#d90429}.pp-profile-stats svg{width:25px;height:25px}.pp-profile-stats small,.pp-profile-stats strong,.pp-profile-stats p{display:block}.pp-profile-stats small{color:#667085;font-size:.68rem;margin-top:10px}.pp-profile-stats strong{font-size:1.5rem;letter-spacing:-.03em}.pp-profile-stats p{font-size:.7rem;color:#98a2b3;margin:2px 0 0}.pp-profile-content{background:#f7f8fb}.pp-profile-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:20px}.pp-profile-grid>.panel{padding:24px}.pp-history-list{display:grid;gap:9px}.pp-history-list article{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:12px;background:#f9fafb;border-radius:13px}.pp-history-list article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff1f3;color:#d90429}.pp-history-list svg{width:22px}.pp-history-list strong,.pp-history-list small{display:block}.pp-history-list small{font-size:.68rem;color:#667085}.pp-history-list b small{display:inline}.pp-region-orbs,.pp-badge-grid{display:flex;gap:10px;flex-wrap:wrap}.pp-region-orbs>div,.pp-badge-grid>div{display:grid;justify-items:center;gap:5px;min-width:74px;text-align:center}.pp-region-orbs span,.pp-badge-grid span{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#fff1f3;color:#d90429;border:1px solid #fecdd6}.pp-region-orbs strong,.pp-badge-grid strong{font-size:.68rem;max-width:80px}.pp-badge-section{margin-top:28px;padding-top:22px;border-top:1px solid #e4e7ec}

/* Daily */
.pp-daily-hero{padding:72px 0}.pp-daily-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 310px;gap:70px;align-items:center;padding-left:clamp(50px,7vw,105px)}.pp-daily-hero h1{font-size:clamp(3.4rem,6.2vw,5.8rem);line-height:.91;letter-spacing:-.06em;margin:16px 0}.pp-today-status{padding:24px;background:#fff;border:1px solid #e4e7ec;border-radius:23px;box-shadow:var(--shadow);text-align:center}.pp-today-status>span{font-size:.68rem;color:#d90429;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.pp-status-ring{width:112px;height:112px;margin:16px auto;display:grid;place-items:center;border-radius:50%;border:8px solid #fff1f3;box-shadow:inset 0 0 0 2px #fda4af}.pp-status-ring strong,.pp-status-ring small{grid-column:1;grid-row:1}.pp-status-ring strong{font-size:2rem}.pp-status-ring small{margin-top:46px;color:#667085}.pp-status-ring.done{border-color:#d1fadf;box-shadow:inset 0 0 0 2px #6ce9a6;color:#087443}.pp-today-status p{font-size:.78rem;color:#667085}.pp-daily-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pp-daily-stats article{display:grid;grid-template-columns:50px 1fr;grid-template-rows:auto auto auto;column-gap:14px;padding:22px;border:1px solid #e4e7ec;background:#fff;border-radius:18px}.pp-daily-stats article>span{grid-row:1/4;width:50px;height:50px;display:grid;place-items:center;background:#fff1f3;color:#d90429;border-radius:14px}.pp-daily-stats svg{width:27px}.pp-daily-stats small,.pp-daily-stats strong,.pp-daily-stats p{display:block}.pp-daily-stats small{color:#667085}.pp-daily-stats strong{font-size:1.35rem}.pp-daily-stats p{font-size:.75rem;color:#98a2b3;margin:0}.pp-calendar-section{background:#fff}.pp-daily-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.pp-daily-calendar>a{min-height:92px;padding:10px;display:grid;justify-items:center;align-content:center;border:1px solid #e4e7ec;border-radius:13px;color:#344054;background:#fff}.pp-daily-calendar>a:hover{border-color:#f08a9d}.pp-daily-calendar small{font-size:.62rem;text-transform:uppercase;color:#98a2b3}.pp-daily-calendar strong{font-size:1.12rem}.pp-daily-calendar span{color:#d0d5dd}.pp-daily-calendar .complete{background:#fff5f6;border-color:#fecdd6}.pp-daily-calendar .complete span{color:#d90429}.pp-daily-calendar .today{box-shadow:0 0 0 2px #d90429}.pp-today-bento{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pp-today-bento>a{display:grid;grid-template-columns:62px 1fr auto;gap:18px;align-items:center;padding:24px;border:1px solid #e4e7ec;background:#fff;border-radius:20px;color:#1d2939}.pp-today-bento>a>span{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:#e3062f;color:#fff}.pp-today-bento svg{width:34px}.pp-today-bento small{color:#d90429;font-size:.65rem;font-weight:900;letter-spacing:.1em}.pp-today-bento h2{margin:4px 0}.pp-today-bento p{margin:0;color:#667085;font-size:.84rem}.pp-today-bento>a>b{font-size:1.8rem;color:#d90429}
.pp-game-daily{min-height:calc(100vh - 88px);display:grid;align-items:center;padding:70px 0;background:linear-gradient(135deg,#fff 20%,#fff5f6)}.pp-game-daily-grid{display:grid;grid-template-columns:1fr 390px;gap:72px;align-items:center}.pp-game-daily-main h1{font-size:clamp(3.5rem,6.4vw,6rem);line-height:.9;letter-spacing:-.065em;margin:18px 0}.pp-game-daily-main>p{font-size:1.08rem;color:#667085;max-width:670px}.pp-round-circles{display:flex;gap:10px;margin:28px 0}.pp-round-circles span{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;background:#fff;border:2px solid #fecdd6}.pp-round-circles b,.pp-round-circles small{grid-column:1;grid-row:1}.pp-round-circles b{font-size:1.25rem;color:#d90429}.pp-round-circles small{margin-top:34px;font-size:.58rem;color:#667085}.daily-note{display:block;margin-top:15px;color:#667085;max-width:580px}.pp-daily-rules{padding:26px;background:#101828;color:#fff;border-radius:26px;box-shadow:0 26px 70px rgba(16,24,40,.22)}.countdown-card{text-align:center;padding:18px;background:rgba(255,255,255,.08);border-radius:17px}.countdown-card span,.countdown-card small{display:block;color:#d0d5dd}.countdown-card strong{display:block;font-size:2.2rem;color:#fff;margin:4px}.pp-daily-rules h2{margin:24px 0 12px}.pp-daily-rules ul{list-style:none;padding:0;display:grid;gap:10px}.pp-daily-rules li{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:start}.pp-daily-rules li>span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#e3062f;font-size:.7rem}.pp-daily-rules li strong,.pp-daily-rules li small{display:block}.pp-daily-rules li small{color:#d0d5dd;font-size:.76rem}

/* Credits */
.pp-license-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pp-license-grid article{overflow:hidden;border:1px solid #e4e7ec;border-radius:19px;background:#fff}.pp-license-grid img{width:100%;aspect-ratio:1.6}.pp-license-grid article>div{padding:18px}.pp-license-grid article>div>span{color:#d90429;text-transform:uppercase;font-size:.65rem;font-weight:900;letter-spacing:.1em}.pp-license-grid h2{margin:5px 0 14px}.pp-license-grid dl{margin:0;display:grid;gap:9px}.pp-license-grid dl div{display:grid;grid-template-columns:80px 1fr;gap:8px}.pp-license-grid dt{font-size:.7rem;color:#667085}.pp-license-grid dd{margin:0;font-size:.78rem}.pp-license-note{margin-top:25px;padding:24px;border-left:4px solid #e3062f;background:#fff5f6;border-radius:0 17px 17px 0}.pp-license-note h2{margin-top:0}

/* Existing cards, forms, tables, admin, game screens */
.page-hero{background:linear-gradient(135deg,#fff,#fff5f6);color:#101828}.page-hero h1{color:#101828}.page-hero p{color:#667085}.mode-card,.location-card,.admin-card,.form-card,.ranking-table,.question-shell,.result-card,.auth-card{background:#fff!important;color:#101828!important;border-color:#e4e7ec!important;box-shadow:var(--shadow-soft)!important}.mode-icon,.featured-tag{background:#e3062f!important;color:#fff!important}.daily-link{background:#e3062f!important;color:#fff!important}.card-action,.text-link{color:#d90429!important}.mode-filter-buttons button.active,.chip.active,.filter-pill.active{background:#e3062f!important;color:#fff!important;border-color:#e3062f!important}.mode-searchbar,.search-box{background:#fff!important;border-color:#e4e7ec!important}.mode-searchbar input,.search-box input{color:#101828!important}.input,input,select,textarea{background:#fff;color:#101828;border-color:#d0d5dd}.table-wrap,.data-table{background:#fff}.data-table th{background:#fff5f6;color:#7a0016}.data-table td{border-color:#eaecf0}.question-option:hover{border-color:#f08a9d;background:#fff5f6}.question-option.selected,.question-option input:checked+span{border-color:#e3062f;background:#fff1f3}.progress-bar>span,.progress-bar i{background:#e3062f}.tag,.badge{background:#fff1f3;color:#9f1239}.map-stage{background:#fff9fa}

/* Footer, consent and mobile dock */
.pp-footer{background:#101828;color:#fff;padding:0 0 24px}.footer-brand-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:45px;padding-bottom:34px;border-bottom:1px solid #344054}.footer-brand{display:flex;align-items:center;gap:13px}.footer-brand img{width:42px;height:50px}.footer-brand strong{font-size:1.2rem}.footer-brand p{margin:3px 0 0;color:#98a2b3}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;padding-top:32px}.footer-grid h2{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#fda4af}.footer-grid a{display:block;color:#d0d5dd;margin:8px 0;font-size:.85rem}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #344054;margin-top:28px;padding-top:20px;color:#98a2b3;font-size:.76rem}
.cookie-banner{background:#fff;color:#101828;border-color:#e4e7ec;box-shadow:0 20px 60px rgba(16,24,40,.18)}.cookie-banner p{color:#667085}.cookie-actions{gap:8px}
.pp-mobile-dock{display:none}

/* High contrast */
html.high-contrast{--text:#000;--muted:#222;--border:#000;--line:#000;--primary:#c00000;--primary-2:#8a0000;--bg:#fff;--surface:#fff;--surface-2:#fff}
html.high-contrast body,html.high-contrast .site-header,html.high-contrast .panel,html.high-contrast article{background:#fff!important;color:#000!important}
html.high-contrast a{color:#9b0000!important;text-decoration:underline}
html.high-contrast .button{background:#b00000!important;color:#fff!important;border:2px solid #000!important;text-decoration:none}
html.high-contrast .button-secondary{background:#fff!important;color:#000!important}
html.high-contrast .region-map-svg path{stroke:#000;stroke-width:2;fill:#fff}
html.high-contrast .region-map-svg path:hover,html.high-contrast .region-map-svg path:focus{fill:#ffb3b3}

/* Responsive */
@media(max-width:1280px){
  .pp-header .container{width:min(calc(100% - 24px),1440px)}
  .pp-brand{min-width:165px}.pp-brand small{display:none}.pp-main-nav>a{padding:10px 7px}.pp-main-nav{font-size:.79rem;gap:2px}.locale-switch{display:none}
  .pp-home-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);gap:34px}.pp-hero-copy{padding-left:45px}
  .pp-profile-stats{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1040px){
  .nav-toggle{display:block;margin-left:auto}.pp-main-nav{position:absolute;top:calc(100% + 1px);left:16px;right:16px;display:none;align-items:stretch;flex-direction:column;padding:14px;background:#fff;border:1px solid #e4e7ec;border-radius:18px;box-shadow:0 22px 55px rgba(16,24,40,.18);font-size:.92rem}.pp-main-nav.open{display:flex}.pp-main-nav>a{padding:12px}.pp-main-nav>a.active::after{display:none}.streak-chip,.account-menu,.login-link,.header-register,.locale-switch,.contrast-toggle{margin:2px 0}.account-menu-panel{position:static;width:100%;box-shadow:none;margin-top:7px}
  .pp-home-hero-grid,.pp-region-hero-grid,.pp-map-page-grid,.pp-place-hero-content{grid-template-columns:1fr}.pp-hero-copy,.pp-daily-hero-grid{padding-left:0}.flag-ribbon{opacity:.22;width:240px}.pp-home-hero{padding-top:58px}.pp-hero-map-card{max-width:760px;margin:auto}.pp-map-wrap{min-height:340px}
  .pp-dashboard-grid{grid-template-columns:1fr 1fr}.pp-ranking-card{grid-column:1/-1}.pp-category-grid{grid-template-columns:repeat(3,1fr)}.pp-mode-grid{grid-template-columns:repeat(2,1fr)}
  .pp-region-content-grid,.pp-place-details-grid,.pp-profile-grid{grid-template-columns:1fr}.pp-profile-head{align-items:flex-start}.pp-daily-hero-grid{grid-template-columns:1fr 280px;gap:35px}.pp-game-daily-grid{grid-template-columns:1fr}.pp-daily-rules{max-width:700px}
  .pp-license-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .container{width:min(calc(100% - 28px),var(--max))}.section{padding:54px 0}.site-header.pp-header{position:sticky}.pp-header .header-inner{min-height:72px}.pp-brand img{width:38px;height:46px}.pp-brand strong{font-size:1rem}.pp-brand{min-width:0}.pp-brand small{display:none}
  .pp-home-hero{padding:48px 0 28px}.pp-hero-copy h1{font-size:clamp(3rem,16vw,4.6rem)}.pp-hero-copy h2{font-size:1.35rem}.pp-hero-copy>p{font-size:.98rem}.pp-proof-row{grid-template-columns:repeat(2,1fr)}.pp-map-wrap{min-height:290px}.pp-hero-map-card{padding:16px;border-radius:22px}
  .pp-section-head{align-items:flex-start;flex-direction:column;margin-bottom:20px}.pp-place-carousel{grid-template-columns:none;grid-auto-columns:82vw}.pp-dashboard-grid{grid-template-columns:1fr}.pp-ranking-card{grid-column:auto}.pp-category-grid{grid-template-columns:1fr 1fr}.pp-mode-grid{grid-template-columns:1fr}.pp-trust-section .container{grid-template-columns:1fr;gap:28px}
  .pp-featured-grid,.pp-region-photo-grid,.pp-place-list,.pp-region-place-list{grid-template-columns:1fr}.pp-region-directory{grid-template-columns:1fr 1fr}.pp-region-facts{grid-template-columns:1fr 1fr}.pp-region-hero h1,.pp-map-page h1,.pp-page-hero h1,.pp-place-hero h1{font-size:clamp(2.8rem,14vw,4.4rem)}
  .pp-profile-head{display:block}.pp-profile-actions{margin-top:22px}.pp-profile-stats{grid-template-columns:1fr 1fr}.pp-daily-hero-grid{grid-template-columns:1fr}.pp-today-status{max-width:340px}.pp-daily-stats{grid-template-columns:1fr}.pp-daily-calendar{grid-template-columns:repeat(5,1fr)}.pp-today-bento{grid-template-columns:1fr}.pp-game-daily-main h1{font-size:clamp(3rem,15vw,4.8rem)}.pp-round-circles{flex-wrap:wrap}.pp-license-grid{grid-template-columns:1fr}
  .footer-brand-row{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:5px}.pp-mobile-dock{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));z-index:70;background:#fff;border:1px solid #e4e7ec;border-radius:18px;box-shadow:0 14px 40px rgba(16,24,40,.18);padding:7px}.pp-mobile-dock a{display:grid;justify-items:center;gap:2px;padding:5px;color:#475467;font-size:.62rem}.pp-mobile-dock a span{font-size:1rem}.pp-mobile-dock .dock-daily{background:#e3062f;color:#fff;border-radius:12px}.pp-footer{padding-bottom:100px}.cookie-banner{bottom:88px;left:10px;right:10px}
}
@media(max-width:480px){
  .pp-proof-row{grid-template-columns:1fr 1fr}.pp-proof-row small{white-space:normal}.hero-actions .button,.hero-actions form{width:100%}.pp-category-grid,.pp-region-directory,.pp-profile-stats{grid-template-columns:1fr}.pp-region-facts{grid-template-columns:1fr}.pp-daily-calendar{grid-template-columns:repeat(4,1fr)}.pp-round-circles span{width:58px;height:58px}.footer-grid{grid-template-columns:1fr}.pp-search-panel{flex-direction:column}.pp-search-panel .button{width:100%}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{.site-header,.pp-mobile-dock,.site-footer,.cookie-banner,.hero-actions,.flag-ribbon{display:none!important}body{background:#fff}.section{padding:20px 0}.panel,article{box-shadow:none!important}}

/* Game catalog */
.pp-modes-hero{padding-bottom:48px}.pp-modes-hero>.container{position:relative;z-index:1}.pp-modes-hero h1{max-width:760px}.mode-searchbar{margin-top:30px;padding:14px;background:#fff;border:1px solid #e4e7ec;border-radius:19px;box-shadow:var(--shadow-soft)}.mode-searchbar>span{position:absolute;margin:11px 0 0 12px;color:#98a2b3}.mode-searchbar>input{width:100%;padding:12px 14px 12px 38px;border:0;border-bottom:1px solid #eaecf0;border-radius:0;outline:none}.mode-filter-buttons{display:flex;flex-wrap:wrap;gap:7px;padding-top:12px}.mode-filter-buttons button{border:1px solid #e4e7ec;background:#fff;color:#475467;border-radius:999px;padding:7px 12px;font-size:.77rem;font-weight:750}.mode-filter-buttons button:hover{border-color:#f08a9d;color:#b40020}.pp-mode-catalog{background:#f7f8fb}.premium-mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.premium-mode-card{display:flex;flex-direction:column;min-height:340px;padding:24px;border:1px solid #e4e7ec;border-radius:21px;background:#fff;box-shadow:var(--shadow-soft)}.premium-mode-card .mode-card-top{display:flex;align-items:flex-start;justify-content:space-between}.premium-mode-card .mode-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:16px}.premium-mode-card .mode-icon svg{width:31px;height:31px}.premium-mode-card .featured-tag{padding:6px 9px;border-radius:999px;font-size:.63rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.premium-mode-card .difficulty{display:block;margin-top:20px;color:#d90429;text-transform:uppercase;letter-spacing:.1em;font-size:.63rem;font-weight:900}.premium-mode-card h2{font-size:1.35rem;letter-spacing:-.025em;margin:7px 0}.premium-mode-card>p{color:#667085;font-size:.86rem;flex:1}.premium-mode-card .card-meta{display:flex;gap:13px;padding:13px 0;border-top:1px solid #eaecf0;color:#667085;font-size:.72rem}.premium-mode-card .card-action{display:flex;justify-content:space-between;align-items:center;font-weight:850;padding-top:8px}.premium-mode-card .card-action b{font-size:1.25rem}.mode-empty{text-align:center;padding:55px;background:#fff;border:1px dashed #d0d5dd;border-radius:18px}
@media(max-width:1040px){.premium-mode-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.premium-mode-grid{grid-template-columns:1fr}.mode-filter-buttons{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.mode-filter-buttons button{white-space:nowrap}}

/* =====================================================================
 * Poznaj Polskę! 2.1.1 — korekta zgodności z zaakceptowanym projektem UI
 * Widok główny: hero ze zdjęciem Warszawy, biało-czerwona flaga, kompaktowy
 * dashboard, mapa, tryby gry, dzienne wyzwanie, postęp i polecane miejsca.
 * ===================================================================== */
.pp211-home{background:#f6f7f9;color:#101828}
.pp211-home main{overflow:hidden}
.pp211-home .container{width:min(calc(100% - 48px),1460px)}

/* Header closer to the approved reference */
.pp211-home .site-header.pp-header{position:sticky;background:rgba(255,255,255,.98);border-bottom:1px solid #edf0f3;box-shadow:0 4px 20px rgba(16,24,40,.035)}
.pp211-home .pp-header .header-inner{min-height:84px;gap:22px}
.pp211-home .pp-brand{min-width:258px;gap:12px}
.pp211-home .pp-brand img{width:48px;height:58px}
.pp211-home .pp-brand strong{font-size:1.35rem;line-height:.95;letter-spacing:-.04em}
.pp211-home .pp-brand small{display:block;max-width:190px;font-size:.64rem;margin-top:5px;line-height:1.15}
.pp211-home .pp-main-nav{gap:3px;font-size:.83rem}
.pp211-home .pp-main-nav>a{padding:12px 10px;border-radius:0;color:#1d2939!important}
.pp211-home .pp-main-nav>a:hover{background:transparent;color:#d90429!important}
.pp211-home .pp-main-nav>a.active{background:transparent;color:#d90429!important}
.pp211-home .pp-main-nav>a.active::after{left:8px;right:8px;bottom:-15px;height:3px}
.pp211-home .pp-main-nav .nav-icon{width:18px;height:18px}
.pp211-home .locale-switch,.pp211-home .contrast-toggle{display:none}
.pp211-home .login-link{border:1px solid #e4e7ec;border-radius:11px;padding:10px 17px;background:#fff}
.pp211-home .header-register{border-radius:11px;padding:10px 18px}

/* Hero */
.pp211-hero{position:relative;min-height:430px;background:#f2f4f7;overflow:hidden;border-bottom:1px solid #e9ecef}
.pp211-hero-media{position:absolute;inset:0;display:block}
.pp211-hero-media img{width:100%;height:100%;object-fit:cover;object-position:62% 50%;filter:saturate(1.05) contrast(1.02)}
.pp211-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 24%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.11) 69%,rgba(255,255,255,.02) 100%)}
.pp211-flag-wave{position:absolute;right:-18px;top:-44px;width:330px;height:190px;z-index:2;transform:rotate(-5deg);filter:drop-shadow(0 16px 20px rgba(31,41,55,.16));pointer-events:none}
.pp211-flag-wave::before,.pp211-flag-wave::after{content:"";position:absolute;left:0;width:100%;height:50%;transform:skewY(-5deg);border-radius:55% 0 45% 20%/35% 0 55% 35%}
.pp211-flag-wave::before{top:0;background:linear-gradient(150deg,#fff 10%,#f2f4f7 55%,#fff 86%)}
.pp211-flag-wave::after{top:48%;background:linear-gradient(150deg,#f20b35 4%,#cf0027 62%,#ed2147 92%)}
.pp211-flag-wave span{position:absolute;z-index:2;left:7%;right:7%;top:48%;height:9px;background:rgba(255,255,255,.46);filter:blur(5px);transform:skewY(-5deg)}
.pp211-hero-inner{position:relative;z-index:3;min-height:430px;display:flex;align-items:flex-start;padding-top:58px;padding-bottom:92px}
.pp211-hero-copy{width:min(510px,45vw)}
.pp211-overline{display:inline-flex;align-items:center;gap:9px;color:#c90025;font-size:.68rem;text-transform:uppercase;letter-spacing:.15em;font-weight:900;margin-bottom:10px}
.pp211-overline::before{content:"";width:24px;height:2px;background:#e3062f;border-radius:99px}
.pp211-hero-copy h1{margin:0;color:#101828;font-size:clamp(3.5rem,5.3vw,5.5rem);line-height:.93;letter-spacing:-.065em}
.pp211-hero-copy h2{margin:11px 0 14px;color:#df052e;font-size:clamp(1.25rem,1.8vw,1.7rem);line-height:1.1;letter-spacing:-.025em}
.pp211-hero-copy p{margin:0;max-width:460px;color:#344054;font-size:1rem;line-height:1.6;text-shadow:0 1px 0 rgba(255,255,255,.75)}
.pp211-hero-actions{display:flex;align-items:center;gap:12px;margin-top:23px}
.pp211-hero-actions form{margin:0}
.pp211-primary-cta,.pp211-secondary-cta{min-height:48px;padding:12px 22px;border-radius:11px;font-size:.9rem;font-weight:850}
.pp211-secondary-cta{background:rgba(255,255,255,.94);backdrop-filter:blur(8px)}
.pp211-continue{display:inline-flex;align-items:center;gap:7px;margin-top:13px;padding:7px 11px;border:1px solid rgba(217,4,41,.2);border-radius:999px;background:rgba(255,255,255,.88);font-size:.74rem;font-weight:800;color:#9f1239}
.pp211-hero-stats-wrap{position:absolute;left:0;right:0;bottom:0;z-index:4;background:rgba(255,255,255,.97);border-top:1px solid rgba(255,255,255,.75);box-shadow:0 -7px 24px rgba(16,24,40,.045)}
.pp211-hero-stats-wrap::before{content:"";position:absolute;left:-3%;right:-3%;top:-18px;height:35px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0;opacity:.97}
.pp211-hero-stats{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;min-height:76px;align-items:center}
.pp211-hero-stats>div{display:grid;grid-template-columns:34px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:10px 24px;border-right:1px solid #eaecf0}
.pp211-hero-stats>div:last-child{border-right:0}
.pp211-hero-stats svg{grid-row:1/3;width:27px;height:27px;color:#e3062f}
.pp211-hero-stats strong{font-size:1.02rem;line-height:1;color:#101828}
.pp211-hero-stats small{font-size:.68rem;color:#667085;line-height:1.15}

/* Main dashboard */
.pp211-dashboard{padding:30px 0 78px;background:linear-gradient(180deg,#fff 0,#f7f8fa 34%,#f7f8fa 100%)}
.pp211-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1.2fr) minmax(260px,.62fr);gap:14px;align-items:stretch}
.pp211-panel{min-width:0;background:#fff;border:1px solid #e4e7ec;border-radius:20px;box-shadow:0 10px 32px rgba(16,24,40,.065);padding:18px}
.pp211-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}
.pp211-panel-head h2{font-size:1.08rem;letter-spacing:-.025em;margin:0;color:#101828}
.pp211-panel-head p{font-size:.72rem;color:#667085;margin:2px 0 0;line-height:1.35}
.pp211-panel-head>a{font-size:.69rem;font-weight:800;white-space:nowrap;color:#d90429}
.pp211-today-badge{padding:5px 8px;border-radius:999px;background:#fff1f3;color:#c90025;font-size:.64rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}

/* Map card */
.pp211-map-panel{display:flex;flex-direction:column}
.pp211-map-stage{min-height:260px;display:grid;place-items:center;padding:0 8px;background:linear-gradient(180deg,#fff 0,#fff8f9 100%);border-radius:14px;overflow:hidden}
.pp211-map-stage svg{width:100%;max-width:410px;max-height:275px}
.pp211-map-svg path{fill:#f7b2bd;stroke:#fff;stroke-width:2.4;transition:fill .18s ease,filter .18s ease}
.pp211-map-svg path:nth-of-type(3n){fill:#f29aaa}
.pp211-map-svg path:nth-of-type(4n){fill:#ed7d91}
.pp211-map-svg path[data-region="mazowieckie"]{fill:#d90429!important;filter:drop-shadow(0 7px 10px rgba(217,4,41,.25))}
.pp211-map-svg path:hover,.pp211-map-svg path:focus{fill:#c90025!important;outline:none;filter:drop-shadow(0 7px 10px rgba(217,4,41,.28))}
.pp211-map-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:11px}
.pp211-map-bottom p{margin:0;color:#667085;font-size:.68rem;line-height:1.3}
.pp211-small-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border:1px solid #f7a4b3;border-radius:9px;padding:7px 10px;color:#c90025;font-size:.65rem;font-weight:850;background:#fff}

/* Mode cards */
.pp211-modes-panel{display:flex;flex-direction:column}
.pp211-mode-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;flex:1}
.pp211-mode-tile{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e4e7ec;border-radius:14px;background:#fff;color:#101828!important;min-width:0;transition:transform .18s ease,box-shadow .18s ease}
.pp211-mode-tile:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(16,24,40,.12)}
.pp211-mode-tile>img{width:100%;height:142px;object-fit:cover}
.pp211-mode-badge{position:absolute;left:9px;top:9px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#e3062f;color:#fff;box-shadow:0 6px 18px rgba(217,4,41,.25)}
.pp211-mode-badge svg{width:19px;height:19px}
.pp211-mode-tile>div{display:flex;flex-direction:column;gap:2px;padding:10px 10px 9px;min-height:104px}
.pp211-mode-tile strong{font-size:.82rem;color:#101828;line-height:1.2}
.pp211-mode-tile small{font-size:.65rem;color:#667085;line-height:1.35;flex:1}
.pp211-mode-tile em{font-style:normal;font-size:.62rem;font-weight:800;color:#d90429;margin-top:5px}

/* Daily challenge */
.pp211-daily-panel{display:flex;flex-direction:column}
.pp211-daily-image{display:block;overflow:hidden;border-radius:13px;aspect-ratio:1.45/1;background:#f2f4f7}
.pp211-daily-image img{width:100%;height:100%;object-fit:cover}
.pp211-daily-copy{padding-top:10px}
.pp211-daily-copy strong{font-size:.82rem;line-height:1.25;color:#101828}
.pp211-daily-copy p{font-size:.65rem;line-height:1.4;color:#667085;margin:5px 0 0}
.pp211-daily-info{display:flex;justify-content:space-between;gap:10px;padding:10px 0;font-size:.64rem;color:#667085;margin-top:auto}
.pp211-daily-info b{color:#d90429}
.pp211-daily-button{width:100%;min-height:42px;border-radius:10px;padding:9px 11px;font-size:.75rem}

/* Progress band */
.pp211-progress-panel{display:grid;grid-template-columns:minmax(240px,1.1fr) minmax(150px,.8fr) repeat(3,minmax(120px,.55fr)) minmax(250px,1fr);gap:0;align-items:center;margin-top:14px;padding:14px 18px;background:#fff;border:1px solid #e4e7ec;border-radius:18px;box-shadow:0 10px 30px rgba(16,24,40,.055)}
.pp211-progress-panel>div{min-width:0;padding:0 16px;border-right:1px solid #eaecf0}
.pp211-progress-panel>div:first-child{padding-left:0}.pp211-progress-panel>div:last-child{border-right:0;padding-right:0}
.pp211-progress-user{display:flex;align-items:center;gap:11px}
.pp211-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#fee2e7,#f8a3b3);color:#9f1239;font-weight:900;border:2px solid #fff;box-shadow:0 4px 12px rgba(16,24,40,.12)}
.pp211-progress-user>div{display:flex;flex-direction:column;min-width:0}
.pp211-progress-user small,.pp211-badges small{font-size:.62rem;color:#667085}
.pp211-progress-user strong{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pp211-progress-user span:not(.pp211-avatar){font-size:.64rem;color:#667085}
.pp211-progress-meter>span{display:block;height:7px;border-radius:99px;background:#eaecf0;overflow:hidden}.pp211-progress-meter i{display:block;height:100%;background:#e3062f;border-radius:inherit}.pp211-progress-meter small{display:block;margin-top:5px;font-size:.63rem;color:#667085}
.pp211-progress-stat{display:flex;align-items:center;gap:9px}
.pp211-progress-stat>span{display:grid;place-items:center;width:30px;height:30px;color:#e3062f}.pp211-progress-stat svg{width:24px;height:24px}.pp211-star{font-size:1.7rem;color:#ffb000!important}
.pp211-progress-stat small{display:block;font-size:.58rem;color:#667085;line-height:1.2}.pp211-progress-stat strong{font-size:.88rem;color:#101828}
.pp211-badges>div:first-child{display:flex;justify-content:space-between;gap:10px;align-items:center}.pp211-badges a{font-size:.57rem;font-weight:800;color:#d90429;white-space:nowrap}.pp211-badge-row{display:flex;gap:7px;margin-top:7px}.pp211-badge-row>span{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,#fff8e7,#f4c863);border:1px solid #dba52a;box-shadow:0 4px 10px rgba(139,94,0,.12)}.pp211-badge-row b{font-size:1.1rem}.pp211-badge-row .is-empty{background:#f9fafb;border-color:#e4e7ec;color:#98a2b3}

/* Recommended places */
.pp211-recommended{padding-top:26px}
.pp211-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}.pp211-section-title h2{margin:0;font-size:1.12rem;letter-spacing:-.025em}.pp211-section-title p{margin:2px 0 0;color:#667085;font-size:.7rem}.pp211-section-title>a{font-size:.68rem;font-weight:850;color:#d90429}
.pp211-place-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.pp211-place-card{min-width:0;background:#fff;border:1px solid #e4e7ec;border-radius:14px;overflow:hidden;box-shadow:0 7px 20px rgba(16,24,40,.05)}
.pp211-place-card>a{display:block;position:relative;color:#101828!important}.pp211-place-card img{width:100%;height:118px;object-fit:cover}.pp211-place-card div{padding:9px 10px 10px}.pp211-place-card strong{display:block;font-size:.72rem;line-height:1.25}.pp211-place-card small{display:block;margin-top:3px;font-size:.61rem;color:#667085}.pp211-place-card>a>span{position:absolute;right:8px;bottom:9px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#d90429;border:1px solid #e4e7ec;font-size:1rem}

/* About page introduced by the revised navigation */
.pp211-about-hero{padding:86px 0 60px;background:linear-gradient(145deg,#fff 0,#fff5f6 100%)}
.pp211-about-hero h1{font-size:clamp(3rem,6vw,5.6rem);line-height:.95;letter-spacing:-.06em;margin:0 0 18px}.pp211-about-hero p{max-width:760px;font-size:1.05rem;color:#475467}.pp211-about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.pp211-about-grid article{padding:24px;background:#fff;border:1px solid #e4e7ec;border-radius:18px;box-shadow:var(--shadow-soft)}.pp211-about-grid h2{font-size:1.05rem}.pp211-about-grid p{font-size:.82rem}

@media(max-width:1300px){
  .pp211-home .pp-brand{min-width:205px}.pp211-home .pp-brand small{display:none}.pp211-home .pp-main-nav{font-size:.76rem}.pp211-home .pp-main-nav>a{padding:11px 7px}
  .pp211-dashboard-grid{grid-template-columns:1fr 1.12fr}.pp211-daily-panel{grid-column:1/-1;display:grid;grid-template-columns:180px 1fr 220px;grid-template-rows:auto auto;gap:12px;align-items:center}.pp211-daily-panel .pp211-panel-head{grid-column:1/-1}.pp211-daily-image{grid-row:2/4}.pp211-daily-copy{padding:0}.pp211-daily-info{padding:0}.pp211-daily-button{grid-column:3;grid-row:2/4}
  .pp211-progress-panel{grid-template-columns:1.1fr .8fr repeat(3,.55fr)}.pp211-badges{grid-column:1/-1;border-right:0!important;border-top:1px solid #eaecf0;margin-top:12px;padding:12px 0 0!important}.pp211-place-row{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1040px){
  .pp211-home .locale-switch,.pp211-home .contrast-toggle{display:inline-flex}.pp211-home .pp-brand{min-width:0}
  .pp211-hero{min-height:560px}.pp211-hero-inner{min-height:560px;padding-top:58px;align-items:flex-start}.pp211-hero-copy{width:min(570px,72vw)}.pp211-hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.99),rgba(255,255,255,.88) 58%,rgba(255,255,255,.2))}.pp211-flag-wave{width:260px;height:150px}.pp211-hero-stats{grid-template-columns:repeat(2,1fr)}.pp211-hero-stats>div:nth-child(2){border-right:0}.pp211-hero-stats>div:nth-child(-n+2){border-bottom:1px solid #eaecf0}
  .pp211-dashboard{padding-top:72px}.pp211-dashboard-grid{grid-template-columns:1fr}.pp211-daily-panel{grid-column:auto;display:flex}.pp211-daily-image{aspect-ratio:2.3/1}.pp211-daily-button{width:100%}.pp211-progress-panel{grid-template-columns:1fr 1fr 1fr}.pp211-progress-panel>div{border-right:0;border-bottom:1px solid #eaecf0;padding:13px}.pp211-progress-panel>div:nth-last-child(-n+3){border-bottom:0}.pp211-badges{grid-column:auto;margin-top:0;border-top:0!important;padding:13px!important}.pp211-place-row{grid-template-columns:repeat(2,1fr)}
  .pp211-about-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .pp211-home .container{width:min(calc(100% - 28px),1460px)}
  .pp211-home .pp-header .header-inner{min-height:70px}.pp211-home .pp-brand img{width:37px;height:44px}.pp211-home .pp-brand strong{font-size:1.02rem}.pp211-home .pp-main-nav>a{border-radius:10px}.pp211-home .pp-main-nav>a.active::after{display:none}
  .pp211-hero{min-height:620px}.pp211-hero-media img{object-position:66% center}.pp211-hero-shade{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 42%,rgba(255,255,255,.42) 72%,rgba(255,255,255,.16) 100%)}.pp211-flag-wave{width:190px;height:110px;right:-24px;top:-25px;opacity:.92}.pp211-hero-inner{min-height:620px;padding-top:45px;padding-bottom:174px}.pp211-hero-copy{width:100%;max-width:520px}.pp211-hero-copy h1{font-size:clamp(3.1rem,16vw,4.8rem)}.pp211-hero-copy h2{font-size:1.3rem}.pp211-hero-copy p{font-size:.94rem}.pp211-hero-actions{align-items:stretch;flex-direction:column}.pp211-hero-actions form,.pp211-hero-actions .button{width:100%}.pp211-hero-stats-wrap::before{display:none}.pp211-hero-stats-wrap{background:#fff}.pp211-hero-stats{min-height:150px}.pp211-hero-stats>div{padding:10px 12px}
  .pp211-dashboard{padding-top:26px}.pp211-panel{padding:15px;border-radius:17px}.pp211-map-stage{min-height:235px}.pp211-mode-cards{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:78%;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.pp211-mode-tile{scroll-snap-align:start}.pp211-mode-tile>img{height:145px}.pp211-daily-image{aspect-ratio:1.7/1}
  .pp211-progress-panel{grid-template-columns:1fr 1fr;padding:5px 12px}.pp211-progress-panel>div{padding:13px 8px}.pp211-progress-user,.pp211-progress-meter,.pp211-badges{grid-column:1/-1}.pp211-progress-panel>div:nth-last-child(-n+3){border-bottom:1px solid #eaecf0}.pp211-progress-panel>div:last-child{border-bottom:0}.pp211-place-row{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:76%;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.pp211-place-card{scroll-snap-align:start}.pp211-place-card img{height:150px}.pp211-section-title{align-items:flex-start;flex-direction:column}
}
@media(max-width:480px){
  .pp211-hero{min-height:650px}.pp211-hero-inner{min-height:650px}.pp211-hero-stats>div{grid-template-columns:27px auto;column-gap:7px}.pp211-hero-stats svg{width:22px;height:22px}.pp211-hero-stats strong{font-size:.9rem}.pp211-hero-stats small{font-size:.59rem}.pp211-map-bottom{align-items:flex-start;flex-direction:column}.pp211-progress-panel{grid-template-columns:1fr}.pp211-progress-user,.pp211-progress-meter,.pp211-badges{grid-column:auto}.pp211-progress-stat{min-height:56px}.pp211-place-row{grid-auto-columns:86%}
}

/* Final visual alignment with the accepted desktop reference */
@media(min-width:761px){
  .pp211-home .pp-brand{min-width:275px}
  .pp211-home .pp-brand strong{white-space:nowrap;font-size:1.28rem;line-height:1}
  .pp211-hero-copy{width:min(690px,49vw)}
  .pp211-hero-copy h1{font-size:clamp(4rem,4.7vw,4.7rem);white-space:nowrap}
}
.pp211-map-canvas{position:relative;width:100%;max-width:410px;aspect-ratio:960/897;margin:auto}
.pp211-map-canvas>svg{position:absolute;inset:0;width:100%;height:100%;max-height:none}
.pp211-map-labels{position:absolute;inset:0;pointer-events:none}
.pp211-map-labels span{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);max-width:70px;color:#fff;font-size:7.5px;line-height:1.05;text-align:center;font-weight:850;text-shadow:0 1px 2px rgba(122,0,22,.7);letter-spacing:-.01em}
.pp211-home .cookie-banner{left:auto;right:22px;bottom:22px;max-width:480px;padding:17px 18px;border-radius:18px}
.pp211-home .cookie-banner>div:first-child{max-width:285px}.pp211-home .cookie-banner p{font-size:.74rem;line-height:1.35;margin:4px 0}.pp211-home .cookie-banner strong{font-size:.84rem}.pp211-home .cookie-banner a{font-size:.7rem}
@media(max-width:760px){
  .pp211-home .pp-brand strong{white-space:nowrap}
  .pp211-map-labels span{font-size:6.7px;max-width:60px}
  .pp211-home .cookie-banner{left:10px;right:10px;bottom:88px;max-width:none}
}
