::view-transition-old(*),::view-transition-new(*){animation-duration:.2s!important}:root{--bg: #ffffff;--text: #18181b;--text-secondary: #71717a;--border: #e4e4e7;--sidebar-bg: #fafafa;--header-bg: rgba(255, 255, 255, .96);--card-bg: #ffffff;--card-border: #e4e4e7;--accent: #18181b;--code-bg: #f4f4f5;--code-block-bg: #18181b}html.dark{--bg: #09090b;--text: #f4f4f5;--text-secondary: #a1a1aa;--border: #27272a;--sidebar-bg: #121215;--header-bg: rgba(9, 9, 11, .94);--card-bg: #18181b;--card-border: #27272a;--accent: #ffffff;--code-bg: #18181b;--code-block-bg: #121215}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--bg);font-size:16px;overflow-x:clip}@media(max-width:768px){html{font-size:15px}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);width:100%;max-width:100vw;overflow-x:clip;transition:background .2s ease,color .2s ease;line-height:1.5;letter-spacing:-.011em}html.dark body{background:var(--bg)}.app-container{display:grid;grid-template-columns:260px 1fr 280px;min-height:100vh;width:100%;max-width:1600px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.app-container.no-right-sidebar{grid-template-columns:260px 1fr}.left-sidebar{border-right:1px solid var(--border);padding:0;background:var(--bg);height:100vh;overflow-y:auto;overflow-x:hidden;position:sticky;top:0;z-index:30}.main-content{border-right:1px solid var(--border);background:var(--bg);overflow:visible}.no-right-sidebar .main-content{border-right:none}.top-bar{padding:12px 32px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:var(--header-bg);position:sticky;top:0;z-index:50;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.right-sidebar{padding:0;background:var(--sidebar-bg);height:100vh;overflow:hidden;position:sticky;top:0;z-index:30}.sticky-wrapper{position:static;height:auto;z-index:auto;overflow:visible;padding:24px;display:flex;flex-direction:column;scrollbar-width:thin}.left-sidebar .sticky-wrapper{height:auto;justify-content:flex-start;padding:0}.right-sidebar .sticky-wrapper{height:100vh;overflow:hidden;display:flex;flex-direction:column;padding:32px 24px 24px}.desktop-only-title{display:block;font-size:1rem;font-weight:600;margin-bottom:16px}.sidebar-header-desktop{display:flex}.sidebar-header-mobile,.close-btn-mobile,.sidebar-backdrop{display:none}@media(max-width:1200px){.app-container{grid-template-columns:200px 1fr 240px}.app-container.no-right-sidebar{grid-template-columns:200px 1fr}}@media(max-width:968px){.app-container,.app-container.no-right-sidebar{display:block!important;width:100%!important}.main-content{width:100%!important}.left-sidebar,.right-sidebar,.right-sidebar.mobile-bottom-sheet{display:none!important}.mobile-bottom-sheet.show{display:flex!important}.sidebar-backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1000;backdrop-filter:blur(2px)}.sidebar-backdrop.show{display:block}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.main-content{border:none}.desktop-only-title{display:none}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--border)}.hero-content{display:flex;justify-content:space-between;align-items:flex-start;gap:32px}.hero-text{flex:1}.hero-actions{flex-shrink:0;padding-top:8px}.hero-title{font-family:Oswald,Outfit,sans-serif;font-size:2.4rem;font-weight:700;margin-bottom:16px;line-height:1.15;letter-spacing:-.01em;color:var(--text)}.hero-subtitle{font-size:1rem;color:var(--text-secondary);line-height:1.6}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid var(--border);flex-wrap:wrap;gap:16px}.section-title{font-family:Oswald,Outfit,sans-serif;font-size:1.35rem;font-weight:600;letter-spacing:-.01em;color:var(--text)}.see-all{font-size:.875rem;color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s ease;white-space:nowrap}.see-all:hover{color:var(--text)}.post-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.post-container.list-view{display:flex;flex-direction:column;gap:12px}.post-container.list-view .post-card{padding:16px 20px;border-radius:8px;flex-direction:row;align-items:center;gap:16px}.post-container.list-view .post-card:hover{transform:translate(4px);box-shadow:0 4px 12px #0000000f}.post-container.list-view .post-header{flex-direction:row;align-items:center;gap:8px;flex-shrink:0;width:auto}.post-container.list-view .post-link{flex-direction:row;align-items:center;gap:0;flex:1}.post-container.list-view .post-title{font-size:1.125rem;margin:0}.post-container.list-view .post-footer{border:none;padding:0;margin-left:auto;flex-shrink:0}.post-container.list-view .post-meta{display:none}.post-card{padding:16px;border:1px solid var(--card-border);border-radius:12px;transition:all .3s ease;background:var(--card-bg);display:flex;flex-direction:column;gap:12px}.post-card:hover{border-color:var(--text-secondary);transform:translateY(-2px);box-shadow:0 8px 30px #0000000d}.post-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.post-category{font-size:.75rem;font-weight:600;color:var(--text-secondary);background:var(--code-bg);padding:4px 12px;border-radius:6px;white-space:nowrap;text-decoration:none;transition:all .2s ease}.post-category:hover{background:var(--text);color:var(--bg)}.post-meta{font-size:.75rem;color:var(--text-secondary)}.post-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:8px;flex:1}.post-title{font-family:Oswald,Outfit,sans-serif;font-size:1.15rem;line-height:1.35;margin:0;font-weight:600;letter-spacing:-.01em;transition:color .2s ease;color:var(--text)}.post-link:hover .post-title{color:var(--text-secondary)}.post-footer{padding-top:8px;border-top:1px solid var(--border)}.post-author{font-size:.8125rem;color:var(--text-secondary);font-weight:500}.post-author a{color:var(--text-secondary);text-decoration:none;font-weight:700}.post-author a:hover{text-decoration:underline}.filter-section{margin-bottom:48px;display:flex;gap:16px;align-items:flex-start}.filter-label{font-size:.875rem;font-weight:700;color:var(--text);margin-top:10px;white-space:nowrap}.filter-tags{display:flex;flex-wrap:wrap;gap:10px}.filter-tag{padding:6px 14px;background:var(--bg);border:1px solid rgba(255,142,83,.35);border-radius:50px;font-size:.75rem;font-weight:500;color:var(--text-secondary);transition:all .2s ease;text-decoration:none}.filter-tag:hover{border-color:#ff8e53;color:#ff6b35}.filter-tag.active{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;border-color:transparent}@media(max-width:968px){.hero-content{flex-direction:column;gap:24px}.hero-actions{display:none}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.15rem}.post-container{grid-template-columns:1fr}.filter-section{flex-direction:column;gap:12px}.filter-label{margin-top:0}}@media(max-width:640px){.hero-section{margin-bottom:40px;padding-bottom:24px}.hero-content{gap:20px}.hero-title{font-size:1.4rem;letter-spacing:-.5px}.hero-subtitle{font-size:.9375rem}.section-header{margin-bottom:20px;padding-bottom:12px}.section-title{font-size:1.05rem}.post-card{padding:20px;gap:10px}.post-title{font-size:1.05rem}.post-category{font-size:.6875rem;padding:3px 10px}.post-meta{font-size:.6875rem}.post-author{font-size:.75rem}.filter-tags{gap:8px}.post-container.list-view{gap:0}.post-container.list-view .post-card{flex-direction:column;align-items:flex-start;padding:20px 0;border:none;border-bottom:1px solid var(--border);border-radius:0;gap:8px}.post-container.list-view .post-card:last-child{border-bottom:none}.post-container.list-view .post-card:hover{transform:none;box-shadow:none;background:transparent}.post-container.list-view .post-header{width:100%;margin-bottom:4px}.post-container.list-view .post-category{font-size:.7rem;background:transparent;padding:2px 8px 2px 0;color:var(--text-secondary);font-weight:500}.post-container.list-view .post-meta{display:inline-block;font-size:.7rem}.post-container.list-view .post-title{font-size:1.125rem;line-height:1.4}.post-container.list-view .post-footer{display:none}}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent)}.astro-code,.astro-code-themes{background-color:var(--shiki-light-bg, #fff)!important;color:var(--shiki-light, #24292e)!important}.astro-code span,.astro-code-themes span{color:var(--shiki-light, inherit)!important}html.dark .astro-code,html.dark .astro-code-themes{background-color:var(--shiki-dark-bg, var(--code-block-bg, #121926))!important;color:var(--shiki-dark, #c9d1d9)!important}html.dark .astro-code span,html.dark .astro-code-themes span{color:var(--shiki-dark, inherit)!important}.theme-btn.svelte-1kenrq5{background:transparent;border:none;cursor:pointer;color:var(--text-secondary);padding:8px;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center}.theme-btn.svelte-1kenrq5:hover{background:var(--sidebar-bg);color:var(--text)}
