main{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:4rem 2rem}.manifesto{max-width:600px;width:100%}.manifesto h1{font-size:2.5rem;color:var(--accent-color);margin:0 0 1rem;text-align:center}.lead{text-align:center;font-size:1.25rem;color:#9399b2;margin:0 0 3rem;font-style:italic}section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.05)}section:last-of-type{border-bottom:none}h2{font-size:1.25rem;color:#cdd6f4;margin:0 0 1rem}p{color:#9399b2;font-size:1.1rem;line-height:1.7;margin:.5rem 0}.closing{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.closing p{margin:.25rem 0}.closing p:last-child{color:var(--accent-color);font-size:1.5rem;margin-top:1rem}.keybinds{display:grid;grid-template-columns:max-content 1fr;gap:.75rem 1.5rem;margin:1rem 0 .5rem;padding:0;align-items:baseline}.keybinds dt{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center;margin:0}.keybinds dd{margin:0;color:#9399b2;font-size:1rem;line-height:1.6}.keybinds kbd{display:inline-block;padding:.15rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;color:#cdd6f4;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-bottom-width:2px;border-radius:4px;line-height:1}.keybinds-hint{font-size:.95rem;color:#6c7086;margin-top:1rem}.keybinds-hint kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;padding:.1rem .4rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:3px;color:#cdd6f4}@media(max-width:540px){.keybinds{grid-template-columns:1fr;gap:.25rem 0}.keybinds dt{margin-top:.85rem}.keybinds dt:first-of-type{margin-top:0}.keybinds dd{padding-left:0}}html[data-theme=light] .closing{border-top-color:#00000014}html[data-theme=light] .keybinds kbd,html[data-theme=light] .keybinds-hint kbd{background:#0000000a;border-color:#0000001f;color:#1e1e2e}html[data-theme=frappe] .closing{border-top-color:#ffffff14}html[data-theme=frappe] .keybinds kbd,html[data-theme=frappe] .keybinds-hint kbd{background:#ffffff0a;border-color:#ffffff1a;color:#c6d0f5}
