.swipe-file-page *,.swipe-file-page *:before,.swipe-file-page *:after{box-sizing:border-box}:root{--bg: #FFFFFF;--surface: #FFFFFF;--border: #E5E5F9;--border-light: #DCDCDC;--text: #0C0C0E;--text-muted: #646477;--green: #0C7A49;--red: #F04438;--gold: #B54708;--violet: #8057FF;--violet-dim: #F3F0FF;--green-dim: #ECFDF3;--red-dim: #FEF3F2;--gold-dim: #FFFAEB;--shadow-xs: 0 1px 2px rgba(16,24,40,.05);--shadow-sm: 0 1px 3px rgba(16,24,40,.08), 0 1px 2px rgba(16,24,40,.04);--shadow-md: 0 4px 8px -2px rgba(16,24,40,.08), 0 2px 4px -2px rgba(16,24,40,.04);--shadow-lg: 0 4px 6px -2px rgba(16,24,40,.03), 0 12px 16px -4px rgba(16,24,40,.08);--max-w: 1440px;--content-w: 1080px;--sidebar-w: 232px;--sidebar-gap: 24px}html{scroll-behavior:smooth}.swipe-file-page{scrollbar-width:thin;scrollbar-color:#F2F4F7 #FFFFFF;background:var(--bg);color:var(--text);font-family:Figtree,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}.sidebar-nav{position:fixed;left:var(--sidebar-gap);top:var(--sidebar-gap);width:var(--sidebar-w);z-index:900;background:#fff;border:1px solid #DCDCDC;border-radius:16px;padding:10px;display:flex;flex-direction:column;gap:3px;max-height:calc(100vh - 48px);overflow-y:auto;scrollbar-width:thin;box-shadow:var(--shadow-xs)}.sidebar-logo{display:block;font-family:Figtree,sans-serif;font-weight:800;font-size:17px;color:#0c0c0e;text-decoration:none;padding:6px 14px 12px}.sidebar-logo em{font-style:normal;color:var(--violet)}.sidebar-item{display:flex;align-items:center;gap:12px;padding:10px 16px;text-decoration:none;color:var(--text-muted);font-size:14px;font-family:Figtree,sans-serif;font-weight:500;border-radius:10px;transition:all .2s;line-height:1.35;overflow-wrap:anywhere}.sidebar-item:hover{color:var(--text);background:#fafafa}.sidebar-emoji{font-size:18px;flex-shrink:0;width:24px;text-align:center;line-height:1}.sidebar-item.active{color:#0c0c0e;background:#f3f0ff}.sidebar-item.active-green{background:#ecfdf3;color:var(--green)}.sidebar-item.active-gold{color:var(--gold);border-color:var(--gold)}.sidebar-item.active-red{background:#fef3f2;color:var(--red)}.sidebar-divider{height:1px;background:var(--border);margin:4px 8px}@media(min-width:1101px){.swipe-file-page{padding-left:calc(var(--sidebar-w) + var(--sidebar-gap) * 2)}}@media(max-width:1100px){.sidebar-nav{display:none}}.back-to-top{position:fixed;bottom:32px;right:32px;width:44px;height:44px;background:var(--surface);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:998;opacity:0;transform:translateY(10px);transition:opacity .3s,transform .3s;color:var(--text-muted)}.back-to-top.visible{opacity:1;transform:translateY(0)}.back-to-top:hover{border-color:var(--violet);color:var(--violet)}.lightbox-overlay{position:fixed;inset:0;background:#000000eb;z-index:2000;display:none;align-items:center;justify-content:center;cursor:zoom-out}.lightbox-overlay.active{display:flex}.lightbox-img{max-width:92vw;max-height:92vh;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 0 80px #00000080}.lightbox-caption{position:fixed;bottom:24px;left:50%;transform:translate(-50%);color:var(--text-muted);font-size:13px;font-family:Figtree,sans-serif}.lightbox-close{position:fixed;top:24px;right:24px;width:40px;height:40px;background:#f2f4f7;border:none;border-radius:50%;color:#0c0c0e;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.hero{min-height:auto;display:flex;flex-direction:column;justify-content:center;position:relative;padding:64px 40px;background:#0f0f11;color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 800px 420px at 82% -12%,rgba(128,87,255,.26),transparent 62%);pointer-events:none}.hero-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%;position:relative}.hero h1{font-family:Figtree,sans-serif;font-weight:600;font-size:clamp(36px,4.6vw,54px);line-height:1.06;letter-spacing:-.03em;color:#fff;margin-bottom:20px;text-wrap:balance}.hero-sub{font-size:17px;color:#ffffffb8;margin-bottom:0;line-height:1.6}.hero-sub strong{color:#fff}.hero-eyebrow{font-family:Figtree,sans-serif;font-size:15px;font-weight:700;color:#b08ef4;margin-bottom:16px;display:flex;align-items:center;gap:12px}.hero-decision-badge{display:inline-block;font-family:Figtree,sans-serif;font-size:14px;font-weight:700;color:#ffffffd9;background:#ffffff14;border:1px solid rgba(255,255,255,.16);padding:4px 14px;border-radius:9999px}.hero-visual{display:flex;align-items:center;justify-content:center;perspective:1000px;position:relative}.hero-visual:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(ellipse,rgba(128,87,255,.18),transparent 68%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none;filter:blur(40px)}.fan-stack{position:relative;width:460px;height:520px;z-index:1}.fan-img{position:absolute;width:380px;height:auto;max-height:480px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:12px;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 44px #00000080;transition:transform .5s cubic-bezier(.23,1,.32,1),box-shadow .5s ease;cursor:pointer}.fan-img-0{z-index:5;top:20px;left:40px;transform:rotate(-2deg);box-shadow:0 24px 64px #0009}.fan-img-1{z-index:4;top:5px;left:70px;transform:rotate(4deg)}.fan-img-2{z-index:3;top:35px;left:10px;transform:rotate(-6deg)}.fan-img-3{z-index:2;top:-5px;left:55px;transform:rotate(8deg)}.fan-img-4{z-index:1;top:45px;left:25px;transform:rotate(-9deg)}.fan-stack:hover .fan-img-0{transform:rotate(-12deg) translate(-70px);box-shadow:0 28px 72px #000000b3}.fan-stack:hover .fan-img-1{transform:rotate(-3deg) translate(-25px) translateY(-15px)}.fan-stack:hover .fan-img-2{transform:rotate(1deg) translate(15px)}.fan-stack:hover .fan-img-3{transform:rotate(8deg) translate(60px) translateY(-12px)}.fan-stack:hover .fan-img-4{transform:rotate(16deg) translate(100px)}.scroll-indicator{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffff8c;font-size:13px;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.author-hero{padding:80px 40px}.author-hero-inner{max-width:820px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:center;background:#fff;border:2px solid #0C0C0E;border-radius:14px;padding:40px 44px;position:relative}.author-hero-inner:before{content:"";position:absolute;left:4px;top:10px;width:calc(100% - 6px);height:100%;border-radius:14px;background:var(--violet);z-index:-1}.author-avatar-col{display:flex;flex-direction:column;align-items:center;gap:12px}.author-photo{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid #E9E3FF}.author-name{font-family:Figtree,sans-serif;font-weight:700;font-size:14px;color:#0c0c0e;white-space:nowrap}.author-role{font-family:Figtree,sans-serif;font-size:11px;color:var(--violet);white-space:nowrap}.author-quote-col{display:flex;flex-direction:column;gap:16px}.author-quote-marks{font-family:Figtree,sans-serif;font-size:42px;font-weight:800;color:var(--violet);line-height:.6;opacity:.5}.author-quote{font-family:Figtree,sans-serif;font-size:17px;font-weight:500;color:#525266;line-height:1.66}.author-quote strong{color:#26262f;font-weight:700}.author-photo-sm{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #17B26A}.author-byline,.author-sep{display:none}.author-site{color:var(--violet);font-weight:600}.author-transition{padding:20px 40px}.author-transition-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:16px}.author-handwritten{font-family:Figtree,sans-serif;font-style:italic;font-size:22px;font-weight:600;color:var(--text);line-height:1.4}.author-emoji{font-size:32px;display:inline-block;animation:point 1.5s ease-in-out infinite}@keyframes point{0%,to{transform:translate(0)}50%{transform:translate(8px)}}.stats-intro-callout{background:var(--surface);border:2px solid var(--border-light);border-radius:16px;padding:32px 36px;margin-bottom:48px;max-width:860px;display:flex;gap:20px;align-items:flex-start;position:relative;box-shadow:var(--shadow-sm)}.stats-intro-callout:before{content:none}.stats-intro-emoji{font-size:32px;flex-shrink:0;line-height:1;margin-top:2px}.stats-intro{font-size:15px;color:var(--text);line-height:1.8;margin:0}.section-label{font-family:Figtree,sans-serif;font-weight:600;font-size:clamp(32px,4.2vw,46px);color:#0c0c0e;margin:0 auto 48px;letter-spacing:-.035em;line-height:1.05;text-align:center;max-width:680px;text-wrap:balance}.stats-section{padding:56px 40px 40px;border-top:1px solid var(--border)}.stats-inner{max-width:var(--max-w);margin:0 auto}.stats-header{margin-bottom:56px}.stats-eyebrow{font-family:Figtree,sans-serif;font-size:16px;font-weight:700;color:var(--violet);display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px}.stats-header{text-align:center}.stats-intro-callout{margin-left:auto;margin-right:auto;text-align:left}.accent-green{color:var(--green)}.accent-red{color:var(--red)}.accent-violet{color:var(--violet)}.process-section{margin-bottom:48px}.process-title{font-family:Figtree,sans-serif;font-weight:600;font-size:clamp(32px,5vw,54px);color:#0c0c0e;text-align:center;letter-spacing:-.04em;line-height:1.05;margin-bottom:44px}.process-cards{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}.process-card{background:#fff;border:1px solid #E5E5F9;border-radius:24px;padding:20px 20px 26px;max-width:332px;flex:1;min-width:260px;box-shadow:var(--shadow-xs);transition:all .3s ease}.process-card:hover{transform:rotate(-1.2deg)}.process-card-visual{border-radius:16px;padding:16px;margin-bottom:16px;min-height:180px}.process-card-visual-violet{background:#f3f0ff}.process-card-visual-green{background:#ecfdf3}.process-card-visual-gold{background:#fffaeb}.process-card-mockup{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #E5E5F9}.process-mockup-bar{display:flex;gap:5px;padding:8px 12px;background:#fafafa;border-bottom:1px solid #E5E5F9}.pmb-dot{width:8px;height:8px;border-radius:50%}.pmb-red{background:#ff5f57}.pmb-yellow{background:#febc2e}.pmb-green{background:#28c840}.process-mockup-body{padding:12px 14px 14px}.pmb-search-bar{background:#f2f4f7;border:1px solid #DCDCDC;border-radius:6px;padding:6px 10px;font-size:11px;color:var(--text-muted);font-family:Figtree,sans-serif;margin-bottom:10px}.pmb-results{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.pmb-result-row{display:flex;align-items:center;gap:8px;padding:5px 8px;background:#f2f4f7;border-radius:4px}.pmb-ad-badge{font-size:9px;font-weight:700;color:var(--violet);background:var(--violet-dim);padding:1px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.05em}.pmb-result-url{font-size:12px;color:var(--text-muted);font-family:Figtree,sans-serif}.pmb-stat{font-family:Figtree,sans-serif;font-size:12px;color:var(--violet);text-align:center;letter-spacing:.03em}.pmb-capture-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px}.pmb-capture-thumb{height:40px;border-radius:4px;background:#f2f4f7;border:1px solid #E5E5F9}.pmb-progress{height:6px;background:#fafafa;border-radius:3px;overflow:hidden;margin-bottom:10px}.pmb-progress-fill{width:78%;height:100%;background:linear-gradient(90deg,var(--green),rgba(23,178,106,.5));border-radius:3px}.pmb-score-rows{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.pmb-score-row{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;background:#fafafa;border-radius:4px}.pmb-score-label{font-size:10px;color:var(--text-muted)}.pmb-score-val{font-size:10px;font-weight:700;font-family:Figtree,sans-serif}.pmb-score-strong{color:var(--green)}.pmb-score-partial{color:var(--gold)}.process-card-num{width:38px;height:38px;border-radius:50%;background:#e6ddff;border:5px solid #F2EDFF;color:#7c45cb;font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;letter-spacing:-.02em;line-height:1.25}.process-card-dash{height:2px;margin:0 auto 16px;opacity:.2;background-image:repeating-linear-gradient(90deg,var(--text-muted) 0,var(--text-muted) 8px,transparent 8px,transparent 16px)}.process-card-text{text-align:center;font-size:16px;font-weight:500;color:#0c0c0e;line-height:1.4;letter-spacing:-.02em;margin:0}@media(max-width:768px){.process-cards{flex-direction:column;align-items:center}.process-card{max-width:100%}}.industry-context{margin-bottom:56px;padding:40px 0}.industry-context-title{font-family:Figtree,sans-serif;font-weight:700;font-size:clamp(22px,3vw,28px);color:#0c0c0e;margin:12px 0;letter-spacing:-.01em}.industry-context-sub{font-size:15px;color:var(--text-muted);margin:0 0 28px;max-width:700px;line-height:1.6}.industry-signals{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface)}.industry-signal{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;border-bottom:1px solid var(--border);transition:background .2s}.industry-signal:hover{background:#fafafa}.industry-signal:nth-child(2n){border-left:1px solid var(--border)}.industry-signal:nth-last-child(-n+2){border-bottom:none}.industry-signal-icon{font-size:24px;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f0ff;border-radius:10px}.industry-signal-text h4{font-family:Figtree,sans-serif;font-weight:600;font-size:14px;color:#0c0c0e;margin:0 0 4px}.industry-signal-text p{font-size:13px;color:var(--text-muted);line-height:1.55;margin:0}@media(max-width:768px){.industry-signals{grid-template-columns:1fr}.industry-signal:nth-child(2n){border-left:none}.industry-signal:nth-last-child(2){border-bottom:1px solid var(--border)}}.section-divider{width:80px;height:3px;background:linear-gradient(90deg,var(--violet),rgba(128,87,255,.15));border-radius:2px;margin:48px auto}.divider-green{width:80px;height:3px;background:linear-gradient(90deg,var(--green),rgba(23,178,106,.1));border-radius:2px;margin:48px auto}.divider-rose{width:80px;height:3px;background:linear-gradient(90deg,var(--red),rgba(240,68,56,.1));border-radius:2px;margin:48px auto}.scoring-section{margin-bottom:48px}.scoring-title{font-family:Figtree,sans-serif;font-weight:600;font-size:clamp(28px,4.5vw,54px);color:#0c0c0e;text-align:center;letter-spacing:-.04em;line-height:1.05;margin-bottom:40px;max-width:570px;margin-left:auto;margin-right:auto}.scoring-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:32px}.scoring-pill{display:flex;align-items:center;gap:16px;background:#f2f4f7;border-radius:12px;padding:12px 24px;transition:all .3s ease}.scoring-pill:hover{transform:rotate(1.5deg)}.scoring-pill-emoji{font-size:24px;line-height:1.2}.scoring-pill-text strong{display:block;font-family:Figtree,sans-serif;font-weight:600;font-size:16px;color:#0c0c0e;line-height:1.3;margin-bottom:2px}.scoring-pill-text span{font-size:14px;font-weight:500;color:#646477;line-height:1.3}.scoring-gradient-line{height:2px;width:100%;max-width:600px;margin:0 auto;border-radius:999px;opacity:.5;background:linear-gradient(90deg,#8057ff00,#7c45cb 51%,#79349900)}@media(max-width:768px){.scoring-pills{flex-direction:column;align-items:center}.scoring-pill{width:100%;max-width:340px}}.dim-bar{height:100%;border-radius:4px;transition:width 1.2s cubic-bezier(.23,1,.32,1)}.winner-section{padding:64px 40px;border-top:1px solid var(--border);position:relative}.winner-featured{background:linear-gradient(180deg,#f2f2fd,#f2f2fd00 60%)}.winner-featured:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;opacity:.5;background:linear-gradient(90deg,#8057ff00,#7c45cb 51%,#79349900)}.winner-header{max-width:var(--content-w);margin:0 auto 28px;position:relative;display:flex;align-items:flex-start;gap:20px}.winner-rank{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px}.winner-num{display:inline-block;font-family:Figtree,sans-serif;font-size:19px;font-weight:800;color:#fff;background:var(--violet);padding:8px 18px;border-radius:9999px;line-height:1.2;box-shadow:var(--shadow-xs);font-variant-numeric:tabular-nums}.featured-label{display:inline-block;background:var(--green-dim);color:var(--green);font-family:Figtree,sans-serif;font-size:13px;font-weight:800;padding:3px 12px;border-radius:9999px}.winner-header-text{flex:1;min-width:0}.winner-headline{font-family:Figtree,sans-serif;font-weight:500;font-size:17px;color:#525266;line-height:1.6;margin-bottom:0;max-width:64ch}.winner-domain{font-family:Figtree,sans-serif;font-size:clamp(26px,2.8vw,34px);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:#0c0c0e;text-decoration:none;display:block;margin-bottom:12px}.winner-domain:hover{color:var(--violet)}.winner-meta-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.visit-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #DCDCDC;color:#525266;font-family:Figtree,sans-serif;font-size:13.5px;font-weight:700;padding:8px 18px;border-radius:9999px;text-decoration:none;box-shadow:var(--shadow-xs);transition:all .2s}.visit-btn:hover{border-color:#b08ef4;color:#7c45cb}.winner-body{max-width:var(--content-w);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:36px;align-items:stretch}.wgrid-evidence{min-width:0}.wstick{position:sticky;top:24px;display:flex;flex-direction:column;gap:18px}.wgrid-analysis{display:flex;flex-direction:column;gap:18px;min-width:0}.winner-body .serp-arrow-connector,.winner-body .analysis-arrow-connector,.swipe-file-page .serp-arrow-connector,.swipe-file-page .analysis-arrow-connector{display:none}.wgrid-analysis .analysis-columns{grid-template-columns:1fr;gap:18px}.wgrid-analysis .ttf-box{margin-bottom:0}.wgrid-analysis .ad-intel-card{margin-top:0}.wstick .serp-strip,.wstick .winner-frame{margin-bottom:0}@media(max-width:1080px){.winner-body{grid-template-columns:1fr}.wstick{position:static}}.winner-frame{border-radius:16px;overflow:hidden;border:1px solid #DCDCDC;box-shadow:var(--shadow-sm);background:var(--surface)}.browser-chrome{background:#f2f4f7;padding:10px 16px;display:flex;align-items:center;gap:12px}.chrome-dots{display:flex;gap:6px}.chrome-dots span{width:10px;height:10px;border-radius:50%;background:var(--border-light)}.chrome-dots span:first-child{background:#ff5f57}.chrome-dots span:nth-child(2){background:#febc2e}.chrome-dots span:last-child{background:#28c840}.chrome-url{flex:1;background:var(--bg);border-radius:6px;padding:4px 12px;font-family:Figtree,sans-serif;font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.screenshot-scroll-area{max-height:500px;overflow-y:auto;position:relative;scrollbar-width:thin;scrollbar-color:var(--border-light) transparent}.screenshot-scroll-area::-webkit-scrollbar{width:5px}.screenshot-scroll-area::-webkit-scrollbar-track{background:transparent}.screenshot-scroll-area::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}.screenshot-scroll-area::-webkit-scrollbar-thumb:hover{background:var(--violet)}.scroll-fade{position:sticky;bottom:0;width:100%;height:60px;background:linear-gradient(transparent,var(--bg));pointer-events:none}.winner-screenshot{width:100%;display:block;cursor:zoom-in}.analysis-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.dim-badges{display:flex;flex-wrap:wrap;gap:10px;padding:22px 24px;background:#fafafa;border:1px solid #E5E5F9;border-radius:14px;position:relative}.dim-badge{display:flex;align-items:center;gap:8px;background:#fafafa;border:1px solid #DCDCDC;border-radius:10px;padding:10px 16px;font-size:13px;font-family:Figtree,sans-serif;color:var(--text-muted);transition:border-color .25s,background .25s,transform .3s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.dim-badge:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--badge-color, transparent);border-radius:10px 0 0 10px}.dim-badge:hover{border-color:#dcdcdc;background:#f2f4f7;transform:translateY(-1px)}.dim-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dim-badge strong{color:var(--badge-color, var(--text));font-weight:700;letter-spacing:.02em}.dim-badge-group{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.dim-badge-group-design{border-top:1px solid #E5E5F9;padding-top:10px;margin-top:6px}.dim-badge-row-label{font-size:13.5px;font-weight:700;color:#80809c;width:100%;margin-bottom:-2px}.dim-badge-row{display:flex;flex-wrap:wrap;gap:10px}.design-note{font-style:italic;color:#646477;font-size:.85rem;margin-top:8px;margin-bottom:0;line-height:1.4}.ttf-box{border-radius:14px;padding:20px 28px;background:#fffaeb;border:1px solid #F3C88A;margin-bottom:16px;display:flex;align-items:flex-start;gap:20px;position:relative;overflow:hidden;opacity:0;transform:translateY(12px)}.ttf-box.anim-visible{animation:magicMomentEnter .5s cubic-bezier(.16,1,.3,1) forwards;animation:magicMomentEnter .5s cubic-bezier(.16,1,.3,1) forwards,borderShimmer .8s ease-out .3s forwards}@keyframes magicMomentEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes borderShimmer{0%{border-left-color:#f3c88a}50%{border-left-color:#f3c88a}to{border-left-color:#f3c88a}}.ttf-box .ttf-glow{position:absolute;top:-30px;left:-10px;width:120px;height:120px;background:radial-gradient(circle,rgba(245,158,11,.06) 0%,transparent 70%);pointer-events:none}.ttf-gold{border-left-color:#f3c88a;background:#fffaeb}.ttf-left{display:flex;align-items:center;gap:8px;flex-shrink:0;white-space:nowrap}.ttf-icon-box{width:28px;height:28px;border-radius:6px;background:#fffaeb;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.ttf-header{display:flex;align-items:center;gap:8px;flex-shrink:0;white-space:nowrap}.ttf-header span{font-family:Figtree,sans-serif;font-weight:700;font-size:17px;color:#b54708;letter-spacing:-.2px}.ttf-header svg{display:none}.ttf-gold .ttf-header span{color:#b54708}.ttf-box p{flex:1;font-size:15.5px;line-height:1.7;color:#40404f;margin:0;font-family:Figtree,sans-serif}.ttf-box .copy-btn{position:absolute;top:14px;right:14px;opacity:0;transition:opacity .2s ease}.ttf-box:hover .copy-btn{opacity:1}.copy-btn,.copy-btn-sm{background:#f2f4f7;border:1px solid var(--border);border-radius:6px;color:#80809c;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:4px 10px;transition:all .2s;font-family:Figtree,sans-serif}.copy-btn:hover,.copy-btn-sm:hover{color:#40404f;background:#f2f4f7}.copy-btn-sm{padding:2px 6px;opacity:0;transition:opacity .2s,transform .2s;transform:scale(.9)}.steal-list,.broken-list{margin-bottom:0;border-radius:14px;overflow:hidden;position:relative;opacity:0;transform:translateY(16px)}.steal-list.anim-visible{animation:cardEnter .5s cubic-bezier(.16,1,.3,1) .15s forwards}.broken-list.anim-visible{animation:cardEnter .5s cubic-bezier(.16,1,.3,1) .25s forwards}@keyframes cardEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.steal-list{background:#ecfdf3;border:1px solid #A6E4C5;padding:24px 20px}.broken-list{background:#fef3f2;border:1px solid #FECDCA;padding:24px 20px}.steal-list .list-glow{position:absolute;top:-20px;right:-20px;width:140px;height:140px;background:radial-gradient(circle,rgba(34,197,94,.04) 0%,transparent 70%);pointer-events:none}.broken-list .list-glow{position:absolute;top:-20px;left:-20px;width:120px;height:120px;background:radial-gradient(circle,rgba(239,68,68,.04) 0%,transparent 70%);pointer-events:none}.disc-section{margin-bottom:28px}.list-header{display:flex;align-items:center;gap:10px;margin-bottom:18px;font-family:Figtree,sans-serif;font-weight:700;font-size:15px;letter-spacing:-.2px}.list-header-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.list-header-green .list-header-icon{background:#ecfdf3;color:#0c7a49;font-size:13px;font-weight:700}.list-header-red .list-header-icon{background:#fef3f2}.list-header-green{color:#0c7a49}.list-header-red{color:#f04438}.list-header-count{margin-left:auto;font-size:11px;color:#80809c;font-weight:500}.list-header-intel{color:#0c0c0e;font-size:24px;text-transform:none;letter-spacing:-.02em;padding:18px 20px 12px}.list-title{font-family:Figtree,sans-serif;font-weight:700;font-size:14.5px;margin-bottom:0}.list-title-green{color:#0c7a49}.list-title-red{color:#f04438}.list-title-muted{color:var(--text-muted)}.steal-list ul,.broken-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.steal-list li,.broken-list li{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;font-size:13.5px;line-height:1.65;color:#40404f;border-radius:10px;border:1px solid #E5E5F9;background:transparent;transition:all .2s ease;cursor:default;font-family:Figtree,sans-serif;opacity:0;transform:translate(-8px)}.broken-list li{color:#646477;transform:translate(8px)}.steal-list li.anim-visible{animation:itemReveal .4s cubic-bezier(.16,1,.3,1) forwards}.broken-list li.anim-visible{animation:itemRevealRight .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes itemReveal{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes itemRevealRight{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.steal-list li:hover{background:#ecfdf3;border-color:#a6e4c5}.broken-list li:hover{background:#fef3f2;border-color:#fecdca}.item-content{flex:1;min-width:0;display:flex;flex-direction:column}.item-content p{margin:0;font-size:13.5px;line-height:1.65}.item-tag{display:inline-block;font-size:12.5px;font-weight:600;padding:3px 9px;border-radius:4px;margin-bottom:6px}.item-tag-green{color:#0c7a49;background:#ecfdf3}.item-tag-red{color:#f04438;background:#fef3f2}.steal-icon{color:#0c7a49;font-weight:700;font-size:13px;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#ecfdf3;border-radius:6px;margin-top:2px}.broken-icon{color:#f04438;font-weight:700;font-size:11px;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fef3f2;border-radius:6px;margin-top:2px}.intel-section{background:#fff;border:1px solid #E5E5F9;border-radius:16px;overflow:hidden;margin-bottom:20px}.intel-section .list-header-intel{padding:14px 20px 10px;border-bottom:1px solid #E5E5F9}.intel-section .discovery-block{border:none;border-radius:0;background:transparent;padding:14px 20px}.disc-section{margin-bottom:16px}.discovery-block{background:#fff;border:1px solid #E5E5F9;border-radius:12px;padding:14px 20px}.disc-row{display:flex;align-items:flex-start;gap:14px;padding:10px 0}.disc-row+.disc-row{border-top:1px solid #E5E5F9}.disc-label{font-family:Figtree,sans-serif;font-size:13.5px;color:var(--violet);flex-shrink:0;min-width:120px;padding-top:2px;font-weight:700}.disc-narrative{font-size:14px;color:var(--text);line-height:1.55}.disc-stats-row{gap:20px}.disc-stat{font-family:Figtree,sans-serif;font-size:13px;color:var(--text);background:#f2f4f7;padding:6px 14px;border-radius:100px;font-weight:700}.disc-tag{display:inline-block;background:#f2f4f7;color:var(--violet);font-size:12px;padding:3px 12px;border-radius:100px;margin:2px 4px 2px 0}.disc-tag.kw{background:#ecfdf3;color:var(--green)}.disc-ads{flex-direction:column}.ad-sample{background:#fff;border-radius:10px;padding:12px 16px;margin-top:6px;border:1px solid #E5E5F9}.ad-headline{font-size:13px;color:var(--violet);font-weight:600;margin-bottom:2px}.ad-desc{font-size:12px;color:var(--text-muted);margin-bottom:4px}.ad-kw{font-family:Figtree,sans-serif;font-size:10px;color:var(--text-muted)}.top-wins-strip{max-width:var(--max-w);margin:48px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.top-wins-label{grid-column:1 / -1;font-family:Figtree,sans-serif;font-size:14.5px;font-weight:700;color:var(--green);margin-bottom:4px}.top-win-card{background:#fff;border:1px solid #E5E5F9;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:16px;transition:all .3s ease;box-shadow:var(--shadow-xs)}.top-win-card:hover{transform:rotate(-1.2deg);box-shadow:var(--shadow-md)}.top-win-icon{width:56px;height:56px;background:var(--green-dim);border:1px solid #17B26A;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--green);transition:transform .3s ease}.top-win-card:hover .top-win-icon{transform:scale(1.1)}.top-win-text{font-size:14px;line-height:1.65;color:var(--text)}.scroll-cta{padding:12px 16px;background:#fafafa;border-top:1px solid var(--border);border-radius:0 0 10px 10px}.scroll-cta-inner{display:flex;align-items:center;gap:12px;justify-content:center;color:#7c45cb;font-size:14px;font-weight:700;position:relative}.scroll-cta-inner svg{animation:scroll-bob 2s ease-in-out infinite}@keyframes scroll-bob{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.scroll-pulse{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(23,178,106,.06) 0%,transparent 70%);animation:pulse-glow 3s ease-in-out infinite;pointer-events:none}@keyframes pulse-glow{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(.8)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}}.crop-label{font-family:Figtree,sans-serif;font-size:13.5px;color:var(--violet);display:block;margin-bottom:6px}.crop-annotation{font-size:13px;color:var(--text-muted);line-height:1.5}.wildcards-section{padding:100px 40px;border-top:1px solid var(--border);background:linear-gradient(180deg,rgba(251,191,36,.02) 0%,transparent 40%)}.wildcards-inner{max-width:var(--max-w);margin:0 auto}.wildcards-header{margin-bottom:64px}.wildcard-label{color:var(--gold)!important;margin-bottom:8px!important}.wildcards-subtitle{font-family:Figtree,sans-serif;font-size:18px;color:var(--text-muted);margin:0 auto 28px;text-align:center;max-width:620px}.wildcards-callout{display:flex;align-items:flex-start;gap:20px;background:#fffaeb;border:1px solid #F3C88A;border-radius:16px;padding:28px 36px}.wildcards-callout-icon{font-size:32px;flex-shrink:0;line-height:1;margin-top:2px}.wildcards-callout-text{font-family:Figtree,sans-serif;font-size:16px;line-height:1.7;color:var(--text)}.wildcards-callout-text strong{color:var(--gold);font-weight:700;display:block;margin-bottom:6px;font-size:15px}.wildcard-entry{padding:64px 0;border-bottom:1px solid var(--border)}.wildcard-entry:last-child{border-bottom:none}.wildcard-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:40px}.wildcard-rank{flex-shrink:0}.wildcard-num-badge{font-family:Figtree,sans-serif;font-size:18px;font-weight:700;color:var(--gold);background:#fffaeb;padding:8px 14px;border-radius:10px;border:1px solid #F3C88A}.wildcard-visit-btn{background:#fffaeb!important;border-color:#f3c88a!important;color:var(--gold)!important}.wildcard-visit-btn:hover{background:#fffaeb!important}.browser-chrome-gold{border-color:#f3c88a!important}.scroll-fade-gold{background:linear-gradient(to bottom,transparent 60%,rgba(251,191,36,.03) 100%)!important}.scroll-pulse-gold{background:var(--gold)!important;box-shadow:0 0 #fffaeb!important}.ttf-gold{border-color:#f3c88a!important;background:#fffaeb!important}.ttf-gold .ttf-header span{color:var(--gold)!important}.loser-entry{padding:64px 0;border-bottom:1px solid var(--border)}.loser-entry:last-child{border-bottom:none}.loser-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:40px}.loser-rank{flex-shrink:0}.loser-num-badge{font-family:Figtree,sans-serif;font-size:18px;font-weight:700;color:var(--red);background:#fef3f2;padding:8px 14px;border-radius:10px;border:1px solid #F97066}.loser-visit-btn{background:#fef3f2!important;border-color:#f97066!important;color:var(--red)!important}.loser-visit-btn:hover{background:#fef3f2!important}.browser-chrome-red{border-color:#f97066!important}.scroll-fade-red{background:linear-gradient(to bottom,transparent 60%,rgba(240,68,56,.03) 100%)!important}.scroll-pulse-red{background:var(--red)!important;box-shadow:0 0 #fef3f2!important}.losers-intro-section{padding:64px 40px 40px}.losers-intro-inner{max-width:var(--max-w);margin:0 auto}.losers-intro-text{text-align:center;margin-bottom:56px}.losers-emoji{font-size:48px;line-height:1;display:block;margin-bottom:16px}.loser-label{color:var(--red)!important;margin-bottom:12px!important}.losers-subtitle{font-family:Figtree,sans-serif;font-size:20px;color:var(--text-muted);line-height:1.5;max-width:520px;margin:0 auto}.losers-showcase{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.bad-page-wrap{position:relative;border-radius:14px;overflow:visible;box-shadow:var(--shadow-lg)}.bad-browser-chrome{display:flex;align-items:center;gap:12px;background:#f2f4f7;border:1px solid #FECDCA;border-bottom:none;border-radius:14px 14px 0 0;padding:12px 16px}.bad-url-bar{flex:1;background:#fef3f2;border:1px solid #FECDCA;border-radius:6px;padding:6px 12px;font-family:Figtree,sans-serif;font-size:11px;color:var(--text-muted);display:flex;align-items:center;gap:6px}.bad-url-icon{font-size:12px}.bad-page-body{background:#f5f5f5;padding:0;min-height:320px;position:relative;border:1px solid #FECDCA;border-top:none;border-radius:0 0 14px 14px;overflow:hidden}.bad-nav{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #DCDCDC}.bad-logo-block{width:80px;height:14px;background:#f2f4f7;border-radius:3px}.bad-nav-links{display:flex;gap:16px}.bad-nav-links span{width:40px;height:8px;background:#f2f4f7;border-radius:2px;display:block}.bad-hero-area{padding:40px 24px 24px;text-align:center}.bad-headline-1{width:65%;height:16px;background:#f2f4f7;border-radius:3px;margin:0 auto 10px}.bad-headline-2{width:45%;height:16px;background:#f2f4f7;border-radius:3px;margin:0 auto 16px}.bad-subtext{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:24px}.bad-subtext span{height:8px;background:#f2f4f7;border-radius:2px;display:block}.bad-subtext span:nth-child(1){width:80%}.bad-subtext span:nth-child(2){width:70%}.bad-subtext span:nth-child(3){width:50%}.bad-cta-row{display:flex;justify-content:center;gap:12px}.bad-cta-weak{padding:8px 20px;background:#f2f4f7;color:#0c0c0e;font-family:Figtree,sans-serif;font-size:11px;font-weight:600;border-radius:4px}.bad-cta-ghost{padding:8px 20px;border:1px solid #DCDCDC;color:#646477;font-family:Figtree,sans-serif;font-size:11px;font-weight:600;border-radius:4px}.bad-wall-of-text{padding:20px 24px 40px;display:flex;flex-direction:column;gap:8px}.bad-text-line{height:8px;background:#f2f4f7;border-radius:2px;width:100%}.bad-text-line.short{width:65%}.bad-page-fade{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent,#f5f5f5);border-radius:0 0 14px 14px;pointer-events:none}.bad-badge{position:absolute;display:flex;align-items:center;gap:8px;background:#ffffffeb;backdrop-filter:blur(12px);border:1px solid #F97066;border-radius:100px;padding:8px 16px;font-family:Figtree,sans-serif;font-size:12px;font-weight:600;color:var(--red);white-space:nowrap;box-shadow:var(--shadow-md);z-index:5}.bad-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--red);flex-shrink:0}.bad-badge-1{top:62%;right:-24px}.bad-badge-2{bottom:18%;left:-20px}.bad-badge-3{bottom:-8px;right:20%}.bad-badge-4{top:28%;left:-28px}.losers-callout{text-align:left;background:#fef3f2;border:1px solid #FECDCA;border-radius:16px;padding:32px 36px;align-self:center}.losers-callout p{font-family:Figtree,sans-serif;font-size:17px;line-height:1.75;color:var(--text);margin:0}.losers-section{padding:20px 40px 60px}.losers-inner{max-width:var(--max-w);margin:0 auto}.loser-card{display:grid;grid-template-columns:55% 1fr;gap:40px;padding:48px 0;border-bottom:1px solid var(--border);align-items:start}.loser-img{width:100%;max-height:600px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:10px;border:2px solid var(--red);cursor:zoom-in;box-shadow:var(--shadow-sm)}.loser-num{font-family:Figtree,sans-serif;font-size:13px;color:var(--red);margin-bottom:8px}.loser-headline{font-family:Figtree,sans-serif;font-weight:700;font-size:20px;color:#0c0c0e;margin-bottom:6px}.loser-domain{font-family:Figtree,sans-serif;font-size:12px;color:var(--text-muted);text-decoration:none;display:inline-block;margin-bottom:16px}.loser-domain:hover{color:var(--violet)}.wasted-box{background:#fff;border:1px solid #FECDCA;border-radius:16px;padding:20px 24px;margin-bottom:20px}.wasted-header{display:flex;align-items:center;gap:8px;font-family:Figtree,sans-serif;font-weight:700;font-size:24px;color:#0c0c0e;text-transform:none;letter-spacing:-.02em;margin-bottom:8px}.wasted-box p{font-size:13px;line-height:1.6;color:var(--text)}.roundup-section{padding:120px 40px;border-top:1px solid var(--border);background:linear-gradient(180deg,rgba(23,178,106,.02) 0%,transparent 50%)}.roundup-inner{max-width:var(--max-w);margin:0 auto}.roundup-item{display:grid;grid-template-columns:48px 380px 1fr;gap:28px;padding:40px 0;border-bottom:1px solid var(--border);align-items:start}.roundup-num{font-family:Figtree,sans-serif;font-weight:800;font-size:36px;color:#7c45cb;line-height:1;padding-top:8px}.roundup-img-wrap{height:240px;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.roundup-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;cursor:zoom-in;transition:transform .3s}.roundup-img:hover{transform:scale(1.02)}.roundup-domain{font-family:Figtree,sans-serif;font-size:13.5px;color:var(--violet);display:block;margin-bottom:6px}.roundup-title{font-family:Figtree,sans-serif;font-weight:700;font-size:clamp(24px,3vw,36px);color:#0c0c0e;letter-spacing:-.02em;line-height:1.2}.roundup-headline{font-family:Figtree,sans-serif;font-weight:700;font-size:18px;color:#0c0c0e;margin-bottom:12px;line-height:1.3}.roundup-text{font-size:14px;line-height:1.7;color:var(--text);margin-bottom:16px}.site-footer{padding:80px 40px;border-top:1px solid var(--border);text-align:center}.footer-inner{max-width:600px;margin:0 auto}.footer-cta{font-family:Figtree,sans-serif;font-weight:700;font-size:24px;color:#0c0c0e;margin-bottom:24px}.footer-cta a{color:var(--violet);text-decoration:none}.footer-cta a:hover{text-decoration:underline}.footer-share{display:flex;justify-content:center;gap:12px;margin-bottom:32px}.share-btn{display:inline-flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:8px 16px;color:var(--text-muted);text-decoration:none;font-size:13px;font-family:Figtree,sans-serif;cursor:pointer;transition:border-color .2s}.share-btn:hover{border-color:var(--violet);color:var(--violet)}.footer-meta{font-size:12px;color:var(--text-muted)}.footer-sep{margin:0 8px}.ppcio-cta{padding:48px 40px;text-align:center;position:relative}.ppcio-cta-inner{max-width:480px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.ppcio-cta-text{font-family:Figtree,sans-serif;font-weight:600;font-size:20px;color:#0c0c0e;line-height:1.3;letter-spacing:-.02em}.ppcio-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:60px;padding:0 32px;background:#8057ff;border:2px solid #B08EF4;border-radius:12px;color:#fff;font-family:Figtree,sans-serif;font-size:18px;font-weight:600;text-decoration:none;transition:.4s cubic-bezier(.47,0,.23,1.38);box-shadow:0 4px 18.4px #463186,0 0 12.7px #d185ec inset;cursor:pointer}.ppcio-cta-btn:hover{transform:scaleY(1.034);box-shadow:0 0 31.9px #745ac6cc,0 0 12.7px #d185ec inset}.ppcio-cta-btn svg{transition:.3s}.ppcio-cta-btn:hover svg{transform:translate(3px)}.ppcio-cta-line{height:2px;width:100%;max-width:600px;margin:0 auto;border-radius:999px;opacity:.5;background:linear-gradient(90deg,#8057ff00,#7c45cb 51%,#79349900)}.ppcio-callout{display:none}.expand-toggle{display:block;width:100%;padding:10px;background:var(--surface);border:1px solid var(--border);border-radius:0 0 12px 12px;color:var(--text-muted);font-family:Figtree,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.expand-toggle:hover{color:var(--violet);border-color:var(--violet)}.winner-visual .screenshot-scroll-area{max-height:500px;transition:max-height .5s ease}.winner-visual.expanded .screenshot-scroll-area{max-height:none}.winner-visual.expanded .scroll-fade{display:none}.patterns-section{padding:80px 40px}.patterns-inner{max-width:var(--max-w);margin:0 auto}.patterns-title{font-family:Figtree,sans-serif;font-weight:600;font-size:clamp(24px,3vw,36px);color:#0c0c0e;letter-spacing:-.02em}.patterns-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:36px}.pattern-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px 24px;display:flex;flex-direction:column;gap:12px;text-align:center;transition:border-color .2s,transform .3s var(--ease)}.pattern-card:hover{border-color:var(--border-light);transform:rotate(1.5deg)}.pattern-icon{font-size:28px}.pattern-label{font-family:Figtree,sans-serif;font-weight:700;font-size:15px;color:#0c0c0e;line-height:1.3}.pattern-count{font-family:Figtree,sans-serif;font-size:12px;color:var(--green);background:#ecfdf3;padding:4px 12px;border-radius:100px;display:inline-block}.fix-box{background:#ecfdf3;border:1px solid #A6E4C5;border-radius:16px;padding:20px 24px;margin-top:16px}.fix-header{display:flex;align-items:center;gap:8px;font-family:Figtree,sans-serif;font-weight:700;font-size:24px;color:#0c0c0e;text-transform:none;letter-spacing:-.02em;margin-bottom:8px}.fix-box p{font-size:13px;line-height:1.6;color:var(--text)}.verdict-section{padding:100px 40px;border-top:1px solid var(--border);background:linear-gradient(180deg,rgba(128,87,255,.02) 0%,transparent 50%)}.verdict-inner{max-width:var(--max-w);margin:0 auto}.verdict-heading{font-family:Figtree,sans-serif;font-weight:600;font-size:clamp(28px,4vw,42px);color:#0c0c0e;letter-spacing:-.02em}.verdict-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}.verdict-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:32px;transition:border-color .2s}.verdict-card:hover{border-color:var(--border-light)}.verdict-icon{font-size:28px;display:block;margin-bottom:16px}.verdict-title{font-family:Figtree,sans-serif;font-weight:700;font-size:18px;color:#0c0c0e;margin-bottom:12px;line-height:1.3}.verdict-body{font-size:14px;line-height:1.7;color:var(--text-muted)}.verdict-examples{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.verdict-example{font-family:Figtree,sans-serif;font-size:11px;color:var(--violet);background:var(--violet-dim);padding:4px 10px;border-radius:6px}.verdict-bottom-line{margin-top:40px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px 36px}.verdict-bl-label{font-family:Figtree,sans-serif;font-weight:700;font-size:14.5px;color:var(--violet);display:block;margin-bottom:8px}.verdict-bottom-line p{font-size:16px;line-height:1.7;color:var(--text)}.footer-next{text-align:center;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--border)}.footer-next-eyebrow{font-family:Figtree,sans-serif;font-size:14px;color:var(--violet);display:block;margin-bottom:8px}.footer-next-title{font-family:Figtree,sans-serif;font-weight:800;font-size:24px;color:#0c0c0e;margin-bottom:12px}.footer-next-link{font-family:Figtree,sans-serif;font-size:14px;font-weight:600;color:var(--violet);text-decoration:none;transition:color .2s}.footer-next-link:hover{color:#0c0c0e}.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--violet);z-index:9999;transition:width .1s linear;border-radius:0 2px 2px 0}.sidebar-item.sidebar-done .sidebar-emoji{opacity:.4}.sidebar-item.sidebar-done:after{content:"✓";font-size:10px;color:var(--green);margin-left:auto;opacity:.6}.sidebar-item.active.sidebar-done:after{opacity:1}.clipboard-tray{position:fixed;bottom:20px;right:20px;background:#ffffffeb;backdrop-filter:blur(16px);border:1px solid #17B26A;border-radius:100px;padding:10px 20px;font-family:Figtree,sans-serif;font-size:13px;color:var(--text-muted);z-index:1000;opacity:0;transform:translateY(20px);transition:opacity .3s,transform .3s;pointer-events:none}.clipboard-tray.visible{opacity:1;transform:translateY(0);pointer-events:auto}.tray-count{font-family:Figtree,sans-serif;font-weight:700;color:var(--green)}.copy-btn,.copy-btn-sm{transition:all .2s}.copy-btn.copied,.copy-btn-sm.copied{border-color:var(--green)!important;color:var(--green)!important}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.winner-visual{transition:transform .4s cubic-bezier(.23,1,.32,1)}.winner-visual:hover{transform:rotate(-1.2deg)}.dim-badge{opacity:0;transform:translate(-12px);transition:opacity .3s ease,transform .3s ease}.dim-badges.visible .dim-badge{opacity:1;transform:translate(0)}.dim-badges.visible .dim-badge:nth-child(2){transition-delay:.1s}.dim-badges.visible .dim-badge:nth-child(3){transition-delay:.2s}.dim-badges.visible .dim-badge:nth-child(4){transition-delay:.3s}.stat-pill{transition:transform .25s cubic-bezier(.23,1,.32,1),box-shadow .25s}.stat-pill:hover{transform:translateY(-3px) scale(1.05);box-shadow:var(--shadow-md)}.reveal[data-slide=left]{transform:translate(-40px);opacity:0}.reveal[data-slide=right]{transform:translate(40px);opacity:0}.reveal.visible[data-slide=left],.reveal.visible[data-slide=right]{transform:translate(0);opacity:1}.loser-entry,.wildcard-entry{transition:box-shadow .3s ease}@media(max-width:1024px){.reveal[data-slide=left],.reveal[data-slide=right]{transform:translateY(24px)}.losers-intro-section{padding:80px 20px 40px}.winner-visual:hover{transform:none}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-visual{order:-1;overflow:hidden}.fan-stack{width:340px;height:400px}.fan-img{width:280px;max-height:400px}.analysis-columns{grid-template-columns:1fr}.winner-body{max-width:100%}.losers-showcase{grid-template-columns:1fr}.bad-badge{display:none}.loser-card{grid-template-columns:1fr}.loser-header,.wildcard-header{flex-direction:column;gap:12px}.verdict-grid{grid-template-columns:1fr}.clipboard-tray{bottom:12px;right:12px;font-size:12px}}@media(max-width:768px){.hero{padding:120px 20px 40px}.stats-section,.winner-section,.losers-section,.verdict-section,.losers-intro-section,.patterns-section,.wildcards-section,.site-footer{padding-left:20px;padding-right:20px}.top-wins-strip,.micro-crops{grid-template-columns:1fr}.fan-stack{width:280px;height:340px}.fan-img{width:240px;max-height:340px}.author-hero{padding:40px 20px}.author-hero-inner{grid-template-columns:1fr;padding:32px 24px;text-align:center}.author-avatar-col{flex-direction:row;gap:16px;justify-content:center}.author-quote{font-size:16px}.author-handwritten{font-size:18px}.author-transition-inner{gap:12px}.ttf-box{flex-direction:column;gap:12px;padding:18px 20px}.ttf-header{white-space:normal}.ttf-box p{font-size:14px}.steal-list,.broken-list{padding:18px 14px}.list-header{flex-wrap:wrap}}@media(max-width:480px){.hero h1,.winner-num{font-size:36px}.winner-header{flex-direction:column;gap:12px}.fan-stack{width:240px;height:300px}.fan-img{width:200px;max-height:300px}}.screenshot-blur-wrap{position:relative;overflow:hidden;background:var(--surface)}.screenshot-blur-bg{position:absolute;inset:0;background-size:cover;background-position:top center;filter:blur(20px);transform:scale(1.1);transition:opacity .6s ease;z-index:1}.screenshot-blur-wrap.loaded .screenshot-blur-bg{opacity:0}.screenshot-blur-wrap .winner-screenshot{position:relative;z-index:2;opacity:0;transition:opacity .6s ease}.screenshot-blur-wrap.loaded .winner-screenshot{opacity:1}.losers-collapsible{max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(.23,1,.32,1)}.losers-collapsible.losers-expanded{max-height:none;overflow:visible}.losers-toggle-btn{display:block;margin:40px auto 0;background:#fef3f2;border:1px solid #F97066;color:var(--red);font-family:Figtree,sans-serif;font-size:15px;font-weight:600;padding:14px 32px;border-radius:12px;cursor:pointer;transition:all .25s ease;letter-spacing:.01em}.losers-toggle-btn:hover{background:#fef3f2;border-color:var(--red);transform:scaleY(1.034)}.email-capture-section{padding:80px 40px;text-align:center}.email-capture-inner{max-width:560px;margin:0 auto;background:#fff;border:1px solid #B08EF4;border-radius:24px;padding:56px 48px;position:relative;overflow:hidden}.email-capture-inner:before{content:none}.email-capture-inner:after{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(128,87,255,.08) 0%,transparent 70%);pointer-events:none}.email-capture-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--violet-dim);border:1px solid #B08EF4;border-radius:16px;color:var(--violet);margin-bottom:24px}.email-capture-title{font-family:Figtree,sans-serif;font-weight:600;font-size:24px;color:#0c0c0e;margin-bottom:12px;letter-spacing:-.02em}.email-capture-sub{font-size:15px;color:var(--text-muted);line-height:1.6;margin-bottom:28px;max-width:420px;margin-left:auto;margin-right:auto}.email-capture-form{display:flex;gap:10px;max-width:420px;margin:0 auto}.email-capture-input{flex:1;background:var(--bg);border:1px solid var(--border-light);border-radius:10px;padding:14px 18px;font-family:Figtree,sans-serif;font-size:14px;color:var(--text);outline:none;transition:border-color .2s}.email-capture-input::-moz-placeholder{color:#b0b4cc80}.email-capture-input::placeholder{color:#b0b4cc80}.email-capture-input:focus{border-color:var(--violet);box-shadow:0 0 0 3px #f3f0ff}.email-capture-btn{display:inline-flex;align-items:center;gap:8px;background:var(--violet);border:2px solid #B08EF4;border-radius:10px;padding:12px 24px;color:#fff;font-family:Figtree,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;white-space:nowrap;box-shadow:0 4px 18.4px #463186,0 0 12.7px #d185ec inset}.email-capture-btn:hover{transform:scaleY(1.034);box-shadow:0 0 31.9px #745ac6cc,0 0 12.7px #d185ec inset}.email-capture-btn svg{transition:transform .2s}.email-capture-btn:hover svg{transform:translate(3px)}.email-capture-privacy{font-size:12px;color:#b0b4cc80;margin-top:16px}@media(max-width:768px){.email-capture-section{padding:60px 20px}.email-capture-inner{padding:40px 28px}.email-capture-form{flex-direction:column}.email-capture-btn{justify-content:center}}.scroll-progress{box-shadow:none}@media print{.sidebar-nav,.back-to-top,.scroll-progress,.clipboard-tray,.lightbox-overlay,.email-capture-section,.losers-toggle-btn,.scroll-cta{display:none!important}.losers-collapsible{max-height:none!important;overflow:visible!important}.reveal{opacity:1!important;transform:none!important}.swipe-file-page{background:#fff;color:#1a1a2e}.breadcrumb-bar{display:none!important}}.breadcrumb-bar{position:fixed;top:0;left:0;right:0;z-index:999;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:10px 40px;font-size:13px}.breadcrumb-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;gap:8px}.breadcrumb-link{color:var(--text-muted);text-decoration:none;font-family:Figtree,sans-serif;font-weight:500;transition:color .2s}.breadcrumb-link:hover{color:var(--violet)}.breadcrumb-sep{color:var(--border-light);font-size:14px}.breadcrumb-current{color:var(--text);font-family:Figtree,sans-serif;font-weight:600}@media(max-width:768px){.breadcrumb-bar{padding:10px 20px;font-size:12px}}.footer-recommendations{margin-bottom:48px;padding-bottom:40px;border-bottom:1px solid var(--border)}.footer-rec-eyebrow{font-family:Figtree,sans-serif;font-size:14px;color:var(--violet);display:block;margin-bottom:20px}.footer-rec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.footer-rec-card{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px 20px;text-decoration:none;color:var(--text);transition:all .3s cubic-bezier(.23,1,.32,1)}.footer-rec-card:hover{border-color:var(--border-light);transform:rotate(-1.2deg);box-shadow:var(--shadow-md)}.footer-rec-emoji{font-size:28px;flex-shrink:0}.footer-rec-info{flex:1;min-width:0}.footer-rec-name{font-family:Figtree,sans-serif;font-weight:700;font-size:15px;color:#0c0c0e;display:block;margin-bottom:2px}.footer-rec-meta{font-size:12px;color:var(--text-muted)}.footer-rec-arrow{color:var(--text-muted);flex-shrink:0;transition:all .2s}.footer-rec-card:hover .footer-rec-arrow{color:var(--violet);transform:translate(3px)}.footer-all-link{font-family:Figtree,sans-serif;font-size:14px;font-weight:600;color:var(--violet);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .2s}.footer-all-link:hover{color:#0c0c0e}@media(max-width:768px){.footer-rec-grid{grid-template-columns:1fr}}.journey-flow{display:flex;flex-direction:column;align-items:center;gap:0;padding:48px 20px 40px;max-width:600px;margin:0 auto}.journey-step{display:flex;align-items:center;gap:20px;padding:22px 28px;border-radius:16px;background:var(--surface, #FFFFFF);border:1px solid var(--border, #DCDCDC);width:100%;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.journey-step.visible{opacity:1;transform:translateY(0)}.journey-step-1{transition-delay:.1s}.journey-step-2{transition-delay:.4s}.journey-step-3{transition-delay:.7s}.journey-step:hover{border-color:#b08ef4;background:#fbfaff}.journey-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--violet, #8057FF);color:#fff;font-family:Figtree,sans-serif;font-size:18px;font-weight:700;font-variant-numeric:tabular-nums;flex-shrink:0;box-shadow:var(--shadow-xs)}.journey-num-green{background:var(--green, #0C7A49)}.journey-num-red{background:var(--red, #F04438)}.journey-content h3{font-family:Figtree,sans-serif;font-size:20px;font-weight:700;color:var(--text, #646477);margin:0 0 3px;line-height:1.3}.journey-content p{font-family:Figtree,sans-serif;font-size:15px;color:var(--text-muted, #646477);margin:0;line-height:1.4}.journey-arrow{padding:8px 0;opacity:0;transform:translateY(-4px);transition:opacity .4s ease,transform .4s ease}.journey-arrow.visible{opacity:.4;transform:translateY(0)}.journey-arrow svg{animation:arrowBounce 2.5s ease-in-out infinite}@keyframes arrowBounce{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(5px);opacity:.8}}.journey-context-box{margin-top:32px;padding:20px 24px;border-radius:14px;background:var(--surface, #FFFFFF);border:1px solid var(--border, #DCDCDC);width:100%;opacity:0;transform:translateY(12px);transition:opacity .6s ease .9s,transform .6s ease .9s;position:relative}.journey-context-box.visible{opacity:1;transform:translateY(0)}.journey-context-box:before{content:"The backstory";position:absolute;top:-10px;left:20px;background:var(--surface, #FFFFFF);padding:0 8px;font-family:Figtree,sans-serif;font-size:13px;font-weight:700;color:var(--violet, #8057FF)}.journey-context{font-family:Figtree,sans-serif;font-size:14px;color:var(--text-muted, #646477);line-height:1.65;margin:0}@media(max-width:768px){.journey-flow{padding:32px 16px}.journey-step{padding:16px 20px;gap:14px}.journey-content h3{font-size:17px}.journey-content p{font-size:14px}.journey-num{width:38px;height:38px;font-size:16px}}.author-note{padding:0 20px;max-width:960px;margin:24px auto 0}.author-note-inner{display:flex;align-items:flex-start;gap:20px;padding:32px;border-radius:16px;background:var(--surface, #FFFFFF);border:1px solid var(--border, #DCDCDC);position:relative}.author-note-inner:before{content:"“";position:absolute;top:14px;left:22px;font-family:Figtree,sans-serif;font-size:56px;line-height:1;color:var(--violet, #8057FF);opacity:.25}.author-note .author-photo{width:52px;height:52px;border-radius:50%;flex-shrink:0;margin-top:2px;border:2px solid #E9E3FF}.author-note-text{display:flex;flex-direction:column;gap:10px;padding-top:4px}.author-note-name{font-family:Figtree,sans-serif;font-size:16px;font-weight:700;color:var(--text, #646477);letter-spacing:.01em}.author-note-sep{color:var(--violet, #8057FF);font-weight:400;margin:0 6px}.author-note-text p{font-family:Figtree,sans-serif;font-size:17px;color:var(--text-muted, #646477);line-height:1.7;margin:0}@media(max-width:768px){.author-note-inner{padding:24px 20px;gap:14px;flex-direction:column;align-items:center;text-align:center}.author-note .author-photo{width:48px;height:48px}.author-note-text p{font-size:15px}.author-note-inner:before{display:none}}.serp-strip{display:flex;align-items:stretch;background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm),0 0 0 1px #dcdcdc;transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s cubic-bezier(.23,1,.32,1);flex-wrap:nowrap}.serp-strip-wrap,.wgrid-evidence,.ad-intel-carousel-wrap{container-type:inline-size;container-name:serpstrip}@container serpstrip (max-width: 760px){.serp-strip{flex-direction:column;border-radius:12px}.serp-strip-search{padding:16px}.serp-strip-ad{border-left:none;border-top:3px solid #4285f4;padding:16px}.serp-strip-arrow{padding:4px 0;justify-content:center}.serp-strip-arrow svg{transform:rotate(90deg)}.serp-arrow-connector{margin:-4px 0 -6px}}.serp-strip:hover{transform:translateY(-3px);box-shadow:var(--shadow-md),0 0 0 1px #4285f44d}.serp-strip-search{flex:0 1 auto;min-width:0;display:flex;align-items:center;gap:14px;padding:20px 24px;background:#fff}.serp-strip-searchbar{display:flex;align-items:center;gap:12px;padding:10px 20px;background:#fff;border:1px solid #dfe1e5;border-radius:24px;box-shadow:0 1px 6px #2021241a;min-width:0}.serp-strip-searchbar .serp-g-logo{flex:0 0 auto}.serp-strip-query{min-width:0;overflow-wrap:break-word;white-space:normal}.serp-g-logo{width:20px;height:20px;flex-shrink:0}.serp-strip-query{font-family:Arial,sans-serif;font-size:15px;color:#202124}.serp-strip-arrow{flex-shrink:0;color:#dadce0;display:flex;align-items:center;padding:0 6px;transition:color .3s}.serp-strip:hover .serp-strip-arrow{color:#4285f4}.serp-strip-ad{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:18px 24px;background:#f8f9fa;border-left:3px solid #4285f4}.serp-strip-ad-top{display:flex;align-items:center;gap:8px}.serp-strip-ad-badge{display:inline-block;padding:2px 6px;border-radius:3px;font-family:Arial,sans-serif;font-size:11px;font-weight:700;color:#202124;border:1px solid #dadce0;letter-spacing:.02em;flex-shrink:0}.serp-strip-ad-url{font-family:Arial,sans-serif;font-size:13px;color:#202124;overflow-wrap:break-word;min-width:0}.serp-strip-headline{font-family:Arial,sans-serif;font-size:18px;color:#1a0dab;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.serp-strip-desc{font-family:Arial,sans-serif;font-size:13px;color:#4d5156;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-arrow-connector{display:flex;justify-content:center;margin:12px 0 8px;position:relative;z-index:2}.analysis-arrow-connector svg{width:48px;height:38px;animation:arrowBob 3s ease-in-out infinite}.serp-arrow-connector{display:flex;justify-content:center;margin:4px 0 2px;position:relative;z-index:2}.serp-arrow-connector svg{width:48px;height:38px;animation:arrowBob 3s ease-in-out infinite}@keyframes arrowBob{0%,to{transform:translateY(0);opacity:.8}50%{transform:translateY(3px);opacity:1}}@media(max-width:768px){.serp-strip{flex-direction:column;border-radius:12px}.serp-strip-search{padding:16px}.serp-strip-ad{border-left:none;border-top:3px solid #4285f4;padding:16px}.serp-strip-arrow{padding:4px 0;justify-content:center}.serp-strip-arrow svg{transform:rotate(90deg)}.serp-arrow-connector{margin:-4px 0 -6px}}.visit-btn{transition:all .3s cubic-bezier(.23,1,.32,1)}.visit-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.winner-domain{position:relative;display:inline-block;max-width:100%;overflow-wrap:anywhere}.winner-header-text,.winner-meta-row{min-width:0}.winner-meta-row{flex-wrap:wrap}.winner-domain:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--violet);transition:width .3s cubic-bezier(.23,1,.32,1)}.winner-domain:hover:after{width:100%}.copy-btn-sm{transition:opacity .2s,transform .2s;transform:scale(.9)}li:hover .copy-btn-sm{opacity:1;transform:scale(1)}.wasted-box{transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s ease}.wasted-box:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.hero-verified-badge{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:100px;margin-top:8px}.hero-verified-icon{flex-shrink:0}.hero-verified-badge span{font-family:Figtree,sans-serif;font-size:16px;font-weight:600;color:#ffffffd9;letter-spacing:.01em}.ad-intel-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px 28px;margin-top:24px}.ad-intel-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.ad-intel-icon{color:var(--violet);flex-shrink:0}.ad-intel-header>span{font-family:Figtree,sans-serif;font-size:14.5px;font-weight:700;color:var(--text-muted)}.ad-intel-section-label{font-family:Figtree,sans-serif;font-size:13.5px;font-weight:600;color:var(--text-muted);opacity:.6;margin-bottom:10px}.ad-intel-keywords-section{border-left:1px solid var(--border);padding-left:24px;min-width:0}.ad-intel-kw-tags{display:flex;flex-wrap:wrap;gap:8px}.ad-intel-kw-tag{font-family:Figtree,sans-serif;font-size:13px;font-weight:500;color:var(--text);background:#fafafa;border:1px solid var(--border-light);border-radius:8px;padding:6px 14px;transition:border-color .2s,background .2s}.ad-intel-kw-tag:hover{background:#4285f414;border-color:#4285f433}.ad-intel-top-row{display:flex;align-items:flex-start;gap:32px}.ad-intel-stats{display:flex;gap:40px;flex-shrink:0}.ad-intel-stat{display:flex;flex-direction:column;gap:2px}.ad-intel-num{font-family:Figtree,sans-serif;font-size:32px;font-weight:700;color:var(--text);line-height:1.1}.ad-intel-label{font-family:Figtree,sans-serif;font-size:13.5px;font-weight:500;color:var(--text-muted);opacity:.6}.ad-intel-carousel-wrap{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.ad-intel-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:4px}.ad-intel-carousel::-webkit-scrollbar{display:none}.ad-intel-ad-card{min-width:280px;max-width:320px;flex-shrink:0;background:#fafafa;border:1px solid var(--border);border-radius:12px;padding:16px 18px;scroll-snap-align:start;transition:border-color .3s ease,transform .3s ease}.ad-intel-ad-card:hover{border-color:#e9e3ff;transform:translateY(-2px)}.ad-intel-kw-pill{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border-radius:20px;margin-bottom:12px;box-shadow:0 1px 4px #20212414}.ad-intel-kw-pill .serp-g-logo{width:16px;height:16px}.ad-intel-kw-pill span{font-family:Arial,sans-serif;font-size:13px;color:#202124;overflow-wrap:break-word;min-width:0}.ad-intel-kw-pill{align-items:flex-start}.ad-intel-kw-pill .serp-g-logo{margin-top:2px}.ad-intel-vol{margin-left:auto;font-family:Figtree,sans-serif;font-size:10px;font-weight:600;color:#5f6368;white-space:nowrap}.ad-intel-ad-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px}.ad-intel-ad-badge{font-family:Arial,sans-serif;font-size:11px;font-weight:700;color:#202124;background:#f1f3f4;padding:2px 6px;border-radius:4px;letter-spacing:.02em}.ad-intel-ad-domain{font-family:Arial,sans-serif;font-size:12px;color:var(--text-muted)}.ad-intel-ad-headline{font-family:Arial,sans-serif;font-size:14px;font-weight:400;color:#1a0dab;line-height:1.35;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ad-intel-ad-desc{font-family:Arial,sans-serif;font-size:12px;color:var(--text-muted);line-height:1.4;opacity:.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.ad-intel-card{padding:20px 18px}.ad-intel-top-row{flex-direction:column;gap:16px}.ad-intel-keywords-section{border-left:none;padding-left:0;border-top:1px solid var(--border);padding-top:16px}.ad-intel-stats{gap:24px}.ad-intel-num{font-size:26px}.ad-intel-ad-card{min-width:260px}.ad-intel-kw-tags{gap:6px}.ad-intel-kw-tag{font-size:12px;padding:5px 10px}}@media(max-width:480px){.ad-intel-stats{gap:20px}.ad-intel-num{font-size:24px}.ad-intel-scroll-hint{display:none}}.breadcrumb-bar{padding:0!important}.swipe-site-nav{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;padding:14px 40px;border-bottom:1px solid #E5E5F9;gap:24px}.swipe-site-logo{font-family:Figtree,sans-serif;font-weight:700;font-size:18px;color:#0c0c0e;text-decoration:none;letter-spacing:-.02em;flex-shrink:0}.swipe-site-logo:hover{color:#8057ff}.swipe-site-links{display:flex;gap:28px;align-items:center;flex:1;justify-content:center}.swipe-site-links a{color:#0c0c0e;font-family:Figtree,sans-serif;font-weight:500;font-size:14px;text-decoration:none;transition:color .2s}.swipe-site-links a:hover,.swipe-site-links a.active{color:#8057ff}.swipe-site-cta{background:#8057ff;color:#fff;font-family:Figtree,sans-serif;font-weight:600;font-size:14px;text-decoration:none;padding:9px 18px;border-radius:100px;display:inline-flex;align-items:center;gap:6px;transition:background .2s;flex-shrink:0}.swipe-site-cta:hover{background:#6957d8}.breadcrumb-bar .breadcrumb-inner{padding:8px 40px;max-width:var(--max-w);margin:0 auto}@media(max-width:768px){.swipe-site-nav{padding:10px 20px;gap:12px}.swipe-site-links{display:none}.swipe-site-logo{font-size:16px}.swipe-site-cta{padding:7px 14px;font-size:13px}.breadcrumb-bar .breadcrumb-inner{padding:8px 20px}}.breadcrumb-bar{position:relative!important;top:auto!important;z-index:1!important;margin-top:0;background:#fff!important;border-bottom:1px solid #E5E5F9!important}.breadcrumb-bar .breadcrumb-inner{padding:14px 40px!important;max-width:var(--max-w);margin:0 auto}@media(max-width:768px){.breadcrumb-bar .breadcrumb-inner{padding:12px 20px!important}}.swipe-handoff{padding:8px 40px 96px}.swipe-handoff-outer{position:relative;max-width:780px;margin:0 auto;padding-right:10px}.swipe-handoff-outer:before{content:"";position:absolute;left:6px;top:12px;width:calc(100% - 10px);height:100%;border-radius:14px;background:#8057ff}.swipe-handoff-card{position:relative;background:#fff;border:2px solid #0C0C0E;border-radius:14px;padding:40px 38px 34px;text-align:center}.swipe-handoff-title{font-family:Figtree,sans-serif;font-weight:600;font-size:clamp(23px,2.4vw,30px);letter-spacing:-.035em;line-height:1.1;color:#0c0c0e;margin:0 0 15px;text-wrap:balance}.swipe-handoff-body{max-width:58ch;margin:0 auto 30px;font-family:Figtree,sans-serif;font-size:16px;font-weight:500;line-height:1.65;color:var(--text-muted)}.swipe-handoff-body b,.swipe-handoff-body strong{color:#0c0c0e;font-weight:700;font-variant-numeric:tabular-nums}.swipe-handoff-line{position:relative;display:flex;justify-content:center}.swipe-handoff-line:before{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;transform:translateY(-50%);opacity:.5;border-radius:2px;background:linear-gradient(90deg,#8057ff00,#7c45cb 51%,#79349900)}.swipe-handoff-micro{margin-top:12px;font-family:Figtree,sans-serif;font-size:14.5px;font-weight:600;color:var(--text-muted)}@media(max-width:720px){.swipe-handoff{padding:8px 20px 72px}.swipe-handoff-card{padding:28px 22px}.swipe-handoff-body{text-align:left}.swipe-handoff-line .ppcio-cta-btn{width:100%;font-size:16.5px;padding:0 18px}}.winner-section:nth-of-type(2n){background:linear-gradient(180deg,#e5e5f9,#f2f2fd)}.winner-section:nth-of-type(2n) .winner-headline{color:#40404f}.losers-intro-section{background:#0c0c0e;padding-top:84px;padding-bottom:64px}.losers-intro-section .section-label{color:#fff}.losers-intro-section .losers-subtitle{color:#c5c5e2}.losers-intro-section .losers-callout{background:#161619;border-color:#ffffff12}.losers-intro-section .losers-callout p{color:#c5c5e2}.losers-intro-section .losers-callout p strong{color:#e5e5f9}.site-footer{background:#0c0c0e;border-top:none}.site-footer .footer-cta{color:#fff}.site-footer .footer-cta a{color:#b08ef4}.site-footer .share-btn{background:transparent;border-color:#ffffff29;color:#fffc}.site-footer .share-btn:hover{border-color:#fff6;color:#fff}.site-footer .footer-meta{color:#ffffff8c}.site-footer .footer-next{border-bottom-color:#ffffff1a}.site-footer .footer-next-title{color:#fff}.site-footer .footer-next-eyebrow,.site-footer .footer-next-link{color:#b08ef4}.site-footer .footer-next-link:hover{color:#fff}.site-footer .footer-recommendations{border-bottom-color:#ffffff1a}.site-footer .footer-rec-eyebrow{color:#b08ef4}.site-footer .footer-rec-card{background:#ffffff0d;border-color:#ffffff1f}.site-footer .footer-rec-card:hover{border-color:#a88cff;background:#8057ff1f;box-shadow:none}.site-footer .footer-rec-name{color:#fff}.site-footer .footer-rec-meta,.site-footer .footer-rec-arrow{color:#ffffff80}.site-footer .footer-all-link{color:#b08ef4}.site-footer .footer-all-link:hover{color:#fff}.sidebar-emoji{display:none}.sidebar-item:before{content:"";width:8px;height:8px;border-radius:50%;background:#dcdcdc;flex-shrink:0}.sidebar-item.active:before{background:var(--violet)}.sidebar-item.active-green,.sidebar-item.active-gold,.sidebar-item.active-red{background:#f3f0ff;color:#7c45cb;border-color:transparent}.sidebar-item.active-green:before,.sidebar-item.active-gold:before,.sidebar-item.active-red:before{background:var(--violet)}.patterns-title,.verdict-heading{text-align:center;margin-left:auto;margin-right:auto;max-width:680px;text-wrap:balance}.patterns-grid,.verdict-grid{margin-top:44px}.industry-context-title{text-align:center}.industry-context-sub{text-align:center;margin-left:auto;margin-right:auto}.hero h1 .hero-accent{color:#9979ff}.hero-cta-line{margin-top:28px;display:flex}@media(max-width:480px){.hero-cta-line .ppcio-cta-btn{width:100%;font-size:16.5px;padding:0 18px}}.halo{width:38px;height:38px;box-sizing:content-box;border-radius:50%;background:#e6ddff;border:6px solid #F2EDFF;display:grid;place-items:center;font-weight:700;font-size:15px;color:#7c45cb;font-variant-numeric:tabular-nums}.qpill{display:inline-flex;align-items:center;gap:8px;background:#f2f4f7;border:1px solid var(--border-light);border-radius:9px;padding:4px 9px 4px 12px;font-size:15px;font-weight:600;color:#40404f;margin:2px 0}.copybtn{position:relative;border:0;background:#e9e3ff;color:#7c45cb;font-family:inherit;font-size:14.5px;font-weight:800;padding:3px 11px;border-radius:9999px;cursor:pointer;flex-shrink:0;transition:all .15s ease}.copybtn:after{content:"";position:absolute;inset:-10px}.copybtn:hover{background:var(--violet);color:#fff}.copybtn.is-copied{background:var(--green);color:#fff}.copybtn--big{font-size:15px;padding:10px 22px}.btn-solid{border:0;background:var(--violet);color:#fff;font-family:inherit;font-size:15.5px;font-weight:700;padding:12px 26px;border-radius:10px;cursor:pointer;transition:all .18s ease;box-shadow:var(--shadow-xs)}.btn-solid:hover{background:#7c45cb;box-shadow:var(--shadow-md)}.btn-solid.is-copied{background:var(--green)}.cmp-scroll{position:relative;overflow-x:auto;border:1px solid var(--border-light);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-xs)}@media(max-width:917px){.cmp-scroll:after{content:"";position:absolute;right:0;top:0;bottom:0;width:48px;background:linear-gradient(90deg,#fff0,#fff);pointer-events:none}}.cmp td:first-child{position:sticky;left:0;background:var(--surface);z-index:1}.cmp thead th:first-child{position:sticky;left:0;background:#fafafa;z-index:2}table.cmp{border-collapse:collapse;width:100%;min-width:860px;font-size:15px}.cmp thead th{background:#fafafa}.cmp th{text-align:left;font-size:15px;font-weight:700;color:#80809c;padding:15px 20px;border-bottom:1px solid var(--border-light);white-space:nowrap}.cmp th:nth-child(3),.cmp td:nth-child(3){text-align:center}.cmp .num{font-weight:700;color:#26262f;font-variant-numeric:tabular-nums}.cmp__rank{display:inline-block;font-size:13.5px;font-weight:800;color:#7c45cb;background:var(--violet-dim);border:1px solid #E9E3FF;border-radius:9999px;padding:1px 8px;margin-right:8px;vertical-align:1px}.cmp__pill{display:inline-block;font-size:14px;font-weight:800;padding:2px 11px;border-radius:9999px}.cmp__pill--yes{background:var(--green-dim);color:var(--green)}.cmp__pill--no{background:#e5e5f9;color:var(--text-muted)}.cmp__pill--warn{background:var(--gold-dim);color:var(--gold)}.cmp td{padding:14px 20px;border-bottom:1px solid var(--border);color:#525266;vertical-align:top}.cmp tr:last-child td{border-bottom:0}.cmp td:first-child{font-weight:800;color:#26262f;white-space:nowrap}.cmp td:first-child a{color:inherit;text-decoration:none}.cmp td:first-child a:hover{color:#7c45cb}.cmp .yes{color:var(--green);font-weight:800}.cmp .no{color:var(--red);font-weight:800}.cmp tbody tr{transition:background .15s ease}.cmp tbody tr:hover td{background:#fbfaff}.compare__note{max-width:74ch;font-size:16px;line-height:1.65;color:#525266;margin:28px 0 0}.compare__note strong{color:#26262f}.cbank__group{margin-bottom:40px;max-width:860px;margin-left:auto;margin-right:auto}.cbank__gh{font-size:17px;font-weight:700;color:#80809c;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.cbank__copyall{border:0;background:#e9e3ff;color:#7c45cb;font-family:inherit;font-size:14.5px;font-weight:800;padding:4px 14px;border-radius:9999px;cursor:pointer;transition:all .15s ease}.cbank__copyall:hover{background:var(--violet);color:#fff}.cbfilters{display:flex;gap:9px;flex-wrap:wrap;justify-content:center;margin:-14px auto 36px;max-width:860px}.cbfilter{border:1px solid var(--border-light);background:var(--surface);color:var(--text-muted);font-family:inherit;font-size:14.5px;font-weight:700;padding:8px 18px;border-radius:9999px;cursor:pointer;transition:all .15s ease}.cbfilter:hover{border-color:#b08ef4;color:#7c45cb}.cbfilter.is-on{background:var(--violet);border-color:var(--violet);color:#fff}.cb-line{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 20px 14px 52px;border:1px solid var(--border-light);border-radius:12px;margin-bottom:10px;background:var(--surface);box-shadow:var(--shadow-xs);overflow:hidden;transition:box-shadow .2s ease}.cb-line:hover{box-shadow:var(--shadow-md)}.cb-line{flex-wrap:wrap}.cb-line__q{min-width:0;overflow-wrap:anywhere}.cb-line:before{content:"“";position:absolute;left:12px;top:2px;font-size:52px;font-weight:800;line-height:1;color:#e9e3ff;pointer-events:none}.cb-line__q{font-size:16px;font-weight:600;color:#26262f;line-height:1.5}.cb-line__src{display:block;font-size:14.5px;font-weight:600;color:#a2a2c1;margin-top:3px}.cb-rw{border:1px solid var(--border-light);border-radius:12px;margin-bottom:12px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow-xs)}.cb-rw__row{display:flex}.cb-rw__weak{flex:1;padding:12px 18px 14px;font-size:15px;color:#80809c;background:#fafafa;border-right:1px solid var(--border-light)}.cb-rw__label{display:block;font-size:14.5px;font-weight:800;margin-bottom:4px;color:#a2a2c1}.cb-rw__better .cb-rw__label{color:var(--green)}.cb-rw__weak s{color:#a2a2c1}.cb-rw__better{flex:1.2;display:block;padding:12px 18px 14px;font-size:15.5px;font-weight:700;color:#26262f;background:var(--green-dim)}.cb-rw__better .copybtn{margin-left:8px;vertical-align:2px}.cb-rw__src{font-size:14.5px;font-weight:600;color:#a2a2c1;padding:7px 18px;border-top:1px solid var(--border)}.check{max-width:780px;margin:0 auto}.check-score{display:flex;justify-content:space-between;align-items:baseline;font-size:15.5px;font-weight:600;color:var(--text-muted)}.check-score b{font-size:24px;font-weight:800;color:#7c45cb;font-variant-numeric:tabular-nums}.check-bar{position:relative;height:12px;border-radius:6px;background:#e9e3ff;border:1px solid #DCD4F5;overflow:hidden;margin:8px 0 26px}.check-bar i{position:absolute;top:0;bottom:0;left:0;width:0%;background:linear-gradient(90deg,#a88cff,#7c45cb);border-radius:6px;transition:width .35s cubic-bezier(.22,.61,.36,1)}.check-item{display:flex;gap:14px;align-items:flex-start;background:var(--surface);border:1px solid var(--border-light);border-radius:12px;padding:15px 20px;cursor:pointer;box-shadow:var(--shadow-xs);transition:box-shadow .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.check-item:hover{box-shadow:var(--shadow-md);border-color:var(--border-light)}.check-item+.check-item{margin-top:10px}.check-item__box{width:26px;height:26px;border-radius:8px;border:2px solid #C5C5E2;background:#fff;flex-shrink:0;display:grid;place-items:center;color:#fff;font-weight:800;font-size:15px;transition:all .15s ease;margin-top:1px}.check-item.is-on .check-item__box{background:#17b26a;border-color:#17b26a}.check-item__t{font-size:16px;font-weight:700;color:#26262f;min-width:0}.check-item.is-on{background:var(--green-dim);border-color:#b7e4ce}.check-item.is-on .check-item__t{color:var(--text)}.check-item.is-on .check-item__ev{color:#80809c}.check-item__ev{display:inline-block;margin-left:8px;font-size:14.5px;font-weight:700;color:#80809c;background:#f2f4f7;border:1px solid var(--border-light);padding:1px 9px;border-radius:9999px;white-space:normal;overflow-wrap:break-word;vertical-align:1px;max-width:100%}.check-verdict{margin-top:20px;font-size:16px;font-weight:700;color:#525266;text-align:center;min-height:26px}.take-list{list-style:none;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:22px;max-width:760px}.take{display:flex;gap:18px;align-items:flex-start}.take__n{width:34px;height:34px;box-sizing:content-box;border-radius:50%;background:#e6ddff;border:5px solid #F2EDFF;color:#7c45cb;display:grid;place-items:center;font-weight:700;font-size:16px;flex-shrink:0;font-variant-numeric:tabular-nums}.take p{margin:0;font-size:17px;line-height:1.6;color:#525266}.take p strong{color:#26262f}.take-cta{margin-top:56px}.bp-frame{max-width:940px;margin:0 auto;background:var(--surface);border:1px solid var(--border-light);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm)}.bp-row{display:grid;grid-template-columns:300px 1fr}.bp-row+.bp-row{border-top:1px dashed #C9C9E8}.bp-wire{position:relative;background:#f9f6ff;border-right:1px dashed #C9C9E8;padding:30px 26px;display:flex;flex-direction:column;gap:9px;justify-content:center}.bp-wire .halo{position:absolute;top:12px;left:12px;width:30px;height:30px;border-width:4px;font-size:14.5px}.wbar{height:10px;border-radius:5px;background:#dcd4f5}.wbar--strong{background:#c5b8ee;height:12px}.wbtn{height:30px;border-radius:8px;background:var(--violet)}.wbtn--ghost{background:#fff;border:2px solid #B08EF4}.wrow{display:flex;gap:8px;align-items:center}.wstars{font-size:15px;letter-spacing:2px;color:#e8a33d;line-height:1}.winput{height:26px;background:#fff;border:1.5px solid #DCD4F5;border-radius:7px}.wpill{height:16px;border-radius:8px;background:#efeafb}.wlogo{width:34px;height:34px;border-radius:9px;background:#efeafb;border:1px solid #E3DBF8;flex-shrink:0}.bp-note{padding:24px 30px 26px;min-width:0}.bp-note__t{font-size:17px;font-weight:800;color:#26262f;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bp-note__src{font-size:14.5px;font-weight:700;color:#7c45cb;background:var(--violet-dim);border:1px solid #E9E3FF;padding:2px 10px;border-radius:9999px;white-space:nowrap}.bp-note__quote{margin:10px 0 8px}.bp-note__why{margin:0;font-size:15px;line-height:1.55;color:var(--text-muted)}.bp-note__why strong{color:#26262f}@media(max-width:900px){.cb-rw__row{flex-direction:column}.cb-rw__weak{border-right:0;border-bottom:1px solid var(--border-light)}.bp-row{grid-template-columns:1fr}.bp-wire{border-right:0;border-bottom:1px dashed #C9C9E8}}.ov-card{background:var(--surface);border:1px solid var(--border-light);border-radius:16px;box-shadow:var(--shadow-xs);overflow:hidden}.ov-card__label{padding:13px 24px;font-family:Figtree,sans-serif;font-size:16.5px;font-weight:800;color:#7c45cb;background:#f2f4f7;border-bottom:1px solid var(--border)}.ov-card__text{margin:0;padding:18px 24px 22px;font-family:Figtree,sans-serif;font-size:17px;line-height:1.65;color:#525266}@media(min-width:1081px){.wgrid-analysis{gap:26px}.wgrid-evidence .screenshot-scroll-area,.wgrid-evidence .winner-visual .screenshot-scroll-area{max-height:720px}.wgrid-analysis .analysis-columns{gap:26px}.wgrid-analysis .ttf-box{padding:26px 28px;flex-direction:column;gap:12px}.wgrid-analysis .steal-list,.wgrid-analysis .broken-list{padding:28px 24px}.wgrid-analysis .steal-list ul,.wgrid-analysis .broken-list ul{gap:14px}.wgrid-analysis .steal-list li,.wgrid-analysis .broken-list li{padding:16px 18px}.wgrid-analysis .list-header{margin-bottom:22px}.wgrid-analysis .ad-intel-card{padding:28px}}.swipe-file-page .wrap{max-width:1020px;margin:0 auto;padding:0 28px}.swipe-file-page .band{padding:84px 0}.swipe-file-page .band--dark{background:var(--text)}.swipe-file-page .band--tint{background:linear-gradient(180deg,#e5e5f9,#f2f2fd)}.swipe-file-page .eyebrow{font-size:17px;font-weight:700;color:#7c45cb}.swipe-file-page .eyebrow--onDark{color:#b08ef4}.swipe-file-page .shead{text-align:center;max-width:680px;margin:0 auto 48px}.swipe-file-page .shead .halo{margin:0 auto 14px}.swipe-file-page .shead__label{font-size:16px;font-weight:700;color:var(--violet);margin-bottom:10px}.swipe-file-page .shead__title{font-family:Figtree,sans-serif;font-size:clamp(32px,4.2vw,46px);font-weight:600;letter-spacing:-.035em;line-height:1.05;color:var(--text);margin:0 0 16px;text-wrap:balance}.swipe-file-page .shead__title span{color:var(--violet)}.swipe-file-page .shead__descr{font-size:16px;line-height:1.5;color:#40404f;margin:0 auto;max-width:520px}.swipe-file-page .shead--dark .shead__label{color:#b08ef4}.swipe-file-page .shead--dark .shead__title{color:#fff}.swipe-file-page .shead--dark .shead__descr{color:#c5c5e2}.swipe-file-page h2.shead__title,.swipe-file-page h2.mat__title,.swipe-file-page h3.whead__lesson{margin-top:0;font-size:inherit}.swipe-file-page h2.shead__title{font-size:clamp(32px,4.2vw,46px);margin:0 0 16px}.swipe-file-page h2.mat__title{font-size:clamp(28px,3.4vw,40px);margin:0 0 14px}.swipe-file-page h3.whead__lesson{font-size:16px;margin:0 0 8px}.swipe-file-page .callout{position:relative;max-width:780px;margin:0 auto;padding-right:10px}.swipe-file-page .callout:before{content:"";position:absolute;left:6px;top:12px;width:calc(100% - 10px);height:100%;border-radius:14px;background:var(--violet)}.swipe-file-page .callout__card{position:relative;background:var(--surface);border:2px solid var(--text);border-radius:14px;padding:32px 38px 30px}.swipe-file-page .callout__title{font-family:Figtree,sans-serif;font-size:26px;font-weight:600;letter-spacing:-.03em;color:var(--text);margin:0 0 16px}.swipe-file-page .author{display:flex;gap:22px;align-items:flex-start}.swipe-file-page .author img{width:72px;height:72px;border-radius:50%;border:3px solid #E9E3FF}.swipe-file-page .author p{margin:0;font-size:17px;line-height:1.66;color:#525266}.swipe-file-page .author p strong{color:#26262f}.swipe-file-page .author__name{font-size:14.5px;font-weight:700;color:#a2a2c1;margin-top:10px}.swipe-file-page .cta{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:60px;padding:0 26px;border-radius:12px;border:2px solid #B08EF4;background:var(--violet);color:#fff;font-family:inherit;font-size:18px;font-weight:600;letter-spacing:-.01em;text-decoration:none;cursor:pointer;transition:.4s cubic-bezier(.47,0,.23,1.38);box-shadow:0 4px 18.4px #463186,0 0 12.7px #d185ec inset}.swipe-file-page .cta svg{flex-shrink:0;transition:transform .4s cubic-bezier(.47,0,.23,1.38)}.swipe-file-page .cta:hover{box-shadow:0 0 31.9px #745ac6cc,0 0 12.7px #d185ec inset;transform:scaleY(1.034)}.swipe-file-page .cta:hover svg{transform:rotate(-90deg)}.swipe-file-page .cta-line{position:relative;display:flex;justify-content:center}.swipe-file-page .cta-line:before{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;transform:translateY(-50%);opacity:.5;border-radius:2px;background:linear-gradient(90deg,#8057ff00,#7c45cb 51%,#79349900)}.swipe-file-page .cta-micro{margin-top:12px;text-align:center;font-size:14.5px;font-weight:600;color:#80809c}.swipe-file-page .whead{margin-bottom:32px;position:relative;z-index:1}.swipe-file-page .wnum{position:absolute;top:4px;right:0;font-size:132px;font-weight:800;line-height:1;color:#8057ff0d;font-variant-numeric:tabular-nums;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.swipe-file-page .winner-section:nth-of-type(2n) .wnum{color:#8057ff14}.swipe-file-page .whead__lesson{display:block;font-size:16px;font-weight:600;color:var(--violet);margin-bottom:8px}.swipe-file-page .whead__row{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}.swipe-file-page .whead__rank{font-size:19px;font-weight:800;color:#fff;background:var(--violet);border:0;padding:8px 18px;border-radius:9999px;box-shadow:var(--shadow-xs)}.swipe-file-page .whead__domain{font-family:Figtree,sans-serif;font-size:clamp(30px,3.1vw,38px);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--text);text-decoration:none}.swipe-file-page .whead__domain:after{content:"↗";display:inline-block;margin-left:10px;font-size:.52em;font-weight:700;color:var(--violet);transform:translateY(-.28em);transition:transform .22s ease}.swipe-file-page .whead__domain:hover{color:#7c45cb}.swipe-file-page .whead__domain:hover:after{transform:translateY(-.45em) translate(2px)}.swipe-file-page .whead__visit{position:relative;z-index:2;font-size:14.5px;font-weight:700;color:#a2a2c1;text-decoration:none;margin-left:auto;white-space:nowrap}.swipe-file-page .whead__visit:hover{color:#7c45cb;text-decoration:underline}.swipe-file-page .whead__dek{font-size:17px;line-height:1.6;color:var(--text-muted);max-width:64ch;margin:8px 0 16px}.swipe-file-page .chips{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:28px}.swipe-file-page .fchip{font-size:14.5px;font-weight:700;padding:6px 14px;border-radius:9999px;background:#f2f4f7;border:1px solid var(--border-light);color:var(--text-muted)}.swipe-file-page .fchip--warn{background:var(--red-dim);border-color:#f97066;color:var(--red)}.swipe-file-page .winner-section:nth-of-type(2n) .fchip{background:var(--surface)}.swipe-file-page .journey{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:920px;margin:0 auto;padding-top:19px}.swipe-file-page .jstat{position:relative;background:var(--surface);border:1px solid #E0D6FD;border-radius:24px;padding:42px 30px 28px;box-shadow:var(--shadow-xs);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.swipe-file-page .jstat:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.swipe-file-page .jstat .halo{position:absolute;top:-25px;left:50%;transform:translate(-50%)}.swipe-file-page .jstat__n{font-weight:800;font-size:64px;line-height:1;color:var(--violet);font-variant-numeric:tabular-nums}.swipe-file-page .jstat__l{font-size:15.5px;font-weight:600;color:#80809c;margin-top:8px}.swipe-file-page .jnote{text-align:left;font-size:15.5px;color:var(--text-muted);max-width:62ch;margin:36px auto 0}.swipe-file-page .jnote strong{color:#26262f}.swipe-file-page .router{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:920px;margin:44px auto 0}.swipe-file-page .router a{display:block;background:var(--surface);border:1px solid #E0D6FD;border-radius:16px;padding:20px 22px;text-decoration:none;box-shadow:var(--shadow-xs);transition:all .25s ease}.swipe-file-page .router a:hover{box-shadow:var(--shadow-md);transform:rotate(-1.2deg)}.swipe-file-page .router .itile{display:grid;place-items:center;width:46px;height:46px;margin-bottom:12px;border-radius:12px;background:#f2edff;border:1px solid #E3DBF8;color:#7c45cb}.swipe-file-page .router .itile svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.swipe-file-page .router__t{font-size:16.5px;font-weight:800;color:#26262f}.swipe-file-page .router__d{font-size:14.5px;font-weight:600;color:#80809c;margin-top:3px}.swipe-file-page .mat{background:linear-gradient(180deg,#e5e5f9,#fff);border-radius:24px;padding:44px 10px 10px;max-width:960px;margin:0 auto}.swipe-file-page .mat__card{position:relative;background:var(--surface);border:1px solid #F2EDFF;border-radius:16px;padding:0 44px 42px}.swipe-file-page .mat__card>.halo{position:absolute;top:-25px;left:50%;transform:translate(-50%);font-size:19px}.swipe-file-page .mat__head{text-align:center;max-width:580px;margin:0 auto;padding:52px 0 36px}.swipe-file-page .mat__label{font-size:16px;font-weight:700;color:var(--violet);margin-bottom:10px}.swipe-file-page .mat__title{font-family:Figtree,sans-serif;font-size:clamp(28px,3.4vw,40px);font-weight:600;letter-spacing:-.035em;line-height:1.05;color:var(--text);margin:0 0 14px;text-wrap:balance}.swipe-file-page .mat__title span{color:var(--violet)}.swipe-file-page .mat__descr{font-size:16px;line-height:1.5;color:#40404f;margin:0}.swipe-file-page .quad{display:grid;grid-template-columns:1fr 1fr}.swipe-file-page .quad__cell{padding:30px 36px 32px;text-align:left;border-bottom:1px dashed #C9C9E8}.swipe-file-page .quad__cell:nth-child(odd){border-right:1px dashed #C9C9E8}.swipe-file-page .quad__cell:nth-last-child(-n+2){border-bottom:0}.swipe-file-page .quad__n{font-variant-numeric:tabular-nums;font-weight:800;font-size:46px;line-height:1.05;color:var(--violet)}.swipe-file-page .quad__n small{font-size:22px;font-weight:700;color:#a2a2c1}.swipe-file-page .quad__t{font-size:19px;font-weight:600;letter-spacing:-.02em;color:#0f0f11;margin:8px 0 6px}.swipe-file-page .quad__d{font-size:15.5px;line-height:1.5;color:#525266;margin:0;max-width:38ch}.swipe-file-page .quad__d strong{color:#26262f}.swipe-file-page .foot{background:var(--text);color:#ffffff8c;padding:64px 0 60px}.swipe-file-page .xsell{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:34px}.swipe-file-page .xsell a{display:block;padding:20px 24px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;font-size:16px;font-weight:700;transition:all .25s ease}.swipe-file-page .xsell a:hover{border-color:#a88cff;background:#8057ff1f;transform:rotate(-1.2deg)}.swipe-file-page .xsell a span{display:block;font-size:14.5px;font-weight:600;color:#ffffff80;margin-top:3px}@media(max-width:900px){.swipe-file-page .journey{grid-template-columns:1fr;gap:40px}.swipe-file-page .router{grid-template-columns:repeat(2,1fr)}.swipe-file-page .quad{grid-template-columns:1fr}.swipe-file-page .quad__cell:nth-child(odd){border-right:0}.swipe-file-page .quad__cell{border-bottom:1px dashed #C9C9E8}.swipe-file-page .quad__cell:last-child{border-bottom:0}.swipe-file-page .mat__card{padding:0 20px 34px}.swipe-file-page .whead__visit{margin-left:0}}.swipe-file-page section:where(#patterns,#wildcards,#compare,#copybank,#losers,#roundup,#takeaways,#checklist,#swipe-handoff):not(.band):not(.band--tint):not(.band--dark){border-top:0}.swipe-file-page section:where(#patterns,#wildcards,#compare,#copybank,#losers,#roundup,#takeaways,#checklist,#swipe-handoff):nth-of-type(2n):not(.band):not(.band--tint):not(.band--dark){background:linear-gradient(180deg,#e5e5f9,#f2f2fd)}@supports selector(:has(*)){.swipe-file-page .stats-header:not(:has(.halo)):before{content:"✦";width:38px;height:38px;box-sizing:content-box;border-radius:50%;background:#e6ddff;border:6px solid #F2EDFF;display:grid;place-items:center;margin:0 auto 14px;font-weight:700;font-size:15px;line-height:1;color:#7c45cb}}.swipe-file-page .stats-header{max-width:680px;margin-left:auto;margin-right:auto}.swipe-file-page .patterns-title span{color:var(--violet)}.swipe-file-page .band--dark .stats-eyebrow{color:#b08ef4}.swipe-file-page .band--dark .patterns-title{color:#fff}.swipe-file-page .band--dark .wildcards-subtitle{color:#c5c5e2}.swipe-file-page .patterns-inner>.take-list{max-width:820px;background:var(--surface);border:2px solid var(--text);border-radius:14px;padding:32px 38px 30px;box-shadow:6px 12px 0 0 var(--violet)}.swipe-file-page .take-cta>div:first-child:not(.cta-line){position:relative}.swipe-file-page .take-cta>div:first-child:not(.cta-line):before{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;transform:translateY(-50%);opacity:.5;border-radius:2px;background:linear-gradient(90deg,#8057ff00,#7c45cb 51%,#79349900)}.swipe-file-page .take-cta>div:first-child .ppcio-cta-btn{position:relative}.swipe-file-page .take-cta .wildcards-subtitle{font-size:14.5px;font-weight:600;color:#80809c;margin-bottom:0}.swipe-file-page .author-note-inner{border:2px solid var(--text);border-radius:14px;padding:32px 38px 30px;gap:22px;box-shadow:6px 12px 0 0 var(--violet)}.swipe-file-page .author-note-inner:before{display:none}.swipe-file-page .author-note .author-photo{width:72px;height:72px;border:3px solid #E9E3FF}.swipe-file-page .author-note-text p{font-size:17px;line-height:1.66;color:#525266}.swipe-file-page .author-note-text p strong{color:#26262f}.swipe-file-page a.winner-domain:after{content:"↗";position:static;display:inline-block;width:auto;height:auto;background:none;margin-left:10px;font-size:.52em;font-weight:700;color:var(--violet);transform:translateY(-.28em);transition:transform .22s ease}.swipe-file-page a.winner-domain:hover:after{width:auto;transform:translateY(-.45em) translate(2px)}.swipe-file-page .ttf-box,.swipe-file-page .steal-list,.swipe-file-page .broken-list{background:var(--surface);border:1px solid var(--border-light);border-radius:16px;padding:0;overflow:hidden;box-shadow:var(--shadow-xs)}.swipe-file-page .ttf-box{flex-direction:column;gap:0;align-items:stretch}.swipe-file-page .ttf-glow,.swipe-file-page .list-glow{display:none}.swipe-file-page .ttf-header,.swipe-file-page .steal-list .list-header,.swipe-file-page .broken-list .list-header{margin-bottom:0;padding:13px 24px;font-size:16.5px;font-weight:800;white-space:normal;border-bottom:1px solid var(--border)}.swipe-file-page .ttf-header{background:var(--violet-dim)}.swipe-file-page .steal-list .list-header{background:var(--green-dim)}.swipe-file-page .broken-list .list-header{background:var(--red-dim)}.swipe-file-page .ttf-header span{font-size:16.5px;font-weight:800;color:#7c45cb}.swipe-file-page .ttf-icon-box,.swipe-file-page .list-header-icon{display:none}.swipe-file-page .ttf-box p{padding:20px 24px 22px}.swipe-file-page .steal-list ul,.swipe-file-page .broken-list ul{padding:20px 24px 24px}.swipe-file-page .footer-inner{max-width:1020px}.swipe-file-page .footer-rec-grid{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.swipe-file-page .footer-rec-card{padding:20px 24px;border-radius:12px}.swipe-file-page .footer-rec-emoji,.swipe-file-page .footer-rec-arrow{display:none}.swipe-file-page .footer-rec-name{font-size:16px;font-weight:700;margin-bottom:3px}.swipe-file-page .footer-rec-meta{font-size:14.5px;font-weight:600}@media(max-width:768px){.swipe-file-page .author-note-inner{padding:24px 20px 22px;gap:14px}}@media(max-width:560px){.swipe-file-page .callout__card,.swipe-file-page .patterns-inner>.take-list{padding:24px 20px 22px}.swipe-file-page .take-list{gap:18px}}@media(min-width:1081px){.wgrid-analysis .ad-intel-top-row{flex-direction:column;gap:18px}.wgrid-analysis .ad-intel-keywords-section{width:100%;border-left:0;padding-left:0;border-top:1px solid var(--border);padding-top:18px}.wgrid-analysis .ad-intel-stats{gap:28px;flex-wrap:wrap}}.scroll-pulse-gold{background:radial-gradient(circle,rgba(181,71,8,.06) 0%,transparent 70%)!important;box-shadow:none!important}.scroll-pulse-red{background:radial-gradient(circle,rgba(240,68,56,.06) 0%,transparent 70%)!important;box-shadow:none!important}.swipe-file-page .wildcard-label,.swipe-file-page .loser-label{color:var(--text)!important}.swipe-file-page .band--dark .wildcard-label,.swipe-file-page .losers-intro-section .loser-label{color:#fff!important}.swipe-file-page .wildcards-section{background:none}.swipe-file-page .wildcard-num-badge{color:var(--violet)!important;background:#f2edff!important;border-color:#d9cbff!important}@supports selector(:has(*)){.swipe-file-page .wildcards-header:not(:has(.halo)):before,.swipe-file-page .losers-intro-text:not(:has(.halo)):before{content:"✦";width:38px;height:38px;box-sizing:content-box;border-radius:50%;background:#e6ddff;border:6px solid #F2EDFF;display:grid;place-items:center;margin:0 auto 14px;font-weight:700;font-size:15px;line-height:1;color:#7c45cb}}.swipe-file-page .wildcards-header,.swipe-file-page .losers-intro-text{text-align:center}.swipe-file-page .losers-intro-text .stats-eyebrow,.swipe-file-page .wildcards-header .stats-eyebrow{display:block}.swipe-file-page .verdict-heading span,.swipe-file-page .wildcard-label span,.swipe-file-page .loser-label span{color:var(--violet)}.swipe-file-page .losers-intro-section .loser-label span{color:#b08ef4}.swipe-file-page .verdict-grid>.verdict-card:last-child:nth-child(odd),.swipe-file-page .verdict-card--wide{grid-column:1 / -1}.swipe-file-page .footer-rec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.swipe-file-page .footer-rec-card{display:block}@media(max-width:720px){.swipe-file-page .footer-rec-grid{grid-template-columns:1fr}}@media(hover:none){.swipe-file-page .copy-btn-sm{opacity:1;transform:none}.swipe-file-page .ttf-box .copy-btn{opacity:1}}@media(pointer:coarse),(max-width:900px){.swipe-file-page .copy-btn,.swipe-file-page .copy-btn-sm{min-width:44px;min-height:44px;padding:10px;border-radius:10px;justify-content:center}}@media(min-width:701px)and (max-width:917px){.cmp-scroll:after{content:none}.cmp-scroll{background-image:linear-gradient(90deg,var(--surface) 30%,rgba(255,255,255,0)),linear-gradient(90deg,rgba(255,255,255,0),var(--surface) 70%),linear-gradient(90deg,#0c0c0e1a,#0c0c0e00),linear-gradient(90deg,#0c0c0e00,#0c0c0e1a);background-position:left center,right center,left center,right center;background-repeat:no-repeat;background-size:36px 100%,36px 100%,14px 100%,14px 100%;background-attachment:local,local,scroll,scroll}}@media(max-width:700px){.swipe-file-page .cmp-scroll{overflow-x:visible;border:0;background:none;box-shadow:none;border-radius:0}.swipe-file-page table.cmp{min-width:0;display:block}.swipe-file-page .cmp thead{display:none}.swipe-file-page .cmp tbody{display:block}.swipe-file-page .cmp tr{display:block;background:var(--surface);border:1px solid var(--border-light);border-radius:14px;box-shadow:var(--shadow-xs);padding:6px 18px 12px;margin-bottom:14px}.swipe-file-page .cmp td{display:grid;grid-template-columns:minmax(0,8.5em) minmax(0,1fr);gap:14px;align-items:baseline;position:static;padding:10px 0;border-bottom:1px solid var(--border);text-align:left}.swipe-file-page .cmp tr td:first-child{display:flex;align-items:center;gap:10px;padding-top:14px;font-size:17px}.swipe-file-page .cmp tr td:last-child{border-bottom:0}.swipe-file-page .cmp td[data-label]:before{content:attr(data-label);font-size:14px;font-weight:700;color:#80809c}}.swipe-file-page .wfacts{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.swipe-file-page .wfact{display:inline-flex;align-items:baseline;gap:7px;padding:6px 13px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-family:Figtree,sans-serif;font-size:13.5px;line-height:1.4}.swipe-file-page .wfact__k{color:#80809c;font-weight:600}.swipe-file-page .wfact__v{color:var(--text);font-weight:700}.swipe-file-page .winner-header-text{min-width:0;flex:1}.swipe-file-page .sidebar-item{line-height:1.35}.swipe-file-page .sidebar-logo em{font-style:normal}.swipe-file-page .hero-subline{font-family:Figtree,sans-serif;font-size:19px;line-height:1.6;color:var(--text-muted);max-width:640px;margin:18px 0 22px}.swipe-file-page .wildcards-callout{background:var(--surface);border-color:var(--border);box-shadow:var(--shadow-xs);text-align:left}.swipe-file-page .wildcards-callout-text strong{color:#7c45cb}.swipe-file-page .wildcard-visit-btn{background:var(--surface)!important;border-color:var(--border)!important;color:#7c45cb!important}.swipe-file-page .browser-chrome-gold{border-color:var(--border-light)!important}.swipe-file-page .ttf-gold{border-color:var(--border)!important;background:var(--surface)!important}.swipe-file-page .ttf-gold .ttf-header span{color:#7c45cb!important}.swipe-file-page .steal-item,.swipe-file-page .broken-item{display:flex;gap:14px;align-items:flex-start}.swipe-file-page .steal-item+.steal-item,.swipe-file-page .broken-item+.broken-item{margin-top:24px}.swipe-file-page .steal-item__ico{width:26px;height:26px;border-radius:8px;background:var(--green-dim);color:var(--green);display:grid;place-items:center;font-weight:800;font-size:15px;flex-shrink:0;margin-top:1px}.swipe-file-page .broken-item__ico{width:26px;height:26px;border-radius:8px;background:var(--red-dim, #FDECEC);color:var(--red);display:grid;place-items:center;font-weight:800;font-size:15px;flex-shrink:0;margin-top:1px}.swipe-file-page .item__top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:16.5px;font-weight:800;color:#26262f}.swipe-file-page .item__quote{margin:8px 0 6px}.swipe-file-page .item__why{margin:0;font-size:16px;line-height:1.6;color:#525266}.swipe-file-page .qpill{display:inline-flex;align-items:center;gap:8px;background:#fafafa;border:1px solid var(--border-light);border-radius:9px;padding:4px 9px 4px 12px;font-size:15px;font-weight:600;color:#3d3d4d;margin:2px 0}.swipe-file-page .cattag{display:inline-block;white-space:nowrap;font-size:14.5px;font-weight:700;padding:2px 11px;border-radius:9999px;background:#e5e5f9;color:#80809c;margin-left:8px}.swipe-file-page .difftag{display:inline-block;white-space:nowrap;font-size:14.5px;font-weight:700;padding:2px 11px;border-radius:9999px;background:#efe9fe;color:#7c45cb;margin-left:6px}.swipe-file-page .copybtn{position:relative;border:0;background:#e7ddfb;color:#7c45cb;font-family:inherit;font-size:14.5px;font-weight:800;padding:3px 11px;border-radius:9999px;cursor:pointer;flex-shrink:0;transition:all .15s ease}.swipe-file-page .copybtn:after{content:"";position:absolute;inset:-10px}.swipe-file-page .copybtn:hover{background:#8057ff;color:#fff}.swipe-file-page .copybtn.is-copied{background:var(--green);color:#fff}
