:root{--body-background: #ffffff;--surface-background: #ffffff;--surface-secondary: #f8fafc;--surface-tertiary: #f1f5f9;--border-light: #e2e8f0;--border-medium: #cbd5e1;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--accent-primary: #3b82f6;--accent-hover: #2563eb;--accent-light: #eff6ff;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem}*{box-sizing:border-box}body{background:#fff;background:var(--body-background);color:#0f172a;color:var(--text-primary);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;margin:0;padding:0;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#3b82f6;color:var(--accent-primary);text-decoration:none;transition:color .2s ease}a:hover{color:#2563eb;color:var(--accent-hover);text-decoration:underline}h1,h2,h3,h4,h5,h6{color:#0f172a;color:var(--text-primary);font-weight:700;line-height:1.25;margin:0}h1{font-size:2.5rem;font-weight:800;letter-spacing:-.025em}h2{font-size:2rem;font-weight:700;letter-spacing:-.025em}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}p{margin:0 0 1rem;color:#475569;color:var(--text-secondary)}body>header{background:#fff;background:var(--surface-background);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:64px}.site-logo{display:flex;align-items:center;text-decoration:none;transition:opacity .2s ease}.site-logo:hover{opacity:.8}.site-logo img{height:40px;width:auto;max-width:200px}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle span{width:24px;height:3px;background:#0f172a;background:var(--text-primary);border-radius:2px;transition:all .3s ease;transform-origin:1px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg)}.nav-overlay{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#00000080;z-index:1000;transition:right .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.nav-overlay.active{right:0}.nav-container{position:absolute;top:0;right:0;width:280px;height:100vh;background:#fff;background:var(--surface-background);padding:2rem 0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg)}.nav-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#475569;color:var(--text-secondary);cursor:pointer;padding:.5rem;line-height:1}.nav-overlay ul{list-style:none;padding:0;margin:0}.nav-overlay li{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-light)}.nav-overlay a{display:block;padding:1rem 1.5rem;color:#0f172a;color:var(--text-primary);text-decoration:none;font-weight:500;transition:all .2s ease}.nav-overlay a:hover{background:#eff6ff;background:var(--accent-light);color:#3b82f6;color:var(--accent-primary)}.nav-overlay .dropdown-menu{background:#f8fafc;background:var(--surface-secondary);display:none}.nav-overlay .dropdown-menu a{padding:.75rem 2rem;font-size:.9rem;font-weight:400}.nav-overlay .dropdown.active .dropdown-menu{display:block}.desktop-nav{background:#fff;background:var(--surface-background);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-light);padding:0 1rem}.desktop-nav ul{max-width:1200px;margin:0 auto;padding:0;list-style:none;display:flex;align-items:center;gap:0;font-size:.95rem;font-weight:500}.desktop-nav li{position:relative}.desktop-nav>ul>li>a{display:block;padding:1rem 1.25rem;color:#475569;color:var(--text-secondary);text-decoration:none;transition:color .2s ease,background-color .2s ease;border-radius:.375rem;border-radius:var(--radius-sm)}.desktop-nav>ul>li>a:hover,.desktop-nav>ul>li:hover>a{color:#3b82f6;color:var(--accent-primary);background-color:#eff6ff;background-color:var(--accent-light)}.desktop-nav .dropdown-menu{position:absolute;top:100%;left:0;background:#fff;background:var(--surface-background);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:.5rem;border-radius:var(--radius-md);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);padding:.5rem 0;min-width:220px;display:none;z-index:1000;margin-top:.25rem}.desktop-nav .dropdown:hover .dropdown-menu,.desktop-nav .dropdown-menu:hover{display:block}.desktop-nav .dropdown-menu li{margin:0;padding:0}.desktop-nav .dropdown-menu a{display:block;padding:.75rem 1rem;color:#475569;color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:background-color .2s ease,color .2s ease}.desktop-nav .dropdown-menu a:hover{background-color:#f8fafc;background-color:var(--surface-secondary);color:#3b82f6;color:var(--accent-primary)}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.desktop-nav{display:none}.nav-overlay{display:block}}@media (min-width: 769px){.mobile-menu-toggle,.nav-overlay{display:none}.desktop-nav{display:block}}main{max-width:1200px;margin:0 auto;padding:2rem 1rem;min-height:calc(100vh - 200px)}@media (max-width: 768px){main{padding:1rem}}footer{background:#f8fafc;background:var(--surface-secondary);border-top:1px solid #e2e8f0;border-top:1px solid var(--border-light);text-align:center;padding:2rem 1rem;margin-top:4rem;color:#64748b;color:var(--text-muted);font-size:.9rem}hr{border:none;border-top:1px solid #e2e8f0;border-top:1px solid var(--border-light);margin:2rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.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}.homepage .hero{text-align:center;margin-bottom:3rem;padding:2.5rem 0;background:linear-gradient(135deg,#fff,#f8fafc);background:linear-gradient(135deg,var(--surface-background) 0%,var(--surface-secondary) 100%);border-radius:.75rem;border-radius:var(--radius-lg);border:1px solid #e2e8f0;border:1px solid var(--border-light)}.homepage .hero-logo{margin-bottom:1rem;max-width:300px;width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}.homepage .hero-description{font-size:1.125rem;color:#475569;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.homepage section{margin-bottom:3rem}.homepage section h2{color:#0f172a;color:var(--text-primary);font-size:1.875rem;margin-bottom:2rem;position:relative;padding-bottom:1rem}.homepage section h2:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:3px;background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--accent-primary),var(--accent-hover));border-radius:2px}.category-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.category-card{background:#fff;background:var(--surface-background);padding:1.5rem;border-radius:.75rem;border-radius:var(--radius-lg);border:1px solid #e2e8f0;border:1px solid var(--border-light);transition:all .3s ease;position:relative;overflow:hidden}.category-card.has-background{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.category-card.has-background:after{content:"";position:absolute;inset:0;background:#ffffffb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}.category-card.has-background>*{position:relative;z-index:2}.category-card.has-background:hover:after{background:#fff9}.category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--accent-primary),var(--accent-hover));transform:scaleX(0);transition:transform .3s ease}.category-card:hover:before{transform:scaleX(1)}.category-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);border-color:#3b82f6;border-color:var(--accent-primary)}.category-card.featured{background:linear-gradient(135deg,#eff6ff,#fff);background:linear-gradient(135deg,var(--accent-light) 0%,var(--surface-background) 100%);border:2px solid #3b82f6;border:2px solid var(--accent-primary)}.category-card.featured:before{transform:scaleX(1)}.category-card h3{margin:0 0 1rem;font-size:1.5rem;font-weight:700}.category-card h3 a{text-decoration:none;color:#0f172a;color:var(--text-primary);transition:color .2s ease}.category-card h3 a:hover{color:#3b82f6;color:var(--accent-primary)}.category-card p{margin:0 0 1.5rem;color:#475569;color:var(--text-secondary);line-height:1.6}.category-latest-post{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;border-top:1px solid var(--border-light)}.category-latest-post h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;line-height:1.3}.category-latest-post h4 a{text-decoration:none;color:#0f172a;color:var(--text-primary);transition:color .2s ease}.category-latest-post h4 a:hover{color:#3b82f6;color:var(--accent-primary)}.category-latest-post .post-tags{margin:0}.category-latest-post .tag{font-size:.7rem;padding:.2rem .6rem}.posts-list{display:grid;grid-gap:1.5rem;gap:1.5rem}.post-summary{padding:1.5rem;border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:.75rem;border-radius:var(--radius-lg);background:#fff;background:var(--surface-background);transition:all .3s ease;position:relative}.post-summary:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);border-color:#3b82f6;border-color:var(--accent-primary)}.post-summary h3{margin:0 0 1rem;font-size:1.375rem;line-height:1.3;font-weight:600}.post-summary h3 a{text-decoration:none;color:#0f172a;color:var(--text-primary);transition:color .2s ease}.post-summary h3 a:hover{color:#3b82f6;color:var(--accent-primary)}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#64748b;color:var(--text-muted)}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#f1f5f9;background:var(--surface-tertiary);padding:.25rem .75rem;border-radius:.5rem;border-radius:var(--radius-md);font-size:.75rem;font-weight:500;color:#475569;color:var(--text-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-light);transition:all .2s ease}.post-tags .tag:hover{background:#eff6ff;background:var(--accent-light);border-color:#3b82f6;border-color:var(--accent-primary);color:#3b82f6;color:var(--accent-primary)}.post-excerpt{margin:0;color:#475569;color:var(--text-secondary);line-height:1.6}.latest-post{margin-bottom:3rem}.featured-post{background:linear-gradient(135deg,#eff6ff,#fff);background:linear-gradient(135deg,var(--accent-light) 0%,var(--surface-background) 100%);padding:2rem;border-radius:.75rem;border-radius:var(--radius-lg);border:2px solid #3b82f6;border:2px solid var(--accent-primary);position:relative;overflow:hidden;transition:all .3s ease}.featured-post.has-thumbnail{display:grid;grid-template-columns:200px 1fr;grid-gap:2rem;gap:2rem;align-items:start}.featured-post-thumbnail{width:200px;height:130px;overflow:hidden;border-radius:.5rem;border-radius:var(--radius-md);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);flex-shrink:0}.featured-post-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease}.featured-post:hover .featured-post-thumbnail img{transform:scale(1.05)}.featured-post-content{min-width:0}.featured-post:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--accent-primary),var(--accent-hover))}.featured-post:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg)}.featured-post h3{margin:0 0 1rem;font-size:1.75rem;font-weight:700;line-height:1.3}.featured-post h3 a{text-decoration:none;color:#0f172a;color:var(--text-primary);transition:color .2s ease}.featured-post h3 a:hover{color:#3b82f6;color:var(--accent-primary)}.featured-post .post-meta{margin-bottom:1rem}.featured-post .post-excerpt{font-size:1.125rem;line-height:1.6;color:#475569;color:var(--text-secondary);margin:0}.view-all{text-align:center;margin-top:3rem}.btn{display:inline-block;background:#3b82f6;background:var(--accent-primary);color:#fff;padding:.875rem 2rem;border-radius:.5rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s ease;border:2px solid #3b82f6;border:2px solid var(--accent-primary)}.btn:hover{background:#2563eb;background:var(--accent-hover);border-color:#2563eb;border-color:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md)}.category-page .category-header{text-align:center;margin-bottom:2rem;padding:1.5rem 0;background:linear-gradient(135deg,#f8fafc,#fff);background:linear-gradient(135deg,var(--surface-secondary) 0%,var(--surface-background) 100%);border-radius:.75rem;border-radius:var(--radius-lg);border:1px solid #e2e8f0;border:1px solid var(--border-light)}.category-page .category-title{margin-bottom:.75rem;font-size:1.875rem;font-weight:800}.category-page .category-description{font-size:1rem;color:#475569;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.subcategories{margin-bottom:2.5rem}.subcategories h2{font-size:1.5rem;margin-bottom:1.25rem;color:#0f172a;color:var(--text-primary);position:relative;padding-bottom:.75rem}.subcategories h2:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:3px;background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--accent-primary),var(--accent-hover));border-radius:2px}.subcategory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.subcategory-card{background:#fff;background:var(--surface-background);padding:1.25rem;border-radius:.75rem;border-radius:var(--radius-lg);border:1px solid #e2e8f0;border:1px solid var(--border-light);transition:all .3s ease;position:relative;overflow:hidden}.subcategory-card.has-background{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.subcategory-card.has-background:after{content:"";position:absolute;inset:0;background:#ffffffb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}.subcategory-card.has-background>*{position:relative;z-index:2}.subcategory-card.has-background:hover:after{background:#fff9}.subcategory-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--accent-primary),var(--accent-hover));transform:scaleX(0);transition:transform .3s ease}.subcategory-card:hover:before{transform:scaleX(1)}.subcategory-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);border-color:#3b82f6;border-color:var(--accent-primary)}.subcategory-card h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.subcategory-card h3 a{text-decoration:none;color:#0f172a;color:var(--text-primary);transition:color .2s ease}.subcategory-card h3 a:hover{color:#3b82f6;color:var(--accent-primary)}.subcategory-card p{margin:0 0 1rem;color:#475569;color:var(--text-secondary);line-height:1.5;font-size:.875rem}.subcategory-card.current{background:linear-gradient(135deg,#6366f10d,#818cf80d);border-color:#3b82f6;border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md)}.subcategory-card.current:before{transform:scaleX(1);background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--accent-primary),var(--accent-hover))}.subcategory-card.current h3 a{color:#3b82f6;color:var(--accent-primary);font-weight:700}.post-count{background:#3b82f6;background:var(--accent-primary);color:#fff;padding:.375rem .75rem;border-radius:.5rem;border-radius:var(--radius-md);font-size:.75rem;font-weight:600;display:inline-block;text-decoration:none;transition:all .2s ease;cursor:pointer}.post-count:hover{background:#2563eb;background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm)}.no-posts{text-align:center;color:#64748b;color:var(--text-muted);font-style:italic;margin:3rem 0;padding:2rem;background:#f8fafc;background:var(--surface-secondary);border-radius:.75rem;border-radius:var(--radius-lg);border:1px solid #e2e8f0;border:1px solid var(--border-light)}.category-content{margin-bottom:2.5rem}.category-content .content-wrapper{background:linear-gradient(135deg,#f8fafc,#fff);background:linear-gradient(135deg,var(--surface-secondary) 0%,var(--surface-background) 100%);border-radius:.75rem;border-radius:var(--radius-lg);border:1px solid #e2e8f0;border:1px solid var(--border-light);padding:2rem;box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm)}.category-content .content-wrapper p{color:#475569;color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.category-content .content-wrapper p:last-child{margin-bottom:0}.category-content .content-wrapper a{color:#3b82f6;color:var(--accent-primary);text-decoration:none;font-weight:500;transition:color .2s ease}.category-content .content-wrapper a:hover{color:#2563eb;color:var(--accent-hover);text-decoration:underline}.category-posts h2{font-size:1.875rem;margin-bottom:2rem;color:#0f172a;color:var(--text-primary);position:relative;padding-bottom:1rem}.category-posts h2:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:3px;background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--accent-primary),var(--accent-hover));border-radius:2px}@media (max-width: 768px){.homepage .hero{padding:2rem 1rem;margin-bottom:2rem}.homepage .hero-logo{max-width:250px}.homepage .hero-description{font-size:1rem}.featured-post{padding:1.5rem}.featured-post.has-thumbnail{grid-template-columns:120px 1fr;gap:1rem}.featured-post-thumbnail{width:120px;height:80px}.featured-post h3{font-size:1.5rem}.featured-post .post-excerpt{font-size:1rem}.category-cards{grid-template-columns:1fr;gap:1rem}.category-card{padding:1.5rem}.subcategory-grid{grid-template-columns:1fr;gap:1rem}.subcategory-card{padding:1.5rem}.post-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.category-page .category-header{padding:1rem;margin-bottom:1.5rem}.category-page .category-title{font-size:1.5rem}.subcategory-grid{grid-template-columns:1fr}h1{font-size:2rem}h2{font-size:1.75rem}.category-latest-post h4{font-size:.9rem}.category-latest-post .tag{font-size:.65rem;padding:.15rem .5rem}}@media (max-width: 480px){.homepage .hero-logo{max-width:200px}.category-card,.subcategory-card,.post-summary{padding:1rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}}.post-container{max-width:800px;margin:0 auto}.post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-light)}.post-categories{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.category-badge{display:inline-block;background:#3b82f6;background:var(--accent-primary);color:#fff;padding:.375rem 1rem;border-radius:.5rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s ease}.category-badge:hover{background:#2563eb;background:var(--accent-hover);color:#fff}.post-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#0f172a;color:var(--text-primary);margin:0 0 1.5rem;letter-spacing:-.025em}.post-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.post-date{color:#64748b;color:var(--text-muted);font-size:.9rem;font-weight:500}.post-content{font-size:1.125rem;line-height:1.75;color:#475569;color:var(--text-secondary);margin-bottom:3rem}.post-content h2{margin:2.5rem 0 1.5rem;font-size:1.875rem;color:#0f172a;color:var(--text-primary)}.post-content h3{margin:2rem 0 1rem;font-size:1.5rem;color:#0f172a;color:var(--text-primary)}.post-content h4{margin:1.5rem 0 .75rem;font-size:1.25rem;color:#0f172a;color:var(--text-primary)}.post-content p{margin:0 0 1.5rem}.post-content ul,.post-content ol{margin:0 0 1.5rem;padding-left:1.5rem}.post-content li{margin:.5rem 0}.post-content blockquote{border-left:4px solid #3b82f6;border-left:4px solid var(--accent-primary);padding:1rem 1.5rem;margin:2rem 0;background:#f8fafc;background:var(--surface-secondary);border-radius:0 .5rem .5rem 0;border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic}.post-content code{background:#f1f5f9;background:var(--surface-tertiary);padding:.125rem .375rem;border-radius:.375rem;border-radius:var(--radius-sm);font-size:.9em;border:1px solid #e2e8f0;border:1px solid var(--border-light)}.post-content pre{background:#f1f5f9;background:var(--surface-tertiary);padding:1.5rem;border-radius:.5rem;border-radius:var(--radius-md);overflow-x:auto;margin:1.5rem 0;border:1px solid #e2e8f0;border:1px solid var(--border-light)}.post-content pre code{background:none;padding:0;border:none;font-size:.875rem}.related-posts{margin-top:4rem;padding-top:2rem;border-top:1px solid #e2e8f0;border-top:1px solid var(--border-light)}.related-posts h3{font-size:1.5rem;color:#0f172a;color:var(--text-primary);margin-bottom:1.5rem;font-weight:600}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.related-post-card{background:#f8fafc;background:var(--surface-secondary);padding:1.5rem;border-radius:.75rem;border-radius:var(--radius-lg);border:1px solid #e2e8f0;border:1px solid var(--border-light);transition:all .2s ease}.related-post-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);border-color:#3b82f6;border-color:var(--accent-primary)}.related-post-card h4{margin:0 0 .75rem;font-size:1.125rem;line-height:1.3}.related-post-card h4 a{text-decoration:none;color:#0f172a;color:var(--text-primary);transition:color .2s ease}.related-post-card h4 a:hover{color:#3b82f6;color:var(--accent-primary)}.related-post-card time{color:#64748b;color:var(--text-muted);font-size:.875rem}.post-content img{max-width:100%;height:auto;border-radius:.5rem;border-radius:var(--radius-md);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);transition:all .3s ease;cursor:pointer;display:block;margin:2rem auto}.post-content img:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.image-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000c;cursor:pointer}.image-modal.active{display:flex;align-items:center;justify-content:center;padding:2rem}.image-modal img{max-width:90vw;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:.75rem;border-radius:var(--radius-lg);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);margin:0;cursor:auto}.image-modal img:hover{transform:none}.image-modal-close{position:absolute;top:1rem;right:1rem;color:#fff;font-size:2rem;font-weight:700;cursor:pointer;background:#00000080;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.image-modal-close:hover{background:#000c}.about-hero{display:grid;grid-template-columns:300px 1fr;grid-gap:3rem;gap:3rem;align-items:center;margin:0 0 4rem;min-height:400px}.about-photo{position:relative;overflow:hidden;border-radius:.75rem;border-radius:var(--radius-lg);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);background:#f8fafc;background:var(--surface-secondary)}.about-photo img{width:100%;height:auto;display:block;transition:transform .3s ease}.about-photo:hover img{transform:scale(1.05)}.about-intro h1{font-size:2.5rem;font-weight:800;color:#0f172a;color:var(--text-primary);margin:0 0 1.5rem;letter-spacing:-.025em;background:linear-gradient(135deg,#0f172a,#3b82f6);background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-intro p{font-size:1.25rem;line-height:1.7;color:#475569;color:var(--text-secondary);margin:0}.page>h1:first-child{display:none}@media (max-width: 768px){.about-hero{grid-template-columns:1fr;gap:2rem;text-align:center;min-height:auto}.about-photo{max-width:280px;margin:0 auto}.about-intro h1{font-size:2rem}.about-intro p{font-size:1.125rem}}.post-summary.has-thumbnail{display:grid;grid-template-columns:150px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.post-thumbnail{width:150px;height:100px;overflow:hidden;border-radius:.5rem;border-radius:var(--radius-md);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);flex-shrink:0}.post-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease}.post-summary:hover .post-thumbnail img{transform:scale(1.05)}.post-content-wrapper{min-width:0}.post-hero{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;height:40vh;max-height:500px;overflow:hidden;margin-bottom:3rem}.post-hero img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.post-hero img.hero-position-top{-o-object-position:top;object-position:top}.post-hero img.hero-position-bottom{-o-object-position:bottom;object-position:bottom}.post-hero-credit{position:absolute;bottom:.5rem;right:.5rem;background:#000000b3;color:#fff;padding:.25rem .75rem;border-radius:.375rem;border-radius:var(--radius-sm);font-size:.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.post-hero-credit a{color:#fff;text-decoration:underline}.post-hero-credit a:hover{color:#ddd}@media (max-width: 768px){.post-title{font-size:2rem}.post-content{font-size:1rem}.post-meta{flex-direction:column;align-items:flex-start;gap:1rem}.related-posts-grid{grid-template-columns:1fr}.post-summary.has-thumbnail{grid-template-columns:100px 1fr;gap:1rem}.post-thumbnail{width:100px;height:75px}.post-hero{height:30vh;max-height:300px}}.tag-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.tag-header{text-align:center;margin-bottom:3rem}.tag-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:#0f172a;color:var(--text-primary)}.tag-description{font-size:1.125rem;color:#475569;color:var(--text-secondary);margin:0}.tag-posts{margin-bottom:3rem}.tag-posts .posts-list{display:grid;grid-gap:2rem;gap:2rem}.tag-posts .no-posts{text-align:center;font-size:1.125rem;color:#64748b;color:var(--text-muted);padding:3rem 0}.related-tags{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-light);padding-top:2rem}.related-tags h2{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;color:#0f172a;color:var(--text-primary)}.related-tags-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.related-tag{display:block;padding:1rem;background:#f8fafc;background:var(--surface-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:.5rem;border-radius:var(--radius-md);text-decoration:none;transition:all .2s ease}.related-tag:hover{background:#eff6ff;background:var(--accent-light);border-color:#3b82f6;border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);text-decoration:none}.related-tag .tag-name{display:block;font-weight:600;color:#0f172a;color:var(--text-primary);margin-bottom:.25rem}.related-tag .tag-count{display:block;font-size:.875rem;color:#64748b;color:var(--text-muted)}.post-tags .tag{transition:background-color .2s ease,transform .2s ease}.post-tags .tag:hover{background-color:#3b82f6;background-color:var(--accent-primary);color:#fff;text-decoration:none;transform:translateY(-1px)}@media (max-width: 768px){.tag-title{font-size:2rem}.related-tags-list{grid-template-columns:1fr}.tag-page{padding:1rem}}main img{max-width:min(100%,800px);max-height:600px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;border-radius:var(--radius-md);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);transition:all .3s ease;cursor:pointer;display:block;margin:2rem auto}main img:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.about-photo img,.site-logo img,.hero-logo,.post-thumbnail img,.featured-post-thumbnail img,.category-card img{cursor:default;margin:0}.about-photo img:hover,.site-logo img:hover,.hero-logo:hover,.post-thumbnail img:hover,.featured-post-thumbnail img:hover{box-shadow:none;box-shadow:initial;transform:none}pre.highlight{padding:16px;background-color:#f6f8fa}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}
/*# sourceMappingURL=/_bridgetown/static/index.TXZJEN4B.css.map */
