*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"Ubuntu Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.75;color:#e0d8c8;background-color:#0d0a14}a{color:inherit;text-decoration:none;transition:color 150ms ease}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:inherit;font-size:inherit;background:none;border:none;cursor:pointer}::selection{background-color:#a01020;color:#ffffff}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-track{background:#080610}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #4a3828 0%, #3d3020 100%);border-radius:7px;border:2px solid #080610}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, #5a4530 0%, #4a3828 100%)}.site-wrapper{display:flex;min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;background:linear-gradient(180deg, #0d0a14 0%, #080610 100%);color:#e0d8c8;z-index:100;overflow-y:auto;border-right:1px solid #3d3020}@media (max-width: 1024px){.sidebar{transform:translateX(-100%);transition:transform 250ms ease}.sidebar.open{transform:translateX(0);box-shadow:4px 0 30px rgba(0,0,0,0.6)}}.sidebar-inner{display:flex;flex-direction:column;min-height:100%;padding:3rem 1.5rem}.sidebar-header{text-align:center;margin-bottom:3rem}.sidebar-logo{display:block;color:inherit}.sidebar-logo:hover .sidebar-brand{transform:scale(1.02)}.sidebar-logo:hover .sidebar-logo-img{filter:brightness(1.2)}.sidebar-brand{margin:0 auto 1rem;padding:.5rem;transition:all 250ms ease}.sidebar-logo-img{width:100%;max-width:200px;height:auto;margin:0 auto;display:block;transition:filter 150ms ease}.sidebar-tagline{font-size:.875rem;color:#a89070;text-transform:uppercase;letter-spacing:2px}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.25rem;padding:1.5rem 0;border-top:1px solid #3d3020;border-bottom:1px solid #3d3020}.nav-link{display:block;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:#a89070;border-radius:6px;border:1px solid transparent;transition:all 150ms ease}.nav-link:hover{color:#a88040;background:linear-gradient(180deg, #1a1528 0%, #13101c 100%);border-color:#3d3020}.nav-link.active{color:#a01020;border-left:2px solid #a01020}.sidebar-footer{margin-top:2rem;text-align:center}.sidebar-social{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.sidebar-social .social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#a89070;border-radius:50%}.sidebar-copyright{font-size:.75rem;color:#a89070}.sidebar-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:101;width:44px;height:44px;background:#13101c;color:#e0d8c8;border-radius:6px;border:1px solid #3d3020;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,0.4);transition:all 150ms ease}.sidebar-toggle:hover{background:#080610;border-color:#a01020}.sidebar-toggle.active{background:#a01020;color:#080610;border-color:#a01020}@media (max-width: 1024px){.sidebar-toggle{display:flex}}.sidebar-filters{padding:1.5rem 0;border-top:1px solid #3d3020;border-bottom:1px solid #3d3020;margin-bottom:1.5rem}.filter-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#8a6b35;margin-bottom:1rem}.filter-group{margin-bottom:1rem}.filter-label{display:block;font-size:.75rem;color:#a89070;margin-bottom:.25rem}.filter-select{width:100%;padding:.5rem 1rem;font-family:"Ubuntu Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;color:#e0d8c8;background:#0a0812;border:1px solid #3d3020;border-radius:6px;cursor:pointer;transition:all 150ms ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a89070' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding-right:2rem}.filter-select:hover{border-color:#5a4530}.filter-select:focus{border-color:#8a6b35;outline:none}.filter-select option{background:#0d0a14;color:#e0d8c8}.filter-reset{width:100%;padding:.5rem 1rem;font-family:"Ubuntu Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:#a89070;background:linear-gradient(180deg, #1a1528 0%, #13101c 100%);border:1px solid #3d3020;border-radius:6px;cursor:pointer;transition:all 150ms ease}.filter-reset:hover{color:#a01020;border-color:#a01020;background:linear-gradient(180deg, #241d35 0%, #1a1528 100%)}.main-content{flex:1;margin-left:280px;padding:3rem;width:calc(100% - 280px);max-width:none}@media (max-width: 1024px){.main-content{margin-left:0;width:100%;max-width:100%;padding:2rem 1.5rem;padding-top:calc($spacing-xl + 60px)}}.home{width:100%;max-width:none}.home-banner-frame{position:relative;margin:1rem auto 1.5rem auto;width:80%;max-width:600px;z-index:2}.home-banner-frame .frame-wrapper{position:relative;padding:24px 32px;background:linear-gradient(180deg, rgba(26,21,40,0.8) 0%, rgba(19,16,28,0.4) 50%, rgba(26,21,40,0.8) 100%);border:3px solid #8a6b35;box-shadow:0 0 0 1px #080610,0 0 0 5px rgba(138,107,53,0.3),0 0 0 6px rgba(138,107,53,0.6),0 8px 32px rgba(0,0,0,0.6),inset 0 0 60px rgba(138,107,53,0.1)}.home-banner-frame .frame-wrapper::before{content:'';position:absolute;top:-8px;left:10%;right:10%;height:3px;background:linear-gradient(90deg, transparent 0%, #8a6b35 20%, #a88040 50%, #8a6b35 80%, transparent 100%);box-shadow:0 0 10px rgba(168,128,64,0.5)}.home-banner-frame .frame-wrapper::after{content:'';position:absolute;bottom:-8px;left:10%;right:10%;height:3px;background:linear-gradient(90deg, transparent 0%, #8a6b35 20%, #a88040 50%, #8a6b35 80%, transparent 100%);box-shadow:0 0 10px rgba(168,128,64,0.5)}.home-banner-frame .corner{position:absolute;width:32px;height:32px;z-index:2}.home-banner-frame .corner::before{content:'';position:absolute;width:100%;height:100%;border:3px solid #a88040}.home-banner-frame .corner::after{content:'';position:absolute;width:12px;height:12px;background:#a88040;box-shadow:0 0 8px rgba(168,128,64,0.8)}.home-banner-frame .corner.top-left{top:-4px;left:-4px}.home-banner-frame .corner.top-left::before{border-right:none;border-bottom:none;border-top-left-radius:4px}.home-banner-frame .corner.top-left::after{top:-2px;left:-2px;clip-path:polygon(0 0, 100% 0, 0 100%)}.home-banner-frame .corner.top-right{top:-4px;right:-4px}.home-banner-frame .corner.top-right::before{border-left:none;border-bottom:none;border-top-right-radius:4px}.home-banner-frame .corner.top-right::after{top:-2px;right:-2px;clip-path:polygon(0 0, 100% 0, 100% 100%)}.home-banner-frame .corner.bottom-left{bottom:-4px;left:-4px}.home-banner-frame .corner.bottom-left::before{border-right:none;border-top:none;border-bottom-left-radius:4px}.home-banner-frame .corner.bottom-left::after{bottom:-2px;left:-2px;clip-path:polygon(0 0, 0 100%, 100% 100%)}.home-banner-frame .corner.bottom-right{bottom:-4px;right:-4px}.home-banner-frame .corner.bottom-right::before{border-left:none;border-top:none;border-bottom-right-radius:4px}.home-banner-frame .corner.bottom-right::after{bottom:-2px;right:-2px;clip-path:polygon(100% 0, 0 100%, 100% 100%)}.home-banner-frame .ornament{position:absolute;left:50%;transform:translateX(-50%);z-index:3;display:flex;align-items:center;justify-content:center;gap:4px}.home-banner-frame .ornament.top{top:-14px;padding:4px 16px;background:#080610;border:2px solid #8a6b35;border-radius:2px;box-shadow:0 0 12px rgba(138,107,53,0.4)}.home-banner-frame .ornament.top::before{content:'◆ ◆ ◆';color:#a88040;font-size:10px;letter-spacing:4px;text-shadow:0 0 6px rgba(168,128,64,0.8)}.home-banner-frame .ornament.bottom{bottom:-14px;padding:4px 16px;background:#080610;border:2px solid #8a6b35;border-radius:2px;box-shadow:0 0 12px rgba(138,107,53,0.4)}.home-banner-frame .ornament.bottom::before{content:'◆ ◆ ◆';color:#a88040;font-size:10px;letter-spacing:4px;text-shadow:0 0 6px rgba(168,128,64,0.8)}.home-banner-frame .side-ornament{position:absolute;top:50%;transform:translateY(-50%);width:8px;height:40px;background:linear-gradient(180deg, transparent, #8a6b35, #a88040, #8a6b35, transparent);z-index:2}.home-banner-frame .side-ornament.left{left:-12px;box-shadow:-4px 0 12px rgba(138,107,53,0.3)}.home-banner-frame .side-ornament.right{right:-12px;box-shadow:4px 0 12px rgba(138,107,53,0.3)}.home-banner-frame img{width:100%;height:auto;max-height:100px;display:block;object-fit:cover;object-position:center;position:relative;z-index:1;border-radius:2px}@media (max-width: 640px){.home-banner-frame{width:90%}.home-banner-frame img{max-height:70px}}.hero-animated{position:relative;text-align:center;padding:4rem 0;margin-bottom:2rem;overflow:hidden;min-height:253px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(160,16,32,0.03) 1px, transparent 1px),linear-gradient(90deg, rgba(160,16,32,0.03) 1px, transparent 1px);background-size:60px 60px;pointer-events:none;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%, #000 20%, transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%, #000 20%, transparent 70%)}.hero-circuits{position:absolute;inset:0;pointer-events:none;overflow:hidden}.circuit-svg{position:absolute;top:0;height:100%;width:25%;opacity:0.6}.circuit-svg.left{left:0}.circuit-svg.right{right:0;transform:scaleX(-1)}@media (max-width: 768px){.circuit-svg{width:20%;opacity:0.4}}.circuit-path{fill:none;stroke:#a01020;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;opacity:0.4;stroke-dasharray:300;stroke-dashoffset:300;animation:draw-circuit 4s ease-in-out infinite}.circuit-path.delay-1{animation-delay:1s}.circuit-path.delay-2{animation-delay:2s}.circuit-path.delay-3{animation-delay:3s}@keyframes draw-circuit{0%{stroke-dashoffset:300;opacity:0.2}50%{stroke-dashoffset:0;opacity:0.6}100%{stroke-dashoffset:-300;opacity:0.2}}.circuit-node{fill:#080610;stroke:#a01020;stroke-width:2;animation:pulse-node 2s ease-in-out infinite}.circuit-node:nth-child(odd){animation-delay:0.5s}.circuit-node:nth-child(even){animation-delay:1s}@keyframes pulse-node{0%, 100%{opacity:0.3;filter:drop-shadow(0 0 2px #a01020)}50%{opacity:1;filter:drop-shadow(0 0 8px #a01020)}}.data-pulse{position:absolute;width:8px;height:8px;background:#a01020;border-radius:50%;left:var(--start-x);top:var(--start-y);opacity:0;box-shadow:0 0 10px #a01020,0 0 20px #a01020,0 0 30px rgba(160,16,32,0.5);animation:travel-pulse 4s ease-in-out infinite;animation-delay:var(--delay)}@keyframes travel-pulse{0%{opacity:0;transform:scale(0.5)}10%{opacity:1;transform:scale(1)}90%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.5);left:var(--end-x);top:var(--end-y)}}.hero-line-separator{position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent 0%, rgba(61,48,32,0.3) 20%, rgba(160,16,32,0.5) 50%, rgba(61,48,32,0.3) 80%, transparent 100%)}.hero-line-separator.top{top:0}.hero-line-separator.bottom{bottom:0}.hero-shield-container{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.glow-ring{position:absolute;border-radius:50%;border:1px solid}.glow-ring.ring-1{width:100%;height:100%;border-color:rgba(160,16,32,0.4);animation:pulse-ring 3s ease-in-out infinite}.glow-ring.ring-2{width:130%;height:130%;border-color:rgba(160,16,32,0.2);animation:pulse-ring 3s ease-in-out infinite 0.5s}.glow-ring.ring-3{width:160%;height:160%;border-color:rgba(160,16,32,0.1);animation:pulse-ring 3s ease-in-out infinite 1s}@keyframes pulse-ring{0%, 100%{opacity:0.3;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.shield-icon{width:100px;height:100px;background:linear-gradient(180deg, rgba(26,21,40,0.9) 0%, rgba(19,16,28,0.8) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #a01020;box-shadow:0 0 30px rgba(160,16,32,0.3),inset 0 0 20px rgba(160,16,32,0.1)}.shield-icon svg{width:50px;height:50px;color:#a01020;filter:drop-shadow(0 0 8px rgba(160,16,32,0.5))}.hero-code-tag{display:inline-block;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;font-size:1rem;color:#a01020;background:rgba(160,16,32,0.1);border:1px solid rgba(160,16,32,0.3);padding:.5rem 2rem;border-radius:6px;margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase}@media (max-width: 640px){.hero-code-tag{font-size:.875rem;padding:.25rem 1rem}}.hero-stats{display:flex;justify-content:center;gap:3rem;margin:2rem 0;flex-wrap:wrap;position:relative;z-index:2}@media (max-width: 640px){.hero-stats{gap:1.5rem}}.hero-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:120px}@media (max-width: 640px){.hero-stat{min-width:90px}}.stat-value{font-size:1.875rem;font-weight:700;color:#a01020;line-height:1;font-family:"JetBrains Mono","Fira Code",Consolas,monospace}@media (max-width: 640px){.stat-value{font-size:1.5rem}}.stat-label{font-size:.75rem;color:#5a4838;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}.hero-terminal{display:inline-flex;align-items:center;gap:1rem;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;font-size:.875rem;background:rgba(8,6,16,0.6);border:1px solid #302818;border-radius:6px;padding:.5rem 1.5rem;position:relative;z-index:2}@media (max-width: 640px){.hero-terminal{flex-direction:column;gap:.25rem;font-size:.75rem}}.terminal-hex{color:#a01020;font-weight:600}.terminal-text{color:#a89070}.terminal-text::before{content:'|';margin-right:1rem;color:#3d3020}@media (max-width: 640px){.terminal-text::before{display:none}}.terminal-status{color:#4ade80;font-weight:600}.terminal-status::before{content:'|';margin-right:1rem;color:#3d3020}@media (max-width: 640px){.terminal-status::before{display:none}}.terminal-status::after{content:'';display:inline-block;width:8px;height:8px;background:#4ade80;border-radius:50%;margin-left:.5rem;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%, 100%{opacity:1;box-shadow:0 0 4px #4ade80}50%{opacity:0.5;box-shadow:0 0 12px #4ade80}}.intro{margin-bottom:4rem}.intro p{font-size:1.125rem;color:#a89070;line-height:1.75}.intro-line{width:60px;height:3px;background:linear-gradient(90deg, #a01020, #8a6b35);margin-top:1.5rem;border-radius:2px}.posts-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #3d3020}.posts-heading{font-size:1.25rem;font-weight:600;color:#e0d8c8;margin:0}.view-toggle{display:flex;gap:4px;padding:4px;background:#0d0a14;border:1px solid #3d3020;border-radius:6px}.view-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:4px;color:#5a4838;cursor:pointer;transition:all 150ms ease}.view-btn:hover{color:#a89070;background:#13101c}.view-btn.active{color:#8a6b35;background:#1a1528;box-shadow:0 2px 8px rgba(0,0,0,0.3)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:2rem}@media (max-width: 640px){.posts-grid{grid-template-columns:1fr}}.post-card{background:linear-gradient(180deg, #1a1528 0%, #13101c 100%);border-radius:8px;overflow:hidden;border:1px solid #3d3020;box-shadow:0 4px 20px rgba(0,0,0,0.4);transition:all 250ms ease}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(160,16,32,0.2),0 8px 20px rgba(0,0,0,0.5);border-color:#a01020}.post-card:hover .post-card-image::after{opacity:0.7}.post-card:hover .post-card-title{color:#a88040}.post-card-link{display:block}.post-card-image{position:relative;height:240px;background-size:cover;background-position:center}.post-card-image::after{content:'';position:absolute;inset:0;background:linear-gradient(to top, rgba(8,6,16,0.95) 0%, rgba(8,6,16,0.4) 50%, transparent 100%);transition:opacity 250ms ease}.post-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:1;color:#e0d8c8}.post-card-content{padding:1.5rem}.post-card-date{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#a01020;margin-bottom:.5rem}.post-card-title{font-size:1.25rem;font-weight:600;line-height:1.25;margin-bottom:.5rem;transition:color 150ms ease}.post-card-overlay .post-card-title{color:#e0d8c8}.post-card-excerpt{font-size:.875rem;color:#a89070;line-height:1.5;margin-bottom:1rem}.post-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-size:.75rem;font-weight:500;color:#8a6b35}.post-card-overlay .tag{color:#a89070}.no-results{text-align:center;padding:4rem;color:#a89070}.no-results p{font-size:1.125rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:4rem;padding-top:2rem;border-top:1px solid #3d3020}.pagination-prev,.pagination-next{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#a89070;padding:.5rem 1rem;border:1px solid transparent;border-radius:6px;transition:all 150ms ease}.pagination-prev:hover,.pagination-next:hover{color:#a88040;border-color:#3d3020;background:#13101c}.pagination-info{font-size:.875rem;color:#5a4838}.posts-grid.list-view{display:flex;flex-direction:column;gap:1rem}.posts-grid.list-view .post-card{display:flex;flex-direction:row;background:#0d0a14;border-radius:6px;overflow:hidden}.posts-grid.list-view .post-card:hover{transform:translateX(4px)}.posts-grid.list-view .post-card:hover .post-card-title{color:#a88040}.posts-grid.list-view .post-card-link{display:flex;flex-direction:row;width:100%;align-items:center}.posts-grid.list-view .post-card-image{display:none}.posts-grid.list-view .post-card-content{display:flex;flex-direction:row;align-items:center;width:100%;padding:1rem 1.5rem;gap:1.5rem}.posts-grid.list-view .post-card-date{flex-shrink:0;min-width:100px;margin-bottom:0;font-size:.875rem}.posts-grid.list-view .post-card-title{flex:1;font-size:1.125rem;margin-bottom:0}.posts-grid.list-view .post-card-excerpt{display:none}.posts-grid.list-view .post-card-tags{flex-shrink:0;justify-content:flex-end}@media (max-width: 768px){.posts-grid.list-view .post-card-tags{display:none}}@media (max-width: 640px){.posts-grid.list-view .post-card-content{flex-direction:column;align-items:flex-start;gap:.25rem}.posts-grid.list-view .post-card-date{min-width:auto}}.featured-slider-section{margin-bottom:4rem;position:relative}.featured-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #3d3020}.featured-heading{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#e0d8c8;margin:0}.featured-icon{display:flex;align-items:center;color:#8a6b35}.featured-icon svg{width:24px;height:24px}.slider-controls{display:flex;align-items:center;gap:1rem}.slider-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#1a1528;border:1px solid #3d3020;border-radius:50%;color:#a89070;cursor:pointer;transition:all 150ms ease}.slider-btn:hover{background:#13101c;border-color:#8a6b35;color:#8a6b35;transform:scale(1.05)}.slider-btn:active{transform:scale(0.95)}.slider-dots{display:flex;gap:8px}.slider-dot{width:10px;height:10px;background:#3d3020;border:none;border-radius:50%;cursor:pointer;transition:all 150ms ease}.slider-dot:hover{background:#8a6b35;transform:scale(1.2)}.slider-dot.active{background:#8a6b35;box-shadow:0 0 10px rgba(138,107,53,0.5);transform:scale(1.2)}.featured-slider{position:relative;overflow:hidden;border-radius:8px}.slider-track{position:relative;min-height:280px}.featured-slide{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateX(50px);transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.featured-slide.active{position:relative;opacity:1;transform:translateX(0);pointer-events:auto}.featured-slide.prev{transform:translateX(-50px)}.featured-link{display:flex;background:linear-gradient(135deg, #1a1528 0%, #13101c 100%);border:1px solid #3d3020;border-radius:8px;overflow:hidden;transition:all 250ms ease}.featured-link:hover{border-color:#8a6b35;box-shadow:0 8px 40px rgba(0,0,0,0.5),0 0 30px rgba(138,107,53,0.15);transform:translateY(-2px)}.featured-link:hover .featured-title{color:#a88040}.featured-link:hover .featured-read-more{color:#a88040}.featured-link:hover .featured-read-more svg{transform:translateX(4px)}.featured-link:hover .featured-number span{color:#a88040;text-shadow:0 0 30px rgba(138,107,53,0.5)}.featured-content{flex:1;padding:2rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}.featured-meta{display:flex;align-items:center;gap:1rem}.featured-date{font-size:.875rem;color:#a01020;font-weight:500;text-transform:uppercase;letter-spacing:1px}.featured-category{font-size:.75rem;color:#8a6b35;background:rgba(138,107,53,0.1);padding:4px 12px;border-radius:20px;border:1px solid rgba(138,107,53,0.3)}.featured-title{font-size:1.5rem;font-weight:600;color:#e0d8c8;line-height:1.25;transition:color 150ms ease;margin:0}@media (max-width: 768px){.featured-title{font-size:1.25rem}}.featured-excerpt{font-size:1rem;color:#a89070;line-height:1.75;margin:0}@media (max-width: 640px){.featured-excerpt{display:none}}.featured-tags{display:flex;flex-wrap:wrap;gap:.5rem}.featured-tag{font-size:.75rem;color:#5a4838}.featured-tag:hover{color:#8a6b35}.featured-read-more{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#8a6b35;margin-top:.5rem;transition:color 150ms ease}.featured-read-more svg{transition:transform 150ms ease}.featured-number{display:flex;align-items:center;justify-content:center;min-width:140px;background:linear-gradient(180deg, rgba(8,6,16,0.8) 0%, rgba(8,6,16,0.95) 100%);border-left:1px solid #3d3020}.featured-number span{font-size:5rem;font-weight:700;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;color:#3d3020;transition:all 250ms ease;line-height:1}@media (max-width: 768px){.featured-number{display:none}}.posts-directory{width:100%;max-width:none}.directory-header{margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid #3d3020}.posts-search-container{width:100%;margin-top:24px}.posts-search-wrapper{position:relative;display:block;width:100%}.posts-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#5a4838;pointer-events:none;z-index:2}.posts-search-input{display:block;width:100%;height:50px;padding:12px 50px;font-size:16px;font-family:"Ubuntu Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#e0d8c8;background-color:#0d0a14;border:1px solid #3d3020;border-radius:12px;outline:none;box-sizing:border-box;transition:all 0.2s ease}.posts-search-input::placeholder{color:#5a4838;opacity:0.7}.posts-search-input:hover{border-color:rgba(160,16,32,0.4);background-color:#13101c}.posts-search-input:focus{border-color:#a01020;box-shadow:0 0 0 3px rgba(160,16,32,0.15),0 4px 12px rgba(0,0,0,0.2);background-color:#13101c}.posts-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:#5a4838;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all 0.15s ease;z-index:2}.posts-search-clear:hover{color:#a01020;background:rgba(160,16,32,0.1)}.posts-search-results{display:none;margin-top:8px;padding:6px 12px;font-size:14px;color:#a01020;background:rgba(160,16,32,0.1);border-radius:6px}.directory-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}@media (max-width: 640px){.directory-title-row{flex-direction:column;align-items:center;text-align:center}}.directory-title{font-size:1.875rem;font-weight:700;color:#e0d8c8;margin-bottom:.5rem}.directory-subtitle{font-size:1.125rem;color:#a89070;margin:0}.category-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #3d3020}.category-tab{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#0d0a14;border:1px solid #3d3020;border-radius:30px;color:#a89070;font-size:.875rem;font-weight:500;cursor:pointer;transition:all 150ms ease}.category-tab:hover{background:#1a1528;border-color:#8a6b35;color:#e0d8c8}.category-tab.active{background:linear-gradient(135deg, rgba(138,107,53,0.2) 0%, rgba(138,107,53,0.1) 100%);border-color:#8a6b35;color:#a88040;box-shadow:0 0 15px rgba(138,107,53,0.2)}.tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 .25rem;background:rgba(8,6,16,0.5);border-radius:10px;font-size:.75rem;font-weight:600}.category-tab.active .tab-count{background:rgba(138,107,53,0.3);color:#a88040}.news-feed-section{margin-bottom:4rem}.news-feed-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #3d3020}@media (max-width: 640px){.news-feed-header{flex-direction:column;align-items:flex-start;gap:1rem}}.news-feed-title{display:flex;align-items:center;gap:1rem;font-size:1.25rem;font-weight:600;color:#e0d8c8;margin:0}.feed-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg, rgba(138,107,53,0.2) 0%, rgba(138,107,53,0.1) 100%);border-radius:10px;color:#8a6b35}.feed-icon svg{width:22px;height:22px}.view-all-link{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#8a6b35;font-weight:500;transition:all 150ms ease}.view-all-link:hover{color:#a88040}.view-all-link:hover svg{transform:translateX(4px)}.view-all-link svg{transition:transform 150ms ease}.coming-soon-badge{display:inline-flex;align-items:center;padding:.25rem 1rem;background:linear-gradient(135deg, rgba(160,16,32,0.2) 0%, rgba(160,16,32,0.1) 100%);border:1px solid rgba(160,16,32,0.4);border-radius:20px;color:#a01020;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.news-feed-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(180deg, #0d0a14 0%, #13101c 100%);border:1px dashed #3d3020;border-radius:8px;text-align:center}.placeholder-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg, rgba(138,107,53,0.1) 0%, rgba(138,107,53,0.05) 100%);border-radius:50%;color:#8a6b35;margin-bottom:1.5rem;opacity:0.6}.placeholder-text{font-size:1.125rem;color:#a89070;margin:0 0 .5rem 0}.placeholder-subtext{font-size:.875rem;color:#5a4838;margin:0;max-width:400px}.news-feed{display:flex;flex-direction:column}.feed-day-group{position:relative;margin-bottom:2rem}.feed-day-group:last-child{margin-bottom:0}.feed-date-marker{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.5rem 1.5rem;background:linear-gradient(90deg, rgba(26,21,40,0.8) 0%, transparent 100%);border-left:3px solid #8a6b35;border-radius:0 8px 8px 0}.feed-date{font-size:1rem;font-weight:600;color:#8a6b35}.feed-day{font-size:.875rem;color:#5a4838;font-weight:400}.feed-item{display:flex;gap:1.5rem;padding-left:1rem;margin-bottom:1rem}.feed-item:last-child .timeline-line{display:none}.feed-item:hover .feed-item-content{background:#1a1528;border-color:#8a6b35}.feed-item:hover .feed-item-title{color:#a88040}.feed-item:hover .timeline-dot{background:#8a6b35;box-shadow:0 0 10px rgba(138,107,53,0.5)}.feed-item-timeline{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px;padding-top:1.5rem}.timeline-dot{width:10px;height:10px;background:#a01020;border-radius:50%;border:2px solid #080610;box-shadow:0 0 0 2px rgba(160,16,32,0.3);transition:all 150ms ease;flex-shrink:0}.timeline-line{width:2px;flex:1;min-height:20px;background:linear-gradient(180deg, #a01020 0%, transparent 100%);margin-top:.25rem}.feed-item-content{flex:1;background:#0d0a14;border:1px solid #3d3020;border-radius:8px;padding:1.5rem;transition:all 150ms ease}.feed-item-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.feed-item-time{font-size:.75rem;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;color:#5a4838;letter-spacing:0.5px}.feed-item-category{font-size:.75rem;font-weight:500;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:0.5px}.feed-item-category.cat-winternals{background:rgba(156,39,176,0.15);color:#ce93d8;border:1px solid rgba(156,39,176,0.3)}.feed-item-category.cat-dfir{background:rgba(33,150,243,0.15);color:#90caf9;border:1px solid rgba(33,150,243,0.3)}.feed-item-category.cat-offsec{background:rgba(244,67,54,0.15);color:#ef9a9a;border:1px solid rgba(244,67,54,0.3)}.feed-item-link{display:block}.feed-item-title{font-size:1.125rem;font-weight:600;color:#e0d8c8;line-height:1.25;margin:0 0 .5rem 0;transition:color 150ms ease}.feed-item-excerpt{font-size:.875rem;color:#a89070;line-height:1.75;margin:0 0 .5rem 0}.feed-item-tags{display:flex;flex-wrap:wrap;gap:.5rem}.feed-tag{font-size:.75rem;color:#8a6b35;font-weight:500}.feed-footer{display:flex;justify-content:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #3d3020}.browse-all-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 3rem;background:linear-gradient(135deg, rgba(138,107,53,0.15) 0%, rgba(138,107,53,0.05) 100%);border:1px solid #8a6b35;border-radius:30px;color:#8a6b35;font-size:1rem;font-weight:500;transition:all 150ms ease}.browse-all-btn:hover{background:linear-gradient(135deg, rgba(138,107,53,0.25) 0%, rgba(138,107,53,0.1) 100%);color:#a88040;transform:translateY(-2px);box-shadow:0 8px 25px rgba(138,107,53,0.2)}.browse-all-btn svg{opacity:0.8}@media (max-width: 640px){.feed-item{padding-left:0}.feed-item-timeline{display:none}.feed-item-content{padding:1rem}.feed-item-title{font-size:1rem}}.news-slider-controls{display:flex;align-items:center;gap:1rem}.news-slider-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid #3d3020;border-radius:50%;color:#a89070;cursor:pointer;transition:all 150ms ease}.news-slider-btn:hover{background:rgba(160,16,32,0.1);border-color:#a01020;color:#a01020}.news-slider-btn:active{transform:scale(0.95)}.news-slider-dots{display:flex;align-items:center;gap:6px}.news-slider-dot{width:8px;height:8px;background:#3d3020;border:none;border-radius:50%;cursor:pointer;transition:all 150ms ease;padding:0}.news-slider-dot:hover{background:rgba(160,16,32,0.5)}.news-slider-dot.active{background:#a01020;width:24px;border-radius:4px}.news-source-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 1rem;background:linear-gradient(135deg, rgba(160,16,32,0.2) 0%, rgba(160,16,32,0.1) 100%);border:1px solid rgba(160,16,32,0.4);border-radius:20px;color:#a01020;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:all 150ms ease;margin-left:1rem}.news-source-badge:hover{background:rgba(160,16,32,0.3);border-color:#a01020;color:#c01830}.news-slider-wrapper{position:relative;overflow:hidden}.news-slider{position:relative}.news-slider-track{position:relative;min-height:1021px}.news-slide{position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;transform:translateX(30px);transition:all 0.4s ease-out}.news-slide.active{opacity:1;visibility:visible;transform:translateX(0);position:relative}.news-feed-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#5a4838;min-height:1021px}.news-feed-loading p{margin:1rem 0 0 0;font-size:.875rem}.loading-spinner{width:40px;height:40px;border:3px solid rgba(160,16,32,0.2);border-top-color:#a01020;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.news-card{position:relative;display:grid;grid-template-columns:945px 1fr;background:linear-gradient(180deg, #0d0a14 0%, #13101c 100%);border:1px solid #3d3020;border-radius:8px;overflow:hidden;transition:all 250ms ease}.news-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #a01020, #8a6b35);transform:scaleX(0);transform-origin:left;transition:transform 250ms ease}.news-card:hover{border-color:#a01020;box-shadow:0 10px 40px rgba(0,0,0,0.3),0 0 30px rgba(160,16,32,0.15)}.news-card:hover::before{transform:scaleX(1)}.news-card:hover .news-card-title{color:#8a6b35}.news-card-glow{position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle, rgba(160,16,32,0.08) 0%, transparent 70%);pointer-events:none}.news-card-image{position:relative;min-height:889px;background-size:cover;background-position:center;background-color:#13101c}.news-card-image-overlay{position:absolute;inset:0;background:linear-gradient(90deg, transparent 0%, rgba(8,6,16,0.6) 80%, rgba(8,6,16,0.9) 100%)}.news-card-content{position:relative;z-index:1;padding:2rem 3rem;display:flex;flex-direction:column;gap:1rem;justify-content:center}.news-card-meta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.news-card-date{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;color:#5a4838;text-transform:uppercase;letter-spacing:0.5px}.news-card-date svg{color:#a01020}.news-card-index{font-size:.75rem;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;color:#a01020;letter-spacing:1px}.news-card-title{font-size:1.4rem;font-weight:600;color:#e0d8c8;line-height:1.25;margin:0;transition:color 150ms ease}.news-card-excerpt{font-size:.875rem;color:#a89070;line-height:1.75;margin:0}.news-card-link{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1.5rem;background:transparent;border:1px solid #a01020;border-radius:4px;color:#a01020;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:all 150ms ease;margin-top:.5rem}.news-card-link:hover{background:#a01020;color:#e0d8c8;box-shadow:0 0 20px rgba(160,16,32,0.4)}.news-card-link:hover svg{transform:translateX(4px)}.news-card-link svg{transition:transform 150ms ease}.news-feed-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;background:linear-gradient(180deg, #0d0a14 0%, #13101c 100%);border:1px dashed #3d3020;border-radius:8px;text-align:center;color:#5a4838;min-height:540px}.news-feed-error svg{margin-bottom:1rem;opacity:0.5}.news-feed-error p{margin:0 0 1rem 0}.news-feed-error .error-link{color:#8a6b35;font-size:.875rem}.news-feed-error .error-link:hover{color:#a88040}@media (max-width: 768px){.news-feed-header{flex-direction:column;align-items:flex-start;gap:1rem}.news-slider-controls{width:100%;justify-content:space-between}.news-source-badge{margin-left:0}.news-card{grid-template-columns:1fr}.news-card-image{min-height:180px}.news-card-image-overlay{background:linear-gradient(180deg, transparent 0%, rgba(8,6,16,0.8) 100%)}.news-card-content{padding:1.5rem}.news-card-title{font-size:1.125rem}.news-slider-dots{display:none}}.post{width:100%;max-width:none}.post-header{margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid #3d3020}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem}.post-date{color:#a01020;text-transform:uppercase;letter-spacing:1px}.post-categories{color:#5a4838}.post-categories a{color:#a89070}.post-categories a:hover{color:#a88040}.post-title{font-size:2.25rem;font-weight:700;line-height:1.25;color:#e0d8c8;margin-bottom:1rem}@media (max-width: 640px){.post-title{font-size:1.5rem}}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-tags .tag{padding:.25rem .5rem;background:#13101c;border:1px solid #3d3020;border-radius:6px;font-size:.75rem;font-weight:500;color:#8a6b35;transition:all 150ms ease}.post-tags .tag:hover{border-color:#8a6b35;color:#a88040}.post-featured-image{margin-bottom:3rem;border-radius:8px;overflow:hidden;border:1px solid #3d3020}.post-featured-image img{width:100%;height:auto}.post-content,.page-content{font-size:1.125rem;line-height:1.75;text-align:justify;text-justify:inter-word}.post-content h1,.page-content h1,.post-content h2,.page-content h2,.post-content h3,.page-content h3,.post-content h4,.page-content h4,.post-content h5,.page-content h5,.post-content h6,.page-content h6{font-weight:700;line-height:1.25;margin-top:4rem;margin-bottom:1.5rem;color:#e0d8c8;text-align:left}.post-content h1:first-child,.page-content h1:first-child,.post-content h2:first-child,.page-content h2:first-child,.post-content h3:first-child,.page-content h3:first-child,.post-content h4:first-child,.page-content h4:first-child,.post-content h5:first-child,.page-content h5:first-child,.post-content h6:first-child,.page-content h6:first-child{margin-top:0}.post-content h2,.page-content h2{font-size:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #3d3020;margin-top:4rem;margin-bottom:2rem}.post-content h3,.page-content h3{font-size:1.25rem;color:#a88040;margin-top:3rem;margin-bottom:1.5rem}.post-content h4,.page-content h4{font-size:1.125rem;margin-top:2rem;margin-bottom:1rem}.post-content p,.page-content p{margin-bottom:2rem}.post-content p:last-child,.page-content p:last-child{margin-bottom:0}.post-content p+.code-block-wrapper,.page-content p+.code-block-wrapper{margin-top:1rem}.post-content .code-block-wrapper+p,.page-content .code-block-wrapper+p,.post-content .code-block-wrapper+h2,.page-content .code-block-wrapper+h2,.post-content .code-block-wrapper+h3,.page-content .code-block-wrapper+h3,.post-content .code-block-wrapper+h4,.page-content .code-block-wrapper+h4{margin-top:3rem}.post-content a,.page-content a{color:#a88040;border-bottom:1px solid transparent;transition:all 150ms ease}.post-content a:hover,.page-content a:hover{color:#a01020;border-bottom-color:#a01020}.post-content strong,.page-content strong{font-weight:600;color:#a01020}.post-content em,.page-content em{font-style:italic;color:#a88040}.post-content ul,.page-content ul,.post-content ol,.page-content ol{margin-bottom:1.5rem;padding-left:2rem;text-align:left}.post-content ul li,.page-content ul li,.post-content ol li,.page-content ol li{margin-bottom:.5rem}.post-content ul li::marker,.page-content ul li::marker,.post-content ol li::marker,.page-content ol li::marker{color:#a01020}.post-content ul,.page-content ul{list-style-type:disc}.post-content ol,.page-content ol{list-style-type:decimal}.post-content blockquote,.page-content blockquote{margin:2rem 0;padding:1rem 1.5rem;border-left:4px solid #a01020;background:rgba(160,16,32,0.05);border-radius:0 6px 6px 0;text-align:left}.post-content blockquote p,.page-content blockquote p{margin-bottom:0;font-style:italic;color:#a89070}.post-content code,.page-content code{font-family:"JetBrains Mono","Fira Code",Consolas,monospace;font-size:0.9em;padding:0.2em 0.4em;background:#1a1528;border:1px solid #3d3020;border-radius:6px;color:#a88040}.post-content .code-block-wrapper,.page-content .code-block-wrapper{margin:1.5rem 0 3rem 0;border-radius:8px;border:1px solid #3d3020;overflow:hidden;background:#080610;box-shadow:0 4px 20px rgba(0,0,0,0.4),0 0 30px rgba(160,16,32,0.05);text-align:left}.post-content .code-block-wrapper+.code-block-wrapper,.page-content .code-block-wrapper+.code-block-wrapper{margin-top:1.5rem}.post-content .code-block-header,.page-content .code-block-header{display:flex;align-items:center;justify-content:space-between;height:42px;padding:0 1rem;background:linear-gradient(180deg, #13101c 0%, #0d0a14 100%);border-bottom:1px solid #3d3020}.post-content .code-block-lang,.page-content .code-block-lang{font-family:"Ubuntu Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:11px;color:#8a6b35;text-transform:uppercase;letter-spacing:1px;font-weight:600}.post-content .code-copy-btn,.page-content .code-copy-btn{display:flex;align-items:center;gap:6px;padding:5px 12px;background:rgba(138,107,53,0.1);border:1px solid #3d3020;border-radius:6px;color:#a89070;font-family:"Ubuntu Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:11px;cursor:pointer;transition:all 150ms ease}.post-content .code-copy-btn span,.page-content .code-copy-btn span{text-transform:uppercase;letter-spacing:0.5px;font-weight:500}.post-content .code-copy-btn svg,.page-content .code-copy-btn svg{flex-shrink:0}.post-content .code-copy-btn:hover,.page-content .code-copy-btn:hover{background:rgba(138,107,53,0.2);border-color:#8a6b35;color:#a88040}.post-content .code-copy-btn.copied,.page-content .code-copy-btn.copied{background:rgba(42,138,64,0.2);border-color:#2a8a40;color:#2a8a40}.post-content pre,.page-content pre{margin:0;padding:1.5rem;background:#080610;border-radius:0;border:none;overflow-x:auto}.post-content pre code,.page-content pre code{display:block;padding:0;background:none;border:none;color:#e0d8c8;font-size:.875rem;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;max-height:600px;overflow-y:auto}.post-content pre code .token.comment,.page-content pre code .token.comment,.post-content pre code .token.prolog,.page-content pre code .token.prolog,.post-content pre code .token.doctype,.page-content pre code .token.doctype,.post-content pre code .token.cdata,.page-content pre code .token.cdata{color:#5a4838;font-style:italic}.post-content pre code .token.punctuation,.page-content pre code .token.punctuation{color:#a89070}.post-content pre code .token.property,.page-content pre code .token.property,.post-content pre code .token.tag,.page-content pre code .token.tag,.post-content pre code .token.boolean,.page-content pre code .token.boolean,.post-content pre code .token.number,.page-content pre code .token.number,.post-content pre code .token.constant,.page-content pre code .token.constant,.post-content pre code .token.symbol,.page-content pre code .token.symbol{color:#a01020}.post-content pre code .token.selector,.page-content pre code .token.selector,.post-content pre code .token.attr-name,.page-content pre code .token.attr-name,.post-content pre code .token.string,.page-content pre code .token.string,.post-content pre code .token.char,.page-content pre code .token.char,.post-content pre code .token.builtin,.page-content pre code .token.builtin{color:#a88040}.post-content pre code .token.operator,.page-content pre code .token.operator,.post-content pre code .token.entity,.page-content pre code .token.entity,.post-content pre code .token.url,.page-content pre code .token.url{color:#e0d8c8}.post-content pre code .token.atrule,.page-content pre code .token.atrule,.post-content pre code .token.keyword,.page-content pre code .token.keyword,.post-content pre code .token.attr-value,.page-content pre code .token.attr-value{color:#a01020}.post-content pre code .token.function,.page-content pre code .token.function,.post-content pre code .token.class-name,.page-content pre code .token.class-name{color:#a88040}.post-content pre code .token.regex,.page-content pre code .token.regex,.post-content pre code .token.important,.page-content pre code .token.important,.post-content pre code .token.variable,.page-content pre code .token.variable{color:#c07020}.post-content pre:not(.code-block-wrapper pre),.page-content pre:not(.code-block-wrapper pre){margin:2rem 0;border-radius:8px;border:1px solid #3d3020}.post-content .image-watermark,.page-content .image-watermark{position:relative;display:block;margin:2rem auto;width:fit-content;max-width:100%}.post-content .image-watermark img,.page-content .image-watermark img{margin:0 !important;display:block;max-width:100%;height:auto;border-radius:8px;border:1px solid #3d3020;box-shadow:0 4px 20px rgba(0,0,0,0.4)}.post-content .image-watermark::after,.page-content .image-watermark::after{content:'◆ secarclabs ◆';position:absolute;bottom:12px;right:12px;font-family:"Ubuntu Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:10px;font-weight:600;letter-spacing:2px;text-transform:lowercase;color:rgba(255,255,255,0.25);background:transparent;padding:4px 10px;border-radius:2px;border:1px solid rgba(255,255,255,0.15);pointer-events:none;z-index:5;text-shadow:0 0 3px rgba(0,0,0,0.8),0 1px 2px rgba(0,0,0,0.6)}.post-content img:not(.image-watermark img),.page-content img:not(.image-watermark img){margin:2rem auto;border-radius:8px;border:1px solid #3d3020;box-shadow:0 4px 20px rgba(0,0,0,0.4);display:block;max-width:100%;height:auto}.post-content hr,.page-content hr{border:none;height:1px;background:linear-gradient(90deg, transparent, #3d3020, transparent);margin:3rem 0}.post-content table,.page-content table{width:100%;margin:2rem 0;border-collapse:collapse}.post-content table th,.page-content table th,.post-content table td,.page-content table td{padding:.5rem 1rem;border:1px solid #3d3020;text-align:left}.post-content table th,.page-content table th{background:linear-gradient(180deg, #13101c 0%, #0d0a14 100%);font-weight:600;color:#8a6b35}.post-content table tr:nth-child(even),.page-content table tr:nth-child(even){background:#0d0a14}.post-content table tr:hover,.page-content table tr:hover{background:#13101c}.post-content .references-section,.page-content .references-section{margin-top:4rem;padding-top:3rem;border-top:2px solid #3d3020}.post-content .references-section h2,.page-content .references-section h2{display:flex;align-items:center;gap:.5rem;margin-top:0;padding-bottom:1rem;border-bottom:1px solid rgba(138,107,53,0.3)}.post-content .references-section h2::before,.page-content .references-section h2::before{content:'📚';font-size:1.2em}.post-content .references-section ul,.page-content .references-section ul{list-style:none !important;padding-left:0 !important;margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.post-content .references-section ul li,.page-content .references-section ul li{margin-bottom:0 !important;padding:1rem 1.5rem;background:linear-gradient(135deg, #0d0a14 0%, #13101c 100%);border:1px solid #3d3020;border-left:3px solid #8a6b35;border-radius:6px;transition:all 150ms ease;position:relative;overflow:hidden}.post-content .references-section ul li::before,.page-content .references-section ul li::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, rgba(138,107,53,0.05) 0%, transparent 50%);opacity:0;transition:opacity 150ms ease;pointer-events:none}.post-content .references-section ul li:hover,.page-content .references-section ul li:hover{border-color:#8a6b35;transform:translateX(4px);box-shadow:0 4px 15px rgba(0,0,0,0.3),0 0 20px rgba(138,107,53,0.1)}.post-content .references-section ul li:hover::before,.page-content .references-section ul li:hover::before{opacity:1}.post-content .references-section ul li a,.page-content .references-section ul li a{display:flex;align-items:center;gap:.5rem;color:#e0d8c8;font-weight:500;border-bottom:none !important;word-break:break-word}.post-content .references-section ul li a::before,.page-content .references-section ul li a::before{content:'→';color:#8a6b35;font-weight:bold;flex-shrink:0;transition:transform 150ms ease}.post-content .references-section ul li a::after,.page-content .references-section ul li a::after{content:'↗';font-size:0.75em;color:#5a4838;margin-left:auto;flex-shrink:0;opacity:0.5;transition:all 150ms ease;padding-left:.5rem}.post-content .references-section ul li a:hover,.page-content .references-section ul li a:hover{color:#a88040}.post-content .references-section ul li a:hover::before,.page-content .references-section ul li a:hover::before{transform:translateX(4px);color:#a01020}.post-content .references-section ul li a:hover::after,.page-content .references-section ul li a:hover::after{opacity:1;color:#8a6b35}.post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #3d3020}.post-share{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.post-share span{font-size:.875rem;color:#a89070}.post-share a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#13101c;border:1px solid #3d3020;color:#a89070;transition:all 150ms ease}.post-share a:hover{background:#a01020;border-color:#a01020;color:#ffffff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(160,16,32,0.4)}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 640px){.post-navigation{grid-template-columns:1fr}}.post-nav-prev,.post-nav-next{display:block;padding:1.5rem;background:linear-gradient(180deg, #1a1528 0%, #13101c 100%);border-radius:8px;border:1px solid #3d3020;box-shadow:0 2px 10px rgba(0,0,0,0.3);transition:all 250ms ease}.post-nav-prev:hover,.post-nav-next:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.4),0 4px 12px rgba(160,16,32,0.2);border-color:#a01020}.post-nav-prev:hover .post-nav-title,.post-nav-next:hover .post-nav-title{color:#a88040}.post-nav-next{text-align:right}.post-nav-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#5a4838;margin-bottom:.25rem}.post-nav-title{font-size:1rem;font-weight:600;color:#e0d8c8;transition:color 150ms ease}.page{max-width:800px;margin:0 auto}.page-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #3d3020}.page-title{font-size:1.875rem;font-weight:700;color:#e0d8c8;margin-bottom:.5rem}@media (max-width: 640px){.page-title{font-size:1.5rem}}.page-subtitle{font-size:1.125rem;color:#a89070}.search-container{margin-bottom:3rem}.search-input{width:100%;padding:1rem 1.5rem;font-family:"Ubuntu Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.125rem;border:1px solid #3d3020;border-radius:8px;background:#0a0812;color:#e0d8c8;transition:all 150ms ease}.search-input:focus{outline:none;border-color:#8a6b35;box-shadow:0 0 0 3px rgba(138,107,53,0.2)}.search-input::placeholder{color:#5a4838}#search-results{margin-top:2rem}.search-result{padding:1.5rem;margin-bottom:1rem;background:linear-gradient(180deg, #1a1528 0%, #13101c 100%);border-radius:8px;border:1px solid #3d3020;box-shadow:0 2px 10px rgba(0,0,0,0.3);transition:all 250ms ease}.search-result:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.4),0 4px 12px rgba(160,16,32,0.15);border-color:#a01020}.search-result:hover h3{color:#a88040}.search-result h3{font-size:1.125rem;font-weight:600;color:#e0d8c8;margin-bottom:.25rem;transition:color 150ms ease}.search-result p{font-size:.875rem;color:#5a4838}.no-results{text-align:center;padding:3rem;color:#a89070;font-size:1.125rem}.categories-list{margin-top:2rem}.category-section{margin-bottom:3rem}.category-title{display:flex;align-items:center;gap:1rem;font-size:1.25rem;font-weight:700;color:#e0d8c8;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #3d3020}.category-title::before{content:'#';color:#a01020}.category-title span{font-size:.875rem;font-weight:400;color:#5a4838}.category-posts{display:flex;flex-direction:column;gap:1rem}.category-post{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;background:#13101c;border-radius:6px;border:1px solid #3d3020;transition:all 150ms ease}.category-post:hover{background:#1a1528;border-color:#a01020}.category-post:hover .category-post-title{color:#a88040}@media (max-width: 640px){.category-post{flex-direction:column;align-items:flex-start;gap:.25rem}}.category-post-date{flex-shrink:0;font-size:.875rem;color:#5a4838;font-family:"JetBrains Mono","Fira Code",Consolas,monospace}.category-post-title{font-weight:500;color:#e0d8c8;transition:color 150ms ease}.contact-form{max-width:600px}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#8a6b35;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.form-input,.form-textarea{width:100%;padding:1rem;font-family:"Ubuntu Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;border:1px solid #3d3020;border-radius:6px;background:#0a0812;color:#e0d8c8;transition:all 150ms ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#8a6b35;box-shadow:0 0 0 3px rgba(138,107,53,0.2)}.form-input::placeholder,.form-textarea::placeholder{color:#5a4838}.form-textarea{min-height:150px;resize:vertical}.form-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#ffffff;background:linear-gradient(180deg, #a01020 0%, #6b0a15 100%);border:1px solid #a01020;border-radius:6px;cursor:pointer;transition:all 250ms ease}.form-button:hover{background:linear-gradient(180deg, #c01830 0%, #a01020 100%);border-color:#c01830;transform:translateY(-2px);box-shadow:0 8px 25px rgba(160,16,32,0.4)}.ntapi-page{max-width:100%;padding:0}.ntapi-header{padding:2rem 1.5rem;background:linear-gradient(135deg, rgba(13,10,20,0.98) 0%, rgba(26,21,40,0.95) 100%);border-bottom:1px solid #3d3020;margin-bottom:1.5rem}.ntapi-title-section{text-align:center;margin-bottom:2rem}.ntapi-title{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1.875rem;color:#e0d8c8;margin:0 0 .5rem 0;font-weight:700}.ntapi-icon{color:#a01020;display:flex}.ntapi-subtitle{color:#a89070;font-size:1rem;margin:0}.ntapi-subtitle a{color:#8a6b35;text-decoration:none}.ntapi-subtitle a:hover{color:#a88040;text-decoration:underline}.ntapi-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.stat-item{text-align:center;padding:1rem 1.5rem;background:rgba(160,16,32,0.05);border:1px solid #3d3020;border-radius:8px;min-width:100px}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:#a01020;font-family:"JetBrains Mono","Fira Code",Consolas,monospace}.stat-label{display:block;font-size:.875rem;color:#5a4838;margin-top:.25rem}.ntapi-controls{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.ntapi-search-wrapper{position:relative;max-width:600px;margin:0 auto;width:100%}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#5a4838;pointer-events:none}.ntapi-search{width:100%;padding:1rem 3rem 1rem 3rem;background:#1a1528;border:1px solid #3d3020;border-radius:8px;color:#e0d8c8;font-size:1rem;font-family:"Ubuntu Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transition:border-color 150ms ease,box-shadow 150ms ease}.ntapi-search::placeholder{color:#5a4838}.ntapi-search:focus{outline:none;border-color:#8a6b35;box-shadow:0 0 0 3px rgba(138,107,53,0.15)}.search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#5a4838;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:color 150ms ease,background 150ms ease}.search-clear:hover{color:#e0d8c8;background:rgba(160,16,32,0.1)}.ntapi-filters{display:flex;justify-content:center;align-items:flex-end;gap:1rem;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.25rem}.filter-group label{font-size:.75rem;color:#5a4838;text-transform:uppercase;letter-spacing:0.05em}.filter-select{padding:.5rem 1.5rem .5rem 1rem;background:#1a1528;border:1px solid #3d3020;border-radius:6px;color:#e0d8c8;font-size:.875rem;cursor:pointer;min-width:150px}.filter-select:focus{outline:none;border-color:#8a6b35}.filter-reset{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:rgba(160,16,32,0.1);border:1px solid #3d3020;border-radius:6px;color:#a89070;font-size:.875rem;cursor:pointer;transition:all 150ms ease}.filter-reset:hover{background:rgba(160,16,32,0.2);color:#e0d8c8;border-color:#a01020}.ntapi-layout{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;padding:0 1.5rem 2rem}@media (max-width: 1024px){.ntapi-layout{grid-template-columns:1fr}}.ntapi-sidebar{position:sticky;top:1.5rem;height:fit-content;max-height:calc(100vh - 2rem);overflow-y:auto}@media (max-width: 1024px){.ntapi-sidebar{display:none}}.sidebar-section{background:#13101c;border:1px solid #3d3020;border-radius:8px;padding:1rem;margin-bottom:1rem}.sidebar-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#8a6b35;margin:0 0 1rem 0;padding-bottom:.5rem;border-bottom:1px solid #3d3020;text-transform:uppercase;letter-spacing:0.05em}.category-list,.header-list{list-style:none;margin:0;padding:0;max-height:300px;overflow-y:auto}.category-list::-webkit-scrollbar,.header-list::-webkit-scrollbar{width:4px}.category-list::-webkit-scrollbar-track,.header-list::-webkit-scrollbar-track{background:transparent}.category-list::-webkit-scrollbar-thumb,.header-list::-webkit-scrollbar-thumb{background:#3d3020;border-radius:2px}.category-item,.header-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:6px;cursor:pointer;transition:background 150ms ease}.category-item:hover,.header-item:hover{background:rgba(138,107,53,0.1)}.category-item.active,.header-item.active{background:rgba(160,16,32,0.15)}.category-item.active .category-name,.category-item.active .header-name,.header-item.active .category-name,.header-item.active .header-name{color:#a01020}.category-icon{font-size:1rem;width:24px;text-align:center}.category-name,.header-name{flex:1;font-size:.875rem;color:#a89070}.category-count,.header-count{font-size:.75rem;color:#5a4838;background:#1a1528;padding:2px 6px;border-radius:10px;font-family:"JetBrains Mono","Fira Code",Consolas,monospace}.sidebar-info p{font-size:.875rem;color:#5a4838;line-height:1.6;margin:0 0 .5rem 0}.sidebar-info p:last-child{margin-bottom:0}.sidebar-info p a{color:#8a6b35;text-decoration:none}.sidebar-info p a:hover{text-decoration:underline}.ntapi-main{min-width:0}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #3d3020}.results-count{font-size:.875rem;color:#5a4838}.view-toggle{display:flex;gap:.25rem}.view-btn{padding:.5rem;background:#1a1528;border:1px solid #3d3020;border-radius:6px;color:#5a4838;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 150ms ease}.view-btn:hover{color:#e0d8c8;border-color:#5a4530}.view-btn.active{background:rgba(160,16,32,0.15);border-color:#a01020;color:#a01020}.ntapi-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:1rem}.ntapi-grid.list-view{grid-template-columns:1fr}.ntapi-grid.list-view .ntapi-card{display:grid;grid-template-columns:auto 1fr auto auto;grid-template-rows:auto;gap:1rem;align-items:center}.ntapi-grid.list-view .ntapi-card .card-header{order:1;margin-bottom:0}.ntapi-grid.list-view .ntapi-card .card-title{order:2;margin:0}.ntapi-grid.list-view .ntapi-card .card-meta{order:3;margin:0}.ntapi-grid.list-view .ntapi-card .card-preview{display:none}.ntapi-grid.list-view .ntapi-card .card-expand{order:4;position:static;opacity:1}.ntapi-card{background:#13101c;border:1px solid #3d3020;border-radius:8px;padding:1rem;cursor:pointer;transition:all 150ms ease;position:relative}.ntapi-card:hover{border-color:#8a6b35;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.3)}.ntapi-card:hover .card-expand{opacity:1}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.type-badge{font-size:.75rem;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:0.05em;font-weight:600}.badge-struct{background:rgba(160,16,32,0.2);color:#ff6b7a;border:1px solid rgba(160,16,32,0.4)}.badge-function{background:rgba(64,128,192,0.2);color:#79c0ff;border:1px solid rgba(64,128,192,0.4)}.badge-enum{background:rgba(42,138,64,0.2);color:#7ee787;border:1px solid rgba(42,138,64,0.4)}.badge-typedef{background:rgba(138,107,53,0.2);color:#d4a856;border:1px solid rgba(138,107,53,0.4)}.badge-define{background:rgba(107,91,149,0.2);color:#b4a7d6;border:1px solid rgba(107,91,149,0.4)}.badge-union{background:rgba(192,112,32,0.2);color:#ffa657;border:1px solid rgba(192,112,32,0.4)}.card-header-file{font-size:.75rem;color:#5a4838;font-family:"JetBrains Mono","Fira Code",Consolas,monospace}.card-title{font-size:1rem;font-weight:600;color:#e0d8c8;margin:0 0 .5rem 0;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;word-break:break-all}.card-meta{margin-bottom:1rem}.card-category{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#a89070}.category-dot{width:8px;height:8px;border-radius:50%;background:var(--category-color, #8a6b35)}.card-preview{background:#0d1117;border-radius:6px;overflow:hidden;margin-bottom:1rem}.card-preview pre{margin:0;padding:.5rem;font-size:.75rem;line-height:1.4;max-height:100px;overflow:hidden}.card-preview pre code{font-family:"JetBrains Mono","Fira Code",Consolas,monospace}.card-expand{display:flex;align-items:center;justify-content:center;gap:.25rem;width:100%;padding:.5rem;background:rgba(138,107,53,0.1);border:1px solid #3d3020;border-radius:6px;color:#8a6b35;font-size:.875rem;cursor:pointer;opacity:0.7;transition:all 150ms ease}.card-expand:hover{background:rgba(138,107,53,0.2);border-color:#8a6b35}.ntapi-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#5a4838}.ntapi-loading p{margin-top:1rem}.loading-spinner{width:40px;height:40px;border:3px solid #3d3020;border-top-color:#a01020;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-error{text-align:center}.loading-error svg{color:#a01020;margin-bottom:1rem}.loading-error h3{color:#e0d8c8;margin:0 0 .5rem 0}.loading-error p{color:#5a4838;margin:0}.ntapi-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.ntapi-no-results svg{color:#5a4838;margin-bottom:1rem}.ntapi-no-results h3{color:#e0d8c8;margin:0 0 .5rem 0}.ntapi-no-results p{color:#5a4838;margin:0}.ntapi-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.9);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;visibility:hidden;transition:all 250ms ease;backdrop-filter:blur(8px)}.ntapi-modal-overlay.active{opacity:1;visibility:visible}.ntapi-modal{background:#0d0a14;border:1px solid #3d3020;border-radius:8px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,0.5),0 0 40px rgba(138,107,53,0.1);transform:scale(0.95);transition:transform 250ms ease}.ntapi-modal-overlay.active .ntapi-modal{transform:scale(1)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #3d3020;background:#13101c}.modal-title-section{display:flex;flex-direction:column;gap:.5rem}.modal-type-badge{font-size:.75rem;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;padding:4px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:0.05em;font-weight:600;display:inline-block;width:fit-content}.modal-title{font-size:1.25rem;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;color:#e0d8c8;margin:0;word-break:break-all}.modal-close{background:none;border:none;color:#5a4838;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all 150ms ease}.modal-close:hover{color:#e0d8c8;background:rgba(160,16,32,0.1)}.modal-meta{display:flex;gap:1.5rem;padding:1rem 1.5rem;background:#1a1528;border-bottom:1px solid #3d3020}.modal-meta-item{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#a89070}.modal-meta-item svg{color:#5a4838}.modal-content{padding:1.5rem;overflow-y:auto;flex:1}.modal-code-section{margin-bottom:1.5rem}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#1a1528;border:1px solid #3d3020;border-bottom:none;border-radius:6px 6px 0 0}.code-header span{font-size:.875rem;color:#5a4838;text-transform:uppercase;letter-spacing:0.05em}.copy-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:rgba(138,107,53,0.1);border:1px solid #3d3020;border-radius:6px;color:#a89070;font-size:.75rem;cursor:pointer;transition:all 150ms ease}.copy-btn:hover{background:rgba(138,107,53,0.2);border-color:#8a6b35;color:#e0d8c8}.copy-btn.copied{background:rgba(42,138,64,0.2);border-color:#2a8a40;color:#7ee787}.modal-code{margin:0;padding:1rem;background:#0d1117;border:1px solid #3d3020;border-radius:0 0 6px 6px;overflow-x:auto}.modal-code code{font-family:"JetBrains Mono","Fira Code",Consolas,monospace;font-size:.875rem;line-height:1.6}.modal-description h4,.modal-related h4{font-size:.875rem;color:#8a6b35;text-transform:uppercase;letter-spacing:0.05em;margin:0 0 .5rem 0}.modal-description{margin-bottom:1.5rem}.modal-description p{color:#a89070;line-height:1.6;margin:0}.related-items{display:flex;flex-wrap:wrap;gap:.5rem}.related-tag{padding:.25rem .5rem;background:#1a1528;border:1px solid #3d3020;border-radius:6px;color:#a89070;font-size:.875rem;font-family:"JetBrains Mono","Fira Code",Consolas,monospace;cursor:pointer;transition:all 150ms ease}.related-tag:hover{background:rgba(138,107,53,0.1);border-color:#8a6b35;color:#8a6b35}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #3d3020;background:#13101c}.modal-links{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.modal-source-link{display:inline-flex;align-items:center;gap:.5rem;color:#8a6b35;text-decoration:none;font-size:.875rem;padding:.25rem .5rem;border-radius:4px;transition:all 0.2s ease}.modal-source-link:hover{color:#a88040;background:rgba(138,107,53,0.1);text-decoration:none}.modal-source-link svg{opacity:0.7}.modal-docs-link{color:#0078d4}.modal-docs-link:hover{color:#0894ff;background:rgba(0,120,212,0.1)}.modal-msdocs-link{color:#f25022}.modal-msdocs-link:hover{color:#f57652;background:rgba(242,80,34,0.1)}.modal-rust-link{color:#dea584}.modal-rust-link:hover{color:#e9c2ac;background:rgba(222,165,132,0.1)}.modal-ntapi-crate-link{color:#e43717}.modal-ntapi-crate-link:hover{color:#ec5d42;background:rgba(228,55,23,0.1)}.modal-reactos-link{color:#0088cc}.modal-reactos-link:hover{color:#0af;background:rgba(0,136,204,0.1)}.modal-ntapi-link,.modal-winsdk-link{color:#a01020}.modal-ntapi-link:hover,.modal-winsdk-link:hover{color:#c01830;background:rgba(160,16,32,0.1)}.modal-xref{margin-top:1rem}.modal-xref h4{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#a89070;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:0.5px}.modal-xref h4 svg{color:#8a6b35}.xref-items{display:flex;flex-wrap:wrap;gap:.5rem}.xref-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#13101c;border:1px solid #3d3020;border-radius:4px;color:#e0d8c8;font-size:.75rem;text-decoration:none;transition:all 0.2s ease}.xref-tag:hover{background:#0d0a14;border-color:#8a6b35;color:#8a6b35}.xref-tag .xref-type{font-size:9px;font-weight:600;text-transform:uppercase;padding:1px 4px;background:rgba(160,16,32,0.2);color:#a01020;border-radius:2px}@media (max-width: 768px){.ntapi-header{padding:1.5rem 1rem}.ntapi-title{font-size:1.5rem}.ntapi-stats{gap:.5rem}.stat-item{padding:.5rem 1rem;min-width:70px}.stat-value{font-size:1.125rem}.ntapi-controls{padding:0 1rem 1rem}.ntapi-filters{flex-direction:column;align-items:stretch}.filter-select{width:100%}.ntapi-layout{padding:0 1rem 1.5rem}.ntapi-grid{grid-template-columns:1fr}.ntapi-modal{max-height:100vh;border-radius:0}.modal-meta{flex-direction:column;gap:.5rem}}
