@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s ease;border-bottom:1px solid rgba(245,194,209,.2)}.header.scrolled{background:#fffffff2;box-shadow:var(--shadow-soft)}.header-container{max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;padding:.25rem .5rem;border-radius:8px;position:absolute;left:2rem}.logo:hover{transform:scale(1.05);background:var(--gradient-soft)}.logo-text{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:600;color:var(--text-accent);letter-spacing:.5px;display:block}.nav{display:flex;gap:2rem;align-items:center;margin:0 auto}.nav-link{color:var(--text-primary);text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative;padding:.5rem 0;letter-spacing:.3px}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient);border-radius:2px;transition:width .3s ease}.nav-link:hover,.nav-link.active{color:var(--text-accent)}.nav-link:hover:after,.nav-link.active:after{width:100%}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer;padding:.5rem;transition:color .3s ease;position:absolute;right:2rem}.mobile-menu-toggle:hover{color:var(--primary-color)}@media (max-width: 768px){.mobile-menu-toggle{display:block}.nav{position:absolute;top:100%;left:0;right:0;background:#fffffffa;flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-bottom:1px solid rgba(139,127,184,.2);box-shadow:var(--shadow-medium);margin:0}.nav.mobile-open{transform:translateY(0);opacity:1;visibility:visible}.header-container{padding:1rem}.logo{position:static;margin:0 auto}}html{overflow-x:hidden}body{overflow-x:hidden;width:100%;max-width:100vw;position:relative}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#fef9f4,#fdf0e6,#fceae8);width:100%}.hero:before{content:"";position:absolute;top:-30%;right:-10%;width:clamp(200px,35vw,500px);height:clamp(200px,35vw,500px);background:radial-gradient(circle,rgba(224,122,95,.08) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite;filter:blur(40px);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-20%;left:-5%;width:clamp(160px,28vw,400px);height:clamp(160px,28vw,400px);background:radial-gradient(circle,rgba(233,196,106,.08) 0%,transparent 70%);border-radius:50%;animation:float 15s ease-in-out infinite reverse;filter:blur(40px);pointer-events:none}@keyframes float{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(20px,-20px) rotate(180deg)}}.hero-container{width:100%;max-width:1400px;margin:0 auto;padding:2rem 3rem;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-height:100vh;box-sizing:border-box}.hero-content-wrapper{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.hero-content{display:grid;grid-template-columns:1fr .9fr;gap:4rem;align-items:center;width:100%}.hero-text{animation:fadeInLeft .8s ease-out;display:flex;flex-direction:column;gap:1.5rem;min-width:0}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:0;color:#2d2a26;overflow-wrap:break-word}.gradient-text{background:linear-gradient(135deg,#e07a5f,#e9c46a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.hero-subtitle{font-size:1.125rem;font-weight:500;line-height:1.5;letter-spacing:-.01em;margin:0;color:#6b5e55;overflow-wrap:break-word}.hero-description{font-size:1rem;font-weight:400;line-height:1.65;letter-spacing:.01em;margin:0;color:#5a4e45;max-width:520px;overflow-wrap:break-word}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin:.25rem 0 0}.btn{padding:.75rem 1.75rem;border:none;border-radius:50px;font-size:.9375rem;font-weight:600;line-height:1.4;letter-spacing:.01em;cursor:pointer;transition:all .25s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;white-space:nowrap}@media (max-width: 640px){.btn{white-space:normal}}.btn-primary{background:linear-gradient(135deg,#e07a5f,#f4a261);color:#fff9f5;box-shadow:0 2px 8px #e07a5f26}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #e07a5f40;background:linear-gradient(135deg,#c05a40,#e07a5f)}.btn-secondary{background:#fff;color:#e07a5f;border:1.5px solid #E07A5F}.btn-secondary:hover{background:#fceae8;transform:translateY(-2px);box-shadow:0 4px 12px #e07a5f1f}.btn-outline{background:transparent;color:#6b5e55;border:1.5px solid rgba(224,122,95,.25)}.btn-outline:hover{background:#fff;border-color:#e07a5f;color:#e07a5f;transform:translateY(-2px);box-shadow:0 4px 12px #e07a5f1a}.hero-social{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem;align-items:center}.social-pill{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.25rem;border-radius:100px;text-decoration:none;font-weight:500;font-size:.875rem;line-height:1.4;letter-spacing:.01em;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease;background:#fff;border:1px solid rgba(224,122,95,.2);color:#5a4e45;cursor:pointer}.social-pill svg{width:24px;height:24px;flex-shrink:0;transition:transform .25s ease,color .25s ease}.social-pill span{font-size:.875rem;font-weight:500;line-height:1.4}.social-pill.github svg{color:#000}.social-pill.linkedin svg{color:#000}.social-pill.email svg{color:#000}.social-pill.github:hover{background:#2d2a26;border-color:#2d2a26;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2d2a262e}.social-pill.github:hover svg{color:#fff;transform:scale(1.1)}.social-pill.linkedin:hover{background:#0077b5;border-color:#0077b5;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0077b52e}.social-pill.linkedin:hover svg{color:#fff;transform:scale(1.1)}.social-pill.email:hover{background:#e07a5f;border-color:#e07a5f;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #e07a5f38}.social-pill.email:hover svg{color:#fff;transform:scale(1.1)}.hero-image{display:flex;justify-content:center;align-items:center;animation:fadeInRight .8s ease-out;min-width:0}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.hero-avatar{position:relative;width:340px;height:340px;max-width:100%}.avatar-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:linear-gradient(135deg,#e07a5f,#e9c46a);border-radius:50%;opacity:.15;filter:blur(35px);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.15}50%{transform:scale(1.08);opacity:.25}}.avatar-content{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;border:4px solid #FFFFFF;z-index:1;box-shadow:0 15px 35px #e07a5f26;background:#fff}.profile-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-8px)}}.scroll-button{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(224,122,95,.25);color:#e07a5f;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.125rem;transition:all .25s ease;box-shadow:0 2px 10px #e07a5f14}.scroll-button:hover{background:linear-gradient(135deg,#e07a5f,#f4a261);color:#fff9f5;transform:translateY(-4px);box-shadow:0 6px 16px #e07a5f33;border-color:transparent}@media (max-width: 1024px){.hero-container{padding:2rem}.hero-content{gap:3rem}.hero-title{font-size:3rem}.hero-description{max-width:500px}.hero-avatar{width:300px;height:300px}.social-pill svg{width:22px;height:22px}}@media (max-width: 968px){.hero-container{padding:2rem 1.5rem}.hero-content{grid-template-columns:1fr;gap:2.5rem;text-align:center}.hero-text{text-align:center;align-items:center;gap:1.25rem}.hero-description{max-width:100%;text-align:center}.hero-image{order:-1}.hero-avatar{width:260px;height:260px}.hero-buttons,.hero-social{justify-content:center}.scroll-indicator{bottom:1.5rem}}@media (max-width: 640px){.hero-container{padding:1.5rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9375rem;line-height:1.6}.hero-avatar{width:200px;height:200px}.avatar-content{border-width:3px}.hero-buttons{flex-direction:column;width:100%;gap:.75rem}.btn{width:100%;justify-content:center;padding:.7rem 1.5rem;font-size:.875rem}.hero-social{gap:.625rem;width:100%}.social-pill{flex:1;justify-content:center;padding:.55rem 1rem}.social-pill span{font-size:.8125rem}.social-pill svg{width:18px;height:18px}.scroll-button{width:40px;height:40px;font-size:1rem}}@media (min-width: 1025px) and (max-width: 1280px){.hero-container{padding:2rem}.hero-title{font-size:3.2rem}.hero-description{font-size:.9375rem;line-height:1.6;max-width:480px}.hero-avatar{width:290px;height:290px}.btn{padding:.7rem 1.6rem;font-size:.875rem}.social-pill{padding:.55rem 1.15rem;font-size:.8125rem}.social-pill svg{width:22px;height:22px}}@media (min-width: 1281px) and (max-width: 1440px){.hero-title{font-size:3.3rem}.hero-description{font-size:.9375rem;line-height:1.65;max-width:500px}.hero-avatar{width:320px;height:320px}.social-pill svg{width:24px;height:24px}}@media (min-width: 1441px){.hero-container{max-width:1500px;padding:2rem 4rem}.hero-title{font-size:3.8rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem;line-height:1.65;max-width:520px}.hero-avatar{width:380px;height:380px}.btn{padding:.85rem 2rem;font-size:.9375rem}.social-pill{padding:.7rem 1.4rem;font-size:.875rem}.social-pill svg{width:26px;height:26px}}.about{background:var(--bg-card);border-radius:28px;margin:2rem auto;padding:3.5rem 3rem;border:1px solid rgba(139,127,184,.12);box-shadow:0 4px 24px #8b7fb814,0 1px 4px #8b7fb80f}.about-content{display:flex;flex-direction:column;gap:0}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#8b7fb81a;color:var(--primary-color);font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:1rem}.eyebrow-dot{width:6px;height:6px;background:var(--primary-color);border-radius:50%;opacity:.7}.section-title{font-family:Playfair Display,serif;font-size:2.9rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:.4rem}.section-title span{background:linear-gradient(135deg,var(--primary-color) 0%,rgba(139,127,184,.6) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-underline{width:48px;height:3px;background:linear-gradient(90deg,var(--primary-color),rgba(139,127,184,.3));border-radius:2px;margin-bottom:2rem}.about-text{display:flex;flex-direction:column;gap:1rem}.about-paragraph{font-size:1.15rem;line-height:1.85;color:var(--text-secondary);font-weight:400}.section-divider{height:1px;background:linear-gradient(90deg,rgba(139,127,184,.25),transparent);margin:2.25rem 0;border:none}.about-education,.about-certifications{margin-top:0}.education-title,.certifications-title{display:flex;align-items:center;gap:10px;font-family:Playfair Display,serif;font-size:1.45rem;font-weight:700;color:var(--text-primary);margin-top:2rem;margin-bottom:1.25rem;border-bottom:none}.subsection-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#8b7fb81a;border-radius:8px;flex-shrink:0;color:var(--primary-color)}.subsection-icon svg{width:16px;height:16px}.education-item,.certification-item{display:flex;align-items:flex-start;gap:14px;background:#8b7fb80a;border:1px solid rgba(139,127,184,.15);border-radius:14px;padding:1.1rem 1.25rem;margin-bottom:.75rem;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.education-item:before,.certification-item:before{content:"";display:block;width:4px;min-width:4px;align-self:stretch;background:linear-gradient(180deg,var(--primary-color) 0%,rgba(139,127,184,.4) 100%);border-radius:2px;flex-shrink:0}.education-item:hover,.certification-item:hover{border-color:#8b7fb866;transform:translate(5px);box-shadow:0 4px 16px #8b7fb81a;background:#8b7fb812}.education-item:last-child,.certification-item:last-child{margin-bottom:0}.education-item h4,.certification-item h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:4px;line-height:1.4}.education-school,.certification-details{font-size:1rem;color:var(--text-secondary);font-weight:400;margin-bottom:6px;line-height:1.4}.education-period,.certification-year{display:inline-block;font-size:.875rem;font-weight:600;color:var(--primary-color);background:#8b7fb81a;padding:2px 10px;border-radius:100px;letter-spacing:.02em}.certifications-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.certifications-grid .certification-item{margin-bottom:0}@media (max-width: 968px){.about{padding:3rem 2rem;margin:1rem;border-radius:22px}}@media (max-width: 640px){.about{padding:2rem 1.25rem;border-radius:18px}.section-title{font-size:2.2rem}.education-title,.certifications-title{font-size:1.25rem}.about-paragraph{font-size:1.05rem}.certifications-grid{grid-template-columns:1fr}}.skills{padding:80px 20px}.skills-container{display:flex;flex-direction:column;gap:2.5rem;max-width:1000px;margin:0 auto}.skill-category{background:var(--bg-card);border-radius:25px;padding:2.5rem;border:1px solid rgba(139,127,184,.2);transition:all .3s ease;box-shadow:var(--shadow-soft)}.skill-category:hover{border-color:#8b7fb866;box-shadow:var(--shadow-medium);transform:translateY(-3px)}.category-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:var(--text-primary);text-align:center}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.skill-item{background:var(--gradient-soft);border-radius:18px;padding:1.5rem;border:1px solid rgba(139,127,184,.2);transition:all .3s ease;box-shadow:var(--shadow-soft)}.skill-item:hover{background:#8b7fb826;transform:translateY(-3px);border-color:var(--primary-color);box-shadow:var(--shadow-medium)}.skill-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.skill-icon{font-size:1.8rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.skill-name{flex:1;font-weight:500;color:var(--text-primary)}.skill-percentage{color:var(--text-secondary);font-size:.9rem;font-weight:600;flex-shrink:0}.skill-bar{width:100%;height:10px;background:#8b7fb833;border-radius:10px;overflow:hidden}.skill-progress{height:100%;width:0%;background:var(--gradient, linear-gradient(90deg, #c87941, #e8a87c));border-radius:10px;transition:width 1.2s cubic-bezier(.4,0,.2,1);position:relative}.skill-progress:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 768px){.skills{padding:60px 20px}.skill-category{padding:2rem 1.5rem;border-radius:20px}.skills-grid{grid-template-columns:1fr}}.projects{padding:80px 20px}.projects-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.section-divider{width:60px;height:3px;background:var(--gradient);margin:0 auto 1.5rem;border-radius:2px}.section-subtitle{color:var(--text-secondary);font-size:1.1rem;margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto;text-align:center;font-weight:300}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;align-items:stretch;margin-top:3rem}.project-card{background:var(--bg-card);border-radius:25px;overflow:hidden;border:1px solid rgba(139,127,184,.2);transition:all .3s ease;display:flex;flex-direction:column;height:100%;box-shadow:var(--shadow-soft)}.project-card:hover{transform:translateY(-10px);border-color:var(--primary-color);box-shadow:var(--shadow-large)}.project-image{position:relative;height:220px;background:var(--gradient-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.project-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.project-card:hover .project-img{transform:scale(1.05)}.project-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;gap:1.5rem;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-link{color:var(--text-primary);font-size:1.5rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-card);border:2px solid var(--primary-color);transition:all .3s ease;text-decoration:none;box-shadow:var(--shadow-soft)}.project-link:hover{background:var(--gradient);color:#fff;transform:scale(1.1);box-shadow:var(--shadow-medium)}.project-content{padding:2rem;flex:1;display:flex;flex-direction:column;min-height:0}.project-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.project-roles{font-size:.9rem;color:var(--primary-color);font-weight:500;margin-bottom:1rem;font-style:italic}.project-description{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;flex:1;min-height:0;font-weight:300}.project-technologies{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{padding:.5rem 1rem;background:var(--gradient-soft);border:1px solid rgba(139,127,184,.3);border-radius:20px;font-size:.85rem;color:var(--primary-color);font-weight:500}@media (max-width: 968px){.projects{padding:60px 20px}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.project-image{height:200px}}@media (max-width: 640px){.projects{padding:40px 20px}.projects-grid{grid-template-columns:1fr}.project-image{height:180px}.project-content{padding:1.5rem}.section-title{font-size:2rem}}.contact{padding:80px 20px;background:var(--bg-card);border-radius:30px;margin:2rem auto;box-shadow:var(--shadow-soft);border:1px solid rgba(139,127,184,.1);max-width:1000px}.contact-container{display:flex;justify-content:center;margin-top:3rem;width:100%}.contact-info{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center}.contact-info-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.contact-info-text{color:var(--text-secondary);line-height:1.8;margin-bottom:2.5rem;font-weight:300;max-width:500px}.contact-details{display:inline-flex;flex-direction:column;gap:2rem;align-items:flex-start;margin:0 auto}.contact-detail-item{display:flex;gap:1.5rem;align-items:center;width:100%}.contact-icon{width:50px;height:50px;border-radius:15px;background:var(--gradient-soft);border:1px solid rgba(139,127,184,.3);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--primary-color);flex-shrink:0;box-shadow:var(--shadow-soft)}.contact-detail-content{text-align:left}.contact-detail-content h4{font-size:1.1rem;font-weight:600;margin:0;color:var(--text-primary);line-height:1.2}.contact-detail-content a,.contact-detail-content p{color:var(--text-secondary);text-decoration:none;transition:color .3s ease;font-weight:300;margin:.2rem 0 0;display:block}.contact-detail-content a:hover{color:var(--primary-color)}@media (max-width: 968px){.contact{padding:3rem 2rem;margin:1rem}}@media (max-width: 640px){.contact{padding:2rem 1.5rem}.contact-info-title{font-size:1.5rem}.contact-details{align-items:center}.contact-detail-item{flex-direction:column;text-align:center;gap:.8rem}.contact-detail-content{text-align:center}}.App{min-height:100vh}main{position:relative}section{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}section{padding:100px 20px;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);letter-spacing:-.5px}.section-divider{width:80px;height:4px;background:var(--gradient);margin:0 auto;border-radius:2px}@media (max-width: 768px){section{padding:80px 20px}.section-title{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #E07A5F;--primary-dark: #C05A40;--primary-light: #F4A261;--accent-color: #E9C46A;--accent-deep: #D68C45;--accent-soft: #F4A2A2;--bg-primary: #FEF9F4;--bg-secondary: #FDF5E8;--bg-card: #FFFFFF;--bg-accent-soft: #FCEAE8;--text-primary: #2D2A26;--text-secondary: #6B5E55;--text-light: #A18E82;--text-inverse: #FFF9F5;--border-subtle: #F0E5DC;--border-medium: #E3D5C8;--gradient-primary: linear-gradient(135deg, #E07A5F 0%, #F4A261 100%);--gradient-soft: linear-gradient(135deg, #FEF9F4 0%, #FDF0E6 50%, #FCEAE8 100%);--shadow-soft: 0 4px 20px rgba(224, 122, 95, .08);--shadow-medium: 0 8px 30px rgba(224, 122, 95, .12);--shadow-large: 0 15px 50px rgba(224, 122, 95, .15)}html{scroll-behavior:smooth}body{font-family:Inter,-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:linear-gradient(180deg,#f8f9fa,#f0f2f5);color:var(--text-primary);line-height:1.7;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
