:root{--color-header:#2563eb;--color-sidebar:#60a5fa;--color-button-hover:#528acf;--color-main-bar:#fff;--color-text:#000;--color-side-text:navy}:root.dark{--color-header:#0f172a;--color-sidebar:#0d1525;--color-button-hover:#1a2433;--color-main-bar:#111827;--color-text:#e5e7eb;--color-side-text:#9ac7ff}#app,body,html{margin:0;padding:0;width:100%;min-height:100%}header{background-color:var(--color-header);display:flex;align-items:center;justify-content:space-between;gap:16px}.profile-image{width:15%;max-width:15%;min-width:80px;border-radius:50%;border:1px solid var(--color-text);flex-shrink:0}#header-text{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-width:0}#header-text p{margin:auto;font-size:48px;color:#a8cfff}header h1{margin:auto;font-size:400%;color:#fff}#main-page{background-color:var(--color-main-bar);display:flex}#main-bar{flex:1;min-width:0;margin:5px;min-height:580px;padding:0 2%}#side-bar{flex:0 0 15%}#side-bar,button{background-color:var(--color-sidebar)}button{display:block;width:100%;height:100px;border:none;font-family:arial;font-size:24px;color:var(--color-side-text)}.theme-icon:hover,button:hover{background-color:var(--color-button-hover)}#icon{width:30px;height:30px;flex-shrink:0;align-self:flex-start;padding:5px}p{font-size:18px;font-family:arial}li,p{color:var(--color-text)}h1,h2{font-family:arial;color:var(--color-text)}.job-title{display:flex;justify-content:space-between;align-items:center}footer[data-v-57a1183e]{background-color:var(--color-header);padding:20px 0}footer p[data-v-57a1183e]{text-align:center;margin:auto;color:#f0f8ff}#socials[data-v-57a1183e]{display:flex;justify-content:center}#socials a[data-v-57a1183e]{margin:3px 7px;height:10px;width:10px}h1[data-v-4169df1e]{margin:1rem 0 .25rem}p[data-v-4169df1e],ul[data-v-4169df1e]{margin:.25rem}.not-found[data-v-77a7e4b9]{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;background:#f8f9fb;color:#222}.not-found h1[data-v-77a7e4b9]{font-size:5rem;margin:0 0 20px}.not-found a[data-v-77a7e4b9]{color:#1a73e8;text-decoration:none}.not-found a[data-v-77a7e4b9]:hover{text-decoration:underline}