@import"https://fonts.googleapis.com/css2?family=Borel&family=Castoro:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=VT323&display=swap";:root{--theme-bg: #ffffff;--theme-bg-soft: #f3f4f6;--theme-bg-muted: #f3f4f6;--theme-border: #e5e7eb;--theme-overlay: #ffffffc9;--theme-text-strong: #10151c;--theme-text: #171b22;--theme-text-muted: #6b7280;--theme-text-subtle: #9ca3af;--theme-accent: #111111;--theme-danger: #dc2626;--theme-danger-soft: #fef2f2;--theme-link: #10151c;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--focus-ring: 0 0 0 3px rgba(5, 5, 5, .1);--grid-line: rgba(0, 0, 0, .09);--surface-fade: rgba(255, 255, 255, .8)}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--theme-text);background-color:var(--theme-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--theme-link);text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;min-height:100dvh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--theme-accent);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--theme-accent)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--theme-border);outline-offset:2px}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}.search-bar{position:relative;margin-right:1rem}.search-icon-button{background:none;border:none;color:var(--theme-text-muted);cursor:pointer;font-size:1.25rem;padding:.5rem;border-radius:50rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;height:40px;width:40px}.search-icon-button:hover{color:var(--theme-text);background:var(--theme-bg-muted)}.search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;padding-top:10dvh;height:100vh;height:100dvh}.search-overlay-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--theme-bg)}.search-form{position:relative;padding:1.5rem;width:90%;max-width:500px;animation:searchOverlayIn .2s ease-out}@keyframes searchOverlayIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.search-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:var(--theme-text-muted);cursor:pointer;font-size:2.5rem;padding:.25rem;border-radius:4px;transition:color .2s ease;display:flex;align-items:center;justify-content:center;width:3rem}.search-close:hover{color:var(--theme-text)}.search-form h1{margin-bottom:1rem}.search-input-container{position:relative;display:flex;align-items:center;background:var(--theme-bg-muted);border:1px solid var(--theme-border);border-radius:5rem;overflow:hidden;transition:all .2s ease;width:100%}.search-input-container:focus-within{border-color:var(--theme-text);box-shadow:var(--focus-ring)}.search-input{flex:1;border:none;background:transparent;padding:.75rem 1rem;font-size:1rem;outline:none;color:var(--theme-text)}.search-input::placeholder{color:var(--theme-text-subtle)}.search-input:focus{outline:none}.search-clear{background:none;border:none;color:var(--theme-text-muted);cursor:pointer;font-size:1.25rem;padding:0 .5rem;transition:color .2s ease;display:flex;align-items:center;justify-content:center;margin-right:1rem}.search-clear:hover{color:var(--theme-text)}.search-button{border:none;padding:.2rem;cursor:pointer;font-size:1rem;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;border-radius:5rem;margin-right:6px;height:30px;width:30px}.search-button:disabled{opacity:.5;cursor:not-allowed}.search-info{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.875rem;color:var(--theme-text-muted)}.character-count{color:var(--theme-text-subtle)}@media (max-width: 768px){.search-bar{margin-right:.5rem}.search-overlay{padding-top:5vh;padding-top:5dvh}.search-form{width:95%;margin:0 auto;padding:1rem}.search-input{font-size:16px}}.header{background-color:var(--theme-overlay);border-bottom:1px solid var(--theme-border);position:sticky;top:0;z-index:100;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.header-container{max-width:1200px;margin:0 auto;padding:.6rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-right{display:flex;align-items:center}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{color:var(--theme-text-muted);text-decoration:none;font-weight:400;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--theme-text-muted)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--theme-text-muted);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link.active:after{width:100%}@media (max-width: 768px){.header-container{padding:1rem;flex-direction:column;gap:1rem}.header-right{gap:1rem;width:100%}.nav-list{gap:1rem;justify-content:center}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:2rem}.loading-spinner{margin-bottom:1rem}.spinner{width:40px;height:40px;border:4px solid var(--theme-bg-muted);border-top:4px solid var(--theme-accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:var(--theme-text-muted);font-size:1rem;margin:0}.contact-links-section{text-align:center}.contact-block{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--theme-border)}.contact-links-intro h3{margin-bottom:.5rem;color:var(--theme-text);font-size:1.25rem}.contact-links-intro p{margin-bottom:1rem;text-align:center;color:var(--theme-text-muted);font-size:.95rem}.contact-links{display:flex;gap:1rem;justify-content:center;align-items:center}.contact-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;transition:all .3s ease;text-decoration:none}.contact-link img{width:24px;height:24px;opacity:.8;transition:opacity .3s ease}.contact-link:hover img{opacity:1}@media (max-width: 768px){.contact-block{margin-top:1.5rem;padding-top:1.5rem}.contact-links{gap:.75rem}.contact-link{width:40px;height:40px}.contact-link img{width:20px;height:20px}}.home{--home-page-gutter: 2rem;min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px);background:var(--theme-bg)}.hero{padding:7rem 0;position:relative;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:40px 40px;background-position:0 0,0 0}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,transparent 0%,var(--surface-fade) 70%,var(--theme-bg) 100%);pointer-events:none}.hero-content{position:relative;max-width:800px;margin:0 auto;padding:0 var(--home-page-gutter)}.hero-hand{position:absolute;top:-206px;width:567px;right:-154px;transform:rotate(18deg) translate(80px)}.hero-title{font-size:2.5rem;font-weight:500;margin:0;line-height:1.2;font-family:Castoro,Times New Roman,Times,serif;position:relative}.hero-title span{position:relative}.hero-title:before{content:"";position:absolute;width:100vw;height:154px;left:0;top:-37px}@media screen and (max-width: 696px){.hero-title:before{background:linear-gradient(to top,transparent 0%,var(--theme-bg) 50%,transparent 100%)}}.hero-description{font-size:1.5rem;line-height:1;opacity:.9;margin:0 0 2rem;font-family:Borel,sans-serif;position:relative;z-index:2}.hero-description span{font-size:2rem;font-family:VT323,monospace}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-block;padding:.75rem 2rem;border-radius:10px;font-weight:600;text-decoration:none;transition:all .2s ease;font-size:1rem}.cta-button.primary{color:var(--theme-accent);padding:0;margin:.75rem 2rem;position:relative}.cta-button.primary:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--theme-accent);transition:width .3s ease}.cta-button.primary:hover:after{width:100%}.cta-button.secondary{background:var(--theme-accent);border:1.5px solid var(--theme-accent);color:var(--theme-bg)}.cta-button.secondary:hover{background:transparent;text-decoration:none;color:var(--theme-accent);border:1.5px solid var(--theme-accent)}.recent-posts{padding:4rem 0}.recent-posts-container{max-width:800px;margin:0 auto;padding:0 var(--home-page-gutter)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.view-all-link{text-decoration:none;font-weight:500;transition:color .2s ease}.recent-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.recent-post-item{background:var(--theme-bg);border-radius:8px;box-shadow:var(--shadow-sm);transition:all .2s ease;border:1px solid var(--theme-border)}.recent-post-item h3{font-family:VT323,monospace;font-size:1.3rem}.recent-post-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.recent-post-link{display:block;padding:1.5rem;text-decoration:none;color:inherit}.recent-post-link:hover{text-decoration:none;color:inherit}.recent-post-title{font-size:1.125rem;font-weight:600;color:var(--theme-text-strong);margin:0 0 .5rem;line-height:1.4}.recent-post-date{color:var(--theme-text-muted);font-size:.875rem}.about-preview{background:var(--theme-bg);padding:4rem 0}.about-preview-container{max-width:800px;margin:0 auto;padding:0 var(--home-page-gutter);text-align:center}.about-preview-text{line-height:1.7;color:var(--theme-text-muted);margin:0 0 3rem}.about-link{text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s ease;margin-bottom:1rem;display:block}.error-message{text-align:center;padding:2rem;color:var(--theme-danger)}.section-title{font-family:Castoro,Times New Roman,Times,serif;margin-bottom:1rem}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:250px;text-align:center;margin:.75rem 0!important}.cta-button.primary:hover:after{width:0}.recent-posts{padding:2rem 0}.section-header{flex-direction:column;gap:1rem;text-align:center}.recent-posts-grid{grid-template-columns:1fr;gap:1rem}.section-title{font-size:1.5rem;margin-bottom:1rem}.about-preview{padding:2rem 0}}@media screen and (max-width: 438px){.hero-hand{width:400px;right:-50px;top:-170px;transform:rotate(23deg) translate(50px)}.hero-title{margin-bottom:1rem}}.blog-card{background:var(--theme-bg);border-radius:12px;box-shadow:var(--shadow-sm);transition:all .2s ease;border:1px solid var(--theme-border);overflow:hidden}.blog-card-header-image{width:100%;height:200px;overflow:hidden}.blog-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image{transform:scale(1.05)}.blog-card-link{display:block;text-decoration:none;color:inherit;height:100%}.blog-card-link:hover{text-decoration:none;color:inherit}.blog-card-content{padding:1.5rem;display:flex;flex-direction:column}.blog-card-title{font-weight:600;color:var(--theme-text-strong);margin:0 0 .75rem;line-height:1.4;font-family:VT323,monospace;font-size:1.4rem}.blog-card-excerpt{color:var(--theme-text-muted);line-height:1.6;margin:0 0 1rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem;color:var(--theme-text-subtle)}.blog-card-author{font-weight:500}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.blog-card-tag{background-color:var(--theme-bg-muted);color:var(--theme-text);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;transition:all .2s ease;cursor:pointer;border:1px solid transparent}.blog-card-tag:hover{opacity:.7}@media (max-width: 768px){.blog-card-content{padding:1rem}.blog-card-meta{flex-direction:column;align-items:flex-start;gap:.25rem}}.pagination{margin-top:3rem;text-align:center}.pagination-container{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.pagination-numbers{display:flex;align-items:center;gap:.25rem}.pagination-button{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;background:var(--theme-bg);border:1px solid var(--theme-border);color:var(--theme-text);text-decoration:none;border-radius:6px;font-weight:500;transition:all .2s ease}.pagination-button:hover{background:var(--theme-bg-soft);border-color:var(--theme-text-subtle);text-decoration:none}.pagination-button.active{background:var(--theme-accent);border-color:var(--theme-accent);color:var(--theme-bg)}.pagination-prev,.pagination-next{padding:0 1rem;font-weight:500;background:var(--theme-bg-muted);border:1px solid var(--theme-border)}.pagination-prev:hover,.pagination-next:hover{background:var(--theme-border);border-color:var(--theme-border)}.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;color:var(--theme-text-muted);font-weight:500}.pagination-info{color:var(--theme-text-muted);font-size:.875rem}@media (max-width: 640px){.pagination-container{flex-direction:column;gap:1rem}.pagination-numbers{order:2}.pagination-prev{order:1}.pagination-next{order:3}.pagination-button{min-width:36px;height:36px;font-size:.875rem}}.tag-filter{position:relative;display:inline-block}.filter-button{display:flex;align-items:center;gap:.5rem;background:var(--theme-bg-muted);border:1px solid var(--theme-border);border-radius:8px;padding:.75rem 1rem;color:var(--theme-text);font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem;margin-top:4rem}.filter-button:hover{background:var(--theme-border);border-color:var(--theme-border)}.filter-button.active{background:var(--theme-accent);border-color:var(--theme-accent);color:var(--theme-bg)}.filter-button.active:hover{background:var(--theme-accent);border-color:var(--theme-accent)}.filter-button:focus{outline:none;filter:brightness(.95)}.filter-icon{width:16px;height:16px;filter:currentColor}.filter-button.active .filter-icon{filter:brightness(0) invert(1)}.filter-text{font-size:.875rem}.filter-count{background:#fff3;color:inherit;padding:.125rem .375rem;border-radius:12px;font-size:.65rem;font-weight:600;min-width:18px;text-align:center}.filter-button:not(.active) .filter-count{background:var(--theme-danger);color:var(--theme-bg)}.filter-dropdown{position:absolute;top:calc(100% + .5rem);left:-7px;background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:12px;box-shadow:var(--shadow-lg);padding:1rem;min-width:280px;max-width:320px;z-index:99;animation:fadeInDown .2s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--theme-border)}.filter-header h3{margin:0;font-size:1rem;font-weight:600;color:var(--theme-text-strong)}.clear-all-button{background:none;border:none;color:var(--theme-text-muted);font-size:.75rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.clear-all-button:hover,.clear-all-button:focus{color:var(--theme-danger);background:var(--theme-danger-soft)}.clear-all-button:focus{outline:none}.filter-options{max-height:300px;overflow-y:auto;overflow-x:hidden;margin-bottom:1rem;-webkit-user-select:none;user-select:none}.filter-option{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;cursor:pointer;transition:all .2s ease;border-radius:6px;margin:0 -.5rem;padding:.5rem}.filter-option:hover{background:var(--theme-bg-soft)}.filter-checkbox{display:none}.checkmark{width:18px;height:18px;border:2px solid var(--theme-border);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.filter-checkbox:checked+.checkmark{background:var(--theme-accent);border-color:var(--theme-accent)}.filter-checkbox:checked+.checkmark:after{content:"✓";color:var(--theme-bg);font-size:12px;font-weight:700}.tag-name{font-size:.875rem;text-align:left;color:var(--theme-text);text-transform:capitalize}.filter-actions{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-border)}.apply-button,.clear-button{flex:1;padding:.625rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.apply-button{background:var(--theme-accent);color:var(--theme-bg);white-space:nowrap;min-width:fit-content}.apply-button:hover:not(:disabled){background:var(--theme-accent)}.apply-button:disabled{background:var(--theme-border);color:var(--theme-text-subtle);cursor:not-allowed}.clear-button{background:var(--theme-bg-muted);color:var(--theme-text);border:1px solid var(--theme-border)}.clear-button:hover{background:var(--theme-border);border-color:var(--theme-border)}.filter-loading,.no-tags{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1rem;color:var(--theme-text-muted);font-size:.875rem;text-align:center}.filter-loading .loading-container{min-height:auto}.no-tags{padding:1.5rem 1rem;color:var(--theme-text-subtle);font-style:italic}@media (max-width: 768px){.filter-dropdown{right:auto;min-width:260px;max-width:calc(100vw - 2rem)}.filter-button{padding:.625rem .875rem;font-size:.8rem;margin-top:6rem}.filter-text{display:none}.filter-options{max-height:250px}}.filter-options::-webkit-scrollbar{width:6px}.filter-options::-webkit-scrollbar-track{background:var(--theme-bg-muted);border-radius:3px}.filter-options::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:3px}.filter-options::-webkit-scrollbar-thumb:hover{background:var(--theme-text-subtle)}.blog-list{min-height:calc(100vh - 80px);padding:3rem 2rem}.blog-list-container{max-width:800px;margin:0 auto}.blog-list-header{text-align:center;margin-bottom:3rem}.header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1rem;position:relative}.title-section{flex:1;text-align:center;width:100%}.header-actions{display:flex;gap:1rem;align-items:center;position:absolute}.page-title{font-size:2.5rem;font-weight:700;color:var(--theme-text-strong);margin:auto;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:1rem;font-family:Castoro,Times New Roman,Times,serif}.posts-count{color:var(--theme-text-muted);font-size:1rem;margin:0;text-align:right}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.no-posts{text-align:center;padding:4rem 2rem;background:var(--theme-bg)}.no-posts h2{font-size:1.5rem;color:var(--theme-text);margin-bottom:1rem}.no-posts p{color:var(--theme-text-muted);margin-bottom:2rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.sad-face{width:100px;margin-bottom:10px}.clear-search-button{display:inline-block;background:var(--theme-accent);color:var(--theme-bg);padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.retry-button{background:var(--theme-bg-muted);border:none;padding:.75rem 1.5rem;color:var(--theme-text);font-weight:500;cursor:pointer;transition:all .2s ease;margin:0;border-radius:8px;text-decoration:none}.retry-button:hover{background:var(--theme-border)}@media (max-width: 768px){.blog-list{padding:1rem 2rem}.title-section{text-align:center}.header-actions{justify-content:center}.page-title{font-size:2rem;margin-top:2rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-grid{grid-template-columns:1fr;gap:1.5rem}}.blog-post-page{--blog-post-page-gutter: 2rem;min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px);padding:var(--blog-post-page-gutter)}.blog-post-container{max-width:800px;margin:0 auto;background:var(--theme-bg);border-radius:12px;overflow:hidden}.breadcrumb{padding:.75rem 0;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.breadcrumb-link{text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-separator{color:var(--theme-text-muted)}.breadcrumb-current{color:var(--theme-text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.blog-post-header-image{width:100%;height:300px;overflow:hidden;margin:1rem 0 0;border-radius:10px}.blog-post-header-image .header-image{width:100%;height:100%;object-fit:cover;display:block}.blog-post-header{padding:2rem 0;border-bottom:2px solid var(--theme-bg-muted)}.blog-post-title{font-size:2.5rem;font-weight:700;color:var(--theme-text-strong);margin:0 0 1rem;line-height:1.2;font-family:Castoro,Times New Roman,Times,serif}.blog-post-meta{display:flex;gap:2rem;margin-bottom:1.5rem;color:var(--theme-text-muted);font-size:1rem}.blog-post-author{font-weight:600}.blog-post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.blog-post-tag{background-color:var(--theme-bg-muted);color:var(--theme-text-muted);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.blog-post-tag:hover{opacity:.7}.blog-post-content{padding:2rem 0;line-height:1.8;color:var(--theme-text)}.blog-content{line-height:1.8;color:var(--theme-text);margin-bottom:3rem}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{color:var(--theme-text-strong)!important;font-weight:600!important;margin:2rem 0 1rem!important;line-height:1.3!important;font-family:Castoro,Times New Roman,Times,serif}.blog-content h1{font-size:2rem!important;border-bottom:2px solid var(--theme-border)!important;padding-bottom:.5rem!important}.blog-content h2{font-size:1.5rem!important;border-bottom:1px solid var(--theme-border)!important;padding-bottom:.5rem!important}.blog-content h3{font-size:1.25rem!important}.blog-content h4{font-size:1.125rem!important}.blog-content p{margin-bottom:1.5rem!important;text-align:left}.blog-content ul,.blog-content ol{margin:1.5rem 0!important;padding-left:2rem!important}.blog-content li{margin-bottom:.5rem!important}.blog-content blockquote,.blog-post-excerpt{background:var(--theme-bg-soft)!important;border-left:4px solid var(--theme-accent)!important;margin:1.5rem 0!important;padding:1rem 1.5rem!important;color:var(--theme-text)!important;line-height:1.8!important;border-radius:0 6px 6px 0!important}.blog-content pre{background:var(--theme-accent)!important;color:var(--theme-bg)!important;padding:1.5rem!important;border-radius:8px!important;overflow-x:auto!important;margin:1.5rem 0!important;font-family:Fira Code,Monaco,Consolas,monospace!important;font-size:.9rem!important;line-height:1.5!important}.blog-content code{background:var(--theme-bg-muted)!important;color:var(--theme-danger)!important;padding:.2rem .4rem!important;border-radius:4px!important;font-family:Fira Code,Monaco,Consolas,monospace!important;font-size:.9em!important}.blog-content pre code{background:transparent!important;color:inherit!important;padding:0!important;font-size:inherit!important}.blog-content a{color:var(--theme-link)!important;text-decoration:none!important;border-bottom:1px solid transparent!important;transition:all .2s ease!important;border-bottom-color:var(--theme-link)!important}.blog-content img{max-width:100%!important;height:auto!important;border-radius:8px!important;margin:1.5rem 0!important;box-shadow:var(--shadow-md)!important}.blog-content table{width:100%!important;border-collapse:collapse!important;margin:1.5rem 0!important;overflow-x:auto!important;display:block!important;white-space:nowrap!important}.blog-content th,.blog-content td{border:1px solid var(--theme-border)!important;padding:.75rem!important;text-align:left!important}.blog-content th{background:var(--theme-bg-muted)!important;font-weight:600!important}.blog-content hr{border:none!important;border-top:2px solid var(--theme-border)!important;margin:3rem 0!important}.blog-content strong{font-weight:600!important;color:var(--theme-text-strong)!important}.blog-content em{font-style:italic!important}.error-container{text-align:center;padding:4rem 2rem;background:var(--theme-bg);border-radius:12px;max-width:600px;margin:2rem auto}.error-container h2{color:var(--theme-danger);margin-bottom:1rem}.error-container p{color:var(--theme-text-muted);margin-bottom:2rem}.back-to-blog-link,.back-to-blog-button{background:var(--theme-bg-muted);border:none;padding:.75rem 1.5rem;color:var(--theme-text);font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:8px;text-decoration:none}.back-to-blog-button{margin:0}.back-to-blog-link{display:table}.back-to-blog-link:hover{background:var(--theme-border);transform:translate(-2px)}.back-to-blog-button:hover{background:var(--theme-border)}@media (max-width: 768px){.blog-post-title{font-size:2rem}.blog-post-meta{flex-direction:column;gap:.5rem}.breadcrumb-current{max-width:150px}.blog-post-header-image{height:200px}}.about{max-width:800px;margin:0 auto;padding:3rem 2rem;line-height:1.6}.about h1{margin-bottom:2rem;font-size:2.5rem;text-align:center;font-family:Castoro,Times New Roman,Times,serif}.about-content{display:flex;flex-direction:column;gap:1rem}.about-sign{font-family:Castoro,Times New Roman,Times,serif;font-style:italic;text-align:right}.roadmap-head p{color:var(--theme-text);margin-bottom:1.2rem}.roadmap-list{list-style:none;margin:0;padding:0;display:grid;gap:0;position:relative}.roadmap-list:before{content:"";position:absolute;left:6px;top:.4rem;bottom:.4rem;width:2px;background:var(--theme-accent);border-radius:99px;opacity:.4}.roadmap-item{position:relative;padding:.6rem 0 .6rem 2rem}.roadmap-item:first-child{padding-top:0}.roadmap-item:last-child{padding-bottom:0}.roadmap-item:before{content:"";position:absolute;left:0;top:1rem;width:14px;height:14px;border-radius:50%;background:var(--theme-text);box-shadow:0 0 0 4px #00000012}.roadmap-item:first-child:before{top:.3rem}.roadmap-card{padding:0 .95rem}.roadmap-meta{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.3rem}.roadmap-period{color:var(--theme-text-muted);letter-spacing:.02em}.roadmap-card h3{font-size:1.04rem;margin-bottom:.25rem}.roadmap-card p{color:var(--theme-text);margin:0}.about-section{background:var(--theme-bg-soft);padding:2rem;border-radius:10px;border-left:4px solid var(--theme-accent)}.about-section h3{color:var(--theme-accent);margin-bottom:1rem;font-size:1.5rem}.about-section p{color:var(--theme-text);margin-bottom:1rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.about-skills h2 span{font-family:Castoro,Times New Roman,Times,serif;font-style:italic}.skill-category,.skill-category h3,.about h2{margin-bottom:1rem}.skill-category ul{list-style-position:inside}@media (max-width: 768px){.about h1{margin-bottom:1rem;font-size:2rem}.about-intro,.about-roadmap,.about-skills{padding:1.2rem}.about-section{padding:1.5rem}.about-section h3{font-size:1.3rem}}@media (max-width: 480px){.skills-list{justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:DM Sans,sans-serif;overflow-x:hidden;overflow-y:overlay;line-height:1.6;color:var(--theme-text);background-color:var(--theme-bg)}p{text-align:justify}#root{width:100%}.app{height:100vh;height:100dvh;display:flex;flex-direction:column}a{color:var(--theme-link);text-decoration:underline}button{font-family:inherit}
