*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafaf7;color:#1a1a1a;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}a{color:#1d9e75;text-decoration:none}a:hover{text-decoration:underline}.layout{max-width:800px;margin:0 auto;min-height:100vh;background:#fff;display:flex;flex-direction:column}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:.5px solid rgba(0,0,0,.08)}.nav-logo{font-size:20px;font-weight:500;letter-spacing:-.5px;color:#1a1a1a}.nav-logo span{color:#1d9e75}.nav-links{display:flex;gap:1rem;font-size:13px}.nav-links a{color:#666}.nav-links a:hover{color:#1d9e75;text-decoration:none}.layout-content{flex:1 1;padding:1.5rem 1.25rem}.footer{padding:2rem 1.25rem 1.5rem;border-top:.5px solid rgba(0,0,0,.08);margin-top:2rem;font-size:12px;color:#666}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:1.5rem}.footer-col h4{font-size:12px;font-weight:500;color:#1a1a1a;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.4rem}.footer-col a{color:#666}.footer-bottom{text-align:center;padding-top:1rem;border-top:.5px solid rgba(0,0,0,.08);font-size:11px;color:#999}@media (max-width:600px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}}.content-page{max-width:700px;margin:0 auto}.content-page .cp-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:.5px solid rgba(0,0,0,.08)}.content-page .cp-title{font-size:28px;font-weight:500;line-height:1.2;letter-spacing:-.5px;margin-bottom:.5rem;color:#1a1a1a}.content-page .cp-subtitle{font-size:15px;color:#666;line-height:1.5}.content-page .cp-meta{font-size:12px;color:#999;margin-top:.75rem}.content-page h2{font-size:20px;font-weight:500;margin:2rem 0 .75rem;color:#1a1a1a;letter-spacing:-.3px}.content-page h3{font-size:16px;font-weight:500;margin:1.5rem 0 .5rem;color:#1a1a1a}.content-page p{font-size:15px;line-height:1.7;color:#333;margin-bottom:1rem}.content-page ol,.content-page ul{padding-left:1.5rem;margin-bottom:1rem}.content-page li{font-size:15px;line-height:1.7;color:#333;margin-bottom:.4rem}.content-page strong{font-weight:500;color:#1a1a1a}.content-page blockquote{border-left:3px solid #1d9e75;padding:.5rem 1rem;margin:1.25rem 0;background:#f4f2ec;font-size:14px;color:#555;border-radius:0 8px 8px 0}.content-page table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:14px}.content-page td,.content-page th{padding:.5rem .75rem;text-align:left;border-bottom:.5px solid rgba(0,0,0,.08)}.content-page th{background:#f4f2ec;font-weight:500}.content-page .source-box{background:#f4f2ec;border-radius:8px;padding:1rem;margin:1.25rem 0;font-size:13px}.content-page .source-box h4{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#666;margin-bottom:.5rem}.content-page .source-box ul{padding-left:1.25rem;margin:0}.content-page .source-box li{font-size:13px;margin-bottom:.25rem;color:#555}.content-page .cta-box{background:linear-gradient(135deg,#e1f5ee,#f4f2ec);border-radius:12px;padding:1.5rem;margin:1.5rem 0;text-align:center}.content-page .cta-box h3{margin-top:0;color:#0f6e56}.content-page .cta-box a{display:inline-block;background:#1d9e75;color:#fff;padding:10px 20px;border-radius:8px;font-weight:500;margin-top:.5rem}.content-page .cta-box a:hover{background:#0f6e56;text-decoration:none}.app{max-width:720px;margin:0 auto;min-height:100vh;background:#fff}.app-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:.5px solid rgba(0,0,0,.08)}.app-nav-logo{font-size:20px;font-weight:500;letter-spacing:-.5px;color:#1a1a1a;cursor:pointer}.app-nav-logo span{color:#1d9e75}.app-nav-logo:hover{text-decoration:none}.app-nav-links{display:flex;gap:1rem;font-size:13px}.app-nav-links a{color:#666}.app-nav-links a:hover{color:#1d9e75;text-decoration:none}.app-footer{padding:1.25rem;border-top:.5px solid rgba(0,0,0,.08);text-align:center;font-size:11px;color:#999}.app-footer a{color:#666}.app-footer a:hover{color:#1d9e75}.hero{padding:2rem 1.25rem 1rem;text-align:center}.hero-tag{display:inline-block;font-size:11px;color:#0f6e56;background:#e1f5ee;padding:4px 10px;border-radius:20px;margin-bottom:1rem;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.hero-title{font-size:28px;font-weight:600;line-height:1.15;letter-spacing:-1px;margin-bottom:.75rem}.hero-title em{font-style:normal;color:#1d9e75}.hero-sub{font-size:14px;color:#666;line-height:1.5;max-width:480px;margin:0 auto}.challenger-promo{background:linear-gradient(135deg,#1d9e75,#0f6e56);color:#fff;border-radius:14px;padding:1.25rem;margin:1rem 1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 16px rgba(29,158,117,.25)}.challenger-promo:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(29,158,117,.35)}.challenger-promo-content{flex:1 1;min-width:0}.challenger-promo-tag{font-size:11px;font-weight:600;letter-spacing:1px;opacity:.9;margin-bottom:4px}.challenger-promo-title{font-size:15px;font-weight:600;margin-bottom:4px}.challenger-promo-sub{font-size:12px;opacity:.85}.challenger-promo-arrow{font-size:24px;flex-shrink:0}.selector-card{background:#f4f2ec;border-radius:12px;padding:1.25rem;margin:0 1.25rem 1.5rem}.selector-mode-label{font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500;margin-bottom:.75rem;text-align:center}.selector-row{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:10px;gap:10px;align-items:end}.selector-block{display:flex;flex-direction:column;gap:6px;min-width:0}.selector-label{font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.country-pick{background:#fff;border:.5px solid rgba(0,0,0,.15);border-radius:8px;padding:12px;font-size:14px;display:flex;align-items:center;gap:8px;font-weight:500;transition:all .15s;width:100%;min-width:0;overflow:hidden}.country-pick:hover{border-color:#1d9e75}.pflag{font-size:22px;flex-shrink:0}.pname{flex:1 1;text-align:left;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pchev{color:#999;font-size:11px;flex-shrink:0}.vs-badge{font-size:13px;font-weight:500;color:#999;padding-bottom:14px;letter-spacing:1px}.selector-actions{display:flex;gap:8px;margin-top:14px}.btn-primary{flex:2 1;padding:12px;border-radius:8px;border:none;background:#1d9e75;color:#fff;font-size:14px;font-weight:500;transition:background .15s}.btn-primary:hover{background:#0f6e56}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{flex:1 1;padding:12px;border-radius:8px;border:.5px solid rgba(0,0,0,.15);background:#fff;font-size:13px}.stats-bar{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;padding:0 1.25rem 1.5rem}.stat-bar-cell{text-align:center}.stat-bar-num{font-size:22px;font-weight:500;letter-spacing:-.3px}.stat-bar-num em{color:#1d9e75;font-style:normal}.stat-bar-label{font-size:11px;color:#666;margin-top:2px;text-transform:uppercase;letter-spacing:.4px}.section{padding:1.5rem 1.25rem;border-top:.5px solid rgba(0,0,0,.08)}.section-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.section-title{font-size:16px;font-weight:500}.popular-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.popular-card{background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:10px;padding:12px;cursor:pointer;transition:all .15s;text-align:left}.popular-card:hover{border-color:#1d9e75;background:#f4f2ec;transform:translateY(-1px)}.popular-flags{display:flex;align-items:center;gap:6px;font-size:22px;margin-bottom:4px}.popular-vs{font-size:11px;color:#999;font-weight:500}.popular-name{font-size:13px;font-weight:500;color:#1a1a1a}@media (max-width:480px){.popular-grid{grid-template-columns:1fr}}.cats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.cat-card{background:#f4f2ec;border-radius:10px;padding:12px;text-align:center}.cat-icon{font-size:24px;display:block;margin-bottom:4px}.cat-name{font-size:13px;font-weight:500;color:#1a1a1a}.cat-count{font-size:11px;color:#666;margin-top:2px}@media (max-width:480px){.cats-grid{grid-template-columns:repeat(2,1fr)}}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.how-step{text-align:center;padding:.5rem}.how-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#1d9e75;color:#fff;margin-bottom:.5rem}.how-num,.how-title{font-size:13px;font-weight:500}.how-title{margin-bottom:.25rem}.how-desc{font-size:12px;color:#666;line-height:1.5}@media (max-width:480px){.how-grid{grid-template-columns:1fr;gap:1.25rem}}.game-wrap{padding:1rem 1.25rem 2rem}.match-title{text-align:center;font-size:16px;font-weight:500;margin-bottom:1rem}.progress-wrap{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem}.progress-label{font-size:12px;color:#666;white-space:nowrap;min-width:52px}.progress-track{flex:1 1;height:4px;background:#f4f2ec;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#1d9e75;border-radius:2px;transition:width .4s ease}.score-dots{display:flex;gap:4px}.dot{width:10px;height:10px;border-radius:50%;background:#f4f2ec;border:.5px solid rgba(0,0,0,.15);transition:all .3s}.dot.correct{background:#1d9e75;border-color:#1d9e75;transform:scale(1.1)}.dot.wrong{background:#e24b4a;border-color:#e24b4a;transform:scale(1.1)}.vs-hero{position:relative;display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2rem 1rem;border-radius:18px;margin-bottom:1rem;transition:background .4s ease;box-shadow:0 2px 8px rgba(0,0,0,.04);overflow:hidden}.vs-hero-bg{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.55;pointer-events:none;z-index:1}.vs-hero-flag,.vs-hero-vs{position:relative;z-index:2}.vs-hero-flag{font-size:72px;line-height:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.vs-hero-vs{font-size:20px;font-weight:700;color:rgba(0,0,0,.55);letter-spacing:3px;text-shadow:0 1px 2px hsla(0,0%,100%,.5)}@media (max-width:380px){.vs-hero-flag{font-size:56px}.vs-hero{gap:1rem;padding:1.5rem .75rem}}.question-label{font-size:19px;font-weight:500;text-align:center;padding:.5rem .5rem 1.25rem;line-height:1.4}.pick-btns{display:flex;flex-direction:column;gap:8px;margin-bottom:.75rem}.pick-btn{width:100%;padding:14px 16px;border-radius:10px;border:.5px solid rgba(0,0,0,.15);background:#fff;font-size:15px;font-weight:500;display:flex;align-items:center;gap:12px;transition:all .15s;min-width:0}.pick-btn:hover:not(:disabled){border-color:#1d9e75;background:#f4f2ec;transform:translateY(-1px)}.pick-btn:disabled{cursor:default}.pick-btn .flag{font-size:28px;flex-shrink:0}.pick-btn .pname{flex:1 1;text-align:left;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pick-btn .val{font-size:13px;color:#666;font-weight:400;flex-shrink:0}.pick-btn.selected-correct{border-color:#1d9e75;border-width:2px;background:#e1f5ee}.pick-btn.selected-wrong{border-color:#e24b4a;border-width:2px;background:#fcebeb}.pick-btn.is-winner{border-color:#1d9e75;border-width:2px}.bars-card{background:#f4f2ec;border-radius:12px;padding:1rem;margin-bottom:.75rem;margin-top:.5rem}.bar-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.bar-row:last-child{margin-bottom:0}.bar-flag{font-size:16px;width:22px;flex-shrink:0}.bar-name{font-size:12px;color:#666;width:90px;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-track{flex:1 1;height:10px;background:#fff;border-radius:5px;overflow:hidden}.bar-fill{height:100%;border-radius:5px;width:0;transition:width .7s cubic-bezier(.4,0,.2,1)}.bar-a{background:#1d9e75}.bar-b{background:#378add}.bar-val{font-size:12px;color:#666;min-width:80px;text-align:right}.feedback{text-align:center;padding:10px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:.5rem}.fb-correct{background:#e1f5ee;color:#0f6e56}.fb-wrong{background:#fcebeb;color:#a32d2d}.viral{font-size:13px;color:#666;text-align:center;line-height:1.5;padding:0 .5rem}.scoreboard,.viral{margin-bottom:.75rem}.scoreboard{display:flex;gap:8px}.score-box{flex:1 1;background:#f4f2ec;border-radius:8px;padding:8px;text-align:center;min-width:0}.score-box-label{font-size:11px;color:#666;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.score-box-num{font-size:20px;font-weight:500}.score-box-num.green{color:#1d9e75}.score-box-num.blue{color:#378add}.score-box-num.gray{color:#999}.ad-slot{border-radius:8px;border:.5px dashed rgba(0,0,0,.2);background:#f4f2ec;min-height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:.75rem;gap:4px;padding:1rem}.ad-label{font-size:10px;color:#999;text-transform:uppercase;letter-spacing:.5px}.btn-next{display:block;width:100%;padding:13px;border-radius:10px;border:none;background:#1d9e75;color:#fff;font-size:14px;font-weight:500;transition:all .15s;margin-bottom:8px}.btn-next:hover{background:#0f6e56;transform:translateY(-1px)}.summary-card{background:#f4f2ec;border-radius:12px;padding:1.25rem;margin-bottom:.75rem}.summary-head{font-size:14px;font-weight:500;text-align:center;margin-bottom:.75rem}.big-score{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:8px;gap:8px;align-items:center;margin-bottom:.75rem}.big-cell{text-align:center;padding:.75rem;background:#fff;border-radius:8px;border:.5px solid rgba(0,0,0,.08)}.big-cell.winner{border-color:#1d9e75;border-width:2px}.big-flag{font-size:28px;display:block;margin-bottom:4px}.big-name{font-size:12px;color:#666;margin-bottom:4px}.big-pts{font-size:26px;font-weight:500}.vs-divider{font-size:11px;color:#666;text-align:center}.user-result{text-align:center;padding:12px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:.75rem}.ur-good{background:#e1f5ee;color:#0f6e56}.ur-ok{background:#faeeda;color:#854f0b}.ur-bad{background:#fcebeb;color:#a32d2d}.recap{display:flex;flex-direction:column;gap:6px}.recap-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding:5px 0;border-bottom:.5px solid rgba(0,0,0,.08)}.recap-row:last-child{border-bottom:none}.recap-cat{color:#666}.recap-right{display:flex;align-items:center;gap:6px}.recap-win{font-weight:500}.dot-s{width:8px;height:8px;border-radius:50%;flex-shrink:0}.picker-back{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.picker{background:#fff;border-radius:12px;padding:1.25rem;width:100%;max-width:380px;max-height:80vh;display:flex;flex-direction:column}.picker-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.picker-title{font-size:15px;font-weight:500}.picker-close{background:none;border:none;font-size:20px;color:#666}.picker-search{width:100%;padding:8px 12px;border-radius:8px;border:.5px solid rgba(0,0,0,.15);font-size:13px;margin-bottom:.75rem;font-family:inherit}.picker-list{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.picker-item{padding:8px 10px;border-radius:8px;display:flex;align-items:center;gap:10px;font-size:13px;background:none;border:none;text-align:left;width:100%;cursor:pointer}.picker-item:hover{background:#f4f2ec}.picker-item .iflag{font-size:18px}.challenger-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem;background:linear-gradient(135deg,#1d9e75,#0f6e56);border-radius:12px;color:#fff;margin-bottom:1rem}.challenger-streak{text-align:center}.challenger-streak-num{font-size:28px;font-weight:700;line-height:1}.challenger-streak-label{font-size:10px;text-transform:uppercase;letter-spacing:.5px;opacity:.85;margin-top:4px}.challenger-msg{font-size:13px;font-weight:600;background:hsla(0,0%,100%,.2);padding:6px 12px;border-radius:20px;white-space:nowrap;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.challenger-end{background:linear-gradient(135deg,#f4f2ec,#e1f5ee);border-radius:16px;padding:2rem 1.5rem;text-align:center;margin-bottom:1rem}.challenger-end-icon{font-size:64px;line-height:1;margin-bottom:.5rem}.challenger-end-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.challenger-end-streak{font-size:64px;font-weight:700;color:#1d9e75;line-height:1;letter-spacing:-2px}.challenger-end-label{font-size:13px;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.challenger-end-best{font-size:13px;color:#999;margin-top:1rem}.challenger-end-msg{display:inline-block;background:#fff;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;color:#0f6e56;margin-top:1rem}.blog-header{padding:1rem 0 2rem;border-bottom:.5px solid rgba(0,0,0,.08);margin-bottom:2rem}.blog-title{font-size:28px;font-weight:500;line-height:1.2;letter-spacing:-.5px;margin-bottom:.5rem;color:#1a1a1a}.blog-subtitle{font-size:15px;color:#666;line-height:1.5}.post-list{display:flex;flex-direction:column;gap:1.5rem}.post-card{padding:1.25rem;border:.5px solid rgba(0,0,0,.08);border-radius:12px;transition:all .15s;cursor:pointer}.post-card:hover{border-color:#1d9e75;background:#f4f2ec}.post-meta{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.post-title{font-size:18px;font-weight:500;line-height:1.3;margin-bottom:.5rem;color:#1a1a1a}.post-excerpt{font-size:14px;color:#555;line-height:1.6}.post-link{color:inherit;display:block}.post-link,.post-link:hover{text-decoration:none}.home-hero{text-align:center;padding:2rem 1rem 1.5rem}.home-hero-title{font-size:48px;font-weight:600;line-height:1;letter-spacing:-1.5px;color:#1a1a1a;margin-bottom:1rem}.home-hero-highlight{background:linear-gradient(135deg,#1d9e75,#0f6e56);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home-hero-subtitle{font-size:16px;color:#666;max-width:400px;margin:0 auto}@media (max-width:600px){.home-hero-title{font-size:38px;letter-spacing:-1px}.home-hero-subtitle{font-size:15px}}.modes-selector{display:flex;flex-direction:column;gap:1rem;max-width:720px;margin:1.5rem auto 2rem;padding:0 1rem}.mode-card{position:relative;display:block;padding:1.75rem 1.5rem;border-radius:16px;transition:all .2s ease;border:1.5px solid transparent;overflow:hidden}.mode-card,.mode-card:hover{text-decoration:none!important}.mode-card:hover{transform:translateY(-2px)}.mode-card-featured{background:linear-gradient(135deg,#0f6e56,#1d9e75);color:#fff;box-shadow:0 8px 24px rgba(15,110,86,.25)}.mode-card-featured:hover{box-shadow:0 12px 32px rgba(15,110,86,.35)}.mode-card-featured .mode-card-cta,.mode-card-featured .mode-card-description,.mode-card-featured .mode-card-title{color:#fff}.mode-card-featured .mode-card-description{color:hsla(0,0%,100%,.92)}.mode-card-badge{position:absolute;top:14px;right:14px;background:hsla(0,0%,100%,.2);color:#fff;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mode-card-challenger{background:#fff;border-color:rgba(0,0,0,.08);color:#1a1a1a}.mode-card-challenger:hover{border-color:#ff8c42;background:#fff8f2}.mode-card-classic{background:#fff;border-color:rgba(0,0,0,.08);color:#1a1a1a}.mode-card-classic:hover{border-color:#1d9e75;background:#f4f2ec}.mode-card-icon{font-size:36px;margin-bottom:.75rem;line-height:1}.mode-card-title{font-size:22px;font-weight:600;letter-spacing:-.5px;margin-bottom:.5rem;color:#1a1a1a}.mode-card-description{font-size:14px;line-height:1.5;color:#555;margin-bottom:1rem}.mode-card-stat{display:inline-block;background:hsla(0,0%,100%,.15);padding:6px 12px;border-radius:20px;font-size:13px;margin-bottom:.5rem;margin-right:.5rem}.mode-card-challenger .mode-card-stat,.mode-card-classic .mode-card-stat{background:#fff6e5;color:#b45309;border:1px solid #ffe4b5}.mode-card-stat-secondary{font-size:12px;opacity:.85;margin-bottom:.5rem}.mode-card-stat-success{background:hsla(0,0%,100%,.25)!important;font-weight:500}.mode-card-cta{display:inline-block;font-size:14px;font-weight:600;margin-top:.5rem;letter-spacing:.2px}.mode-card-challenger .mode-card-cta{color:#ff8c42}.mode-card-classic .mode-card-cta{color:#1d9e75}.home-stats{display:flex;justify-content:center;gap:2rem;padding:2rem 1rem;border-top:.5px solid rgba(0,0,0,.08);border-bottom:.5px solid rgba(0,0,0,.08);margin:2rem 0}.home-stats-item{text-align:center}.home-stats-number{font-size:32px;font-weight:600;color:#1d9e75;letter-spacing:-1px;line-height:1}.home-stats-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.home-about{max-width:600px;margin:0 auto 2rem;padding:0 1rem;text-align:center}.home-about-title{font-size:22px;font-weight:500;letter-spacing:-.3px;margin-bottom:1rem;color:#1a1a1a}.home-about-text{font-size:14px;line-height:1.7;color:#555;margin-bottom:1.25rem}.home-about-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.home-about-link{font-size:13px;color:#1d9e75;padding:6px 14px;border-radius:20px;background:#f4f2ec;transition:all .15s}.home-about-link:hover{background:#e1f5ee;text-decoration:none}.pdd-container{max-width:640px;margin:0 auto;padding:1rem 1rem 3rem}.pdd-loading{text-align:center;padding:3rem 1rem;color:#666}.pdd-header{text-align:center;padding:1.5rem 0 2rem}.pdd-day-badge{display:inline-block;background:linear-gradient(135deg,#1d9e75,#0f6e56);color:#fff;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:1rem}.pdd-title{font-size:36px;font-weight:600;letter-spacing:-1px;color:#1a1a1a;margin-bottom:.25rem}.pdd-date{font-size:13px;color:#999;text-transform:capitalize;margin-bottom:1rem}.pdd-subtitle{font-size:15px;color:#666;max-width:400px;margin:0 auto;line-height:1.5}.pdd-hints{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.pdd-hint-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:12px;transition:all .3s ease}.pdd-hint-revealed{background:linear-gradient(90deg,#f4f2ec,#fff);border:1px solid rgba(29,158,117,.15);animation:hintReveal .4s ease}@keyframes hintReveal{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.pdd-hint-locked{background:#fafaf7;border:1px dashed rgba(0,0,0,.1);opacity:.55}.pdd-hint-icon{font-size:28px;width:40px;flex-shrink:0;text-align:center}.pdd-hint-content{flex:1 1;min-width:0}.pdd-hint-label{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#999;font-weight:600;margin-bottom:.15rem}.pdd-hint-value{font-size:15px;font-weight:500;color:#1a1a1a;line-height:1.3}.pdd-search-wrapper{margin:1.5rem 0}.pdd-search-box{position:relative}.pdd-search-input{width:100%;padding:14px 18px;border:2px solid rgba(0,0,0,.1);border-radius:12px;font-size:16px;background:#fff;transition:border-color .15s;font-family:inherit}.pdd-search-input:focus{outline:none;border-color:#1d9e75}.pdd-search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);max-height:300px;overflow-y:auto;z-index:10}.pdd-search-result{display:flex;align-items:center;gap:.75rem;width:100%;padding:12px 16px;background:transparent;text-align:left;font-size:15px;border:none;border-bottom:.5px solid rgba(0,0,0,.06);transition:background .1s}.pdd-search-result:last-child{border-bottom:none}.pdd-search-result:hover:not(.pdd-search-result-disabled){background:#f4f2ec}.pdd-search-result-disabled{opacity:.4;cursor:not-allowed}.pdd-flag{font-size:22px}.pdd-country-name{flex:1 1;color:#1a1a1a}.pdd-already-tried{font-size:11px;color:#999;font-style:italic}.pdd-attempts-counter{text-align:center;font-size:13px;color:#999;margin-top:.75rem}.pdd-attempts{margin-top:1.5rem;padding-top:1.5rem;border-top:.5px solid rgba(0,0,0,.08)}.pdd-attempts-title{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#999;font-weight:600;margin-bottom:.75rem}.pdd-attempt{display:flex;align-items:center;gap:.75rem;padding:10px 14px;border-radius:10px;margin-bottom:.5rem;font-size:14px;border:1px solid transparent}.pdd-attempt-very_close{background:#fff6e5;border-color:#ffe4b5}.pdd-attempt-close{background:#fef3c7;border-color:#fde68a}.pdd-attempt-far{background:#fafaf7;border-color:rgba(0,0,0,.05)}.pdd-attempt-flag{font-size:20px}.pdd-attempt-name{flex:1 1;font-weight:500;color:#1a1a1a}.pdd-attempt-feedback{font-size:12px;color:#555;white-space:nowrap}@media (max-width:480px){.pdd-attempt-feedback{font-size:11px}}.pdd-result{text-align:center;padding:2rem 1.25rem;border-radius:16px;margin-top:1rem}.pdd-result-won{background:linear-gradient(135deg,#e1f5ee,#f4f2ec);border:1px solid rgba(29,158,117,.2)}.pdd-result-lost{background:linear-gradient(135deg,#fff6e5,#fafaf7);border:1px solid rgba(255,140,66,.2)}.pdd-result-emoji{font-size:56px;line-height:1;margin-bottom:1rem;animation:bounceIn .6s cubic-bezier(.68,-.55,.27,1.55)}@keyframes bounceIn{0%{transform:scale(0)}60%{transform:scale(1.1)}to{transform:scale(1)}}.pdd-result-title{font-size:28px;font-weight:600;letter-spacing:-.5px;color:#1a1a1a;margin-bottom:.5rem}.pdd-result-subtitle{font-size:14px;color:#666;margin-bottom:1rem}.pdd-result-flag{font-size:64px;line-height:1;margin:1rem 0}.pdd-result-country{font-size:26px;font-weight:600;letter-spacing:-.5px;color:#1a1a1a;margin-bottom:.75rem}.pdd-result-stats{font-size:15px;color:#555;margin-bottom:1.5rem}.pdd-result-stats strong{color:#1d9e75;font-weight:600}.pdd-fact-sheet{background:#fff;border-radius:12px;padding:1.25rem;margin:1.5rem 0;border:.5px solid rgba(0,0,0,.08);text-align:left}.pdd-fact-title{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:.85rem;text-align:center}.pdd-fact-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.pdd-fact-item{background:#fafaf7;padding:10px 12px;border-radius:8px}.pdd-fact-label{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#999;font-weight:600;margin-bottom:.25rem}.pdd-fact-value{font-size:13px;font-weight:500;color:#1a1a1a;word-break:break-word}@media (max-width:480px){.pdd-fact-grid{grid-template-columns:1fr}}.pdd-share-section{margin:1.5rem 0 1rem}.pdd-share-btn{background:#1a1a1a;color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:15px;font-weight:600;letter-spacing:.2px;transition:all .15s}.pdd-share-btn:hover{background:#1d9e75;transform:translateY(-1px)}.pdd-share-preview{margin-top:1rem;padding:1rem;background:#fafaf7;border-radius:10px;font-size:13px;font-family:ui-monospace,SF Mono,Menlo,monospace;color:#555;white-space:pre-wrap;text-align:left;border:.5px dashed rgba(0,0,0,.1)}.pdd-next-game{font-size:13px;color:#999;margin-top:1rem}