@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;0,9..144,900;1,9..144,300;1,9..144,400;1,9..144,700&family=Inter:wght@300;400;500;600&display=swap";:root{--cream:#f8f5ef;--cream-dark:#ede9e0;--ink:#1a1209;--ink-muted:#5c5348;--ink-faint:#9c9289;--white:#fff;--accent-coral:#ff5c39;--accent-teal:#00a896;--accent-indigo:#4b3bff;--accent-gold:#f5a623;--accent-rose:#e0365c;--accent-lime:#7dc900;--accent-violet:#8b4fe8;--accent-sky:#0ea5e9;--font-display:"Fraunces", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:40px;--space-2xl:64px;--space-3xl:96px;--max-width:1200px;--header-h:68px;--grid-gap:24px;--card-radius:4px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--dur-fast:.16s;--dur-base:.28s;--dur-slow:.48s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:var(--cream);color:var(--ink);font-family:var(--font-body);min-height:100vh;font-size:1rem;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.text-display-xl{font-family:var(--font-display);letter-spacing:-.03em;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1.05}.text-display-lg{font-family:var(--font-display);letter-spacing:-.025em;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.1}.text-display-md{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;line-height:1.2}.text-display-sm{font-family:var(--font-display);letter-spacing:-.015em;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:600;line-height:1.25}.text-body-lg{font-size:1.125rem;line-height:1.7}.text-body{font-size:1rem;line-height:1.6}.text-body-sm{font-size:.875rem;line-height:1.55}.text-caption{letter-spacing:.01em;font-size:.75rem;line-height:1.4}.text-muted{color:var(--ink-muted)}.text-faint{color:var(--ink-faint)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-xl);margin:0 auto}@media (width<=768px){.container{padding:0 var(--space-md)}}.tag-chip{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);border:1.5px solid;border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:600;display:inline-block}:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:2px}::selection{background:var(--ink);color:var(--cream)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream-dark)}::-webkit-scrollbar-thumb{background:var(--ink-faint);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--ink-muted)}.header{z-index:100;height:var(--header-h);background:var(--cream);transition:border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);border-bottom:1.5px solid #0000;position:sticky;top:0}.header--scrolled{border-bottom-color:var(--cream-dark);box-shadow:0 2px 20px #1a12090f}.header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.header__logo{font-family:var(--font-display);letter-spacing:-.04em;color:var(--ink);transition:opacity var(--dur-fast) var(--ease-out);flex-shrink:0;font-size:1.5rem;font-weight:800}.header__logo:hover{opacity:.7}.header__logo-dot{color:var(--accent-coral)}.header__nav{align-items:center;gap:var(--space-md);display:flex}.header__nav-link{color:var(--ink-muted);letter-spacing:.01em;transition:color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);border-bottom:1.5px solid #0000;padding:4px 0;font-size:.875rem;font-weight:500}.header__nav-link:hover{color:var(--ink);border-bottom-color:var(--ink)}.footer{border-top:1.5px solid var(--cream-dark);margin-top:auto}.footer__inner{align-items:start;gap:var(--space-2xl);padding-top:var(--space-2xl);padding-bottom:var(--space-xl);grid-template-columns:1fr 1.3fr 1fr;display:grid}.footer__logo{font-family:var(--font-display);letter-spacing:-.04em;color:var(--ink);margin-bottom:var(--space-sm);transition:opacity var(--dur-fast);font-size:1.4rem;font-weight:800;display:block}.footer__logo:hover{opacity:.6}.footer__logo-dot{color:var(--accent-coral)}.footer__tagline{max-width:240px;margin-bottom:var(--space-sm);line-height:1.5}.footer__brand-meta{align-items:center;gap:6px;display:flex}.footer__brand-dot{color:var(--ink-faint)}.footer__brand-link{color:var(--ink-faint);transition:color var(--dur-fast)}.footer__brand-link:hover{color:var(--ink)}.footer__subscribe{flex-direction:column;display:flex}.footer__subscribe-title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--ink);margin-bottom:var(--space-md);font-size:1.05rem;font-weight:700}.footer__subscribe-dot{color:var(--accent-coral)}.footer__subscribe-form{background:var(--white);border:1.5px solid var(--cream-dark);height:42px;transition:border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);border-radius:100px;align-items:center;padding:0 0 0 16px;display:flex;overflow:hidden}.footer__subscribe-form:focus-within{border-color:var(--ink);box-shadow:0 4px 16px #1a120914}.footer__subscribe-input{min-width:0;height:100%;font-family:var(--font-body);color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:.85rem;font-weight:400}.footer__subscribe-input::placeholder{color:var(--ink-faint)}.footer__subscribe-btn{height:100%;font-family:var(--font-body);letter-spacing:.01em;background:var(--ink);color:var(--cream);white-space:nowrap;cursor:pointer;transition:background var(--dur-fast) var(--ease-out);border:none;border-radius:0 100px 100px 0;padding:0 20px;font-size:.8rem;font-weight:600}.footer__subscribe-btn:hover{background:var(--ink-muted)}.footer__subscribe-btn:active{opacity:.9}.footer__subscribe-success{color:var(--ink);align-items:center;gap:var(--space-xs);padding:8px 0;font-size:.875rem;font-weight:500;display:flex}.footer__links{gap:var(--space-2xl);justify-content:flex-end;display:flex}.footer__col{gap:var(--space-sm);flex-direction:column;display:flex}.footer__col-label{margin-bottom:var(--space-xs)}.footer__link{color:var(--ink-muted);transition:color var(--dur-fast);font-size:.875rem;font-weight:400}.footer__link:hover{color:var(--ink)}.footer__bottom{padding-top:var(--space-md);padding-bottom:var(--space-xl);border-top:1px solid var(--cream-dark);justify-content:space-between;align-items:center;display:flex}@media (width<=900px){.footer__inner{grid-template-columns:1fr 1fr}.footer__subscribe{max-width:440px;margin-bottom:var(--space-sm);grid-column:1/-1}.footer__links{justify-content:flex-start}}@media (width<=640px){.footer__inner{gap:var(--space-2xl);grid-template-columns:1fr}.footer__links{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.footer__subscribe{max-width:100%}.footer__bottom{align-items:flex-start;gap:var(--space-xs);flex-direction:column}}.home{padding-top:var(--space-xs)}.home__top-bar{top:var(--header-h);z-index:90;background:var(--cream);padding:var(--space-sm) 0;margin-bottom:var(--space-xl);border-bottom:1.5px solid var(--cream-dark);transition:box-shadow var(--dur-fast) var(--ease-out);animation:fadeUp var(--dur-slow) var(--ease-out) both;justify-content:flex-end;align-items:center;display:flex;position:sticky}.home__controls{align-items:center;gap:var(--space-sm);flex-shrink:0;display:flex}.home__dropdown{position:relative}.home__dropdown-btn{font-family:var(--font-body);color:var(--ink-muted);border:1.5px solid var(--cream-dark);background:var(--white);white-space:nowrap;cursor:pointer;transition:color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:500;display:flex}.home__dropdown-btn:hover{color:var(--ink);border-color:var(--ink-faint)}.home__dropdown-btn--open{color:var(--ink);border-color:var(--ink-faint);background:var(--white)}.home__dropdown-chevron{color:var(--ink-faint);transition:transform var(--dur-fast) var(--ease-out);flex-shrink:0}.home__dropdown-btn--open .home__dropdown-chevron{transform:rotate(180deg)}.home__dropdown-menu{background:var(--white);border:1.5px solid var(--cream-dark);z-index:100;min-width:160px;animation:dropdownIn var(--dur-fast) var(--ease-out) both;border-radius:12px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 8px 32px #1a12091f}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.home__dropdown-item{width:100%;font-family:var(--font-body);color:var(--ink-muted);text-align:left;border-bottom:1px solid var(--cream-dark);cursor:pointer;transition:background var(--dur-fast), color var(--dur-fast);background:0 0;justify-content:space-between;align-items:center;padding:9px 14px;font-size:.8rem;font-weight:400;display:flex}.home__dropdown-item:last-child{border-bottom:none}.home__dropdown-item:hover{background:var(--cream);color:var(--ink)}.home__dropdown-item--active{color:var(--ink);font-weight:600}.home__search{width:200px;position:relative}.home__search-field{align-items:center;gap:var(--space-sm);border:1.5px solid var(--cream-dark);background:var(--white);height:34px;transition:border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);border-radius:100px;padding:0 11px;display:flex}.home__search--focused .home__search-field{border-color:var(--ink-faint);background:var(--white);box-shadow:0 2px 12px #1a120914}.home__search-icon{color:var(--ink-faint);transition:color var(--dur-fast);flex-shrink:0}.home__search--focused .home__search-icon{color:var(--ink-muted)}.home__search-input{min-width:0;font-family:var(--font-body);color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:.8rem}.home__search-input::placeholder{color:var(--ink-faint)}.home__search-clear{color:var(--ink-faint);transition:color var(--dur-fast);border-radius:4px;flex-shrink:0;align-items:center;padding:2px;display:flex}.home__search-clear:hover{color:var(--ink)}.home__search-results{background:var(--white);border:1.5px solid var(--cream-dark);z-index:100;animation:dropdownIn var(--dur-fast) var(--ease-out) both;border-radius:12px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 8px 32px #1a12091f}.home__search-result{align-items:center;gap:var(--space-sm);text-align:left;border-bottom:1px solid var(--cream-dark);cursor:pointer;width:100%;transition:background var(--dur-fast);background:0 0;padding:10px 14px;display:flex}.home__search-result:last-child{border-bottom:none}.home__search-result:hover{background:var(--cream)}.home__search-result-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.home__search-result-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);flex-shrink:0;min-width:48px;font-size:.68rem;font-weight:600}.home__search-result-title{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:500;overflow:hidden}.home__search-empty{color:var(--ink-faint);text-align:center;padding:12px 14px;font-size:.8rem}.home__content{margin-top:0}@media (width<=768px){.home__top-bar{margin-bottom:var(--space-lg)}.home__controls{justify-content:space-between;width:100%}.home__search{flex:1;width:auto}.home__dropdown-menu{left:0;right:auto}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.article-grid{gap:var(--space-2xl);padding:0 0 var(--space-3xl);flex-direction:column;display:flex}.article-grid__featured{animation:fadeUp var(--dur-slow) var(--ease-out) both}.article-grid__grid{gap:var(--grid-gap);grid-template-columns:repeat(3,1fr);display:grid}.article-grid__grid .article-card:first-child{animation:fadeUp var(--dur-slow) 60ms var(--ease-out) both}.article-grid__grid .article-card:nth-child(2){animation:fadeUp var(--dur-slow) .12s var(--ease-out) both}.article-grid__grid .article-card:nth-child(3){animation:fadeUp var(--dur-slow) .18s var(--ease-out) both}.article-grid__grid .article-card:nth-child(4){animation:fadeUp var(--dur-slow) .24s var(--ease-out) both}.article-grid__grid .article-card:nth-child(5){animation:fadeUp var(--dur-slow) .3s var(--ease-out) both}.article-grid__grid .article-card:nth-child(6){animation:fadeUp var(--dur-slow) .36s var(--ease-out) both}.article-grid__empty{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-3xl) 0;text-align:center;flex-direction:column;display:flex}@media (width<=960px){.article-grid__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.article-grid__grid{grid-template-columns:1fr}.article-grid{gap:var(--space-xl);padding:0 0 var(--space-2xl)}}.article-card{background:var(--white);border:1.5px solid var(--cream-dark);transition:transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);color:var(--ink);border-radius:8px;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.article-card:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 12px 40px #1a12091f}.article-card:hover .article-card__arrow{opacity:1;transform:translate(0)}.article-card__thumb{aspect-ratio:16/9;background:var(--card-accent,#333);width:100%;position:relative;overflow:hidden}.article-card__thumb svg{width:100%;height:100%;transition:transform var(--dur-slow) var(--ease-out)}.article-card:hover .article-card__thumb svg{transform:scale(1.04)}.article-card__tag{bottom:var(--space-md);left:var(--space-md);position:absolute}.article-card__body{padding:var(--space-lg);gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.article-card__teaser{margin-top:var(--space-xs);flex:1}.article-card__meta{align-items:center;gap:var(--space-xs);margin-top:var(--space-sm);flex-wrap:wrap;display:flex}.article-card__meta-sep{opacity:.4}.article-card__arrow{top:var(--space-md);right:var(--space-md);color:var(--white);opacity:0;transition:opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a120959;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;transform:translate(-4px,4px)}.article-card--featured{border-radius:12px;flex-direction:row;align-items:stretch}.article-card--featured .article-card__thumb{width:55%;aspect-ratio:unset;flex-shrink:0;min-height:320px}.article-card--featured .article-card__body{padding:var(--space-xl);justify-content:center;gap:var(--space-md)}.article-card--featured .article-card__teaser{flex:unset;font-size:1rem;line-height:1.65}@media (width<=768px){.article-card--featured{flex-direction:column}.article-card--featured .article-card__thumb{aspect-ratio:16/9;width:100%;min-height:unset}.article-card--featured .article-card__body{padding:var(--space-lg)}}.article-page{padding:var(--space-xl) 0 var(--space-3xl)}.article-page__container{max-width:800px}.article-page__back{color:var(--ink-muted);margin-bottom:var(--space-xl);transition:color var(--dur-fast), gap var(--dur-fast);padding:6px 0;font-size:.875rem;font-weight:500;display:inline-block}.article-page__back:hover{color:var(--ink)}.article-page__header{gap:var(--space-md);padding-bottom:var(--space-xl);border-bottom:1.5px solid var(--cream-dark);margin-bottom:var(--space-2xl);animation:fadeUp var(--dur-slow) var(--ease-out) both;flex-direction:column;display:flex}.article-page__tag{align-self:flex-start}.article-page__title{line-height:1.05}.article-page__teaser{max-width:600px}.article-page__meta{align-items:center;gap:var(--space-sm);display:flex}.article-page__placeholder{border:2px dashed var(--cream-dark);padding:var(--space-3xl) var(--space-xl);animation:fadeUp var(--dur-slow) 80ms var(--ease-out) both;border-radius:12px;position:relative;overflow:hidden}.article-page__placeholder:before{content:"";background:linear-gradient(135deg, var(--article-accent,#ff5c39) 0%, transparent 60%);opacity:.04;pointer-events:none;position:absolute;inset:0}.article-page__placeholder-inner{align-items:center;gap:var(--space-md);text-align:center;flex-direction:column;display:flex;position:relative}.article-page__placeholder-icon{color:var(--article-accent,var(--ink-faint));opacity:.5;margin-bottom:var(--space-sm)}.article-page__placeholder-inner code{background:var(--cream-dark);border-radius:4px;padding:2px 6px;font-family:SFMono-Regular,Consolas,monospace;font-size:.8em}.article-page--404 .container{gap:var(--space-md);padding-top:var(--space-3xl);flex-direction:column;display:flex}.article-page__back-link{margin-top:var(--space-md);color:var(--ink-muted);transition:color var(--dur-fast);font-size:.875rem;font-weight:500;display:inline-block}.article-page__back-link:hover{color:var(--ink)}.app{flex-direction:column;min-height:100vh;display:flex}.app>main{flex:1}
