:root{--main-bg-color: #242424;--section-bg-color: #2e2c2c;--section-button-color: #1a1a1a;--input-bg-color: #242424;--red: rgb(204, 2, 2);--green: rgb(0, 131, 0);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:var(--main-bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}*{margin:0}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}body{min-width:320px;min-height:100vh}.container{display:grid;grid-template-columns:1fr 2fr;grid-gap:2vw}h1{font-size:2.5rem;line-height:1.1}button{width:100%;border-radius:8px;border:1px solid transparent;padding:.6rem 1.2rem;font-size:1rem;font-weight:500;font-family:inherit;background-color:var(--section-button-color);cursor:pointer;transition:border-color .25s;display:flex;justify-content:space-between;align-items:center}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.delete,.add{padding:.5rem;justify-content:center;width:200px;font-size:1.2rem;align-self:center}.delete{background-color:var(--main-bg-color);color:var(--red);border:2px solid var(--red)}.add{background-color:var(--green);background-color:var(--main-bg-color);color:var(--green);border:2px solid var(--green);margin-top:25px}.left{padding:20px 30px}.editingSection{overflow-y:auto;height:85vh;margin-top:30px;display:flex;flex-direction:column;gap:20px}.editingSection::-webkit-scrollbar{display:none}.editingSection{-ms-overflow-style:none;scrollbar-width:none}.sectionContainer{display:flex;flex-direction:column}.formContainer{padding:20px 30px;background-color:var(--section-bg-color)}form{display:flex;flex-direction:column;gap:10px}.formRow{display:flex;flex-direction:column;gap:5px}input,textarea{background-color:var(--input-bg-color);border:none;border-radius:20px;padding:10px}.resume{background-color:#fff;color:#000;font-family:Times New Roman,Times,serif;width:210mm;height:297mm;margin:20px auto;padding:20mm;line-height:1.2;display:flex;flex-direction:column;gap:12pt}.resume-header{display:flex;flex-direction:column;align-items:center}.resume-section{display:flex;flex-direction:column;gap:12pt}.split-line{display:flex;justify-content:space-between}.resume h2{font-size:18pt}.resume h3{font-size:13pt}.resume p{font-size:12pt}
