@import"https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Lora:ital,wght@0,400;0,600;1,400&display=swap";body{margin:0;padding:0}#root{min-height:100vh}:root{--bg-dark: #1a1a1a;--text-cream: #f5f1e8;--text-muted: #b8b3a8;--accent: #d4af77;--border: #3a3a3a}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;background-color:var(--bg-dark);color:var(--text-cream);font-family:Crimson Text,Georgia,serif;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.container{max-width:700px;width:100%;margin:0 auto}.step{text-align:center;animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-in}h1{font-size:3.5rem;font-weight:400;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}h2{font-size:2.5rem;font-weight:400;margin-bottom:2rem;letter-spacing:-.01em}.subtitle{font-size:1.5rem;color:var(--text-muted);margin-bottom:3rem;font-style:italic}.choices{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.choice-button{background:none;border:2px solid var(--border);color:var(--text-cream);font-family:Crimson Text,Georgia,serif;font-size:1.5rem;padding:1.25rem 2rem;cursor:pointer;transition:all .3s ease;border-radius:2px;letter-spacing:.02em}.choice-button:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.choice-button:active{transform:translateY(0)}.choice-button.primary{background-color:var(--accent);color:var(--bg-dark);border-color:var(--accent);font-weight:600;text-decoration:none;display:inline-block}.choice-button.primary:hover{background-color:var(--text-cream);border-color:var(--text-cream);color:var(--bg-dark)}.back-button{background:none;border:none;color:var(--text-muted);font-family:Crimson Text,Georgia,serif;font-size:1.125rem;margin-top:2rem;cursor:pointer;transition:color .3s ease;padding:.5rem}.back-button:hover{color:var(--text-cream)}.recommendation{text-align:left}.book-reveal{max-width:600px;margin:0 auto}.book-title{font-size:3.25rem;font-weight:700;margin-bottom:.5rem;line-height:1.2;letter-spacing:-.02em}.book-author{font-size:1.5rem;color:var(--text-muted);font-style:italic;margin-bottom:2rem}.divider{width:60px;height:2px;background-color:var(--accent);margin:2rem 0}.book-why{font-size:1.375rem;line-height:1.8;margin-bottom:2.5rem;color:var(--text-cream)}.book-actions{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.secondary-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}.text-button{background:none;border:none;color:var(--text-muted);font-family:Crimson Text,Georgia,serif;font-size:1.125rem;cursor:pointer;transition:color .3s ease;text-decoration:underline;text-decoration-color:transparent;transition:all .3s ease}.text-button:hover{color:var(--text-cream);text-decoration-color:var(--text-cream)}.attribution{margin-top:4rem;text-align:center;font-size:1rem;color:var(--text-muted)}.attribution a{color:var(--accent);text-decoration:none;transition:color .3s ease}.attribution a:hover{color:var(--text-cream)}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}.subtitle{font-size:1.25rem}.book-title{font-size:2.5rem}.book-author,.book-why{font-size:1.25rem}.choice-button{font-size:1.25rem;padding:1rem 1.5rem}.app{padding:1.5rem}}@media(max-width:480px){h1{font-size:2rem}h2{font-size:1.75rem}.subtitle{font-size:1.125rem}.book-title{font-size:2rem}.book-why{font-size:1.125rem}}
