:root{--font-family-sans: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-family-serif: RobotoSerif, "Open Serif", serif;--font-family-headlines: "Readex Pro", serif;--font-family-geometric-humanist: Avenir, Montserrat, Corbel, "URW Gothic", source-sans-pro, sans-serif;--font-family-classical-humanist: Optima, Candara, "Noto Sans", source-sans-pro, sans-serif;--font-family-neo-grotesque: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;--line-height-headers: 1.1em;--line-height-body: 1.2em;--line-height-reader: 1.4em;--font-size-xs: 0.75rem;--font-size-s: 0.875rem;--font-size-m: 1rem;--font-size-l: 1.125rem;--font-size-xl: 1.25rem;--font-size-xxl: 1.5rem;--font-size-xxxl: 2rem;--font-size-xxxxl: 2.5rem;--font-size-xxxxxl: 3rem;--color-text-header: hsl(0, 1%, 16%);--color-text-body: hsl(0, 5%, 25%);--color-text-muted: hsl(0, 1%, 44%);--space-xxxs: 0.25rem;--space-xxs: 0.375rem;--space-xs: 0.5rem;--space-s: 0.75rem;--space-m: 1rem;--space-l: 1.5rem;--space-xl: 2rem;--space-xxl: 2.5rem;--space-xxxl: 3rem;--space-xxxxl: 4rem;--space-5xl: 5rem;--space-6xl: 6rem;--space-7xl: 7rem;--space-8xl: 8rem;--space-9xl: 9rem;--color-primary: hsl(350, 67%, 50%);--color-primary-rotate: hsl(10, 73%, 54%);--color-primary-bg: hsl(0, 85%, 96%);--color-secondary: hsl(101, 45%, 56%);--color-secondary-rotate: hsl(120, 45%, 56%);--color-tertiary: hsl(49, 89%, 64%);--color-glint: hsl(210, 100%, 82%);--color-one: hsla(312, 93%, 65%, 0.685);--color-two: hsla(271, 93%, 65%, 0.228);--color-white: hsl(0, 0%, 100%);--color-background: hsla(60, 5%, 9%, 0.841);--color-light: hsl(0, 6%, 93%);--color-dark: var(--color-text-header);--border-radius: 1px;--border: 2px solid var(--color-background);--shadow-large: 2px 4px 10px hsl(0 0% 0% / 0.1);--shadow-small: 1px 3px 6px hsl(0 0% 0% / 0.1);--column-gap: var(--space-m);--column: calc((1 / 6) * (100% - 5 * var(--column-gap)))}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{overflow-y:scroll;height:100%}body{display:flex;flex-direction:column;min-height:100%;background-color:var(--color-background);color:var(--color-text-body);line-height:var(--line-height-body);font-family:var(--font-family-neo-grotesque)}img,picture,svg{display:block;opacity:.75}input,button,textarea,select{font:inherit}select{border:var(--border);border-radius:var(--border-radius);height:2.5rem;font-size:var(--font-size-s);background-color:var(--color-light)}h1,h2,h3,h4,h5,h6{color:var(--color-text-header);line-height:var(--line-height-headers);font-family:var(--font-family-headlines)}h2{font-size:var(--font-size-xxxl)}@media(min-width: 70rem){h2{font-size:var(--font-size-xxxxl)}}h3{font-size:var(--font-size-xl)}h4{font-size:var(--font-size-l)}a{color:var(--color-text-body);text-decoration:none;transition:color 200ms}a[href^=http]:hover,a[href^=http]:focus,a[href^=http]:active,a[href^=www]:hover,a[href^=www]:focus,a[href^=www]:active{color:var(--color-two)}a[href^=http]:hover *,a[href^=http]:focus *,a[href^=http]:active *,a[href^=www]:hover *,a[href^=www]:focus *,a[href^=www]:active *{color:inherit}a:not([href^=http]):not([href^=www]):hover,a:not([href^=http]):not([href^=www]):focus,a:not([href^=http]):not([href^=www]):active{color:var(--color-one)}a:not([href^=http]):not([href^=www]):hover *,a:not([href^=http]):not([href^=www]):focus *,a:not([href^=http]):not([href^=www]):active *{color:inherit}a.hover-two:hover,a.hover-two:focus,a.hover-two:active{color:var(--color-two) !important}a.hover-two:hover *,a.hover-two:focus *,a.hover-two:active *{color:inherit}label,p{font-size:var(--font-size-s)}input[type=checkbox]{margin-right:var(--space-xxxs);accent-color:var(--color-text-header)}blockquote{font-style:italic;font-family:var(--font-family-serif)}blockquote p{font-size:var(--font-size-m)}sup{vertical-align:top;position:relative;top:-0.5em;margin-right:2px}hr{color:var(--color-background);border-radius:var(--border-radius)}.line{height:1px;border-top:var(--border);border-radius:var(--border-radius)}ul,ol{padding-left:var(--space-m);display:flex;flex-direction:column;gap:var(--space-s);list-style-position:inside}button,.button{height:2.5rem;border:var(--border);border-radius:var(--border-radius);padding:var(--space-xxxs);font-family:var(--font-family-headlines);color:var(--color-text-header);background-color:var(--color-light);cursor:unset;display:flex;justify-content:center;align-items:center}button a,.button a{display:inline-block}button:active,.button:active{transform:translateY(2px)}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.justify-end{justify-content:flex-end !important}.justify-center{justify-content:center}.justify-space-between{justify-content:space-between}.align-center{align-items:center}.gap-s{gap:var(--space-s)}.gap-m{gap:var(--space-m)}.wrap{flex-wrap:wrap}.font-muted{color:var(--color-text-muted)}@font-face{font-family:"Readex Pro";font-style:normal;src:url("/assets/ReadexPro-VariableFont_HEXP,wght-5eaf0778.ttf")}.btn--primary{color:var(--color-white);background-image:linear-gradient(to right, var(--color-primary), var(--color-primary-rotate))}.btn--primary:hover,.btn--primary:focus,.btn--primary:focus-within,.btn--primary:active{color:var(--color-white);filter:saturate(1.4) brightness(115%)}.btn--secondary{color:var(--color-white);background-image:linear-gradient(to right, var(--color-secondary), var(--color-secondary-rotate))}.btn--secondary:hover,.btn--secondary:focus,.btn--secondary:focus-within,.btn--secondary:active{color:var(--color-white);filter:saturate(1.2) brightness(110%)}.btn--light{color:var(--color-dark);background-color:var(--color-light)}.btn--light:hover,.btn--light:focus,.btn--light:focus-within,.btn--light:active{color:var(--color-dark);filter:brightness(92%)}.btn--dark{color:var(--color-white);border-color:var(--color-dark);background-color:var(--color-dark)}.btn--dark:hover,.btn--dark:focus,.btn--dark:focus-within,.btn--dark:active{color:var(--color-white)}.content_menu_bar{width:100%;height:var(--space-xl);display:flex;justify-content:space-between;align-items:center;border-bottom:var(--border);border-top:var(--border);border-radius:var(--border-radius);text-transform:uppercase;padding-left:var(--space-xxxs);padding-right:var(--space-xxxs)}@media(min-width: 70rem){.content_menu_bar{display:grid;grid-template-columns:[left-edge] 1fr [gap1] 1fr [gap2] 1fr [gap3] 1fr [gap4] 1fr [gap5] 1fr [right-edge];grid-template-rows:1fr;column-gap:var(--column-gap);align-items:center}.content_menu_bar .col-1{grid-area:1/1/1/1}.content_menu_bar .col-2{grid-area:1/2/1/2}.content_menu_bar .col-3{grid-area:1/3/1/3}.content_menu_bar .col-6{grid-area:1/6/1/6}}.content_menu_bar .hide_on_mobile_show_on_desktop{display:none}@media(min-width: 70rem){.content_menu_bar .hide_on_mobile_show_on_desktop{display:block}}.search_bar{padding-top:var(--space-m);width:33.3%}@media(min-width: 70rem){.search_bar{width:var(--column)}}.search_bar input[type=text]{width:100%;border-bottom:var(--border);border-top:0;border-left:0;border-right:0;border-radius:1px;padding-left:var(--space-xxxs);font-weight:bold;font-size:var(--font-size-xs);font-family:var(--font-family-headlines)}.article_image_headline_summary{width:100%;max-height:100%;display:flex;gap:var(--space-s);flex-direction:column;justify-content:flex-start}.article_image_headline_summary .image{max-height:13rem;width:auto;object-fit:cover;object-position:center 20%}.article_image_headline_summary .summary{width:100%;height:auto;overflow:hidden}.article_image_headline{width:100%;max-height:100%;display:flex;flex-direction:column;margin-bottom:var(--space-l)}.article_image_headline .image{margin-bottom:var(--space-s);max-height:11rem;width:100%;object-fit:cover;object-position:center 10%}.article_headline .source_and_reader_link{display:flex;justify-content:flex-start;align-items:center;gap:var(--space-xxs)}.article_headline .source{width:auto;height:auto;font-size:var(--font-size-xs);color:var(--color-text-muted);letter-spacing:.02em}.article_headline_summary{width:100%;max-height:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:var(--space-xxss)}@media(min-width: 70rem){.article_headline_summary{gap:var(--space-s)}}.article_headline_summary .summary{width:100%;height:auto;overflow:hidden;letter-spacing:.02em}.article_small_image_headline_summary_preview{display:flex;gap:var(--space-m)}.article_small_image_headline_summary_preview .image{position:relative;display:inline-block;margin-top:auto;margin-bottom:auto}.article_small_image_headline_summary_preview .image img{display:block;transition:opacity 200ms ease;width:var(--space-9xl);height:var(--space-9xl);aspect-ratio:1/1;object-fit:cover}.article_small_image_headline_summary_preview a.image::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 200ms ease;pointer-events:none}.article_small_image_headline_summary_preview a.image[href^=http]::before,.article_small_image_headline_summary_preview a.image[href^=www]::before{background-color:var(--color-one)}.article_small_image_headline_summary_preview a.image[href^=http]:hover::before,.article_small_image_headline_summary_preview a.image[href^=www]:hover::before{opacity:.5}.article_small_image_headline_summary_preview a.image:not([href^=http]):not([href^=www])::before{background-color:var(--color-two)}.article_small_image_headline_summary_preview a.image:not([href^=http]):not([href^=www]):hover::before{opacity:.5}.article_small_image_headline_summary_preview .preview{--max-lines: 3;line-height:1.1em;max-height:calc(1.15em*var(--max-lines));overflow:hidden}@media(min-width: 70rem){.article_small_image_headline_summary_preview .preview{line-height:var(--line-height-reader);max-height:calc(var(--line-height-reader)*var(--max-lines))}}.article_small_image_headline_summary_preview .headline_source_summary_and_preview{display:flex;flex-direction:column;justify-content:center;gap:var(--space-xs)}.article_small_image_headline_summary_preview .headline{font-size:var(--font-size-s)}@media(min-width: 70rem){.article_small_image_headline_summary_preview .headline{font-size:var(--font-size-l)}}.source_info{border-top:var(--border);border-bottom:var(--border);border-radius:var(--border-radius)}.pagy.nav{width:100%;font-family:var(--font-family-headlines);display:flex;flex-direction:row;gap:var(--space-xs);justify-content:flex-end}@media(min-width: 70rem){.pagy.nav{align-items:center;gap:var(--space-xxxs)}}.pagy.nav .current{font-weight:bold}.pagy.nav .another-page{color:var(--color-text-muted);opacity:.3}.container{width:100%;padding-right:var(--space-xs);padding-left:var(--space-xs);margin-left:auto;margin-right:auto}@media(min-width: 70rem){.container{padding-right:var(--space-m);padding-left:var(--space-m);max-width:60rem}}.page{background-color:var(--color-white);padding:var(--space-s)}.page .index{display:flex;flex-direction:column;gap:var(--space-m)}@media(min-width: 70rem){.page{padding:var(--space-xl);width:66vw;min-height:100vh;height:auto;margin-top:10px;margin-left:auto;margin-right:auto;margin-bottom:10px}}.background{width:100%;height:100%;background-color:var(--color-background)}.page_header{width:100%;height:auto;padding-bottom:var(--space-l);display:flex;justify-content:space-between;flex-direction:column}@media(min-width: 70rem){.page_header{padding-bottom:var(--space-xxl)}}.page_header .title{text-transform:uppercase;text-align:left}.page_header h1{font-size:var(--font-size-xxxl)}@media(min-width: 70rem){.page_header h1{font-size:6cqmin}}.page_header_split{height:85px}@media(min-width: 70rem){.page_header_split{width:100%;height:80px;display:flex;align-items:stretch;container-type:size}}.page_header_split_half{display:flex}@media(min-width: 70rem){.page_header_split_half{width:50%;height:100%}}.page_header_split_half.left{align-items:flex-end;justify-content:flex-start}.page_header_split_half.right{align-items:center;justify-content:space-evenly}.frontpage{width:100%;height:auto;display:flex;flex-direction:column;row-gap:var(--space-xl)}@media(min-width: 70rem){.frontpage{display:grid;grid-template-columns:repeat(6, 1fr);column-gap:var(--space-m);grid-template-rows:repeat(8, var(--space-7xl));row-gap:var(--space-xl);grid-template-areas:"A A A B C C" "A A A B C C" "A A A B C C" "D D D D C C" "D D D D C C" "D D D D C C" "D D D D C C" "D D D D C C"}}@media(min-width: 70rem){.item-a{grid-area:A}.item-e{grid-area:E}}.item-b{display:flex;flex-direction:column;justify-content:space-around;border-left:var(--border);border-radius:var(--border-radius);padding-left:var(--space-s);row-gap:var(--space-xl)}@media(min-width: 70rem){.item-b{grid-area:B;row-gap:var(--space-l)}}.item-c{grid-area:C;display:flex;flex-direction:column;gap:var(--space-xl)}@media(min-width: 70rem){.item-c .item-c{grid-area:C;justify-content:space-between}}.item-d{display:flex;row-gap:var(--space-xl);flex-direction:column}@media(min-width: 70rem){.item-d{grid-area:D;flex-direction:row;row-gap:var(--space-xl);column-gap:var(--space-m);flex-wrap:wrap;justify-content:space-between;padding-top:var(--space-m)}.item-d .article{width:calc(50% - var(--space-m)/2) !important}.item-d .without_image{height:30% !important}.item-d .with_image{height:70% !important}}.page_footer{margin-top:var(--space-l);border-top:var(--border);border-radius:var(--border-radius);width:100%;height:111px}.page_footer .footer_items{display:flex;width:auto;height:100%;flex-direction:column;gap:var(--space-s)}@media(min-width: 70rem){.page .instance-title{position:absolute;color:var(--color-text-muted);opacity:.3;padding-top:var(--space-xxxs);z-index:1312}}.page .instance-title h4.mobile{display:block;font-size:var(--font-size-xs)}@media(min-width: 70rem){.page .instance-title h4.mobile{display:none}}.page .instance-title h4.desktop{display:none}@media(min-width: 70rem){.page .instance-title h4.desktop{display:block}}.page .reader{position:relative;display:flex;flex-direction:column;gap:var(--space-m)}@media(min-width: 70rem){.page .reader{padding:var(--space-xs) calc(var(--column) + var(--column-gap)) 2% calc(var(--column) + var(--column-gap))}}.page .reader hr{opacity:.2}.page #post-content{display:flex;flex-direction:column;gap:var(--space-m)}.page .reader blockquote{background-color:var(--color-two);padding:var(--space-m);border-radius:var(--border-radius)}.page .reader blockquote *{font-weight:normal}.page .reader #readability-page-1 div{display:flex;flex-direction:column;gap:var(--space-m)}.page .reader #readability-page-1 article{display:flex;flex-direction:column;gap:var(--space-m)}.page .reader section{display:flex;flex-direction:column;gap:var(--space-m)}.page .reader #readability-page-1 p{font-size:var(--font-size-l);line-height:var(--line-height-reader)}.page .reader iframe{margin-top:var(--space-m);max-width:100%}.page .reader figcaption{margin-left:auto;margin-right:auto;text-align:center}.page .reader iframe,.page .reader video{margin-top:var(--space-m);margin-left:auto !important;margin-right:auto !important;width:100%}@media(min-width: 70rem){.page .reader iframe,.page .reader video{min-height:300px}}.page .reader .headline{margin-top:0 !important}.page .reader h2,.page .reader h3,.page .reader h4{margin-top:var(--space-m)}.page .reader .content h2,.page .reader .content h3,.page .reader .content h4,.page .reader .content h5{font-size:var(--font-size-xxl)}.page .reader .tts_button{display:none}@media(min-width: 70rem){.page .reader .tts_button{display:flex;justify-content:end;align-items:center;gap:var(--space-s)}}.page .reader a[href="void(0)"]{display:none}.page .reader span[role=tooltip]{display:none}.predict_button{width:8rem;height:var(--space-xxl)}.tts_voices{padding:0 var(--space-xs) 0 var(--space-s);height:var(--space-xxl)}.header-image{width:100%;object-fit:cover;object-position:center 20%}.header-image[style*="--width-category"][style*="--is-wide: 'no'"]{max-height:50vh;object-fit:cover;object-position:center 20%}.custom-prop-image{max-width:100%;height:auto}.custom-prop-image[style*="--width-category"][style*="--width-category: 'hide'"]{display:none}.custom-prop-image[style*="--width-category"][style*="--width-category: 'center'"]{margin-left:auto;margin-right:auto}.custom-prop-image[style*="--width-category"][style*="--width-category: 'full'"]{width:100%}.list_view{display:flex;flex-direction:column;gap:var(--space-m)}.list_view .content_container{display:flex;flex-direction:column;gap:var(--space-m)}.list_view .source_title{color:var(--color-text-muted);opacity:.3}@media(min-width: 70rem){.list_view .source_title{word-spacing:50vw;text-align:right}}@media(min-width: 70rem){.list_view{display:grid;grid-template-columns:[left-edge] 1fr [gap1] 1fr [gap2] 1fr [gap3] 1fr [gap4] 1fr [gap5] 1fr [right-edge];grid-template-rows:[top-edge] auto [gap1] auto [gap2] auto [bottom-edge];column-gap:var(--column-gap)}.list_view .pagy_container{grid-column:gap5/right-edge;grid-row:top-edge/gap1}.list_view .content_container{grid-column:gap1/gap5;grid-row:top-edge/bottom-edge;display:flex;flex-direction:column;gap:var(--space-m)}}.six_column_grid{display:grid;grid-template-columns:[left-edge] 1fr [gap1] 1fr [gap2] 1fr [gap3] 1fr [gap4] 1fr [gap5] 1fr [right-edge];column-gap:var(--column-gap)}
