*{box-sizing:border-box;margin:0;padding:0}:root{--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-200:#99f6e4;--teal-400:#2dd4bf;--teal-500:#14b8a6;--teal-600:#0d9488;--teal-700:#0f766e;--teal-800:#115e59;--teal-900:#134e4a;--warm-50:#fdf8f6;--warm-100:#f5ede8;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827}html{scroll-behavior:smooth;font-size:16px}body{color:var(--gray-800);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,system-ui,sans-serif;line-height:1.6}#root{width:100%;min-height:100vh}img{max-width:100%;height:auto}a{color:inherit}.header{z-index:100;padding:1.25rem 0;transition:background .3s,box-shadow .3s,padding .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;padding:.75rem 0;box-shadow:0 1px 20px #00000014}.header__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.header__logo-icon{color:var(--teal-600);font-size:1.5rem;line-height:1}.header__logo-name{color:var(--gray-900);font-size:1rem;font-weight:700;line-height:1.2;display:block}.header__logo-title{color:var(--teal-600);letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:500;display:block}.header__nav{align-items:center;gap:2rem;display:flex}.header__nav-list{gap:.25rem;list-style:none;display:flex}.header__nav-link{color:var(--gray-700);border-radius:.375rem;padding:.4rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.header__nav-link:hover{color:var(--teal-600);background:var(--teal-50)}.header__cta{white-space:nowrap;padding:.6rem 1.25rem;font-size:.875rem}.header__menu-btn{cursor:pointer;z-index:201;background:0 0;border:none;border-radius:.375rem;flex-direction:column;gap:5px;padding:.5rem;transition:background .15s;display:none;position:relative}.header__menu-btn:hover{background:var(--gray-100)}.header__menu-btn span{background:var(--gray-700);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.header__menu-btn--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__menu-btn--open span:nth-child(2){opacity:0}.header__menu-btn--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{display:none}@media (width<=900px){.header__nav{display:none}.header__menu-btn{display:flex}.mobile-menu{z-index:9999;visibility:hidden;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100%;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.mobile-menu--open{visibility:visible;transform:translate(0)}.mobile-menu__list{flex-direction:column;align-items:center;gap:.25rem;list-style:none;display:flex}.mobile-menu__link{color:var(--gray-700);border-radius:.5rem;padding:.75rem 2.5rem;font-size:1.35rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:block}.mobile-menu__link:hover{color:var(--teal-600);background:var(--teal-50)}.mobile-menu__cta{padding:.875rem 2.5rem;font-size:1rem}}.hero{align-items:center;min-height:100vh;padding:7rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;position:absolute;inset:0}.hero__blob{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.hero__blob--1{background:radial-gradient(circle, var(--teal-200) 0%, transparent 70%);width:600px;height:600px;top:-200px;right:-200px}.hero__blob--2{background:radial-gradient(circle,#a7f3d0 0%,#0000 70%);width:400px;height:400px;bottom:-100px;left:-100px}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero__badge{background:var(--teal-50);border:1px solid var(--teal-200);color:var(--teal-700);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.hero__badge-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero__title{color:var(--gray-900);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;line-height:1.15}.hero__title span{color:var(--teal-600)}.hero__description{color:var(--gray-600);max-width:520px;margin-bottom:2rem;font-size:1.1rem;line-height:1.75}.hero__stats{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.75rem;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;display:flex}.hero__stat{text-align:center;flex-direction:column;align-items:center;display:flex}.hero__stat strong{color:var(--teal-600);font-size:1.5rem;font-weight:700;line-height:1}.hero__stat span{color:var(--gray-500);text-align:center;margin-top:.25rem;font-size:.75rem;line-height:1.3}.hero__stat-divider{background:var(--gray-200);width:1px;height:40px}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__visual{justify-content:center;align-items:center;min-height:460px;display:flex;position:relative}.hero__decorative{width:300px;height:300px;animation:30s linear infinite slow-spin}@keyframes slow-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__card{border:1px solid var(--gray-100);background:#fff;border-radius:1rem;align-items:center;gap:.75rem;max-width:240px;padding:1rem 1.25rem;animation:4s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 8px 32px #0000001a}.hero__card strong{color:var(--gray-800);margin-bottom:.2rem;font-size:.875rem;font-weight:600;display:block}.hero__card p{color:var(--gray-500);font-size:.75rem;line-height:1.4}.hero__card-icon{flex-shrink:0;font-size:1.75rem}.hero__card--main{animation-delay:0s;top:5%;left:-10%}.hero__card--secondary{animation-delay:1.5s;bottom:20%;left:-15%}.hero__card--tertiary{animation-delay:.75s;top:15%;right:-10%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__scroll{flex-direction:column;align-items:center;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(to bottom, var(--teal-400), transparent);border-radius:2px;width:2px;height:40px;animation:2s ease-in-out infinite scroll-fade}@keyframes scroll-fade{0%,to{opacity:0;transform-origin:top;transform:scaleY(0)}50%{opacity:1;transform:scaleY(1)}}@media (width<=900px){.hero__inner{text-align:center;grid-template-columns:1fr;gap:3rem}.hero__description{margin-left:auto;margin-right:auto}.hero__stats,.hero__actions{justify-content:center}.hero__visual{min-height:300px}.hero__card--main{top:0;left:0}.hero__card--secondary{bottom:0;left:0}.hero__card--tertiary{top:0;right:0}}@media (width<=600px){.hero__visual{display:none}.hero__stats{gap:1rem;padding:1rem}}.about{background:var(--warm-50);padding:6rem 0}.about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about__visual{justify-content:center;display:flex}.about__image-wrap{position:relative}.about__photo{object-fit:cover;object-position:top;border-radius:2rem;width:380px;height:420px;display:block;box-shadow:0 16px 48px #00000026}.about__experience-badge{background:var(--teal-600);color:#fff;text-align:center;border-radius:1rem;padding:1rem 1.25rem;position:absolute;bottom:-1.5rem;right:-1.5rem;box-shadow:0 8px 24px #0d948859}.about__experience-badge strong{font-size:2rem;font-weight:800;line-height:1;display:block}.about__experience-badge span{opacity:.9;font-size:.75rem;line-height:1.4}.about__content{flex-direction:column;gap:0;display:flex}.about__text{color:var(--gray-600);margin-bottom:1.25rem;font-size:1rem;line-height:1.8}.about__credentials{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem;list-style:none;display:grid}.about__credential{border:1px solid var(--gray-200);color:var(--gray-700);background:#fff;border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:border-color .2s;display:flex}.about__credential:hover{border-color:var(--teal-300)}.about__credential-icon{flex-shrink:0;font-size:1.25rem}@media (width<=900px){.about__inner{text-align:center;grid-template-columns:1fr;gap:3rem}.about__photo{width:300px;height:340px}.about__credentials{text-align:left;grid-template-columns:1fr}}@media (width<=600px){.about__experience-badge{bottom:-1rem;right:0}}.services{background:#fff;padding:6rem 0}.services__header{text-align:center;margin-bottom:3.5rem}.services__header .section-subtitle{margin:0 auto}.services__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none;display:grid}.service-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:1.25rem;flex-direction:column;gap:0;padding:2rem 1.75rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.service-card:hover{border-color:var(--teal-300);transform:translateY(-3px);box-shadow:0 8px 32px #0d94881f}.service-card__icon{margin-bottom:1rem;font-size:2.5rem;display:block}.service-card__title{color:var(--gray-900);margin-bottom:.75rem;font-size:1.1rem;font-weight:700;line-height:1.3}.service-card__description{color:var(--gray-600);flex:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.service-card__tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;list-style:none;display:flex}.service-card__tag{color:var(--teal-700);background:var(--teal-50);border:1px solid var(--teal-100);text-transform:uppercase;letter-spacing:.05em;border-radius:2rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.service-card__link{color:var(--teal-600);align-items:center;gap:.35rem;margin-top:auto;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.service-card__link:hover{color:var(--teal-700);gap:.6rem}@media (width<=1000px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services__grid{grid-template-columns:1fr}}.benefits{background:linear-gradient(180deg, var(--teal-900) 0%, var(--teal-800) 100%);color:#fff;padding:6rem 0}.benefits__header{text-align:center;margin-bottom:3.5rem}.benefits__header .section-tag{color:var(--teal-200);background:#ffffff26;border:1px solid #fff3}.benefits__header .section-title{color:#fff}.benefits__header .section-title span{color:var(--teal-300)}.benefits__header .section-subtitle{color:#ffffffbf;margin:0 auto}.benefits__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;list-style:none;display:grid}.benefit-item{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:1rem;gap:1.25rem;padding:1.5rem;transition:background .2s,border-color .2s;display:flex}.benefit-item:hover{background:#ffffff1a;border-color:#fff3}.benefit-item__icon{flex-shrink:0;margin-top:.1rem;font-size:2rem;line-height:1}.benefit-item__title{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.3}.benefit-item__description{color:#ffffffb3;font-size:.875rem;line-height:1.65}.benefits__cta{background:#ffffff14;border:1px solid #ffffff26;border-radius:1.5rem;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem 3rem;display:flex}.benefits__cta-content h3{color:#fff;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.benefits__cta-content p{color:#ffffffbf;font-size:.95rem}@media (width<=1000px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.benefits__cta{text-align:center;flex-direction:column;padding:2rem}}@media (width<=600px){.benefits__grid{grid-template-columns:1fr}}.testimonials{background:var(--warm-50);padding:6rem 0}.testimonials__header{text-align:center;margin-bottom:3.5rem}.testimonials__header .section-subtitle{margin:0 auto}.testimonials__instagram{justify-content:center;margin-top:1rem;display:flex}.testimonials__instagram-link{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-radius:3rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.testimonials__instagram-link:hover{opacity:.9;transform:translateY(-2px)}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none;display:grid}.testimonial-card{border:1px solid var(--gray-200);background:#fff;border-radius:1.25rem;flex-direction:column;gap:1rem;padding:1.75rem;transition:box-shadow .2s,transform .2s;display:flex}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.testimonial__stars{color:#f59e0b;gap:.15rem;font-size:1rem;display:flex}.testimonial-card__text{flex:1;font-style:normal}.testimonial-card__text p{color:var(--gray-600);font-size:.9rem;line-height:1.75}.testimonial-card__author{border-top:1px solid var(--gray-100);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.testimonial-card__avatar{background:linear-gradient(135deg, var(--teal-400), var(--teal-600));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.testimonial-card__name{color:var(--gray-800);margin-bottom:.2rem;font-size:.875rem;font-weight:700;display:block}.testimonial-card__detail{color:var(--gray-500);font-size:.75rem}@media (width<=1000px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.testimonials__grid{grid-template-columns:1fr}}.contact{background:#fff;padding:6rem 0}.contact__inner{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.contact__channels{flex-direction:column;gap:1rem;margin-top:2.5rem;display:flex}.contact__channel{border:1px solid var(--gray-200);border-radius:.875rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .15s;display:flex}.contact__channel:hover{transform:translate(4px)}.contact__channel--whatsapp{background:#f0fdf4;border-color:#dcfce7}.contact__channel--whatsapp:hover{border-color:#86efac;box-shadow:0 4px 16px #25d3661a}.contact__channel--whatsapp .contact__channel-icon{color:#fff;background:#25d366}.contact__channel--email{border-color:var(--teal-100);background:var(--teal-50)}.contact__channel--email:hover{border-color:var(--teal-300);box-shadow:0 4px 16px #0d94881a}.contact__channel--email .contact__channel-icon{background:var(--teal-600);color:#fff}.contact__channel--hours{cursor:default}.contact__channel--hours .contact__channel-icon{color:#d97706;background:#fef3c7}.contact__channel--location{cursor:default}.contact__channel--location .contact__channel-icon{color:#db2777;background:#fce7f3}.contact__channel-icon{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact__channel strong{color:var(--gray-800);margin-bottom:.15rem;font-size:.875rem;font-weight:700;display:block}.contact__channel span{color:var(--gray-500);font-size:.825rem}.contact__form-wrap{position:sticky;top:6rem}.contact__form{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:1.5rem;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.contact__form-title{color:var(--gray-900);margin-bottom:0;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.contact__form-subtitle{color:var(--gray-500);margin-top:-.5rem;font-size:.875rem;line-height:1.5}.contact__field{flex-direction:column;gap:.5rem;display:flex}.contact__field label{color:var(--gray-700);font-size:.875rem;font-weight:600}.contact__field label span{color:var(--gray-400);font-weight:400}.contact__field input,.contact__field textarea{border:1px solid var(--gray-300);width:100%;color:var(--gray-800);resize:vertical;background:#fff;border-radius:.5rem;outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.contact__field input:focus,.contact__field textarea:focus{border-color:var(--teal-500);box-shadow:0 0 0 3px #0d94881a}.contact__field input::placeholder,.contact__field textarea::placeholder{color:var(--gray-400)}.contact__submit{justify-content:center;width:100%;padding:1rem;font-size:1rem}@media (width<=900px){.contact__inner{grid-template-columns:1fr;gap:3rem}.contact__form-wrap{position:static}}.footer{background:var(--gray-900);color:#ffffffbf}.footer__inner{grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-top:4rem;padding-bottom:4rem;display:grid}.footer__logo{align-items:center;gap:.75rem;margin-bottom:1.25rem;text-decoration:none;display:flex}.footer__logo-icon{color:var(--teal-400);font-size:1.5rem}.footer__logo-name{color:#fff;font-size:1rem;font-weight:700;line-height:1.2;display:block}.footer__logo-title{color:var(--teal-400);letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:500;display:block}.footer__tagline{color:#ffffff8c;max-width:320px;font-size:.875rem;line-height:1.7}.footer__nav-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.footer__nav ul,.footer__contact ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer__nav a,.footer__contact a,.footer__contact span{color:#fff9;align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:inline-flex}.footer__nav a:hover,.footer__contact a:hover{color:var(--teal-400)}.footer__contact span{cursor:default}.footer__bottom{border-top:1px solid #ffffff14;padding:1.5rem 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer__bottom p{color:#fff6;font-size:.8rem}.footer__crefito{color:#ffffff4d;font-size:.75rem}@media (width<=900px){.footer__inner{grid-template-columns:1fr 1fr;gap:3rem}.footer__brand{grid-column:1/-1}}@media (width<=600px){.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__bottom-inner{text-align:center;flex-direction:column}}.whatsapp-float{z-index:200;align-items:center;gap:.75rem;animation:.5s both fadeInUp;display:flex;position:fixed;bottom:2rem;right:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.whatsapp-float__tooltip{color:var(--gray-800);white-space:nowrap;border:1px solid var(--gray-100);background:#fff;border-radius:.5rem;padding:.6rem 1rem;font-size:.875rem;font-weight:500;animation:.3s fadeIn;box-shadow:0 4px 20px #0000001f}@keyframes fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.whatsapp-float__btn{background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 20px #25d36666}.whatsapp-float__btn:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36680}.whatsapp-float__pulse{opacity:0;border:2px solid #25d366;border-radius:50%;animation:2.5s ease-out infinite ripple;position:absolute;inset:-4px}@keyframes ripple{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@media (width<=600px){.whatsapp-float{bottom:1.25rem;right:1.25rem}.whatsapp-float__tooltip{display:none}}.login-page{background:linear-gradient(135deg, var(--teal-50) 0%, white 60%, var(--teal-100) 100%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.login-card{background:#fff;border-radius:1.5rem;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 20px 60px #0000001a}.login-brand{border-bottom:1px solid var(--gray-100,#f3f4f6);align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.login-brand__icon{color:var(--teal-600);font-size:1.75rem;line-height:1}.login-brand strong{color:var(--gray-900,#111827);font-size:1rem;font-weight:700;line-height:1.3;display:block}.login-brand span{color:var(--teal-600);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:500}.login-form h1{color:var(--gray-800,#1f2937);margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.login-erro{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.login-field{margin-bottom:1rem}.login-field label{color:var(--gray-600,#4b5563);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.login-field input{border:1.5px solid var(--gray-200,#e5e7eb);box-sizing:border-box;width:100%;color:var(--gray-900,#111827);border-radius:.5rem;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .15s}.login-field input:focus{border-color:var(--teal-500,#14b8a6)}.login-btn{background:var(--teal-600);color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:600;transition:background .15s}.login-btn:hover{background:var(--teal-700)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.adm-layout{background:#f3f4f6;min-height:100vh}.adm-topbar{background:var(--teal-700,#0f766e);color:#fff;z-index:100;align-items:center;gap:1rem;height:58px;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #00000026}.adm-topbar__brand{white-space:nowrap;align-items:center;gap:.5rem;margin-right:auto;font-size:.95rem;font-weight:700;display:flex}.adm-topbar__brand span:first-child{color:#fffc;font-size:1.25rem}.adm-topbar__nav{gap:.25rem;display:flex}.adm-nav-link{color:#ffffffbf;white-space:nowrap;border-radius:.375rem;align-items:center;gap:.4rem;padding:.45rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.adm-nav-link:hover{color:#fff;background:#ffffff1f}.adm-nav-link--active{color:#fff;background:#fff3;font-weight:600}.adm-logout{color:#ffffffd9;cursor:pointer;white-space:nowrap;background:#ffffff1f;border:none;border-radius:.375rem;align-items:center;gap:.4rem;padding:.4rem .875rem;font-size:.8rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.adm-logout:hover{color:#fff;background:#ffffff38}.adm-content{max-width:1100px;margin:0 auto;padding:78px 1.5rem 2rem}@media (width<=600px){.adm-topbar{gap:.4rem;padding:0 .875rem}.adm-topbar__brand span:last-child,.adm-nav-link span{display:none}.adm-nav-link{padding:.5rem .7rem;font-size:1rem}.adm-logout span{display:none}.adm-logout{padding:.5rem .7rem;font-size:1rem}.adm-content{padding:70px .875rem 2rem}}.adm-btn{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.adm-btn--primary{background:var(--teal-600);color:#fff}.adm-btn--primary:hover{background:var(--teal-700)}.adm-btn--primary:disabled{opacity:.65;cursor:not-allowed}.adm-btn--ghost{background:var(--gray-100,#f3f4f6);color:var(--gray-700,#374151)}.adm-btn--ghost:hover{background:var(--gray-200,#e5e7eb)}.adm-btn--icon{background:0 0;border-radius:.375rem;padding:.3rem .4rem;font-size:1rem}.adm-btn--icon:hover{background:var(--gray-100,#f3f4f6)}.adm-btn--icon.danger:hover{background:#fee2e2}.adm-overlay{z-index:500;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.adm-modal{background:#fff;border-radius:1rem;width:100%;max-width:520px;max-height:92vh;overflow-y:auto;box-shadow:0 24px 64px #0000002e}.adm-modal__header{justify-content:space-between;align-items:center;padding:1.4rem 1.5rem 0;display:flex}.adm-modal__header h2{color:var(--gray-900,#111827);font-size:1.1rem;font-weight:700}.adm-modal__close{color:var(--gray-400,#9ca3af);cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.3rem .5rem;font-size:1.1rem;line-height:1;transition:background .15s,color .15s}.adm-modal__close:hover{background:var(--gray-100,#f3f4f6);color:var(--gray-700,#374151)}.adm-modal__body{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.adm-modal__footer{justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.adm-field label{color:var(--gray-500,#6b7280);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.adm-field input,.adm-field select,.adm-field textarea{border:1.5px solid var(--gray-200,#e5e7eb);box-sizing:border-box;width:100%;color:var(--gray-900,#111827);background:#fff;border-radius:.5rem;outline:none;padding:.625rem .875rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.adm-field input:focus,.adm-field select:focus,.adm-field textarea:focus{border-color:var(--teal-500,#14b8a6)}.adm-field--2col{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.adm-radio-group{gap:.5rem;display:flex}.adm-radio{border:1.5px solid var(--gray-200,#e5e7eb);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .75rem;font-size:.875rem;font-weight:500;transition:border-color .15s,background .15s,color .15s;display:flex}.adm-radio input[type=radio]{display:none}.adm-radio.adm-radio--entrada.checked{color:#065f46;background:#ecfdf5;border-color:#059669;font-weight:600}.adm-radio.adm-radio--saida.checked{color:#991b1b;background:#fef2f2;border-color:#dc2626;font-weight:600}.adm-empty,.adm-loading{text-align:center;color:var(--gray-400,#9ca3af);padding:3rem 1rem;font-size:.95rem}.adm-table-wrap{border:1px solid var(--gray-200,#e5e7eb);border-radius:.75rem;overflow-x:auto}.adm-table{border-collapse:collapse;width:100%;font-size:.875rem}.adm-table th{background:var(--gray-50,#f9fafb);text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500,#6b7280);border-bottom:1px solid var(--gray-200,#e5e7eb);white-space:nowrap;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.adm-table td{color:var(--gray-700,#374151);border-bottom:1px solid var(--gray-100,#f3f4f6);vertical-align:middle;padding:.875rem 1rem}.adm-table tr:last-child td{border-bottom:none}.adm-table tr:hover td{background:var(--gray-50,#f9fafb)}.adm-acoes{justify-content:flex-end;gap:.25rem;display:flex}@media (width<=600px){.adm-overlay{align-items:flex-end;padding:0}.adm-modal{border-radius:1rem 1rem 0 0;max-width:100%;max-height:92dvh}.adm-field--2col{grid-template-columns:1fr}.adm-table th,.adm-table td{padding:.625rem .75rem}.adm-btn--icon{padding:.5rem .6rem;font-size:1.1rem}.adm-modal__footer{flex-wrap:wrap}.adm-modal__footer .adm-btn{flex:1;justify-content:center}}.fc__cabecalho{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.fc__titulo{color:var(--gray-900,#111827);font-size:1.5rem;font-weight:700}.fc__filtros{gap:.75rem;margin-bottom:1.5rem;display:flex}.fc__filtros select{border:1.5px solid var(--gray-200,#e5e7eb);color:var(--gray-700,#374151);cursor:pointer;background:#fff;border-radius:.5rem;outline:none;padding:.5rem .875rem;font-size:.875rem;transition:border-color .15s}.fc__filtros select:focus{border-color:var(--teal-500,#14b8a6)}.fc__cards{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.fc__card{border:1px solid var(--gray-200,#e5e7eb);background:#fff;border-radius:.875rem;padding:1.25rem 1.5rem}.fc__card span{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.fc__card strong{font-size:1.5rem;font-weight:700}.fc__card--entrada span{color:#059669}.fc__card--entrada strong{color:#065f46}.fc__card--saida span{color:#dc2626}.fc__card--saida strong{color:#991b1b}.fc__card--saldo span{color:var(--teal-600)}.fc__card--saldo.positivo strong{color:var(--teal-700,#0f766e)}.fc__card--saldo.negativo strong{color:#dc2626}.fc__col-data{white-space:nowrap;color:var(--gray-500,#6b7280);font-size:.8rem}.fc__descricao{display:block}.fc__obs{color:var(--gray-400,#9ca3af);margin-top:.15rem;font-size:.75rem;display:block}.fc__sem-cliente{color:var(--gray-300,#d1d5db)}.fc__badge{border-radius:2rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.fc__badge--entrada{color:#065f46;background:#ecfdf5}.fc__badge--saida{color:#991b1b;background:#fef2f2}.fc__valor{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.fc__valor--entrada{color:#059669}.fc__valor--saida{color:#dc2626}@media (width<=640px){.fc__cards{grid-template-columns:1fr}.fc__card{padding:1rem 1.25rem}.fc__card strong{font-size:1.25rem}.fc__cabecalho{flex-direction:column;align-items:stretch}.fc__cabecalho .adm-btn{justify-content:center;width:100%}.fc__filtros{flex-direction:column;gap:.5rem}.fc__filtros select{width:100%}.fc__col-data{font-size:.75rem}}.cl__cabecalho{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.cl__titulo{color:var(--gray-900,#111827);font-size:1.5rem;font-weight:700}.cl__busca-wrap{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.cl__busca{flex:1;min-width:200px;position:relative}.cl__busca svg{color:var(--gray-400,#9ca3af);pointer-events:none;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.cl__busca input{border:1.5px solid var(--gray-200,#e5e7eb);box-sizing:border-box;background:#fff;border-radius:.5rem;outline:none;width:100%;padding:.6rem 1rem .6rem 2.5rem;font-size:.875rem;transition:border-color .15s}.cl__busca input:focus{border-color:var(--teal-500,#14b8a6)}.cl__contagem{color:var(--gray-400,#9ca3af);white-space:nowrap;font-size:.8rem}.cl__nome-cell{align-items:center;gap:.75rem;display:flex}.cl__avatar{background:linear-gradient(135deg, var(--teal-400,#2dd4bf), var(--teal-600,#0d9488));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.875rem;font-weight:700;display:flex}.cl__nome{color:var(--gray-800,#1f2937);font-weight:600;display:block}.cl__endereco{color:var(--gray-400,#9ca3af);margin-top:.1rem;font-size:.75rem;display:block}.cl__row--inativo td{opacity:.55}.cl__status-badge{cursor:pointer;border:none;border-radius:2rem;padding:.2rem .65rem;font-size:.75rem;font-weight:600;transition:opacity .15s;display:inline-block}.cl__status-badge:hover{opacity:.75}.cl__status-badge.ativo{color:#065f46;background:#ecfdf5}.cl__status-badge.inativo{color:#6b7280;background:#f3f4f6}@media (width<=600px){.cl__cabecalho{flex-direction:column;align-items:stretch}.cl__cabecalho .adm-btn{justify-content:center;width:100%}.cl__busca-wrap{flex-direction:column;align-items:stretch;gap:.5rem}.cl__busca{min-width:0}.cl__contagem{text-align:right}.cl__status-badge{padding:.3rem .75rem;font-size:.8rem}}.ficha{flex-direction:column;gap:0;display:flex}.ficha__header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ficha__voltar{white-space:nowrap;flex-shrink:0}.ficha__titulo-wrap{flex:1}.ficha__titulo{color:var(--gray-900,#111827);margin:0;font-size:1.3rem;font-weight:700;line-height:1.2}.ficha__paciente{color:var(--teal-600,#0d9488);font-size:.9rem;font-weight:500}.ficha__abas{border-bottom:2px solid var(--gray-200,#e5e7eb);gap:.25rem;margin-bottom:1.5rem;display:flex;overflow-x:auto}.ficha__aba{color:var(--gray-500,#6b7280);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-2px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s;display:inline-flex}.ficha__aba:hover{color:var(--teal-600,#0d9488)}.ficha__aba--ativa{color:var(--teal-600,#0d9488);border-bottom-color:var(--teal-600,#0d9488);font-weight:600}.ficha__aba-num{background:var(--gray-200,#e5e7eb);width:20px;height:20px;color:var(--gray-600,#4b5563);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;transition:background .15s,color .15s;display:flex}.ficha__aba--ativa .ficha__aba-num{background:var(--teal-600,#0d9488);color:#fff}.ficha__conteudo{border:1px solid var(--gray-200,#e5e7eb);background:#fff;border-radius:.875rem;flex-direction:column;gap:0;padding:1.5rem;display:flex}.ficha__grid{align-items:start;gap:1rem;display:grid}.ficha__grid--1{grid-template-columns:1fr}.ficha__grid--2{grid-template-columns:1fr 1fr}.ficha__grid--3{grid-template-columns:1fr 1fr 1fr}.ficha__full{grid-column:1/-1}.ficha__conteudo .adm-field textarea{resize:vertical;min-height:80px}.ficha__rodape{border-top:1px solid var(--gray-100,#f3f4f6);justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1rem;display:flex}.ficha__proximo{margin-left:auto}.ficha__salvo-msg{color:#059669;text-align:center;flex:1;font-size:.875rem;font-weight:600}.ficha__acoes{flex-shrink:0;align-items:center;gap:.5rem;display:flex}@media (width<=768px){.ficha__grid--2,.ficha__grid--3{grid-template-columns:1fr}.ficha__full{grid-column:1}}@media (width<=600px){.ficha__header{flex-wrap:wrap;gap:.5rem}.ficha__titulo-wrap{flex:1;min-width:0}.ficha__acoes{justify-content:flex-end;width:100%}.ficha__acoes-label{display:none}.ficha__conteudo{padding:1rem}.ficha__rodape{flex-wrap:wrap;gap:.5rem}.ficha__proximo{margin-left:auto}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-tag{background:var(--teal-100);color:var(--teal-700);letter-spacing:.1em;text-transform:uppercase;border-radius:2rem;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{color:var(--gray-900);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;line-height:1.2}.section-title span{color:var(--teal-600)}.section-subtitle{color:var(--gray-600);max-width:600px;font-size:1.05rem;line-height:1.7}.btn-primary{background:var(--teal-600);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #0d94884d}.btn-primary:hover{background:var(--teal-700);transform:translateY(-2px);box-shadow:0 6px 20px #0d948866}.btn-secondary{color:var(--teal-600);border:2px solid var(--teal-600);cursor:pointer;background:0 0;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:var(--teal-50);transform:translateY(-2px)}.btn-whatsapp{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #25d3664d}.btn-whatsapp:hover{background:#1ebe5a;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}
