@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--bg: #FAFAFA;--text: #1a1a18;--muted: #bbb;--border: #e8e8e8;--font: "Space Grotesk", system-ui, sans-serif;--accent: #FF3D5A}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#app{height:100%}.fold-app{display:flex;flex-direction:column;height:100svh;height:100vh;width:100%;max-width:680px;margin:0 auto;padding:0 2rem}.fold-top{flex:0 0 40vh;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none}.fold-mode-name{font-size:clamp(3.5rem,10vw,5.5rem);font-weight:700;color:var(--accent);letter-spacing:-.04em;line-height:1;transition:color .3s ease}.fold-divider{flex-shrink:0;height:2px;background:var(--accent);margin:0 -2rem;opacity:.18;transition:background .3s ease}.fold-main{flex:1;min-height:0;display:flex;flex-direction:column}.fold-bottom{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 0 1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none}.fold-question-wrap{flex-shrink:0;text-align:center}.fold-question{font-size:clamp(1.2rem,3.2vw,1.6rem);font-weight:400;line-height:1.55;color:var(--text);letter-spacing:-.01em;text-align:center}.fold-progress{margin-top:2rem;font-size:.65rem;color:var(--muted);letter-spacing:.08em;text-align:center;text-transform:uppercase}@keyframes word-in{0%{opacity:0}to{opacity:1}}.word-in{display:inline;opacity:0;animation:word-in .18s ease-out forwards}@keyframes key-bloom{0%{color:#ccc}35%{color:var(--accent);opacity:.6}to{color:var(--accent);opacity:1}}.key-word{display:inline;color:#ccc;font-weight:600;animation:key-bloom .6s ease-out forwards}.slot-word{display:inline-block;overflow:hidden;vertical-align:bottom;height:1.2em;line-height:1.2;color:#ccc;font-weight:600}.slot-inner{display:flex;flex-direction:column;will-change:transform}.slot-item{flex-shrink:0;height:1.2em;white-space:nowrap}@keyframes slot-bloom{0%{color:#ccc}35%{color:var(--accent);opacity:.6}to{color:var(--accent);opacity:1}}.slot-bloomed{animation:slot-bloom .9s ease-out forwards}.slot-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.blankity-blank{color:var(--accent);font-weight:600;font-style:italic;transition:color .3s ease}.blankity-reveal{animation:word-in .22s ease-out forwards}.fold-mode-strip{flex-shrink:0;display:flex;gap:0;justify-content:center;padding:.75rem 0;border-top:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.fold-mode-strip::-webkit-scrollbar{display:none}.fold-mode-pill{background:none;border:none;color:var(--muted);font-family:var(--font);font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .75rem;cursor:pointer;white-space:nowrap;transition:color .15s ease;flex-shrink:0}.fold-mode-pill:hover{color:var(--text)}.fold-mode-pill.active{color:var(--accent);transition:color .3s ease}.fold-mode-random{margin-left:.5rem;border-left:1px solid var(--border);padding-left:1rem;color:var(--muted);font-size:.75rem}.fold-mode-random:hover{color:var(--accent)}@media (max-width: 480px){.fold-app{padding:0 1.25rem}.fold-top{flex:0 0 35vh}.fold-mode-pill{font-size:.58rem;padding:.3rem .55rem}}@media (max-height: 600px){.fold-top{flex:0 0 30vh}.fold-mode-name{font-size:clamp(2.5rem,7vw,3.5rem)}}
