#root{max-width:1280px;margin:0 auto;text-align:center}.logout-button{position:absolute;top:10px;right:10px;border-radius:6px;cursor:pointer}.intro-container ul{list-style-type:none;padding:0;margin:0}html,body{height:100%;margin:0;padding:0;background:#111;color:#eee;font-family:system-ui,sans-serif;overflow-y:auto}.root-container{display:flex;flex-direction:column;min-height:100vh;align-items:center;background:inherit;color:inherit}.header,.chat-input-bar{width:100%;max-width:800px;padding:.75rem 1rem;box-sizing:border-box}.chat-area{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:800px;margin:1rem auto;padding-bottom:60px;box-sizing:border-box;align-items:stretch}.msg{border-radius:.8rem;padding:.8rem 1rem;line-height:1.6;box-sizing:border-box}.msg.user{align-self:flex-end;background:#b0ffb0;color:#000;max-width:90%}.msg.ai{align-self:flex-start;background:#222;color:#eee;width:100%;display:block;text-align:left}.msg.system{align-self:center;background:#333;color:#ddd;border:1px solid #555;font-style:italic;max-width:90%;padding:10px 14px;border-radius:10px;box-shadow:0 2px 6px #0000004d;text-align:center;opacity:.95}.msg pre{margin:0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;max-width:100%;overflow-x:auto}.chat-input-bar{position:fixed;bottom:0;left:0;right:0;margin:0 auto;display:flex;align-items:flex-end;gap:.5rem;border-top:1px solid #333;background:#111;padding:.75rem 1rem;box-sizing:border-box;z-index:10}.chat-textarea{flex:1;resize:none;font-size:1rem;border:none;outline:none;border-radius:.5rem;padding:.6rem;background:#222;color:#fff;line-height:1.4}.upload-button{background:#fff;color:#2684ff;border:1px solid #ccc;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;transition:background .2s,transform .1s}.upload-button:hover{background:#f5f5f5;transform:scale(1.05)}.upload-button .icon{width:20px;height:20px}.markdown-body{font-family:inherit;line-height:1.6;text-align:left!important;white-space:normal;word-break:break-word;width:100%;overflow-x:auto}.markdown-body table{border-collapse:collapse;margin:.75rem 0;width:100%}.markdown-body th,.markdown-body td{border:1px solid #444;padding:.5rem .75rem;text-align:left}.markdown-body th{background:#333}.markdown-body code{background:#1e1e1e;padding:.2rem .4rem;border-radius:.3rem;font-size:.95em;font-family:Consolas,monospace;color:#9cdcff}.markdown-body pre code{display:block;padding:.75rem;overflow-x:auto}.markdown-body strong{color:#fff}.markdown-body a{color:#4ea1ff;text-decoration:none}.markdown-body a:hover{text-decoration:underline}.markdown-body ul{list-style-type:none;margin:.25rem 0;padding-left:1rem}.markdown-body ol{list-style-type:decimal;margin:.25rem 0;padding-left:1.5rem}.markdown-body li{margin:.25rem 0;padding-left:.25rem;line-height:1.5}@media (max-width: 768px){.chat-area,.header,.chat-input-bar{max-width:100%;padding:.5rem}.msg.user,.msg.ai{max-width:100%}}.system-prompt-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;max-width:600px;margin:20px auto;background:#e0e0e0;border-radius:12px;padding:1em;color:#060606;box-shadow:0 4px 10px #00000026;text-align:left;box-sizing:border-box;border:1px solid #ccc}.system-prompt-box h4{margin:0 0 .5em;font-size:1.1rem;font-weight:600;color:#000;text-align:center}.system-input{width:100%;min-height:100px;font-size:.95rem;padding:10px;border-radius:6px;border:1px solid #eee;background-color:#000;color:#fff;resize:vertical;box-sizing:border-box;font-family:monospace}.save-prompt-button{background:#060606;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease-in-out}.save-prompt-button:hover{background:#202020;transform:scale(1.03)}
