*,:after,:before{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-geist-sans),system-ui,-apple-system,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}@font-face{font-family:Bravura;src:url(/fonts/Bravura.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}.demo-page{min-height:100vh;padding:.5rem;font-family:inherit;transition:all .3s ease}@media (min-width:768px){.demo-page{padding:2rem}}.demo-header{text-align:center;margin-bottom:3rem}.demo-title{font-size:4.5rem;font-weight:300;margin-bottom:.5rem}.demo-subtitle{font-size:1.25rem}.demo-main{max-width:72rem;margin:0 auto;gap:4rem;padding-bottom:6rem}.demo-main,.demo-section{display:flex;flex-direction:column}.demo-section{gap:1rem}.demo-section-header{border-left:4px solid;padding-left:1rem}.demo-section-title{font-size:1.5rem;font-weight:600;margin:0}.demo-section-description{margin:0}.demo-code-wrapper{margin-top:.5rem;position:relative}.demo-code-row{display:flex;align-items:flex-start;gap:.5rem}.demo-code{flex:1 1}.demo-code,.demo-json{font-size:.75rem;padding:.75rem;border-radius:.5rem;overflow-x:auto;font-family:var(--font-geist-mono),monospace}.demo-json{max-height:16rem}.demo-copy-btn{padding:.25rem .75rem;font-size:.75rem;border-radius:.25rem;transition:all .3s;cursor:pointer}.demo-copy-btn:hover{opacity:.8}.demo-footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.demo-footer p{font-size:.875rem;margin:0}.demo-footer a{text-decoration:underline;transition:opacity .3s;color:var(--riff-color-primary)}.demo-footer a:hover{opacity:.8}