*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #ff6b9d;--secondary-color: #c44569;--accent-color: #feca57}body{margin:0;min-width:320px;min-height:100vh;color:#333;background-color:#fff}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b9d,#c44569);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c44569,#ff6b9d)}.navigation{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;display:flex;align-items:baseline;gap:.5rem;font-weight:700;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-text{font-size:1.5rem;color:#ff6b9d;font-weight:700}.logo-subtitle{font-size:1.2rem;color:#c44569;font-weight:600}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#333;font-weight:500;position:relative;transition:color .3s ease}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff6b9d,#c44569);transition:width .3s ease}.nav-links a:hover{color:#ff6b9d}.nav-links a:hover:after{width:100%}.lang-switcher{padding:.5rem 1rem;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;border:none;border-radius:20px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #ff6b9d4d}.lang-switcher:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b9d66}.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#333;border-radius:2px;transition:all .3s ease}@media(max-width:768px){.menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease;box-shadow:0 10px 30px #0000001a}.nav-links.active{transform:translateY(0);opacity:1;pointer-events:all}.nav-links a:after{display:none}}.footer{position:relative;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;margin-top:4rem}.footer-content{position:relative}.footer-wave{position:absolute;top:-60px;left:0;width:100%;overflow:hidden;line-height:0;color:#ff6b9d}.footer-wave svg{width:100%;height:60px;display:block}.footer-text{text-align:center;padding:3rem 2rem 2rem}.footer-text p{margin:.5rem 0;font-size:1rem;opacity:.9}.footer-made{font-size:.9rem;opacity:.8}@media(max-width:480px){.footer-text{padding:2rem 1rem 1.5rem}.footer-text p{font-size:.9rem}}.home{min-height:100vh;position:relative;overflow:hidden}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;background:linear-gradient(135deg,#ffeef8,#fff5f8,#ffe8f5)}.hero-content{text-align:center;z-index:2;position:relative;max-width:800px}.profile-container{margin-bottom:3rem;display:flex;justify-content:center}.profile-image-placeholder{width:200px;height:200px;position:relative;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.profile-decoration{position:absolute;inset:-10px;background:linear-gradient(135deg,#ff6b9d,#c44569,#feca57);border-radius:50%;animation:rotate 10s linear infinite;filter:blur(5px);opacity:.6}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-inner{position:relative;width:100%;height:100%;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #ff6b9d4d}.profile-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.hero-title{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b9d,#c44569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;line-height:1.2;animation:slideInUp .8s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:1.5rem;color:#666;margin-bottom:3rem;animation:slideInUp .8s ease-out .2s both}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;box-shadow:0 10px 30px #ff6b9d66;transition:all .3s ease;animation:slideInUp .8s ease-out .4s both}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ff6b9d80}.button-arrow{transition:transform .3s ease}.cta-button:hover .button-arrow{transform:translate(5px)}.floating-elements{position:absolute;inset:0;pointer-events:none}.float-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#ff6b9d33,#c4456933);animation:floatAround 20s infinite ease-in-out}.float-circle:nth-child(1){width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.float-circle:nth-child(2){width:150px;height:150px;top:60%;right:15%;animation-delay:-7s}.float-circle:nth-child(3){width:80px;height:80px;bottom:15%;left:20%;animation-delay:-14s}@keyframes floatAround{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(30px,-30px) rotate(90deg)}50%{transform:translate(-20px,20px) rotate(180deg)}75%{transform:translate(20px,30px) rotate(270deg)}}.decorative-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.shape{position:absolute;opacity:.1}.shape-1{width:300px;height:300px;background:linear-gradient(135deg,#ff6b9d,#c44569);border-radius:50%;top:-150px;right:-150px}.shape-2{width:200px;height:200px;background:linear-gradient(135deg,#feca57,#ff6b9d);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;bottom:10%;left:-100px;animation:morphing 8s infinite ease-in-out}.shape-3{width:250px;height:250px;background:linear-gradient(135deg,#c44569,#feca57);border-radius:50%;top:50%;right:-125px}@keyframes morphing{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.profile-image-placeholder{width:150px;height:150px}.cta-button{padding:.875rem 2rem;font-size:1rem}}.about{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#fff5f8,#ffeef8)}.about-container{max-width:1200px;margin:0 auto}.about-title{font-size:3rem;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#ff6b9d,#c44569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;animation:fadeInDown .8s ease-out}.about-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.about-image-section{position:sticky;top:100px}.about-image-placeholder{width:100%;aspect-ratio:1;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #ff6b9d4d;margin-bottom:2rem;position:relative;overflow:hidden;animation:fadeInLeft .8s ease-out}.about-image-placeholder:before{content:"";position:absolute;inset:-50%;background:linear-gradient(135deg,#ff6b9d1a,#c445691a,#feca571a);animation:rotate 10s linear infinite}.image-icon{font-size:6rem;position:relative;z-index:1}.info-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;animation:fadeInLeft .8s ease-out .2s both}.info-card{background:#fff;padding:1.5rem;border-radius:15px;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ff6b9d4d}.info-icon{font-size:2rem}.info-text{font-weight:600;color:#333;text-align:center;font-size:.9rem}.about-text-section{animation:fadeInRight .8s ease-out}.about-intro{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000001a;margin-bottom:2rem}.about-intro h2{font-size:2rem;color:#ff6b9d;margin-bottom:1.5rem}.intro-text{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1rem}.intro-text:last-child{margin-bottom:0}.about-details{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 20px 60px #0000001a}.detail-item{display:flex;gap:1.5rem;align-items:start}.detail-icon{font-size:3rem;flex-shrink:0}.detail-content h3{font-size:1.3rem;color:#333;margin-bottom:.5rem}.detail-content p{font-size:1rem;color:#666;line-height:1.6}@media(max-width:968px){.about-content{grid-template-columns:1fr;gap:2rem}.about-image-section{position:static}.about-title{font-size:2.5rem}.about-intro{padding:2rem}.about-intro h2{font-size:1.5rem}}@media(max-width:480px){.about{padding:5rem 1rem 3rem}.about-title{font-size:2rem}.info-cards{grid-template-columns:1fr}.image-icon{font-size:4rem}}.hobbies{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#ffeef8,#fff5f8,#ffe8f5)}.hobbies-container{max-width:1200px;margin:0 auto}.hobbies-title{font-size:3rem;text-align:center;margin-bottom:4rem;background:linear-gradient(135deg,#ff6b9d,#c44569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;animation:fadeInDown .8s ease-out}.hobbies-grid{display:grid;gap:3rem}.hobby-card{background:#fff;border-radius:25px;padding:3rem;box-shadow:0 20px 60px #0000001a;display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start;transition:all .4s ease;animation:fadeInUp .8s ease-out both}.hobby-card:hover{transform:translateY(-10px);box-shadow:0 30px 80px #ff6b9d4d}.hobby-icon-wrapper{width:120px;height:120px;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0003;transition:transform .4s ease}.hobby-card:hover .hobby-icon-wrapper{transform:rotate(-5deg) scale(1.1)}.hobby-icon{font-size:4rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.hobby-content{grid-column:2}.hobby-title{font-size:2rem;color:#333;margin-bottom:1rem;font-weight:700}.hobby-description{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:2rem}.hobby-gallery-placeholder{grid-column:1 / -1;margin-top:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.gallery-item{aspect-ratio:1;background:linear-gradient(135deg,#fff5f8,#ffeef8);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:3rem;transition:all .3s ease;cursor:pointer;border:2px dashed rgba(255,107,157,.3)}.gallery-item:hover{transform:scale(1.05);background:linear-gradient(135deg,#ffeef8,#ffe8f5);border-color:#ff6b9d99}@media(max-width:768px){.hobbies{padding:5rem 1rem 3rem}.hobbies-title{font-size:2.5rem;margin-bottom:2rem}.hobby-card{grid-template-columns:1fr;padding:2rem;gap:1.5rem}.hobby-icon-wrapper{width:100px;height:100px;margin:0 auto}.hobby-icon{font-size:3rem}.hobby-content{grid-column:1;text-align:center}.hobby-title{font-size:1.5rem}.hobby-description{font-size:1rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}}.blog{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#fff5f8,#ffeef8)}.blog-container{max-width:1200px;margin:0 auto}.blog-title{font-size:3rem;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b9d,#c44569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;animation:fadeInDown .8s ease-out}.blog-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;animation:fadeInDown .8s ease-out .1s both}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.blog-post-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:all .4s ease;cursor:pointer;animation:fadeInUp .8s ease-out both}.blog-post-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #ff6b9d4d}.post-image-placeholder{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#ffeef8,#ffe8f5);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.post-image-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ff6b9d1a,#c445691a);opacity:0;transition:opacity .4s ease}.blog-post-card:hover .post-image-placeholder:before{opacity:1}.post-placeholder-icon{font-size:4rem;transition:transform .4s ease}.blog-post-card:hover .post-placeholder-icon{transform:scale(1.2) rotate(-5deg)}.post-content{padding:2rem}.post-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.post-date{font-size:.9rem;color:#999;font-weight:500}.post-category{font-size:1.2rem}.post-title{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:700;line-height:1.3}.post-excerpt{font-size:1rem;color:#666;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.blog{padding:5rem 1rem 3rem}.blog-title{font-size:2.5rem}.blog-subtitle{font-size:1rem;margin-bottom:2rem}.blog-grid{grid-template-columns:1fr}.post-content{padding:1.5rem}}.contact{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#ffeef8,#fff5f8)}.contact-container{max-width:1200px;margin:0 auto}.contact-title{font-size:3rem;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b9d,#c44569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;animation:fadeInDown .8s ease-out}.contact-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;animation:fadeInDown .8s ease-out .1s both}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem;animation:fadeInLeft .8s ease-out}.info-item{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;text-align:center;transition:all .3s ease}.info-item:hover{transform:translate(10px);box-shadow:0 15px 40px #ff6b9d4d}.info-icon-circle{width:80px;height:80px;background:linear-gradient(135deg,#ff6b9d,#c44569);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem;box-shadow:0 8px 20px #ff6b9d66;transition:transform .3s ease}.info-item:hover .info-icon-circle{transform:rotate(360deg)}.info-item h3{font-size:1.3rem;color:#333;margin-bottom:.5rem}.info-item p{color:#666;font-size:1rem}.contact-form{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000001a;animation:fadeInRight .8s ease-out}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:1rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #f0f0f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fafafa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6b9d;background:#fff;box-shadow:0 0 0 4px #ff6b9d1a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #ff6b9d66}.submit-button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #ff6b9d80}.submit-button:active{transform:translateY(0)}.success-message{margin-top:1.5rem;padding:1rem;background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;border-radius:10px;text-align:center;font-weight:600;animation:slideInUp .5s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.contact-content{grid-template-columns:1fr}.contact-title{font-size:2.5rem}.contact-form{padding:2rem}}@media(max-width:480px){.contact{padding:5rem 1rem 3rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-form{padding:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}
