:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*:focus,*:focus-visible{outline:none!important;box-shadow:none!important}[data-focus]:not([data-focus-visible-added]){box-shadow:none!important;outline:none!important}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;overflow:hidden;position:fixed;width:100%;height:100vh;height:100dvh}#root{width:100%;height:100%;overflow:hidden}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:none;box-shadow:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.thinking-chain{margin-bottom:12px;display:flex;flex-direction:column;gap:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative}.thinking-chain:before{content:"";position:absolute;left:2px;top:12px;bottom:12px;width:1px;background:#e5e5e5;opacity:.6;z-index:0}.thinking-step{display:flex;align-items:flex-start;gap:8px;padding:2px 0;opacity:0;transform:translateY(-2px);transition:all .3s ease;position:relative}.thinking-step.visible,.thinking-step.completed{opacity:1;transform:translateY(0)}.thinking-step.completed .step-text{opacity:.4}.thinking-step.active .step-text{animation:breatheText 2.5s ease-in-out infinite}@keyframes breatheText{0%,to{opacity:.5}50%{opacity:.75}}.step-bullet{display:flex;align-items:center;justify-content:center;width:4px;height:4px;margin-top:6px;flex-shrink:0;background:#a3a3a3;border-radius:50%;transition:all .3s ease;position:relative;z-index:1}.thinking-step.completed .step-bullet{background:#d4d4d4;opacity:.5}.thinking-step.active .step-bullet{background:#737373}.step-content-wrapper{flex:1;display:flex;align-items:center;gap:6px}.step-text{font-size:13px;color:#737373;font-weight:400;line-height:1.4;letter-spacing:-.01em;transition:opacity .3s ease}.breathing-dots{display:flex;gap:2px;align-items:center;margin-left:4px}.breathing-dots .dot{width:2px;height:2px;background:#a3a3a3;border-radius:50%;animation:dotPulse 1.4s ease-in-out infinite}.breathing-dots .dot:nth-child(2){animation-delay:.2s}.breathing-dots .dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,60%,to{opacity:.2;transform:scale(.8)}30%{opacity:.7;transform:scale(1.1)}}@media (prefers-color-scheme: dark){.thinking-chain:before{background:#404040;opacity:.4}.step-bullet{background:#737373}.thinking-step.completed .step-bullet{background:#525252;opacity:.4}.thinking-step.active .step-bullet{background:#a3a3a3}.step-text{color:#a3a3a3}.thinking-step.completed .step-text{opacity:.3}.breathing-dots .dot{background:#737373}}
