@font-face{font-family:CMU Serif Roman;src:url(/assets/cmunrm-ClZ-C9dm.ttf)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#fff;--bg-color:#e3ddc5;--primary-text-color:black;--secondary-text-color:#585858;--primary-button-color:#3c3c3c;--primary-hovered-button-color:#3c3c3ca2;--danger-button-color:#e25454;--danger-hovered-button-color:#a84141;--success-button-color:#66a182;--success-hovered-button-color:#66a181d7}body{font-family:CMU Serif Roman}#root{height:100vh;display:flex;overflow:hidden}main{background-color:var(--bg-color);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}@media screen and (width<=768px){#root{flex-direction:column;height:auto;overflow:auto}}@media print{html{font-size:.7cm!important}aside{display:none}main{display:block;margin:0!important;padding:0!important}.resume-wrapper>.resume{height:700px;opacity:1!important;width:100vw!important;box-shadow:none!important}.downloadBtn{display:none!important}@page{size:auto;margin:0}}.resume-wrapper{width:min(600px,100%);position:relative}.resume{background-color:var(--primary-color);height:clamp(400px,80vh,700px);padding:clamp(1rem,3vw,2rem);font-size:clamp(.6rem,1.5vw,1rem);transition:opacity .3s;box-shadow:0 13px 27px -5px #32325d40,0 8px 16px -8px #0000004d}.resume.hovered{opacity:.5}.downloadBtn{background-color:var(--primary-button-color);opacity:1;cursor:pointer;z-index:10;color:var(--primary-color);border:none;border-radius:.7rem;padding:1rem 1.5rem;font-size:16px;transition:all .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.downloadBtn:hover{background-color:var(--primary-hovered-button-color)}.resume>h1{text-align:center}.resume>.contacts{text-align:center;color:var(--secondary-text-color);justify-content:center;margin-bottom:12px;display:flex}.resume a{color:var(--secondary-text-color)}.resume a:hover{color:var(--primary-text-color)}.contacts>div:nth-last-of-type(2){border-left:solid 1px var(--secondary-text-color);border-right:solid 1px var(--secondary-text-color);color:var(--secondary-text-color);margin:0 .4rem;padding:0 .4rem}.resume>h2,.contacts{font-size:.75em;font-weight:500}.educationsContainer,.experiencesContainer{border-top:1px solid #000;margin-bottom:.5rem;padding:.2rem .7rem}.educationItem,.experienceItem{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;justify-content:space-evenly;justify-items:baseline;column-gap:1rem;display:grid}.educationItem>div:first-child,.experienceItem>div:first-child{white-space:nowrap;font-weight:600}.educationItem>div:nth-of-type(2){font-size:1em}.educationItem>div:nth-of-type(2),.educationItem>div:nth-of-type(4),.experienceItem>div:nth-of-type(2),.experienceItem>div:nth-of-type(4){justify-self:end}.educationItem>div:nth-of-type(3),.educationItem>div:nth-of-type(4),.experienceItem>div:nth-of-type(3),.experienceItem>div:nth-of-type(4){font-size:.8em;font-style:italic}.experiencesContainer{flex-direction:column;gap:1rem;display:flex}.experienceItem>div:nth-of-type(5){text-align:justify;grid-column:span 2;font-size:.8em;line-height:1.4}.overlay{z-index:2;-webkit-backdrop-filter:blur(10px);opacity:0;background:#00000073;justify-content:center;align-items:center;animation:.15s forwards fadeIn;display:flex;position:fixed;inset:0}.dialog{background:#fff;border-radius:12px;width:350px;padding:1.5rem;animation:.15s forwards slideUp;transform:scale(.95)translateY(-8px);box-shadow:0 8px 32px #0000001f}.dialog-header{margin-bottom:.5rem}.dialog-header h2{margin:0;font-size:1.1rem;font-weight:600}.dialog p{color:#6b7280;margin:0 0 1.5rem;font-size:14px;line-height:1.6}.dialog-footer{justify-content:flex-end;gap:8px;display:flex}.dialog-footer button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:6px 16px;font-size:14px;transition:background .15s}.dialog-footer button:hover{background:#f3f4f6}.dialog-footer button.danger{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.dialog-footer button.danger:hover{background:#fecaca}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:scale(1)translateY(0)}}.dialog.choices{width:600px;margin:0 2rem}.choices-list{flex-direction:column;gap:6px;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.choice-item{cursor:pointer;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:14px;transition:background .1s}.choice-item:hover{background:#f3f4f6}.choice-item.selected{color:#4338ca;background:#eef2ff;border-color:#6366f1}.dialog-footer button.confirm{color:#fff;background:#6366f1;border-color:#6366f1}.dialog-footer button.confirm:hover:not(:disabled){background:#4f46e5}.dialog-footer button:disabled{opacity:.4;cursor:not-allowed}aside{scrollbar-width:thin;scroll-behavior:smooth;scrollbar-color:transparent transparent;height:100%;padding:1rem 3rem;transition:scrollbar-color .2s;overflow:auto}aside:hover{scrollbar-color:var(--bg-color) transparent}aside fieldset{grid-template-columns:1fr 1fr;gap:.65rem;padding:2rem 4rem;display:grid}fieldset>footer{grid-column:2/3;justify-self:end;gap:.65rem;display:flex}fieldset button{cursor:pointer;margin-top:1rem;padding:.5rem 1.5rem}fieldset>input,fieldset>textarea{padding:.5rem 1rem}fieldset>label{cursor:pointer}fieldset>textarea{resize:none;width:100%;height:250px}fieldset>footer>button:first-child{background-color:var(--danger-button-color);color:var(--primary-color);border:none;border-radius:6px}fieldset>footer>button:first-child:hover{background-color:var(--danger-hovered-button-color)}fieldset>footer>button:nth-child(2){background-color:var(--primary-button-color);color:var(--primary-color);border:none;border-radius:6px}fieldset>footer>button:nth-child(2):hover{background-color:var(--primary-hovered-button-color)}fieldset>footer>button:nth-child(3){background-color:var(--success-button-color);color:var(--primary-color);border:none;border-radius:6px}fieldset>footer>button:nth-child(3):hover{background-color:var(--success-hovered-button-color)}aside legend{font-size:clamp(1.5rem,2vw + 1rem,2.5rem);font-weight:700}@media screen and (width<=1100px){aside{padding:1rem;font-size:.7rem}aside fieldset{flex-direction:column;padding:1rem;display:flex}}
