/* Critical CSS - Above the fold styles */
:root {
  --main-bg-color: #fff;
  --main-text-color: #303030;
  --secondary-text-color: #ccc;
  --link-text-color: #02a3a3;
  --link-text-important: var(--link-text-color);
  --link-text-hover-color: #132b6e;
  --font-family-base: Helvetica, Arial, sans-serif;
  --font-size-base: 12px;
  --font-weight-base: 300;
  --line-height-base: 2;
  --header-top-height: 0px;
  --border-default-height: 1px;
}

body {
  margin: 0;
  padding: 0;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-base);
  color: var(--main-text-color);
  text-align: left;
  background-color: var(--main-bg-color);
  font-family: var(--font-family-base);
}

#index {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-top: var(--header-top-height);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Navigation */
.nav[data-v-399b0d11] {
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 0 20px;
}

.nav a[data-v-399b0d11] {
  color: var(--link-text-color);
  text-decoration: none;
  transition: all 0.25s ease;
  line-height: 1.35;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 16px;
}

.nav a[data-v-399b0d11]:hover {
  text-decoration: none;
  color: var(--link-text-hover-color);
}

/* Profile */
.profile-information[data-v-2a8705a8] {
  display: flex;
  max-width: 650px;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 20px 0 20px;
}

.profile-information #avatar[data-v-2a8705a8] {
  display: inline-block;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  margin-bottom: 1em;
}

.profile-information h2[data-v-2a8705a8] {
  margin-top: 0.12em;
  font-weight: 400;
  color: #bbb;
}

.profile-information h2 .important[data-v-2a8705a8] {
  color: var(--link-text-important);
}

/* Responsive Design */
@media only screen and (max-width: 640px) {
  .nav[data-v-399b0d11] {
    padding: 20px 5px 0;
    flex-wrap: wrap;
  }

  .nav a[data-v-399b0d11] {
    padding: 8px 8px;
  }

  .profile-information[data-v-2a8705a8] {
    padding: 40px 20px 0 20px;
  }
}

/* Rest of the styles - can be loaded after page render */
hr[data-v-2a8705a8] {
  border: 1px solid #bbb;
  width: 100%;
}

footer[data-v-2240c864] {
  padding: 0 20px 0 20px;
  max-width: 650px;
}

.footer-content[data-v-2240c864] {
  color: var(--secondary-text-color);
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 0.625rem;
}

hr[data-v-2240c864] {
  border: 1px solid #bbb;
  width: 100%;
}

a[data-v-2240c864] {
  color: var(--link-text-color);
  text-decoration: none;
  transition: all 0.25s ease;
  border-radius: 3px;
}

a[data-v-2240c864]:hover {
  text-decoration: none;
  color: var(--link-text-hover-color);
}

a[data-v-1a6964ee] {
  color: var(--link-text-color);
  text-decoration: none;
}

a[data-v-1a6964ee]:hover {
  text-decoration: underline;
  color: var(--link-text-hover-color);
}

.main[data-v-1a6964ee] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 650px;
  padding: 0 20px 0 20px;
}

.main-list[data-v-1a6964ee] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main-list-item[data-v-1a6964ee] {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .main-list-item[data-v-1a6964ee] {
    flex-direction: column;
  }
  .main-list-item[data-v-1a6964ee] .item-header {
    display: none;
  }
}

.item-description[data-v-1a6964ee] {
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

.item-title[data-v-1a6964ee] {
  margin-bottom: 1.5rem;
  color: var(--main-text-color);
  text-align: left;
}

.item-title h2[data-v-1a6964ee] {
  font-size: 1.3rem;
  font-weight: 400;
}

.item-content[data-v-1a6964ee] {
  display: block;
  width: 100%;
  padding: 3rem 0 3rem;
}

.item-header[data-v-1a6964ee] {
  display: block;
  margin-top: 1.5rem;
  margin-right: 2rem;
}

.item-header .item-image[data-v-1a6964ee] {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media only screen and (max-width: 640px) {
  .item-header .item-image[data-v-1a6964ee] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-size: cover;
  }
}

/* SVG and Font Awesome styles */
svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 { width: 0.0625em; }
.svg-inline--fa.fa-w-2 { width: 0.125em; }
.svg-inline--fa.fa-w-3 { width: 0.1875em; }
.svg-inline--fa.fa-w-4 { width: 0.25em; }
.svg-inline--fa.fa-w-5 { width: 0.3125em; }
.svg-inline--fa.fa-w-6 { width: 0.375em; }
.svg-inline--fa.fa-w-7 { width: 0.4375em; }
.svg-inline--fa.fa-w-8 { width: 0.5em; }
.svg-inline--fa.fa-w-9 { width: 0.5625em; }
.svg-inline--fa.fa-w-10 { width: 0.625em; }
.svg-inline--fa.fa-w-11 { width: 0.6875em; }
.svg-inline--fa.fa-w-12 { width: 0.75em; }
.svg-inline--fa.fa-w-13 { width: 0.8125em; }
.svg-inline--fa.fa-w-14 { width: 0.875em; }
.svg-inline--fa.fa-w-15 { width: 0.9375em; }
.svg-inline--fa.fa-w-16 { width: 1em; }
.svg-inline--fa.fa-w-17 { width: 1.0625em; }
.svg-inline--fa.fa-w-18 { width: 1.125em; }
.svg-inline--fa.fa-w-19 { width: 1.1875em; }
.svg-inline--fa.fa-w-20 { width: 1.25em; }

/* Additional FontAwesome utility classes */
.fa-lg { font-size: 1.3333333333em; line-height: 0.75em; vertical-align: -0.0667em; }
.fa-xs { font-size: 0.75em; }
.fa-sm { font-size: 0.875em; }
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }

.fa-fw { text-align: center; width: 1.25em; }

/* Transforms with fallbacks for older browsers */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: none;
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: none;
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: none;
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: none;
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  filter: none;
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  filter: none;
}

/* Animations */
@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

/* Accessibility improvements */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
