/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .underline {
    text-decoration-line: underline;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .delay-1 {
    transition-delay: 1ms;
  }
  .delay-2 {
    transition-delay: 2ms;
  }
  .delay-3 {
    transition-delay: 3ms;
  }
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fafafa;
  color: #333;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
nav {
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  font-size: 1.1rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
#navList {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  position: relative;
}
ul li a {
  text-decoration: none;
  color: #333;
  padding: 5px 0;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
  font-weight: 500;
}
.underline-bar {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #7a45ff, #5e35d1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}
ul li:hover a {
  color: #7a45ff;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.logo img {
  height: 32px;
  transition: transform 0.3s ease;
}
.logo:hover img {
  transform: scale(1.05);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.text-center {
  text-align: center;
}
.hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  position: relative;
  overflow: hidden;
}
.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-content {
  z-index: 10;
}
.hero-greeting {
  font-size: 1.2rem;
  color: #7a45ff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin: 0;
  background: linear-gradient(135deg, #333 0%, #7a45ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}
.hero-subtitle {
  font-size: 2rem;
  font-weight: 300;
  color: #555;
  margin: 1rem 0;
}
.hero-description {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 2rem 0;
  line-height: 1.8;
}
.hero-cta {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.hero-visual {
  position: relative;
  height: 400px;
}
.geometric-shape {
  position: absolute;
  border-radius: 20px;
  animation: float 6s ease-in-out infinite;
}
.shape-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #7a45ff20, #5e35d120);
  background-image: url("/static/pp.jpg");
  background-size: cover;
  top: 0;
  left: 0;
  animation-delay: 0s;
}
.shape-2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #5e35d120, #4a28b120);
  background-image: url("/static/pp2.jpeg");
  background-size: cover;
  top: 100px;
  right: 50px;
  animation-delay: 2s;
}
.shape-3 {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #4a28b120, #7a45ff20);
  background-image: url("/static/xion.jpg");
  background-size: cover;
  bottom: 50px;
  left: 100px;
  animation-delay: 4s;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
.btn {
  display: inline-block;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 1rem;
}
.btn-primary {
  background: linear-gradient(135deg, #7a45ff, #5e35d1);
  color: white;
  box-shadow: 0 4px 15px rgba(122, 69, 255, 0.3);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(122, 69, 255, 0.4);
}
.btn-secondary {
  background: white;
  color: #7a45ff;
  border-color: #7a45ff;
}
.btn-secondary:hover {
  background: #7a45ff;
  color: white;
  transform: translateY(-2px);
}
.full-width {
  width: 100%;
}
.skills-section, .projects-section, .blog-section, .contact-section {
  padding: 6rem 0;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #333;
}
.skills-section {
  background: white;
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.skill-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  text-align: center;
}
.skill-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #7a45ff;
}
.skill-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.skill-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  color: #333;
}
.skill-card p {
  color: #666;
  line-height: 1.6;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.project-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.project-image {
  height: 200px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ebf5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.project-placeholder {
  font-size: 4rem;
  opacity: 0.5;
}
.project-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.project-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}
.project-description {
  color: #666;
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
.project-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.tag {
  padding: 0.375rem 0.875rem;
  background: #f0f0f0;
  color: #7a45ff;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}
.project-links {
  display: flex;
  gap: 1rem;
}
.project-link {
  color: #7a45ff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.project-link:hover {
  color: #5e35d1;
  transform: translateX(5px);
}
.blog-section {
  background: white;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.blog-card {
  background: #fafafa;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: white;
}
.blog-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.blog-date {
  color: #999;
}
.blog-category {
  color: #7a45ff;
  font-weight: 600;
}
.blog-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.blog-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-title a:hover {
  color: #7a45ff;
}
.blog-excerpt {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.blog-link {
  color: #7a45ff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-link:hover {
  color: #5e35d1;
  transform: translateX(5px);
  display: inline-block;
}
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 1000px;
  margin: 0 auto;
}
.contact-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  margin: 1.5rem 0 2rem;
}
.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-method {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
}
.contact-icon {
  font-size: 1.5rem;
}
.contact-method a {
  color: #7a45ff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-method a:hover {
  color: #5e35d1;
}
.contact-form {
  background: white;
  padding: 2.5rem;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}
.form-group input, .form-group textarea {
  width: 100%;
  padding: 0.875rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none;
  border-color: #7a45ff;
  box-shadow: 0 0 0 3px rgba(122, 69, 255, 0.1);
}
.form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.fade-in {
  animation: fadeIn 0.8s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slide-up {
  animation: slideUp 0.8s ease-out;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-1 {
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
}
.delay-2 {
  animation-delay: 0.4s;
  animation-fill-mode: backwards;
}
.delay-3 {
  animation-delay: 0.6s;
  animation-fill-mode: backwards;
}
.fade-in-scroll, .slide-up-scroll {
  opacity: 0;
  transition: all 0.8s ease-out;
}
.fade-in-scroll.visible {
  opacity: 1;
}
.slide-up-scroll {
  transform: translateY(30px);
}
.slide-up-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
.slide-up-scroll.delay-1 {
  transition-delay: 0.1s;
}
.slide-up-scroll.delay-2 {
  transition-delay: 0.2s;
}
.slide-up-scroll.delay-3 {
  transition-delay: 0.3s;
}
@media (max-width: 968px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hero-visual {
    display: none;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 1.5rem;
  }
  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .skills-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 640px) {
  nav {
    padding: 15px 20px;
  }
  .nav-container {
    flex-direction: column;
    gap: 1rem;
  }
  ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .hero-section {
    min-height: auto;
    padding: 3rem 0;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 1.25rem;
  }
  .hero-cta {
    flex-direction: column;
  }
  .section-title {
    font-size: 2rem;
  }
  .container {
    padding: 0 1rem;
  }
  .skills-section, .projects-section, .blog-section, .contact-section {
    padding: 3rem 0;
  }
}
.min-h-screen {
  min-height: 100vh;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
