*{box-sizing:border-box;margin:0;padding:0}html{font-size:75%}body{font-family:-apple-system,sans-serif;font-size:20px;background:#1e1e1e;color:#ccc;min-height:100vh;display:flex;align-items:center;justify-content:center}#root{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.container{background:#252526;padding:3.5rem;border-radius:8px;box-shadow:0 2px 8px #0000004d;width:550px;border:1px solid #3c3c3c}h1{font-size:3.4rem;margin-bottom:1.5rem;text-align:center;color:#fff;font-family:Gill Sans,Century Gothic,sans-serif;font-weight:300;letter-spacing:2px}section{margin-bottom:1.5rem}h2{font-size:2rem;margin-bottom:.5rem;color:#ccc}.drop-zone{border:2px dashed #555555;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;color:#888;transition:all .2s;margin-bottom:.5rem}.drop-zone:hover,.drop-zone.drag-over{border-color:#53e59f;color:#53e59f;background:#53e59f0d}button{background:#53e59f;color:#1e1e1e;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1.3rem;font-weight:600}button:hover{background:#6df2b3}select{width:100%;padding:.6rem;margin-bottom:.5rem;background:#3c3c3c;color:#ccc;border:1px solid #555555;border-radius:4px;font-size:1.5rem}.status{margin-top:.5rem;font-size:1.2rem}.file-list{list-style:none;padding:0}.file-list li{padding:.3rem 0;border-bottom:1px solid #3c3c3c;font-size:1.2rem}.empty{color:#666;font-size:1.2rem}.copyright{text-align:center;color:#eee;font-size:1rem;margin-top:8rem;border-top:none;padding-top:1rem}.error{color:#d00}.success{color:#080}.auth-section{text-align:center}.user-info{text-align:right;font-size:1.3rem;margin-bottom:1rem}.user-info a{color:#e5a053;cursor:pointer}
