.header{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;padding:1.5rem 0;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;padding:0 2rem;gap:2rem}.logo-container{flex-shrink:0}.logo{height:160px;width:auto;border-radius:10%;border:4px solid white;box-shadow:0 4px 15px #0003}.header-text{text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:300}.header h2{font-size:1.8rem;margin-bottom:.5rem;font-weight:400}.specialty{font-size:1.2rem;opacity:.9;font-style:italic}@media(max-width:768px){.header-content{flex-direction:column;text-align:center;gap:1rem;padding:0 1rem}.logo{height:100px}.header h1{font-size:2rem}.header h2{font-size:1.5rem}}.navigation{background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 5px #0000000d;position:sticky;top:0;z-index:1000}.nav-list{display:flex;list-style:none;max-width:1200px;margin:0 auto;padding:0 1rem}.nav-item{flex:1;text-align:center}.nav-button{width:100%;padding:1.2rem 0;background:none;border:none;font-size:1.1rem;font-weight:500;color:#555;cursor:pointer;transition:all .3s ease;position:relative;text-transform:uppercase;letter-spacing:.5px}.nav-button:hover{color:#3498db;background-color:#f8f9fa}.nav-button.active{color:#2c3e50;font-weight:600}.nav-button.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#3498db;border-radius:3px 3px 0 0}@media(max-width:768px){.nav-list{flex-wrap:wrap}.nav-item{flex:1 0 50%}.nav-button{padding:.8rem 0;font-size:.9rem}}@media(max-width:480px){.nav-item{flex:1 0 100%}}.home{display:flex;flex-direction:column;gap:3.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:100vh}.section-title{text-align:center;color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;font-weight:700;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;padding-bottom:1.5rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:150px;height:4px;background:linear-gradient(90deg,#3498db,#2c3e50);border-radius:2px}.slideshow-section{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000026;margin:1rem;border:1px solid rgba(255,255,255,.1)}.slideshow-container{position:relative;height:550px;overflow:hidden}.slideshow{position:relative;height:100%;width:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease-in-out;display:flex;align-items:center;justify-content:center}.slide:nth-child(1){background-position:center center}.slide:nth-child(2){background-position:center 30%}.slide:nth-child(3){background-position:center 20%}.slide:nth-child(4){background-position:center center}.slide:nth-child(5){background-position:center center}.slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#0006);z-index:1}.slide.active{opacity:1;z-index:1}.slide-overlay{background:#ffffffd9;padding:1.5rem 2rem;border-radius:12px;text-align:center;max-width:450px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:slideInUp .8s ease-out;z-index:2;position:relative;box-shadow:0 5px 15px #0000001a;border:1px solid rgba(255,255,255,.2);margin:0 auto}.slide-title{color:#2c3e50;font-size:1.8rem;margin-bottom:.8rem;font-weight:700;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-transform:uppercase;letter-spacing:.5px;position:relative;padding-bottom:.6rem;text-align:center}.slide-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#3498db,#2c3e50);border-radius:2px}.slide-description{color:#5d6d7e;font-size:1rem;line-height:1.5;font-weight:500;font-style:italic;text-align:center}.slide-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffeb;color:#2c3e50;border:none;width:50px;height:50px;border-radius:50%;font-size:1.4rem;cursor:pointer;z-index:3;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 3px 10px #00000026;display:flex;align-items:center;justify-content:center}.slide-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 5px 15px #0003}.slide-nav.prev{left:20px}.slide-nav.next{right:20px}.slide-indicators{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;gap:10px;z-index:3}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#ffffff4d}.indicator.active{background:#fff;transform:scale(1.2);box-shadow:0 0 8px #ffffff80}.intro-section{background:linear-gradient(135deg,#fff,#f8f9fa);padding:4rem;border-radius:20px;box-shadow:0 10px 35px #00000014;margin:0 2rem;border:1px solid rgba(52,152,219,.1);position:relative;overflow:hidden}.intro-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#3498db,#2c3e50)}.intro-content{max-width:900px;margin:0 auto}.intro-content h2{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;font-weight:700;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;padding-bottom:1.5rem;text-align:center}.intro-content h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:150px;height:4px;background:linear-gradient(90deg,#3498db,#2c3e50);border-radius:2px}.intro-text{font-size:1.15rem;line-height:1.9;color:#5d6d7e;font-family:Georgia,serif}.intro-text p{margin-bottom:1.8rem;font-size:1.2rem;position:relative;padding:0 2rem;text-align:left}.intro-text p:before{content:"•";color:#3498db;font-size:2rem;position:absolute;left:0;top:0}.intro-text p:last-child{margin-bottom:0}.features-section{margin:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:18px;text-align:center;box-shadow:0 8px 25px #0000001a;transition:all .4s ease;border-top:6px solid #3498db;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#3498db0d,#2c3e500d);opacity:0;transition:opacity .4s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #00000026}.feature-card:hover:before{opacity:1}.feature-icon{font-size:2.8rem;margin-bottom:1.8rem;color:#3498db;transition:transform .4s ease;display:inline-block}.feature-card:hover .feature-icon{transform:scale(1.2)}.feature-card h3{color:#2c3e50;margin-bottom:1.2rem;font-size:1.7rem;font-weight:700;position:relative;padding-bottom:.8rem}.feature-card h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50px;height:3px;background:#3498db;border-radius:2px}.feature-card p{color:#5d6d7e;line-height:1.7;font-size:1.05rem;font-style:italic}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1024px){.slideshow-container{height:450px}.slide-overlay{padding:1.2rem 1.8rem;max-width:400px}.slide-title{font-size:1.6rem}.slide-description{font-size:.95rem}.intro-section{padding:3rem 2rem;margin:0 1.5rem}.intro-content h2,.section-title{font-size:2.2rem}}@media(max-width:768px){.home{gap:2.5rem}.slideshow-container{height:380px}.slide-overlay{padding:1rem 1.5rem;max-width:350px}.slide-title{font-size:1.4rem}.slide-description{font-size:.9rem}.slide-nav{width:45px;height:45px;font-size:1.2rem}.slide-nav.prev{left:15px}.slide-nav.next{right:15px}.intro-section{padding:2.5rem 1.5rem;margin:0 1rem;border-radius:16px}.intro-content h2{font-size:1.9rem}.intro-text p{font-size:1.1rem;padding:0 1rem}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-card{padding:2.2rem 1.8rem}.features-section{margin:1rem}.section-title{font-size:1.9rem}}@media(max-width:600px){.slide-overlay{display:none}.slideshow-container{height:320px}.slide-nav{width:40px;height:40px;font-size:1.1rem}.slide-nav.prev{left:10px}.slide-nav.next{right:10px}.intro-section{padding:2rem 1.2rem;margin:0 .8rem;border-radius:14px}.intro-content h2{font-size:1.7rem}.intro-content h2:after{width:100px}.intro-text p{font-size:1rem;padding:0}.intro-text p:before{display:none}.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1.5rem}.section-title{font-size:1.7rem}}.home{animation:fadeIn .8s ease-out}.treatments-container{max-width:1200px;margin:0 auto;padding:0 2rem;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;color:#2c3e50}.treatments-hero{padding:6rem 0 4rem;background:linear-gradient(135deg,#f8fafc,#e8f4fc);border-radius:0 0 40px 40px;margin-bottom:4rem;position:relative;overflow:hidden}.treatments-hero:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:linear-gradient(135deg,rgba(52,152,219,.1) 0%,transparent 70%);border-radius:50%;transform:translate(30%,-30%)}.hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-subtitle{display:block;color:#3498db;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.treatments-hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-highlight{color:#27ae60;display:block;font-size:3.2rem;margin-top:.5rem}.hero-description{font-size:1.3rem;line-height:1.7;color:#5a6c7d;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-description strong{color:#3498db;font-weight:600}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:800;color:#2c3e50;line-height:1;margin-bottom:.5rem}.stat-label{color:#666;font-size:1rem;font-weight:500;max-width:120px;line-height:1.3}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.8rem;font-weight:700;margin-bottom:1rem;color:#2c3e50}.section-subtitle{color:#666;font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6}.treatments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-bottom:6rem}.treatment-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 15px 35px #0000000d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:1px solid rgba(52,152,219,.1)}.treatment-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-color, #3498db);opacity:.8}.treatment-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001a}.card-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem}.card-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;flex-shrink:0}.card-title{font-size:1.6rem;font-weight:700;color:#2c3e50;margin:0}.card-description{color:#5a6c7d;line-height:1.6;margin-bottom:2rem;font-size:1.05rem}.card-items{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2rem}.item{display:flex;align-items:flex-start;gap:.8rem}.item-bullet{width:6px;height:6px;background:var(--card-color, #3498db);border-radius:50%;margin-top:.5rem;flex-shrink:0}.item span{color:#444;font-size:.95rem;line-height:1.5;flex:1}.card-footer{border-top:2px solid #f0f0f0;padding-top:1.5rem;margin-top:1.5rem}.consultation-text{color:#666;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.consultation-text:before{content:"🎯";font-size:1rem}.specializations-section{background:linear-gradient(135deg,#2c3e50,#34495e);border-radius:30px;padding:4rem;margin-bottom:4rem;color:#fff}.specializations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem}.specialization-card{text-align:center;padding:2rem;background:#ffffff14;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .3s ease}.specialization-card:hover{transform:translateY(-5px);background:#ffffff1f}.spec-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block}.spec-title{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#fff}.spec-description{color:#fffc;line-height:1.6;font-size:.95rem}.additional-services{margin-bottom:4rem}.additional-services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.service-item{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #27ae60;transition:all .3s ease}.service-item:hover{background:#fff;box-shadow:0 5px 15px #00000014;transform:translate(5px)}.service-icon{color:#27ae60;font-weight:700;font-size:1.2rem;flex-shrink:0}.service-text{color:#444;font-size:1.05rem;font-weight:500}.cta-section{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:25px;padding:4rem;text-align:center;color:#fff;margin-bottom:4rem}.cta-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:#fff}.cta-content p{font-size:1.2rem;line-height:1.7;max-width:700px;margin:0 auto 2.5rem;opacity:.95}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1.2rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem}.cta-button.primary{background:#fff;color:#3498db}.cta-button.primary:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 10px 20px #00000026}.cta-button.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-button.secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-3px)}@media(max-width:1024px){.treatments-hero h1{font-size:3rem}.hero-highlight{font-size:2.8rem}.treatments-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}}@media(max-width:768px){.treatments-container{padding:0 1.5rem}.treatments-hero{padding:4rem 0 3rem;border-radius:0 0 30px 30px}.treatments-hero h1{font-size:2.5rem}.hero-highlight{font-size:2.2rem}.hero-description{font-size:1.1rem}.hero-stats{gap:2rem;flex-wrap:wrap}.stat-number{font-size:2.5rem}.section-header h2{font-size:2.2rem}.treatments-grid{grid-template-columns:1fr;gap:1.8rem}.treatment-card{padding:2rem}.specializations-section,.cta-section{padding:3rem 2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}}@media(max-width:480px){.treatments-hero h1{font-size:2rem}.hero-highlight{font-size:1.8rem}.hero-subtitle{font-size:1rem}.section-header h2{font-size:1.8rem}.treatment-card{padding:1.5rem}.card-title{font-size:1.4rem}.specialization-card{padding:1.5rem}}.bio{max-width:1200px;margin:0 auto;padding:3rem 2rem;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;color:#333;background:#fafafa;min-height:100vh}.bio-header{display:flex;align-items:center;gap:3rem;margin-bottom:4rem;padding:2.5rem;background:#fff;border-radius:16px;box-shadow:0 5px 25px #0000000d;border-left:6px solid #2c3e50}.profile-photo-container{flex-shrink:0;width:200px;height:200px}.main-photo{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 10px 30px #0000001a}.bio-title{flex:1}.bio-title h1{color:#2c3e50;font-size:2.8rem;margin-bottom:.8rem;font-weight:700;letter-spacing:-.5px}.specialization{color:#3498db;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;position:relative;display:inline-block;padding-bottom:.5rem}.specialization:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#3498db}.experience-stats{display:flex;justify-content:space-between;gap:2rem;margin:2rem 0;padding:1.5rem;background:#3498db14;border-radius:12px;border:1px solid rgba(52,152,219,.15)}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:.5rem}.stat-number{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;line-height:1}.stat-label{color:#555;font-size:.95rem;font-weight:500;line-height:1.3;max-width:120px}.contact-line{display:flex;gap:2rem;flex-wrap:wrap;margin-top:1rem}.contact-item{color:#555;font-size:1rem;display:flex;align-items:center;gap:.5rem}.cv-columns{display:grid;grid-template-columns:1fr 1.5fr;gap:2.5rem}.bio-section{background:#fff;padding:2.2rem;border-radius:12px;box-shadow:0 3px 15px #0000000d;margin-bottom:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.bio-section:hover{transform:translateY(-2px);box-shadow:0 5px 20px #00000014}.section-title{color:#2c3e50;font-size:1.5rem;margin-bottom:1.8rem;padding-bottom:.8rem;border-bottom:2px solid #eaeaea;font-weight:600;position:relative}.section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:50px;height:2px;background:#3498db}.info-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}.info-item{display:flex;flex-direction:column;gap:.3rem}.info-label{color:#666;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#2c3e50;font-size:1.05rem;font-weight:500;line-height:1.4}.timeline{position:relative;padding-left:1.5rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#e0e0e0}.timeline-item{position:relative;margin-bottom:1.8rem}.timeline-item:last-child{margin-bottom:0}.timeline-item:before{content:"";position:absolute;left:-1.65rem;top:.5rem;width:10px;height:10px;border-radius:50%;background:#3498db;border:3px solid white;box-shadow:0 0 0 3px #3498db33}.timeline-date{color:#3498db;font-weight:600;font-size:.95rem;margin-bottom:.3rem}.timeline-content h3{color:#2c3e50;font-size:1.15rem;margin-bottom:.3rem;font-weight:600}.timeline-content p{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:.2rem}.courses-timeline{position:relative;padding-left:1.2rem}.course-item{position:relative;margin-bottom:1.5rem;display:flex;gap:1rem}.course-bullet{flex-shrink:0;width:8px;height:8px;background:#3498db;border-radius:50%;margin-top:.5rem}.course-content p{color:#444;font-size:.95rem;line-height:1.6;margin:0}.publications-list{display:flex;flex-direction:column;gap:1.5rem}.publication-item{padding:.2rem 0}.publication-title{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:.6rem;line-height:1.4}.publication-authors{color:#555;font-size:.95rem;margin-bottom:.5rem;font-style:italic;line-height:1.5}.publication-venue{color:#666;font-size:.9rem;margin-bottom:0}.publication-divider{border:none;height:1px;background:linear-gradient(to right,transparent,#e0e0e0,transparent);margin:1.5rem 0}@media(max-width:992px){.cv-columns{grid-template-columns:1fr;gap:1.5rem}.bio-header{flex-direction:column;text-align:center;gap:2rem}.specialization:after{left:50%;transform:translate(-50%)}.experience-stats{flex-direction:column;gap:1.5rem;margin:1.5rem 0}.stat-item{padding:.8rem 0}.stat-number{font-size:2rem}.contact-line{justify-content:center}}@media(max-width:576px){.bio{padding:1.5rem 1rem}.bio-header{padding:1.5rem}.bio-title h1{font-size:2.2rem}.bio-section{padding:1.5rem}.experience-stats{padding:1rem;gap:1rem}.stat-number{font-size:1.8rem}.stat-label{font-size:.9rem}}.footer{background:#2c3e50;color:#fff;padding:2rem 0;margin-top:auto;border-top:3px solid #3498db}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-row{display:flex;justify-content:space-around;align-items:flex-start;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.contact-item{display:flex;align-items:flex-start;gap:1rem;flex:1;min-width:250px;max-width:350px}.contact-icon{font-size:1.5rem;color:#3498db;margin-top:.25rem;flex-shrink:0}.contact-details{flex:1}.contact-label{display:block;font-size:.85rem;color:#bdc3c7;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.contact-value{display:block;color:#fff;text-decoration:none;font-size:1.1rem;line-height:1.5;transition:color .2s ease}.contact-value:hover{color:#3498db}address{font-style:normal;line-height:1.5}@media(max-width:1024px){.footer-content{padding:0 1.5rem}.contact-row{gap:1.5rem}}@media(max-width:768px){.footer{padding:1.5rem 0}.contact-row{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.contact-item{flex-direction:column;align-items:center;text-align:center;min-width:auto;max-width:100%}.contact-icon{margin-bottom:.5rem}}@media(max-width:480px){.footer-content{padding:0 1rem}.contact-value{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}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-color:#f8f9fa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}@media(max-width:768px){.main-content{padding:1rem}}
