@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700&family=Nunito:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-body)}html{scroll-behavior:smooth}:root{--font-body: "Inter", sans-serif;--font-display: "Inter", sans-serif;--text-xs: .78rem;--text-sm: .9rem;--text-base: 1rem;--text-lg: 1.05rem;--text-xl: 1.3rem;--title-2xl: clamp(1.75rem, 2.2vw, 2.4rem);--title-3xl: clamp(2.1rem, 3.2vw, 3rem);--primary-font-color: #000000;--secondary-font-color: #777777;--background-color: #ffffff;--surface-color: #f2f2f2;--surface-muted: #eeeeee;--border-color: #e5e5e5;--hover-bg: #f7f7f7;--panel-bg: #ffffff;--panel-border: #e6e6e6;--placeholder-bg: #d9d9d9;--muted-link: #5f5f5f}@media(prefers-color-scheme:dark){:root{--primary-font-color: #e6e6e6;--secondary-font-color: #b8b8b8;--background-color: #202020;--surface-color: #2a2a2a;--surface-muted: #303030;--border-color: #3a3a3a;--hover-bg: #343434;--panel-bg: #262626;--panel-border: #3a3a3a;--placeholder-bg: #2f2f2f;--muted-link: #b8b8b8}body{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline></svg>') 12 12,auto}button,a,[role=button],.section-archive,.projects-toggle{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="white"/></svg>') 12 12,pointer}}[data-theme=light]{--primary-font-color: #000000;--secondary-font-color: #777777;--background-color: #ffffff;--surface-color: #f2f2f2;--surface-muted: #eeeeee;--border-color: #e5e5e5;--hover-bg: #f7f7f7;--panel-bg: #ffffff;--panel-border: #e6e6e6;--placeholder-bg: #d9d9d9;--muted-link: #5f5f5f}[data-theme=dark]{--primary-font-color: #e6e6e6;--secondary-font-color: #b8b8b8;--background-color: #202020;--surface-color: #2a2a2a;--surface-muted: #303030;--border-color: #3a3a3a;--hover-bg: #343434;--panel-bg: #262626;--panel-border: #3a3a3a;--placeholder-bg: #2f2f2f;--muted-link: #b8b8b8}[data-theme=dark] body{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline></svg>') 12 12,auto}[data-theme=dark] button,[data-theme=dark] a,[data-theme=dark] [role=button],[data-theme=dark] .section-archive,[data-theme=dark] .projects-toggle{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="white"/></svg>') 12 12,pointer}body{background:var(--background-color);color:var(--primary-font-color);font-size:var(--text-base);font-weight:400;line-height:1.65;letter-spacing:.002em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline></svg>') 12 12,auto}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.2;text-wrap:balance}p,li{text-wrap:pretty}button,a,[role=button],.section-archive,.projects-toggle{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M3 3l18 9-18 9V15l12-3-12-3V3z"/></svg>') 3 3,pointer}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.header-animated,.section{animation:fadeInUp .6s ease both}.section{animation-delay:.12s}@media(prefers-reduced-motion:reduce){header,.section{animation:none}}.container{max-width:1000px;margin:0 auto;padding:5rem 2rem}.header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid var(--border-color);background:var(--surface-color);color:var(--primary-font-color);cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.theme-toggle:hover{background:var(--hover-bg)}.theme-toggle svg{width:18px;height:18px}header h1{font-size:clamp(1.55rem,2vw,1.4rem);font-weight:600;letter-spacing:.006em}.header-subtitle{margin-top:.3rem;font-size:var(--text-sm);font-weight:400;color:var(--secondary-font-color);letter-spacing:.012em}header p{max-width:38ch;font-size:var(--text-lg);color:var(--secondary-font-color);font-weight:400;margin-top:.5rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;color:var(--primary-font-color)}.social-links img{display:block;width:30px;height:30px;object-fit:contain}.cta-buttons{display:flex;gap:1rem;margin-top:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1.1rem;font-size:var(--text-sm);font-weight:600;letter-spacing:.01em;text-decoration:none;color:var(--primary-font-color);border-radius:10px;min-width:100px;border:1px solid transparent;transition:background .16s ease,border-color .16s ease,color .16s ease}.btn-solid{background:var(--surface-color)}.btn-outline{border-color:var(--border-color);background:transparent}.btn-solid:hover{background:var(--surface-muted)}.btn-outline:hover{border-color:var(--primary-font-color);background:var(--hover-bg)}.projects{margin-top:3rem}.projects-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.projects-title{font-size:var(--title-2xl);font-weight:600;letter-spacing:.018em}.projects-archive{color:var(--secondary-font-color);font-size:var(--text-sm);text-decoration:none;font-weight:500}.projects-archive:hover{text-decoration:underline}.projects-list{list-style:none}.projects-actions{margin-top:1.15rem}.projects-toggle{border:1px solid var(--border-color);background:transparent;color:var(--primary-font-color);padding:.55rem .95rem;border-radius:10px;font-size:.92rem;font-weight:500;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.projects-toggle:hover{background:var(--hover-bg);border-color:var(--primary-font-color);transform:translateY(-1px)}.project-item{width:100%}.project-item--no-demo .project-row{opacity:.92}.project-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;background:transparent;border:none;border-bottom:1px solid var(--border-color);color:var(--primary-font-color);text-align:left;cursor:pointer;line-height:1.4;transition:background .16s ease,transform .16s ease}.project-row:hover{background:var(--hover-bg);transform:translateY(-2px)}.project-row--disabled{cursor:default}.project-row--disabled:hover{background:transparent;transform:none}.project-name{font-weight:400;font-size:1.02rem}.project-year{color:var(--secondary-font-color);font-size:var(--text-sm)}.project-details{padding:0;color:var(--secondary-font-color);max-height:0;opacity:0;overflow:hidden;transition:max-height .24s ease,opacity .2s ease,padding .2s ease}.project-item.open .project-details{padding:.9rem 0;max-height:1200px;opacity:1}.project-details-grid{transform:translateY(-6px);opacity:0;transition:transform .22s ease,opacity .2s ease}.project-item.open .project-details-grid{transform:translateY(0);opacity:1}.project-details-grid{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;padding-top:1rem}.project-thumb{width:100%;height:180px;border-radius:6px;object-fit:contain}.project-thumb--embed{--embed-scale: .22;padding:0;overflow:hidden;height:calc(800px * var(--embed-scale));max-height:none}.project-thumb__iframe{width:1280px;height:800px;border:0;display:block;background:var(--background-color);transform:scale(var(--embed-scale));transform-origin:top left}.project-thumb[aria-hidden=true]{background:var(--placeholder-bg)}[data-theme=dark] .project-thumb:not([aria-hidden=true]){filter:brightness(.85) contrast(1.05)}[data-theme=dark] .about-photo{filter:brightness(.85) contrast(1.05)}.project-details-title{margin-bottom:.6rem}.project-details-link{color:var(--primary-font-color);text-decoration:none;font-size:var(--text-lg);font-weight:600}.project-details-link--muted{color:var(--secondary-font-color);display:inline-flex;align-items:center;gap:.5rem}.project-details-link__note{font-size:var(--text-sm);font-weight:500;padding:.2rem .55rem;border-radius:999px;background:var(--surface-muted);color:var(--secondary-font-color)}.project-details-link:hover{text-decoration:underline}.external-icon{font-weight:600;margin-left:6px}.project-links{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.badge{display:inline-block;padding:.35rem .6rem;background:var(--surface-muted);color:var(--primary-font-color);border-radius:8px;font-weight:500;font-size:var(--text-sm);text-decoration:none}.project-description{margin:.5rem 0 .75rem;font-size:var(--text-base);line-height:1.65;max-width:72ch}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap}.chip{display:inline-block;padding:.35rem .6rem;background:var(--background-color);color:var(--primary-font-color);border-radius:8px;font-weight:500;font-size:var(--text-xs);border:1px solid var(--border-color)}.section{margin-top:5rem}.section+.section{margin-top:6rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.section-title{font-size:var(--title-2xl);font-weight:600}.section-archive{color:var(--secondary-font-color);font-size:var(--text-sm);text-decoration:none;font-weight:500}.section-archive:hover{text-decoration:underline}.section-list{list-style:none}.section-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;border-bottom:1px solid var(--border-color);transition:background .16s ease,transform .16s ease}.section-row:hover{background:var(--hover-bg);transform:translateY(-2px)}.section-name{font-weight:500}.section-year{color:var(--secondary-font-color);font-size:var(--text-sm)}.experience-empty{margin-top:1.5rem}.experience-404{font-size:3.5rem;font-weight:600;color:var(--primary-font-color);margin:0;line-height:1}.experience-message{font-size:1.1rem;font-weight:400;color:var(--secondary-font-color);margin:.5rem 0 1rem}.experience-hint{font-size:.95rem;color:var(--secondary-font-color);margin:0}.experience-link{color:var(--primary-font-color);font-weight:500;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .16s ease}.experience-link:hover{text-decoration-color:currentColor}.cert-issuer{color:var(--secondary-font-color);font-weight:500;margin-bottom:.5rem}.arrow-link{display:inline-block;margin:.5rem 0;font-weight:500;color:var(--primary-font-color);text-decoration:none}.arrow-link:hover{text-decoration:underline}.page-nav{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.25rem}.page-nav .arrow-link{padding-bottom:2px;border-bottom:1px solid transparent;font-weight:500;color:var(--muted-link);text-decoration:none}.page-nav .arrow-link:hover{color:var(--primary-font-color);border-bottom-color:currentColor;text-decoration:none}.mobile-nav,.mobile-nav-fab{display:none}.mobile-nav{position:fixed;right:1rem;bottom:4.5rem;z-index:80;pointer-events:none}.mobile-nav-panel{min-width:180px;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:14px;padding:.6rem;box-shadow:0 12px 30px #0000001f;opacity:0;transform:translateY(8px);transition:opacity .15s ease,transform .15s ease}.mobile-nav.open .mobile-nav-panel{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-radius:10px;font-size:.95rem;font-weight:400;color:var(--primary-font-color);text-decoration:none}.mobile-nav-link:hover{background:var(--hover-bg)}.mobile-nav-fab{position:fixed;right:1.5rem;bottom:1rem;z-index:100;width:52px;height:52px;border-radius:50px;border:1px solid var(--panel-border);background:var(--panel-bg);font-size:1.2rem;color:var(--primary-font-color);box-shadow:0 8px 24px #0000001a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.mobile-nav-fab.open{transform:scale(1.02);box-shadow:0 10px 28px #00000024}.cert-description{margin:.5rem 0 .75rem;line-height:1.6;max-width:72ch}.cert-takeaways-title{font-weight:600;margin-top:.4rem;margin-bottom:.2rem}.cert-takeaways ul{margin-left:1rem}.cert-image{width:100%;max-width:400px;height:auto;border-radius:8px;margin-bottom:1.5rem;object-fit:cover;border:1px solid var(--border-color)}.footer{margin-top:6rem;padding:2.5rem 0;text-align:center;color:var(--secondary-font-color);font-weight:300;border-top:1px solid var(--border-color)}.about-grid{display:grid;grid-template-columns:280px 1fr;gap:1.5rem}.about{margin-top:5rem}.about-photo{width:100%;height:360px;background:var(--placeholder-bg);border-radius:6px;object-fit:cover}.about-text{margin-bottom:.8rem;line-height:1.7;max-width:72ch}.about-tags{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:768px){.container{padding:3.5rem 1.5rem}header h1{font-size:1.25rem}.header-subtitle{font-size:.88rem}header p{font-size:.95rem;line-height:1.6}.projects-title,.section-title{font-size:2rem}.projects-header,.section-header{flex-direction:column;gap:.5rem;align-items:flex-start}.section{margin-top:3rem}.section+.section{margin-top:4rem}.footer{margin-top:4rem;padding:2rem 0}.about-grid,.project-details-grid{grid-template-columns:1fr}.project-thumb{height:auto;max-height:300px}.project-thumb[aria-hidden=true]{height:200px}.cta-buttons{flex-direction:column;gap:.75rem}.btn{width:100%;min-width:0;padding:.9rem 1rem}.page-nav{display:none}.mobile-nav,.mobile-nav-fab{display:block}}@media(max-width:480px){.container{padding:2.5rem 1rem}.section{margin-top:3rem}.projects-title,.section-title{font-size:1.75rem}.project-row{padding:.7rem 0}.badge{font-size:.85rem}.project-name{font-size:.9rem}.experience-404{font-size:2.5rem}.experience-message{font-size:1rem}.experience-hint{font-size:.9rem}}@media(min-width:769px){.mobile-nav,.mobile-nav-fab{display:none}}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.archive-section{padding:4rem 0}.breadcrumbs{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.95rem}.archive-top{display:flex;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.breadcrumbs__link{background:none;border:none;color:var(--primary-font-color);cursor:pointer;font-weight:400;text-decoration:none;padding:.4rem .8rem;border-radius:6px;transition:background .16s ease,color .16s ease}.breadcrumbs__link:hover{background:var(--hover-bg);color:var(--primary-font-color)}.breadcrumbs__separator{color:var(--secondary-font-color)}.breadcrumbs__current{color:var(--secondary-font-color);font-weight:400}.archive-header{text-align:center;margin-bottom:3.5rem;animation:fadeInUp .6s ease both}.archive-title{font-size:var(--title-3xl);font-weight:600;margin-bottom:.75rem;letter-spacing:.018em;background:linear-gradient(135deg,var(--primary-font-color),var(--secondary-font-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.archive-subtitle{font-size:var(--text-lg);color:var(--secondary-font-color);font-weight:400;max-width:60ch;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;margin-bottom:2rem}.project-card{border:1px solid var(--border-color);overflow:hidden;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s ease,border-color .28s ease;display:flex;flex-direction:column;height:100%;animation:cardSlideIn .6s ease both;animation-delay:calc(var(--card-index, 0) * 50ms)}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:var(--primary-font-color)}@media(prefers-reduced-motion:reduce){.project-card{animation:none}}.project-card__image{width:100%;height:220px;background:linear-gradient(135deg,var(--placeholder-bg),var(--surface-muted));flex-shrink:0;overflow:hidden;transition:background .3s ease}.project-card__iframe{width:calc(100% / var(--embed-scale, 1));height:calc(100% / var(--embed-scale, 1));border:0;display:block;background:var(--background-color);transform:scale(var(--embed-scale, 1));transform-origin:top left}.project-card__image--embed{--embed-scale: .28;background:var(--surface-muted);height:220px}.project-card__image--cert{background-size:contain!important;background-repeat:no-repeat;background-position:center;background-color:var(--background-color)}.project-card:hover .project-card__image{background:linear-gradient(135deg,var(--surface-muted),var(--placeholder-bg))}.project-card__content{padding:1.75rem;display:flex;flex-direction:column;flex:1}.archive-section .project-card__content{gap:.65rem}.project-card__header{margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.project-card__title{font-size:var(--text-xl);font-weight:600;line-height:1.2;margin:0}.project-card__year{font-size:var(--text-xs);color:var(--secondary-font-color);font-weight:500;white-space:nowrap;flex-shrink:0}.project-card__description{font-size:var(--text-sm);line-height:1.65;color:var(--secondary-font-color);margin-bottom:1rem;flex:1}.archive-section .project-card__description{margin:.25rem 0 .4rem}.archive-section .cert-issuer{margin:.1rem 0 0;font-size:.92rem}.archive-section .cert-takeaways{margin-top:.35rem}.archive-section .cert-takeaways-title{margin-bottom:.35rem}.archive-section .cert-takeaways ul{margin-left:1.1rem;display:grid;gap:.35rem}.project-card__tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.project-card__footer{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.project-card--no-demo{opacity:.9}.project-card--no-demo .project-card__image{filter:grayscale(.15)}.archive-section .project-card__footer{margin-top:.6rem}.project-card__links{display:flex;gap:.6rem;flex-wrap:wrap}.project-card__link{display:inline-block;padding:.45rem .9rem;background:var(--hover-bg);color:var(--primary-font-color);border-radius:8px;font-size:var(--text-xs);font-weight:500;text-decoration:none;transition:all .16s ease;border:1px solid transparent}.project-card__link:hover{background:var(--primary-font-color);color:var(--background-color);transform:translateY(-2px)}.project-card__demo{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.2rem;background:var(--primary-font-color);color:var(--background-color);border-radius:10px;font-weight:600;text-decoration:none;transition:all .16s ease;max-width:fit-content;border:2px solid var(--primary-font-color)}.project-card__status{display:inline-flex;align-items:center;width:fit-content;padding:.3rem .6rem;border-radius:999px;background:var(--surface-muted);color:var(--secondary-font-color);font-size:var(--text-xs);font-weight:600;letter-spacing:.02em}.project-card__demo--disabled{background:var(--surface-muted);color:var(--secondary-font-color);border-color:var(--border-color);cursor:not-allowed;pointer-events:none;box-shadow:none}.project-card__demo:hover{background:transparent;color:var(--primary-font-color);transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}@media(max-width:768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}.archive-title{font-size:2.25rem}.archive-subtitle{font-size:1rem}.project-card__header{flex-direction:column;align-items:flex-start}.project-card__title{font-size:1.1rem}.archive-header{margin-bottom:2.5rem}.project-thumb--embed{--embed-scale: .45;height:calc(800px * var(--embed-scale));max-height:none}.project-card__image--embed{--embed-scale: .45;height:calc(800px * var(--embed-scale))}.archive-top{justify-content:space-between;align-items:center}.breadcrumbs{flex:1;margin-bottom:0;flex-wrap:wrap}.theme-toggle{flex-shrink:0}}@media(max-width:480px){.project-thumb--embed{--embed-scale: .28;height:calc(800px * var(--embed-scale));max-height:none}.project-card__image--embed{--embed-scale: .28;height:calc(800px * var(--embed-scale))}}.blog-section{padding:0}.blog-hero{padding:3rem 0 2rem;text-align:center}.blog-hero__title{font-size:var(--title-3xl);font-weight:600;margin-bottom:.5rem;letter-spacing:.018em}.blog-hero__subtitle{font-size:var(--text-lg);color:var(--secondary-font-color);font-weight:400;max-width:60ch;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;margin-bottom:2rem}.blog-card{all:unset;border:1px solid var(--border-color);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s ease,border-color .28s ease;animation:cardSlideIn .6s ease both;animation-delay:calc(var(--card-index, 0) * 50ms);min-height:156px}.blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:var(--primary-font-color)}.blog-card__content{padding:1.2rem;display:flex;flex-direction:column;flex:1;gap:.55rem}.blog-card__category{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--secondary-font-color);background:var(--surface-color);padding:.35rem .6rem;border-radius:6px;width:fit-content}.blog-card__title{font-size:var(--text-lg);font-weight:600;line-height:1.35;color:var(--primary-font-color);display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__description{font-size:var(--text-sm);line-height:1.6;color:var(--secondary-font-color);flex:1;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__date{font-size:var(--text-xs);color:var(--secondary-font-color);margin-top:auto;display:block}.blog-post{max-width:800px;margin:0 auto;animation:fadeInUp .6s ease both}.blog-post__image{width:100%;height:400px;border-radius:12px;overflow:hidden;margin-bottom:2.5rem;border:1px solid var(--border-color)}.blog-post__image img{width:100%;height:100%;object-fit:cover;display:block}.blog-post__header{margin:0 0 2rem;text-wrap:balance}.blog-post__content{margin:0;font-size:var(--text-lg);line-height:1.85;color:var(--primary-font-color)}.blog-post__markdown{overflow-wrap:anywhere;word-break:normal}.blog-post__markdown p{text-wrap:pretty;max-width:62ch;margin-bottom:1.5rem}.blog-post__markdown h2,.blog-post__markdown h3,.blog-post__markdown ul,.blog-post__markdown ol,.blog-post__markdown blockquote{max-width:62ch}.blog-post__markdown p:last-child{margin-bottom:0}.blog-post__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.blog-post__category{font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--secondary-font-color);background:var(--surface-color);padding:.35rem .6rem;border-radius:6px}.blog-post__date{font-size:var(--text-sm);color:var(--secondary-font-color)}.blog-post__title{font-size:var(--title-3xl);font-weight:600;line-height:1.2;color:var(--primary-font-color);margin:0}.blog-post__markdown h2,.blog-post__markdown h3{line-height:1.3;margin:2rem 0 .75rem}.blog-post__markdown ul,.blog-post__markdown ol{margin:0 0 1.25rem 1.25rem}.blog-post__markdown li{margin-bottom:.45rem}.blog-post__markdown a{color:var(--primary-font-color);text-underline-offset:3px}.blog-post__markdown img{width:100%;border-radius:12px;border:1px solid var(--border-color);margin:1rem 0}@media(max-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.blog-hero__title{font-size:2.2rem}.blog-hero__subtitle,.blog-card__title{font-size:1rem}.blog-card__description{font-size:.85rem}.blog-post__title{font-size:2rem}.blog-post__image{height:300px}}@media(max-width:480px){.blog-grid{grid-template-columns:1fr;gap:1.2rem}.blog-hero__title{font-size:1.8rem}.blog-hero__subtitle,.blog-card__title{font-size:.95rem}.blog-card__description{font-size:.8rem}.blog-post__title{font-size:1.5rem}.blog-post__image{height:240px;margin-bottom:1.5rem}.blog-post__content{font-size:.95rem}.blog-post__content p{margin-bottom:1rem}}.not-found-wrapper{display:flex;flex-direction:column;min-height:100vh;background:var(--background-color);transition:background .16s ease,color .16s ease}.not-found-header{display:flex;justify-content:flex-end;align-items:center;padding:2rem}.not-found-container{display:flex;align-items:center;justify-content:center;flex:1;padding:2rem}.not-found-content{text-align:center;max-width:600px;animation:fadeInUp .6s ease both}.not-found-number{font-size:8rem;font-weight:900;color:var(--surface-color);line-height:1;margin-bottom:1rem;letter-spacing:-.02em}.not-found-title{font-size:2.5rem;font-weight:700;color:var(--primary-font-color);margin-bottom:1rem;letter-spacing:.01em}.not-found-description{font-size:1.05rem;color:var(--secondary-font-color);margin-bottom:2.5rem;line-height:1.6;max-width:45ch;margin-left:auto;margin-right:auto}.not-found-actions{display:flex;gap:1rem;margin-bottom:2.5rem;justify-content:center;flex-wrap:wrap}.not-found-actions .btn{min-width:140px}.not-found-footer{padding-top:2rem;border-top:1px solid var(--border-color);color:var(--secondary-font-color);font-size:.95rem}@media(max-width:768px){.not-found-number{font-size:5rem}.not-found-title{font-size:2rem}.not-found-description{font-size:1rem}.not-found-actions{flex-direction:column}.not-found-actions .btn{width:100%}}@media(max-width:480px){.not-found-container{padding:1.5rem;min-height:auto}.not-found-number{font-size:4rem;margin-bottom:.5rem}.not-found-title{font-size:1.75rem;margin-bottom:.75rem}.not-found-description{font-size:.95rem;margin-bottom:2rem}}
