#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.App-header{margin-bottom:2rem}input[type=file]{margin-bottom:1rem}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;color:#ffffffde}button:hover{border-color:#646cff}button:disabled{background-color:#333;cursor:not-allowed}.analysis-results{margin-top:2rem;text-align:left;padding:1.5rem;border:1px solid #444;border-radius:8px}.analysis-results ul{list-style-type:none;padding:0}.main-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.column{border:1px solid #333;padding:1.5rem;border-radius:8px;height:80vh;display:flex;flex-direction:column}.chat-container{flex-grow:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;padding-right:10px}.chat-container::-webkit-scrollbar{width:8px}.chat-container::-webkit-scrollbar-track{background:#2a2a2a;border-radius:10px}.chat-container::-webkit-scrollbar-thumb{background:#555;border-radius:10px}.chat-container::-webkit-scrollbar-thumb:hover{background:#777}.chat-message p{margin:0}.chat-message{padding:.75rem;border-radius:8px;max-width:80%;word-wrap:break-word;word-break:break-word;white-space:pre-wrap}.chat-message.user{background-color:#3a3a3a;align-self:flex-end;text-align:right;color:#e0e0e0}.chat-message.bot{background-color:#2a2a2a;align-self:flex-start;text-align:left;color:silver}.chat-message.bot a{color:#8ab4f8;text-decoration:none;word-break:break-all}.chat-message.bot a:hover{text-decoration:underline}.document-item{background-color:#333;padding:.5rem;border-radius:5px;margin-bottom:.5rem;display:flex;flex-direction:column;gap:5px}.document-item:last-child{margin-bottom:0}.document-item-link-row{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.copy-button{background-color:#444;color:#eee;border:none;padding:5px 8px;border-radius:4px;cursor:pointer;font-size:.8em;white-space:nowrap}.copy-button:hover{background-color:#555}.copy-button:active{background-color:#666}.copy-button:disabled{background-color:#333;cursor:not-allowed}.chat-input-area{display:flex;gap:10px}
