body{margin:0;font-family:Roboto Mono,monospace;background-color:#222;overscroll-behavior-y:contain;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#root{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:0;-webkit-touch-callout:none}canvas{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:0;-webkit-touch-callout:none}.overlay{position:relative;z-index:100;min-height:100vh;display:flex;flex-direction:column}.stage{flex:1 0 auto;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.nav{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;padding:1rem;gap:.75rem}.nav-title{font-size:1.5rem;font-weight:400;margin:0;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.8);letter-spacing:.05em;font-family:Roboto Mono,monospace;text-transform:lowercase}.nav-subtitle{font-size:.9rem;font-weight:300;margin:0;color:#ccc;font-family:Roboto Mono,monospace;text-transform:lowercase}.nav-links{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;color:#fff}.nav-links a{padding:.5rem .75rem;font-size:.75rem;font-family:Roboto Mono,monospace;text-transform:lowercase;text-decoration:underline;color:#ccc;transition:all .2s ease;cursor:pointer;min-height:44px;display:inline-flex;align-items:center}.nav-links a:hover{background:#fff;color:#000}.footer{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-bottom:1rem}.footer-links{display:flex;flex-direction:row;gap:.5em;align-items:center}.footer-link{font-size:.75rem;font-family:Roboto Mono,monospace;text-transform:lowercase;text-decoration:none;color:#ccc;transition:color .2s ease;cursor:pointer;padding:.2rem .75rem;min-height:44px;display:inline-flex;align-items:center}.footer-link:hover{color:#fff}.demo{width:100%;max-width:380px;display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:#141414b8;border:1px solid #444444;border-radius:6px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-sizing:border-box}.demo-label{font-size:.7rem;color:#888;margin-bottom:.4rem}.demo-code{margin:0;font-family:Roboto Mono,monospace;font-size:.68rem;line-height:1.5;color:#ddd;white-space:pre;overflow-x:auto}.demo-comment{color:#777}.demo-compare{display:flex;flex-direction:column;gap:.35rem;border-top:1px solid #333333;padding-top:.85rem}.demo-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.75rem;color:#ccc}.demo-name{text-transform:lowercase}.demo-stat{display:flex;align-items:baseline;gap:.5rem}.demo-bytes{font-variant-numeric:tabular-nums;color:#fff}.demo-time{font-size:.65rem;font-variant-numeric:tabular-nums;color:#888}.demo-track{height:6px;border-radius:3px;background-color:#ffffff14;overflow:hidden;margin-bottom:.35rem}.demo-fill{height:100%;border-radius:3px;transition:width .2s ease}.demo-fill--json{background-color:#777}.demo-fill--pack{background-color:#fff}.demo-savings{font-size:.95rem;color:#fff;margin-top:.35rem}.demo-savings span{font-size:1.25rem;font-weight:500;font-variant-numeric:tabular-nums}.demo-speed{display:grid;grid-template-columns:auto auto 1fr 1fr;align-items:baseline;column-gap:.85rem;row-gap:.5rem;border-top:1px solid #333333;margin-top:.6rem;padding-top:.75rem;font-size:.75rem}.demo-speed-head{font-size:.62rem;text-transform:uppercase;letter-spacing:.04em;color:#777;text-align:right}.demo-speed-head:first-child{text-align:left}.demo-speed-op{color:#ccc;text-transform:lowercase}.demo-time--pack{color:#fff}.demo-speed .demo-time{text-align:right}.demo-x{color:#fff;font-size:1.25rem;font-weight:500;font-variant-numeric:tabular-nums;text-align:left;white-space:nowrap}.demo-x-word{font-size:.8rem;font-weight:400;color:#ccc}.loading-container{position:absolute;top:0;left:0;width:100%;height:100vh;background-color:#222;display:flex;justify-content:center;align-items:center;z-index:5;transition:opacity .5s ease}.loading-container.hidden{opacity:0}.spinner{width:60px;height:60px;border:6px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:769px){.nav{flex-direction:row;justify-content:space-between;align-items:center;padding:2rem 3rem}.nav-title{font-size:2rem}.nav-subtitle{font-size:1.1rem}.nav-links{gap:1rem;flex-wrap:nowrap}.nav-links a{padding:0;font-size:1rem;min-height:auto}.footer{flex-direction:row;justify-content:space-between;padding:2rem 3rem}.footer-links{flex-direction:row;gap:2rem}.footer-link{font-size:.9rem;padding:0;min-height:auto}.stage{padding:1rem 3rem}.demo{width:400px;max-width:400px}.demo-code{font-size:.75rem}}
