:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-image:url(/images/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}.container{text-align:center;padding:2rem 3rem;background-color:#0009;border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}h1{font-size:2.5rem;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.subtitle{color:#fffc;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.conch-wrapper{cursor:pointer;display:inline-block}.conch{width:250px;height:auto;transition:transform .1s ease}.conch:hover{transform:scale(1.05)}.conch.shake{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:rotate(0)}20%{transform:rotate(-10deg)}40%{transform:rotate(10deg)}60%{transform:rotate(-10deg)}80%{transform:rotate(10deg)}}.answer-box{height:80px;display:flex;align-items:center;justify-content:center;margin-top:2rem}.answer{font-size:2rem;font-weight:700;color:#a5b4fc;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.claude-page{max-width:700px;max-height:90vh;overflow-y:auto}.claude-page h1{margin-bottom:.5rem}.meta{color:#fff9;font-size:.9rem;margin-bottom:.5rem}.summary{color:#fffc;font-style:italic;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.messages{display:flex;flex-direction:column;gap:1rem;text-align:left}.message{padding:1rem;border-radius:8px}.message.user{background-color:#ffffff1a}.message.assistant{background-color:#646cff33}.message .role{font-weight:700;font-size:.8rem;text-transform:uppercase;color:#fff9;display:block;margin-bottom:.3rem}.message p{margin:0;color:#ffffffe6;line-height:1.5}
