/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

:root {
  color-scheme: light dark;
  --bg-color: #ffffff;
  --text-color: #333;
  --text-muted: #999;
  --text-light: #646464;
  --border-color: #c7c7c7;
  --card-bg: #efefef;
  --link-color: #333;
  --link-hover: #9c9c9c;
  --link-hover-color: var(--link-hover);
  --accent-color: #3064a9;
  --accent-hover: #307EA9;
  --accent-hover-color: var(--accent-hover);
  --social-hover-color: var(--accent-hover);
  --about-color: var(--text-light);
  --footer-text-color: var(--text-muted);
  --footer-link-color: var(--link-color);
  --icon-fill: #333;
  --icon-fill-muted: #555555;
  --icon-fill-dark: #000;
  --icon-hover-fill: var(--icon-fill-dark);
  --header-icon-fill: var(--icon-fill-dark);
  --button-bg: #efefef;
  --button-text: #333;
  --button-hover-bg: #333;
  --button-hover-text: #fff;
  --selection-bg: rgba(51, 51, 51, .8);
  --selection-color: #fff;
  --toggle-btn-bg: transparent;
  --toggle-btn-border: var(--border-color);
  --toggle-btn-color: var(--text-color);
  --toggle-btn-hover-bg: var(--button-bg);
  --toggle-btn-focus-ring: var(--accent-color);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-color-scheme=light]):not([data-theme=light]) {
    --bg-color: #121212;
    --text-color: #e0e0e0;
    --text-muted: #888888;
    --text-light: #aaaaaa;
    --border-color: #333333;
    --card-bg: #1e1e1e;
    --link-color: #e0e0e0;
    --link-hover: #ffffff;
    --link-hover-color: var(--link-hover);
    --accent-color: #6ba4e8;
    --accent-hover: #8cbcf3;
    --accent-hover-color: var(--accent-hover);
    --social-hover-color: var(--accent-hover);
    --about-color: var(--text-light);
    --footer-text-color: var(--text-muted);
    --footer-link-color: var(--link-color);
    --icon-fill: #e0e0e0;
    --icon-fill-muted: #888888;
    --icon-fill-dark: #ffffff;
    --icon-hover-fill: var(--icon-fill-dark);
    --header-icon-fill: var(--icon-fill-dark);
    --button-bg: #2a2a2a;
    --button-text: #e0e0e0;
    --button-hover-bg: #444444;
    --button-hover-text: #ffffff;
    --selection-bg: rgba(107, 164, 232, .5);
    --selection-color: #ffffff;
    --toggle-btn-border: var(--border-color);
    --toggle-btn-color: var(--text-color);
    --toggle-btn-hover-bg: var(--button-bg);
    --toggle-btn-focus-ring: var(--accent-color);
  }
}
:root[data-color-scheme=dark],
:root[data-theme=dark],
[data-color-scheme=dark],
[data-theme=dark],
html.dark {
  color-scheme: dark;
  --bg-color: #121212;
  --text-color: #e0e0e0;
  --text-muted: #888888;
  --text-light: #aaaaaa;
  --border-color: #333333;
  --card-bg: #1e1e1e;
  --link-color: #e0e0e0;
  --link-hover: #ffffff;
  --link-hover-color: var(--link-hover);
  --accent-color: #6ba4e8;
  --accent-hover: #8cbcf3;
  --accent-hover-color: var(--accent-hover);
  --social-hover-color: var(--accent-hover);
  --about-color: var(--text-light);
  --footer-text-color: var(--text-muted);
  --footer-link-color: var(--link-color);
  --icon-fill: #e0e0e0;
  --icon-fill-muted: #888888;
  --icon-fill-dark: #ffffff;
  --icon-hover-fill: var(--icon-fill-dark);
  --header-icon-fill: var(--icon-fill-dark);
  --button-bg: #2a2a2a;
  --button-text: #e0e0e0;
  --button-hover-bg: #444444;
  --button-hover-text: #ffffff;
  --selection-bg: rgba(107, 164, 232, .5);
  --selection-color: #ffffff;
  --toggle-btn-border: var(--border-color);
  --toggle-btn-color: var(--text-color);
  --toggle-btn-hover-bg: var(--button-bg);
  --toggle-btn-focus-ring: var(--accent-color);
}

