@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--font-serif:"EB Garamond","Georgia",serif;--font-sans:"Inter","Helvetica Neue",Arial,sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--space-3xs:0.125rem;--space-2xs:0.25rem;--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-base:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);--shadow-glow:0 0 20px rgba(245,158,11,0.15);--transition-fast:150ms cubic-bezier(0.16,1,0.3,1);--transition-base:250ms cubic-bezier(0.16,1,0.3,1);--transition-slow:400ms cubic-bezier(0.16,1,0.3,1);--container-max:1320px;--container-padding:1.5rem}:root,[data-theme=dark]{--color-bg-primary:#070b14;--color-bg-secondary:#0f1525;--color-bg-tertiary:#1a2140;--color-bg-card:#0f1525;--color-bg-card-hover:#1e2a50;--color-bg-glass:rgba(15,21,37,0.7);--color-bg-glass-heavy:rgba(15,21,37,0.92);--color-bg-elevated:#141d3a;--color-text-primary:#eef2f8;--color-text-secondary:#94a3c8;--color-text-muted:#5a6a8e;--color-text-inverse:#070b14;--color-accent-primary:#f59e0b;--color-accent-secondary:#14b8a6;--color-accent-tertiary:#8b5cf6;--color-brand:#f59e0b;--color-success:#22c55e;--color-warning:#f59e0b;--color-error:#ef4444;--color-border:rgba(138,153,184,0.12);--color-border-glass:rgba(255,255,255,0.08);--color-border-hover:rgba(138,153,184,0.3);--color-border-accent:rgba(245,158,11,0.3);--shadow-glass:0 8px 32px rgba(0,0,0,0.5);--shadow-card:0 4px 24px rgba(0,0,0,0.35);--shadow-glow-accent:0 0 24px rgba(245,158,11,0.12);--shadow-elevated:0 20px 60px rgba(0,0,0,0.5)}[data-theme=light]{--color-bg-primary:#f8f6f2;--color-bg-secondary:#ffffff;--color-bg-tertiary:#f0ede8;--color-bg-card:#ffffff;--color-bg-card-hover:#f5f3ee;--color-bg-glass:rgba(255,255,255,0.78);--color-bg-glass-heavy:rgba(255,255,255,0.95);--color-bg-elevated:#ffffff;--color-text-primary:#1a1a2e;--color-text-secondary:#5a5a7a;--color-text-muted:#a0a0b8;--color-text-inverse:#ffffff;--color-accent-primary:#d97706;--color-accent-secondary:#0d9488;--color-accent-tertiary:#7c3aed;--color-brand:#d97706;--color-success:#16a34a;--color-warning:#d97706;--color-error:#dc2626;--color-border:rgba(0,0,0,0.07);--color-border-glass:rgba(0,0,0,0.06);--color-border-hover:rgba(0,0,0,0.15);--color-border-accent:rgba(217,119,6,0.25);--shadow-glass:0 8px 32px rgba(0,0,0,0.07);--shadow-card:0 4px 20px rgba(0,0,0,0.07);--shadow-glow-accent:0 0 20px rgba(217,119,6,0.08);--shadow-elevated:0 20px 60px rgba(0,0,0,0.1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:var(--text-base);background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;transition:background-color var(--transition-base),color var(--transition-base);position:relative}body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(ellipse 80% 60% at 0 20%,rgba(245,158,11,.03) 0,transparent 60%),radial-gradient(ellipse 60% 50% at 100% 80%,rgba(20,184,166,.02) 0,transparent 60%),radial-gradient(ellipse 50% 40% at 50% 50%,rgba(139,92,246,.015) 0,transparent 50%);animation:breathe 8s ease-in-out infinite;pointer-events:none}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}main{flex:1 0 auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--color-text-primary);line-height:1.2;font-weight:700}::selection{background:var(--color-accent-primary);color:var(--color-text-inverse)}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-glow{0%,to{opacity:1;box-shadow:0 0 8px rgba(245,158,11,.6)}50%{opacity:.6;box-shadow:0 0 20px rgba(245,158,11,.9)}}@keyframes ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes shimmer-glow{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes rotate-gradient{0%{transform:rotate(0deg) scale(1.5)}50%{transform:rotate(180deg) scale(1.8)}to{transform:rotate(1turn) scale(1.5)}}@keyframes breathe{0%,to{opacity:.4}50%{opacity:.7}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes border-shimmer{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes scale-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes ripple{0%{box-shadow:0 0 0 0 rgba(245,158,11,.3)}to{box-shadow:0 0 0 20px rgba(245,158,11,0)}}.glass{background:var(--color-bg-glass);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);transition:background var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base)}.glass-dark{background:var(--color-bg-glass-heavy);backdrop-filter:blur(24px) saturate(1.6);-webkit-backdrop-filter:blur(24px) saturate(1.6);border:1px solid var(--color-border-glass)}.glass-border:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,var(--color-accent-primary),var(--color-accent-secondary),transparent 50%);z-index:-1;opacity:.3;transition:opacity var(--transition-base)}.glass-border:hover:after{opacity:.5}.glass-card{background:var(--color-bg-glass);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass);transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base),background var(--transition-base)}.glass-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-elevated);border-color:var(--color-border-hover);background:var(--color-bg-glass-heavy)}.magazine-grid{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.magazine-grid--hero{grid-template-columns:1fr}@media (min-width:768px){.magazine-grid--hero{grid-template-columns:2fr 1fr}}.magazine-grid--cards{grid-template-columns:1fr}@media (min-width:640px){.magazine-grid--cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.magazine-grid--cards{grid-template-columns:repeat(3,1fr)}}.category-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-lg);gap:var(--space-lg)}@media (min-width:640px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.category-grid{grid-template-columns:repeat(3,1fr)}}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base),background var(--transition-base);animation:fadeInUp .5s ease both;position:relative}.card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,var(--color-accent-primary) 0,var(--color-accent-secondary) 50%,transparent 100%);opacity:0;transition:opacity var(--transition-base);pointer-events:none}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glass),var(--shadow-glow-accent);border-color:var(--color-border-hover);background:var(--color-bg-card-hover)}.card:hover .headline-title{color:var(--color-accent-primary)}.card:active{transform:translateY(-1px)}.card-hero{position:relative;min-height:400px;display:flex;align-items:flex-end;border:none;overflow:hidden}.card-hero .card-bg{position:absolute;inset:0;z-index:0}.card-hero .card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,11,20,.95),rgba(7,11,20,.3) 60%,transparent);z-index:1}.card-hero .card-content{position:relative;z-index:2;padding:var(--space-2xl)}.card-featured{display:flex;flex-direction:column}.card-featured .card-image{height:200px;background:linear-gradient(135deg,var(--color-accent-primary),var(--color-accent-secondary));opacity:.15}.card-featured .card-body{padding:var(--space-lg)}.card-compact{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);min-height:0}.card-compact .card-dot{width:8px;height:8px;border-radius:var(--radius-full);flex-shrink:0}.card-compact .card-body{flex:1 1}.skeleton{background:linear-gradient(90deg,var(--color-bg-tertiary) 25%,var(--color-bg-card-hover) 50%,var(--color-bg-tertiary) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}.skeleton--text{height:1em;margin-bottom:.5em}.skeleton--title{height:1.5em;width:80%}.skeleton--image{height:200px;border-radius:var(--radius-md)}.skeleton--badge{height:1.25em;width:80px;border-radius:var(--radius-full)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:1px solid var(--color-border)}.section-title{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:700;color:var(--color-text-primary)}.section-link{font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted);transition:color var(--transition-fast)}.section-link:hover{color:var(--color-accent-primary)}.page-wrapper{padding:var(--space-xl) 0}.hero-section{margin-bottom:var(--space-2xl)}.stats-bar{display:flex;justify-content:center;gap:var(--space-2xl);padding:var(--space-lg) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin:var(--space-2xl) 0;font-size:var(--text-sm);color:var(--color-text-muted)}.stats-bar span{display:flex;align-items:center;gap:var(--space-xs)}.stats-bar strong{color:var(--color-text-primary);font-family:var(--font-serif);font-size:var(--text-lg)}.breadcrumb-nav{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-text-muted)}.breadcrumb-nav a:hover{color:var(--color-accent-primary)}.breadcrumb-nav span{color:var(--color-text-muted)}.meta-line{flex-wrap:wrap;gap:var(--space-sm);font-size:var(--text-sm);color:var(--color-text-secondary)}.back-to-top,.meta-line{display:flex;align-items:center}.back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:50;width:44px;height:44px;border-radius:var(--radius-full);background:var(--color-bg-glass-heavy);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-border-glass);color:var(--color-text-primary);cursor:pointer;justify-content:center;box-shadow:var(--shadow-glass);transition:transform var(--transition-fast),opacity var(--transition-fast);opacity:0;pointer-events:none}.back-to-top.visible{opacity:1;pointer-events:auto}.back-to-top:hover{transform:translateY(-2px)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.empty-state{text-align:center;padding:var(--space-4xl) var(--container-padding)}.empty-state__icon{font-size:3rem;margin-bottom:var(--space-md)}.empty-state__title{font-family:var(--font-serif);font-size:var(--text-2xl);margin-bottom:var(--space-sm)}.empty-state__text{color:var(--color-text-secondary);max-width:400px;margin:0 auto}.ad-placeholder{display:flex;align-items:center;justify-content:center;background:var(--color-bg-tertiary);border:1px dashed var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;min-height:90px}.article-layout{max-width:720px;margin:0 auto}.article-with-sidebar{display:grid;grid-gap:var(--space-2xl);gap:var(--space-2xl)}@media (min-width:1024px){.article-with-sidebar{grid-template-columns:1fr 300px}}.article-header{margin-bottom:var(--space-2xl)}.article-title{font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:var(--space-lg)}.article-body{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.8;color:var(--color-text-primary)}.article-body p{margin-bottom:var(--space-lg)}.article-source-box{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg);margin-top:var(--space-2xl)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-lg);background:var(--color-accent-primary);color:var(--color-text-inverse);font-weight:600;font-size:var(--text-sm);border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.btn:hover{opacity:.9;transform:translateY(-1px)}.btn--glass{background:var(--color-bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-border-glass);color:var(--color-text-primary)}.btn--glass:hover{background:var(--color-bg-glass-heavy)}.tag{display:inline-flex;align-items:center;gap:4px;padding:.25rem .75rem;font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--color-bg-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-border-glass);border-radius:var(--radius-full);color:var(--color-text-secondary);transition:all var(--transition-fast)}.tag:hover{color:var(--color-text-primary);border-color:var(--color-border-hover)}.pagination{display:flex;gap:var(--space-xs);margin-top:var(--space-2xl)}.pagination,.pagination__link{align-items:center;justify-content:center}.pagination__link{display:inline-flex;min-width:40px;height:40px;padding:0 var(--space-sm);background:var(--color-bg-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-text-secondary);transition:all var(--transition-fast)}.pagination__link:hover{color:var(--color-text-primary);border-color:var(--color-border-hover);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.pagination__link:active{transform:translateY(0)}.pagination__link--active{background:linear-gradient(135deg,var(--color-accent-primary),var(--color-accent-secondary));color:var(--color-text-inverse);border-color:transparent;box-shadow:0 2px 12px rgba(245,158,11,.25)}.pagination__link--active:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(245,158,11,.35);color:var(--color-text-inverse)}.pagination__ellipsis{color:var(--color-text-muted);padding:0 var(--space-2xs)}.headline-item{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:background var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base);animation:fadeInUp .5s ease both;position:relative;overflow:hidden;cursor:pointer}.headline-item:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:linear-gradient(180deg,var(--color-accent-primary),var(--color-accent-secondary));border-radius:0 0 3px 3px;transition:height var(--transition-base)}.headline-item:hover{background:var(--color-bg-card-hover);border-color:var(--color-border-hover);box-shadow:var(--shadow-card),var(--shadow-glow-accent);transform:translateY(-2px)}.headline-item:hover:before{height:100%}.headline-item--featured{padding:var(--space-xl)}.headline-item--featured:before{width:4px}.headline-meta{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:var(--space-xs)}.headline-meta .source{font-weight:600;color:var(--color-text-secondary)}.headline-title{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:700;line-height:1.3;margin-bottom:var(--space-xs);transition:color var(--transition-fast)}.headline-item:hover .headline-title{color:var(--color-accent-primary)}.headline-excerpt{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.headline-item:first-child{animation-delay:0s}.headline-item:nth-child(2){animation-delay:.04s}.headline-item:nth-child(3){animation-delay:.08s}.headline-item:nth-child(4){animation-delay:.12s}.headline-item:nth-child(5){animation-delay:.16s}.headline-item:nth-child(6){animation-delay:.2s}.headline-item:nth-child(7){animation-delay:.24s}.headline-item:nth-child(8){animation-delay:.28s}.headline-item:nth-child(9){animation-delay:.32s}.headline-item:nth-child(10){animation-delay:.36s}.headline-item:nth-child(11){animation-delay:.4s}.headline-item:nth-child(12){animation-delay:.44s}.headline-item:nth-child(13){animation-delay:.48s}.headline-item:nth-child(14){animation-delay:.52s}.headline-item:nth-child(15){animation-delay:.56s}.headline-item:nth-child(16){animation-delay:.6s}.headline-item:nth-child(17){animation-delay:.64s}.headline-item:nth-child(18){animation-delay:.68s}.headline-item:nth-child(19){animation-delay:.72s}.headline-item:nth-child(20){animation-delay:.76s}.headline-item:nth-child(21){animation-delay:.8s}.headline-item:nth-child(22){animation-delay:.84s}.headline-item:nth-child(23){animation-delay:.88s}.headline-item:nth-child(24){animation-delay:.92s}.magazine-grid--cards .card:first-child{animation-delay:0s}.magazine-grid--cards .card:nth-child(2){animation-delay:.04s}.magazine-grid--cards .card:nth-child(3){animation-delay:.08s}.magazine-grid--cards .card:nth-child(4){animation-delay:.12s}.magazine-grid--cards .card:nth-child(5){animation-delay:.16s}.magazine-grid--cards .card:nth-child(6){animation-delay:.2s}.magazine-grid--cards .card:nth-child(7){animation-delay:.24s}.magazine-grid--cards .card:nth-child(8){animation-delay:.28s}.magazine-grid--cards .card:nth-child(9){animation-delay:.32s}.magazine-grid--cards .card:nth-child(10){animation-delay:.36s}.magazine-grid--cards .card:nth-child(11){animation-delay:.4s}.magazine-grid--cards .card:nth-child(12){animation-delay:.44s}.category-grid .card:first-child{animation-delay:0s}.category-grid .card:nth-child(2){animation-delay:.05s}.category-grid .card:nth-child(3){animation-delay:.1s}.category-grid .card:nth-child(4){animation-delay:.15s}.category-grid .card:nth-child(5){animation-delay:.2s}.category-grid .card:nth-child(6){animation-delay:.25s}.category-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-full);background:var(--color-bg-glass);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--color-border-glass);white-space:nowrap}@media (max-width:639px){.hidden-mobile{display:none!important}}@media (min-width:640px) and (max-width:1023px){.hidden-tablet{display:none!important}}@media (min-width:1024px){.hidden-desktop{display:none!important}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d7b29b398dd797a1-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/891631c764a307b2-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/39a40c15606bb1f5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d7b29b398dd797a1-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/891631c764a307b2-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/39a40c15606bb1f5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d7b29b398dd797a1-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/891631c764a307b2-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/39a40c15606bb1f5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:EB Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d7b29b398dd797a1-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:EB Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/891631c764a307b2-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:EB Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:EB Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/39a40c15606bb1f5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:EB Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:EB Garamond;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/d7b29b398dd797a1-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:EB Garamond;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/891631c764a307b2-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:EB Garamond;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:EB Garamond;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/39a40c15606bb1f5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:EB Garamond;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:EB Garamond Fallback;src:local("Times New Roman");ascent-override:106.26%;descent-override:31.44%;line-gap-override:0.00%;size-adjust:94.77%}.__className_ea8ba2{font-family:EB Garamond,EB Garamond Fallback;font-style:normal}.__variable_ea8ba2{--font-serif:"EB Garamond","EB Garamond Fallback"}