.main{min-height:calc(100vh - var(--header-height));flex-direction:column;justify-content:space-between;align-items:center;margin:0 1rem;display:flex}.main-title{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;margin-bottom:3rem;display:flex}.main h1{color:#0000;background-image:linear-gradient(90deg,#fff,#94faca);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1}.main h2{color:#999;text-align:center;font-size:1.25rem;font-weight:400;line-height:1.4}.presets{width:100%;max-width:1024px}.presets h3{color:#c7c7c7;margin-bottom:1.5rem;font-weight:600}.presets .preset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:3rem;padding:0;list-style:none;display:grid}.presets .customize-note{text-align:center;color:#999;margin:1.5rem 0;font-size:.875rem}.presets .customize-note code{color:#a3f2cf}@media screen and (min-width:800px){.main h1{font-size:4.5rem}.main h2{font-size:1.5rem}.presets .preset-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
