body{background-color:#1b1b1b}@font-face{font-family:Copse;src:url(./fonts/Copse-Regular.ttf)format("ttf");font-weight:400;font-style:normal}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.header{color:#f1f1ec;border-bottom:.5px solid #b8b8b8;flex-wrap:wrap;justify-content:space-around;align-items:center;padding-top:15px;display:flex}.header__logo-image{height:75px}.header__menu{letter-spacing:3px;align-items:center;gap:35px;margin:35px;padding:0;list-style:none;display:flex}.header__search-input,.header__search-button{background:0 0;border:none}.header__search-button{color:#f1f1ec;margin:35px;font-size:20px}.header__logo{text-decoration:none}.header__menu a{color:inherit;text-decoration:none}.header__menu a.active{border-bottom:1px solid #f1f1ec}.header__search-input{color:#f1f1ec}@media screen and (width<=1024px){.header{justify-content:space-between;padding:15px 20px}.header__menu{gap:20px;margin:20px 0}.header__search-button{margin:20px 0}}@media screen and (width<=768px){.header{flex-direction:column;align-items:center;gap:15px}.header__menu{flex-direction:column;gap:12px;margin:0}.header__search{justify-content:center;display:flex}.header__search-button{margin:10px 0;font-size:18px}.header__logo-image{height:60px}}.top-stories-section{padding:20px}.top-stories__title{text-align:center;color:#f1f1ec;margin-top:10px;margin-bottom:20px;font-family:Copse;font-size:100px}.top-stories{align-items:stretch;gap:20px;margin-left:35px;display:flex}.top-stories__hero{flex:2}.top-stories__hero-image{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.top-stories__articles{flex-direction:column;flex:1;gap:15px;padding-right:30px;display:flex}.top-stories__article{flex-direction:column;flex:1;justify-content:center;display:flex}.top-stories__headline{color:#f1f1ec;margin:0 0 15px;font-family:Copse;font-size:1.2rem;line-height:1.2}.top-stories__date{color:#f1f1ec;letter-spacing:2px;border-bottom:.5px solid #b8b8b8;margin:0;padding-bottom:15px;font-size:.9rem}.top-stories__link{color:inherit;text-decoration:none;transition:color .3s}.top-stories__link:hover{color:#b8b8b8}@media screen and (width<=1024px){.top-stories{flex-direction:column;margin-left:0}.top-stories__title{font-size:70px}.top-stories__articles{padding-right:0}}@media screen and (width<=768px){.top-stories-section{padding:15px}.top-stories__title{margin-bottom:15px;font-size:42px}.top-stories{flex-direction:column;gap:15px;margin-left:0}.top-stories__hero-image{aspect-ratio:16/9}.top-stories__headline{font-size:1rem}.top-stories__date{letter-spacing:1px;font-size:.8rem}}.books{color:#fff;box-sizing:border-box;background:#1b1b1b;width:100%;padding:40px}.books__title{margin-bottom:30px;font-size:48px}.books__grid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;width:100%;display:grid}.books__image{aspect-ratio:1;object-fit:cover;width:100%}.books__content{flex-direction:column;justify-content:center;display:flex}.books__tag{text-transform:uppercase;border:1px solid #555;width:fit-content;margin-bottom:12px;padding:4px 8px;font-size:12px}.books__headline{margin:0 0 16px;font-size:24px;line-height:1.2}.books__link{color:#fff;font-weight:700;text-decoration:none}.books__icon{margin-left:4px;font-size:10px}.books{width:100%;max-width:1200px;margin:0 auto}.home{display:block}.podcast{padding:20px}.podcast__title{color:#fff;margin-bottom:30px;font-size:40px}.podcast__content{gap:20px;height:500px;margin-left:35px;display:flex}.podcast__featured{flex:2}.podcast__featured-image{object-fit:cover;object-position:center 25%;width:100%;height:100%;display:block}.podcast__list{flex-direction:column;flex:1;padding-right:30px;display:flex}.podcast__item{border-bottom:.5px solid #b8b8b8;flex:1;align-items:center;gap:15px;padding:15px 0;display:flex}.podcast__item-image{object-fit:cover;flex-shrink:0;width:120px;height:120px}.podcast__info{flex-direction:column;gap:8px;display:flex}.podcast__date{color:#f1f1ec;letter-spacing:2px;margin:0;font-size:.9rem}.podcast__headline{color:#f1f1ec;margin:0;font-family:Copse;font-size:1.2rem;line-height:1.2}.podcast__category{color:#f1f1ec;letter-spacing:1px;border:1px solid #b8b8b8;width:fit-content;padding:4px 8px;font-size:.75rem}.podcast__link{color:inherit;text-decoration:none}.podcast__link:hover{opacity:.7}@media screen and (width<=1024px){.podcast__content{flex-direction:column;height:auto;margin-left:0}.podcast__featured-image{aspect-ratio:16/9;height:auto}.podcast__list{padding-right:0}.podcast__item{flex:none}}@media screen and (width<=768px){.podcast{padding:15px}.podcast__title{margin-bottom:20px;font-size:28px}.podcast__content{flex-direction:column;gap:15px;margin-left:0}.podcast__item-image{width:90px;height:90px}.podcast__headline{font-size:1rem}.podcast__date{font-size:.8rem}.podcast__category{font-size:.7rem}}.museum{color:#fff;background:#1b1b1b;padding:40px}.museum__title{color:#fff;margin-bottom:30px;font-size:48px}.museum__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.museum__image{aspect-ratio:1;object-fit:cover;width:100%}.museum__content{flex-direction:column;justify-content:center;display:flex}.museum__tag{text-transform:uppercase;border:1px solid #555;width:fit-content;margin-bottom:12px;padding:4px 8px;font-size:12px}.museum__headline{margin:0 0 16px;font-size:24px;line-height:1.2}.museum__description{color:#b8b8b8;margin:0 0 20px;font-size:14px;line-height:1.6}.museum__link{color:#fff;font-weight:700;text-decoration:none}.museum__icon{margin-left:4px;font-size:10px}@media screen and (width<=1024px){.museum{padding:30px}.museum__grid{grid-template-columns:repeat(2,1fr)}.museum__title{font-size:40px}.museum__headline{font-size:20px}}@media screen and (width<=768px){.museum{padding:20px}.museum__grid{grid-template-columns:1fr;gap:20px}.museum__title{margin-bottom:20px;font-size:32px}.museum__headline{font-size:18px}.museum__description{font-size:13px}}*{box-sizing:border-box}.columns{background-color:#1f1f1f;width:100%;padding:40px 60px}.column__title{color:#fff;margin-bottom:30px;font-size:40px}.columns__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.columns__card{cursor:pointer;flex-direction:column;display:flex}.columns__card--large{grid-column:span 2}.columns__image{object-fit:cover;width:100%;height:220px;display:block}.columns__card--large .columns__image{height:340px}.columns__content{padding-top:12px}.columns__category{color:#fff;text-transform:uppercase;letter-spacing:1px;border:1px solid #777;margin-bottom:10px;padding:3px 8px;font-size:10px;display:inline-block}.columns__title{color:#fff;margin:0;font-size:18px;font-weight:400;line-height:1.4}.columns__link{color:#f1f1ec;letter-spacing:1px;border-bottom:.5px solid #d9d9d4;align-items:center;gap:8px;margin-top:16px;text-decoration:none;transition:opacity .3s;display:inline-flex}.columns__link:hover{opacity:.7}.columns__icon{font-size:14px}@media screen and (width<=768px){.columns{padding:20px 15px}.columns__card--large{grid-column:auto}.columns__image,.columns__card--large .columns__image{height:200px}.column__title{font-size:26px}.columns__title{font-size:16px}}.footer{background-color:#202020;border-top:1px solid #2d2d2d;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;padding:60px;display:flex}.footer__logo-container{flex:1}.footer__logo{width:90px}.footer__column{flex-direction:column;flex:1;gap:10px;display:flex}.footer__heading{color:#fff;text-transform:uppercase;margin:0 0 12px;font-size:28px;font-weight:400}.footer__link{color:#d8d8d8;font-size:14px;text-decoration:none;transition:opacity .3s}.footer__link:hover{opacity:.7}@media screen and (width<=1024px){.footer{gap:30px;padding:40px}.footer__heading{font-size:24px}}@media screen and (width<=768px){.footer{flex-direction:column;align-items:flex-start;gap:25px;padding:30px 20px}.footer__logo-container{flex:none}.footer__column{width:100%}.footer__heading{font-size:20px}.footer{text-align:center;align-items:center}.footer__column{align-items:center}}.category-page{color:#fff;background-color:#1f1f1f;padding:40px 60px}.category-page__hero{text-align:center;max-width:800px;margin:0 auto 80px}.category-page__heading{margin:0;font-size:64px;font-weight:400;line-height:1}.category-page__subtitle{color:#c7c7c7;margin-top:20px;font-size:18px;line-height:1.6}.category-page__articles{flex-direction:column;gap:120px;display:flex}.category-page__card{grid-template-columns:1fr 1fr;align-items:start;gap:50px;display:grid}.category-page__header{flex-direction:column;gap:1rem;display:flex}.category-page__title{margin:0;font-size:42px;font-weight:400;line-height:1.2}.category-page__meta{flex-direction:column;gap:6px;display:flex}.category-page__label{letter-spacing:2px;color:#999;font-size:12px}.category-page__section{margin:0;font-size:16px}.category-page__image{object-fit:cover;width:100%;height:500px;display:block}.category-page__button{color:#fff;border:1px solid #fff;width:fit-content;margin-top:2rem;padding:12px 24px;text-decoration:none;transition:opacity .3s;display:inline-block}.category-page__button:hover{opacity:.7}.category-page__divider{background-color:#ffffff4d;width:60px;height:1px;margin:1.5rem 0}.category-page__description{color:#fffc;max-width:500px;margin:0;font-size:1rem;line-height:1.6}@media (width<=768px){.category-page{padding:30px 20px}.category-page__heading{font-size:42px}.category-page__card{grid-template-columns:1fr;gap:30px}.category-page__image{height:300px}.category-page__title{font-size:30px}.category-page__articles{gap:80px}}.notfound{color:#f1f1ec;text-align:center;background:#1b1b1b;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:20px;display:flex}.notfound__title{letter-spacing:5px;margin:0;font-size:120px}.notfound__text{color:#b8b8b8;margin:10px 0 30px;font-size:18px}.notfound__link{color:#f1f1ec;border-bottom:1px solid #f1f1ec;padding-bottom:4px;text-decoration:none;transition:opacity .3s}.notfound__link:hover{opacity:.7}@media screen and (width<=768px){.notfound__title{font-size:80px}.notfound__text{font-size:16px}}
