:root{color-scheme:dark;--color-void: #09070c;--color-abyss: #100b16;--color-surface: #17101f;--color-surface-strong: #21142d;--color-surface-soft: #2a1a36;--color-line: #3b2846;--color-line-strong: #60405f;--color-text: #f6edf4;--color-text-muted: #c9b5c7;--color-text-soft: #9f899e;--color-accent: #d84c6f;--color-accent-strong: #ff6f8f;--color-accent-soft: #61243a;--color-highlight: #ff6f8f;--color-danger: #f07178;--color-focus: #c9a7ff;--color-scrollbar-track: #100b16;--color-scrollbar-thumb: #60405f;--color-scrollbar-thumb-hover: #ff6f8f;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Crimson Text", "Iowan Old Style", Georgia, serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 1.75rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--container: 60rem;--container-reading: 46rem;--header-height: 5rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--shadow-soft: 0 1.5rem 4rem rgb(0 0 0 / .28);--shadow-strong: 0 2rem 5rem rgb(0 0 0 / .42);--transition-fast: .16s ease;--transition-base: .22s ease}*,*:before,*:after{box-sizing:border-box}html{background:var(--color-void);scroll-behavior:smooth;scrollbar-color:var(--color-scrollbar-thumb) var(--color-scrollbar-track);scrollbar-width:thin;text-size-adjust:100%}::-webkit-scrollbar{width:.75rem;height:.75rem}::-webkit-scrollbar-track{background:var(--color-scrollbar-track)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--color-scrollbar-thumb),var(--color-accent-soft));border:.18rem solid var(--color-scrollbar-track);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--color-scrollbar-thumb-hover)}body{min-height:100vh;margin:0;color:var(--color-text);font-family:var(--font-sans);font-size:1rem;line-height:1.65;background:linear-gradient(135deg,rgb(216 76 111 / .1),transparent 32rem),linear-gradient(180deg,var(--color-abyss),var(--color-void) 38rem)}body:before{position:fixed;inset:0;z-index:-1;pointer-events:none;content:"";background-image:linear-gradient(rgb(255 255 255 / .025) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .025) 1px,transparent 1px);background-size:3rem 3rem;mask-image:linear-gradient(to bottom,rgb(0 0 0 / .8),transparent 70%)}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:var(--color-accent-strong);text-decoration:none;text-underline-offset:.18em;transition:color var(--transition-fast),border-color var(--transition-fast),background-color var(--transition-fast)}a:hover{color:var(--color-highlight)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:.18rem solid var(--color-focus);outline-offset:.18rem}main{min-height:48vh}.skip-link{position:fixed;top:var(--space-4);left:var(--space-4);z-index:50;padding:var(--space-2) var(--space-4);color:var(--color-void);background:var(--color-focus);border-radius:var(--radius-sm);transform:translateY(-180%);transition:transform var(--transition-fast)}.skip-link:focus{transform:translateY(0)}.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}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-4);color:var(--color-text);font-family:var(--font-serif);font-weight:700;line-height:1.12}h1{font-size:clamp(2.3rem,5vw,4.5rem)}h2{font-size:clamp(1.8rem,3vw,3rem)}h3{font-size:clamp(1.35rem,2vw,2rem)}p{margin:0 0 var(--space-5)}small{color:var(--color-text-soft)}strong{color:var(--color-text)}::selection{color:var(--color-void);background:var(--color-accent-strong)}.site-container{width:min(100% - 2rem,var(--container));margin-inline:auto}.content-container{width:min(100% - 2rem,var(--container-reading));margin-inline:auto}.cluster{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.button-link{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;padding:.7rem 1rem;color:var(--color-text);background:var(--color-surface-soft);border:1px solid var(--color-line);border-radius:var(--radius-sm)}.button-link:hover{color:var(--color-void);background:var(--color-highlight);border-color:var(--color-highlight)}.eyebrow{color:var(--color-highlight);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:20;min-height:var(--header-height);backdrop-filter:blur(1rem)}.site-header__inner{display:grid;grid-template-columns:auto 1fr;gap:var(--space-5);align-items:center;min-height:var(--header-height);padding-block:var(--space-3);padding-top:var(--space-7)}.site-header__brand{display:inline-flex;align-items:center;gap:var(--space-3);min-width:max-content;color:var(--color-text)}.site-header__logo{color:var(--color-text);font-family:var(--font-serif);font-size:2.35rem;font-weight:700;line-height:.95}.site-header__logo-image{width:auto;max-width:min(15rem,48vw);max-height:5rem;object-fit:contain}.site-header__menu{position:relative;display:flex;gap:var(--space-5);align-items:center;justify-content:end}.site-header__nav{justify-self:end}.site-header__nav ul{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;padding:0;margin:0;list-style:none}.site-header__nav a{position:relative;display:inline-block;padding:.35rem 0;color:var(--color-text-muted);font-weight:700}.site-header__nav a:after{position:absolute;right:0;bottom:0;left:0;height:1px;content:"";background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform var(--transition-fast)}.site-header__nav a:hover,.site-header__nav a.active,.site-header__nav a[aria-current]{color:var(--color-highlight)}.site-header__nav a:hover:after,.site-header__nav a.active:after,.site-header__nav a[aria-current]:after{transform:scaleX(1);transform-origin:left}.site-header__search-shell{position:relative;display:inline-flex;align-items:center}.site-header__icon-button{display:inline-grid;width:1.75rem;min-height:1.75rem;place-items:center;padding:0;color:var(--color-text-muted);background:transparent;border:0}.site-header__icon-button svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.site-header__icon-button:hover,.site-header__icon-button[aria-expanded=true]{color:var(--color-highlight)}.site-header__search{position:absolute;top:calc(100% + var(--space-3));right:0;z-index:30;display:block;width:min(22rem,calc(100vw - 2rem));padding:0;background:var(--color-surface);border:1px solid var(--color-line);border-radius:999px;box-shadow:var(--shadow-strong)}.site-header__search[hidden]{display:none}.site-header__search input{width:100%;min-width:0;min-height:2.45rem;padding:0 var(--space-3);color:var(--color-text);background:var(--color-surface);border:0;border-radius:999px}.site-header__search input::placeholder{color:var(--color-text-soft)}.site-header__menu-button{min-height:2.55rem;padding:0 var(--space-3);color:var(--color-text);background:var(--color-surface-soft);border:0;border-left:1px solid var(--color-line)}.site-header__menu-button:hover{color:var(--color-void);background:var(--color-highlight)}.site-header__menu-button{display:none;border:1px solid var(--color-line);border-radius:var(--radius-sm)}@media(max-width:58rem){.site-header__inner{grid-template-columns:1fr auto}.site-header__nav{display:none;grid-column:1 / -1;justify-self:stretch}.site-header.is-open .site-header__nav{display:block}.site-header__nav ul{display:grid;gap:var(--space-2)}.site-header__menu{grid-column:1 / -1;justify-content:end}.site-header__menu-button{display:inline-flex;align-items:center}}@media(max-width:34rem){.site-header__inner{gap:var(--space-3)}.site-header__logo{font-size:2rem}.site-header__menu{flex-wrap:wrap}}.filter-bar{position:relative;z-index:10}.filter-bar__line{display:flex;gap:var(--space-4);align-items:center;padding-bottom:var(--space-3)}.filter-bar__line:before{flex:1;height:1px;content:"";background:linear-gradient(90deg,transparent,var(--color-line),var(--color-line-strong))}.filter-bar__toggle{display:inline-flex;min-height:2.4rem;align-items:center;gap:var(--space-1);padding:0;color:var(--color-text-muted);font-weight:500;background:transparent;border:0}.filter-bar__toggle:hover,.filter-bar__toggle[aria-expanded=true]{color:var(--color-highlight)}.filter-bar__arrow{display:inline-block;line-height:1;transition:transform var(--transition-fast);width:1rem}.filter-bar__toggle[aria-expanded=true] .filter-bar__arrow{transform:rotate(180deg)}.filter-bar__panel{display:grid;gap:var(--space-5);padding:0 0 var(--space-4)}.filter-bar__panel[hidden]{display:none}.filter-bar__form{display:grid;gap:var(--space-2);justify-items:start}.filter-bar__form label{color:var(--color-text-soft);font-family:var(--font-serif);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.filter-bar__form input{width:min(22rem,100%);min-height:2.45rem;padding:0 var(--space-3);color:var(--color-text);background:#ffffff0a;border:1px solid var(--color-line);border-radius:999px}.filter-bar__form input::placeholder{color:var(--color-text-soft)}.filter-bar__active{display:flex;flex-wrap:wrap;gap:var(--space-1);justify-content:flex-start;padding-top:var(--space-1)}.filter-bar__active[hidden]{display:none}.filter-bar__active-label{width:100%;color:var(--color-text-soft);font-size:.75rem;text-align:left}.filter-bar__active button{display:inline-flex;min-height:1.65rem;align-items:center;gap:var(--space-1);padding:.15rem .5rem;color:var(--color-text-muted);font-size:.78rem;background:#ffffff09;border:1px solid var(--color-line);border-radius:999px}.filter-bar__active button:hover{color:var(--color-text);background:#ff6f8f1f;border-color:var(--color-accent-strong)}.filter-bar__clear{color:var(--color-text-soft)!important;background:transparent!important;border-color:transparent!important;text-decoration:underline;text-underline-offset:.18em}.filter-bar__clear:hover{color:var(--color-highlight)!important}.filter-bar__groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4);align-items:start}.filter-bar__group{display:grid;gap:var(--space-2);align-content:start;align-items:start}.filter-bar__heading{margin:0;color:var(--color-text-soft);font-family:var(--font-serif);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-align:left;text-transform:uppercase}.filter-bar__list{display:flex;flex-wrap:wrap;gap:var(--space-2);justify-content:flex-start;padding:0;margin:0;list-style:none}.filter-bar__list a{display:inline-flex;min-height:2.25rem;align-items:center;padding:.4rem .7rem;color:var(--color-text-muted);background:#ffffff0a;border:1px solid var(--color-line);border-radius:999px}.filter-bar__list a:hover{color:var(--color-text);background:#ff6f8f1a;border-color:#ff6f8f47}.filter-bar__list a.is-active{color:var(--color-text);background:#ff6f8f24;border-color:#ff6f8f61}@media(max-width:34rem){.filter-bar__line{gap:var(--space-3)}.filter-bar__groups{grid-template-columns:1fr}.filter-bar__form{justify-content:stretch}.filter-bar__form input{min-width:0;flex:1}}.home-index{padding-block:var(--space-10) var(--space-16)}.home-index__inner{display:grid;gap:var(--space-8)}.home-index__empty{display:grid;min-height:16rem;place-items:center;padding:var(--space-8) 0;margin:0;color:var(--color-text-muted);font-size:1rem;line-height:1.2;text-align:center}.home-index__empty[hidden]{display:none}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}@media(max-width:62rem){.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:38rem){.home-index{padding-block:var(--space-8) var(--space-12)}.story-grid{grid-template-columns:1fr}}.story-card{display:grid;min-height:25rem;align-content:start;overflow:hidden;background:#ffffff09;border:1px solid var(--color-line);border-radius:var(--radius-md);box-shadow:0 1rem 2.5rem #0000001f;transition:border-color var(--transition-fast),transform var(--transition-fast),background-color var(--transition-fast)}.story-card:hover{background:#ffffff0e;border-color:var(--color-line-strong);transform:translateY(-.12rem)}.story-card__cover{display:block;color:inherit;background:var(--color-surface-strong);border-bottom:1px solid var(--color-line)}.story-card__cover img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.story-card__body{display:grid;gap:var(--space-3);padding:var(--space-5) var(--space-5) 0}.story-card__meta{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:0;color:var(--color-text-soft);font-size:.85rem}.story-card__meta>*+*:before{margin-right:var(--space-2);content:"\2022";color:var(--color-line-strong)}.story-card__title{margin:0;font-family:var(--font-serif);font-size:1.65rem}.story-card__title a{color:var(--color-text)}.story-card__title a:hover{color:var(--color-highlight)}.story-card__summary{margin:0;color:var(--color-text-muted)}.story-card__taxonomies{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-5);padding:0 var(--space-5) var(--space-5)}.story-card__taxonomies a{display:inline-flex;min-height:2rem;align-items:center;padding:.25rem .6rem;color:var(--color-text-soft);font-size:.85rem;background:#ffffff0a;border:1px solid var(--color-line);border-radius:999px}.story-card__taxonomies a:hover{color:var(--color-void);background:var(--color-highlight);border-color:var(--color-highlight)}.pagination{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;justify-content:center}.pagination__link{display:inline-flex;width:2.75rem;min-height:2.75rem;align-items:center;justify-content:center;padding:0;color:var(--color-text);border:1px solid var(--color-line);border-radius:999px}.pagination__link:hover{color:var(--color-void);background:var(--color-highlight);border-color:var(--color-highlight)}.pagination__link svg{width:1.45rem;height:1.45rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.pagination__link.is-disabled{color:var(--color-text-soft);pointer-events:none;opacity:.55}.pagination__status{color:var(--color-text-muted);font-size:.95rem}.story-page,.reading-page{padding-block:var(--space-10) var(--space-16)}.story-page__inner,.reading-page__inner{display:grid;gap:var(--space-8)}.story-page__header,.reading-page__header{display:grid;gap:var(--space-3)}.story-page__header h1,.reading-page__header h1{margin:0}.story-page__meta,.reading-page__meta{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;color:var(--color-text-soft);font-size:.92rem}.story-page__meta>*+*:before,.reading-page__meta>*+*:before{margin-right:var(--space-2);content:"\2022";color:var(--color-line-strong)}.reading-page__meta-row{display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-4);align-items:center;justify-content:space-between}.story-page__description{margin:0;color:var(--color-text-muted);font-size:1.12rem}.story-page__cover,.reading-page__cover{margin:0;overflow:hidden;background:var(--color-surface-strong);border:1px solid var(--color-line);border-radius:var(--radius-md)}.story-page__cover img,.reading-page__cover img{width:100%;max-height:min(34rem,72vh);object-fit:cover}.reading-page__cover img{aspect-ratio:16 / 9}.story-page__disclaimer,.comments,.comments--empty{padding:var(--space-5);color:var(--color-text-muted);background:#ffffff09;border:1px solid var(--color-line);border-radius:var(--radius-md)}.story-page__disclaimer h2,.comments h2{margin-bottom:var(--space-3);font-size:1.35rem}.prose{color:var(--color-text);font-family:var(--font-serif);font-size:calc(1.12rem * var(--reading-scale, 1));line-height:1.85}.prose>*{max-width:100%}.prose p,.prose ul,.prose ol,.prose blockquote{margin-block:0 var(--space-5)}.prose h2,.prose h3{margin-top:var(--space-8)}.prose a{text-decoration:underline}.reading-page.is-dyslexic .prose{font-family:"OpenDyslexic","Atkinson Hyperlegible",var(--font-sans);letter-spacing:0;line-height:1.9}.reading-page__story-link{width:fit-content;color:var(--color-text-soft);font-size:.92rem}.reading-page__story-link:hover{color:var(--color-highlight)}.reading-controls{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;justify-content:flex-end;margin-left:auto}.reading-controls button{display:inline-flex;min-width:1.9rem;min-height:1.8rem;align-items:center;justify-content:center;padding:.25rem .65rem;color:var(--color-text-muted);font-size:.8rem;line-height:1;background:transparent;border:1px solid var(--color-line);border-radius:999px}.reading-controls__icon{width:2.25rem;padding-inline:0}.reading-controls__icon svg{width:1.35rem;height:1.35rem;fill:currentColor}.reading-controls button:hover,.reading-controls button.is-active{color:var(--color-text);background:#ff6f8f1f;border-color:#ff6f8f61}.story-taxonomies{display:flex;flex-wrap:wrap;gap:var(--space-2)}.story-taxonomies a{display:inline-flex;min-height:2rem;align-items:center;padding:.25rem .6rem;color:var(--color-text-soft);font-size:.85rem;background:#ffffff0a;border:1px solid var(--color-line);border-radius:999px}.story-taxonomies a:hover{color:var(--color-text);background:#ff6f8f1f;border-color:#ff6f8f61}.chapter-list{display:grid;gap:var(--space-4)}.chapter-list h2{margin:0}.chapter-list__items{display:grid;gap:var(--space-3);padding:0;margin:0;list-style:none}.chapter-list__items a{display:grid;gap:var(--space-1);padding-block:var(--space-3);color:var(--color-text-muted);border-bottom:1px solid var(--color-line)}.chapter-list__items a:hover{color:var(--color-text);border-color:var(--color-line-strong)}.chapter-list__items strong{color:var(--color-text);font-family:var(--font-serif);font-size:1.25rem}.chapter-list__items time,.chapter-list__empty{color:var(--color-text-soft);font-size:.9rem}.chapter-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-line)}.chapter-nav__link{display:grid;gap:var(--space-1);padding:var(--space-4);color:var(--color-text-muted);border:1px solid var(--color-line);border-radius:var(--radius-md)}.chapter-nav__link--next{text-align:right}.chapter-nav__link:hover{color:var(--color-text);background:#ffffff09;border-color:var(--color-line-strong)}.chapter-nav__link strong{color:var(--color-text)}@media(max-width:38rem){.story-page,.reading-page{padding-block:var(--space-8) var(--space-12)}.reading-page__meta-row{align-items:flex-start;flex-direction:column}.reading-controls{justify-content:flex-start;margin-left:0}.chapter-nav{grid-template-columns:1fr}.chapter-nav__link--next{text-align:left}}.page{padding-block:var(--space-10) var(--space-16)}.page__inner{display:grid;gap:var(--space-8)}.page__header{display:grid;gap:var(--space-3)}.page__header h1{margin:0}.page__description{max-width:42rem;margin:0;color:var(--color-text-muted);font-size:1.12rem}.page__content{color:var(--color-text-muted)}.page__content ul{display:grid;gap:var(--space-2);padding-left:1.1rem;margin-block:0 var(--space-6)}.page__content li::marker{color:var(--color-highlight)}.not-found-page{display:grid;min-height:42vh;align-items:center}.not-found-page__inner{gap:var(--space-6)}.not-found-page__search{display:grid;gap:var(--space-2);max-width:32rem}.not-found-page__search label{color:var(--color-text-soft);font-family:var(--font-serif);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.not-found-page__search-field{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:2.75rem;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-line);border-radius:999px;box-shadow:var(--shadow-soft)}.not-found-page__search-field:focus-within{border-color:var(--color-accent-strong)}.not-found-page__search-field input{width:100%;min-width:0;min-height:2.75rem;padding:0 var(--space-4);color:var(--color-text);background:transparent;border:0}.not-found-page__search-field input::placeholder{color:var(--color-text-soft)}.not-found-page__search-field button{display:grid;width:2.75rem;min-height:2.75rem;place-items:center;padding:0;color:var(--color-text-muted);background:transparent;border:0}.not-found-page__search-field button:hover{color:var(--color-highlight)}.not-found-page__search-field svg{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.not-found-page__home{margin:0}.not-found-page__home a{position:relative;display:inline-block;padding:.2rem 0;color:var(--color-text-muted);font-weight:700}.not-found-page__home a:after{position:absolute;right:0;bottom:0;left:0;height:1px;content:"";background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform var(--transition-fast)}.not-found-page__home a:hover{color:var(--color-highlight)}.not-found-page__home a:hover:after{transform:scaleX(1);transform-origin:left}@media(max-width:38rem){.page{padding-block:var(--space-8) var(--space-12)}}.fiction-chat,.fiction-social,.fiction-x-post{font-family:var(--font-sans);font-size:.96rem;line-height:1.4;margin:var(--space-6) auto}.fiction-chat p,.fiction-social p,.fiction-x-post p{margin:0}.fiction-chat--whatsapp{background:radial-gradient(circle at 1rem 1rem,rgb(255 255 255 / .24) 0 .1rem,transparent .12rem),linear-gradient(135deg,#efe7dc,#d6e5d3);border:.06rem solid rgb(18 140 126 / .18);border-radius:1.25rem;box-shadow:var(--shadow-soft);color:#111b21;max-width:26rem;overflow:hidden}.fiction-chat__header{align-items:center;background:#075e54;color:#fff;display:flex;gap:var(--space-3);min-height:4rem;padding:var(--space-3) var(--space-4)}.fiction-chat__avatar{align-items:center;background:#d9fdd3;border-radius:50%;color:#075e54;display:inline-flex;flex:0 0 auto;font-weight:800;height:2.4rem;justify-content:center;overflow:hidden;text-transform:uppercase;width:2.4rem}.fiction-chat__avatar-image{border-radius:50%;display:block;height:100%;object-fit:cover;object-position:center;width:100%}.fiction-chat__identity{display:grid;gap:.05rem;min-width:0}.fiction-chat__identity strong,.fiction-chat__identity span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fiction-chat__identity strong{font-size:.98rem;line-height:1.2}.fiction-chat__identity span{color:#ffffffd1;font-size:.78rem}.fiction-chat__messages{display:grid;gap:.35rem;padding:var(--space-4)}.fiction-chat__row{display:flex}.fiction-chat__row--me{justify-content:flex-end}.fiction-chat__row--them{justify-content:flex-start}.fiction-chat__bubble{border-radius:.5rem;box-shadow:0 .08rem .22rem #0000001f;display:grid;gap:.18rem;max-width:min(19rem,86%);min-width:5.5rem;padding:.42rem .55rem .34rem;position:relative}.fiction-chat__row--them .fiction-chat__bubble{background:#fff;border-top-left-radius:0}.fiction-chat__row--me .fiction-chat__bubble{background:#d9fdd3;border-top-right-radius:0}.fiction-chat__row--them .fiction-chat__bubble:before,.fiction-chat__row--me .fiction-chat__bubble:before{border-bottom:.5rem solid transparent;content:"";position:absolute;top:0}.fiction-chat__row--them .fiction-chat__bubble:before{border-right:.5rem solid #ffffff;left:-.45rem}.fiction-chat__row--me .fiction-chat__bubble:before{border-left:.5rem solid #d9fdd3;right:-.45rem}.fiction-chat__bubble--media{gap:.34rem;max-width:min(18rem,82%);padding:.22rem}.fiction-chat__bubble--sticker{background:transparent;box-shadow:none;min-width:0;padding:0}.fiction-chat__row--them .fiction-chat__bubble--sticker,.fiction-chat__row--me .fiction-chat__bubble--sticker{background:transparent}.fiction-chat__row--me .fiction-chat__bubble--sticker{justify-self:end}.fiction-chat__row--them .fiction-chat__bubble--sticker{justify-self:start}.fiction-chat__bubble--sticker:before{display:none}.fiction-chat__sticker-stack{align-items:flex-start;display:grid;gap:.22rem;justify-items:start}.fiction-chat__row--me .fiction-chat__sticker-stack{justify-items:end}.fiction-chat__bubble--sticker-name{min-width:0;padding:.32rem .55rem}.fiction-chat__sender{color:#128c7e;font-size:.78rem}.fiction-chat__row--me .fiction-chat__sender{justify-self:end;text-align:right}.fiction-chat__bubble--media .fiction-chat__sender{padding:.2rem .33rem 0}.fiction-chat__text{font-size:.94rem}.fiction-chat__text p+p{margin-top:var(--space-2)}.fiction-chat__emoji{font-size:2.8rem;text-shadow:0 .08rem .18rem rgb(0 0 0 / .18)}.fiction-chat__media{display:grid;gap:.28rem;margin:0;position:relative}.fiction-chat__row--them .fiction-chat__media{justify-items:start;justify-self:start}.fiction-chat__row--me .fiction-chat__media{justify-items:end;justify-self:end}.fiction-chat__media img{background:#dfe5e7;border-radius:.38rem;max-height:22rem;object-fit:cover;width:100%}.fiction-chat__bubble--sticker .fiction-chat__media img{aspect-ratio:auto;background:transparent;height:auto;max-height:9rem;object-fit:contain;width:auto}.fiction-chat__row--them .fiction-chat__bubble--sticker .fiction-chat__media img{justify-self:start}.fiction-chat__row--me .fiction-chat__bubble--sticker .fiction-chat__media img{justify-self:end}.fiction-chat__media figcaption{font-size:.9rem;padding:0 var(--space-1) var(--space-1)}.fiction-chat__meta{align-items:center;color:#667781;display:inline-flex;font-size:.68rem;gap:.12rem;justify-self:end;line-height:1;justify-content:flex-end;margin-left:var(--space-4);text-align:right}.fiction-chat__meta--me{min-height:1rem;min-width:3.55rem}.fiction-chat__time{flex:0 0 auto}.fiction-chat__meta svg,.fiction-chat__status-placeholder{display:block;height:1rem;width:1rem}.fiction-chat__bubble--sticker .fiction-chat__meta{background:#ffffffd1;border:.06rem solid rgb(17 27 33 / .08);border-radius:.45rem;box-shadow:0 .08rem .2rem #0000001f;justify-self:end;margin-left:0;min-height:1.45rem;padding:.18rem .42rem}.fiction-chat__row--me .fiction-chat__bubble--sticker .fiction-chat__meta{background:#d9fdd3e6;border-color:#128c7e29;min-height:1.45rem}.fiction-chat__read{color:#53bdeb}.fiction-chat__status-placeholder{flex:0 0 1rem}.fiction-social--x{background:#fff;border:.06rem solid #cfd9de;border-radius:1rem;color:#0f1419;max-width:34rem;overflow:hidden}.fiction-x-post{background:#fff;border:.06rem solid #cfd9de;border-radius:1rem;color:#0f1419;margin:var(--space-6) auto;max-width:34rem;overflow:hidden}.fiction-social--x .fiction-x-post{border:0;border-radius:0;margin:0;max-width:none}.fiction-social--x .fiction-x-post+.fiction-x-post{border-top:.06rem solid #eff3f4}.fiction-x-post{display:grid;gap:var(--space-3);grid-template-columns:2.6rem minmax(0,1fr);padding:var(--space-4);position:relative}.fiction-social--x .fiction-x-post:not(:last-child):after{background:#cfd9de;bottom:-.25rem;content:"";left:calc(var(--space-4) + 1.3rem);position:absolute;top:3.4rem;width:.12rem}.fiction-x-post__avatar{align-items:center;background:#0f1419;border-radius:50%;color:#fff;display:inline-flex;font-weight:800;height:2.6rem;justify-content:center;overflow:hidden;text-transform:uppercase;width:2.6rem;z-index:1}.fiction-x-post__body{display:grid;gap:var(--space-2);min-width:0}.fiction-x-post__header{align-items:center;display:flex;flex-wrap:wrap;gap:.28rem;line-height:1.25}.fiction-x-post__header strong{color:#0f1419}.fiction-x-post__header span,.fiction-x-post__header time,.fiction-x-post__reply,.fiction-x-post__metrics{color:#536471}.fiction-x-post__verified{align-items:center;color:#1d9bf0!important;display:inline-flex;font-size:.62rem;font-weight:800;height:1rem;justify-content:center;width:1rem}.fiction-x-post__reply{font-size:.9rem}.fiction-x-post__text{color:#0f1419;font-size:1rem;overflow-wrap:anywhere}.fiction-x-post__text p+p{margin-top:var(--space-3)}.fiction-x-post__metrics{border-top:.06rem solid #eff3f4;display:flex;flex-wrap:wrap;font-size:.86rem;gap:var(--space-3);padding-top:var(--space-2)}@media(max-width:34rem){.fiction-chat,.fiction-social,.reading-page__content>.fiction-x-post{margin-left:calc(var(--space-4) * -1);margin-right:calc(var(--space-4) * -1)}.fiction-chat--whatsapp,.fiction-social--x,.reading-page__content>.fiction-x-post{border-left:0;border-radius:0;border-right:0;max-width:none}.fiction-chat__bubble{max-width:88%}}.site-footer{position:relative;margin-top:var(--space-16);color:var(--color-text-muted);background:linear-gradient(180deg,var(--color-surface),var(--color-void)),var(--footer-pattern, none);border-top:1px solid var(--color-line)}.site-footer__wave{position:absolute;right:0;bottom:100%;left:0;color:var(--color-surface);pointer-events:none}.site-footer__wave svg{width:100%;height:4rem}.site-footer__inner{display:grid;grid-template-columns:minmax(16rem,1.25fr) repeat(3,minmax(9rem,1fr));gap:var(--space-8);padding-block:var(--space-12)}.site-footer__brand{display:grid;gap:var(--space-4);align-content:start}.site-footer__title{margin:0;color:var(--color-text);font-family:var(--font-serif);font-size:1.7rem;line-height:1}.site-footer__description{max-width:28rem;margin:0}.site-footer__column{min-width:0}.site-footer__heading{margin:0 0 var(--space-3);color:var(--color-text);font-size:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h3.site-footer__heading{margin-top:var(--space-6)}.site-footer__subheading{margin:var(--space-5) 0 var(--space-2);color:var(--color-text);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-footer__list{display:grid;gap:var(--space-2);padding:0;margin:0;list-style:none}.site-footer__list a{display:inline-flex;gap:var(--space-2);align-items:center;color:var(--color-text-muted)}.site-footer__list a:hover{color:var(--color-highlight)}.site-footer__social-icon{width:1.25rem;height:1.25rem;flex:0 0 auto;fill:currentColor;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-footer__social-link[href*=tiktok] .site-footer__social-icon,.site-footer__social-link[href*=TikTok] .site-footer__social-icon{fill:none;stroke:currentColor}.site-footer__social-link:hover .site-footer__social-icon{color:var(--color-highlight)}.site-footer__social-link{width:2rem;min-height:2rem;justify-content:center}.site-footer__filters{display:flex;flex-wrap:wrap;gap:var(--space-2);padding:0;margin:0;list-style:none}.site-footer__filters a{display:inline-flex;min-height:2.2rem;align-items:center;padding:.35rem .7rem;color:var(--color-text-muted);background:#ffffff0a;border:1px solid var(--color-line);border-radius:999px}.site-footer__filters a:hover{color:var(--color-void);background:var(--color-highlight);border-color:var(--color-highlight)}.site-footer__bottom{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center;justify-content:space-between;padding-block:var(--space-5);border-top:1px solid var(--color-line)}.site-footer__meta{margin:0;color:var(--color-text-soft);font-size:.9rem}.site-footer__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.site-footer__rss{color:var(--color-text-soft);font-size:.9rem}.site-footer__top{display:inline-flex;width:2rem;min-height:2rem;align-items:center;justify-content:center;padding:0;color:var(--color-text-muted);background:transparent;border:0}.site-footer__top:hover{color:var(--color-highlight)}.site-footer__top svg{width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}@media(max-width:60rem){.site-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:38rem){.site-footer__inner{grid-template-columns:1fr}.site-footer__bottom{align-items:flex-start;flex-direction:column}}
