: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}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;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.loading-dots{display:inline-flex;align-items:center;gap:4px}.loading-dots span{width:6px;height:6px;background-color:#666;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.app{display:flex;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#151f2b;color:#e7e9ea}.editor-panel{flex:2;border-right:1px solid #2f3336;display:flex;flex-direction:column;background:#151f2b}.template-selector{display:flex;gap:.75rem;padding:1rem;border-bottom:1px solid #2f3336;background:#1a2633;overflow-x:auto}.template-card{min-width:130px;padding:1rem;border:1px solid #2f3336;border-radius:12px;background:#151f2b;cursor:pointer;text-align:center;transition:all .2s ease;flex-shrink:0;box-shadow:0 1px 3px #0000004d}.template-card:hover{border-color:#1d9bf0;transform:translateY(-2px);box-shadow:0 4px 12px #1d9bf026;background:#1e2732}.template-card.active{border-color:#1d9bf0;background:#0d1117;box-shadow:0 0 0 1px #1d9bf0}.template-title{font-size:13px;font-weight:700;color:#e7e9ea;margin:0}.template-subtitle{font-size:11px;color:#71767b;margin:.25rem 0 0}.chat-panel{flex:1;display:flex;flex-direction:column;background:#151f2b}.panel-header{padding:1rem;border-bottom:1px solid #e5e5e5;background:#f8f9fa;font-weight:600}.editor-container{flex:1;padding:1.5rem;overflow:auto;position:relative;background:#151f2b}.lexical-editor{min-height:100%;outline:none;border:none;resize:none;line-height:1.7;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#e7e9ea;background:transparent}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-text-code{background-color:#6e768133;color:#f92672;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:14px;padding:3px 6px;border-radius:4px}.editor-heading-h1{font-size:2.2em;font-weight:800;margin:1em 0 .5em;color:#e7e9ea;line-height:1.2}.editor-heading-h2{font-size:1.8em;font-weight:700;margin:.8em 0 .4em;color:#e7e9ea;line-height:1.3}.editor-heading-h3{font-size:1.4em;font-weight:600;margin:.7em 0 .3em;color:#e7e9ea;line-height:1.4}.editor-heading-h4{font-size:1em;font-weight:700;margin:1.12em 0;color:silver}.editor-heading-h5{font-size:.83em;font-weight:700;margin:1.5em 0;color:#b0b0b0}.editor-heading-h6{font-size:.75em;font-weight:700;margin:1.67em 0;color:#a0a0a0}.editor-quote{border-left:4px solid #1d9bf0;margin:1.5em 0;padding:1em 1.5em;background-color:#1d9bf01a;font-style:italic;color:#a8b3cf;border-radius:0 8px 8px 0}.editor-code{background-color:#0d1117;color:#e6edf3;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:14px;line-height:1.5;margin:1em 0;padding:1rem;border-radius:8px;overflow-x:auto;border:1px solid #21262d}.editor-tokenComment{color:#6272a4}.editor-tokenPunctuation{color:#f8f8f2}.editor-tokenProperty{color:#bd93f9}.editor-tokenSelector{color:#50fa7b}.editor-tokenOperator{color:#ff79c6}.editor-tokenAttr{color:#8be9fd}.editor-tokenVariable{color:#f8f8f2}.editor-tokenFunction{color:#ffb86c}.chat-messages{flex:1;padding:1rem;overflow-y:auto;background:#1a2633;min-height:0}.chat-input-container{padding:1rem;border-top:1px solid #2f3336;background:#151f2b;flex-shrink:0;min-width:0}.chat-input{width:100%;padding:1rem;border:1px solid #2f3336;border-radius:12px;outline:none;font-size:16px;height:84px;box-sizing:border-box;min-width:0;resize:vertical;font-family:inherit;background:#1e2732;color:#e7e9ea;transition:all .2s ease}.chat-input:focus{border-color:#1d9bf0;box-shadow:0 0 0 2px #1d9bf033;background:#151f2b}.message-wrapper{margin-bottom:1rem}.message{padding:1rem;border-radius:16px;border:1px solid transparent}.message.user{background:#1d9bf0;margin-left:2rem;color:#fff;border-color:#1d9bf0}.message.assistant{background:#1e2732;margin-right:2rem;border:1px solid #2f3336;color:#e7e9ea}.message-content{margin:0;line-height:1.6;font-size:15px}.proof-content{margin-top:.2rem;padding:.5rem;background:#f0f8ff;border-left:3px solid #007acc;font-style:italic;color:#555}.source-container{margin-top:4px;margin-right:2rem;text-align:left}.source-link{color:#1d9bf0;cursor:pointer;text-decoration:none;font-size:13px;font-weight:400;transition:color .2s ease}.source-link:hover{color:#0d8bd9;text-decoration:underline}.message.error{background:#2a1a1a!important;border:1px solid #f91880!important;color:#ff6b9d!important}
