.ed-badge{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:9999px;font-size:12px;font-weight:600;letter-spacing:.01em;line-height:1;background:hsl(var(--mint-badge));color:hsl(var(--mint-badge-foreground))}.ed-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:hsl(var(--muted-foreground))}.ed-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:hsl(var(--primary-light));color:hsl(var(--primary-hover));font-weight:600;flex:none;overflow:hidden}.ed-avatar--sm{width:28px;height:28px;font-size:11px}.ed-avatar--lg{width:48px;height:48px;font-size:16px}.ed-avatar img{width:100%;height:100%;object-fit:cover}.ed-card{display:block;color:inherit;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.ed-card--interactive:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.ed-tags{gap:10px}.ed-byline,.ed-tags{display:flex;align-items:center;flex-wrap:wrap}.ed-byline{gap:9px;font-size:13px;color:hsl(var(--muted-foreground))}.ed-byline .ed-name{font-weight:500;color:hsl(var(--foreground))}.ed-wrap{width:min(1160px,92vw);margin-inline:auto}.ed-rule{display:flex;align-items:center;gap:14px;padding:56px 0 20px}.ed-rule>span:first-child{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.ed-rule>span:last-child{flex:1;height:1px;background:hsl(var(--border));display:block}.ed-hero{position:relative;overflow:hidden;background:hsl(var(--foreground))}.ed-hero canvas{position:absolute;inset:0;width:100%;height:100%;display:block}.ed-hero .ed-hero-wash{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(120% 130% at 50% 0,hsl(var(--foreground)/.35) 25%,hsl(var(--foreground)) 92%)}.ed-hero .ed-hero-inner{position:relative;z-index:2;width:min(1000px,92vw);margin-inline:auto;padding-block:clamp(44px,5vw,68px);text-align:center}.ed-hero .ed-eyebrow{margin:0;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--primary-soft))}.ed-hero h1{margin:12px auto 0;font-size:clamp(1.75rem,3.4vw,2.6rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:#fff}.ed-hero h1 .ed-grad{background:linear-gradient(100deg,hsl(var(--primary-soft)) 0,var(--kolena-mint) 100%);-webkit-background-clip:text;background-clip:text;color:#0000}.ed-hero .ed-hero-intro{margin:14px auto 0;max-width:60ch;font-size:16px;line-height:1.65;color:#ffffffb3;text-wrap:pretty}.ed-featured{display:grid;grid-template-columns:1.62fr 1fr;align-items:center;color:hsl(var(--foreground))}.ed-featured .ed-art{position:relative;aspect-ratio:2.345;margin:22px 0 22px 22px;background:linear-gradient(160deg,hsl(var(--card)) 0,hsl(var(--primary-light)/.45) 100%);border:1px solid hsl(var(--border));border-radius:10px;overflow:hidden}.ed-featured .ed-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.ed-featured .ed-meta{padding:clamp(24px,2.8vw,34px);display:flex;flex-direction:column;justify-content:center;gap:12px}.ed-featured h2{font-size:clamp(1.35rem,2vw,1.7rem);font-weight:700;line-height:1.22;letter-spacing:-.025em;text-wrap:pretty;margin:0}.ed-readmore{font-size:14.5px;font-weight:500;color:hsl(var(--primary))}.ed-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:28px 0 80px}.ed-grid3 .ed-art{position:relative;aspect-ratio:1.9;background:linear-gradient(160deg,hsl(var(--card)) 0,hsl(var(--primary-light)/.45) 100%);border-bottom:1px solid hsl(var(--border));overflow:hidden}.ed-grid3 .ed-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.ed-grid3 .ed-meta{padding:18px 20px 20px;display:flex;flex-direction:column;gap:10px}.ed-grid3 h3{font-size:17px;font-weight:600;line-height:1.3;letter-spacing:-.02em;margin:0;color:hsl(var(--foreground))}.ed-empty{padding:48px 0 80px;text-align:center;color:hsl(var(--muted-foreground))}@media (max-width:820px){.ed-featured{grid-template-columns:1fr}.ed-featured .ed-art{margin:16px 16px 0}.ed-grid3{grid-template-columns:1fr}}.ed-filter{display:flex;flex-direction:column;gap:16px}@media (min-width:640px){.ed-filter{flex-direction:row;align-items:center}}.ed-filter-cats{display:flex;flex-wrap:wrap;gap:8px;flex:1}.ed-filter-cat{padding:6px 14px;border-radius:9999px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));transition:background-color .15s ease-out,color .15s ease-out}.ed-filter-cat:hover{background:hsl(var(--muted))}.ed-filter-cat[aria-pressed=true]{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.ed-filter-search{position:relative;width:100%;max-width:20rem}@media (min-width:640px){.ed-filter-search{width:auto;min-width:220px}}.ed-filter-search input{width:100%;border-radius:9999px;border:1px solid hsl(var(--border));background:hsl(var(--background));padding:8px 16px 8px 36px;font-size:13px;color:hsl(var(--foreground))}.ed-filter-search input::placeholder{color:hsl(var(--muted-foreground))}.ed-filter-search input:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:1px}.ed-filter-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));pointer-events:none}.ed-article{width:min(760px,92vw);margin-inline:auto;padding-block:clamp(40px,4.5vw,64px)}.ed-back{font-size:13px;font-weight:500;color:hsl(var(--primary))}.ed-article .ed-tags{margin-top:24px}.ed-article h1{margin:16px 0 0;font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:700;line-height:1.16;letter-spacing:-.025em;text-wrap:balance;color:hsl(var(--foreground))}.ed-authorfoot{margin-top:56px;padding-top:32px;border-top:1px solid hsl(var(--border));display:flex;align-items:center;gap:14px;flex-wrap:wrap}.ed-authorfoot .ed-n{font-size:16px;font-weight:600;letter-spacing:-.015em;line-height:1.4;color:hsl(var(--foreground))}.ed-authorfoot .ed-t{font-size:14px;color:hsl(var(--muted-foreground));line-height:1.5}.ed-postnav{margin-top:36px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:15px;font-weight:500}.ed-more{width:min(1160px,92vw);margin:0 auto 80px}.ed-more .ed-rule{padding-top:0}.ed-body{margin-top:24px}.ed-body>:not(.not-prose){margin:0 0 24px}.ed-body>:last-child{margin-bottom:0}.ed-body h2{margin:48px 0 16px;font-size:26px;font-weight:700;line-height:1.25}.ed-body h3{margin:40px 0 14px;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.3}.ed-body p{font-size:17px;line-height:1.78;color:hsl(var(--muted-foreground));text-wrap:pretty}.ed-body strong{font-weight:600;color:hsl(var(--foreground))}.ed-body a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px}.ed-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em;font-weight:400;color:hsl(var(--success-hover));background:hsl(var(--mint-badge));padding:1px 5px;border-radius:4px}.ed-body code:after,.ed-body code:before{content:none}.ed-body pre code{color:inherit;background:none;padding:0}.ed-body blockquote{padding:22px 26px;border-radius:.75rem;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-left:3px solid hsl(var(--primary));font-style:normal;font-weight:400;quotes:none}.ed-body blockquote,.ed-body blockquote p{font-size:18px;line-height:1.65;color:hsl(var(--foreground))}.ed-body blockquote p{margin:0}.ed-body blockquote p:after,.ed-body blockquote p:before{content:none}.ed-body ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:24px}.ed-body ul>li{position:relative;display:block;padding:18px 20px 18px 41px;margin:0;border-radius:.75rem;background:hsl(var(--muted));border:1px solid hsl(var(--border));font-size:16px;line-height:1.72;color:hsl(var(--muted-foreground))}.ed-body ul>li::marker{content:""}.ed-body ul>li:before{content:"";position:absolute;left:20px;top:29px;width:7px;height:7px;border-radius:50%;background:hsl(var(--primary))}.ed-body ul>li>p{margin:0}.ed-body ul>li>p+p{margin-top:12px}.ed-body ul>li p{font-size:16px;line-height:1.72}.ed-body ol ul,.ed-body ul ul{display:block;list-style:disc;padding-left:1.25rem;gap:0;margin:12px 0 0}.ed-body ol ul>li,.ed-body ul ul>li{position:static;display:list-item;padding:0;border:0;background:none;border-radius:0;margin:4px 0}.ed-body ol ul>li:before,.ed-body ul ul>li:before{content:none;display:none}.ed-body ol ul>li::marker,.ed-body ul ul>li::marker{content:normal}.ed-body table{width:100%;border-collapse:initial;border-spacing:0;border:1px solid hsl(var(--border));border-radius:.75rem;font-size:15px;margin:0 0 24px;overflow:hidden}.ed-body table tr{border:0}.ed-body thead th{padding:12px 20px;text-align:left;background:hsl(var(--muted));font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--border))}.ed-body thead tr:first-child th:first-child{border-top-left-radius:.75rem}.ed-body thead tr:first-child th:last-child{border-top-right-radius:.75rem}.ed-body tbody td,.ed-body tbody th{padding:14px 20px;border-bottom:1px solid hsl(var(--border));vertical-align:initial;line-height:1.5;text-align:left;color:hsl(var(--foreground))}.ed-body tbody tr:last-child td,.ed-body tbody tr:last-child th{border-bottom:0}.ed-body tbody td:first-child,.ed-body tbody th:first-child{font-weight:500}.ed-body table.stats{display:block;border:1px solid hsl(var(--border));border-radius:.75rem;background:var(--gradient-card);padding:26px 28px;font-size:inherit}.ed-body table.stats caption{display:block;caption-side:top;text-align:left;margin:0 0 18px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--primary))}.ed-body table.stats thead{display:none}.ed-body table.stats tbody{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px 24px}.ed-body table.stats tr{display:flex;flex-direction:column-reverse}.ed-body table.stats td{padding:0;border:0;font-size:19px;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:hsl(var(--foreground))}.ed-body table.stats th{padding:0;border:0;margin-top:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;font-weight:400;letter-spacing:.03em;text-transform:none;background:none;color:hsl(var(--muted-foreground))}.ed-body .toc-container{margin:0 0 24px}