@import url(https://rsms.me/inter/inter.css);.card{background-color:var(--secondary-color);border-radius:24px;box-shadow:0 2px 4px rgba(0,0,0,.1);container-type:inline-size;flex-direction:column;height:100%;justify-content:center;padding:1.4em;position:relative}#course-list .header,.card{align-items:center;display:flex;width:100%}#course-list .header{justify-content:space-between;padding-bottom:.5em}#course-list .footer{align-items:center;display:flex;gap:4em;padding-top:.5em;width:100%}.total{display:flex;flex-direction:column;gap:.5em}.column{align-items:center;display:flex;line-height:1.5;width:33%}.courses{display:flex;flex-direction:column;height:100%;justify-content:start;margin:0;overflow-y:auto;padding:0 .5em 0 0;scrollbar-gutter:stable;width:100%}.delete-button{color:var(--primary-color);margin-right:2em;min-width:26px;transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease;width:26px}.delete-button:hover{-webkit-filter:brightness(2);filter:brightness(2)}#course-list .row{border-bottom:1px solid #ccc;display:flex;justify-content:space-between;padding:.8em .5em;width:100%}#course-list .row:first-child{background-color:var(--secondary-color);position:-webkit-sticky;position:sticky;top:0;z-index:1}#course-list .row:last-child{border-bottom:none}.grade,.units{width:20%}.truncate{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-message{color:var(--secondary-text-color);margin:auto 0;text-align:center;width:100%}@media screen and (max-width:800px){.delete-button{margin-right:0}.courses{min-height:200px}}#file-upload{gap:1em;justify-content:space-between}#file-upload form{display:contents}#file-upload button.primary{width:100%}#file-upload .title-container{margin-right:auto}#file-upload .title-container h3{margin-right:auto;padding-bottom:.5em}#file-upload .title-container p{color:var(--secondary-text-color);line-height:1.2em}#transcript-file{display:none}.selected-file{color:var(--secondary-text-color)}.drop-zone{align-items:center;border:2px dashed #ccc;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:.5em;height:100%;justify-content:center;text-align:center;transition:background-color .3s ease;width:100%}.drop-zone:hover{background-color:#e2e2de}.drop-zone input{display:none}.drag-active{background-color:#e2e2de;color:var(--primary-color)}.drop-zone-text{align-items:center;display:flex;gap:.2em}@media screen and (max-width:800px){.drop-zone{min-height:100px;padding:20px}}#course-input-card{gap:1rem}#course-input-card h3{margin-right:auto}#course-input-card .row{align-items:center;display:flex;flex-direction:row;gap:1rem;width:100%}#course-input-card select{padding:0 1rem}#course-input-card .field{display:flex;flex-direction:column;gap:.5rem;width:100%}.field label{pointer-events:none}#course-input-card button{width:100%}#course-input-card form{display:contents}#course-input-card .footer{align-items:center;display:flex;flex-direction:column;gap:.5rem;width:100%}.gpa-title{font-size:1.5em;text-align:center;white-space:nowrap}@container (max-width: 150px){.gpa-title{white-space:normal}}.gpa-num{color:var(--primary-color);font-size:3em;font-weight:700;text-align:center}.home-container{display:contents}.home-content{height:100%;justify-content:space-evenly;min-height:450px}.home-content,.left{display:flex;gap:20px}.left{align-items:flex-start;flex-direction:column;justify-content:space-between;width:50%}.left-bottom{height:50%}.left-bottom,.left-top{display:flex;width:100%}.left-top{flex-direction:row;gap:20px;height:33%}.right{width:50%}@media screen and (max-width:800px){.home-content{align-items:center;flex-direction:column;height:auto}.left,.right{width:100%}}.banner{padding-bottom:20px;padding-left:8px}.banner h1{color:var(--primary-color);font-size:3rem;padding-bottom:8px}.banner h1,.banner p{line-height:1;margin:0}.banner p{font-size:1.5rem}:root{--primary-color:#800020;--secondary-color:#f0f1ec;--background-color:#dad9d5;--text-color:#333;--secondary-text-color:#797979;--primary-hover-color:#4d0014;font-family:Inter,sans-serif}*,:after,:before{box-sizing:border-box}#root{display:flex;flex-direction:column;min-height:100vh;min-width:380px;padding:1.5em}@media (min-width:800px){#root{height:100vh;min-height:850px}}body{background-color:#dad9d5;background-color:var(--background-color);color:#333;color:var(--text-color);margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{line-height:1;margin:0}input,select{background-color:#f0f1ec;background-color:var(--secondary-color);border:1px solid #ccc;border-radius:1.5rem;height:2.5rem;outline:none;padding:0 1rem;transition:border-color .1s ease;width:100%}input:hover,select:hover{border-color:#800020;border-color:var(--primary-color)}input:focus,select:focus{border:2px solid #800020;border-color:var(--primary-color);transition:none}select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;color:#333;cursor:pointer;font-family:inherit;font-size:1rem;padding:10px 40px 10px 12px}button{background-color:initial}button,button.primary{border:none;cursor:pointer}button.primary{background-color:#800020;background-color:var(--primary-color);border-radius:.5rem;color:#fff;padding:.5rem 1.5rem;transition:background-color .3s ease}button.secondary{background-color:#f0f1ec;background-color:var(--secondary-color);border:2px solid #800020;border:2px solid var(--primary-color);border-radius:8px;color:#800020;color:var(--primary-color);cursor:pointer;font-weight:700;padding:.5em 1em;transition:background-color .3s ease,color .3s ease}button.primary:hover{background-color:#4d0014;background-color:var(--primary-hover-color)}button.secondary:hover{background-color:#800020;background-color:var(--primary-color);color:#fff}.error{color:#800020;color:var(--primary-color);font-size:.9em}
/*# sourceMappingURL=main.d52f0974.css.map*/