@import url(../bootstrap/css/bootstrap.min.css);.sidebar{position:fixed;left:0;top:0;width:280px;height:100vh;background:#1e1e1e;border-right:1px solid rgba(255,255,255,0.1);display:flex;flex-direction:column;z-index:1000}.logo-section{padding:2rem 1.5rem;text-align:center;border-bottom:1px solid rgba(255,255,255,0.1)}.mobile-nav-toggle{display:none;margin-top:1rem;gap:0.5rem;align-items:center;justify-content:center;width:100%;background:#ff4c4c;border:none;color:#fff;padding:0.6rem 1rem;border-radius:12px;font-weight:600;cursor:pointer}.mobile-nav-toggle i{font-size:1rem}.logo-section h2{color:#fff;font-weight:700;font-size:2rem;margin:0;letter-spacing:1px}.logo-section h2 span{display:inline-block;background:#ff4c4c;color:#1a1a1a;font-size:2rem;padding:0.1rem 0.4rem;margin-left:0.3rem}.logo-section .subtitle{color:rgba(255,255,255,0.8);font-size:0.85rem;margin-top:0.25rem}.nav-menu{flex:1;padding:1.5rem 0;overflow-y:auto;display:flex;flex-direction:column}.nav-item{padding:0.75rem 1.5rem;border-left:3px solid transparent;display:flex;align-items:center;color:#a0a0a0;text-decoration:none;gap:0.75rem;transition:all 0.3s}.nav-item:hover,.nav-item.active{background:#ff4c4c;color:#fff;font-weight:600;border-left-color:rgba(255,255,255,0.3)}.nav-item.disabled{opacity:0.4;pointer-events:none}.nav-item i{width:24px;font-size:1.1rem;text-align:center}.footer-sidebar{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.85rem;color:#666;display:flex;flex-direction:column;gap:0.75rem}.social-links{display:flex;justify-content:space-between;margin-bottom:0.75rem}.social-links a{color:#e0e0e0;font-size:1.25rem;transition:color 0.2s}.social-links a:hover{color:#ff4c4c}.footer-sidebar .copyright{text-align:center;font-size:0.75rem;color:#555}.sidebar-footnote{color:#a0a0a0;font-size:0.8rem;text-align:left}.sidebar-footnote .small{font-size:0.75rem;margin-top:0.2rem}.sidebar-footnote a{color:#ff4c4c;text-decoration:none}.sidebar-footnote a:hover{text-decoration:underline}@media (max-width: 992px){.sidebar{position:relative;width:100%;height:auto}.mobile-nav-toggle{display:inline-flex}.nav-menu{display:none}.sidebar.is-open .nav-menu{display:flex}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;background-color:#1a1a1a;color:#e0e0e0;overflow-x:hidden}a{color:inherit;transition:color 0.2s ease}a:hover{color:#ff4c4c}img{max-width:100%;display:block}.main-content{margin-left:280px;min-height:100vh;padding:2rem;background:#1a1a1a}.content-layout{display:grid;grid-template-columns:minmax(0, 2.6fr) minmax(240px, 0.9fr);gap:2rem}.blog-feed{display:flex;flex-direction:column;gap:2rem}.blog-post-link{text-decoration:none;display:block}.blog-post{background:#2a2a2a;border-radius:16px;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,0.3);border-left:4px solid transparent;display:flex;gap:2.25rem;align-items:stretch;transition:background 0.3s ease}.blog-post:hover{background:#353535}.blog-post h3{font-size:1.8rem;color:#fff;margin-bottom:0.5rem}.blog-post .meta{color:#a0a0a0;font-size:0.9rem;margin-bottom:1rem}.blog-post p{color:#d0d0d0;line-height:1.6;margin-bottom:1rem}.post-content{flex:1;display:flex;flex-direction:column;justify-content:center}.post-image{flex:0 0 320px;max-width:360px;display:flex;align-items:stretch;border-radius:18px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;border-radius:18px 0 0 18px}.article{position:relative;padding:1.5rem;color:#d0d0d0;line-height:1.8;overflow:hidden}.article .title h1{font-size:clamp(2rem, 3vw, 2.85rem);margin-bottom:0.4rem;color:#fff;letter-spacing:-0.01em}.article .meta{color:#d0d0d0;font-size:0.95rem;line-height:1.55;margin-bottom:1.25rem}.article-body p{color:#d0d0d0;margin-bottom:1.25rem}.article-body h2,.article-body h3,.article-body h4{margin-top:2.25rem;margin-bottom:0.75rem;color:#fff;letter-spacing:-0.01em}.article-body ul,.article-body ol{padding-left:1.4rem;color:#d0d0d0}.article-body li{margin-bottom:0.4rem}.article-body img{width:100%;border-radius:18px;border:none;box-shadow:none;margin:1.5rem 0}.article-body blockquote{margin:1.75rem 0;padding:1.25rem 1.5rem;border-left:4px solid #ff4c4c;background:rgba(255,255,255,0.04);border-radius:0 18px 18px 0;color:#f3f5ff;font-style:italic}.article-body pre{background:rgba(0,0,0,0.45);border-radius:18px;padding:1rem 1.25rem;overflow-x:auto;border:1px solid rgba(255,255,255,0.08);font-size:0.95rem}.article-body code{font-family:"JetBrains Mono", SFMono-Regular, Consolas, monospace;color:#ffb4b4}.post-hero{margin:1.5rem 0}.post-hero img{border-radius:18px 0 0 18px}.post-hero figcaption{font-size:0.85rem;color:#a0a0a0;margin-top:0.5rem;text-align:center}.post-pagination{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;flex-wrap:wrap}.btn-custom{background:linear-gradient(135deg, #ff4c4c 0%, #d43737 100%);border:none;color:#fff;padding:0.5rem 1.25rem;border-radius:8px;cursor:pointer;text-decoration:none;transition:transform 0.2s;font-weight:500}.btn-custom:hover{transform:translateY(-2px)}.btn-custom:hover,.btn-custom:hover span,.btn-custom:hover i,.btn-custom:hover strong{color:#fff}.btn-custom.disabled{opacity:0.4;pointer-events:none;box-shadow:none}.pagination-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}.pagination-nav .page-count{font-size:0.85rem;color:#a0a0a0}.comments{margin-top:2rem;padding:1.5rem;background:#232323;border-radius:18px;border:1px solid rgba(255,255,255,0.08)}.comments--placeholder{color:#a0a0a0;font-size:0.9rem}#breadcrumb{display:flex;gap:0.5rem;font-size:0.85rem;color:#a0a0a0;margin-bottom:1rem}#breadcrumb span+span::before{content:"/";margin:0 0.25rem;color:#555}.content-breadcrumb{margin-bottom:1rem}.meta-inline{display:flex;flex-wrap:wrap;gap:0.75rem 1.25rem;align-items:center}.meta-item{display:inline-flex;align-items:center;gap:0.35rem;font-size:0.9rem;color:#d0d0d0}.meta-item i{color:#ff4c4c}.brand-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(120px, 1fr));gap:0.75rem;margin-top:2rem;clear:both}.brand-grid .brand-pill{display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem;min-height:72px;font-weight:600;font-size:1rem;color:#fff;border-radius:18px;background:var(--brand-color, #444);box-shadow:0 10px 20px rgba(0,0,0,0.25);text-align:center}.brand-grid .brand-pill:hover{transform:translateY(-3px)}.about-wrapper{line-height:1.8;padding-right:1.5rem}.about-wrapper h2{margin-top:1.75rem}.about-portrait{width:260px;max-width:40%;object-fit:cover;float:left;margin:0 3.75rem 1.5rem 0;border-radius:18px;-webkit-shape-outside:inset(0);-webkit-shape-margin:2rem;margin-right:100px}.overline{text-transform:uppercase;letter-spacing:0.2em;font-size:0.75rem;color:#ffb4b4;margin-bottom:0.5rem;display:inline-block}.brand-grid td,.brand-grid th{background:#2a2a2a;padding:0.75rem;text-align:center}.brand-grid img{width:220px;height:110px;object-fit:contain}.site-footer{margin-left:280px;padding:1rem 2rem 2rem}.map-embed{margin-top:1.5rem;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.35)}@media (max-width: 992px){.main-content{margin-left:0}.content-layout{grid-template-columns:1fr}.site-footer{margin-left:0}}@media (max-width: 768px){.main-content{padding:1.5rem 1rem}.blog-post{flex-direction:column}.post-image{max-width:100%;flex:none;height:220px}.meta-inline{flex-direction:column;align-items:flex-start}.about-portrait{float:none;display:block;margin:0 auto 1rem;width:70%;max-width:360px;height:auto;border-radius:18px}.timeline-entry{justify-content:center !important}.timeline-entry .content{width:100%}.project-timeline ol::before{left:20px;transform:none}.timeline-entry .point{left:20px;transform:translate(-50%, -50%)}.timeline-entry{padding-left:2.5rem}}.tags-list{display:flex;flex-direction:column;gap:1.5rem}.tag-section ul{list-style:none;padding-left:0}.tag-section li{margin-bottom:0.5rem}.project-timeline{margin-top:2rem}.project-timeline ol{list-style:none;padding-left:0;position:relative;margin:0}.project-timeline ol::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:rgba(255,255,255,0.1);transform:translateX(-50%)}.timeline-entry{position:relative;display:flex;width:100%;margin:2rem 0}.timeline-left{justify-content:flex-start}.timeline-right{justify-content:flex-end}.timeline-entry .content{width:48%;background:#2a2a2a;border-radius:16px;padding:1rem 1.25rem;text-decoration:none;display:block;color:inherit;transition:transform 0.2s ease}.timeline-entry .content:hover{transform:translateY(-4px)}.timeline-entry .point{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:24px;border-radius:50%;border:3px solid #ff4c4c;background:#1a1a1a;box-shadow:0 0 0 6px rgba(255,76,76,0.15)}.project-timeline .date{font-size:0.85rem;color:#f59e0b;text-transform:uppercase;letter-spacing:0.1em;display:inline-block;margin-bottom:0.35rem}.project-timeline h3{margin-bottom:0.5rem;color:#fff}.project-timeline p{margin:0;color:#d7deef;line-height:1.6}.project-shell{background:transparent;box-shadow:none;padding:0}.project-content{background:#1a1a1a;border-radius:24px;padding:1.5rem}.project-lightbox{position:fixed;inset:0;background:rgba(0,0,0,0.85);display:none;align-items:center;justify-content:center;z-index:5000}.project-lightbox.visible{display:flex}.project-lightbox img{max-width:90%;max-height:90%;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,0.6)}.project-lightbox .close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}.right-sidebar{position:sticky;top:2rem;align-self:flex-start;display:flex;flex-direction:column;gap:1.5rem;max-width:320px;width:100%}.card-sidebar{background:#2a2a2a;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.3)}.card-sidebar h5{font-weight:600;margin-bottom:1rem}.recent-posts{list-style:none;padding-left:0}.recent-posts li{margin-bottom:1rem}.recent-posts a{color:#fff;text-decoration:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:0.95rem;transition:color 0.2s ease}.recent-posts a:hover{color:#ff4c4c}.recent-posts small{color:#a0a0a0;white-space:nowrap;font-size:0.8rem}.tag-list,.contact-list{list-style:none;padding-left:0;display:flex;flex-wrap:wrap;gap:0.5rem}.tag-list li a{display:inline-block;padding:0.25rem 0.75rem;border-radius:999px;background:rgba(255,76,76,0.15);color:#ffb4b4;text-decoration:none;font-size:0.85rem}.contact-list{flex-direction:column;gap:0.75rem}.contact-list li{display:flex;gap:0.75rem;align-items:center;font-size:0.9rem}.contact-list a{color:#fff;text-decoration:none;transition:color 0.2s ease}.contact-list a:hover{color:#ff4c4c}.toc-card .toc-list{list-style:none;padding-left:0;margin:0}.toc-item{margin-bottom:0.5rem;line-height:1.4}.toc-item.active a{color:#ff4c4c;font-weight:600}.toc-item.level-3{padding-left:1rem;font-size:0.9rem}.toc-item.level-4{padding-left:1.75rem;font-size:0.85rem}.toc-item a{color:#d0d0d0;text-decoration:none;display:inline-block;transition:color 0.2s}.toc-item a:hover{color:#ff4c4c}.toc-item.active a{color:#ff4c4c;font-weight:600}@media (max-width: 992px){.right-sidebar{position:static}}
