/* Theme base */
*,*::before,*::after{box-sizing:border-box}
a{color:#06b6d4}
img{max-width:100%;height:auto;display:block}
.container{width:min(1100px, 92%);margin-inline:auto}
.section{padding:3rem 0}
.navbar{background:#0f1016;border-bottom:1px solid #1e2230;position:sticky;top:0;z-index:50}
.navbar .container{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}
.brand{color:#fff;font-weight:700}
.nav a{color:#c9d1e1;margin-left:1rem;padding:.5rem 0}
.site-footer{padding:2rem 0;border-top:1px solid #1e2230;background:#0f1016;color:#c9d1e1}
.btn{display:inline-flex;gap:.5rem;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #2a2f42;background:#171a25;color:#e9edf5;cursor:pointer}
.btn:hover{background:#1f2433}
.btn-outline{background:transparent;border:1px solid currentColor;color:#fff}
.btn-outline:hover{background:#fff;color:#111}
.btn-secondary{background:#fff;color:#111;border-color:#fff}
