.welcome-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:90vh;background-color:#0f1c2e;color:#fff;text-align:center}.auth-forms-container{display:flex;gap:40px;max-width:800px;width:100%;background:#1b2b3c;padding:40px;border-radius:10px;box-shadow:0 4px 20px #0000004d}.auth-form{flex:1;display:flex;flex-direction:column;gap:20px}.auth-form h2{font-size:24px;margin-bottom:10px;color:#e0e0e0}.auth-divider{display:flex;align-items:center;justify-content:center;position:relative;color:#7a8ba9}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #2c3e50}.auth-divider:before{margin-right:10px}.auth-divider:after{margin-left:10px}.welcome-screen form{display:flex;flex-direction:column;gap:12px}.welcome-screen input{padding:12px;font-size:16px;border:none;border-radius:4px;background-color:#2c3e50;color:#fff;transition:background-color .2s}.welcome-screen input:focus{background-color:#3a516e;outline:none}.welcome-screen input::placeholder{color:#95a5a6}.welcome-screen button{padding:12px;font-size:16px;background-color:#1e88e5;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s;margin-top:10px}.welcome-screen button:hover{background-color:#1565c0}.error-message{color:#e74c3c;margin:-8px 0 10px;font-size:14px;text-align:left}@media (max-width: 768px){.auth-forms-container{flex-direction:column;gap:30px;padding:30px}.auth-divider{margin:10px 0}.welcome-screen h1{font-size:28px;margin-bottom:20px}}@media (max-width: 480px){.auth-forms-container{padding:20px;width:100%}.welcome-screen{padding:1rem}}.aboutLucid{display:grid;grid-template-columns:120px 1fr;margin-bottom:20px}.aboutLucid h1{margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .25s ease-out}.modal{width:800px;background:#1a1a1a;color:#fff;padding:1.5rem 1.5rem 0rem;border-radius:8px;box-shadow:0 0 20px #0006;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center}.confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;align-items:center;z-index:1001}.confirm-modal{background:#2a2a2a;padding:1.5rem;border-radius:8px;box-shadow:0 0 12px #0009;text-align:left;width:100%}.confirm-modal .modal{width:300px}.confirm-buttons{display:flex;justify-content:space-between;width:150px;margin-top:1rem;float:right}.confirm-buttons button{padding:.5rem 1rem;height:40px;border:none;border-radius:4px;cursor:pointer}.confirm-buttons .danger{background-color:#c62828;color:#fff}.confirm-buttons .danger:hover{background-color:#b71c1c}.memoryModal .modal{width:80%;max-width:900px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999}.modal-close{background:none;border:none;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer}.modal-close:hover{color:#f66}.memory-cards{flex:1;display:flex;flex-direction:column;max-height:300px;overflow-y:auto;border:1px solid #444444;background-color:#222;margin-bottom:20px}.memory-card{background:#222;padding:1rem;display:flex;flex-direction:column;gap:.5rem;border-bottom:1px solid #555;margin-bottom:0}.memory-input{height:3rem;background-color:#444;color:#fff}.memory-card:hover{background:#2a2a5a}.memory-line{display:grid;grid-template-columns:70px auto 100px}.memory-tokens-value{color:#6e6ef6;font-size:1.4em}.memory-tokens{text-align:center;position:relative;left:-10px}.memory-actions{display:flex;gap:.5rem;justify-content:flex-end}.memory-key{font-weight:700;color:#ccc;font-size:.95rem}.memory-actions button{background:none;border:none;color:#fff;cursor:pointer;font-size:.9rem;margin-left:6px}.memory-actions button:hover{color:#1e88e5}.modal.memory-modal button{padding:.5rem 1rem;border:none;background-color:#1e88e5;color:#fff;border-radius:4px;cursor:pointer}.modal.memory-modal button:hover{background-color:#1565c0}.modal.memory-modal .danger{background-color:#c62828}.modal.memory-modal .danger:hover{background-color:#b71c1c}.modal-overlay{animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.explain{position:relative;top:-1.7rem;margin-bottom:-1rem}.modal{background:#2a2a2a;padding:1.5rem;border-radius:8px;box-shadow:0 0 12px #0009;width:400px}.avatar-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.avatar-preview{width:120px;height:120px;border-radius:5px;overflow:hidden;border:2px solid #ddd}.avatar-preview img{width:100%;height:100%;object-fit:cover}.upload-btn{padding:.5rem 1rem;background:#4a6fa5;color:#fff;border-radius:4px;cursor:pointer;transition:background .2s}.upload-btn:hover{background:#3a5a80}.upload-btn:disabled{background:#ccc;cursor:not-allowed}.error-message{color:#e74c3c;margin-top:.5rem;font-size:.9rem}.glyphTable{height:300px;overflow-y:auto;border:1px solid #444444;background-color:#222}.glyphRow{display:grid;grid-template-columns:100px min-content auto 100px;grid-gap:10px;border:1px solid #444444}.glyphName{font-size:1.4em;margin-top:1rem;white-space:nowrap}.glyphDomain{color:#6e6ef6;margin-top:1.4rem}.glyphMore button{background-color:#0c61ac;color:#fff;border:none;padding:.5rem 1rem;cursor:pointer;font-size:12px;width:120px;position:relative;border-radius:5px;top:-4rem;left:-2rem}.glyphMore button:hover{background-color:#0a4f8b}.glyphTableGlyph{font-size:3rem;position:relative;left:1rem;top:1rem}.aboutGlyphs{position:relative;top:-1rem}.glyphDescription{grid-column:2 / 4;margin-bottom:1rem;margin-top:-.9rem}.lucidityGlyph{position:relative;left:28px}.modal-content{color:#ccc;font-size:.95rem;text-align:center;position:relative;top:-20px;margin-bottom:-20px}.pricing-table{display:grid;grid-template-columns:1fr 1fr 100px;grid-gap:10px;width:400px;margin-left:auto;margin-right:auto;border-collapse:collapse;margin-top:1rem;background-color:#222;padding:10px;border-bottom:#666 1px solid}.pricing-header{font-size:1.2rem;font-weight:700;background-color:#222;margin-bottom:10px}.pricing-table button{background-color:#1e88e5;color:#fff;border:none;padding:10px;border-radius:5px;cursor:pointer;font-size:12px;position:relative;top:-10px;margin-left:auto;margin-right:auto}.pricing-table button:hover{background-color:#1565c0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001}.modal{background:#2a2a2a;padding:1.5rem;border-radius:8px;box-shadow:0 0 12px #0009;width:80%;max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-header h3{margin:0;font-size:1.2rem;color:#fff}.close-btn{background:none;border:none;font-size:1.2rem;color:#fff;cursor:pointer}.modal-content{color:#ccc;font-size:.95rem}.sidebar-btn{margin:3px;padding:10px;background-color:#0c61ac;color:#fff;border:none;cursor:pointer;border-radius:5px;font-size:13px;text-align:center}.sidebar-btn:hover{background-color:#0a4f8c}h3{margin-bottom:0}.logout-btn{margin-top:12px;padding:8px;background-color:#500;color:#fff;border:none;cursor:pointer;border-radius:5px}.conversation-item{padding:14px;height:30px;cursor:pointer}.convoButton{background-color:transparent;border:none}.convoEditCancel{position:relative;left:-10px}.input-bar textarea{flex:1;padding:10px;font-size:16px;border:none;outline:none;background-color:#1b2b3c;color:#fff;resize:none;line-height:1.4;height:113px}.input-bar-wrapper{position:fixed;bottom:0;width:calc(100vw - 250px);left:250px;padding:12px;border-top:1px solid #1f2d3a;background-color:#0a1420}.input-bar{margin-left:auto;margin-right:auto;width:100%;max-width:785px;transform:translate(-20px);display:flex}.input-bar button{padding:10px 16px;margin-left:8px;background-color:#1e88e5;color:#fff;border:none;cursor:pointer;height:132px}.stop-btn{background-color:#c62828;border-radius:5px}.send-btn{border-radius:5px}.send-btn:hover{background-color:#1565c0}.stop-btn:hover{background-color:#b71c1c}.credits-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#0a1420cc;border-radius:5px;pointer-events:none}.get-credits-btn{pointer-events:auto;background-color:#1e88e5;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;height:40px!important}.get-credits-btn:hover{background-color:#1565c0}.input-bar{position:relative;margin-left:auto;margin-right:auto;width:100%;max-width:785px;transform:translate(-20px);display:flex}.dml-viewer{margin-top:10px}.dml-button-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.dml-group{margin-bottom:10px}.dml-items{margin-top:5px;padding:6px;background:#080f18;border-radius:4px;max-width:600px;overflow-wrap:break-word;word-wrap:break-word;white-space:pre-wrap;overflow-x:auto;font-family:monospace}button{padding:4px 10px;cursor:pointer}.avatar_You{border:4px solid #1f2d3a;margin-left:1rem;position:relative}.avatar_Lucid{border:4px solid #1f2d3a;margin-left:1rem;position:relative;top:7px}.sidebar{background-color:#0a1420;padding:6px;display:flex;flex-direction:column;box-sizing:border-box;border-right:1px solid #1f2d3a;overflow-y:auto;transition:transform .3s ease}.sidebar.collapsed{transform:translate(-100%);position:absolute;z-index:100}.sidebar-header{display:flex;align-items:center;justify-content:space-between}.hamburger{display:none;background:none;color:#fff;font-size:24px;border:none;cursor:pointer}.conversation-list{margin-top:20px;flex:1;overflow-y:auto}.conversation-item{display:flex;justify-content:space-between;align-items:center;padding:4px;border-radius:4px;margin-bottom:8px;background-color:#131f2d;-webkit-user-select:none;user-select:none}.conversation-item:hover{background-color:#1a2a3f}.conversation-item:not(.renaming) .conversation-title{cursor:pointer}.conversation-title{flex:1;-webkit-user-select:none;user-select:none;cursor:default}.conversation-actions button{margin-left:6px;font-size:.8em;background:none;border:none;cursor:pointer;color:#fff}.message-row{display:flex;align-items:flex-start;margin-bottom:1rem}.message-avatar{width:40px;height:40px;margin-right:2rem;border-radius:50%;object-fit:cover}.message-content{max-width:80%;background:#1a2a3f;color:#fff;padding:.75rem 1rem;margin-left:9rem;border-radius:1rem;word-wrap:break-word}.bubble_Lucid{margin-left:1rem;max-width:500px}.bubble_You{margin-left:7.7rem;background-color:#000;border:1px solid rgba(255,255,255,.1);padding:1rem;border-radius:5px;max-width:560px}.message-row.user{flex-direction:row-reverse}@media (max-width: 600px){.message-content{max-width:100%}}.glyph{display:inline-block;font-size:1.5em;margin:0 .1em;transform:translateY(.1em);line-height:1;position:relative;z-index:auto}.glyph:hover:after{content:attr(data-tooltip);position:absolute;top:0%;left:100%;width:30ch;transform:translateY(-50%);white-space:wrap;background:#222;color:#fff;padding:15px;border-radius:4px;font-size:12px;pointer-events:none}.glyph:hover+.tooltip{z-index:1}.chat-panel{background-color:#0f1c2e;overflow-y:auto;overflow-x:hidden;height:calc(100% - 160px);background:linear-gradient(to right,#0f1c2e,#000 25%,#000 75%,#0f1c2e)}.chat-messages{text-shadow:0 0 10px rgba(255,255,255,.7);padding:16px 16px 16px 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;max-width:800px;margin-left:auto;margin-right:auto;overflow:hidden}.message-controls{font-size:24px}.message-controls-btn{padding:10px;cursor:pointer}.message-controls-tokens{font-size:12px;color:#6e6ef6;position:relative;top:-3px}a{color:#1f70b7}.messagesEndAnchor{display:block;position:relative;top:100px}.message-controls-explain{font-size:12px;position:relative;background-color:#0c61ac;cursor:pointer;border:none;border-radius:5px;color:#fff;padding:6px}.message-controls-explain:hover{background-color:#0a4f8c}.message{margin-bottom:12px}.message.user{color:#9ecbff}.message.lucid{text-align:left;color:#d3d3d3}.message.thinking{position:relative;top:-142px;left:140px}.message.thinking .dots span{animation:blink 1s infinite;font-weight:700;display:inline-block;opacity:0}.message.thinking .dots span:nth-child(1){animation-delay:0s}.message.thinking .dots span:nth-child(2){animation-delay:.2s}.message.thinking .dots span:nth-child(3){animation-delay:.4s}.lucid-markdown{line-height:1.5}.lucid-markdown p{margin:.5em 0}.lucid-markdown strong{font-weight:700}.app{display:grid;grid-template-columns:250px 1fr;height:100vh;overflow:hidden;font-size:13px}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#2a2a2a;border-radius:10px}::-webkit-scrollbar-thumb{background:#555;border-radius:10px;border:2px solid #2a2a2a}::-webkit-scrollbar-thumb:hover{background:#777}*{scrollbar-width:thin;scrollbar-color:#555 #2a2a2a}body{margin:0;font-family:Segoe UI,sans-serif;background-color:#0f1c2e;color:#e4e4e4}@media (max-width: 768px){.app{grid-template-columns:1fr}.hamburger{display:block}.sidebar{width:200px;position:absolute;height:100vh;background-color:#0a1420}.chat-panel{margin-left:0}}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}
