html{font-size:18px;line-height:1.8}.app-container{max-width:72rem;padding:2.5rem 3rem}.posts-list-item{padding:1em 0}.posts-list-item-section{display:inline-block;font-size:.65em;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.2em .7em;border-radius:.3em;margin-bottom:.4em}.posts-list-item-section--investigations{background:rgba(99,179,237,.15);color:#63b3ed}.posts-list-item-section--toolbox{background:rgba(246,173,85,.15);color:#f6ad55}.posts-list-item-section--tutorials{background:rgba(104,211,145,.15);color:#68d391}.posts-list-item-title{display:block;font-size:1.15em;margin-bottom:.15em}.posts-list-item-summary{display:block;color:rgba(175,186,196,.75);font-size:.85em;margin-bottom:.3em;line-height:1.5;max-width:55em}.posts-list-item-meta{display:block;font-size:.8em;color:rgba(175,186,196,.6)}.posts-list-item-meta .tag{font-size:.9em}.home-sections{display:flex;flex-direction:column;gap:1.5em}.home-section-card{display:flex;flex-direction:column;border-radius:.75em;background:rgba(255,255,255,3%);border:1px solid rgba(255,255,255,8%);text-decoration:none;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}.home-section-card:hover{transform:translateY(-.25em);box-shadow:0 1em 2.5em rgba(0,0,0,.3);border-color:rgba(255,255,255,.15)}.home-section-card-accent{height:.3em;flex-shrink:0;transition:height .25s}.home-section-card:hover .home-section-card-accent{height:.35em}.home-section-card--investigations .home-section-card-accent{background:#63b3ed}.home-section-card--tutorials .home-section-card-accent{background:#68d391}.home-section-card--toolbox .home-section-card-accent{background:#f6ad55}.home-section-card-body{padding:1.75em 1.75em 1.5em;display:flex;flex-direction:column;gap:.6em;flex:1}.home-section-card-icon{width:2.5em;height:2.5em;border-radius:.6em;display:flex;align-items:center;justify-content:center;margin-bottom:.2em}.home-section-card-icon .icon{width:1.35em;height:1.35em}.home-section-card--investigations .home-section-card-icon{background:rgba(99,179,237,.12);color:#63b3ed}.home-section-card--tutorials .home-section-card-icon{background:rgba(104,211,145,.12);color:#68d391}.home-section-card--toolbox .home-section-card-icon{background:rgba(246,173,85,.12);color:#f6ad55}.home-section-card-title{margin:0;font-size:1.35em;font-weight:700;letter-spacing:-.01em}.home-section-card-desc{margin:0;font-size:.9em;color:rgba(175,186,196,.7);line-height:1.55}.home-section-card-footer{display:flex;align-items:center;gap:.5em;margin-top:auto;padding-top:.75em}.home-section-card-count{font-size:.8em;color:rgba(175,186,196,.5);font-weight:500;letter-spacing:.02em}.home-section-card-arrow{margin-left:auto;color:rgba(175,186,196,.3);display:flex;align-items:center;transition:transform .25s,color .25s}.home-section-card-arrow .icon{width:1.1em;height:1.1em}.home-section-card:hover .home-section-card-arrow{transform:translateX(.35em)}.home-section-card--investigations:hover .home-section-card-arrow{color:#63b3ed}.home-section-card--tutorials:hover .home-section-card-arrow{color:#68d391}.home-section-card--toolbox:hover .home-section-card-arrow{color:#f6ad55}@media(min-width:640px){.home-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25em}.home-section-card-body{padding:1.75em}}@media(min-width:940px){.home-sections{grid-template-columns:repeat(3,1fr);gap:1.5em}.home-section-card-body{padding:2em}}@media(min-width:940px){.app-container{padding:2.5rem 4rem}}