:root{--black:#000;--white:#fff;--paper:#fbfaf5;--cyan:#00aeef;--magenta:#ec008c;--yellow:#fff200;--site-pad:clamp(20px, 4vw, 64px);--sf-display:"SF Pro Display", "SF Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--sf-text:"SF Pro Text", "SF Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--sf-mono:"SF Mono", SFMono-Regular, ui-monospace, Menlo, Monaco, Consolas, monospace;--new-york:-apple-system-ui-serif, ui-serif, "New York", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--reader-bg:#fbfaf5;--reader-ink:#171716;--reader-muted:#696761;--reader-rule:#d8d4ca;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility}*,:before,:after{box-sizing:border-box}html{background:var(--black);scroll-behavior:smooth;min-width:320px}body{background:var(--black);min-width:320px;min-height:100dvh;color:var(--black);font-family:var(--sf-text);margin:0;font-size:16px;line-height:1.5}button,input,textarea,select{font:inherit}a{color:inherit}img,svg,video,iframe{max-width:100%;display:block}::selection{background:var(--magenta);color:var(--white)}.skip-link{z-index:1000;background:var(--white);color:var(--black);border:3px solid var(--black);padding:10px 14px;font-weight:800;text-decoration:none;position:fixed;top:8px;left:8px;translate:0 -160%}.skip-link:focus{translate:0}:focus-visible{outline:3px solid var(--white);outline-offset:3px;box-shadow:0 0 0 6px var(--black)}.db-site-header{z-index:20;background:var(--black);color:var(--white);padding-top:env(safe-area-inset-top,0px);border-bottom:0;position:relative}.db-site-header__inner{min-height:88px;padding:14px var(--site-pad);justify-content:space-between;align-items:center;gap:24px;display:flex}.db-site-header__brand{font-family:var(--sf-display);letter-spacing:0;flex:none;font-size:clamp(24px,2vw,32px);font-weight:900;line-height:1;text-decoration:none}.db-site-header__nav-list{align-items:center;margin:0;padding:0;list-style:none;display:flex}.db-site-header__nav-item+.db-site-header__nav-item{margin-left:-3px}.db-site-header__nav-link{min-height:48px;color:var(--black);border:3px solid var(--black);font-family:var(--sf-display);place-items:center;padding:10px clamp(13px,1.8vw,24px);font-size:clamp(15px,1.2vw,18px);font-weight:850;line-height:1;text-decoration:none;transition:filter .12s;display:grid}.db-site-header__nav-item:first-child .db-site-header__nav-link{background:var(--cyan)}.db-site-header__nav-item:nth-child(2) .db-site-header__nav-link{background:var(--magenta)}.db-site-header__nav-item:nth-child(3) .db-site-header__nav-link{background:var(--yellow)}.db-site-header__nav-link--active{min-height:58px;padding-block:15px}.db-site-header__nav-link:hover{filter:brightness(1.09)}.home-site{background:var(--yellow);min-height:100svh;color:var(--black);flex-direction:column;display:flex}.home-site>main{flex-direction:column;flex:1 0 auto;display:flex}.home-date-row{min-height:62px;padding:0 var(--site-pad);background:var(--cyan);border-bottom:3px solid var(--black);font-family:var(--sf-mono);letter-spacing:.04em;align-items:center;font-size:clamp(14px,1.5vw,20px);font-weight:600;display:flex}.home-hero{background:var(--yellow);flex:1 0 auto;display:flex;overflow:hidden}.home-hero__inner{width:100%;min-height:min(1000px,100svh - 157px);padding:clamp(40px, 5vw, 76px) var(--site-pad) clamp(37px, calc(5vw - 3px), 73px);flex-direction:column;justify-content:center;align-items:flex-start;display:flex;container-type:inline-size}.db-cmyk-title{--cmyk-plate-growth:clamp(.5px, .006em, 1.5px);--cmyk-rest-shift:clamp(1px, .012em, 3px);--cmyk-hover-shift:clamp(3px, .04em, 9px);--cmyk-plate-shift:calc(var(--cmyk-rest-shift) + (var(--cmyk-hover-shift) - var(--cmyk-rest-shift)) * var(--cmyk-breath,0));--cmyk-vertical-shift:var(--cmyk-rest-shift);--cmyk-center-color:var(--yellow);--cmyk-left-color:var(--magenta);--cmyk-right-color:var(--cyan);width:100%;font-family:var(--sf-display);font-size:var(--cmyk-title-size,clamp(88px, 15vw, 240px));font-kerning:normal;letter-spacing:0;text-transform:uppercase;margin:0;font-weight:900;line-height:.73;animation:7s infinite db-cmyk-breathe}.db-cmyk-title--center-cyan{--cmyk-center-color:var(--cyan);--cmyk-left-color:var(--yellow);--cmyk-right-color:var(--magenta)}.db-cmyk-title--center-magenta{--cmyk-center-color:var(--magenta);--cmyk-left-color:var(--cyan);--cmyk-right-color:var(--yellow)}.db-cmyk-title__visual{isolation:isolate;flex-direction:column;align-items:flex-start;width:calc(100% - clamp(8px,1.2vw,18px));display:flex}.db-cmyk-title__line{white-space:normal;text-wrap:balance;width:100%;max-width:100%;display:grid;position:relative}.db-cmyk-title__plate{pointer-events:none;-webkit-text-fill-color:currentColor;-webkit-text-stroke:var(--cmyk-plate-growth) currentColor;paint-order:stroke fill;grid-area:1/1;transition:transform .18s cubic-bezier(.2,.75,.2,1);position:relative}.db-cmyk-title__plate--left{z-index:0;color:var(--cmyk-left-color);transform:translate(calc(0px - var(--cmyk-plate-shift)), var(--cmyk-vertical-shift))}.db-cmyk-title__plate--right{z-index:1;color:var(--cmyk-right-color);transform:translate(var(--cmyk-plate-shift), calc(0px - var(--cmyk-vertical-shift)))}.db-cmyk-title__center{z-index:2;color:var(--cmyk-center-color);grid-area:1/1;position:relative}@property --cmyk-breath{syntax:"<number>";inherits:true;initial-value:0}.og-card .db-cmyk-title{--cmyk-plate-shift:var(--cmyk-hover-shift);animation:none}@keyframes db-cmyk-breathe{0%{--cmyk-breath:0;animation-timing-function:cubic-bezier(.42,0,.28,1)}36%,48%{--cmyk-breath:1;animation-timing-function:cubic-bezier(.45,.05,.55,.95)}86%,to{--cmyk-breath:0}}.home-hero__inner .db-cmyk-title,.og-card__hero .db-cmyk-title{font-size:clamp(64px,10vw,140px)}.home-hero__rule{background:var(--black);width:100%;height:3px;margin:clamp(44px,6vw,88px) 0 clamp(26px,3vw,42px)}.home-hero__excerpt{width:min(100%,38ch);font-family:var(--sf-text);letter-spacing:-.02em;text-wrap:pretty;margin:0;font-size:clamp(18px,15px + .75vw,26px);font-weight:400;line-height:1.14}.action-button{background:var(--black);min-height:52px;color:var(--white);border:3px solid var(--black);font-family:var(--sf-display);align-items:center;gap:10px;margin-top:clamp(24px,3vw,38px);padding:12px 16px;font-size:clamp(16px,1.4vw,20px);font-weight:800;line-height:1;text-decoration:none;transition:background-color .12s,color .12s;display:inline-flex}.action-button--cyan-hover:hover{background:var(--cyan);color:var(--black)}.action-button--yellow-hover:hover{background:var(--yellow);color:var(--black)}.home-spacer{background:var(--black);height:3px}.home-footer{min-height:92px;padding:14px var(--site-pad);padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));background:var(--magenta);border-bottom:3px solid var(--black);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.home-footer .action-button{margin-top:0}.home-footer .action-button--cyan-hover{margin-right:auto}.home-footer .action-button--yellow-hover{margin-left:auto}@media (hover:hover) and (pointer:fine){.db-cmyk-title:hover{--cmyk-plate-shift:var(--cmyk-hover-shift);animation:none}.db-about-portrait__stack:hover{--portrait-plate-shift:var(--portrait-hover-shift)}}.og-card{background:var(--yellow);width:1200px;height:630px;color:var(--black);flex-direction:column;display:flex;overflow:hidden}.og-card__brand{background:var(--black);min-height:88px;color:var(--white);font-family:var(--sf-display);letter-spacing:0;align-items:center;padding:14px 48px;font-size:34px;font-weight:900;line-height:1;display:flex}.og-card__hero{flex-direction:column;flex:1 0 auto;justify-content:center;padding:24px 48px;display:flex;container-type:inline-size}.og-card .db-cmyk-title{--cmyk-plate-shift:var(--cmyk-hover-shift)}.og-card--site .db-cmyk-title{font-size:220px}.og-card--site-blog .og-card__hero{background:var(--yellow)}.og-card--site-about .og-card__hero{background:var(--magenta)}.og-card--site-archive .og-card__hero{background:var(--cyan)}@font-face{font-family:NY Card;src:url(/og-fonts/NewYork.ttf);font-weight:100 1000}.og-card--quote .og-card__hero{padding:120px 190px}.og-quote{font-family:"NY Card", var(--new-york);letter-spacing:-.01em;color:var(--black);text-wrap:pretty;margin:0;font-weight:500;line-height:1.18}.og-mark{pointer-events:none;position:absolute}.og-mark--open{top:24px;left:44px}.og-mark--close{bottom:-104px;right:44px}.og-card--quote{position:relative}.og-card--quote .db-cmyk-title{--cmyk-plate-shift:var(--cmyk-rest-shift);width:auto;font-family:"NY Card", var(--new-york);font-optical-sizing:none;font-variation-settings:"opsz" 6;font-size:230px;font-weight:900;line-height:1}.og-card--quote .db-cmyk-title__visual{width:auto}.reader-site{--reader-bg:#fafafa;--reader-ink:#171717;--reader-muted:#626262;--reader-rule:#d4d4d4;background:var(--reader-bg);min-height:100svh;color:var(--reader-ink);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;flex-direction:column;display:flex}.db-site-header--reader{border-bottom:3px solid #222}.db-site-header--reader .db-site-header__nav-item+.db-site-header__nav-item{margin-left:-3px}.db-site-header--reader .db-site-header__nav-link{min-height:42px;color:var(--black);border:3px solid var(--black);padding:9px 15px;font-size:15px}.db-site-header--reader .db-site-header__nav-link--active{min-height:50px;padding-block:12px}.reader-shell{width:min(calc(100% - (2 * var(--site-pad))), 760px);flex:1 0 auto;margin:0 auto;padding:clamp(70px,9vw,140px) 0 clamp(90px,12vw,170px)}.reader-article__header{border-bottom:1px solid var(--reader-rule);padding-bottom:clamp(34px,5vw,62px)}.reader-article h1{max-width:18ch;font-family:var(--new-york);letter-spacing:0;text-wrap:balance;margin:0;font-size:clamp(36px,5vw,54px);font-weight:700;line-height:1.04}.reader-article__meta{color:var(--reader-muted);font-family:var(--sf-text);flex-wrap:wrap;gap:9px;margin-top:26px;font-size:14px;font-weight:550;display:flex}.reader-body{font-family:var(--new-york);letter-spacing:-.008em;overflow-wrap:break-word;padding-top:clamp(38px,6vw,68px);font-size:clamp(18px,1.6vw,21px);font-weight:400;line-height:1.65}.reader-body>:first-child{margin-top:0}.reader-body>:last-child{margin-bottom:0}.reader-body p,.reader-body ul,.reader-body ol,.reader-body blockquote,.reader-body figure,.reader-body pre,.reader-body iframe{margin-top:1.5em;margin-bottom:1.5em}.reader-body h2,.reader-body h3,.reader-body h4{font-family:var(--sf-display);letter-spacing:-.025em;margin:2.15em 0 .65em;font-weight:800;line-height:1.08}.reader-body h2{font-size:clamp(28px,4vw,42px)}.reader-body h3{font-size:clamp(23px,3vw,31px)}.reader-body strong,.reader-body b{font-weight:700}.reader-body em,.reader-body i{font-style:italic}.reader-body a{color:inherit;-webkit-text-decoration-color:var(--cyan);text-decoration-color:var(--cyan);text-underline-offset:.16em;text-decoration-thickness:.12em}.reader-body a:hover{background:var(--cyan);color:var(--black);text-decoration-color:#0000}.reader-body blockquote{border-left:5px solid var(--magenta);margin-left:0;margin-right:0;padding:.15em 0 .15em clamp(20px,3vw,34px);font-size:1.16em;line-height:1.52}.reader-body blockquote.twitter-tweet{background:var(--reader-ink);color:var(--reader-bg);font-family:var(--sf-text);border-left:0;padding:clamp(22px,3vw,32px);font-size:.9em}.reader-body blockquote.twitter-tweet a:hover{color:var(--black)}.reader-body .twitter-tweet-rendered{width:100%!important;max-width:550px!important;margin:1.5em auto!important}.reader-body .twitter-tweet-rendered iframe{background:0 0}.reader-body ul,.reader-body ol{padding-left:1.35em}.reader-body li+li{margin-top:.55em}.reader-body hr{background:var(--reader-rule);border:0;height:1px;margin:3em 0}.reader-body figure{width:100%;margin-left:0;margin-right:0}.reader-body img{border:1px solid var(--reader-rule);width:auto;height:auto;margin:1.8em auto}.reader-body figure img,.reader-body p>img{margin-top:0;margin-bottom:0}.reader-body p>img+img{margin-top:16px}.reader-body iframe{background:var(--black);border:0;width:100%;height:auto}.reader-body iframe[width="560"][height="315"]{aspect-ratio:560/315;max-width:560px}.reader-body iframe[width="500"][height="281"]{aspect-ratio:500/281;max-width:500px}.reader-body iframe[width="320"][height="568"]{aspect-ratio:320/568;max-width:320px}.reader-body code:has(iframe){display:block}:is(.reader-body code:not(:has(iframe)),.reader-body pre){font-family:var(--sf-mono);font-size:.82em}.reader-body pre{background:var(--reader-ink);color:var(--reader-bg);padding:18px;overflow-x:auto}.index-site{background:var(--reader-bg);min-height:100vh;color:var(--reader-ink)}.index-hero{padding:clamp(60px, 8vw, 110px) var(--site-pad);color:var(--black);border-bottom:3px solid var(--black);overflow:hidden}.index-hero--archive{background:var(--cyan)}.index-hero.index-hero--archive{flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(16px,2vw,28px);padding-block:clamp(36px,5vw,70px);display:flex}.index-hero--archive .index-hero__eyebrow{margin:0}.index-hero--page{background:var(--cyan)}.index-hero__eyebrow{font-family:var(--sf-mono);letter-spacing:.08em;text-transform:uppercase;margin:0 0 clamp(28px,4vw,48px);font-size:clamp(12px,1.2vw,16px);font-weight:700}.index-hero .db-cmyk-title{--cmyk-title-size:clamp(82px, 18vw, 270px)}.index-hero--page h1{font-family:var(--sf-display);letter-spacing:0;text-transform:uppercase;text-shadow:-4px 0 0 var(--yellow), 4px 0 0 var(--magenta);margin:0;font-size:clamp(72px,14vw,220px);font-weight:950;line-height:.78}.archive-list,.page-list{border-bottom:3px solid var(--black)}.archive-year{border-top:3px solid var(--black);grid-template-columns:clamp(100px,15vw,210px) minmax(0,1fr);display:grid}.archive-year:first-child{border-top:0}.archive-year>h2{padding:20px var(--site-pad);background:var(--year-color,var(--magenta));color:var(--black);border-right:3px solid var(--black);font-family:var(--sf-display);letter-spacing:-.04em;margin:0;font-size:clamp(28px,4vw,58px);font-weight:950;line-height:1}.post-index{margin:0;padding:0;list-style:none}.post-index__item{margin:0;padding:0}@media (width>=821px){.archive-year .post-index--single{display:flex}.archive-year .post-index--single .post-index__item{flex:auto;min-width:0;display:flex}.archive-year .post-index--single .post-index__row{flex:auto}}.post-index__row{--row-accent:var(--cyan);min-height:76px;padding:15px var(--site-pad);border-bottom:1px solid var(--reader-rule);font-family:var(--sf-display);grid-template-columns:clamp(96px,12vw,150px) minmax(0,1fr) 28px;align-items:center;gap:18px;text-decoration:none;transition:background-color .11s,color .11s;display:grid}.post-index__row:last-child{border-bottom:0}.post-index__item:not(:last-child) .post-index__row{border-bottom:1px solid var(--reader-rule)}.post-index__row:hover,.post-index__row:focus-visible{background:var(--row-accent);color:var(--black)}.post-index__row time{font-family:var(--sf-mono);letter-spacing:.02em;font-size:clamp(11px,1vw,14px);font-weight:650}.post-index__title{letter-spacing:-.025em;font-size:clamp(18px,2vw,28px);font-weight:750;line-height:1.08}.post-index__arrow{justify-self:end;font-size:24px;font-weight:900}.page-list .post-index__row{min-height:100px}.pagination{min-height:100px;padding:14px var(--site-pad);background:var(--yellow);color:var(--black);justify-content:space-between;align-items:center;display:flex}.pagination a{background:var(--black);color:var(--white);border:3px solid var(--black);padding:13px 16px;font-weight:800;text-decoration:none}.pagination a:hover{background:var(--magenta);color:var(--black)}.about-site{background:var(--cyan);min-height:100vh;color:var(--black)}.about-layout{border-bottom:3px solid var(--black);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-template-areas:"heading heading""portrait copy";min-height:calc(100svh - 91px);display:grid}.about-heading{padding:clamp(36px, 5vw, 70px) var(--site-pad);background:var(--magenta);border-bottom:3px solid var(--black);grid-area:heading;justify-content:flex-start;align-items:center;gap:24px;display:flex;overflow:hidden}.about-heading .db-cmyk-title{--cmyk-title-size:clamp(82px, 17vw, 250px);flex:0 auto;width:auto}.db-about-portrait{min-width:0;min-height:520px;padding:clamp(48px, 7vw, 96px) var(--site-pad);background:var(--cyan);border-right:3px solid var(--black);grid-area:portrait;place-items:center;margin:0;display:grid;overflow:hidden}.db-about-portrait__stack{--portrait-plate-growth:clamp(1px, .204vw, 3px);--portrait-rest-shift:clamp(2px, .408vw, 6px);--portrait-hover-shift:clamp(6px, 1.36vw, 18px);--portrait-plate-shift:var(--portrait-rest-shift);--portrait-vertical-shift:var(--portrait-rest-shift);aspect-ratio:1;isolation:isolate;width:min(100%,520px);position:relative}.db-about-portrait__plate{inset:calc(0px - var(--portrait-plate-growth));pointer-events:none;transition:transform .18s cubic-bezier(.2,.75,.2,1);position:absolute}.db-about-portrait__plate--yellow{z-index:1;background:var(--yellow);transform:translate(calc(0px - var(--portrait-plate-shift)), var(--portrait-vertical-shift))}.db-about-portrait__plate--magenta{z-index:2;background:var(--magenta);transform:translate(var(--portrait-plate-shift), calc(0px - var(--portrait-vertical-shift)))}.db-about-portrait__image{z-index:3;object-fit:cover;border:0;width:100%;height:100%;position:absolute;inset:0}.about-copy{padding:clamp(52px, 8vw, 118px) var(--site-pad);background:var(--yellow);font-family:var(--sf-display);letter-spacing:-.035em;grid-area:copy;align-items:center;font-size:clamp(24px,2.4vw,36px);font-weight:620;line-height:1.05;display:flex}.about-copy p{max-width:21ch;margin:0}.about-copy a{-webkit-text-decoration-color:var(--magenta);text-decoration-color:var(--magenta);text-underline-offset:.12em;text-decoration-thickness:.12em}.about-copy a:hover{background:var(--magenta);text-decoration-color:#0000}@media (prefers-color-scheme:dark){.reader-site{--reader-bg:#171717;--reader-ink:#f5f5f5;--reader-muted:#a8a8a8;--reader-rule:#404040;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.not-found-site{background:var(--magenta);min-height:100vh;color:var(--black)}.not-found-site main{min-height:calc(100svh - 91px);padding:clamp(60px, 10vw, 150px) var(--site-pad)}.not-found-site main>p{font-family:var(--sf-mono);margin:0 0 24px;font-weight:800}.not-found-site h1{font-family:var(--sf-display);letter-spacing:0;text-transform:uppercase;margin:0 0 48px;font-size:clamp(72px,14vw,220px);font-weight:950;line-height:.75}.not-found-site main a{background:var(--black);color:var(--white);border:3px solid var(--black);padding:14px 18px;font-weight:800;text-decoration:none;display:inline-block}@media (width<=820px){.db-site-header__inner{flex-wrap:wrap;min-height:0;padding-block:11px}.db-site-header__brand{font-size:24px}.db-site-header__nav-link{min-height:42px;padding:8px 11px;font-size:14px}.db-site-header__nav-link--active{min-height:50px;padding-block:12px}.home-date-row{min-height:48px}.home-hero__inner{min-height:auto;padding-top:54px;padding-bottom:51px}.db-cmyk-title{font-size:var(--cmyk-title-size-mobile,var(--cmyk-title-size,clamp(58px, 18vw, 118px)))}.home-hero__inner .db-cmyk-title{font-size:clamp(36px,7vw,58px)}.home-hero__rule{margin-top:42px;margin-bottom:25px}.home-footer{min-height:78px;padding-block:10px}.reader-shell{width:min(calc(100% - (2 * var(--site-pad))), 700px);padding-top:58px;padding-bottom:86px}.reader-article h1{font-size:clamp(32px,8vw,44px)}.reader-body{font-size:clamp(18px,2.4vw,20px)}.archive-year{grid-template-columns:1fr}.archive-year>h2{padding:14px var(--site-pad);border-right:0;border-bottom:3px solid var(--black);position:static}.about-layout{grid-template-columns:1fr;grid-template-areas:"heading""portrait""copy"}.about-heading{display:block}.db-about-portrait{border-right:0;border-bottom:3px solid var(--black);min-height:0}.about-copy p{max-width:26ch}}@media (width<=560px){:root{--site-pad:20px}.db-site-header__inner{grid-template-columns:1fr;gap:10px 12px;display:grid}.db-site-header__brand{text-align:center;justify-self:center;width:100%}.db-site-header__nav{grid-area:2/1}.db-site-header__nav-list{width:100%}.db-site-header__nav-item{flex:1 1 0}.db-site-header__nav-link{width:100%}.db-site-header--reader .db-site-header__inner{grid-template-columns:1fr}.db-cmyk-title,.home-hero__inner .db-cmyk-title{font-size:clamp(30px,10vw,42px)}.action-button{min-height:50px;font-size:16px}.index-hero{padding-block:54px}.index-hero .db-cmyk-title{--cmyk-title-size-mobile:clamp(64px, 20vw, 110px)}.index-hero--page h1{text-shadow:-2px 0 0 var(--magenta), 2px 0 0 var(--cyan);font-size:clamp(66px,22vw,112px)}.post-index__row{grid-template-columns:1fr 22px;gap:6px 12px;padding-block:18px}.post-index__row time{grid-column:1}.post-index__title{grid-column:1;font-size:20px}.post-index__arrow{grid-area:1/2/3}.pagination{min-height:88px}.about-heading .db-cmyk-title{--cmyk-title-size-mobile:clamp(72px, 24vw, 120px)}.db-about-portrait{padding-block:58px}.about-copy{padding-block:58px;font-size:clamp(25px,8vw,36px)}}@media (forced-colors:active),(prefers-contrast:more){.db-cmyk-title__plate,.db-about-portrait__plate{display:none}.db-cmyk-title__center{color:canvastext}.db-site-header__nav-link,.action-button,.pagination a{border-color:canvastext}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.db-cmyk-title:hover{--cmyk-plate-shift:var(--cmyk-rest-shift)}.db-about-portrait__stack:hover{--portrait-plate-shift:var(--portrait-rest-shift)}}@media print{.reader-site{--reader-bg:#fff;--reader-ink:#000;--reader-muted:#444;--reader-rule:#ccc;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.db-site-header{display:none}.reader-shell{width:100%;padding:0}.reader-body a{text-decoration-color:currentColor}}
