.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-12x {
  font-size: 1.75em; }

.fa-x {
  font-size: 1.4em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

.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); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.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; }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
  
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Fira Code', 'Consolas', 'Menlo', 'Monaco', 'Courier New', monospace;
}

::-webkit-scrollbar-track { background-color: #bababa; }
::-webkit-scrollbar { width: 5px; background-color: #858585; }
::-webkit-scrollbar-thumb { background-color: rgb(129, 129, 129); }

.white { color: var(--text-color); }
.blue { color: var(--secondary-color); }
.g { color: var(--success-color); }

body {
  background-color: var(--background-color);
  background-size: 20px 20px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

.container {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 0 50px rgba(255, 255, 255, 0.1);
  cursor: text;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.container:focus-within {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 70px rgba(255, 255, 255, 0.15);
}

.menu {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: row;
  width: 100%;
  height: 36px;
  background: linear-gradient(to right, #222222, #363636);
  padding: 0 15px;
  cursor: default;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu .button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
}

.red { background-color: #ff0d01; }
.yellow { background-color: hsl(41, 100%, 52%); }
.green { background-color: #49f243; }

div.title {
  flex: 1;
  text-align: center;
}

.menu h1 {
  font-size: 15px;
  color: #9c9c9c;
}

.buttons-flex {
  position: absolute;
  display: flex;
  flex-direction: row;
}

.mi { margin-left: 10px; }
.mi1 { margin-left: 5px; }

#app {
  display: flex;
  flex-direction: column;
  background-color: var(--background-color);
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  overflow: auto;
  transition: background-color 0.3s ease;
}

p, h2 {
  font-size: 16px;
  color: var(--text-color);
  line-height: 1.6;
  letter-spacing: 0.02em;
}

p {
  padding: 2px 2px;
  margin-bottom: 3px;
}

p.code {
  color: var(--code-color);
  margin-left: 1px;
  padding: 1px 2px;
  font-weight: bold;
}

p.path {
  color: var(--prompt-color);
  font-weight: bold;
  margin-top: 5px;
}

p.path span {
  color: var(--text-color);
}

p.path span + span {
  color: var(--secondary-color);
}

p.response {
  color: var(--text-color);
}

span.text {
  margin-left: 10px;
  color: var(--text-color);
  font-weight: normal;
}

pre {
  color: var(--success-color);
  font-size: 14px;
  margin: 8px 0;
  overflow-x: auto;
  white-space: pre;
}

input {
  border: none;
  background-color: transparent;
  color: var(--text-color);
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.02em;
  caret-color: var(--success-color);
}

input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

.type, .type2 {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.type {
  animation: blink-caret 1s step-end infinite;
}

.icone {
  color: white;
  padding-right: 8px;
}


.link:hover { color: #8e8e8e; }
.link:hover:before { width: 100%; }
.link1:hover { color: #e7a33e; }
.link2:hover { color: #ff570a; }

.proj {
  position: relative;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.03);
  display: inline-block;
}

.proj:hover {
  color: var(--secondary-color);
  background-color: rgba(0, 255, 0, 0.1);
}

.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: fit-content;
  margin: 5px 0;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--secondary-color);
  align-items: center;
  justify-content: center;
}

@keyframes rotate-icon {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.tech-stack i {
  transition: filter 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  filter: grayscale(25%);
}

.tech-stack i:hover {
  animation: rotate-icon 1.5s ease-in-out;
  transform: scale(1.1);
  filter: brightness(1.5) grayscale(0%);
}

.education-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
}

.education-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.edu-year {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 14px;
  padding-top: 3px;
}

.edu-degree {
  font-weight: bold;
  margin-bottom: 5px;
}

.edu-school {
  font-style: italic;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.resume-container {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 15px;
  margin: 10px 0;
}

.resume-section {
  margin-bottom: 15px;
}

.resume-download-btn {
  display: inline-block;
  background: linear-gradient(90deg, var(--success-color), var(--secondary-color));
  color: #000;
  padding: 10px 10px;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s;
}

.resume-download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0, 255, 0, 0.3);
}

.github-stats {
  max-width: 100%;
  border-radius: 2px;
  margin: 5px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.loading-indicator:after {
  content: " ⠋";
  animation: loading 2s steps(10, end) infinite;
}

@keyframes loading {
  0% { content: " ⠋"; }
  10% { content: " ⠙"; }
  20% { content: " ⠹"; }
  30% { content: " ⠸"; }
  40% { content: " ⠼"; }
  50% { content: " ⠴"; }
  60% { content: " ⠦"; }
  70% { content: " ⠧"; }
  80% { content: " ⠇"; }
  90% { content: " ⠏"; }
  100% { content: " ⠋"; }
}

.success-text {
  color: var(--success-color);
}

.cursor {
  animation: blink 1s step-end infinite;
  color: white;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: var(--success-color); }
}

@keyframes typedjsBlink {
  50% { opacity: 0.0; }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

p, section, .type, .type2 {
  animation: fade-in 0.2s ease-in-out;
}

body, #app, p, h2, .icone, input, .skill-item, .progress-bar div {
  transition: all 0.2s ease;
}

.terminal-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 6px 0;
  line-height: 1.6;
  width: 100%;
}

.input-container {
  display: flex;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  margin-left: 8px;
}

.path {
  color: var(--prompt-color);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

#terminal-input {
  flex: 1;
  min-width: 50px;
  width: 100%;
  margin-left: 2px;
}

.entered-command {
  color: var(--text-color);
}

.command-history-line .input-container {
  white-space: nowrap;
  display: inline-flex;
  color: white;
}

.terminal-line .input-container {
  white-space: nowrap;
  color: white;
}

.terminal-banner {
  white-space: pre;
  margin-bottom: 15px;
  user-select: none;
  display: block;
}

.banner-line {
  line-height: 1.2;
  white-space: pre;
  height: 20px;
  font-family: monospace;
}

.banner-container {
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.banner-container::-webkit-scrollbar {
  display: none;
}

.banner-container p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .banner-container p {
    font-size: 12px;
  }
  
  .terminal-line {
    font-size: 14px;
  }
  
  p, h2, input, .code {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .banner-container p {
    font-size: 10px;
  }
  
  .terminal-line {
    font-size: 13px;
  }
  
  .path {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  p, h2, input, .code {
    font-size: 13px;
    word-break: break-word;
  }
  
  pre {
    font-size: 12px;
    overflow-x: auto;
  }
}

@media (max-width: 350px) {
  .path {
    max-width: 80px;
  }
  
  .banner-container p {
    font-size: 8px;
  }
}

p, div, pre, code, .command-history-line {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
pre {
  white-space: pre-wrap;
}

:root {
  --background-color: #0c0c0c;
  --text-color: #f8f8f8;
  --success-color: #29ff29;
  --error-color: #ff1b33;
  --code-color: #0bb0fe;
  --prompt-color: #0ef36a;
  --secondary-color: #9efd9f;
  --github-stats-color: #151414;
  --link-color: #4a9df8;
  --link-hover-color: #63b1ff;
  --input-background-color: #1e1e1e;
  --border-color: #333333;
  --selection-color: #264f78;
}

::selection {
  background-color: var(--selection-color);
  color: var(--text-color);
}

#terminal-input {
  background-color: var(--input-background-color);
}

a.link, a.link1, a.link2 {
  color: var(--link-color);
}

a.link:hover, a.link1:hover, a.link2:hover {
  color: var(--link-hover-color);
}

.education-item, .resume-section {
  border-color: var(--border-color);
}

.github-stats {
  background-color: var(--github-stats-color);
}