:root{--ab-bg: #111111;--ab-surface: #1e1e1e;--ab-text: #e5e5e5;--ab-brand: #ff4500;--ab-border: #444444}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;background:var(--ab-bg)}body{color:var(--ab-text);font-family:Courier New,Courier,monospace;line-height:1.5;text-transform:uppercase}a{text-decoration:none;color:inherit;transition:color .2s,background .2s}img{max-width:100%;height:auto;display:block;filter:contrast(1.2)}ul,ol{list-style:none}.ab-wrapper{display:flex;flex-direction:column;min-height:100vh;border:4px solid var(--ab-brand);margin:1rem}@media(min-width:768px){.ab-wrapper{margin:2rem}}.ab-header{border-bottom:4px solid var(--ab-brand);display:flex;flex-direction:column}@media(min-width:768px){.ab-header{flex-direction:row}}.ab-logo-box{background:var(--ab-brand);color:#000;padding:1.5rem 2rem;font-size:2.5rem;font-weight:900;letter-spacing:-.05em;display:flex;align-items:center;justify-content:center;border-bottom:4px solid var(--ab-border)}@media(min-width:768px){.ab-logo-box{border-bottom:none;border-right:4px solid var(--ab-brand)}}.ab-nav{flex:1;display:flex;align-items:stretch;flex-wrap:wrap}.ab-nav a{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem;font-weight:700;border-right:2px solid var(--ab-border);border-bottom:2px solid var(--ab-border)}@media(min-width:768px){.ab-nav a{border-bottom:none}}.ab-nav a:hover{background:var(--ab-text);color:#000}.ab-nav a:last-child{border-right:none}.ab-hero{display:grid;grid-template-columns:1fr;border-bottom:4px solid var(--ab-brand)}@media(min-width:1024px){.ab-hero{grid-template-columns:1fr 1fr}}.ab-hero-text{padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center;border-bottom:4px solid var(--ab-brand)}@media(min-width:1024px){.ab-hero-text{border-bottom:none;border-right:4px solid var(--ab-brand)}}.ab-badge{display:inline-block;background:var(--ab-text);color:#000;padding:.25rem .5rem;font-weight:900;margin-bottom:2rem;align-self:flex-start}.ab-h1{font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:.9;margin-bottom:1.5rem;color:#fff}.ab-h1 span{color:var(--ab-brand)}.ab-hero-desc{font-size:1.2rem;color:var(--ab-text);border-left:4px solid var(--ab-brand);padding-left:1rem;margin-bottom:2rem}.ab-btn{display:inline-block;background:var(--ab-brand);color:#000;padding:1rem 2rem;font-weight:900;font-size:1.2rem;text-align:center;border:2px solid transparent}.ab-btn:hover{background:#000;color:var(--ab-brand);border-color:var(--ab-brand)}.ab-hero-img{width:100%;height:100%;object-fit:cover;min-height:400px;filter:grayscale(1) contrast(1.5)}.ab-hero-img:hover{filter:grayscale(0) contrast(1.2)}.ab-main{padding:3rem 2rem}.ab-h2{font-size:2.5rem;font-weight:900;margin-bottom:3rem;color:#fff;border-bottom:4px solid var(--ab-brand);padding-bottom:1rem}.ab-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.ab-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.ab-card{border:2px solid var(--ab-border);background:var(--ab-surface);position:relative}.ab-card-img{width:100%;height:250px;object-fit:cover;border-bottom:2px solid var(--ab-border);filter:grayscale(1);transition:filter .3s}.ab-card:hover .ab-card-img{filter:grayscale(0)}.ab-card-body{padding:1.5rem}.ab-card-title{font-size:1.5rem;font-weight:900;margin-bottom:1rem;color:#fff}.ab-card-desc{font-size:1rem;color:var(--ab-text);margin-bottom:1.5rem;text-transform:none}.ab-card-link{display:inline-block;background:var(--ab-text);color:#000;padding:.5rem 1rem;font-weight:700}.ab-card-link:hover{background:var(--ab-brand);color:#fff}.ab-post{max-width:900px;margin:0 auto;background:var(--ab-surface);border:2px solid var(--ab-border);padding:2rem}@media(min-width:768px){.ab-post{padding:4rem}}.ab-post-header{margin-bottom:3rem;border-bottom:4px solid var(--ab-brand);padding-bottom:2rem}.ab-post-title{font-size:clamp(2rem,5vw,4rem);font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.1}.ab-post-meta{font-size:1rem;color:var(--ab-brand);font-weight:700}.ab-post-img{width:100%;border:2px solid var(--ab-border);margin-bottom:3rem;filter:grayscale(.5)}.ab-prose p{margin-bottom:1.5rem;font-size:1.1rem;text-transform:none;color:#ccc}.ab-prose h2{font-size:2rem;font-weight:900;color:#fff;margin:3rem 0 1.5rem;border-left:8px solid var(--ab-brand);padding-left:1rem}.ab-prose h3{font-size:1.5rem;font-weight:900;color:#fff;margin:2rem 0 1rem}.ab-prose ul{padding-left:1.5rem;margin-bottom:1.5rem;text-transform:none;list-style:square;color:#ccc}.ab-prose a{color:var(--ab-brand);text-decoration:underline}.ab-footer{border-top:4px solid var(--ab-brand);background:var(--ab-brand);color:#000;padding:2rem;text-align:center;font-weight:900;font-size:1rem}a[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}a[data-astro-cid-eimmu3lg].active{font-weight:bolder;text-decoration:underline}
