@import"https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;display:block;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.hero{min-height:100vh;display:flex;align-items:center;background:var(--bg-secondary);padding-top:0;position:relative;overflow:hidden}.hero-container{max-width:1200px;margin-right:auto;margin-left:auto;padding:0 20px;display:flex;flex-direction:column;gap:4rem;align-content:center;position:relative;z-index:1}.hero-container>*{opacity:0;animation:slideUpFade .5s ease-out forwards}.hero-container>*:nth-child(1){animation-delay:.2s}.hero-container>*:nth-child(2){animation-delay:.3s}.hero-container>*:nth-child(3){animation-delay:.4s}.hero-container>*:nth-child(4){animation-delay:.5s}.hero-title{display:flex;flex-direction:column;text-align:center;font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.hero-name{font-size:4rem;background:linear-gradient(135deg,#606060,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:2rem;text-align:center;color:var(--text-primary);margin-bottom:1.5rem;font-weight:500;min-height:60px}.cursor{animation:blink 1s infinite;color:var(--gradient-start)}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{font-size:1.125rem;text-align:center;color:var(--text-tertiary);margin-bottom:2.5rem;line-height:1.7;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-buttons .btn{display:inline-flex;align-items:center;gap:.5rem}.hero-buttons .btn svg{flex-shrink:0}.hero-social-links{display:flex;gap:1rem;justify-content:center;align-items:center}.hero-social-links a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--bg-primary);color:var(--text-secondary);transition:all .3s ease;border:2px solid var(--border-color)}.hero-social-links a:hover{background:var(--gradient-start);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.hero-illustration{position:absolute;bottom:0;right:0;height:40vh;z-index:2000}.hero-illustration img{height:100%;width:auto;object-fit:contain}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem;padding:0 15px}.hero-title{font-size:1.5rem}.hero-name{font-size:2.5rem}.hero-subtitle{font-size:1.25rem;min-height:40px}.hero-description{font-size:.9rem;margin-left:auto;margin-right:auto;line-height:1.6}.hero-circle{width:250px;height:250px}.hero-avatar{font-size:3rem}.hero-buttons{justify-content:center;gap:.75rem}.hero-illustration{height:25vh}}:root{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #fafafa;--text-primary: #000000;--text-secondary: #404040;--text-tertiary: #666666;--border-color: #e0e0e0;--shadow: rgba(0, 0, 0, .08);--accent: #000000;--accent-hover: #333333}@media (prefers-color-scheme: dark){:root{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-tertiary: #2a2a2a;--text-primary: #ffffff;--text-secondary: #b0b0b0;--text-tertiary: #808080;--border-color: #333333;--shadow: rgba(255, 255, 255, .05);--accent: #ffffff;--accent-hover: #cccccc}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Jost,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.App{font-family:Jost,sans-serif;line-height:1.6;color:var(--text-primary)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-primary);position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--accent);border-radius:2px}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-tertiary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;white-space:nowrap;text-align:center;transition:all .3s ease;box-shadow:0 0 3 #000;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:var(--accent);color:var(--bg-primary);z-index:3000}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}.btn-secondary{background:transparent;color:var(--accent);border:2px solid var(--accent);z-index:1000}.btn-secondary:hover{background:var(--accent);color:var(--bg-primary);transform:translateY(-2px)}html{scroll-behavior:smooth}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .5s ease-out,transform .5s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){body{font-size:14px}.container{padding:0 15px}.section-title{font-size:1.75rem}.section-subtitle{font-size:.9rem}.btn{font-size:.9rem;padding:10px 20px}}
