:root{--bg:#f4f7fb;--surface:#ffffff;--surface-muted:#eaf0fb;--ink:#111827;--ink-muted:#6b7280;--line:#d9e1ef;--accent:#2563eb;--accent-strong:#1d4ed8;--alert:#c8202f;--sport:#60a5fa;--shadow:0 18px 42px rgb(15 30 66/12%);--max:1200px;color-scheme:light}*{box-sizing:border-box}html{min-width:320px}body,html{background:var(--bg);color:var(--ink)}body{margin:0;font-family:Arial,Helvetica,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}img{max-width:100%}button,input{font:inherit}main{min-height:70vh}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:rgb(247 248 245/94%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.page-shell,.site-footer-inner,.site-header-inner{width:min(100% - 32px,var(--max));margin:0 auto}.site-header-inner{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:baseline;gap:4px;color:var(--ink);font-size:1.25rem;letter-spacing:0;text-transform:uppercase}.brand span{font-weight:800}.brand strong{color:var(--accent);font-weight:900}.desktop-nav,.site-footer nav{display:flex;align-items:center;gap:18px;color:var(--ink-muted);font-size:.95rem;font-weight:700}.article-card a:hover,.desktop-nav a:hover,.hero-story a:hover,.site-footer nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:8px}.header-actions a,.mobile-menu-button{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink)}.mobile-menu-button{display:none;cursor:pointer}.mobile-nav{display:none}.page-shell{padding:28px 0 56px}.page-stack{display:grid;grid-gap:28px;gap:28px}.hero-story{display:grid;min-height:520px;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.article-card-image,.article-image,.hero-story-media{position:relative;overflow:hidden;background:var(--surface-muted)}.article-card-image img,.article-image img,.hero-story-media img{object-fit:cover}.hero-story-content{display:flex;flex-direction:column;justify-content:flex-end;gap:18px;padding:32px}.article-card-footer,.article-card-meta,.article-kicker,.article-meta,.hero-kicker,.hero-story-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--ink-muted);font-size:.86rem;font-weight:700}.article-card-meta a,.article-kicker a,.hero-kicker a{color:var(--accent);text-transform:uppercase}.hero-story h1{margin:0;font-size:clamp(2rem,4vw,4.25rem);line-height:1;letter-spacing:0}.article-hero p,.hero-story p,.page-header p{margin:0;color:var(--ink-muted);font-size:1.1rem;line-height:1.65}.badge{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:2px 9px;font-size:.75rem;font-weight:900;text-transform:uppercase}.badge-neutral{background:var(--surface-muted);color:var(--ink)}.badge-alert{background:var(--alert);color:white}.badge-accent{background:var(--accent);color:white}.ad-slot{display:grid;place-items:center;align-content:center;width:100%;grid-gap:4px;gap:4px;border:1px dashed #aeb8b1;border-radius:8px;margin:24px 0;background:#eef4f0;color:var(--ink-muted);text-align:center}.ad-slot:not(.ad-slot-debug){border-style:solid;background:transparent}.ad-slot span{font-weight:800}.section-block,.split-section{margin-top:32px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.article-hero h1,.page-header h1,.section-heading h2{margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1.05;letter-spacing:0}.section-heading.compact h2{font-size:1.7rem}.section-heading a{color:var(--accent);font-weight:800}.eyebrow{margin:0 0 6px;color:var(--accent);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.article-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.article-card-image{display:block;aspect-ratio:16/10}.article-card-body{display:grid;flex:1 1;grid-gap:12px;gap:12px;padding:18px}.article-card h3{margin:0;color:var(--ink);font-size:1.18rem;line-height:1.18;letter-spacing:0}.article-card p{margin:0;color:var(--ink-muted);line-height:1.55}.article-card-footer{margin-top:auto;font-size:.8rem}.split-section{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:28px;gap:28px}.rail-panel{display:grid;align-content:start;grid-gap:18px;gap:18px}.search-form{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;padding:18px;background:var(--surface)}.search-form label,.stacked-form label{color:var(--ink);font-weight:800}.search-control{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;padding:8px 8px 8px 12px;background:white}.search-control input,.stacked-form input{min-width:0;border:0;outline:0}.search-control button,.stacked-form button{min-height:40px;border:0;border-radius:6px;padding:0 14px;background:var(--accent);color:white;cursor:pointer;font-weight:900}.stacked-form button:disabled{cursor:wait;opacity:.7}.stacked-form .form-secondary-action{border:1px solid var(--line);background:transparent;color:var(--ink)}.form-feedback{margin:0;border-left:3px solid var(--alert);padding-left:10px;color:var(--ink-muted);line-height:1.45}.article-hero,.page-header{display:grid;max-width:850px;grid-gap:12px;gap:12px;padding-top:18px}.article-page{padding-bottom:56px}.article-hero{width:min(100% - 32px,920px);margin:0 auto;padding:36px 0 24px}.article-image{width:min(100% - 32px,var(--max));height:min(58vw,620px);min-height:320px;margin:0 auto;border-radius:8px}.article-layout{display:grid;width:min(100% - 32px,1080px);grid-template-columns:minmax(0,720px) 260px;grid-gap:48px;gap:48px;margin:36px auto 0}.article-body{display:grid;grid-gap:20px;gap:20px}.article-body p{margin:0;color:#26302d;font-size:1.12rem;line-height:1.8}.article-sidebar{position:-webkit-sticky;position:sticky;top:96px;align-self:start;border-left:1px solid var(--line);padding-left:24px}.article-sidebar h2{margin:0 0 12px;font-size:1rem}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-list span{border:1px solid var(--line);border-radius:999px;padding:6px 10px;background:var(--surface);color:var(--ink-muted);font-size:.85rem;font-weight:700}.auth-page{display:grid;min-height:72vh;place-items:center;padding:32px 16px}.auth-panel{display:grid;width:min(100%,440px);grid-gap:16px;gap:16px;border:1px solid var(--line);border-radius:8px;padding:28px;background:var(--surface);box-shadow:var(--shadow)}.auth-panel h1{margin:0;font-size:2rem}.auth-panel p{margin:0;color:var(--ink-muted);line-height:1.6}.stacked-form{display:grid;grid-gap:14px;gap:14px}.stacked-form label{display:grid;grid-gap:8px;gap:8px}.stacked-form input{min-height:44px;border:1px solid var(--line);border-radius:8px;padding:0 12px}.admin-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.admin-tile{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;padding:18px;background:var(--surface)}.admin-tile h2{margin:0;font-size:1.15rem}.admin-tile p,.empty-state{margin:0;color:var(--ink-muted);line-height:1.55}.site-footer{border-top:1px solid var(--line);background:#101820;color:white}.site-footer-inner{display:flex;justify-content:space-between;gap:24px;padding:32px 0}.footer-brand{color:white}.site-footer p{max-width:520px;color:#c7d0cc;line-height:1.6}.site-footer nav{align-items:flex-start;flex-direction:column}@media (max-width:980px){.desktop-nav{display:none}.mobile-menu-button,.mobile-nav{display:grid}.mobile-nav{width:min(100% - 32px,var(--max));margin:0 auto 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.mobile-nav a{padding:14px 16px;border-bottom:1px solid var(--line);color:var(--ink);font-weight:800}.mobile-nav a:last-child{border-bottom:0}.article-layout,.hero-story,.split-section{grid-template-columns:1fr}.hero-story{min-height:0}.hero-story-media{aspect-ratio:16/10}.admin-grid,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-sidebar{position:static;border-left:0;padding-left:0}}@media (max-width:640px){.mobile-nav,.page-shell,.site-footer-inner,.site-header-inner{width:min(100% - 24px,var(--max))}.brand{font-size:1.05rem}.hero-story-content{padding:20px}.admin-grid,.article-grid{grid-template-columns:1fr}.section-heading,.site-footer-inner{align-items:flex-start;flex-direction:column}.search-control{grid-template-columns:auto minmax(0,1fr)}.search-control button{grid-column:1/-1}.article-hero h1{font-size:2.1rem}.article-image{width:100%;min-height:260px;border-radius:0}}.site-header{border-bottom-color:rgb(255 255 255/12%);background:rgb(6 17 31/96%);color:white}.site-header-inner{min-height:68px;gap:18px}.smp-brand{display:inline-flex;align-items:baseline;flex:0 0 auto;color:white;font-size:1.55rem;font-weight:900;letter-spacing:0}.smp-brand span{color:#60a5fa}.smp-desktop-nav{display:flex;min-width:0;align-items:center;justify-content:center;gap:16px}.smp-desktop-nav a{position:relative;padding:25px 0 23px;color:rgb(255 255 255/72%);font-size:.78rem;font-weight:800;white-space:nowrap}.smp-desktop-nav a:after{position:absolute;right:0;bottom:0;left:0;height:3px;background:#2563eb;content:"";opacity:0}.smp-desktop-nav a.is-active,.smp-desktop-nav a:hover{color:white}.smp-desktop-nav a.is-active:after{opacity:1}.smp-header-actions{display:flex;flex:0 0 auto;align-items:center;gap:5px}.notification-bell{position:relative;display:grid;place-items:center}.smp-theme-toggle{cursor:pointer}.notification-bell-button,.smp-header-actions>a:not(.smp-member-button),.smp-mobile-menu-button,.smp-theme-toggle{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:6px;background:transparent;color:white}.notification-bell-button:hover,.smp-header-actions>a:not(.smp-member-button):hover,.smp-mobile-menu-button:hover,.smp-theme-toggle:hover{background:rgb(255 255 255/10%)}.notification-bell-button{position:relative;cursor:pointer}.notification-bell-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;border:2px solid;border-radius:999px;background:#fb7185}.notification-bell-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:80;display:grid;width:min(310px,calc(100vw - 24px));grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:8px;padding:14px;background:var(--surface);color:var(--ink);box-shadow:0 20px 46px rgb(15 23 42/18%)}.notification-bell-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.notification-bell-panel-heading strong{font-size:.92rem}.notification-bell-panel-heading button{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--ink);cursor:pointer}.notification-bell-panel p,.notification-bell-panel small{margin:0;color:var(--ink-muted);font-size:.82rem;line-height:1.45}.notification-bell-actions button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:0 12px;background:#2563eb;color:white;font-size:.82rem;font-weight:900;cursor:pointer}.notification-bell-actions button:disabled{cursor:not-allowed;opacity:.58}.smp-member-button,.smp-primary-button,.smp-widget-button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:6px;background:#2563eb;color:white;font-size:.84rem;font-weight:900}.smp-member-button{margin-left:5px;padding:0 14px}.smp-member-button:hover,.smp-primary-button:hover,.smp-widget-button:hover{background:#1d4ed8}.smp-mobile-menu-button,.smp-mobile-nav{display:none}.smp-home{overflow:hidden;background:#f4f7fb}.pf-mobile-bottom-nav,.pf-mobile-home{display:none}.smp-hero{position:relative;display:grid;min-height:min(650px,calc(100vh - 68px));overflow:hidden;background:#06111f;color:white}.smp-hero-image{object-fit:cover;object-position:center}.smp-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgb(6 17 31/82%),rgb(6 17 31/58%) 44%,rgb(6 17 31/28%)),linear-gradient(180deg,rgb(6 17 31/18%),rgb(6 17 31/66%))}.smp-hero-content{position:relative;z-index:1;display:grid;width:min(100% - 32px,var(--max));align-content:center;grid-gap:18px;gap:18px;margin:0 auto;padding:76px 0 116px}.smp-kicker{margin:0;color:#93c5fd;font-size:.77rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.smp-hero .smp-kicker{width:-moz-fit-content;width:fit-content;border:1px solid rgb(147 197 253/34%);border-radius:999px;padding:6px 10px;background:rgb(15 63 168/42%);color:#eff6ff;font-weight:950}.smp-hero h1{max-width:620px;margin:0;font-size:clamp(2.8rem,5vw,5.25rem);line-height:.98;letter-spacing:0}.smp-hero-content>p:not(.smp-kicker){max-width:530px;margin:0;color:rgb(255 255 255/82%);font-size:1.08rem;line-height:1.65}.smp-primary-button{width:-moz-fit-content;width:fit-content;padding:0 18px}.smp-home-content{position:relative;z-index:2;padding-top:0;padding-bottom:72px}.smp-shortcuts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:-36px;border:1px solid #dce5f3;border-radius:8px;background:white;box-shadow:var(--shadow)}.smp-shortcuts a{display:flex;min-width:0;align-items:center;gap:10px;padding:18px 14px;border-right:1px solid #e5eaf3;color:#2563eb}.smp-shortcuts a:last-child{border-right:0}.smp-shortcuts a:hover{background:#f7faff}.smp-shortcuts span{display:grid;min-width:0;grid-gap:3px;gap:3px;color:var(--ink)}.smp-shortcuts small,.smp-shortcuts strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smp-shortcuts strong{font-size:.84rem}.smp-shortcuts small{color:var(--ink-muted);font-size:.68rem}.smp-home-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:32px;gap:32px;margin-top:48px}.smp-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}.smp-section-heading h2{margin:5px 0 0;color:#0f1e42;font-size:clamp(2rem,3vw,3rem);line-height:1}.smp-section-heading>a{color:#2563eb;font-size:.9rem;font-weight:900}.smp-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.smp-news-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #dce5f3;border-radius:8px;background:white;box-shadow:0 10px 24px rgb(15 30 66/7%)}.smp-news-card:hover{border-color:#bfdbfe;box-shadow:0 16px 30px rgb(15 30 66/13%);transform:translateY(-2px)}.smp-news-card-image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#dbeafe}.smp-news-card-image img{object-fit:cover;transition:transform .22s ease}.smp-news-card:hover .smp-news-card-image img{transform:scale(1.04)}.smp-news-card-content{display:grid;flex:1 1;align-content:start;grid-gap:12px;gap:12px;padding:18px}.smp-category-badge{width:-moz-fit-content;width:fit-content;border:1px solid rgb(37 99 235/24%);border-radius:999px;padding:6px 10px;background:#eff6ff;color:#0f3fa8;font-size:.72rem;font-weight:950;letter-spacing:.01em;text-transform:uppercase}.smp-news-card h3{margin:0;color:#111827;font-size:1.2rem;line-height:1.16}.smp-news-card h3 a{color:inherit}.smp-news-card p{margin:0;color:#6b7280;font-size:.92rem;line-height:1.55}.smp-news-card footer{display:flex;flex-wrap:wrap;gap:7px 12px;margin-top:auto;padding-top:6px;color:#6b7280;font-size:.72rem}.smp-news-card footer span+span:before{margin-right:12px;color:#b4bfd0;content:"•"}.smp-sidebar{display:grid;align-content:start;grid-gap:18px;gap:18px}.smp-editorial-section,.smp-newsletter,.smp-opinions-section,.smp-podcast-card,.smp-videos-section{margin-top:72px}.smp-must-read-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.smp-must-read-card{position:relative;display:grid;min-height:250px;align-content:start;grid-gap:15px;gap:15px;overflow:hidden;border:1px solid rgb(255 255 255/12%);border-radius:8px;padding:24px;background:#0f1e42;color:white}.smp-must-read-card:after{position:absolute;right:-48px;bottom:-68px;width:180px;height:180px;border:26px solid rgb(96 165 250/17%);border-radius:999px;content:""}.smp-must-read-card:nth-child(2){background:#0b1a33}.smp-must-read-card:nth-child(3){background:#173b87}.smp-must-read-card>*{position:relative;z-index:1}.smp-must-read-card p{margin:0;color:#93c5fd;font-size:.72rem;font-weight:900;text-transform:uppercase}.smp-must-read-card h3{margin:0;font-size:1.5rem;line-height:1.1}.smp-must-read-card>span{max-width:260px;color:rgb(255 255 255/72%);font-size:.9rem;line-height:1.5}.smp-must-read-card a{display:grid;width:38px;height:38px;place-items:center;margin-top:auto;border:1px solid rgb(255 255 255/20%);border-radius:6px;color:white}.smp-must-read-card a:hover{border-color:#93c5fd;background:rgb(255 255 255/10%)}.smp-opinions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.smp-opinion-card{display:grid;grid-gap:18px;gap:18px;border-top:3px solid #2563eb;padding:22px 0 0}.smp-opinion-card>svg{color:#2563eb}.smp-opinion-card blockquote{min-height:78px;margin:0;color:#0f1e42;font-size:1.3rem;font-weight:800;line-height:1.28}.smp-opinion-card footer{display:flex;align-items:center;gap:10px}.smp-avatar{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.72rem;font-weight:900}.account-avatar-link{overflow:hidden}.account-avatar-image,.account-avatar-initial{display:grid;width:100%;height:100%;place-items:center;border-radius:inherit}.account-avatar-image{background-position:50%;background-size:cover}.account-avatar-initial{background:linear-gradient(135deg,#2563eb,#60a5fa);color:white;font-size:.82rem;font-weight:950}.saved-article-control{display:inline-grid;gap:4px;align-items:center}.saved-article-control small{color:rgb(255 255 255/70%);font-size:.72rem;font-weight:800}.saved-article-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:8px;border:1px solid rgb(255 255 255/20%);border-radius:8px;padding:0 12px;background:rgb(255 255 255/8%);color:white;font-size:.78rem;font-weight:900;cursor:pointer}.saved-article-button.is-saved,.saved-article-button:hover{border-color:#60a5fa;background:rgb(37 99 235/28%);color:white}.saved-article-button:disabled{cursor:wait;opacity:.7}.saved-article-button-compact{width:34px;min-height:34px;padding:0}.smp-opinion-card footer>span:last-child{display:grid;grid-gap:2px;gap:2px}.smp-opinion-card footer strong{color:#111827;font-size:.8rem}.smp-opinion-card footer small{color:#6b7280;font-size:.72rem}.smp-videos-section{padding:42px 0;border-top:1px solid #dce5f3;border-bottom:1px solid #dce5f3}.smp-videos-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.smp-video-card{display:grid;grid-gap:12px;gap:12px}.smp-video-thumbnail{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:8px;background:#0b1a33}.smp-video-thumbnail:after{position:absolute;inset:0;background:rgb(6 17 31/24%);content:""}.smp-video-thumbnail img{object-fit:cover;transition:transform .22s ease}.smp-video-thumbnail:hover img{transform:scale(1.04)}.smp-play-icon,.smp-video-duration{position:absolute;z-index:1}.smp-play-icon{top:50%;left:50%;display:grid;width:46px;height:46px;place-items:center;border-radius:999px;background:#2563eb;color:white;transform:translate(-50%,-50%)}.smp-video-duration{right:10px;bottom:10px;border-radius:4px;padding:4px 6px;background:rgb(6 17 31/84%);color:white;font-size:.7rem;font-weight:800}.smp-video-card h3{margin:0;color:#111827;font-size:1.08rem}.smp-video-card p{margin:5px 0 0;color:#6b7280;font-size:.78rem;line-height:1.45}.smp-media-source{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:#1d4ed8;font-size:.78rem;font-weight:850}.smp-media-empty{margin:0;color:#4d6488;line-height:1.6}.smp-media-empty-light{border:1px solid #dce5f3;border-radius:8px;padding:22px;background:white}.smp-podcast-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:center;border:1px solid rgb(255 255 255/12%);border-radius:8px;padding:28px;background:#0b1a33;color:white}.smp-podcast-icon{position:relative;overflow:hidden;display:grid;width:84px;height:84px;place-items:center;border:1px solid rgb(147 197 253/36%);border-radius:8px;background:#0f1e42;color:#93c5fd}.smp-podcast-icon img{object-fit:cover}.smp-podcast-content{display:grid;grid-gap:8px;gap:8px}.smp-podcast-content p{margin:0;color:#bfdbfe;font-size:.72rem;font-weight:900;text-transform:uppercase}.smp-podcast-content h2{margin:0;font-size:clamp(1.5rem,2.5vw,2.2rem)}.smp-podcast-content>span{color:rgb(255 255 255/65%)}.smp-podcast-action{display:grid;justify-items:center;grid-gap:8px;gap:8px;border:1px solid rgb(96 165 250/38%);border-radius:8px;padding:10px 12px;background:rgb(37 99 235/16%);color:#dbeafe;font-size:.75rem;font-weight:800}.smp-podcast-play{display:grid;width:48px;height:48px;place-items:center;border:0;border-radius:999px;background:#2563eb;color:white}.smp-podcast-action:hover .smp-podcast-play{background:#1d4ed8}.smp-podcast-action:hover{border-color:rgb(191 219 254/64%);background:rgb(37 99 235/24%)}.smp-podcast-action small,.smp-podcast-action strong{font-size:inherit}.smp-podcast-list{display:grid;grid-gap:12px;gap:12px}.smp-podcast-list-item{display:grid;grid-template-columns:104px minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;border:1px solid #dce5f3;border-radius:8px;padding:16px;background:white}.smp-podcast-list-icon,.smp-podcast-list-item>img{width:104px;height:104px;border-radius:6px;object-fit:cover}.smp-podcast-list-icon{display:grid;place-items:center;background:#0f1e42;color:#93c5fd}.smp-podcast-list-item>div{display:grid;grid-gap:6px;gap:6px}.smp-podcast-list-item h3,.smp-podcast-list-item p,.smp-podcast-list-item span{margin:0}.smp-podcast-list-item p{color:#2563eb;font-size:.72rem;font-weight:850;text-transform:uppercase}.smp-podcast-list-item h3{color:#0f1e42;font-size:1.1rem}.smp-podcast-list-item span{color:#4d6488;line-height:1.5}.smp-podcast-list-item>a{display:grid;justify-items:center;grid-gap:6px;gap:6px;color:#1d4ed8;font-size:.78rem;font-weight:850;text-align:center}.smp-podcast-list-item>a small{color:#4d6488;font-size:inherit}.smp-newsletter{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);grid-gap:32px;gap:32px;align-items:center;border:1px solid #1d4ed8;border-radius:8px;padding:36px;background:#2563eb;color:white}.smp-newsletter .smp-kicker{color:#bfdbfe}.smp-newsletter h2{margin:8px 0;font-size:clamp(2rem,3.2vw,3.2rem);line-height:1}.smp-newsletter>div>p:last-child{max-width:560px;margin:0;color:rgb(255 255 255/83%);line-height:1.55}.smp-newsletter form{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:48px;overflow:hidden;border-radius:6px;background:white}.smp-newsletter input{min-width:0;border:0;padding:0 14px;color:#111827;outline:0}.smp-newsletter button{border:0;padding:0 18px;background:#0f1e42;color:white;cursor:pointer;font-weight:900}.smp-newsletter button:hover{background:#06111f}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.poker-article-page,.poker-category-page{background:#f4f7fb}.poker-article-hero,.poker-category-hero{background:#06111f;color:white}.poker-article-hero-inner,.poker-category-hero-inner{width:min(100% - 32px,960px);margin:0 auto}.poker-article-hero-inner{display:grid;grid-gap:20px;gap:20px;padding:74px 0 52px}.poker-article-kicker{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.poker-article-kicker>a,.poker-category-hero p{margin:0;color:#93c5fd;font-size:.76rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.poker-article-hero h1{max-width:880px;margin:0;font-size:clamp(2.6rem,5.2vw,5.4rem);line-height:.98;letter-spacing:0}.poker-article-hero>.poker-article-hero-inner>p{max-width:760px;margin:0;color:rgb(255 255 255/76%);font-size:clamp(1.05rem,1.8vw,1.3rem);line-height:1.58}.poker-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;color:rgb(255 255 255/64%);font-size:.8rem}.poker-author-avatar{display:grid;width:36px;height:36px;place-items:center;border-radius:999px;background:#2563eb;color:white;font-size:.82rem;font-weight:900}.poker-article-author-link{display:inline-flex;align-items:center;gap:10px;margin-right:6px}.poker-article-author-link:hover strong{color:#93c5fd}.poker-article-coauthor-link{color:#bfdbfe;font-weight:800}.poker-article-coauthor-link:hover{color:white}.poker-article-author-link>span:last-child{display:grid;grid-gap:2px;gap:2px}.poker-article-meta strong{color:white;font-size:.82rem}.poker-article-meta small{color:rgb(255 255 255/55%);font-size:.7rem}.poker-meta-separator{width:1px;height:22px;background:rgb(255 255 255/18%)}.poker-article-image{position:relative;width:min(100% - 32px,1240px);height:min(62vw,720px);min-height:340px;margin:-10px auto 0;overflow:hidden;border-radius:8px;background:#0b1a33;box-shadow:0 24px 42px rgb(6 17 31/20%)}.poker-article-image img{object-fit:cover}.poker-article-layout{display:grid;width:min(100% - 32px,1030px);grid-template-columns:minmax(0,680px) 230px;grid-gap:68px;gap:68px;margin:54px auto 80px}.poker-article-body{display:grid;grid-gap:24px;gap:24px}.poker-article-body p{margin:0;color:#26354d;font-size:clamp(1.08rem,1.8vw,1.2rem);line-height:1.85}.poker-article-body h2,.poker-article-body h3{margin:8px 0 0;color:#07111f;line-height:1.15}.poker-article-body h2{font-size:clamp(1.55rem,3vw,2.25rem)}.poker-article-body h3{font-size:clamp(1.28rem,2.4vw,1.65rem)}.poker-article-body strong{color:#07111f;font-weight:950}.poker-article-body em{font-style:italic}.poker-article-body a{color:#1d4ed8;font-weight:850;text-decoration:underline;text-underline-offset:4px}.poker-article-body blockquote{margin:0;border-left:4px solid #2563eb;padding:4px 0 4px 18px;color:#0f1e42;font-size:clamp(1.18rem,2.4vw,1.45rem);font-weight:850;line-height:1.6}.poker-article-body ol,.poker-article-body ul{display:grid;grid-gap:10px;gap:10px;margin:0;padding-left:24px;color:#26354d;font-size:clamp(1.08rem,1.8vw,1.2rem);line-height:1.75}.poker-article-inline-image{display:grid;grid-gap:8px;gap:8px;margin:8px 0}.poker-article-inline-image img{width:100%;height:auto;border-radius:8px;object-fit:cover}.poker-article-embed-link,.poker-article-inline-image figcaption{margin:0;color:#64748b;font-size:.86rem;font-weight:750;line-height:1.5}.poker-article-body .ad-slot{margin:18px 0}.poker-article-sidebar{position:-webkit-sticky;position:sticky;top:92px;align-self:start;display:grid;grid-gap:16px;gap:16px;border-left:1px solid #dce5f3;padding-left:22px}.poker-article-sidebar>p{margin:0;color:#2563eb;font-size:.7rem;font-weight:900}.poker-article-sidebar>a{color:#2563eb;font-size:.82rem;font-weight:900;line-height:1.4}.poker-article-sidebar .tag-list span{border-color:#cfe0fb;background:#edf5ff;color:#1d4ed8}.poker-category-hero-inner{display:grid;grid-gap:14px;gap:14px;padding:64px 0 58px}.poker-category-hero h1{margin:0;font-size:clamp(3rem,6vw,5.5rem);line-height:.95}.poker-category-hero span{max-width:610px;color:rgb(255 255 255/70%);font-size:1.08rem;line-height:1.58}.poker-category-content{padding-top:48px;padding-bottom:80px}.poker-listing-page,.poker-search-page{min-height:72vh;background:#f4f7fb}.poker-listing-hero,.poker-search-hero{background:#06111f;color:white}.poker-listing-hero-inner,.poker-search-hero-inner{display:grid;width:min(100% - 32px,960px);grid-gap:14px;gap:14px;margin:0 auto}.poker-listing-hero-inner{padding:68px 0 58px}.poker-listing-hero p,.poker-search-hero p{margin:0;color:#93c5fd;font-size:.76rem;font-weight:900;letter-spacing:0}.poker-listing-hero h1,.poker-search-hero h1{margin:0;font-size:clamp(3rem,6vw,5.5rem);line-height:.95}.poker-listing-hero span,.poker-search-hero span{max-width:600px;color:rgb(255 255 255/72%);font-size:1.08rem;line-height:1.58}.poker-listing-content,.poker-search-results{padding-top:48px;padding-bottom:80px}.poker-listing-content .article-card,.poker-search-results .article-card{border-color:#dce5f3;box-shadow:0 10px 24px rgb(15 30 66/7%)}.poker-listing-content .article-card:hover,.poker-search-results .article-card:hover{border-color:#bfdbfe;box-shadow:0 16px 30px rgb(15 30 66/13%);transform:translateY(-2px)}.poker-authors-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.poker-author-card{display:grid;min-width:0;grid-gap:18px;gap:18px;border:1px solid #dce5f3;border-radius:8px;padding:22px;background:white;box-shadow:0 10px 24px rgb(15 30 66/7%)}.poker-author-card:hover{border-color:#bfdbfe;box-shadow:0 16px 30px rgb(15 30 66/13%);transform:translateY(-2px)}.poker-author-avatar-large,.poker-author-card-avatar{position:relative;display:grid;overflow:hidden;place-items:center;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-weight:900}.poker-author-card-avatar{width:88px;height:88px}.poker-author-avatar-large img,.poker-author-card-avatar img{object-fit:cover}.poker-author-card>div{display:grid;grid-gap:8px;gap:8px}.poker-author-card p,.poker-author-intro>p{margin:0;color:#2563eb;font-size:.76rem;font-weight:900;text-transform:uppercase}.poker-author-card h3{margin:0;color:#0f1e42;font-size:1.35rem;line-height:1.08}.poker-author-card h3 a:hover{color:#2563eb}.poker-author-card span,.poker-author-intro>span{color:#5f6f86;line-height:1.6}.poker-author-card footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;border-top:1px solid #e5edf8;padding-top:14px}.poker-author-card footer small{color:#5f6f86;font-size:.78rem;font-weight:800}.poker-author-card footer a,.poker-author-links a{display:inline-flex;align-items:center;gap:7px;color:#2563eb;font-size:.84rem;font-weight:900}.poker-author-page{min-height:72vh;background:#f4f7fb}.poker-author-hero{background:#06111f;color:white}.poker-author-hero-inner{display:grid;width:min(100% - 32px,1040px);grid-template-columns:144px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:center;margin:0 auto;padding:70px 0 62px}.poker-author-avatar-large{width:144px;height:144px;background:#2563eb;color:white;font-size:2.1rem}.poker-author-intro{display:grid;grid-gap:12px;gap:12px}.poker-author-intro h1{margin:0;font-size:clamp(3rem,6vw,5.4rem);line-height:.95}.poker-author-intro>span{max-width:720px;color:rgb(255 255 255/74%);font-size:1.05rem}.poker-author-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.poker-author-links a{min-height:36px;border:1px solid rgb(255 255 255/16%);border-radius:6px;padding:0 11px;color:#bfdbfe}.poker-author-links a:hover{border-color:#60a5fa;background:rgb(255 255 255/8%)}.poker-author-content{padding-top:48px;padding-bottom:80px}.info-page{min-height:72vh;background:#f4f7fb}.info-page-hero{background:#06111f;color:white}.info-page-hero-inner{display:grid;width:min(100% - 32px,960px);grid-gap:14px;gap:14px;margin:0 auto;padding:68px 0 58px}.info-page-hero p{margin:0;color:#93c5fd;font-size:.76rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.info-page-hero h1{max-width:860px;margin:0;font-size:clamp(2.6rem,5.2vw,4.8rem);line-height:.98}.info-page-hero span{max-width:680px;color:rgb(255 255 255/74%);font-size:1.08rem;line-height:1.6}.info-page-hero small{color:rgb(255 255 255/54%);font-size:.82rem}.info-page-content{display:grid;max-width:860px;grid-gap:22px;gap:22px;padding-top:44px;padding-bottom:80px}.info-page-callout,.info-page-section{border:1px solid #dce5f3;border-radius:8px;background:white;box-shadow:0 12px 30px rgb(15 30 66/7%)}.info-page-callout{padding:18px 20px;color:#334155}.info-page-section{padding:26px}.info-page-section h2{margin:0 0 12px;color:#06111f;font-size:1.28rem}.info-page-callout p,.info-page-section p{margin:0;color:#334155;font-size:1rem;line-height:1.75}.info-page-section p+p{margin-top:12px}.info-page-section ul{margin:10px 0 0;padding-left:20px;color:#334155;line-height:1.75}.info-page-section a{color:#2563eb;font-weight:800}.poker-search-hero-inner{padding:64px 0 56px}.poker-search-hero .search-form{width:min(100%,680px);margin-top:12px;border-color:rgb(255 255 255/14%);background:#0b1a33}.poker-search-hero .search-form label{color:white}.poker-search-hero .search-control{border-color:transparent}.poker-search-hero .search-control button{min-height:38px;border-radius:5px}.poker-search-results .empty-state{border:1px solid #dce5f3;border-radius:8px;padding:22px;background:white}.poker-auth-page{display:grid;min-height:calc(100vh - 68px);place-items:center;padding:48px 16px;background:#06111f}.poker-auth-panel{position:relative;width:min(100%,480px);overflow:hidden;border-color:rgb(255 255 255/14%);background:#0b1a33;box-shadow:0 24px 54px rgb(0 0 0/28%)}.poker-auth-panel:after{position:absolute;top:-110px;right:-90px;width:220px;height:220px;border:32px solid rgb(96 165 250/14%);border-radius:999px;content:""}.poker-auth-panel>*{position:relative;z-index:1}.poker-auth-panel h1{color:white}.poker-auth-panel label,.poker-auth-panel p{color:rgb(255 255 255/72%)}.poker-auth-panel .stacked-form input{border-color:rgb(255 255 255/14%);background:#06111f;color:white}.poker-auth-panel .stacked-form input::placeholder{color:rgb(255 255 255/42%)}.poker-auth-panel .form-secondary-action{border-color:rgb(255 255 255/18%);color:white}.poker-auth-panel .form-feedback{color:rgb(255 255 255/78%)}.account-page{padding-top:48px;padding-bottom:72px}.account-interests-panel{display:grid;grid-gap:24px;gap:24px;border:1px solid #dce5f3;border-radius:8px;padding:28px;background:white;box-shadow:0 18px 40px rgb(15 23 42/8%)}.account-interests-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.account-interests-toolbar h1{margin:4px 0 8px;color:#07111f;font-size:clamp(2rem,5vw,3.4rem);line-height:.96}.account-interests-toolbar p:last-child{max-width:680px;margin:0;color:#52627a;line-height:1.65}.account-interests-toolbar>a{flex:0 0 auto;border:1px solid #dce5f3;border-radius:8px;padding:10px 14px;color:#2563eb;font-size:.84rem;font-weight:900}.account-interest-grid{display:flex;flex-wrap:wrap;gap:10px}.account-interest-grid button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid #dce5f3;border-radius:999px;padding:0 14px;background:#f8fbff;color:#26364d;font-size:.88rem;font-weight:850}.account-interest-grid button.is-selected{border-color:rgb(37 99 235/36%);background:#2563eb;color:white}.account-interests-empty{border:1px dashed #c9d5e7;border-radius:8px;padding:18px;color:#52627a;background:#f8fbff}.account-interests-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #e5edf7;padding-top:18px}.account-interests-actions span{color:#52627a;font-weight:850}.account-interests-actions button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;padding:0 16px;background:#2563eb;color:white;font-weight:900}.account-interests-actions button:disabled{cursor:wait;opacity:.62}.profile-page{padding-top:48px;padding-bottom:72px}.profile-page,.profile-panel{display:grid;grid-gap:18px;gap:18px}.profile-panel{border:1px solid #dce5f3;border-radius:8px;padding:28px;background:white;box-shadow:0 18px 40px rgb(15 23 42/8%)}.profile-panel h1{margin:0;color:#07111f;font-size:clamp(2.2rem,5vw,4rem);line-height:.96}.profile-panel>p:not(.smp-kicker){margin:0;color:#52627a;font-weight:800}.profile-actions{display:flex;flex-wrap:wrap;gap:10px;border-top:1px solid #e5edf7;padding-top:18px}.profile-actions a,.profile-logout-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;border:1px solid #dce5f3;border-radius:8px;padding:0 14px;background:white;color:#2563eb;font:inherit;font-weight:900;cursor:pointer}.profile-actions a:first-child{border-color:#2563eb;background:#2563eb;color:white}.profile-logout-button{border-color:#fecdd3;color:#be123c}.profile-logout-button:disabled{cursor:not-allowed;opacity:.6}.profile-section-heading{display:grid;grid-gap:4px;gap:4px}.profile-section-heading h2{margin:0;color:#07111f;font-size:clamp(1.5rem,4vw,2.3rem);line-height:1}.profile-saved-list{display:grid;grid-gap:10px;gap:10px}.profile-saved-list a{display:grid;grid-gap:5px;gap:5px;border:1px solid #dce5f3;border-radius:8px;padding:14px;background:#f8fbff}.profile-saved-list strong{color:#07111f;font-size:.98rem;line-height:1.25}.profile-empty-state,.profile-saved-list span{margin:0;color:#52627a;font-size:.82rem;font-weight:800}.games-page{min-height:72vh;background:#f4f7fb}.games-hero{position:relative;display:grid;min-height:420px;overflow:hidden;background:#06111f;color:white}.games-hero>img{object-fit:cover;object-position:center 58%}.games-hero-overlay{position:absolute;inset:0;background:rgb(6 17 31/42%)}.games-hero-inner{position:relative;z-index:1;display:grid;width:min(100% - 32px,960px);align-content:center;grid-gap:14px;gap:14px;margin:0 auto}.games-hero-inner p{margin:0;color:#93c5fd;font-size:.76rem;font-weight:900}.games-hero-inner h1{margin:0;font-size:clamp(3.2rem,6vw,5.8rem);line-height:.95}.games-hero-inner span{max-width:560px;color:rgb(255 255 255/78%);font-size:1.08rem;line-height:1.6}.games-content{padding-top:48px;padding-bottom:80px}.games-hub{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.game-panel{display:grid;align-content:start;grid-gap:18px;gap:18px;min-width:0;min-height:420px;border:1px solid #dce5f3;border-radius:8px;padding:24px;background:white;box-shadow:0 12px 28px rgb(15 30 66/8%)}.game-quiz{grid-column:span 2;background:#0b1a33;color:white}.game-predictor{background:#0f1e42;color:white}.game-quick-choice{grid-column:span 3;min-height:0;background:#edf5ff}.game-panel-heading{display:flex;align-items:center;gap:12px}.game-icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:8px;background:#2563eb;color:white}.game-panel-heading p{margin:0 0 3px;color:#93c5fd;font-size:.68rem;font-weight:900}.game-quick-choice .game-panel-heading p{color:#2563eb}.game-panel-heading h2{margin:0;font-size:1.18rem;line-height:1.2}.game-progress{height:5px;overflow:hidden;border-radius:999px;background:rgb(255 255 255/14%)}.game-progress span{display:block;height:100%;border-radius:inherit;background:#60a5fa;transition:width .18s ease}.game-question{margin:0;font-size:1.18rem;font-weight:800;line-height:1.35}.game-choice-grid,.game-options,.game-segmented{display:grid;grid-gap:10px;gap:10px}.game-options button{display:flex;min-height:46px;align-items:center;justify-content:space-between;border:1px solid rgb(255 255 255/17%);border-radius:6px;padding:0 14px;background:rgb(255 255 255/6%);color:white;cursor:pointer;text-align:left}.game-options button.is-selected,.game-options button:hover{border-color:#60a5fa;background:rgb(37 99 235/30%)}.game-options button.is-correct{border-color:#86efac;background:rgb(34 197 94/18%)}.game-result{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;color:#bfdbfe;font-size:.85rem}.game-primary-action,.game-result button{min-height:38px;border:0;border-radius:6px;padding:0 13px;background:#2563eb;color:white;cursor:pointer;font-weight:900}.game-primary-action:hover,.game-result button:hover{background:#1d4ed8}.game-panel small{margin-top:auto;color:rgb(255 255 255/56%);font-size:.72rem;line-height:1.45}.game-match{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgb(255 255 255/14%);border-bottom:1px solid rgb(255 255 255/14%);padding:24px 0;color:white}.game-match strong{font-size:1.05rem}.game-match span{color:#93c5fd;font-size:.74rem;font-weight:900}.game-predictor>p{margin:-10px 0 0;color:rgb(255 255 255/62%);font-size:.82rem}.game-segmented{grid-template-columns:repeat(3,minmax(0,1fr))}.game-segmented button{min-height:42px;border:1px solid rgb(255 255 255/17%);border-radius:6px;padding:0 8px;background:transparent;color:rgb(255 255 255/76%);cursor:pointer;font-size:.78rem;font-weight:800}.game-segmented button.is-selected{border-color:#60a5fa;background:#2563eb;color:white}.game-primary-action:disabled,.game-segmented button:disabled{cursor:not-allowed;opacity:.55}.game-quick-choice{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);align-items:center}.game-quick-choice .game-question{color:#0f1e42}.game-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-choice-grid button{min-height:92px;border:1px solid #bfd5f7;border-radius:8px;padding:16px;background:white;color:#0f1e42;cursor:pointer;font-size:1rem;font-weight:900;text-align:left}.game-choice-grid button.is-selected,.game-choice-grid button:hover{border-color:#2563eb;background:#dbeafe}.game-choice-result{grid-column:1/-1;margin:0;color:#31517e;font-size:.9rem}.game-guess-player{background:#edf5ff;color:#0f1e42}.game-guess-player .game-panel-heading p,.games-leaderboard .game-panel-heading p{color:#2563eb}.game-guess-player small{color:#4d6488}.game-description{margin:-8px 0 0;color:rgb(255 255 255/65%);font-size:.82rem;line-height:1.45}.game-description-dark{color:#4d6488}.game-text-answer{display:grid;grid-gap:7px;gap:7px;color:#31517e;font-size:.76rem;font-weight:900}.game-text-answer input{width:100%;min-height:44px;border:1px solid #bfd5f7;border-radius:6px;padding:0 12px;background:white;color:#0f1e42;font:inherit;font-size:.9rem;font-weight:700}.game-text-answer input:focus{outline:2px solid #2563eb;outline-offset:2px}.game-complete-state,.game-empty-state,.game-feedback{margin:0;color:#bfdbfe;font-size:.86rem;line-height:1.5}.game-empty-state{align-self:center;color:rgb(255 255 255/68%)}.game-complete-state{display:grid;grid-gap:4px;gap:4px;padding:16px;border:1px solid rgb(134 239 172/45%);border-radius:6px;background:rgb(34 197 94/12%)}.game-guess-player .game-empty-state,.game-guess-player .game-feedback{color:#31517e}.games-leaderboard{grid-column:1/-1;grid-template-columns:minmax(190px,.55fr) minmax(0,1.45fr);align-items:flex-start;background:white}.leaderboard-controls{display:inline-flex;align-self:center;justify-self:end;overflow:hidden;border:1px solid #bfd5f7;border-radius:6px}.leaderboard-controls button{min-height:36px;border:0;padding:0 12px;background:white;color:#31517e;cursor:pointer;font:inherit;font-size:.78rem;font-weight:900}.leaderboard-controls button+button{border-left:1px solid #bfd5f7}.leaderboard-controls button.is-selected{background:#0f1e42;color:white}.leaderboard-list{grid-column:1/-1;display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.leaderboard-list li{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;min-height:48px;border-top:1px solid #d9e5f6;color:#0f1e42}.leaderboard-rank{display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:#e7f0ff;color:#2563eb;font-size:.76rem;font-weight:900}.leaderboard-name{overflow:hidden;font-size:.88rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.leaderboard-list strong{color:#2563eb;font-size:.82rem}.leaderboard-empty{grid-column:1/-1;margin:0;padding:20px 0 4px;border-top:1px solid #d9e5f6;color:#4d6488;font-size:.86rem}.games-login-gate{grid-column:1/-1;display:flex;align-items:center;gap:14px;padding:18px 22px;border:1px solid #bfd5f7;border-radius:8px;background:#dcecff;color:#0f1e42}.games-login-gate>svg{flex:0 0 auto;color:#2563eb}.games-login-gate p{flex:1 1 auto;margin:0;font-size:.88rem;line-height:1.45}.games-login-gate button{display:inline-flex;min-height:40px;flex:0 0 auto;align-items:center;gap:7px;border:0;border-radius:6px;padding:0 13px;background:#2563eb;color:white;cursor:pointer;font:inherit;font-size:.8rem;font-weight:900}.games-login-gate button:hover{background:#1d4ed8}.admin-games-form,.admin-games-list{display:grid;grid-gap:16px;gap:16px}.admin-games-form{grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #dce5f3;border-radius:8px;padding:24px;background:white}.admin-games-form label{display:grid;grid-gap:7px;gap:7px;color:#0f1e42;font-size:.82rem;font-weight:850}.admin-games-form button,.admin-games-form label:nth-child(3){grid-column:1/-1}.admin-game-item input,.admin-games-form input,.admin-games-form select,.admin-games-form textarea{width:100%;min-height:42px;border:1px solid #bfd5f7;border-radius:6px;padding:9px 11px;color:#0f1e42;font:inherit}.admin-games-form textarea{min-height:78px;resize:vertical}.admin-games-feedback{margin:0;color:#1d4ed8;font-weight:800}.admin-games-list>h2{display:flex;align-items:center;gap:8px;margin:0}.admin-games-list article{display:grid;grid-gap:12px;gap:12px;border:1px solid #dce5f3;border-radius:8px;padding:18px;background:white}.admin-games-list article>header{display:flex;justify-content:space-between;gap:12px;color:#0f1e42}.admin-game-item small,.admin-games-list article>header span{color:#4d6488;font-size:.78rem}.admin-game-item{display:grid;grid-gap:8px;gap:8px;padding-top:12px;border-top:1px solid #e5edf8}.admin-game-item p{margin:0;font-weight:750}.admin-game-item form{display:flex;gap:8px}.admin-game-item button{display:inline-flex;min-height:42px;align-items:center;gap:6px;border:0;border-radius:6px;padding:0 12px;background:#0f1e42;color:white;cursor:pointer;font-weight:800}.admin-games-form-v2 button,.admin-games-form-v2 label:nth-child(3),.admin-games-form-v2 label:nth-child(5),.admin-games-form-v2>.admin-game-question-grid{grid-column:1/-1}.admin-games-form-v2 textarea{min-height:92px}.admin-game-question-grid{display:grid;grid-gap:16px;gap:16px}.admin-game-question-card{display:grid;grid-gap:12px;gap:12px;border:0;border-top:1px solid #e5edf8;margin:0;padding:16px 0 0}.admin-game-question-card legend{padding:0 8px 0 0;color:#1d4ed8;font-size:.78rem;font-weight:900}.admin-games-list-v2 article>header{align-items:flex-start}.admin-games-list-v2 article>header p{margin:4px 0 0;color:#4d6488;font-size:.78rem;font-weight:750}.admin-games-list-v2 article>header span{border:1px solid #bfd5f7;border-radius:999px;padding:4px 8px;color:#31517e;font-size:.68rem;font-weight:850;text-transform:uppercase}.admin-games-list-v2 article.is-archived,.admin-games-list-v2 article.is-draft{opacity:.72}.admin-game-round-actions,.admin-game-round-meta,.admin-game-stats{display:flex;flex-wrap:wrap;gap:8px}.admin-game-item>small,.admin-game-round-meta small,.admin-game-stats span{border:1px solid #dce5f3;border-radius:999px;padding:4px 8px;color:#4d6488;font-size:.72rem;font-weight:800}.admin-game-stats span:first-child{border-color:#bfd5f7;color:#1d4ed8}.admin-game-round-actions{justify-content:flex-end;border-top:1px solid #e5edf8;padding-top:12px}.admin-game-round-actions button{display:inline-flex;min-height:40px;align-items:center;gap:6px;border:0;border-radius:6px;padding:0 12px;background:#0f1e42;color:white;cursor:pointer;font:inherit;font-size:.8rem;font-weight:850}.admin-game-item button:hover,.admin-game-round-actions button:hover{background:#1d4ed8}.admin-game-item button:disabled,.admin-game-round-actions button:disabled{cursor:not-allowed;opacity:.55}.admin-live-scores-form,.admin-live-scores-list{display:grid;grid-gap:16px;gap:16px}.admin-live-scores-form{grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #dce5f3;border-radius:8px;padding:24px;background:white}.admin-live-scores-form label,.admin-live-scores-list form label{display:grid;grid-gap:7px;gap:7px;color:#0f1e42;font-size:.82rem;font-weight:850}.admin-live-scores-form button{grid-column:1/-1}.admin-live-scores-form input,.admin-live-scores-form select,.admin-live-scores-list input,.admin-live-scores-list select{width:100%;min-height:42px;border:1px solid #bfd5f7;border-radius:6px;padding:9px 11px;background:white;color:#0f1e42;font:inherit}.admin-live-scores-list>h2{display:flex;align-items:center;gap:8px;margin:0}.admin-live-scores-list article{display:grid;grid-gap:16px;gap:16px;border:1px solid #dce5f3;border-radius:8px;padding:18px;background:white}.admin-live-scores-list article.is-hidden{opacity:.7}.admin-live-scores-list article>footer,.admin-live-scores-list article>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-live-scores-list article footer small,.admin-live-scores-list article header p{margin:0;color:#4d6488;font-size:.78rem;font-weight:750}.admin-live-scores-list article header h3{margin:5px 0 0;color:#0f1e42;font-size:1rem}.admin-live-scores-list article header>span{border:1px solid #bfd5f7;border-radius:999px;padding:4px 8px;color:#31517e;font-size:.68rem;font-weight:850}.admin-live-scores-list form{display:grid;grid-template-columns:.6fr .6fr 1fr 1.5fr auto;align-items:flex-end;grid-gap:10px;gap:10px}.admin-live-scores-list footer button,.admin-live-scores-list form button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:6px;border:0;border-radius:6px;padding:0 12px;background:#0f1e42;color:white;cursor:pointer;font:inherit;font-size:.8rem;font-weight:850}.admin-live-scores-list footer button:hover,.admin-live-scores-list form button:hover{background:#1d4ed8}.admin-live-scores-form button:disabled,.admin-live-scores-list button:disabled{cursor:not-allowed;opacity:.55}.admin-live-scores-empty{margin:0;color:#4d6488}.admin-polls-form,.admin-polls-list{display:grid;grid-gap:16px;gap:16px}.admin-polls-form{grid-template-columns:1.5fr .6fr;border:1px solid #dce5f3;border-radius:8px;padding:24px;background:white}.admin-polls-form label{display:grid;grid-gap:7px;gap:7px;color:#0f1e42;font-size:.82rem;font-weight:850}.admin-polls-form button,.admin-polls-form label:nth-child(3),.admin-polls-hint{grid-column:1/-1}.admin-polls-form input,.admin-polls-form select,.admin-polls-form textarea{width:100%;min-height:42px;border:1px solid #bfd5f7;border-radius:6px;padding:9px 11px;background:white;color:#0f1e42;font:inherit}.admin-polls-form textarea{min-height:122px;resize:vertical}.admin-polls-empty,.admin-polls-hint{margin:0;color:#4d6488;font-size:.86rem}.admin-polls-list>h2{display:flex;align-items:center;gap:8px;margin:0}.admin-polls-list article{display:grid;grid-gap:16px;gap:16px;border:1px solid #dce5f3;border-radius:8px;padding:18px;background:white}.admin-polls-list article.is-closed{opacity:.72}.admin-polls-list article>footer,.admin-polls-list article>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-polls-list article footer small,.admin-polls-list article header p{margin:0;color:#4d6488;font-size:.78rem;font-weight:750}.admin-polls-list article header h3{margin:5px 0 0;color:#0f1e42;font-size:1rem}.admin-polls-list article header>span{border:1px solid #bfd5f7;border-radius:999px;padding:4px 8px;color:#31517e;font-size:.68rem;font-weight:850;text-transform:uppercase}.admin-poll-results{display:grid;grid-gap:10px;gap:10px}.admin-poll-result{position:relative;overflow:hidden;min-height:54px;border:1px solid #e5edf8;border-radius:8px;background:#f7faff}.admin-poll-result>div{position:relative;z-index:1;display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px}.admin-poll-result strong{color:#0f1e42;font-size:.9rem}.admin-poll-result small{flex:0 0 auto;color:#4d6488;font-size:.78rem;font-weight:800}.admin-poll-result>span{position:absolute;inset:0 auto 0 0;max-inline-size:100%;background:#dcecff}.admin-polls-list footer>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.admin-polls-list footer button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:6px;border:0;border-radius:6px;padding:0 12px;background:#0f1e42;color:white;cursor:pointer;font:inherit;font-size:.8rem;font-weight:850}.admin-polls-list footer button:hover{background:#1d4ed8}.admin-polls-form button:disabled,.admin-polls-list button:disabled{cursor:not-allowed;opacity:.55}.admin-notifications-status{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-notifications-status article{display:flex;align-items:center;gap:12px;border:1px solid #dce5f3;border-radius:8px;padding:16px;background:white;color:#0f1e42}.admin-notifications-status article>svg{color:#1d4ed8}.admin-notifications-status article div{display:grid;grid-gap:2px;gap:2px}.admin-notifications-status strong{font-size:1.05rem;font-weight:900}.admin-notifications-status span{color:#4d6488;font-size:.78rem;font-weight:800}.admin-notifications-form{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-gap:16px;gap:16px;border:1px solid #dce5f3;border-radius:8px;padding:24px;background:white}.admin-notifications-form label{display:grid;grid-gap:7px;gap:7px;color:#0f1e42;font-size:.82rem;font-weight:850}.admin-notifications-actions,.admin-notifications-confirm,.admin-notifications-form label:nth-child(4){grid-column:1/-1}.admin-notifications-form input,.admin-notifications-form select,.admin-notifications-form textarea{width:100%;min-height:42px;border:1px solid #bfd5f7;border-radius:6px;padding:9px 11px;background:white;color:#0f1e42;font:inherit}.admin-notifications-form textarea{min-height:110px;resize:vertical}.admin-notifications-confirm{display:flex!important;grid-template-columns:auto 1fr;align-items:center;color:#4d6488!important}.admin-notifications-confirm input{width:18px;min-height:18px}.admin-notifications-actions{display:flex;flex-wrap:wrap;gap:10px}.admin-notifications-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border:0;border-radius:999px;padding:0 15px;background:#0f1e42;color:white;font-weight:850;cursor:pointer}.admin-notifications-actions button:hover{background:#1d4ed8}.admin-notifications-actions button:disabled,.admin-notifications-form button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:640px){.admin-games-form{grid-template-columns:1fr;padding:18px}.admin-games-form button,.admin-games-form label:nth-child(3),.admin-games-form-v2 label:nth-child(3),.admin-games-form-v2 label:nth-child(5),.admin-games-form-v2>.admin-game-question-grid{grid-column:auto}.admin-game-item form{display:grid}.admin-game-round-actions{justify-content:flex-start}.admin-live-scores-form{grid-template-columns:1fr;padding:18px}.admin-live-scores-form button{grid-column:auto}.admin-live-scores-list form{grid-template-columns:1fr 1fr}.admin-live-scores-list form button,.admin-live-scores-list form label:nth-child(3),.admin-live-scores-list form label:nth-child(4){grid-column:1/-1}.admin-polls-form{grid-template-columns:1fr;padding:18px}.admin-polls-form button,.admin-polls-form label:nth-child(3),.admin-polls-hint{grid-column:auto}.admin-notifications-form,.admin-notifications-status{grid-template-columns:1fr}.admin-notifications-form{padding:18px}.admin-notifications-actions,.admin-notifications-confirm,.admin-notifications-form label:nth-child(4){grid-column:auto}.admin-poll-result>div,.admin-polls-list article>footer,.admin-polls-list article>header{align-items:flex-start;flex-direction:column}.admin-polls-list footer>div{justify-content:flex-start}}.smp-widget{display:grid;grid-gap:16px;gap:16px;border:1px solid rgb(255 255 255/12%);border-radius:8px;padding:20px;background:#0b1a33;color:white;box-shadow:0 14px 28px rgb(6 17 31/14%)}.smp-widget-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.smp-widget h2{display:flex;align-items:center;gap:8px;margin:0;font-size:1.1rem}.smp-live-indicator{border-radius:999px;padding:4px 7px;background:#2563eb;font-size:.62rem;font-weight:900}.smp-score-tabs{display:flex;overflow-x:auto;border-bottom:1px solid rgb(255 255 255/12%)}.smp-score-tabs button{min-height:34px;flex:0 0 auto;border:0;border-bottom:2px solid transparent;padding:0 8px;background:transparent;color:rgb(255 255 255/58%);cursor:pointer;font-size:.72rem;font-weight:800;text-transform:capitalize}.smp-score-tabs button.is-active{border-bottom-color:#60a5fa;color:white}.smp-score-list{display:grid;grid-gap:12px;gap:12px}.smp-score-row{display:grid;grid-gap:6px;gap:6px}.smp-score-row p,.smp-score-row small{margin:0;color:rgb(255 255 255/58%);font-size:.68rem}.smp-score-empty{margin:0;color:rgb(255 255 255/62%);font-size:.8rem;line-height:1.5}.smp-score-row>div{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;font-size:.8rem;font-weight:700}.smp-score-row>div span:last-child{text-align:right}.smp-score-row strong{color:#93c5fd}.smp-score-row small{color:#60a5fa;font-weight:800}.smp-widget-button{width:100%;cursor:pointer}.smp-widget-button:disabled{cursor:not-allowed;opacity:.55}.smp-widget-question{margin:0;font-size:1rem;font-weight:800;line-height:1.4}.smp-poll-options{display:grid;grid-gap:8px;gap:8px}.smp-poll-options button{display:flex;min-height:34px;align-items:center;gap:9px;border:0;padding:0;background:transparent;color:rgb(255 255 255/76%);cursor:pointer;text-align:left}.smp-poll-options button>span{width:14px;height:14px;flex:0 0 auto;border:1px solid rgb(255 255 255/45%);border-radius:999px}.smp-poll-options button.is-selected{color:white}.smp-poll-options button.is-selected>span{border:4px solid #60a5fa}.smp-text-button{width:-moz-fit-content;width:fit-content;border:0;padding:0;background:transparent;color:#93c5fd;cursor:pointer;font-size:.78rem;font-weight:800}.smp-quiz-widget{background:#0f1e42}.smp-quiz-widget>svg{color:#60a5fa}.smp-quiz-widget>p:not(.smp-widget-question){margin:-8px 0 0;color:rgb(255 255 255/65%);font-size:.88rem;line-height:1.55}.site-footer{border-top-color:rgb(255 255 255/12%);background:#06111f}.site-footer-inner{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,1fr) minmax(150px,.55fr);grid-gap:48px;gap:48px;padding:54px 0}.smp-footer-intro{display:grid;align-content:start;grid-gap:14px;gap:14px}.site-footer p{max-width:290px;color:rgb(255 255 255/62%)}.smp-footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px}.smp-footer-contact,.smp-footer-links nav{display:grid;align-content:start;grid-gap:10px;gap:10px}.site-footer h2{margin:0 0 3px;color:white;font-size:.82rem}.smp-footer-contact>a,.smp-footer-links a{color:rgb(255 255 255/62%);font-size:.84rem}.smp-footer-contact>a:hover,.smp-footer-links a:hover{color:#93c5fd}.smp-social-links{display:flex;gap:8px;margin-top:6px}.smp-social-links a{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgb(255 255 255/16%);border-radius:6px;color:white}.smp-social-links a:hover{border-color:#60a5fa;color:#93c5fd}@media (max-width:1120px){.smp-desktop-nav{display:none}.smp-mobile-menu-button{display:grid;cursor:pointer}.smp-mobile-nav{display:grid;width:min(100% - 32px,var(--max));margin:0 auto 14px;overflow:hidden;border:1px solid rgb(255 255 255/12%);border-radius:8px;background:#0b1a33}.smp-mobile-nav a{border-bottom:1px solid rgb(255 255 255/10%);padding:14px 16px;color:white;font-weight:800}.smp-mobile-nav a:last-child{border-bottom:0}.smp-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}.smp-shortcuts a:nth-child(3n){border-right:0}.smp-shortcuts a:nth-child(-n+3){border-bottom:1px solid #e5eaf3}.smp-home-grid{grid-template-columns:minmax(0,1fr) 300px}.poker-authors-grid,.smp-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smp-must-read-grid,.smp-opinions-grid,.smp-videos-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer-inner{grid-template-columns:1fr 1fr}.smp-footer-intro{grid-column:1/-1}}@media (max-width:780px){.smp-member-button{display:none}.smp-hero{min-height:560px}.smp-hero-image{object-position:62% center}.smp-hero-overlay{background:rgb(6 17 31/46%)}.smp-home-grid{grid-template-columns:1fr}.smp-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.smp-live-widget{grid-column:1/-1}.smp-newsletter{grid-template-columns:1fr}.poker-article-layout{grid-template-columns:minmax(0,1fr) 200px;gap:38px}}@media (max-width:767px){.site-header-home,.smp-desktop-home{display:none}.smp-home{min-height:100vh;overflow:visible;background:radial-gradient(circle at 50% -12%,rgb(37 99 235/22%),transparent 34%),#06111f}.pf-mobile-home{display:block;min-height:100vh;padding-bottom:24px;background:#06111f;color:white}body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.account-page,.profile-page{padding:18px 14px 96px}.account-interests-panel{gap:20px}.account-interests-panel,.profile-panel{border-color:rgb(255 255 255/12%);padding:18px;background:#0b1a33;box-shadow:0 18px 38px rgb(0 0 0/24%)}.account-interests-toolbar{display:grid}.account-interests-toolbar h1,.profile-panel h1{color:white}.account-interests-actions span,.account-interests-empty,.account-interests-toolbar p:last-child,.profile-panel>p:not(.smp-kicker){color:rgb(255 255 255/68%)}.account-interest-grid button,.account-interests-empty,.account-interests-toolbar>a{border-color:rgb(255 255 255/12%);background:rgb(255 255 255/5%)}.account-interest-grid button,.account-interests-toolbar>a{color:white}.account-interests-actions{align-items:stretch;border-top-color:rgb(255 255 255/10%)}.profile-actions{display:grid;border-top-color:rgb(255 255 255/10%)}.profile-actions a,.profile-logout-button{border-color:rgb(255 255 255/12%);color:white}.pf-mobile-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:flex;min-height:calc(58px + env(safe-area-inset-top));align-items:flex-end;justify-content:space-between;gap:12px;border-bottom:1px solid rgb(255 255 255/8%);padding:env(safe-area-inset-top) 14px 10px;background:rgb(6 17 31/94%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.pf-mobile-brand{display:inline-flex;align-items:baseline;color:white;font-size:1.16rem;font-weight:950;letter-spacing:0}.pf-mobile-brand span{color:#60a5fa}.pf-mobile-topbar-actions{display:flex;align-items:center;gap:5px}.pf-mobile-topbar-actions a{display:grid;width:34px;height:34px;place-items:center}.pf-mobile-topbar-actions .notification-bell-button,.pf-mobile-topbar-actions a{border:1px solid rgb(255 255 255/10%);border-radius:8px;background:rgb(255 255 255/5%);color:white}.pf-mobile-topbar-actions .notification-bell-button{width:34px;height:34px}.pf-mobile-topbar-actions .notification-bell-button:hover,.pf-mobile-topbar-actions a:hover{border-color:rgb(96 165 250/48%);background:rgb(96 165 250/12%)}.pf-mobile-notification-bell .notification-bell-panel{position:fixed;top:calc(62px + env(safe-area-inset-top));right:12px;left:12px;width:auto}.pf-mobile-avatar{background:linear-gradient(135deg,#2563eb,#60a5fa)!important}.pf-mobile-category-nav{position:-webkit-sticky;position:sticky;top:calc(58px + env(safe-area-inset-top));z-index:25;display:flex;gap:18px;overflow-x:auto;border-bottom:1px solid rgb(255 255 255/8%);padding:12px 14px 0;background:rgb(6 17 31/92%);scrollbar-width:none}.pf-mobile-category-nav::-webkit-scrollbar,.pf-mobile-tag-chips::-webkit-scrollbar{display:none}.pf-mobile-category-nav a{position:relative;flex:0 0 auto;padding:0 0 11px;color:rgb(255 255 255/62%);font-size:.82rem;font-weight:850;white-space:nowrap}.pf-mobile-category-nav a:after{position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:999px 999px 0 0;background:#60a5fa;content:"";opacity:0}.pf-mobile-category-nav a.is-active{color:white}.pf-mobile-category-nav a.is-active:after{opacity:1}.pf-mobile-main{display:grid;grid-gap:22px;gap:22px;width:min(100% - 24px,480px);margin:0 auto;padding:18px 0 24px}.pf-mobile-hero{position:relative;min-height:420px;overflow:hidden;border:1px solid rgb(255 255 255/12%);border-radius:8px;background:#0b1a33;box-shadow:0 22px 44px rgb(0 0 0/34%)}.pf-mobile-hero-image{object-fit:cover}.pf-mobile-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgb(6 17 31/6%),rgb(6 17 31/66%) 48%,rgb(6 17 31/94%)),linear-gradient(90deg,rgb(6 17 31/54%),transparent 68%)}.pf-mobile-hero-content{position:absolute;right:18px;bottom:34px;left:18px;display:grid;grid-gap:9px;gap:9px}.pf-mobile-article-copy>span,.pf-mobile-hero-content>span,.pf-mobile-podcast-promo span{width:-moz-fit-content;width:fit-content;border:1px solid rgb(147 197 253/58%);border-radius:999px;padding:4px 8px;background:rgb(37 99 235/34%);color:#eff6ff;font-size:.64rem;font-weight:950;text-transform:uppercase}.pf-mobile-hero h1{max-width:340px;margin:0;color:white;font-size:clamp(2.05rem,10vw,3.45rem);line-height:.96;letter-spacing:0}.pf-mobile-hero-content p{max-width:320px;margin:0;color:rgb(255 255 255/76%);font-size:.92rem;line-height:1.45}.pf-mobile-hero-content small{display:inline-flex;align-items:center;gap:6px;color:rgb(255 255 255/64%);font-size:.75rem;font-weight:750}.pf-mobile-hero-dots{position:absolute;bottom:14px;left:18px;display:flex;gap:6px}.pf-mobile-hero-dots span{width:7px;height:7px;border-radius:999px;background:rgb(255 255 255/32%)}.pf-mobile-hero-dots span.is-active{width:22px;background:#60a5fa}.pf-mobile-quick-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.pf-mobile-quick-actions a{display:grid;min-height:76px;place-items:center;grid-gap:7px;gap:7px;border:1px solid rgb(255 255 255/10%);border-radius:8px;padding:9px 5px;background:rgb(255 255 255/5%);color:white;box-shadow:0 14px 30px rgb(0 0 0/16%)}.pf-mobile-quick-actions svg{color:#60a5fa}.pf-mobile-quick-actions span{overflow-wrap:anywhere;font-size:.68rem;font-weight:850;line-height:1.1;text-align:center}.pf-mobile-home .smp-poll-widget{border:1px solid rgb(255 255 255/12%);border-radius:8px;padding:16px;background:linear-gradient(135deg,rgb(96 165 250/16%),transparent 62%),#0b1a33;box-shadow:0 18px 36px rgb(0 0 0/24%)}.pf-mobile-home .smp-poll-widget .smp-widget-heading h2,.pf-mobile-home .smp-poll-widget .smp-widget-question{color:white}.pf-mobile-home .smp-poll-widget .smp-widget-question{margin:10px 0 12px;font-size:.98rem;line-height:1.35}.pf-mobile-home .smp-poll-widget .smp-poll-options{gap:8px}.pf-mobile-home .smp-poll-widget .smp-poll-options button{border-color:rgb(255 255 255/12%);background:rgb(255 255 255/5%);color:white}.pf-mobile-home .smp-poll-widget .smp-poll-options button.is-selected{border-color:rgb(96 165 250/58%);background:rgb(37 99 235/24%)}.pf-mobile-home .smp-poll-widget .smp-widget-button{width:100%;margin-top:12px}.pf-mobile-latest,.pf-mobile-personalized,.pf-mobile-podcast-promo{display:grid;grid-gap:13px;gap:13px}.pf-mobile-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.pf-mobile-section-heading h2{margin:0;color:white;font-size:1.35rem;line-height:1}.pf-mobile-section-heading>a{display:inline-flex;align-items:center;gap:5px;color:#60a5fa;font-size:.78rem;font-weight:900}.pf-mobile-tag-chips{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.pf-mobile-tag-chips a{flex:0 0 auto;border:1px solid rgb(96 165 250/28%);border-radius:999px;padding:7px 10px;background:rgb(96 165 250/10%);color:#dbeafe;font-size:.76rem;font-weight:850}.pf-mobile-podcast-promo,.pf-mobile-setup-card{border:1px solid rgb(255 255 255/12%);border-radius:8px;padding:18px;background:linear-gradient(135deg,rgb(37 99 235/20%),transparent 58%),#0b1a33;box-shadow:0 18px 36px rgb(0 0 0/24%)}.pf-mobile-podcast-promo h2,.pf-mobile-setup-card h3{margin:0;color:white;font-size:1.22rem;line-height:1.08}.pf-mobile-podcast-promo p,.pf-mobile-setup-card p{margin:8px 0 0;color:rgb(255 255 255/66%);font-size:.88rem;line-height:1.5}.pf-mobile-podcast-promo>a,.pf-mobile-setup-card a{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:38px;align-items:center;justify-content:center;gap:7px;border-radius:8px;margin-top:14px;padding:0 13px;background:#2563eb;color:white;font-size:.82rem;font-weight:900}.pf-mobile-article-list{display:grid;grid-gap:10px;gap:10px}.pf-mobile-article-row{display:grid;grid-template-columns:92px minmax(0,1fr) 34px;grid-gap:12px;gap:12px;align-items:center;border:1px solid rgb(255 255 255/10%);border-radius:8px;padding:9px;background:rgb(255 255 255/5%);box-shadow:0 12px 28px rgb(0 0 0/16%)}.pf-mobile-article-thumb{position:relative;display:block;aspect-ratio:1/.78;overflow:hidden;border-radius:8px;background:#132640}.pf-mobile-article-thumb img{object-fit:cover}.pf-mobile-article-copy{display:grid;min-width:0;grid-gap:5px;gap:5px}.pf-mobile-article-copy h3{display:-webkit-box;overflow:hidden;margin:0;color:white;font-size:.92rem;line-height:1.18;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pf-mobile-article-copy p{margin:0;overflow:hidden;color:rgb(255 255 255/56%);font-size:.68rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.pf-mobile-article-row button{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgb(255 255 255/10%);border-radius:8px;background:rgb(255 255 255/4%);color:#bfdbfe}.pf-mobile-podcast-promo{grid-template-columns:minmax(0,1fr) auto;align-items:center}.pf-mobile-podcast-promo>a{margin:0}.pf-mobile-skeleton-stack{display:grid;grid-gap:10px;gap:10px}.pf-mobile-skeleton-row{display:grid;grid-template-columns:92px minmax(0,1fr);grid-gap:12px;gap:12px;border:1px solid rgb(255 255 255/10%);border-radius:8px;padding:9px;background:rgb(255 255 255/5%)}.pf-mobile-skeleton-row div span,.pf-mobile-skeleton-row>span{display:block;border-radius:8px;background:linear-gradient(90deg,rgb(255 255 255/7%),rgb(96 165 250/16%),rgb(255 255 255/7%));background-size:200% 100%;animation:pf-mobile-skeleton 1.2s ease-in-out infinite}.pf-mobile-skeleton-row>span{aspect-ratio:1/.78}.pf-mobile-skeleton-row div{display:grid;grid-gap:8px;gap:8px;align-content:center}.pf-mobile-skeleton-row div span{height:12px}.pf-mobile-skeleton-row div span:nth-child(2){width:88%}.pf-mobile-skeleton-row div span:nth-child(3){width:62%}.pf-mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:35;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));place-items:stretch;border-top:1px solid rgb(255 255 255/10%);padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:rgb(5 12 24/96%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.pf-mobile-theme-toggle{position:absolute;right:14px;top:-48px;display:grid;width:40px;height:40px;place-items:center;border:1px solid rgb(96 165 250/34%);border-radius:999px;background:rgb(11 26 51/92%);color:#bfdbfe;cursor:pointer;box-shadow:0 12px 26px rgb(0 0 0/30%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.pf-mobile-theme-toggle:hover{border-color:#60a5fa;background:rgb(37 99 235/24%)}.pf-mobile-bottom-nav a{display:grid;min-width:0;place-items:center;grid-gap:4px;gap:4px;color:rgb(255 255 255/52%);font-size:.64rem;font-weight:850}.pf-mobile-bottom-nav svg{color:currentColor}.pf-mobile-bottom-nav a.is-active{color:#60a5fa}@keyframes pf-mobile-skeleton{0%{background-position:0 50%}to{background-position:-200% 50%}}}@media (max-width:640px){.site-footer-inner,.site-header-inner,.smp-hero-content,.smp-home-content{width:min(100% - 24px,var(--max))}.smp-header-actions>a:not(.smp-member-button){width:34px}.smp-hero{min-height:540px}.smp-hero-content{align-content:flex-end;padding:48px 0 94px}.smp-hero h1{max-width:430px;font-size:clamp(2.6rem,13vw,4rem)}.smp-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-28px}.smp-shortcuts a{padding:14px 11px}.smp-shortcuts a:nth-child(3n){border-right:1px solid #e5eaf3}.smp-shortcuts a:nth-child(2n){border-right:0}.smp-shortcuts a:nth-child(-n+3){border-bottom:1px solid #e5eaf3}.smp-shortcuts a:nth-child(5){border-bottom:0}.smp-shortcuts small{display:none}.smp-home-grid{gap:28px;margin-top:34px}.smp-section-heading{align-items:flex-start}.smp-section-heading h2{font-size:2.1rem}.site-footer-inner,.smp-footer-links,.smp-must-read-grid,.smp-news-grid,.smp-opinions-grid,.smp-sidebar,.smp-videos-grid{grid-template-columns:1fr}.smp-editorial-section,.smp-newsletter,.smp-opinions-section,.smp-podcast-card,.smp-videos-section{margin-top:52px}.smp-must-read-card{min-height:220px}.smp-opinion-card blockquote{min-height:0}.smp-podcast-card{grid-template-columns:1fr;gap:18px}.smp-podcast-action{grid-template-columns:auto auto;justify-content:flex-start}.smp-podcast-list-item{grid-template-columns:72px minmax(0,1fr);gap:14px}.smp-podcast-list-icon,.smp-podcast-list-item>img{width:72px;height:72px}.smp-podcast-list-item>a{grid-column:1/-1;grid-template-columns:auto auto auto;justify-content:flex-start}.smp-newsletter{gap:24px;padding:26px 20px}.smp-newsletter form{grid-template-columns:1fr;overflow:visible;gap:10px;background:transparent}.smp-newsletter button,.smp-newsletter input{min-height:46px;border-radius:6px}.poker-article-hero-inner,.poker-article-image,.poker-article-layout,.poker-category-hero-inner{width:min(100% - 24px,var(--max))}.poker-article-hero-inner{padding:50px 0 38px}.poker-article-hero h1{font-size:clamp(2.5rem,12vw,4.2rem)}.poker-article-meta{gap:8px}.poker-meta-separator{display:none}.poker-article-image{min-height:260px}.poker-article-layout{grid-template-columns:1fr;gap:32px;margin-top:36px}.poker-article-sidebar{position:static;border-top:1px solid #dce5f3;border-left:0;padding:24px 0 0}.poker-category-hero-inner{padding:48px 0 42px}.poker-category-content{padding-top:34px}.poker-listing-hero-inner,.poker-search-hero-inner{width:min(100% - 24px,var(--max));padding:48px 0 42px}.poker-listing-content,.poker-search-results{padding-top:34px}.poker-author-hero-inner,.poker-authors-grid{grid-template-columns:1fr}.poker-author-hero-inner{width:min(100% - 24px,var(--max));gap:20px;padding:50px 0 44px}.poker-author-avatar-large{width:112px;height:112px;font-size:1.6rem}.poker-author-intro h1{font-size:clamp(2.8rem,13vw,4.2rem)}.poker-listing-hero h1,.poker-search-hero h1{font-size:clamp(2.7rem,13vw,4.2rem)}.poker-auth-page{min-height:calc(100vh - 68px);padding:28px 12px}.games-hero-inner{width:min(100% - 24px,var(--max))}.games-hub{grid-template-columns:1fr 1fr}.game-guess-player,.game-predictor,.game-quiz,.games-leaderboard,.games-login-gate{grid-column:span 2}.game-quick-choice,.games-leaderboard{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr)}.games-content{padding-top:34px}.games-hero{min-height:360px}.games-hero-inner h1{font-size:clamp(3rem,14vw,4.4rem)}.game-choice-grid,.game-quick-choice,.games-hub,.games-leaderboard{grid-template-columns:1fr}.game-guess-player,.game-predictor,.game-quick-choice,.game-quiz,.games-leaderboard,.games-login-gate{grid-column:auto}.game-panel{min-height:0;padding:20px}.game-choice-result{grid-column:auto}.leaderboard-controls{justify-self:start}.games-login-gate{display:grid;align-items:flex-start}.games-login-gate button{width:100%;justify-content:center}.site-footer-inner{gap:30px;padding:42px 0}}html[data-theme=dark]{--bg:#07111f;--surface:#0f1e33;--surface-muted:#172b45;--ink:#eef5ff;--ink-muted:#a8b5ca;--line:#263a56;--accent:#60a5fa;--accent-strong:#93c5fd;--alert:#fb7185;--sport:#38bdf8;--shadow:0 20px 42px rgb(0 0 0/34%);color-scheme:dark}html[data-theme=dark] .account-page,html[data-theme=dark] .article-page,html[data-theme=dark] .auth-page,html[data-theme=dark] .games-page,html[data-theme=dark] .poker-author-page,html[data-theme=dark] .poker-category-content,html[data-theme=dark] .poker-listing-page,html[data-theme=dark] .poker-search-results,html[data-theme=dark] .profile-page,html[data-theme=dark] .smp-home,html[data-theme=dark] body{background:var(--bg);color:var(--ink)}html[data-theme=dark] .site-header{border-bottom-color:rgb(255 255 255/10%);background:rgb(5 12 24/96%)}html[data-theme=dark] .smp-theme-toggle{background:rgb(96 165 250/14%);color:#bfdbfe}html[data-theme=dark] .account-interests-panel,html[data-theme=dark] .admin-live-scores-form,html[data-theme=dark] .admin-live-scores-list article,html[data-theme=dark] .admin-notifications-form,html[data-theme=dark] .admin-notifications-status article,html[data-theme=dark] .admin-polls-form,html[data-theme=dark] .admin-polls-list article,html[data-theme=dark] .admin-tile,html[data-theme=dark] .article-card,html[data-theme=dark] .auth-panel,html[data-theme=dark] .game-panel,html[data-theme=dark] .game-quick-choice,html[data-theme=dark] .games-leaderboard,html[data-theme=dark] .games-login-gate,html[data-theme=dark] .poker-author-card,html[data-theme=dark] .profile-panel,html[data-theme=dark] .search-form,html[data-theme=dark] .smp-news-card,html[data-theme=dark] .smp-newsletter,html[data-theme=dark] .smp-podcast-card,html[data-theme=dark] .smp-podcast-list-item,html[data-theme=dark] .smp-shortcuts{border-color:var(--line);background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}html[data-theme=dark] .smp-shortcuts a{border-color:var(--line)}html[data-theme=dark] .article-card:hover,html[data-theme=dark] .poker-author-card:hover,html[data-theme=dark] .smp-news-card:hover,html[data-theme=dark] .smp-shortcuts a:hover{border-color:rgb(96 165 250/54%);background:#132640}html[data-theme=dark] .account-interests-toolbar h1,html[data-theme=dark] .admin-live-scores-list article header h3,html[data-theme=dark] .admin-notifications-form label,html[data-theme=dark] .admin-notifications-status strong,html[data-theme=dark] .admin-poll-result strong,html[data-theme=dark] .admin-polls-list article header h3,html[data-theme=dark] .article-card h3,html[data-theme=dark] .article-hero h1,html[data-theme=dark] .page-header h1,html[data-theme=dark] .poker-article-body,html[data-theme=dark] .poker-article-body blockquote,html[data-theme=dark] .poker-article-body h2,html[data-theme=dark] .poker-article-body h3,html[data-theme=dark] .poker-article-body p,html[data-theme=dark] .poker-article-body strong,html[data-theme=dark] .poker-author-card h3,html[data-theme=dark] .poker-listing-content h2,html[data-theme=dark] .profile-panel h1,html[data-theme=dark] .section-heading h2,html[data-theme=dark] .smp-news-card h3,html[data-theme=dark] .smp-opinion-card blockquote,html[data-theme=dark] .smp-opinion-card footer strong,html[data-theme=dark] .smp-section-heading h2{color:var(--ink)}html[data-theme=dark] .account-interests-actions span,html[data-theme=dark] .account-interests-toolbar p:last-child,html[data-theme=dark] .admin-live-scores-list article footer small,html[data-theme=dark] .admin-live-scores-list article header p,html[data-theme=dark] .admin-notifications-confirm,html[data-theme=dark] .admin-notifications-status span,html[data-theme=dark] .admin-polls-empty,html[data-theme=dark] .admin-polls-hint,html[data-theme=dark] .admin-polls-list article footer small,html[data-theme=dark] .admin-polls-list article header p,html[data-theme=dark] .article-card p,html[data-theme=dark] .article-hero p,html[data-theme=dark] .auth-panel p,html[data-theme=dark] .page-header p,html[data-theme=dark] .poker-author-card footer small,html[data-theme=dark] .poker-author-card span,html[data-theme=dark] .profile-panel>p:not(.smp-kicker),html[data-theme=dark] .smp-news-card footer,html[data-theme=dark] .smp-news-card p,html[data-theme=dark] .smp-opinion-card footer small{color:var(--ink-muted)}html[data-theme=dark] .admin-game-item>small,html[data-theme=dark] .admin-game-round-meta small,html[data-theme=dark] .admin-game-stats span,html[data-theme=dark] .admin-live-scores-list article header>span,html[data-theme=dark] .admin-polls-list article header>span,html[data-theme=dark] .badge-neutral,html[data-theme=dark] .poker-author-card-avatar,html[data-theme=dark] .smp-avatar,html[data-theme=dark] .smp-category-badge,html[data-theme=dark] .tag-list span{border-color:rgb(96 165 250/38%);background:rgb(96 165 250/14%);color:#bfdbfe}html[data-theme=dark] .profile-saved-list strong,html[data-theme=dark] .profile-section-heading h2{color:var(--ink)}html[data-theme=dark] .profile-saved-list a{border-color:var(--line);background:#0a1729}html[data-theme=dark] .profile-empty-state,html[data-theme=dark] .profile-saved-list span{color:var(--ink-muted)}html[data-theme=dark] .admin-games-form input,html[data-theme=dark] .admin-games-form select,html[data-theme=dark] .admin-games-form textarea,html[data-theme=dark] .admin-live-scores-form input,html[data-theme=dark] .admin-live-scores-form select,html[data-theme=dark] .admin-live-scores-list input,html[data-theme=dark] .admin-live-scores-list select,html[data-theme=dark] .admin-notifications-form input,html[data-theme=dark] .admin-notifications-form select,html[data-theme=dark] .admin-notifications-form textarea,html[data-theme=dark] .admin-polls-form input,html[data-theme=dark] .admin-polls-form select,html[data-theme=dark] .admin-polls-form textarea,html[data-theme=dark] .search-control,html[data-theme=dark] .smp-newsletter input,html[data-theme=dark] .stacked-form input{border-color:var(--line);background:#0a1729;color:var(--ink)}html[data-theme=dark] .account-interest-grid button,html[data-theme=dark] .account-interests-actions,html[data-theme=dark] .account-interests-empty,html[data-theme=dark] .account-interests-toolbar>a,html[data-theme=dark] .admin-game-item,html[data-theme=dark] .admin-game-question-card,html[data-theme=dark] .admin-game-round-actions,html[data-theme=dark] .mobile-nav,html[data-theme=dark] .poker-article-content,html[data-theme=dark] .poker-article-sidebar,html[data-theme=dark] .poker-author-card footer,html[data-theme=dark] .profile-actions,html[data-theme=dark] .profile-actions a,html[data-theme=dark] .profile-logout-button,html[data-theme=dark] .smp-mobile-nav,html[data-theme=dark] .smp-videos-section{border-color:var(--line)}html[data-theme=dark] .poker-article-body ol,html[data-theme=dark] .poker-article-body ul,html[data-theme=dark] .poker-article-embed-link,html[data-theme=dark] .poker-article-inline-image figcaption{color:var(--ink)}html[data-theme=dark] .poker-article-body a{color:var(--accent-strong)}html[data-theme=dark] .profile-logout-button{background:#0a1729}html[data-theme=dark] .profile-actions a,html[data-theme=dark] .profile-logout-button{background:#0a1729;color:var(--ink)}html[data-theme=dark] .profile-actions a:first-child{border-color:rgb(96 165 250/54%);background:#2563eb;color:white}html[data-theme=dark] .profile-logout-button{border-color:rgb(253 164 175/45%);color:#fda4af}html[data-theme=dark] .account-interest-grid button,html[data-theme=dark] .account-interests-empty{background:#0a1729;color:var(--ink)}html[data-theme=dark] .account-interest-grid button.is-selected{border-color:rgb(96 165 250/54%);background:#2563eb;color:white}html[data-theme=dark] .game-panel h2,html[data-theme=dark] .games-hero-inner h1,html[data-theme=dark] .games-leaderboard h2,html[data-theme=dark] .smp-newsletter h2,html[data-theme=dark] .smp-podcast-card h2,html[data-theme=dark] .smp-podcast-list-item h3,html[data-theme=dark] .smp-video-card h3{color:var(--ink)}html[data-theme=dark] .game-panel p,html[data-theme=dark] .games-leaderboard p,html[data-theme=dark] .smp-newsletter p,html[data-theme=dark] .smp-podcast-card p,html[data-theme=dark] .smp-podcast-list-item span,html[data-theme=dark] .smp-video-card p{color:var(--ink-muted)}html[data-theme=dark] .admin-poll-result{border-color:var(--line);background:#0a1729}html[data-theme=dark] .admin-poll-result>span{background:rgb(96 165 250/24%)}html[data-theme=dark] .ad-slot{border-color:rgb(96 165 250/42%);background:rgb(96 165 250/9%)}html[data-theme=dark] .games-hero,html[data-theme=dark] .poker-author-hero,html[data-theme=dark] .poker-category-hero,html[data-theme=dark] .poker-listing-hero,html[data-theme=dark] .poker-search-hero{background:#050c18}html[data-theme=light] .site-header{border-bottom-color:var(--line);background:rgb(255 255 255/94%);color:var(--ink)}html[data-theme=light] .notification-bell-button,html[data-theme=light] .smp-brand,html[data-theme=light] .smp-desktop-nav a,html[data-theme=light] .smp-header-actions>a:not(.smp-member-button),html[data-theme=light] .smp-mobile-menu-button,html[data-theme=light] .smp-theme-toggle{color:var(--ink)}html[data-theme=light] .smp-desktop-nav a.is-active,html[data-theme=light] .smp-desktop-nav a:hover{color:var(--accent)}html[data-theme=light] .notification-bell-button:hover,html[data-theme=light] .smp-header-actions>a:not(.smp-member-button):hover,html[data-theme=light] .smp-mobile-menu-button:hover,html[data-theme=light] .smp-theme-toggle:hover{background:rgb(37 99 235/10%)}html[data-theme=light] .smp-theme-toggle{border:1px solid var(--line);background:var(--surface)}html[data-theme=dark] .poker-article-page,html[data-theme=dark] .poker-category-page{background:var(--bg);color:var(--ink)}html[data-theme=light] .article-card h3,html[data-theme=light] .poker-article-body,html[data-theme=light] .poker-article-body h2,html[data-theme=light] .poker-article-body h3,html[data-theme=light] .poker-article-body p,html[data-theme=light] .poker-article-body strong,html[data-theme=light] .poker-author-card h3,html[data-theme=light] .poker-listing-content h2,html[data-theme=light] .section-heading h2,html[data-theme=light] .smp-news-card h3,html[data-theme=light] .smp-section-heading h2{color:#111827}html[data-theme=light] .pf-mobile-article-copy>span,html[data-theme=light] .smp-category-badge{border-color:rgb(37 99 235/28%);background:#eff6ff;color:#0f3fa8}html[data-theme=light] .article-card p,html[data-theme=light] .poker-author-card footer small,html[data-theme=light] .poker-author-card span,html[data-theme=light] .poker-listing-content p,html[data-theme=light] .smp-news-card p{color:#4b5b73}@media (max-width:767px){html[data-theme=light] .pf-mobile-home,html[data-theme=light] .smp-home{background:#f4f7fb;color:#111827}html[data-theme=light] .pf-mobile-bottom-nav,html[data-theme=light] .pf-mobile-category-nav,html[data-theme=light] .pf-mobile-topbar{border-color:#d9e1ef;background:rgb(255 255 255/96%)}html[data-theme=light] .account-interests-toolbar h1,html[data-theme=light] .pf-mobile-article-copy h3,html[data-theme=light] .pf-mobile-brand,html[data-theme=light] .pf-mobile-category-nav a.is-active,html[data-theme=light] .pf-mobile-podcast-promo h2,html[data-theme=light] .pf-mobile-section-heading h2,html[data-theme=light] .pf-mobile-setup-card h3,html[data-theme=light] .pf-mobile-topbar-actions a,html[data-theme=light] .profile-panel h1{color:#111827}html[data-theme=light] .account-interests-actions span,html[data-theme=light] .account-interests-empty,html[data-theme=light] .account-interests-toolbar p:last-child,html[data-theme=light] .pf-mobile-article-copy p,html[data-theme=light] .pf-mobile-category-nav a,html[data-theme=light] .pf-mobile-podcast-promo p,html[data-theme=light] .pf-mobile-setup-card p,html[data-theme=light] .profile-panel>p:not(.smp-kicker){color:#52627a}html[data-theme=light] .account-interest-grid button,html[data-theme=light] .account-interests-empty,html[data-theme=light] .account-interests-panel,html[data-theme=light] .account-interests-toolbar>a,html[data-theme=light] .pf-mobile-article-row,html[data-theme=light] .pf-mobile-home .smp-poll-widget,html[data-theme=light] .pf-mobile-podcast-promo,html[data-theme=light] .pf-mobile-quick-actions a,html[data-theme=light] .pf-mobile-setup-card,html[data-theme=light] .pf-mobile-topbar-actions .notification-bell-button,html[data-theme=light] .pf-mobile-topbar-actions a,html[data-theme=light] .profile-actions a,html[data-theme=light] .profile-logout-button,html[data-theme=light] .profile-panel{border-color:#d9e1ef;background:#ffffff;color:#111827;box-shadow:0 12px 28px rgb(15 23 42/8%)}html[data-theme=light] .pf-mobile-hero{border-color:rgb(17 24 39/16%);background:#0b1a33;box-shadow:0 18px 38px rgb(15 23 42/18%)}html[data-theme=light] .pf-mobile-hero-overlay{background:linear-gradient(180deg,rgb(6 17 31/22%),rgb(6 17 31/74%) 52%,rgb(6 17 31/96%)),linear-gradient(90deg,rgb(6 17 31/70%),rgb(6 17 31/18%) 72%)}html[data-theme=light] .pf-mobile-hero h1,html[data-theme=light] .pf-mobile-hero-content p,html[data-theme=light] .pf-mobile-hero-content small{color:white}html[data-theme=light] .pf-mobile-tag-chips a{border-color:rgb(37 99 235/20%);background:rgb(37 99 235/8%);color:#1d4ed8}html[data-theme=light] .pf-mobile-article-row button{border-color:#d9e1ef;background:#f8fbff;color:#2563eb}html[data-theme=light] .pf-mobile-home .smp-poll-widget{background:linear-gradient(135deg,rgb(37 99 235/8%),transparent 62%),#ffffff}html[data-theme=light] .pf-mobile-home .smp-poll-widget .smp-widget-heading h2,html[data-theme=light] .pf-mobile-home .smp-poll-widget .smp-widget-question{color:#111827}html[data-theme=light] .pf-mobile-home .smp-poll-widget .smp-poll-options button{border-color:#d9e1ef;background:#f8fbff;color:#111827}html[data-theme=light] .pf-mobile-bottom-nav a{color:#52627a}html[data-theme=light] .pf-mobile-bottom-nav a.is-active{color:#2563eb}html[data-theme=light] .pf-mobile-theme-toggle{border-color:#d9e1ef;background:rgb(255 255 255/96%);color:#111827;box-shadow:0 12px 26px rgb(15 23 42/14%)}html[data-theme=light] .account-interests-actions,html[data-theme=light] .profile-actions{border-top-color:#d9e1ef}}