:root[data-color-scheme=light],
:root[data-theme=light],
[data-color-scheme=light],
[data-theme=light],
html.light {
  color-scheme: light;
  --bg-color: #ffffff;
  --text-color: #333;
  --text-muted: #999;
  --text-light: #646464;
  --border-color: #c7c7c7;
  --card-bg: #efefef;
  --link-color: #333;
  --link-hover: #9c9c9c;
  --link-hover-color: var(--link-hover);
  --accent-color: #3064a9;
  --accent-hover: #307EA9;
  --accent-hover-color: var(--accent-hover);
  --social-hover-color: var(--accent-hover);
  --about-color: var(--text-light);
  --footer-text-color: var(--text-muted);
  --footer-link-color: var(--link-color);
  --icon-fill: #333;
  --icon-fill-muted: #555555;
  --icon-fill-dark: #000;
  --icon-hover-fill: var(--icon-fill-dark);
  --header-icon-fill: var(--icon-fill-dark);
  --button-bg: #efefef;
  --button-text: #333;
  --button-hover-bg: #333;
  --button-hover-text: #fff;
  --selection-bg: rgba(51, 51, 51, .8);
  --selection-color: #fff;
  --toggle-btn-border: var(--border-color);
  --toggle-btn-color: var(--text-color);
  --toggle-btn-hover-bg: var(--button-bg);
  --toggle-btn-focus-ring: var(--accent-color);
}

@media print {
  :root,
  :root[data-color-scheme=dark],
  :root[data-color-scheme=light],
  :root[data-theme=dark],
  :root[data-theme=light],
  [data-color-scheme=dark],
  [data-theme=dark],
  html.dark,
  html.light {
    color-scheme: light !important;
    --bg-color: #ffffff !important;
    --text-color: #000000 !important;
    --text-muted: #666 !important;
    --text-light: #444 !important;
    --border-color: #c7c7c7 !important;
    --card-bg: #fff !important;
    --link-color: #000 !important;
    --link-hover: #000 !important;
    --link-hover-color: #000 !important;
    --accent-color: #000 !important;
    --accent-hover: #000 !important;
    --accent-hover-color: #000 !important;
    --social-hover-color: #000 !important;
    --about-color: #444 !important;
    --footer-text-color: #666 !important;
    --footer-link-color: #000 !important;
    --icon-fill: #000 !important;
    --icon-fill-muted: #666 !important;
    --icon-fill-dark: #000 !important;
    --icon-hover-fill: #000 !important;
    --header-icon-fill: #000 !important;
    --button-bg: #fff !important;
    --button-text: #000 !important;
    --button-hover-bg: #fff !important;
    --button-hover-text: #000 !important;
    --selection-bg: transparent !important;
    --selection-color: #000 !important;
  }
  html,
  body {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .dark-mode-toggle,
  #dark-mode-toggle {
    display: none !important;
  }
}
.dark-mode-toggle {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: var(--bg-color);
  color: var(--toggle-btn-color);
  border: 1px solid var(--toggle-btn-border);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.dark-mode-toggle:hover {
  background-color: var(--toggle-btn-hover-bg);
  transform: scale(1.05);
}
.dark-mode-toggle:focus-visible {
  outline: 2px solid var(--toggle-btn-focus-ring);
  outline-offset: 2px;
}
.dark-mode-toggle .dark-mode-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: none !important;
  stroke: currentColor;
  transition: transform 0.3s ease;
}
.dark-mode-toggle .dark-mode-icon-sun {
  display: none;
}
.dark-mode-toggle .dark-mode-icon-moon {
  display: block;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-color-scheme=light]):not([data-theme=light]) .dark-mode-toggle .dark-mode-icon-sun {
    display: block;
  }
  :root:not([data-color-scheme=light]):not([data-theme=light]) .dark-mode-toggle .dark-mode-icon-moon {
    display: none;
  }
}
:root[data-color-scheme=dark] .dark-mode-toggle .dark-mode-icon-sun,
:root[data-theme=dark] .dark-mode-toggle .dark-mode-icon-sun,
[data-color-scheme=dark] .dark-mode-toggle .dark-mode-icon-sun,
[data-theme=dark] .dark-mode-toggle .dark-mode-icon-sun,
html.dark .dark-mode-toggle .dark-mode-icon-sun {
  display: block;
}
:root[data-color-scheme=dark] .dark-mode-toggle .dark-mode-icon-moon,
:root[data-theme=dark] .dark-mode-toggle .dark-mode-icon-moon,
[data-color-scheme=dark] .dark-mode-toggle .dark-mode-icon-moon,
[data-theme=dark] .dark-mode-toggle .dark-mode-icon-moon,
html.dark .dark-mode-toggle .dark-mode-icon-moon {
  display: none;
}

