*{box-sizing:border-box;margin:0;padding:0}html{font-size:75%}body{color:#ccc;background:#1e1e1e;justify-content:center;align-items:center;min-height:100vh;font-family:-apple-system,sans-serif;font-size:20px;display:flex}#root{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.container{background:#252526;border:1px solid #3c3c3c;border-radius:8px;width:550px;padding:3.5rem;box-shadow:0 2px 8px #0000004d}h1{text-align:center;color:#fff;letter-spacing:2px;margin-bottom:1.5rem;font-family:Gill Sans,Century Gothic,sans-serif;font-size:3.4rem;font-weight:300}section{margin-bottom:1.5rem}h2{color:#ccc;margin-bottom:.5rem;font-size:2rem}.drop-zone{text-align:center;cursor:pointer;color:#888;border:2px dashed #555;border-radius:8px;margin-bottom:.5rem;padding:2rem;transition:all .2s}.drop-zone:hover,.drop-zone.drag-over{color:#53e59f;background:#53e59f0d;border-color:#53e59f}button{color:#1e1e1e;cursor:pointer;background:#53e59f;border:none;border-radius:4px;padding:.5rem 1rem;font-size:1.3rem;font-weight:600}button:hover{background:#6df2b3}select{color:#ccc;background:#3c3c3c;border:1px solid #555;border-radius:4px;width:100%;margin-bottom:.5rem;padding:.6rem;font-size:1.5rem}.status{margin-top:.5rem;font-size:1.2rem}.spinner{vertical-align:middle;border:2px solid #555;border-top-color:#53e59f;border-radius:50%;width:16px;height:16px;margin-right:6px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.file-list{padding:0;list-style:none}.file-list li{border-bottom:1px solid #3c3c3c;padding:.3rem 0;font-size:1.2rem}.empty{color:#666;font-size:1.2rem}.copyright{text-align:center;color:#eee;border-top:none;margin-top:8rem;padding-top:1rem;font-size:1rem}.error{color:#d00}.success{color:#080}.auth-section{text-align:center}.user-info{text-align:right;margin-bottom:1rem;font-size:1.3rem}.user-info a{color:#e5a053;cursor:pointer}.chat-section{margin-top:5rem}.chat-messages{background:#1e1e1e;border:1px solid #3c3c3c;border-radius:6px;height:250px;margin-bottom:.5rem;padding:.8rem;overflow-y:auto}.chat-msg{border-radius:6px;max-width:85%;margin-bottom:.5rem;padding:.5rem .8rem;font-size:1.2rem}.chat-msg.user{text-align:right;color:#eee;background:#3c3c3c;margin-left:auto}.chat-msg.assistant{color:#53e59f;background:#2d2d2d}.chat-msg.thinking{color:#e5a053}.chat-input{gap:.5rem;display:flex}.chat-input input{color:#fff;background:#3c3c3c;border:1px solid #555;border-radius:4px;flex:1;padding:.6rem;font-size:1.2rem}.chat-input input::placeholder{color:#ddd}.chat-input button{padding:.6rem 1rem}
