.documentContainer{padding:1rem;border:1px solid black;max-width:700px;border-radius:20px;display:flex;gap:.6rem;flex-direction:column;margin:2rem auto 0}.documentInfo{display:flex;gap:1rem;justify-content:space-between}.documentContainer .left,.documentContainer .right{width:40px}.cancelContainer{width:18px;height:18px;cursor:pointer}.document{text-align:left}.name{font-size:1rem;font-weight:700}.size{font-size:.9rem}.progressBar{display:flex;position:relative;border-radius:20px}.fill{background-color:var(--fill-bar);border-radius:20px;position:absolute;width:75%;bottom:0;right:0;left:0;top:0}.empty{background-color:var(--empty-bar);border-radius:20px;width:100%}.percentage{font-weight:700}.documentContainer .middle{flex:1}@media screen and (max-width: 400px){.documentContainer{padding:.7rem;border-radius:10px}.iconContainer{width:30px;height:30px}.cancelContainer{width:15px;height:15px}.progressContainer{align-items:center}.progressContainer .left{display:none}.progressBar{height:15px}}.outerContainer{box-shadow:var(--box-shadow);padding:1.2rem;background-color:var(--elevated_2);max-width:400px;border-radius:20px;margin:0 auto;cursor:pointer}.innerContainer{display:flex;flex-direction:column;align-items:center;background-color:var(--background);padding:1.5rem 1rem;border:2px dashed var(--border);width:100%;border-radius:20px;gap:1rem}.textContainer{text-align:center;font-weight:"500"}.divider{max-width:750px;width:100%;margin:2rem auto;border-radius:10px}.heroContainer{position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:3rem;margin-bottom:4rem}.heroContainer .left{min-width:50%;width:100%;color:var(--text_1);display:flex;flex-direction:column;gap:1rem;z-index:1000}.heroContainer .titleStyles{font-size:2.5rem;line-height:1;margin-bottom:.5rem;font-weight:600}.heroContainer .subTitleStyles{font-size:1.5rem;font-weight:600;line-height:1.2}.heroContainer .primary{color:var(--primary)}.heroContainer .description{color:var(--text-highlighted);margin:1rem 0;line-height:1.5}.illustration{width:fit-content;display:flex;justify-content:center;align-items:center;z-index:1000}.illustrationVideo{max-width:100%;height:auto;border-radius:10px}@media screen and (max-width: 1150px){.heroContainer{flex-direction:column;align-items:center}.heroTitleContainer,.description{text-align:center}.ctaButton{margin:0 auto}.illustration{width:80%}}@media screen and (max-width: 900px){.heroContainer .right{order:-1}.heroContainer{gap:2rem}.illustration{width:90%}}@media screen and (max-width: 600px){.illustration{width:100%}.heroContainer .titleStyles{font-size:30px}.heroContainer .subTitleStyles{font-size:20px}}#footerContainer{z-index:1000;margin:0 auto;display:flex;gap:5px;align-items:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#footerContainer span{color:var(--text_1)}#footerContainer .heart{color:#e90606;margin:0 3px;animation:pound .35s infinite alternate;-webkit-animation:pound .35s infinite alternate;display:inline-block;width:20px}@-webkit-keyframes pound{to{transform:scale(1.1)}}@keyframes pound{to{transform:scale(1.1)}}@media screen and (max-width: 900px){#footerContainer{flex:0 0 50px}}#header{margin:0 auto;max-width:95vw;flex:0 0 60px}#header .title{font-size:1.5rem;font-weight:600;text-align:center;text-decoration:none;color:#000}.blob{position:fixed;z-index:-10;transform:scale(1.1);width:clamp(200px,35vw,500px)}.blob1{left:-8%;top:150px}.blob2{top:250px;transform:rotate(180deg) scale(1.1);right:-6%;opacity:.7}@media screen and (max-width: 1200px){#header{padding:1rem}}@media screen and (max-width: 900px){.blob{display:none}}#loadingContainer{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}#loadingContainer p{font-size:1rem}.paper{max-width:300px;width:80%}.walking{width:80px;position:absolute;z-index:1;bottom:5px;left:-3%;animation:walk 10s linear infinite}@keyframes walk{0%{left:-80px}to{left:95%}}.paragraphSection{background-color:var(--elevated_2);margin:1.5rem 0}.listSection{margin:1.5rem 0;background-color:var(--elevated_1)}.section .title{font-size:1.5rem;padding-bottom:.5rem;margin-bottom:.5rem;font-weight:700;word-spacing:2px;border-bottom:1px solid var(--text_1)}.section .subTitle{font-size:1.2rem;margin-bottom:.5rem;font-weight:500}.paragraph{font-size:1rem}.listItem{margin-left:1rem}.emphasis{font-weight:500}.publishedDate{font-size:.9rem}#uploadPage{margin:0rem auto;height:100%;overflow:hidden;-ms-overflow-style:none;scrollbar-width:none}#uploadPage::-webkit-scrollbar{display:none}.buttonContainer{display:flex;justify-content:center;gap:1rem;margin-top:3rem;flex-wrap:wrap}#summaryPage{max-width:900px;margin:2rem auto;padding:.5rem;color:var(--text_1)}.paperName{font-size:1.5rem;font-weight:700}.subInfo{margin:1rem 0}.paragraph{background-color:var(--elevated_2);margin:1.5rem 0}.list{margin:1.5rem 0}.paragraph .title,.list .title{font-size:1.2rem;font-weight:500;margin-bottom:.5rem;text-decoration:underline;line-height:1.5}.paragraph p,.list li{font-size:.9rem}.list ul{margin-left:2rem}.list li{margin-bottom:.5rem}.author{font-size:.9rem;font-weight:700}.date,.keywords{font-size:.9rem}.sectionDivider{margin:1rem 0;width:100%;border-bottom:1px solid var(--text_1)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary: #FF6166;--background: #FFFFFF;--elevated_1: #C5D2DF;--elevated_2: #F0F7F8;--border: #C5D2DF;--text_1: #000000;--text_2: #FFFFFF;--text-highlighted: #9C9DA0;--blob-1: #CEE7FF;--blob-2: #CEE7FF;--fill-bar: #181A20;--empty-bar: #CEE7FF;--box_shadow: rgba(0, 0, 0, .1) 0px 2px 4px, rgba(0, 0, 0, .1) 0px 2px 4px, }*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}img:not(.blob){width:100%;height:100%;object-fit:contain}button{width:16rem;border-radius:40px;padding:.8rem 2.5rem;border:none;outline:none;font-size:1rem;cursor:pointer;transition:all .3s ease,color .3s ease}button:active{transform:scale(.85)}button:hover{transform:scale(1.045);border:none}button:disabled{background-color:#d3d3d3;color:#a9a9a9;cursor:not-allowed;opacity:.6}#root{max-width:1480px;width:90%;margin:0 auto;padding:1rem;height:100vh}#layout{position:relative;display:flex;height:100%;flex-direction:column}.contentContainer{padding-top:4rem;margin-bottom:3rem}main{flex:1 0 auto;overflow-y:auto;position:relative}#cursorDiv{position:fixed;top:50%;left:50%;mix-blend-mode:difference;pointer-events:none;width:100px;height:100px;filter:blur(100px);border-radius:50%;background-color:var(--primary);z-index:9999;transform:translate(-50%,-50%);transition:width .1s,height .1s,transform .1s}@media screen and (max-width: 650px){button{width:fit-content}.contentContainer{padding-top:3rem}}
