:root{--ink:#171a2d;--muted:#6a7085;--blue:#2463eb;--purple:#7c3aed;--accent:#5b3de2;--line:#e5e8f2;--bg:#fcfdff;--gradient:linear-gradient(120deg,#2369ed,#783be8);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:115px}body{margin:0;color:var(--ink);background:var(--bg);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:#fff0;touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--purple);outline-offset:5px}img{display:block;width:100%;max-width:100%;height:auto;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}.wrap{width:min(1280px,calc(100% - 80px));margin-inline:auto}.announcement{padding:10px 20px;text-align:center;font-size:12px;letter-spacing:.3px;background:#f0edff;color:#514088}.announcement a{margin-left:15px;font-weight:650;color:#5632bd}header{position:sticky;top:0;z-index:20;background:#ffffffed;border-bottom:1px solid #e8eaf2;backdrop-filter:blur(16px)}.header-inner{height:91px;width:min(1400px,calc(100% - 64px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;flex-shrink:0}.brand-logo,.custom-logo{width:180px;height:61px;object-fit:contain}.custom-logo-link{display:inline-flex}.header-inner nav,.mobile-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.header-inner nav a{padding:34px 0;position:relative;white-space:nowrap}.header-inner nav a[aria-current=page],.current-menu-item>a{color:var(--purple)}.header-inner nav a[aria-current=page]:after{content:'';position:absolute;bottom:20px;left:0;width:22px;height:3px;background:var(--gradient);border-radius:3px}.header-actions{display:flex;align-items:center;gap:15px}.search-link{padding:10px;display:grid;place-items:center;min-width:42px}.shop-link,.donate-button{padding:12px 16px;border-radius:9px;font-size:13px;font-weight:650;white-space:nowrap;min-height:44px;display:flex;align-items:center}.shop-link{color:#fff;background:var(--gradient);box-shadow:0 4px 12px #5943d71a}.donate-button{border:1px solid #dbd6ef;color:#6240b3;background:#fff}.donate-button:hover{background:#f3efff}.menu{display:none;border:none;background:#fff0;font-size:25px}.mobile-nav[hidden]{display:none}.intro{display:flex;align-items:end;justify-content:space-between;padding-top:54px;padding-bottom:34px;gap:30px}.eyebrow{font-size:11px;line-height:1.6;letter-spacing:1.8px;font-weight:750;color:#6960a0}.intro .eyebrow{margin-bottom:14px;color:var(--purple)}.intro h1{font-size:clamp(35px,3.3vw,49px);font-weight:750;line-height:1.12;letter-spacing:-1.9px}.intro h1 span{background:var(--gradient);background-clip:text;-webkit-background-clip:text;color:#fff0}.intro p{font-size:15px;line-height:1.8;color:var(--muted);max-width:350px;padding-bottom:4px}.feature-grid{display:grid;grid-template-columns:1.75fr 1fr;gap:22px}.hero-feature{position:relative;min-height:510px;background:#0b111f;border-radius:var(--radius);overflow:hidden;color:#fff}.hero-feature>img{position:absolute;height:100%;object-position:65% 55%;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.hero-feature:hover>img{transform:scale(1.045)}.hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,#0c1027f5,#0c112c54 65%,#29396510)}.hero-copy{position:absolute;bottom:37px;left:38px;right:32px}.pill{display:inline-block;padding:8px 12px;border-radius:6px;font-size:10px;letter-spacing:1.7px;background:#ffffff1c;border:1px solid #ffffff38;backdrop-filter:blur(12px)}.hero-copy h2{font-size:52px;line-height:1.04;letter-spacing:-1.9px;font-weight:650;margin:22px 0 17px}.hero-copy p{font-size:16px;line-height:1.5;color:#d0d6e8;margin-bottom:23px}.hero-link{font-size:14px;font-weight:600}.hero-link span{display:inline-grid;place-items:center;width:34px;height:34px;margin-left:16px;border:1px solid #ffffff50;border-radius:50%;transition:background .2s}.hero-feature:hover .hero-link span{background:var(--purple)}.feature-side{display:grid;grid-template-rows:1.3fr 1fr;gap:22px}.side-feature{position:relative;overflow:hidden;background:#eeeffb;border-radius:var(--radius)}.side-feature>img{position:absolute;height:100%;object-position:80% center}.side-feature:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#eff0fff5,#eff0ffbe 40%,#eff0ff00)}.side-feature>div{position:relative;z-index:1;padding:31px;max-width:90%}.side-feature h2{font-size:31px;line-height:1.14;letter-spacing:-.9px;margin:15px 0 23px}.side-feature span{font-size:14px;font-weight:650}.side-shop{background:radial-gradient(ellipse at 100% 0,#bccbff90,transparent 70%),linear-gradient(115deg,#edf2ff,#e9e2ff);border:1px solid #dfe1fa;border-radius:var(--radius);padding:28px 31px;display:flex;flex-direction:column;justify-content:space-between}.side-shop h2{font-size:32px;line-height:1.12;letter-spacing:-1px;margin:11px 0 18px}.side-shop>span{font-size:14px;font-weight:650;display:flex;justify-content:space-between;align-items:center;color:#4f39a4}.side-shop b{font-size:21px}.topic-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;border-bottom:1px solid var(--line);font-size:14px}.topic-bar>span{font-size:10px;letter-spacing:1.5px;color:#8990a3}.topic-bar a{white-space:nowrap;padding:7px 12px;border-radius:6px;transition:background .2s}.topic-bar a:hover{background:#eeebff;color:var(--purple)}.section{padding-top:60px;padding-bottom:57px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:27px}.section-heading .eyebrow{margin-bottom:8px}.section-heading h2{font-size:33px;letter-spacing:-1.1px;line-height:1.2;font-weight:700}.text-link{font-size:14px;font-weight:600;white-space:nowrap}.text-link span{margin-left:13px;color:var(--purple)}.text-link:hover{color:var(--blue)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s}.product:hover{transform:translateY(-6px);border-color:#c2b9f1;box-shadow:0 18px 40px #32396710}.product-image{display:block;position:relative;height:213px;background:#f4f5fb;overflow:hidden}.product-image img{height:100%;transition:transform .5s}.product:hover img{transform:scale(1.035)}.product-label{position:absolute;top:12px;left:12px;font-size:9px;letter-spacing:1px;font-weight:700;padding:7px 9px;background:#fffffff2;border-radius:5px;color:#4c417a}.product-body{padding:20px 18px 17px}.product h3{font-size:18px;line-height:1.35;letter-spacing:-.4px}.product p{font-size:14px;line-height:1.65;color:var(--muted);margin:9px 0 19px;min-height:47px}.amazon{font-size:13px;display:flex;justify-content:space-between;align-items:center;gap:5px;background:#f0edff;color:#5236ae;border-radius:7px;padding:13px 10px;font-weight:650;line-height:1.4;transition:background .2s,color .2s}.amazon:hover{background:var(--gradient);color:#fff}.affiliate-note{font-size:12px;color:#777c8c;line-height:1.7;margin-top:20px}.affiliate-note a{text-decoration:underline;text-underline-offset:3px}.news-section{background:#f3f5fb;border-top:1px solid #eaedf5;border-bottom:1px solid #eaedf5}.stories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;row-gap:38px}.story-image{display:block;aspect-ratio:1.58;border-radius:15px;overflow:hidden;background:#e9eaf4;margin-bottom:21px}.story-image img{height:100%;transition:transform .55s}.story:hover .story-image img{transform:scale(1.045)}.story>.eyebrow{font-size:10px;color:var(--purple);margin-bottom:10px}.story h3{font-size:23px;line-height:1.3;letter-spacing:-.7px;font-weight:650}.story h3 a:hover{color:var(--blue)}.meta{font-size:12px;color:#7b7f90;margin-top:17px;line-height:1.6}.meta span{margin:0 8px}.tips-section{display:grid;grid-template-columns:1fr 1.25fr;gap:70px;padding-block:70px}.tips-heading h2{font-size:46px;line-height:1.07;letter-spacing:-1.7px;margin:19px 0 20px}.tips-heading p{font-size:16px;line-height:1.7;color:var(--muted)}.dark-button,.primary-button{display:inline-flex;justify-content:center;align-items:center;gap:10px;background:var(--gradient);color:#fff;font-size:14px;font-weight:600;padding:15px 21px;border:0;border-radius:8px;min-height:48px;transition:transform .2s,box-shadow .2s}.dark-button{margin-top:25px}.dark-button:hover,.primary-button:hover,.shop-link:hover{box-shadow:0 7px 22px #5435d72b;transform:translateY(-2px)}.tips-list>a{display:flex;align-items:center;gap:25px;border-bottom:1px solid var(--line);padding:25px 0}.tips-list>a:first-child{padding-top:3px}.tip-number{font-size:29px;font-weight:500;letter-spacing:-1px;color:#bab3d6}.tips-list .eyebrow{font-size:10px;margin-bottom:8px}.tips-list h3{font-size:20px;line-height:1.45;letter-spacing:-.5px}.tips-list>a>span:last-child{margin-left:auto;color:var(--purple)}.tips-list a:hover h3{color:var(--purple)}.amazon-banner{display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:32px;border-radius:24px;background:linear-gradient(115deg,#111d47,#28204f 80%);color:#fff;padding:28px;margin-bottom:28px;overflow:hidden}.store-image{height:210px;border-radius:16px;overflow:hidden}.store-image img{height:100%;object-fit:cover}.store-copy .eyebrow{color:#bcb1ff;font-size:10px}.amazon-banner h2{font-size:32px;letter-spacing:-1px;margin:13px 0}.amazon-banner p{font-size:15px;line-height:1.7;color:#c2c6de;max-width:480px}.lime-button{color:#40318b;background:#fff;font-size:14px;font-weight:700;padding:16px 20px;border-radius:8px;white-space:nowrap;transition:transform .2s}.lime-button:hover{transform:translateX(3px)}.support-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:65px;padding:30px;border:1px solid #e6defa;border-radius:17px;background:#f8f5ff}.support-strip>div{display:flex;align-items:center;gap:20px}.support-strip>div>span{color:var(--purple);font-size:34px}.support-strip h2{font-size:22px;letter-spacing:-.5px;margin-bottom:5px}.support-strip p{font-size:14px;color:var(--muted)}.outline-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;font-size:14px;font-weight:600;padding:13px 19px;border:1px solid #d7c9f5;border-radius:8px;color:#6540bb;white-space:nowrap}.outline-button:hover{background:#ece4ff}footer{background:#fff;border-top:1px solid var(--line);padding:43px max(40px,calc((100% - 1280px)/2)) 24px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:38px}.footer-top p{font-size:15px;line-height:1.75;color:var(--muted);margin-top:14px}.footer-links{display:flex;flex-direction:column;gap:15px;font-size:14px}.footer-links a:hover{color:var(--purple)}.footer-bottom{display:flex;justify-content:space-between;gap:25px;padding-top:22px;border-top:1px solid var(--line);font-size:12px;line-height:1.7;color:#777d90}.page-intro{max-width:900px;margin:7px 0 43px}.page-intro h1,.prose h1{font-size:clamp(36px,4vw,54px);letter-spacing:-2px;line-height:1.1;margin:16px 0 22px}.page-intro p{font-size:18px;line-height:1.7;color:var(--muted)}.prose{max-width:850px;min-height:65vh}.prose p{font-size:18px;line-height:1.85;margin:20px 0;color:#5a6177}.prose h2{margin-top:35px}.search-form{display:flex;gap:12px;max-width:850px}.search-form input{width:100%;min-width:0;border:1px solid #ced1e6;border-radius:9px;padding:17px;font-size:17px;background:#fff}.search-form button{margin:0;white-space:nowrap}#search-status{margin:27px 0;color:var(--muted)}#search-results{min-height:170px}.support-page{text-align:center;max-width:1000px}.support-heart{font-size:68px;line-height:1.3;color:var(--purple);margin-top:25px}.support-page h1{font-size:49px;letter-spacing:-1.8px;margin:12px 0 20px}.support-page>p{font-size:18px;line-height:1.8;color:var(--muted);max-width:640px;margin:auto}.support-options{display:grid;grid-template-columns:1fr 1fr;text-align:left;gap:25px;margin-top:45px}.support-options>div{padding:32px;border:1px solid var(--line);border-radius:20px;background:#fff}.support-options h2{font-size:24px;letter-spacing:-.7px}.support-options p{font-size:16px;color:var(--muted);line-height:1.8;margin:17px 0 25px}.pending-label{display:inline-flex;padding:13px 16px;border-radius:8px;background:#f2effa;color:#776d92;font-size:14px}.reading-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:var(--gradient);transform:scaleX(0);transform-origin:left;z-index:100;pointer-events:none}.article-heading{max-width:960px;text-align:center;padding-top:40px}.back-link{font-size:13px;color:#7e8494;display:block;margin-bottom:33px}.article-heading h1{font-size:clamp(34px,3.5vw,52px);line-height:1.13;letter-spacing:-1.8px;margin:18px 0 23px}.article-deck{font-size:19px;line-height:1.7;color:var(--muted);max-width:800px;margin:auto}.article-byline{display:flex;justify-content:center;align-items:center;gap:13px;margin:30px 0 35px;font-size:14px}.author-icon{background:var(--gradient);color:#fff;width:41px;height:41px;display:grid;place-items:center;border-radius:50%;font-size:12px;font-weight:700}.article-byline>div{text-align:left;display:flex;flex-direction:column;gap:5px}.article-byline>div>span{font-size:12px;color:#818699}.copy-link{margin-left:35px;background:#fff;border:1px solid #dce0ed;border-radius:7px;min-height:42px;padding:10px 14px;font-size:13px;color:#5b49a0}.article-hero{max-width:1100px;aspect-ratio:2/1;border-radius:22px;overflow:hidden;background:#eef0f8}.article-hero img{height:100%;object-fit:cover}.article-layout{max-width:1100px;display:grid;grid-template-columns:minmax(0,740px) 280px;gap:65px;padding-top:47px;padding-bottom:50px}.article-content{font-size:18px;line-height:1.85;min-width:0;color:#343a50;overflow-wrap:anywhere}.article-content p{margin:0 0 24px}.article-content h2{font-size:29px;line-height:1.3;letter-spacing:-.7px;margin:38px 0 20px;color:var(--ink);scroll-margin-top:120px}.article-content h3{font-size:24px;line-height:1.35;margin:30px 0 15px;color:var(--ink)}.article-content h5{font-size:18px;line-height:1.5}.article-content ul,.article-content ol{padding-left:25px;margin-bottom:25px}.article-content li{padding:4px 0}.article-content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.article-content blockquote{border-left:3px solid var(--purple);margin:28px 0;padding:20px 25px;background:#f2effb;border-radius:0 10px 10px 0}.article-content .article-disclosure{font-size:13px;line-height:1.8;border:1px solid #e8e2f9;background:#f8f6fe;padding:17px 20px;border-radius:10px;color:#726586}.article-content .original-source{border-top:1px solid var(--line);padding-top:25px;margin-top:40px;font-size:14px;color:var(--muted)}.article-sidebar{align-self:start;position:sticky;top:115px}.toc-box{border:1px solid var(--line);background:#fff;padding:24px;border-radius:14px}.article-toc{display:flex;flex-direction:column;gap:13px;margin-top:18px;font-size:13px;line-height:1.5}.article-toc a{color:#73788b;border-left:2px solid #e8e4f7;padding-left:12px}.article-toc a:hover{border-color:var(--purple);color:var(--purple)}.sidebar-store{display:block;margin-top:22px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.sidebar-store img{aspect-ratio:1.5;object-fit:cover}.sidebar-store>div{padding:22px}.sidebar-store .eyebrow{font-size:9px}.sidebar-store h3{font-size:23px;letter-spacing:-.5px;line-height:1.2;margin:10px 0 18px}.sidebar-store>div>span:last-child{font-size:14px;color:var(--purple)}.sidebar-donate{display:block;margin-top:18px;font-size:14px;text-align:center;color:var(--purple);padding:12px}.article-content table{display:block;overflow-x:auto;border-collapse:collapse}.article-content td,.article-content th{padding:12px;border:1px solid var(--line)}.article-content iframe{max-width:100%}.article-content pre{overflow:auto;background:#f0eff8;padding:20px;border-radius:9px}.pagination,.nav-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:35px}.page-numbers{padding:12px 16px;border:1px solid var(--line);border-radius:8px}.page-numbers.current{background:var(--purple);color:#fff}.sr-only,.screen-reader-text,.skip:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip:focus{position:relative;display:block;background:#ece8ff;padding:20px;z-index:100}.wp-block-image img{height:auto}.alignwide{width:100%}.alignfull{width:100%}.wp-caption{max-width:100%}.wp-caption-text,figcaption{font-size:14px;line-height:1.6;color:var(--muted)}.bypostauthor{border-left:2px solid var(--purple)}.sticky .story h3{color:var(--purple)}.gallery-caption{font-size:14px}.alignleft{float:left;margin-right:20px}.alignright{float:right;margin-left:20px}.aligncenter{margin-inline:auto}.menu-list{list-style:none;padding:0;margin:0;display:flex;gap:25px}.menu-list li{position:relative}.menu-list .sub-menu{display:none;position:absolute;top:100%;left:0;background:#fff;padding:15px;min-width:200px;list-style:none;box-shadow:0 12px 30px #20234520;border-radius:10px}.menu-list li:hover>.sub-menu,.menu-list li:focus-within>.sub-menu{display:block}.menu-list .sub-menu a{display:block;padding:10px}.comment-list{padding-left:20px}.comment-list li{padding:20px 0}.comment-form input:not([type=checkbox]),.comment-form textarea{display:block;max-width:100%;width:100%;border:1px solid var(--line);padding:12px;border-radius:6px}.comment-form label{display:inline-block;font-size:14px;margin-bottom:6px}.comment-form .submit{background:var(--blue);color:#fff;cursor:pointer}.entry-empty{padding:40px 0}.reveal-on-scroll{animation:arrive .7s both;animation-timing-function:cubic-bezier(.2,.7,.3,1)}@keyframes arrive{from{opacity:.1;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:.18s}@media(min-width:1500px){.intro{padding-top:64px}.hero-feature{min-height:535px}}@media(max-width:1180px){.header-inner{gap:16px}.header-inner nav{gap:19px}.header-actions{gap:9px}.shop-link{display:none}.brand-logo{width:160px}.intro{align-items:start;flex-direction:column;gap:18px}.intro p{max-width:none}.intro p br{display:none}.amazon-banner{grid-template-columns:220px 1fr;gap:27px}.amazon-banner>.lime-button{grid-column:2;justify-self:start;margin-top:-10px}.store-image{grid-row:span 2;height:100%}.article-layout{gap:35px;grid-template-columns:minmax(0,1fr) 260px}.topic-bar{overflow:auto;justify-content:start}.product p{min-height:70px}}@media(max-width:900px){.header-inner>nav{display:none}.menu{display:block}.mobile-nav{display:flex;flex-direction:column;align-items:start;padding:10px 25px 23px;gap:20px}.mobile-nav .menu-list{flex-direction:column;gap:20px}.mobile-nav .sub-menu{position:static;box-shadow:none}.wrap{width:calc(100% - 48px)}.feature-grid{grid-template-columns:1.5fr 1fr;gap:17px}.hero-copy{left:28px}.hero-copy h2{font-size:45px}.side-feature>div,.side-shop{padding:25px}.side-feature h2,.side-shop h2{font-size:28px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-image{height:240px}.product p{min-height:46px}.stories{gap:20px}.story h3{font-size:21px}.tips-section{gap:40px}.article-layout{grid-template-columns:1fr;max-width:780px}.article-sidebar{position:static;display:none}.article-hero{width:calc(100% - 48px)}footer{padding-inline:24px}.footer-top{grid-template-columns:1.5fr 1fr 1fr;gap:25px}}@media(max-width:600px){html{scroll-padding-top:90px}.announcement{font-size:11px;padding:9px 13px}.announcement a{display:none}.header-inner{height:76px;width:calc(100% - 32px);gap:12px}.brand-logo,.custom-logo{width:144px;height:49px}.donate-button{font-size:12px;padding:9px 11px;min-height:40px}.search-link{min-width:34px;padding:6px}.header-actions{gap:5px}.menu{font-size:23px;padding:6px}.wrap{width:calc(100% - 36px)}.intro{padding-top:33px;padding-bottom:29px;gap:17px}.intro h1{font-size:36px;letter-spacing:-1.5px}.intro h1 span{max-width:350px;display:block}.intro p{font-size:15px;line-height:1.75}.feature-grid{grid-template-columns:1fr;gap:16px}.hero-feature{min-height:450px;border-radius:17px}.hero-copy{left:25px;right:25px;bottom:27px}.hero-copy h2{font-size:44px}.hero-copy p{font-size:15px}.feature-side{grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:13px}.side-feature>div,.side-shop{padding:21px 17px;max-width:100%;border-radius:16px}.side-feature h2,.side-shop h2{font-size:24px;letter-spacing:-.8px;margin:15px 0 20px}.side-feature .eyebrow,.side-shop .eyebrow{font-size:9px;letter-spacing:1px}.side-feature span,.side-shop>span{font-size:12px;line-height:1.6}.side-shop b{display:none}.side-feature:after{background:linear-gradient(90deg,#eff0fff5,#eff0ffa8)}.topic-bar{gap:17px;padding:19px 0}.topic-bar a{font-size:13px}.section{padding-block:40px}.section-heading{align-items:start;gap:15px}.section-heading h2{font-size:28px}.section-heading .text-link{font-size:13px;max-width:100px;white-space:normal;text-align:right;line-height:1.7}.eyebrow{font-size:10px}.product-grid{gap:14px}.product-image{height:170px}.product-body{padding:15px 12px}.product h3{font-size:17px}.product p{font-size:14px;min-height:69px;line-height:1.65}.product-label{font-size:8px;letter-spacing:.4px;padding:6px;left:8px;top:8px}.amazon{font-size:12px;padding:12px 8px;min-height:48px}.stories{grid-template-columns:1fr;gap:33px}.story h3{font-size:23px}.story-image{aspect-ratio:1.65;margin-bottom:17px}.tips-section{grid-template-columns:1fr;gap:35px}.tips-heading h2{font-size:42px}.tips-list h3{font-size:19px}.tips-list>a{gap:18px}.amazon-banner{grid-template-columns:1fr;padding:22px;border-radius:19px;gap:24px}.store-image{height:200px;grid-row:auto}.amazon-banner>.lime-button{grid-column:auto;margin:0;justify-self:start}.amazon-banner h2{font-size:30px}.support-strip{padding:25px 22px;align-items:start;flex-direction:column;margin-bottom:40px}.support-strip>div{gap:14px}.support-strip h2{font-size:20px}.support-strip p{line-height:1.6}.footer-top{grid-template-columns:1fr 1fr;row-gap:30px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:10px}.page-intro h1,.prose h1{font-size:38px;letter-spacing:-1.3px}.page-intro p{font-size:17px}.search-form{gap:9px}.search-form button{padding:12px 15px}.support-page h1{font-size:39px;letter-spacing:-1.3px}.support-options{grid-template-columns:1fr}.article-heading{padding-top:27px}.article-heading h1{font-size:35px;letter-spacing:-1.1px;line-height:1.18}.article-deck{font-size:17px}.back-link{margin-bottom:25px}.article-byline{gap:10px;margin-top:24px}.copy-link{margin-left:8px;font-size:12px;padding:10px}.article-hero{aspect-ratio:1.4;border-radius:15px}.article-layout{padding-top:28px}.article-content{font-size:17px}.article-content h2{font-size:26px}.article-content h3{font-size:22px}}@media(max-width:365px){.donate-button{padding-inline:8px}.brand-logo{width:123px}.product-grid,.feature-side{grid-template-columns:1fr}.side-feature{min-height:230px}.product-image{height:240px}.product p{min-height:0}.hero-copy h2{font-size:39px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal-on-scroll{opacity:1;transform:none}}.home .hero-copy h2{font-size:clamp(28px,2.8vw,43px);line-height:1.13}.home .side-feature h2{font-size:clamp(21px,1.9vw,27px);line-height:1.2}.footer-links ul{padding:0;list-style:none}.admin-bar header{top:32px}.admin-bar .article-sidebar{top:147px}.admin-bar .reading-progress{top:32px}.post-password-form input{max-width:100%;padding:10px;border:1px solid var(--line);border-radius:7px}@media(max-width:782px){.admin-bar header{top:46px}.admin-bar .reading-progress{top:46px}}@media(max-width:600px){.admin-bar header{top:0}.admin-bar .reading-progress{top:0}.home .side-feature h2{font-size:22px}.home .hero-copy h2{font-size:33px}}:root{color-scheme:light}.theme-toggle{display:grid;place-items:center;flex-shrink:0;width:42px;height:42px;padding:9px;border:1px solid var(--line);border-radius:50%;background:#fff0;color:var(--ink);transition:background .2s,border-color .2s}.theme-toggle[hidden]{display:none}.theme-toggle:hover{background:#eeeaff;border-color:#c5b5f3}.theme-toggle .sun-icon{display:none}[data-theme=dark] .theme-toggle .sun-icon{display:block}[data-theme=dark] .theme-toggle .moon-icon{display:none}[data-theme=dark]{color-scheme:dark;--ink:#eef0ff;--muted:#abb2ca;--line:#30364d;--bg:#101322;--blue:#88b1ff;--purple:#bc9aff;--accent:#b29afa}[data-theme=dark] header{background:#141827f5;border-color:var(--line)}[data-theme=dark] .announcement{background:#221d3b;color:#c5b6f1}[data-theme=dark] .announcement a{color:#d3b8ff}[data-theme=dark] .brand-logo,[data-theme=dark] .custom-logo{background:#fff0;border-radius:0;padding:0}[data-theme=dark] .donate-button,[data-theme=dark] .copy-link{background:#202238;color:#d5c0ff;border-color:#4b3b69}[data-theme=dark] .donate-button:hover,[data-theme=dark] .theme-toggle:hover{background:#302846}[data-theme=dark] .intro h1 span{background-image:linear-gradient(120deg,#82b3ff,#c4a1ff)}[data-theme=dark] .eyebrow{color:#b8a3df}[data-theme=dark] .side-feature{background:#1a2033}[data-theme=dark] .side-feature:after{background:linear-gradient(90deg,#161b30f5,#161b30c9 45%,#161b3045)}[data-theme=dark] .side-shop{background:radial-gradient(ellipse at 100% 0,#3a47894d,transparent 70%),linear-gradient(115deg,#1b2848,#2d2147);border-color:#40416b}[data-theme=dark] .side-shop>span{color:#d1b8ff}[data-theme=dark] .topic-bar>span,[data-theme=dark] .meta,[data-theme=dark] .article-byline>div>span,[data-theme=dark] .back-link,[data-theme=dark] .footer-bottom,[data-theme=dark] .affiliate-note{color:#a8b0c7}[data-theme=dark] .topic-bar a:hover{background:#2c2643}[data-theme=dark] .product,[data-theme=dark] .toc-box,[data-theme=dark] .sidebar-store,[data-theme=dark] .support-options>div{background:#191e30}[data-theme=dark] .product-image,[data-theme=dark] .story-image,[data-theme=dark] .article-hero{background:#20263a}[data-theme=dark] .amazon{background:#2c2545;color:#d3bcff}[data-theme=dark] .amazon:hover{background:var(--gradient);color:#fff}[data-theme=dark] .product:hover{border-color:#8070b7;box-shadow:0 18px 40px #0003}[data-theme=dark] .news-section{background:#151a2b;border-color:var(--line)}[data-theme=dark] .support-strip{background:#221d34;border-color:#3a2e55}[data-theme=dark] .outline-button{border-color:#65488b;color:#d4bbff}[data-theme=dark] .outline-button:hover{background:#342747}[data-theme=dark] footer{background:#131727}[data-theme=dark] .search-form input,[data-theme=dark] .comment-form input:not([type=checkbox]),[data-theme=dark] .comment-form textarea,[data-theme=dark] .post-password-form input{background:#191e30;border-color:#424862;color:var(--ink)}[data-theme=dark] input::placeholder{color:#a6adc4}[data-theme=dark] .pending-label{background:#30273f;color:#d0bfdf}[data-theme=dark] .prose p,[data-theme=dark] .article-content{color:#c4cae0}[data-theme=dark] .article-content blockquote,[data-theme=dark] .article-content pre{background:#24213b}[data-theme=dark] .article-content .article-disclosure{background:#241f36;border-color:#413151;color:#c6b6db}[data-theme=dark] .article-toc a{color:#b3b9d0;border-color:#4d3e6f}[data-theme=dark] .article-toc a:hover{color:#d2b4ff;border-color:#bb9cff}[data-theme=dark] .menu-list .sub-menu{background:#20253a}[data-theme=dark] .tip-number{color:#9384b3}[data-theme=dark] .page-numbers.current{background:#7141c7;color:#fff}@media(max-width:1180px){.header-actions{gap:7px}}@media(max-width:600px){.header-inner{gap:8px}.header-inner .brand-logo,.header-inner .custom-logo{width:116px;height:44px}.header-actions{gap:4px}.theme-toggle{width:38px;height:38px;padding:8px}.search-link{min-width:32px}.donate-button{padding-inline:9px}.menu{padding:5px}}@media(max-width:380px){.header-inner .brand-logo,.header-inner .custom-logo{width:108px}.header-actions .donate-button{font-size:0;width:34px;justify-content:center;padding:0}.header-actions .donate-button:before{content:'♡';font-size:21px}.header-inner{width:calc(100% - 24px)}}.header-inner{display:grid;grid-template-columns:auto 1fr;gap:0 28px;height:auto;min-height:120px;padding-top:12px}.header-inner>.brand,.header-inner>.custom-logo-link{grid-column:1;grid-row:1}.header-actions{grid-column:2;grid-row:1;justify-self:end;gap:12px}.header-inner>nav{grid-column:1/-1;grid-row:2;justify-content:center;gap:32px;align-self:stretch}.header-inner>nav a{padding:17px 0;display:inline-flex;gap:7px;align-items:center}.header-inner>nav a[aria-current=page]:after{bottom:9px}.post-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;padding:3px 6px;border-radius:5px;background:#eeeafb;color:#726294;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:0}.header-icon{display:grid;place-items:center;flex-shrink:0;width:42px;height:42px;padding:9px;border:1px solid var(--line);border-radius:50%;background:#fff0;color:var(--ink)}.header-icon:hover{background:#eeeaff;color:#6540bb}.header-shop-icon{background:#f2ecff;border-color:#e3d9fa;color:#6743bd}.refresh-button[hidden],.refresh-status[hidden]{display:none}.refresh-button:disabled{cursor:wait;opacity:.65}.refresh-button.is-loading svg{animation:refresh-spin 1s linear infinite}@keyframes refresh-spin{to{transform:rotate(360deg)}}.refresh-status{position:fixed;right:20px;top:135px;max-width:min(420px,calc(100vw - 40px));padding:14px 18px;border:1px solid var(--line);border-radius:10px;background:var(--bg);color:var(--ink);box-shadow:0 10px 35px #0002;font-size:14px;line-height:1.6;z-index:60}.hero-copy h2{font-size:clamp(30px,3vw,46px)}.side-feature h2{font-size:clamp(23px,2vw,29px)}.product{display:flex;flex-direction:column}.product-body{display:flex;flex-direction:column;flex:1}.product-body .amazon{margin-top:auto}.article-sidebar{top:148px}.article-content h2{scroll-margin-top:155px}html{scroll-padding-top:150px}.menu-list{gap:28px}[data-theme=dark] .post-count{background:#2d2544;color:#d2bbf7}[data-theme=dark] .header-icon{border-color:#48415e}[data-theme=dark] .header-shop-icon,[data-theme=dark] .header-icon:hover{background:#302641;color:#d4baff}@media(max-width:1180px){.header-inner>nav{gap:22px}.header-inner>nav a{font-size:13px}.menu-list{gap:20px}}@media(max-width:900px){.header-inner{display:flex;justify-content:space-between;min-height:0;padding:12px 0}.header-inner>nav{display:none}.header-actions{gap:9px}.mobile-nav a{display:flex;gap:8px;align-items:center}.header-actions .donate-button{font-size:13px;padding:10px}.refresh-status{top:100px}.mobile-nav .menu-list{gap:18px}}@media(max-width:600px){.header-inner{flex-wrap:wrap;justify-content:center;gap:8px;padding:8px 0 10px}.header-inner>.brand,.header-inner>.custom-logo-link{margin-inline:auto}.header-inner .brand-logo,.header-inner .custom-logo{width:142px;height:47px}.header-actions{width:100%;justify-content:center;gap:12px}.header-icon,.theme-toggle{width:38px;height:38px}.header-actions .donate-button{font-size:12px;width:auto;padding:8px 11px;min-height:38px}.header-actions .donate-button:before{content:none}.refresh-status{top:145px}.hero-copy h2{font-size:38px}.side-feature h2{font-size:23px}}