:root{--brand:#008080;--brand-dark:#006666;--page-bg:#d3d3d3;--surface:#ffffff;--text:#164747}html{min-height:100%}body{min-height:100vh;margin:0;background:var(--page-bg);color:var(--brand);font-family:-apple-system,BlinkMacSystemFont,segoe ui,sans-serif}a{color:var(--brand-dark)}.navbar{width:100%;padding:0;background:var(--brand)}.navbar .container-fluid{padding:0 1rem}.navbar-brand,.navbar-brand:hover,.navbar-brand:focus,.navbar .nav-link,.navbar .nav-link:hover,.navbar .nav-link:focus,.navbar .nav-link.active{color:#fff}.navbar-brand img{margin:0 .7rem .15rem 0}.navbar-toggler{border-color:rgba(255,255,255,.55)}.navbar-toggler-icon{filter:invert(1)}.site-content{min-height:calc(100vh - 260px);padding:4rem 1rem 2rem}.content-container{width:min(960px,100%);margin:0 auto}.doc-container{color:var(--text);text-align:left}.doc-container h1,.doc-container h2,.doc-container h3,.doc-container h4,.doc-container h5{color:var(--brand)}.doc-container img{max-width:100%;height:auto}.ui-screenshot{display:block;width:min(800px,100%);height:auto}.iphone-screenshots{padding-left:5rem;display:grid;grid-template-columns:repeat(2,minmax(0,260px));gap:5rem;width:fit-content;max-width:100%;margin-top:1rem}.iphone-screenshots img{display:block;width:100%;height:auto}.doc-container table{width:100%;margin:1rem 0}.doc-container th,.doc-container td{padding:.4rem .6rem;border-bottom:1px solid rgba(0,102,102,.2)}.document-list{display:grid;gap:.65rem;margin-top:1.5rem}.home h1,.home h2{text-align:center}.home h1{margin:0 auto 2rem;font-size:clamp(1.6rem,4vw,2rem);font-weight:600}.home h2{margin:-.75rem auto 2rem;font-size:1.6rem;font-weight:400}.carousel{width:min(760px,100%);margin:0 auto}.carousel-item{min-height:300px}.carousel-item img{display:block;width:min(600px,100%);height:auto;margin:0 auto}.carousel-control-prev-icon,.carousel-control-next-icon{filter:invert(30%)}.site-footer{min-height:160px;padding:1rem;text-align:center}.appstore-badge{display:inline-block;margin-bottom:.75rem}.appstore-badge img{height:40px}.site-footer p{margin-bottom:.25rem}@media(max-width:575px){.site-content{padding-top:2.5rem}.carousel-item{min-height:210px}}