footer{position:relative;width:100vw;min-height:100svh;background-color:var(--base-600);color:var(--base-500);padding:2rem;overflow:hidden}footer .container{position:relative;width:100%;min-height:100%;display:grid;grid-template-rows:auto auto 1fr;grid-gap:2rem;gap:2rem;padding-bottom:5rem}footer .explosion-container{position:absolute;left:0;right:0;bottom:0;height:200%;pointer-events:none;overflow:hidden}footer img.explosion-particle-img{position:absolute;bottom:-200px;left:50%;border-radius:1rem;object-fit:cover;transform:translateX(-50%);will-change:transform}.sample-project-page footer img.explosion-particle-img,footer img.explosion-particle-img{width:var(--particle-size,300px)!important;height:auto!important}footer .footer-header-content{width:min(60%,900px);margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}footer .footer-header-content h1,footer .footer-header-content p{margin:0}footer .footer-link{width:100%;display:flex;justify-content:center}.footer .footer-link .button--light .button-icon-inner{color:var(--base-600)}.podcast-container{width:100%;display:flex;justify-content:center}.podcast-iframe{width:min(700px,100%);height:260px;border:none;display:block;border-radius:12px}footer .footer-byline{position:absolute;left:0;bottom:0;width:100%;padding:1.25rem 2rem;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}footer .footer-byline-inner{width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1.5rem;gap:1.5rem}footer .footer-byline p{margin:0;font-size:.9rem;line-height:1.2;white-space:nowrap}footer .footer-time{display:flex;justify-content:flex-start;color:var(--base-500)}footer .footer-time span{color:var(--base-100);margin-left:.35rem}footer .footer-author{display:flex;justify-content:center;color:var(--base-500)}footer .footer-right{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem;min-width:0}footer .footer-copyright{display:flex;justify-content:flex-end;color:var(--base-500)}footer .footer-socials{display:flex;align-items:center;gap:.9rem}footer .footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;border-radius:0;background:transparent;color:var(--base-500);opacity:.85;transition:opacity .2s ease,transform .2s ease}footer .footer-socials a:hover{opacity:1;transform:translateY(-1px)}footer .footer-socials svg{display:block;width:18px;height:18px;color:currentColor!important;fill:currentColor!important}.footer-author a{color:inherit;text-decoration:none}.footer-author a:hover{text-decoration:underline}@media (max-width:1000px){footer{padding:1.25rem;min-height:100svh}footer .explosion-container{display:none}footer .container{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:0}footer .footer-header-content{width:100%;margin:0;gap:1.25rem}.podcast-iframe{width:100%;height:500px}footer .footer-byline{position:static;padding:1.25rem 0 0}footer .footer-byline-inner{grid-template-columns:1fr;justify-items:center;gap:.75rem;max-width:none}footer .footer-right{justify-content:center;gap:1rem}footer .footer-byline p{white-space:normal;text-align:center}footer .footer-copyright{display:none!important}}@media (max-width:420px){footer .footer-socials svg{width:16px;height:16px}}