@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@300;400;500;600;700;800&display=swap');
:root{--paper:#f6f6f6;--ink:#282828;--muted:#6b6b6b;--line:#e3e3e3;--red:#e94545;--soft:#fff0ef;--white:#fff;--radius:28px;font-family:Geologica,Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;font-size:16px;line-height:1.6}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:4px}button:disabled{cursor:wait;opacity:.65}a{text-decoration:none}p{margin:0 0 20px}h1,h2,h3{line-height:1.12;letter-spacing:-.045em;margin:0;font-weight:650}h1{font-size:clamp(38px,4.9vw,67px)}h2{font-size:clamp(30px,3.3vw,44px)}h3{font-size:24px}small,.small{font-size:13px;line-height:1.55}.muted{color:var(--muted)}.wrap{max-width:1220px;padding:0 28px;margin:auto}.header{margin:18px auto 24px;padding:15px 24px;border-radius:50px;background:#ededed;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;line-height:1.2;font-size:17px;font-weight:650}.brand span{display:block;font-size:12px;font-weight:400;color:#737373;margin-top:5px}.mark{width:38px;height:38px;background:var(--red);color:white;border-radius:12px;display:grid;place-items:center;font-size:25px;font-weight:800}.nav{display:flex;align-items:center;gap:25px;font-size:14px}.nav a:hover{color:var(--red)}.btn{border:0;border-radius:12px;padding:17px 25px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:500;font-size:15px;line-height:1.3;background:var(--red);color:white;transition:background .2s,transform .2s}.btn:hover{background:#d83737;transform:translateY(-2px)}.btn.small-btn{padding:12px 18px;font-size:14px}.btn.secondary{background:#eee;color:var(--ink)}.btn.secondary:hover{background:#e2e2e2}.text-btn{background:none;border:0;padding:0;color:inherit;text-decoration:underline;text-underline-offset:5px;font-size:14px}.hero{border-radius:32px;background:var(--ink);color:#fff;overflow:hidden}.hero-main{display:grid;grid-template-columns:1.2fr .8fr;gap:45px;padding:52px 52px 44px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.11em;text-transform:uppercase;display:block;margin-bottom:24px}.hero .eyebrow{color:#c4c4c4}.hero h1 em{font-style:normal;color:#ff6b65}.hero .intro{max-width:510px;color:#d0d0d0;margin:25px 0 28px;font-size:18px;line-height:1.65}.hero-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.hero .text-btn{color:#d6d6d6}.author-hero{position:relative;background:#353535;border:1px solid #494949;border-radius:24px;padding:26px;transform:rotate(2deg)}.author-hero .topline{display:flex;justify-content:space-between;color:#bbb;font-size:12px}.portrait{display:block;width:174px;height:174px;object-fit:cover;border-radius:50%;margin:23px auto;background:#f1f1f1}.author-hero h2{font-size:28px;letter-spacing:-.035em;text-align:center}.author-hero .role{color:#bcbcbc;text-align:center;font-size:14px;margin-top:6px}.author-note{margin:23px 0 0;padding-top:20px;border-top:1px solid #505050;color:#ddd;font-size:14px;line-height:1.6}.hero-strip{border-top:1px solid #494949;padding:16px 52px;display:flex;gap:30px;font-size:13px;color:#c5c5c5}.hero-strip strong{color:white;font-weight:500}.section{padding-top:74px}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.section-head p{max-width:400px;margin:0;color:var(--muted);font-size:15px}.searchrow{display:grid;grid-template-columns:1fr 220px;gap:14px}.field,input,textarea,select{border:1px solid var(--line);background:white;border-radius:12px;padding:15px 17px;color:var(--ink);width:100%;min-width:0}.searchbox{position:relative}.searchbox input{padding-left:44px}.searchicon{position:absolute;left:17px;top:14px;color:#777;font-size:22px}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.chip{border:1px solid var(--line);background:white;border-radius:30px;padding:9px 15px;color:#5e5e5e;font-size:13px;line-height:1.4}.chip[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.chip .n{opacity:.65;margin-left:7px}.catalog-meta{display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:13px;color:#777;margin:22px 0}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{background:white;border:1px solid #e8e8e8;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:box-shadow .2s,transform .2s}.card.live:hover{box-shadow:0 12px 25px #00000008;transform:translateY(-4px)}.cover{aspect-ratio:1.9;background:#eaeaea;padding:20px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.cover .domain{font-size:13px;color:#666;overflow-wrap:anywhere}.cover .cover-name{font-size:27px;font-weight:650;line-height:1.15;letter-spacing:-.04em;max-width:95%;color:#555}.cover .cover-note{font-size:12px;color:#727272}.card:nth-child(3n+2) .cover{background:#eee5e2}.card:nth-child(3n+3) .cover{background:#e3e7e8}.card.live .cover{background:var(--ink);color:white}.card.live .cover-name{color:white}.card.live .domain,.card.live .cover-note{color:#bdbdbd}.cover .badge{position:absolute;right:15px;top:15px;border-radius:20px;background:var(--red);padding:5px 10px;color:white;font-size:11px}.cardbody{padding:21px 23px;display:flex;flex-direction:column;flex:1}.category{font-size:12px;color:var(--red);margin-bottom:12px}.card h3{font-size:23px;margin-bottom:12px}.card p{font-size:14px;line-height:1.6;color:#777;flex:1}.cardfoot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding-top:16px;font-size:12px;color:#777}.cardfoot a{color:var(--ink);font-size:14px;font-weight:500}.cardfoot a:hover{color:var(--red)}.loadmore{display:flex;justify-content:center;margin:30px 0 0}.empty{padding:50px;border:1px dashed #ccc;text-align:center;border-radius:20px}.submit-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;background:white;border-radius:28px;padding:44px;margin-top:72px}.submit-section h2{margin-bottom:20px}.submit-section .lead{color:var(--muted);font-size:17px}.mini-author{display:flex;gap:12px;align-items:center}.avatar{width:46px;height:46px;object-fit:cover;border-radius:50%;background:#eee;flex-shrink:0}.mini-author strong{display:block;font-size:15px;font-weight:500}.mini-author span{font-size:12px;color:var(--muted)}.form-grid{display:grid;gap:14px}.form-grid label:not(.consent){display:block;font-size:13px}.form-grid label input,.form-grid label textarea{margin-top:6px}.form-grid textarea{resize:vertical;min-height:110px}.consent{display:flex;align-items:start;gap:10px;font-size:12px;color:#777;line-height:1.5}.consent input{width:17px;height:17px;flex:0 0 17px;margin:1px 0 0;accent-color:var(--red)}.consent a{text-decoration:underline}.form-status{font-size:13px;line-height:1.5;color:#8e3434;margin:0}.form-status:empty{display:none}.notice{background:#f4f4f4;padding:12px 15px;border-radius:9px;color:#737373;font-size:12px}.footer{margin-top:74px;padding:36px 0 95px;border-top:1px solid #ddd}.footer-top{display:flex;justify-content:space-between;align-items:start;gap:25px;margin-bottom:28px}.footer-links{display:flex;gap:25px;font-size:13px}.legal{font-size:12px;color:#818181;max-width:980px;line-height:1.65;margin:0}.footer-bottom{display:flex;justify-content:space-between;margin-top:24px;font-size:12px;color:#888}.chat-launch{position:fixed;bottom:24px;right:24px;z-index:20;border:0;border-radius:50px;padding:8px 20px 8px 8px;background:var(--ink);color:white;display:flex;align-items:center;gap:12px;box-shadow:0 5px 25px #0002;font-size:14px}.chat-launch .avatar{width:42px;height:42px}.chat-launch span{line-height:1.3;text-align:left}.chat-launch small{display:block;color:#c8c8c8;font-size:11px;margin-top:3px}.chatdialog{border:0;border-radius:22px;padding:0;width:390px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 30px);margin:auto 20px 20px auto;box-shadow:0 10px 70px #0003}.chatdialog::backdrop{background:#0003}.chathead{background:var(--ink);color:white;padding:20px;display:flex;justify-content:space-between;align-items:center}.chathead .mini-author span{color:#bbb}.close{width:32px;height:32px;border:0;border-radius:50%;background:#ffffff15;color:inherit;font-size:22px;display:grid;place-items:center}.chatbody{padding:20px;overflow:auto}.chat-intro{background:#f1f1f1;border-radius:0 15px 15px;padding:14px;font-size:14px;margin-bottom:20px}.chat-intro small{display:block;color:#777;margin-top:8px}.chatdialog .form-grid{gap:12px}.policy-dialog{border:0;border-radius:20px;max-width:680px;width:calc(100% - 32px);max-height:85dvh;padding:32px}.policy-dialog::backdrop{background:#0007}.policy-dialog h2{font-size:26px;margin:12px 0 20px}.policy-dialog p{font-size:14px}.policy-dialog a{text-decoration:underline}.policy-dialog .close{float:right;background:#eee}.breadcrumb{display:flex;gap:10px;flex-wrap:wrap;color:#777;font-size:13px;margin:26px 0}.breadcrumb a:hover{color:var(--red)}.detail-heading{max-width:950px}.detail-heading h1{font-size:clamp(36px,4.2vw,56px);margin:14px 0 24px}.detail-heading .intro{font-size:19px;line-height:1.65;color:#6d6d6d;max-width:800px}.detail-meta{display:flex;flex-wrap:wrap;gap:25px;align-items:center;font-size:13px;color:#777;margin:25px 0 35px}.detail-meta .mini-author{margin-right:auto}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 305px;gap:30px;align-items:start}.video-box{background:#272727;border-radius:22px;aspect-ratio:1258/829;max-width:620px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;padding:30px;text-align:center}.video-box .playicon{width:65px;height:65px;background:#414141;border-radius:50%;display:grid;place-items:center;margin-bottom:18px;font-size:25px;padding-left:4px;color:#aaa}.video-box p{font-size:18px;margin:0 0 8px}.video-box span{max-width:310px;font-size:13px;color:#aaa}.video-caption{font-size:12px;color:#888;margin:12px 0 30px}.video-box video{max-width:100%;width:100%;height:auto;border-radius:16px}.contents{display:flex;gap:10px;flex-wrap:wrap;border-bottom:1px solid #ddd;padding-bottom:23px;margin-bottom:34px;font-size:14px}.contents a{padding:7px 10px;border-radius:8px;background:#eaeaea}.article-section{margin:0 0 42px;scroll-margin-top:30px}.article-section h2{font-size:31px;margin-bottom:22px}.article-section p{color:#686868;line-height:1.75}.good{padding:25px 28px;border-radius:18px;background:white;border:1px solid #e5e5e5}.good h3{font-size:20px;margin-bottom:12px}.good p{margin:0;font-size:15px}.finding{padding:26px 0;border-bottom:1px solid #ddd;display:grid;grid-template-columns:34px 1fr;gap:16px}.finding .num{font-size:12px;font-weight:500;color:var(--red);padding-top:6px}.finding h3{font-size:22px;line-height:1.3;margin-bottom:12px;letter-spacing:-.025em}.finding p{font-size:15px;margin-bottom:10px}.finding .fix{color:#333;padding-left:14px;border-left:2px solid var(--red);margin-top:15px}.technical-intro{font-size:14px}.tech-row{padding:18px 0;border-bottom:1px solid #ddd}.tech-row .tech-label{font-size:15px;font-weight:500}.tech-row small{display:inline-block;font-size:11px;padding:3px 7px;border-radius:5px;background:#ececec;color:#777;margin-left:6px}.tech-row p{font-size:14px;line-height:1.6;margin:7px 0 0}.side-offer{background:var(--ink);color:white;padding:27px;border-radius:22px;position:sticky;top:22px}.side-offer .eyebrow{color:#bbb;margin-bottom:17px}.side-offer h2{font-size:29px;line-height:1.15;margin-bottom:14px}.side-offer p{font-size:14px;color:#bfbfbf}.price{font-size:31px;font-weight:500;letter-spacing:-.035em;margin:20px 0 14px}.price span{font-size:14px;color:#bdbdbd;letter-spacing:0}.side-offer .btn{width:100%;font-size:14px;padding:15px 10px}.side-divider{height:1px;background:#505050;margin:24px 0}.side-offer h3{font-size:19px;line-height:1.3;letter-spacing:-.02em}.side-offer .secondary{background:#414141;color:white}.side-offer .secondary:hover{background:#505050}.side-offer .small-link{font-size:12px;color:#bdbdbd;display:block;text-align:center;text-decoration:underline;margin-top:23px;text-underline-offset:4px}.priority-list{padding-left:22px;color:#666;font-size:15px;line-height:1.8}.priority-list li{padding:6px}.author-end{padding:26px;border-radius:20px;background:white;display:flex;align-items:center;justify-content:space-between;gap:22px}.author-end .avatar{width:62px;height:62px}.draft-strip{font-size:12px;color:#777;margin-top:12px;text-align:center}.hidden,[hidden]{display:none!important}.skip{position:fixed;top:-100px;left:15px;z-index:100;background:white;padding:12px}.skip:focus{top:10px}
@media(min-width:1000px){.hero .btn{padding:19px 26px}}@media(max-width:960px){.hero-main{padding:34px;gap:25px;grid-template-columns:1.2fr 1fr}.hero-strip{padding:16px 34px;gap:15px;flex-wrap:wrap}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{grid-template-columns:minmax(0,1fr) 260px;gap:22px}.side-offer{padding:22px}.nav a:first-child{display:none}.submit-section{gap:28px;padding:30px}}@media(max-width:700px){.wrap{padding:0 18px}.header{margin:12px 0 18px;padding:13px 17px;border-radius:22px}.brand{font-size:14px;gap:9px}.brand span{font-size:10px}.mark{width:31px;height:34px;font-size:22px}.nav{gap:0}.nav a{display:none}.nav .btn{padding:10px 12px;font-size:12px}.hero-main{grid-template-columns:1fr;padding:32px 25px;gap:30px}.hero h1{font-size:43px}.hero .intro{font-size:16px}.hero-actions{gap:20px}.hero-actions .btn{width:100%}.author-hero{transform:none;display:grid;grid-template-columns:70px 1fr;gap:0 16px;padding:20px}.author-hero .topline,.author-note{display:none}.portrait{width:70px;height:70px;margin:0;grid-row:1/3}.author-hero h2{font-size:23px;text-align:left;align-self:end}.author-hero .role{text-align:left;font-size:12px;align-self:start}.hero-strip{padding:16px 25px;font-size:12px;gap:8px 20px}.section{padding-top:47px}.section-head{display:block}.section-head p{margin-top:15px}.searchrow{grid-template-columns:1fr}.filters{gap:7px}.chip{font-size:12px;padding:8px 12px}.catalog-meta{align-items:start}.catalog-meta span:last-child{max-width:125px;text-align:right}.cards{gap:18px;grid-template-columns:1fr}.cover{aspect-ratio:2.05}.cardbody{padding:21px}.submit-section{grid-template-columns:1fr;margin-top:46px;padding:26px;gap:28px}.submit-section h2{font-size:32px}.footer{margin-top:46px}.footer-top{flex-direction:column}.footer-links{gap:17px;flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:8px}.chat-launch{bottom:15px;right:15px}.chatdialog{margin:auto 12px 12px;max-height:calc(100dvh - 24px);width:calc(100% - 24px)}.detail-grid{grid-template-columns:1fr}.side-offer{position:static;order:2}.detail-heading h1{font-size:39px}.detail-heading .intro{font-size:17px}.detail-meta{gap:16px}.detail-meta .mini-author{width:100%}.video-box{padding:23px;max-width:100%}.article-section h2{font-size:28px}.author-end{align-items:start;flex-direction:column}.finding{grid-template-columns:26px 1fr;gap:8px}.finding h3{font-size:21px}.contents{font-size:12px}.hero-actions .text-btn{margin:auto}.policy-dialog{padding:24px}.draft-strip{text-align:left}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

.hero-overview{align-self:center;padding:32px;background:#fff;border-radius:24px}.hero-overview>div{padding:22px 0;border-bottom:1px solid #e8e8e8}.hero-overview>div:last-child{border-bottom:0}.hero-overview strong{display:block;font-size:21px;margin:8px 0}.hero-overview p{font-size:14px;color:#666;line-height:1.6}.hero-overview span{color:#e94545;font-size:13px}.chat-logo{display:inline-grid;place-items:center;border-radius:12px;background:#e94545;color:#fff;font-weight:800;width:42px;height:42px;flex-shrink:0}.chat-launch small{display:block;font-weight:400;font-size:11px;margin-top:4px}.chatdialog[open]{display:flex;flex-direction:column;width:min(410px,calc(100vw - 24px));max-height:calc(100dvh - 32px);padding:22px}.chatdialog .dialog-head{flex-shrink:0}.chat-messages{overflow-y:auto;min-height:130px;max-height:36dvh;padding:10px 0;overscroll-behavior:contain}.bubble{padding:12px 14px;border-radius:16px;background:#f1f1f1;font-size:14px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;margin:0 24px 12px 0}.bubble.user{background:#fce8e8;margin:0 0 12px 24px}.chat-compose{display:grid;gap:10px}.chat-compose textarea{box-sizing:border-box;width:100%;resize:vertical;min-height:70px;max-height:120px;border:1px solid #ddd;border-radius:12px;padding:12px;font:inherit;font-size:14px}.chat-compose .consent{font-size:10px}.chat-contact{margin-top:12px;overflow:auto;flex-shrink:1}.chat-contact summary{font-size:13px;cursor:pointer}.chat-contact form{padding-top:14px}.chat-contact .consent{font-size:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:disabled{opacity:.55;cursor:wait}@media(max-width:600px){.hero-overview{padding:20px}.chatdialog[open]{margin:auto 12px 12px;max-height:calc(100dvh - 24px)}.chat-launch{right:14px;bottom:14px}.chat-messages{max-height:30dvh}}

.hero-overview>div{display:flex;gap:18px;align-items:flex-start}.hero-overview>div>b{color:#e94545;font-size:13px;padding-top:4px}.hero-overview>div>p{font-size:19px;color:#282828;margin:0;line-height:1.4}.hero-overview>div>p>span{display:block;font-size:13px;color:#777;line-height:1.6;margin-top:7px}.chathead{flex-shrink:0}

.topic-links{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}.topic-links>span{flex-basis:100%;font-size:14px;color:#666}.topic-links a:hover{border-color:#e94545}.topic-hero{background:#282828;color:#fff;border-radius:28px;padding:44px;max-width:100%}.topic-hero h1{max-width:900px}.topic-hero .intro{font-size:18px;max-width:820px;color:#d1d1d1;margin:24px 0}.topic-focus{max-width:820px;padding:48px 0 20px}.topic-focus h2{margin-bottom:22px}.topic-focus p{color:#666}.related{margin-bottom:40px}.related .section-head{align-items:center}.related h2{font-size:32px}.scan-title{font-size:16px!important;letter-spacing:0;line-height:1.6;margin:25px 0 5px;overflow-wrap:anywhere}.editor-note{background:#fff5db;border:1px solid #e7d7ad;padding:20px 24px;border-radius:16px;margin:0 0 28px;font-size:14px}.editor-note p{margin:8px 0 0}.video-box{margin-bottom:24px}.loaded-video{padding:0;overflow:hidden}.review-shot{margin:24px 0;max-width:620px}.review-shot img{max-width:100%;height:auto;border-radius:16px}.review-shot figcaption{font-size:13px;color:#777}.tech-row p,.finding p{overflow-wrap:anywhere}.finding p,.good p,.priority-list{font-size:16px}@media(max-width:700px){.topic-hero{padding:28px 22px}.topic-hero h1{font-size:36px;overflow-wrap:anywhere}.topic-hero .intro{font-size:16px}.related .section-head{display:block}.related .text-btn{display:inline-block;margin-top:18px}.editor-note{padding:18px}}

.review-byline{font-size:13px;line-height:1.6;color:#777;font-weight:400}.review-actions{display:flex;gap:18px;flex-wrap:wrap;margin:24px 0}.detail-meta .review-byline{margin-right:auto}@media(max-width:700px){.detail-meta .review-byline{flex-basis:100%}}
