
.white--text[data-v-7e7673e9] {
  color: white;
}
.footer-description[data-v-7e7673e9] {
  color: white;
  font-size: 0.85rem;
  opacity: 0.8;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}


.v-application {
  background-color: #0097a7 !important;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  height: 100vh;
}
.v-main {
  background-color: #0097a7 !important;
  padding-bottom: 120px !important;
}
@media (max-width: 599px) {
.v-main {
    padding-bottom: 0 !important;
}
}
.my-app-bg {
  background-color: #0097a7 !important;
  color: white !important;
}

/* Navigation drawer background and text color */
.v-navigation-drawer {
  background-color: #0097a7 !important;
}
.v-navigation-drawer .v-list-item-title {
  color: white !important;
}
.custom-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 599px) {
.custom-fixed-footer {
    position: static;
}
}
.v-toolbar-title {
  display: flex;
  align-items: center;
}


.home-page-container[data-v-15c85bfc] {
  background: linear-gradient(135deg, #0097a7 0%, #00838f 100%);
  min-height: calc(100vh - 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}
.content-wrapper[data-v-15c85bfc] {
  width: 100%;
  max-width: 1200px;
}
.hero-section[data-v-15c85bfc] {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}
.text-content[data-v-15c85bfc] {
  color: white;
}
.greeting-message[data-v-15c85bfc] {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  animation: fadeInDown-15c85bfc 0.8s ease;
}
.hand-icon[data-v-15c85bfc] {
  animation: wave-15c85bfc 1s ease-in-out infinite;
}
@keyframes wave-15c85bfc {
0%,
  100% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(20deg);
}
75% {
    transform: rotate(-20deg);
}
}
@keyframes fadeInDown-15c85bfc {
from {
    opacity: 0;
    transform: translateY(-30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeInUp-15c85bfc {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.title[data-v-15c85bfc] {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: white;
  animation: fadeInUp-15c85bfc 1s ease;
}
.tagline[data-v-15c85bfc] {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  animation: fadeInUp-15c85bfc 1.2s ease;
}
.cta-buttons[data-v-15c85bfc] {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  animation: fadeInUp-15c85bfc 1.4s ease;
}
.primary-btn[data-v-15c85bfc] {
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.primary-btn[data-v-15c85bfc]:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.secondary-btn[data-v-15c85bfc] {
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 2px solid white;
}
.secondary-btn[data-v-15c85bfc]:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}
.social-links[data-v-15c85bfc] {
  display: flex;
  gap: 0.5rem;
  animation: fadeInUp-15c85bfc 1.6s ease;
}
.social-links .v-btn[data-v-15c85bfc] {
  transition: all 0.3s ease;
}
.social-links .v-btn[data-v-15c85bfc]:hover {
  transform: translateY(-5px) scale(1.1);
  background-color: rgba(255, 255, 255, 0.1);
}
.landing-image[data-v-15c85bfc] {
  animation: fadeIn 1.5s ease;
}
.profile-pic[data-v-15c85bfc] {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 4px solid white;
  transition: transform 0.3s ease;
}
.profile-pic[data-v-15c85bfc]:hover {
  transform: scale(1.05);
}
.stats-section[data-v-15c85bfc] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  animation: fadeInUp-15c85bfc 1.8s ease;
}
.stat-item[data-v-15c85bfc] {
  text-align: center;
  color: white;
}
.stat-item h3[data-v-15c85bfc] {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.stat-item p[data-v-15c85bfc] {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
.hero-section[data-v-15c85bfc] {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
}
.text-content[data-v-15c85bfc] {
    order: 2;
}
.landing-image[data-v-15c85bfc] {
    order: 1;
}
.greeting-message[data-v-15c85bfc] {
    font-size: 2rem;
    justify-content: center;
}
.title[data-v-15c85bfc] {
    font-size: 1.8rem;
}
.tagline[data-v-15c85bfc] {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.cta-buttons[data-v-15c85bfc] {
    flex-direction: column;
    align-items: center;
}
.cta-buttons .v-btn[data-v-15c85bfc] {
    width: 100%;
    max-width: 300px;
}
.social-links[data-v-15c85bfc] {
    justify-content: center;
}
.profile-pic[data-v-15c85bfc] {
    max-width: 300px;
}
}


.about-page[data-v-858a0b94] {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
  min-height: 100vh;
  padding: 3rem 0;
}
.about-container[data-v-858a0b94] {
  max-width: 1200px;
}
.about-hero[data-v-858a0b94] {
  text-align: center;
  margin-bottom: 4rem;
  animation: fadeInDown-858a0b94 0.8s ease;
}
.about-title[data-v-858a0b94] {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #00bcd4 0%, #0097a7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-subtitle[data-v-858a0b94] {
  font-size: 1.3rem;
  color: #64748b;
  font-weight: 500;
}
.content-section[data-v-858a0b94] {
  animation: fadeInUp-858a0b94 1s ease;
}
.image-column[data-v-858a0b94] {
  position: relative;
}
.image-wrapper[data-v-858a0b94] {
  position: sticky;
  top: 2rem;
}
.profile-pic-about-me[data-v-858a0b94] {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 188, 212, 0.2);
  border: 4px solid #00bcd4;
  transition: transform 0.3s ease;
  margin-bottom: 2rem;
}
.profile-pic-about-me[data-v-858a0b94]:hover {
  transform: scale(1.05);
}
.image-badge[data-v-858a0b94] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #00bcd4 0%, #0097a7 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(0, 188, 212, 0.3);
  margin-bottom: 2rem;
}
.quick-facts-card[data-v-858a0b94] {
  background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
  padding: 1.5rem;
  border-radius: 16px;
  border: 2px solid #00bcd4;
}
.quick-facts-card h3[data-v-858a0b94] {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
.quick-facts-card ul[data-v-858a0b94] {
  list-style: none;
  padding: 0;
}
.quick-facts-card li[data-v-858a0b94] {
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #475569;
  font-weight: 500;
}
.text-column[data-v-858a0b94] {
  padding-left: 2rem;
}
.story-content h2[data-v-858a0b94] {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e293b;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-left: 5px solid #00bcd4;
  padding-left: 1rem;
}
.story-content p[data-v-858a0b94] {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 1.5rem;
}
.intro-section[data-v-858a0b94] {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}
.intro-section h2[data-v-858a0b94] {
  margin-top: 0;
  border-left: none;
  padding-left: 0;
}
.journey-section[data-v-858a0b94],
.breakthrough-section[data-v-858a0b94],
.multifaceted-section[data-v-858a0b94],
.wemotion-section[data-v-858a0b94],
.mission-section[data-v-858a0b94] {
  margin-bottom: 2rem;
}
.real-talk-section[data-v-858a0b94] {
  margin: 3rem 0;
}
.real-talk-section blockquote[data-v-858a0b94] {
  padding: 2rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-left: 5px solid #00bcd4;
  border-radius: 12px;
  font-style: italic;
  color: #0c4a6e;
  font-size: 1.15rem;
  line-height: 1.8;
  box-shadow: 0 4px 12px rgba(0, 188, 212, 0.1);
}
.closing-section[data-v-858a0b94] {
  text-align: center;
  margin: 3rem 0;
}
.thank-you[data-v-858a0b94] {
  font-size: 1.3rem;
  font-weight: 600;
  color: #00bcd4;
}
.read-more-btn[data-v-858a0b94] {
  text-transform: none;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 2rem 0;
}
.cta-section[data-v-858a0b94] {
  background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  margin-top: 3rem;
  border: 2px solid #00bcd4;
  box-shadow: 0 8px 20px rgba(0, 188, 212, 0.2);
}
.cta-section h3[data-v-858a0b94] {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}
.cta-section p[data-v-858a0b94] {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 2rem;
}
.cta-buttons[data-v-858a0b94] {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-buttons .v-btn[data-v-858a0b94] {
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@keyframes fadeInDown-858a0b94 {
from {
    opacity: 0;
    transform: translateY(-30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeInUp-858a0b94 {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@media (max-width: 960px) {
.text-column[data-v-858a0b94] {
    padding-left: 0;
    margin-top: 2rem;
}
.image-wrapper[data-v-858a0b94] {
    position: relative;
    top: 0;
    text-align: center;
}
.profile-pic-about-me[data-v-858a0b94] {
    max-width: 250px;
}
.quick-facts-card[data-v-858a0b94] {
    margin-bottom: 2rem;
}
.cta-buttons[data-v-858a0b94] {
    flex-direction: column;
    align-items: center;
}
.cta-buttons .v-btn[data-v-858a0b94] {
    width: 100%;
    max-width: 300px;
}
}


.blog-detail[data-v-9f5a63a4] {
  max-width: 850px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  min-height: 100vh;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}
.blog-nav[data-v-9f5a63a4] {
  margin-bottom: 3rem;
  animation: fadeInDown-9f5a63a4 0.6s ease;
}
.back-btn[data-v-9f5a63a4] {
  color: #00bcd4;
  font-weight: 600;
  text-transform: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.back-btn[data-v-9f5a63a4]:hover {
  background-color: rgba(0, 188, 212, 0.1);
  transform: translateX(-5px);
}
.blog-header[data-v-9f5a63a4] {
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 3px solid #e8eaf6;
  animation: fadeIn-9f5a63a4 0.8s ease;
}
.blog-title[data-v-9f5a63a4] {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.blog-meta[data-v-9f5a63a4] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 500;
}
.publish-date[data-v-9f5a63a4] {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: #f1f5f9;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.publish-date[data-v-9f5a63a4]:hover {
  background: #e2e8f0;
  transform: translateY(-2px);
}
.blog-content[data-v-9f5a63a4] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 2;
  font-size: 17px;
  color: #334155;
  letter-spacing: 0.3px;
  margin-bottom: 4rem;
  animation: fadeInUp-9f5a63a4 1s ease;
}
.blog-content h2[data-v-9f5a63a4] {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  border-left: 6px solid #00bcd4;
  padding-left: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}
.blog-content h2[data-v-9f5a63a4]:hover {
  border-left-color: #0097a7;
  transform: translateX(5px);
}
.blog-content h2[data-v-9f5a63a4]::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #00bcd4 0%, #0097a7 100%);
  border-radius: 3px;
}
.blog-content h3[data-v-9f5a63a4] {
  content: counter(section) ".";
  counter-increment: section;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog-content h3[data-v-9f5a63a4]::before {
  content: "▸";
  color: #00bcd4;
  font-size: 1.2rem;
  font-weight: bold;
}
.blog-content p[data-v-9f5a63a4] {
  margin-bottom: 1.75rem;
  text-align: left;
  line-height: 2;
  color: #475569;
}
.blog-content strong[data-v-9f5a63a4] {
  font-weight: 700;
  color: #0f172a;
  background: linear-gradient(120deg, #fef08a 0%, #fef08a 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 85%;
  padding: 0 0.2rem;
}
.blog-content em[data-v-9f5a63a4] {
  font-style: italic;
  color: #64748b;
}
.blog-content ul[data-v-9f5a63a4],
.blog-content ol[data-v-9f5a63a4] {
  margin: 2rem 0;
  padding-left: 2rem;
}
.blog-content li[data-v-9f5a63a4] {
  margin-bottom: 1rem;
  line-height: 2;
  color: #475569;
  position: relative;
  padding-left: 0.5rem;
}
.blog-content li[data-v-9f5a63a4]::marker {
  color: #00bcd4;
  font-weight: bold;
}
.blog-content blockquote[data-v-9f5a63a4] {
  margin: 3rem 0;
  padding: 1.5rem 2rem;
  border-left: 5px solid #00bcd4;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  font-style: italic;
  color: #0c4a6e;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 188, 212, 0.1);
  position: relative;
}
.blog-content blockquote[data-v-9f5a63a4]::before {
  content: '"';
  font-size: 4rem;
  color: rgba(0, 188, 212, 0.2);
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: Georgia, serif;
}
.blog-content a[data-v-9f5a63a4] {
  color: #00bcd4;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.blog-content a[data-v-9f5a63a4]:hover {
  color: #0097a7;
  border-bottom-color: #0097a7;
}
.blog-footer[data-v-9f5a63a4] {
  margin-top: 5rem;
  padding-top: 3rem;
  animation: fadeIn-9f5a63a4 1.2s ease;
}
.footer-divider[data-v-9f5a63a4] {
  background: linear-gradient(
    90deg,
    transparent 0%,
    #cbd5e1 50%,
    transparent 100%
  );
  margin-bottom: 2rem;
  height: 2px;
}
.footer-content[data-v-9f5a63a4] {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.footer-text[data-v-9f5a63a4] {
  font-size: 1.1rem;
  color: #475569;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer-description[data-v-9f5a63a4] {
  font-size: 0.9rem;
  color: #64748b;
  max-width: 560px;
  margin: 0 auto 1.2rem;
  line-height: 1.6;
}
@keyframes fadeIn-9f5a63a4 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeInDown-9f5a63a4 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeInUp-9f5a63a4 {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.blog-title[data-v-9f5a63a4] {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
}
.blog-content[data-v-9f5a63a4] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 2;
  font-size: 17px;
  color: #334155;
  letter-spacing: 0.3px;
  margin-bottom: 4rem;
  animation: fadeInUp-9f5a63a4 1s ease;
  counter-reset: section;
  text-align: justify;
  text-justify: inter-word;
}
.blog-content h2[data-v-9f5a63a4],
.blog-content h3[data-v-9f5a63a4] {
  text-align: left;
}
.blog-content h3[data-v-9f5a63a4] {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.blog-content h3[data-v-9f5a63a4]::before {
  content: counter(section) ".";
  counter-increment: section;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #00bcd4 0%, #0097a7 100%);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 188, 212, 0.3);
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.blog-content h3[data-v-9f5a63a4]:hover::before {
  transform: scale(1.15);
  box-shadow: 0 6px 12px rgba(0, 188, 212, 0.4);
}
.blog-title[data-v-9f5a63a4] {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
}
.blog-content[data-v-9f5a63a4] {
  font-size: 16px;
  text-align: left;
}
.blog-content h2[data-v-9f5a63a4] {
  font-size: 1.5rem;
  margin-top: 3rem;
}
.blog-content h3[data-v-9f5a63a4] {
  font-size: 1.2rem;
}
.blog-content h3[data-v-9f5a63a4]::before {
  min-width: 2rem;
  height: 2rem;
  font-size: 0.95rem;
}
.share-section[data-v-9f5a63a4] {
  text-align: center;
  margin: 3rem 0;
}
.share-title[data-v-9f5a63a4] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 1rem;
}
.share-buttons[data-v-9f5a63a4] {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.share-buttons .v-btn[data-v-9f5a63a4] {
  transition: all 0.3s ease;
}
.share-buttons .v-btn[data-v-9f5a63a4]:hover {
  transform: translateY(-3px);
}
.read-time[data-v-9f5a63a4] {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: #f1f5f9;
  border-radius: 20px;
}
h4[data-v-9f5a63a4] {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
.author-bio[data-v-9f5a63a4] {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 2.5rem;
  border-radius: 16px;
  margin: 4rem 0 3rem 0;
  border: 2px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.author-bio[data-v-9f5a63a4]:hover {
  box-shadow: 0 8px 20px rgba(0, 188, 212, 0.15);
  transform: translateY(-2px);
}
.author-avatar[data-v-9f5a63a4] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #00bcd4;
  box-shadow: 0 4px 12px rgba(0, 188, 212, 0.3);
  flex-shrink: 0;
}
.author-info h4[data-v-9f5a63a4] {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}
.author-info p[data-v-9f5a63a4] {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}
.author-social[data-v-9f5a63a4] {
  display: flex;
  gap: 0.75rem;
}
.author-social .v-btn[data-v-9f5a63a4] {
  transition: all 0.3s ease;
}
.author-social .v-btn[data-v-9f5a63a4]:hover {
  transform: translateY(-3px);
}
@media (max-width: 768px) {
.author-bio[data-v-9f5a63a4] {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
}
.author-avatar[data-v-9f5a63a4] {
    width: 100px;
    height: 100px;
}
.author-social[data-v-9f5a63a4] {
    justify-content: center;
}
}

