*{padding:0;margin:0}.upload-ctr{width:100vw;height:100vh;background-color:#f0f0f0;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.page-name{font-family:sans-serif;color:#c550e6;font-size:1.7rem;margin-right:100px}.upload-inner-ctr{width:95%;height:90%;background-color:#f0f0f0;margin:.75rem 3rem 1rem 2.5rem;display:flex;gap:1rem;border:solid 1px gray;padding:1rem;border-radius:15px}.doc-upload{width:50%;height:100%;border:solid 1px #C550E6;border-radius:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.doc-upload-btn{width:100px;height:30px;font-family:sans-serif;border-radius:8px;border:solid 2px #C550E6;background-color:#f0f0f0;font-weight:550;color:#c550e6}.compare-btn{width:140px;height:50px;border:solid 3px #C550E6;background-color:#c550e6;color:#f0f0f0;font-family:sans-serif;font-weight:600;margin-bottom:1rem;border-radius:7px;font-size:1rem}.doc-upload-btn:hover{background-color:#c550e6;color:#f0f0f0;transition:.2s ease-in-out;cursor:pointer}.compare-btn:hover{background-color:#f0f0f0;color:#c550e6;transition:all .2s ease-in;cursor:pointer}.spinner{border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;width:16px;height:16px;animation:spin .8s linear infinite;display:inline-block;vertical-align:middle;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.file-preview{font-family:sans-serif;color:green}.drag-prompt{font-family:sans-serif;color:#888787}.ai-summary{line-height:1.25;color:#000}.result-page{width:100vw;height:100vh;background-color:#f0f0f0;display:flex;flex-direction:column;justify-content:end;align-items:center}.page-name{font-family:sans-serif;padding-top:1rem;color:#c550e6;font-size:1.7rem;margin-left:-80%}.result-container{width:95%;height:85%;background-color:#f0f0f0;margin:.75rem 3rem 1rem 2.5rem;display:flex;gap:1rem;border:solid 1px gray;padding:1rem;border-radius:15px}.preview-column{width:50%;height:95%;border:solid 1px #C550E6;border-radius:15px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow:auto;padding:10px}.error-ctr{display:flex;justify-content:center;align-items:center;font-family:sans-serif;font-weight:700;height:100vh}.diff-column{width:35%;height:93%;border:solid 1px #C550E6;border-radius:15px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:1rem;overflow-y:scroll;padding:20px;margin-bottom:3rem;overflow-x:hidden}strong{font-family:sans-serif;margin:5px}.file-name{font-family:sans-serif;color:#464646;font-weight:500;padding-bottom:.5rem;font-size:.9rem}.changes-header{font-family:sans-serif;color:#464646;font-weight:600;padding-bottom:0}.diff-column::-webkit-scrollbar-track{background:transparent}.diff-column::-webkit-scrollbar-thumb{background-color:#c550e6;border-radius:4px}.diff-column::-webkit-scrollbar{width:6px}.diff-list{max-height:400px;width:100%;padding-right:10px;display:flex;flex-direction:column;gap:10px}.diff-item{border:solid 1px rgb(98,98,98);border-radius:5px;padding:10px;display:flex;flex-direction:column;word-break:break-word;white-space:pre-wrap;width:100%;box-sizing:border-box}.diff-point{font-family:sans-serif;margin-left:.5rem}.ai-summary{font-family:sans-serif;color:#383737}.ai-summary-heading{text-align:center;font-family:sans-serif;color:#c550e6;padding-bottom:5px}.ai-summary-ctr{border:1px solid gray;border-radius:8px;padding:1rem}.diff-new{background-color:#00ff005a;padding:8px;border:1px solid #ddd;color:green;margin-top:5px;word-break:break-word;white-space:pre-wrap;border-radius:10px;display:flex;flex-direction:column;gap:7px;font-family:sans-serif}.diff-old{background-color:#ff000053;padding:8px;border:1px solid #ddd;color:red;margin-top:5px;word-break:break-word;white-space:pre-wrap;border-radius:10px;display:flex;flex-direction:column;gap:7px;font-family:sans-serif}embed{height:100%}