:root[data-color-scheme=light] .dark-mode-toggle .dark-mode-icon-sun,
:root[data-theme=light] .dark-mode-toggle .dark-mode-icon-sun,
[data-color-scheme=light] .dark-mode-toggle .dark-mode-icon-sun,
[data-theme=light] .dark-mode-toggle .dark-mode-icon-sun,
html.light .dark-mode-toggle .dark-mode-icon-sun {
  display: none;
}
:root[data-color-scheme=light] .dark-mode-toggle .dark-mode-icon-moon,
:root[data-theme=light] .dark-mode-toggle .dark-mode-icon-moon,
[data-color-scheme=light] .dark-mode-toggle .dark-mode-icon-moon,
[data-theme=light] .dark-mode-toggle .dark-mode-icon-moon,
html.light .dark-mode-toggle .dark-mode-icon-moon {
  display: block;
}

html[dir=rtl] .dark-mode-toggle {
  right: auto;
  left: 1.25rem;
}

html {
  background-color: var(--bg-color, #fff);
}

body {
  background-color: var(--bg-color, #fff);
  color: var(--text-color, #333);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1;
  margin: 10% 0 8%;
  text-align: center;
  width: auto;
}

/* Header */
.avatar {
  border-radius: 100%;
  width: 200px;
  height: auto;
}

.full-name {
  font-weight: 300;
}

.full-name b {
  font-weight: bold;
}

.about {
  color: var(--text-light, #646464);
  font-size: 87.5%;
  padding-bottom: 14px;
  line-height: 0.6cm;
}

/* Main */
.social-links {
  list-style-type: none;
  padding: 0;
}

a:hover {
  color: var(--accent-color, #3064a9);
}

.social-links li {
  display: inline;
  padding: 0 15px;
}

.icon-link,
.social-links a,
.social-links li a {
  color: var(--icon-fill-muted, #555);
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 0;
}
.icon-link:hover, .icon-link:focus,
.social-links a:hover,
.social-links a:focus,
.social-links li a:hover,
.social-links li a:focus {
  color: var(--accent-hover, #307EA9);
  text-decoration: none !important;
}

.icon-link:hover,
.icon-link:focus,
.social-links a:hover,
.social-links a:focus,
.social-links li a:hover,
.social-links li a:focus {
  color: var(--accent-hover, #307EA9);
  text-decoration: none !important;
}

/* SVG Icons */
.svg-icon,
.icon-link svg,
.social-links svg {
  fill: var(--icon-fill-muted, #555);
  width: 30px;
  transition: fill 0.2s ease;
}

.social-links svg path,
.icon-link svg path,
.svg-icon path {
  fill: inherit;
}

.svg-icon:hover,
.svg-icon:focus,
.icon-link:hover svg,
.icon-link:focus svg,
.social-links a:hover svg,
.social-links a:focus svg {
  fill: var(--icon-fill-dark, #000);
}
.svg-icon:hover path,
.svg-icon:focus path,
.icon-link:hover svg path,
.icon-link:focus svg path,
.social-links a:hover svg path,
.social-links a:focus svg path {
  fill: inherit;
}

.cv-button {
  border-radius: 3px;
  background-color: var(--button-bg, #efefef);
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 1.5rem auto;
  width: 220px;
  font-size: 1.375rem;
  font-weight: 300;
  color: var(--button-text, #333);
  line-height: 55px;
  transition: all 0.2s ease;
}

.cv-button:hover {
  background-color: var(--button-hover-bg, #333);
  color: var(--button-hover-text, #fff);
}

/* Visually hidden utility for screen readers (WCAG 2.1 AA) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  text-decoration: none !important;
}

/* Footer */
footer,
.page-footer {
  padding-top: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
footer .footer-line,
footer .copyright,
.page-footer .footer-line,
.page-footer .copyright {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted, #999);
}
footer .footer-line > a,
footer .copyright > a,
.page-footer .footer-line > a,
.page-footer .copyright > a {
  font-weight: 700;
  color: var(--link-color, #333);
}

/*# sourceMappingURL=profile.css.map */