html,body{background-color:#111;margin:0;padding:0}.terminal{background-color:#111;color:#ddd;font-family:monospace;padding:20px;max-width:800px;margin:0 auto;min-height:100vh}.terminal h1,.terminal h2,.terminal h3,.terminal h4{color:#0f0}.terminal a{color:#0ff;text-decoration:underline}.terminal a:visited{color:#f0f}.terminal a:hover{color:#ff0}.app-style{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#333;max-width:900px;margin:0 auto;padding:1rem;background-color:#111;min-height:100vh}.app-style .container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.app-style h1{color:#002a5c;margin-top:0;border-bottom:2px solid #e1e4e8;padding-bottom:10px}.app-style h2,.app-style h3{color:#004085}.app-style a{color:#004085;text-decoration:none}.app-style a:hover{color:#002a5c;text-decoration:underline}.info{background-color:#e2f0fd;border-left:4px solid #08c;padding:1rem;margin:1rem 0;border-radius:4px}.warning{background-color:#fff3e0;border-left:4px solid #ff9800;padding:1rem;margin:1rem 0;border-radius:4px;font-weight:700}pre{background-color:#f5f7fa;border:1px solid #ddd;border-radius:6px;padding:1rem;margin:1rem 0;overflow-x:auto}code{font-family:monospace;font-size:1rem;line-height:1.4}.post-list{list-style:none;padding:0}.post-item{border-bottom:1px solid #e1e4e8;padding:1.5rem 0}.post-item:last-child{border-bottom:none}.post-title{font-size:1.25rem;margin:0 0 .5rem}.post-meta{font-size:.9rem;color:#6c757d;margin-bottom:.5rem}.post-summary{color:#4a5568;line-height:1.5}.footer{margin-top:2rem;text-align:center;font-size:.8rem;color:#6c757d}button,.button{background-color:#004085;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s;text-decoration:none;display:inline-block}button:hover,.button:hover{background-color:#002a5c}@media(max-width:768px){.terminal,.app-style{padding:1rem}}