.header{background-color:#fff;box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:50}.header-container{max-width:1280px;margin:0 auto;padding:1rem}.header-inner{display:flex;align-items:center;justify-content:space-between}.header-logo-wrapper{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .3s}.header-logo-wrapper:hover{opacity:.8}.header-logo-image{height:2.5rem;width:2.5rem}.header-logo-text{font-size:1.25rem;font-weight:700;color:#111827}.header-nav-desktop{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.header-nav-desktop{display:flex}}.header-nav-link{color:#374151;text-decoration:none;transition:color .3s}.header-nav-link:hover{color:#0d9488}.header-menu-button{display:block;padding:.5rem;background:none;border:none;cursor:pointer}@media (min-width: 768px){.header-menu-button{display:none}}.header-nav-mobile{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-bottom:1rem}@media (min-width: 768px){.header-nav-mobile{display:none}}.header-call-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background-color:#0d9488;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:500;transition:background-color .3s,transform .2s}.header-call-button:hover{background-color:#0f766e;transform:translateY(-1px)}.header-call-button-mobile{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#0d9488;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:500;margin-top:.5rem;transition:background-color .3s}.header-call-button-mobile:hover{background-color:#0f766e}.footer{background-color:#111827;color:#fff;padding:3rem 0}.footer-container{max-width:1280px;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-section-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-text{color:#9ca3af;line-height:1.75}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-link:hover{color:#fff}.footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem}.footer-contact-item.center{align-items:center}.footer-icon{width:1.25rem;height:1.25rem;color:#5eead4;flex-shrink:0}.footer-icon.with-margin{margin-top:.25rem}.footer-hours-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;color:#9ca3af}.footer-bottom{border-top:1px solid #1f2937;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{color:#9ca3af;font-size:.875rem}.footer-social-links{display:flex;gap:1rem}.footer-social-link{color:#9ca3af;transition:color .3s}.footer-social-link:hover{color:#fff}.hero-section{position:relative;background:linear-gradient(to bottom right,#14b8a6,#0d9488);color:#fff;padding:3rem 0;overflow:hidden;min-height:500px}@media (min-width: 768px){.hero-section{padding:4rem 0;min-height:600px}}.hero-background-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.9;background-image:url(/mobile%20doctor.jpg)}@media (min-width: 768px){.hero-background-image{background-image:url(/doctor.jpg)}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,#0d9488b3,#0f766eb3)}.hero-content{position:relative;z-index:10}.hero-title{font-size:2.25rem;font-weight:700;line-height:1.2}@media (min-width: 768px){.hero-title{font-size:3rem}}@media (min-width: 1024px){.hero-title{font-size:3.75rem}}.hero-subtitle{font-size:1.25rem;color:#ccfbf1}@media (min-width: 768px){.hero-subtitle{font-size:1.5rem}}.hero-description{font-size:1.125rem;color:#ccfbf1;line-height:1.75}.hero-about-btn{display:inline-block;background-color:#fff;color:#0d9488;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:background-color .3s}.hero-about-btn:hover{background-color:#f0fdfa}.hero-contact-card{background-color:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.hero-contact-card{padding:2.5rem}}.hero-contact-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem}@media (min-width: 768px){.hero-contact-title{font-size:1.875rem}}.hero-call-section{display:flex;flex-direction:column;gap:.75rem}.hero-call-btn{width:100%;background-color:#fff;color:#0d9488;padding:1rem 2rem;border-radius:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s}.hero-call-btn:hover{background-color:#f0fdfa;box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-2px)}.hero-call-btn span{font-size:1.125rem}.hero-phone-number{text-align:center;color:#ccfbf1;font-size:1.125rem;font-weight:500}.hero-whatsapp-btn{width:100%;background-color:#25d366;color:#fff;padding:1.25rem 2rem;border-radius:.75rem;font-weight:700;font-size:1.125rem;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s}.hero-whatsapp-btn:hover{background-color:#20ba5a;box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-2px)}.hero-whatsapp-icon{width:1.75rem;height:1.75rem;fill:currentColor}.hero-availability-text{text-align:center;color:#ccfbf1;font-size:.875rem;margin-top:1.5rem}.specialties-section{padding:5rem 0;background-color:#f9fafb}.specialties-container{max-width:1280px;margin:0 auto;padding:0 1rem}.specialties-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:1rem}@media (min-width: 768px){.specialties-title{font-size:2.25rem}}.specialties-subtitle{text-align:center;color:#4b5563;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.specialties-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.specialties-grid{grid-template-columns:repeat(4,1fr)}}.specialty-card{background:#fff;border-radius:.75rem;padding:1.5rem;text-align:center;cursor:pointer;transition:box-shadow .3s}.specialty-card:hover{box-shadow:0 10px 15px -3px #0000001a}.specialty-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:#ccfbf1;border-radius:9999px;margin-bottom:1rem;transition:background-color .3s}.specialty-card:hover .specialty-icon-wrapper{background-color:#0d9488}.specialty-icon{width:2rem;height:2rem;color:#0d9488;transition:color .3s}.specialty-card:hover .specialty-icon{color:#fff}.specialty-title{font-weight:600;color:#111827;margin-bottom:.5rem}.specialty-description{font-size:.875rem;color:#4b5563}.about-section{padding:5rem 0;background:#fff}.about-container{max-width:1280px;margin:0 auto;padding:0 3rem}.about-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem}@media (min-width: 768px){.about-title{font-size:2.25rem}}.about-content-wrapper{display:flex;flex-direction:column-reverse;gap:2rem;align-items:center}@media (min-width: 768px){.about-content-wrapper{flex-direction:row;gap:3rem;align-items:flex-start}}.about-text-content{flex:1}.about-image-wrapper{flex:1;width:100%}@media (min-width: 768px){.about-image-wrapper{width:auto}}.about-image{width:100%;height:auto;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a}.about-text{font-size:1.125rem;color:#374151;line-height:1.75;margin-bottom:1.5rem}.about-cta-wrapper{padding-top:1.5rem;text-align:center}.about-cta-button{display:inline-block;background-color:#0d9488;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:background-color .3s;text-decoration:none}.about-cta-button:hover{background-color:#0f766e}.videos-section{padding:5rem 0;background-color:#f9fafb}.videos-container{max-width:1280px;margin:0 auto;padding:0 1rem}.videos-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:1rem}@media (min-width: 768px){.videos-title{font-size:2.25rem}}.videos-subtitle{text-align:center;color:#4b5563;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.videos-carousel{display:flex;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;position:relative}.carousel-button{background-color:#0d9488;border:2px solid #e5e7eb;border-radius:9999px;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;flex-shrink:0;z-index:10}.carousel-button:hover:not(:disabled){background-color:#0d9488;border-color:#0d9488;color:#fff;transform:scale(1.1)}.carousel-button:disabled{opacity:.3;cursor:not-allowed}.carousel-icon{width:1.5rem;height:1.5rem}.videos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;flex:1;min-width:0}@media (max-width: 768px){.videos-grid{grid-template-columns:1fr}.carousel-button{display:none}}.video-item{display:flex;flex-direction:column;gap:1rem}.video-wrapper{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px -5px #0003;aspect-ratio:16 / 9;background-color:#000}.video-iframe{width:100%;height:100%;border:none}.video-title{font-size:1.125rem;font-weight:600;color:#1f2937;text-align:center;margin:0}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem}.carousel-dot{width:.75rem;height:.75rem;border-radius:9999px;background-color:#d1d5db;border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background-color:#9ca3af;transform:scale(1.2)}.carousel-dot.active{background-color:#0d9488;width:2rem;border-radius:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.videos-grid.fade-in{animation:fadeIn .4s ease-out}.testimonials-section{padding:5rem 0;background:#fff}.testimonials-container{max-width:1280px;margin:0 auto;padding:0 1rem}.testimonials-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:1rem}@media (min-width: 768px){.testimonials-title{font-size:2.25rem}}.testimonials-subtitle{text-align:center;color:#4b5563;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:72rem;margin:0 auto}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}.testimonial-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:box-shadow .3s}.testimonial-card:hover{box-shadow:0 10px 15px -3px #0000001a}.testimonial-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.testimonial-user{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:3rem;height:3rem;background-color:#ccfbf1;border-radius:9999px;display:flex;align-items:center;justify-content:center}.testimonial-initial{color:#0d9488;font-weight:600;font-size:1.125rem}.testimonial-name{font-weight:600;color:#111827}.testimonial-date{font-size:.875rem;color:#6b7280}.testimonial-verified{font-size:.75rem;background-color:#dbeafe;color:#1d4ed8;padding:.25rem .5rem;border-radius:.25rem}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:.75rem}.testimonial-star{width:1.25rem;height:1.25rem;color:#fbbf24;fill:#fbbf24}.testimonial-text{color:#374151;line-height:1.75}.blog-section{padding:5rem 0;background-color:#f9fafb}.blog-container{max-width:1280px;margin:0 auto;padding:0 1rem}.blog-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:1rem}@media (min-width: 768px){.blog-title{font-size:2.25rem}}.blog-subtitle{text-align:center;color:#4b5563;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:72rem;margin:0 auto}@media (min-width: 768px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-article{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;transition:box-shadow .3s}.blog-article:hover{box-shadow:0 20px 25px -5px #0000001a}.blog-image-wrapper{position:relative;height:12rem;overflow:hidden}.blog-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.blog-article:hover .blog-image{transform:scale(1.1)}.blog-category{position:absolute;top:1rem;left:1rem;background-color:#0d9488;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.blog-content{padding:1.5rem}.blog-date{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.blog-post-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem;transition:color .3s}.blog-article:hover .blog-post-title{color:#0d9488}.blog-excerpt{color:#4b5563;line-height:1.75;margin-bottom:1rem}.blog-read-more{color:#0d9488;font-weight:600;text-decoration:none;transition:color .3s}.blog-read-more:hover{color:#0f766e}.blog-cta-wrapper{text-align:center;margin-top:3rem}.blog-cta-button{display:inline-block;background-color:#0d9488;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:background-color .3s}.blog-cta-button:hover{background-color:#0f766e}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;padding:6rem 1rem 4rem;text-align:center}.about-hero-content{max-width:800px;margin:0 auto}.about-hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.about-hero-subtitle{font-size:1.25rem;opacity:.95;line-height:1.8}@media (max-width: 768px){.about-hero{padding:4rem 1rem 3rem}.about-hero-title{font-size:2rem}.about-hero-subtitle{font-size:1rem}}.about-container{max-width:1280px;margin:0 auto;padding:0 1rem}.about-stats-section{padding:4rem 1rem;background-color:#f9fafb}.about-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.about-stat-card{text-align:center;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.about-stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.about-stat-icon{width:3rem;height:3rem;color:#0d9488;margin:0 auto 1rem}.about-stat-value{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.about-stat-label{font-size:1rem;color:#6b7280}.about-mission-section{padding:5rem 1rem}.about-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 968px){.about-mission-grid{grid-template-columns:1fr;gap:2rem}}.about-mission-image{border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px #0000001a}.mission-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.about-mission-text{color:#4b5563;line-height:1.8}.about-mission-subtitle{font-size:1.5rem;font-weight:600;color:#0d9488;margin-top:1.5rem;margin-bottom:1rem}.about-mission-text p{margin-bottom:1.5rem}.about-values-section{padding:5rem 1rem;background-color:#f9fafb}.about-section-title-center{font-size:2.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:1rem}.about-section-subtitle{text-align:center;color:#6b7280;max-width:600px;margin:0 auto 3rem;font-size:1.125rem}.about-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.about-value-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.about-value-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.about-value-icon-wrapper{width:4rem;height:4rem;background-color:#d1fae5;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.about-value-icon{width:2rem;height:2rem;color:#0d9488}.about-value-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.about-value-description{color:#6b7280;line-height:1.6}.about-timeline-section{padding:5rem 1rem}.timeline{max-width:800px;margin:3rem auto 0;position:relative;padding-left:3rem}.timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#0d9488,#14b8a6)}.timeline-item{position:relative;margin-bottom:3rem}.timeline-marker{position:absolute;left:-2.5rem;top:.5rem;width:1rem;height:1rem;background-color:#0d9488;border-radius:50%;border:3px solid white;box-shadow:0 0 0 3px #d1fae5}.timeline-content{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.timeline-content:hover{transform:translate(10px);box-shadow:0 10px 20px #00000026}.timeline-year{font-size:1.5rem;font-weight:700;color:#0d9488;margin-bottom:.5rem}.timeline-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.timeline-description{color:#6b7280;line-height:1.6}.about-team-section{padding:5rem 1rem;background-color:#f9fafb}.about-team-content{max-width:800px;margin:2rem auto 0}.about-team-text{color:#4b5563;line-height:1.8;margin-bottom:1.5rem;font-size:1.125rem}.about-cta-section{padding:5rem 1rem;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff}.about-cta-content{text-align:center;max-width:800px;margin:0 auto}.about-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.about-cta-text{font-size:1.25rem;opacity:.95;margin-bottom:2rem}.about-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-cta-button{padding:1rem 2.5rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s;display:inline-block}.about-cta-button.primary{background-color:#fff;color:#0d9488}.about-cta-button.primary:hover{background-color:#f0fdfa;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.about-cta-button.secondary{background-color:transparent;color:#fff;border:2px solid white}.about-cta-button.secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}@media (max-width: 768px){.about-cta-title{font-size:1.75rem}.about-cta-text{font-size:1rem}.about-cta-buttons{flex-direction:column}.about-cta-button{width:100%}}.specialties-page{min-height:calc(100vh - 200px);background-color:#fff}.specialties-page-header{background:linear-gradient(135deg,#0d9488,#0f766e);padding:4rem 0;color:#fff}.specialties-page-header-container{max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center}.specialties-page-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.specialties-page-title{font-size:3rem}}.specialties-page-subtitle{font-size:1.125rem;max-width:48rem;margin:0 auto;opacity:.95}.specialties-page-container{max-width:1280px;margin:0 auto;padding:4rem 1rem}.specialties-page-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.specialties-page-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.specialties-page-grid{grid-template-columns:repeat(3,1fr)}}.specialties-page-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;transition:all .3s}.specialties-page-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.specialties-page-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:#ccfbf1;border-radius:9999px;margin-bottom:1.5rem;transition:background-color .3s}.specialties-page-card:hover .specialties-page-icon-wrapper{background-color:#0d9488}.specialties-page-icon{width:2rem;height:2rem;color:#0d9488;transition:color .3s}.specialties-page-card:hover .specialties-page-icon{color:#fff}.specialties-page-card-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.specialties-page-card-description{font-size:1rem;color:#6b7280;margin-bottom:1rem;font-weight:500}.specialties-page-card-details{font-size:.9375rem;color:#4b5563;line-height:1.75}.specialties-page-cta{background:linear-gradient(135deg,#0d9488,#0f766e);border-radius:1rem;padding:3rem 2rem;text-align:center;color:#fff}.specialties-page-cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.specialties-page-cta-description{font-size:1.125rem;margin-bottom:2rem;opacity:.95}.specialties-page-cta-button{display:inline-block;background-color:#fff;color:#0d9488;padding:1rem 2.5rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s}.specialties-page-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.blog-page{min-height:calc(100vh - 200px);background-color:#f9fafb}.blog-page-header{background:linear-gradient(135deg,#0d9488,#0f766e);padding:4rem 0;color:#fff}.blog-page-header-container{max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center}.blog-page-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.blog-page-title{font-size:3rem}}.blog-page-subtitle{font-size:1.125rem;max-width:48rem;margin:0 auto;opacity:.95}.blog-page-container{max-width:1280px;margin:0 auto;padding:4rem 1rem}.blog-page-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.blog-page-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.blog-page-grid{grid-template-columns:repeat(3,1fr)}}.blog-page-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s}.blog-page-card:hover{box-shadow:0 20px 25px -5px #00000026;transform:translateY(-4px)}.blog-page-image-wrapper{position:relative;height:12rem;overflow:hidden}.blog-page-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.blog-page-card:hover .blog-page-image{transform:scale(1.05)}.blog-page-category{position:absolute;top:1rem;left:1rem;background-color:#0d9488;color:#fff;padding:.375rem .875rem;border-radius:9999px;font-size:.875rem;font-weight:600}.blog-page-content{padding:1.5rem}.blog-page-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.blog-page-meta-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#6b7280}.blog-page-meta-item svg{color:#0d9488}.blog-page-post-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.4;transition:color .3s}.blog-page-card:hover .blog-page-post-title{color:#0d9488}.blog-page-excerpt{color:#4b5563;line-height:1.75;margin-bottom:1rem;font-weight:500}.blog-page-text{color:#6b7280;line-height:1.75;font-size:.9375rem;margin-bottom:1rem}.blog-page-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.blog-page-read-time{font-size:.875rem;color:#0d9488;font-weight:600}.blog-page-read-more{color:#0d9488;font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex;align-items:center;gap:.375rem}.blog-page-read-more:hover{color:#0f766e}.blog-post-page{background-color:#f9fafb}.blog-post-hero{background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;padding:3rem 0}.blog-post-hero-container{max-width:960px;margin:0 auto;padding:0 1rem;text-align:center}.blog-post-category{display:inline-block;background:#ffffff26;padding:.25rem .75rem;border-radius:9999px;margin-bottom:.75rem;font-weight:600}.blog-post-hero-title{font-size:2rem;font-weight:800;margin-bottom:.5rem}@media (min-width: 768px){.blog-post-hero-title{font-size:2.5rem}}.blog-post-meta{opacity:.9}.blog-post-container{max-width:960px;margin:0 auto;padding:2rem 1rem 4rem}.blog-post-image-wrapper{margin-top:-2rem;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 25px #00000026}.blog-post-image{width:100%;height:20rem;-o-object-fit:cover;object-fit:cover}@media (min-width: 768px){.blog-post-image{height:28rem}}.blog-post-content{background:#fff;padding:2rem;border-radius:.75rem;margin-top:1.5rem;line-height:1.85;color:#374151}.blog-post-content p{margin-bottom:1rem}.blog-post-content h1,.blog-post-content h2,.blog-post-content h3{margin-top:1.5rem;margin-bottom:1rem;font-weight:700;color:#1a202c}.blog-post-content h1{font-size:2rem}.blog-post-content h2{font-size:1.5rem}.blog-post-content h3{font-size:1.25rem}.blog-post-content ul,.blog-post-content ol{margin:1rem 0;padding-left:2rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content a{color:#0d9488;text-decoration:underline}.blog-post-content a:hover{color:#0f766e}.blog-post-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.blog-post-content blockquote{border-left:4px solid #0d9488;padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:#4b5563}.blog-post-content code{background:#f3f4f6;padding:.2rem .4rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875em}.blog-post-content pre{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.blog-post-content pre code{background:none;padding:0;color:inherit}.blog-post-content strong{font-weight:700}.blog-post-content em{font-style:italic}.blog-post-actions{display:flex;justify-content:space-between;margin-top:1rem}.blog-post-back{color:#0d9488;text-decoration:none;font-weight:600}.blog-post-back:hover{color:#0f766e}.specialty-detail-page{min-height:calc(100vh - 200px);background:linear-gradient(to bottom,#f0fdfa,#fff);padding:4rem 0}.specialty-detail-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.specialty-detail-header{text-align:center;margin-bottom:4rem;padding:3rem 0;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.specialty-detail-icon-wrapper{display:inline-flex;padding:1.5rem;background:linear-gradient(to bottom right,#14b8a6,#0d9488);border-radius:1rem;margin-bottom:1.5rem}.specialty-detail-icon{width:3rem;height:3rem;color:#fff}.specialty-detail-title{font-size:2.5rem;font-weight:700;color:#0d9488;margin-bottom:1rem}@media (min-width: 768px){.specialty-detail-title{font-size:3rem}}.specialty-detail-subtitle{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto}.specialty-detail-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}@media (min-width: 768px){.specialty-detail-content{padding:3rem}}.markdown-content{margin-bottom:3rem}.markdown-content h2{font-size:1.875rem;font-weight:700;color:#1f2937;margin-top:3rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.markdown-content h2:first-child{margin-top:0}.markdown-content h3{font-size:1.5rem;font-weight:600;color:#374151;margin-top:2rem;margin-bottom:.75rem}.markdown-content p{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:1rem}.markdown-content ul,.markdown-content ol{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:1rem;padding-left:2rem}.markdown-content li{margin-bottom:.5rem}.markdown-content strong{font-weight:600;color:#0d9488}.markdown-content em{font-style:italic}.markdown-content a{color:#0d9488;text-decoration:underline}.markdown-content a:hover{color:#0f766e}.markdown-content code{background-color:#f3f4f6;padding:.125rem .375rem;border-radius:.25rem;font-family:monospace;font-size:.9em}.markdown-content pre{background-color:#f3f4f6;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1rem}.markdown-content pre code{background-color:transparent;padding:0}.markdown-content blockquote{border-left:4px solid rgb(13 148 136);padding-left:1rem;margin-left:0;margin-bottom:1rem;font-style:italic;color:#6b7280}.markdown-table-wrapper{overflow-x:auto;margin-bottom:1.5rem}.markdown-content table{width:100%;border-collapse:collapse;font-size:1rem}.markdown-content table thead{background-color:#0d9488;color:#fff}.markdown-content table th,.markdown-content table td{padding:.75rem 1rem;text-align:left;border:1px solid #e5e7eb}.markdown-content table tbody tr:nth-child(2n){background-color:#f9fafb}.markdown-content table tbody tr:hover{background-color:#f3f4f6}.markdown-content hr{border:none;border-top:2px solid #e5e7eb;margin:2rem 0}.markdown-content input[type=checkbox]{margin-right:.5rem;width:1.25rem;height:1.25rem;cursor:pointer;accent-color:rgb(13 148 136)}.markdown-content mark{background-color:#fef3c7;padding:.125rem .25rem;border-radius:.25rem}.markdown-content blockquote.markdown-blockquote{border-radius:.5rem;padding:1rem 1rem 1rem 3rem;margin:1.5rem 0;position:relative;background:#f0fdfa}.markdown-content blockquote.markdown-blockquote:before{content:"ℹ️";position:absolute;left:1rem;font-size:1.5rem}.markdown-content ul ul,.markdown-content ol ul,.markdown-content ul ol,.markdown-content ol ol{margin-top:.5rem;margin-bottom:.5rem}.markdown-content dl{margin-bottom:1rem}.markdown-content dt{font-weight:600;color:#0d9488;margin-top:1rem}.markdown-content dd{margin-left:2rem;color:#4b5563;margin-bottom:.5rem}.markdown-content kbd{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:.25rem;padding:.125rem .375rem;font-family:monospace;font-size:.9em;box-shadow:0 1px 2px #0000000d}.markdown-content abbr{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help}.markdown-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0;box-shadow:0 4px 6px -1px #0000001a}.markdown-content figure{margin:1.5rem 0}.markdown-content figcaption{text-align:center;font-size:.9rem;color:#6b7280;margin-top:.5rem;font-style:italic}.markdown-content details{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.markdown-content summary{font-weight:600;color:#0d9488;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.markdown-content summary:hover{color:#0f766e}.markdown-content details[open] summary{margin-bottom:1rem}.markdown-content .footnotes{margin-top:3rem;padding-top:1rem;border-top:2px solid #e5e7eb;font-size:.9rem}.markdown-content .footnotes ol{padding-left:1.5rem}.markdown-content sup,.markdown-content sub{font-size:.75em;line-height:0}.markdown-content .alert{padding:1rem;border-radius:.5rem;margin:1rem 0;border-left:4px solid}.markdown-content .alert-info{background-color:#dbeafe;border-color:#3b82f6;color:#1e40af}.markdown-content .alert-warning{background-color:#fef3c7;border-color:#f59e0b;color:#92400e}.markdown-content .alert-success{background-color:#d1fae5;border-color:#10b981;color:#065f46}.markdown-content .alert-error{background-color:#fee2e2;border-color:#ef4444;color:#991b1b}.specialty-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #e5e7eb}.specialty-section:last-of-type{border-bottom:none}.specialty-section-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.specialty-section-text{font-size:1.125rem;color:#4b5563;line-height:1.75}.specialty-section-text p{margin-bottom:1rem}.specialty-section-text h1,.specialty-section-text h2,.specialty-section-text h3{margin-top:1.5rem;margin-bottom:1rem;font-weight:700;color:#1a202c}.specialty-section-text h1{font-size:2rem}.specialty-section-text h2{font-size:1.5rem}.specialty-section-text h3{font-size:1.25rem}.specialty-section-text ul,.specialty-section-text ol{margin:1rem 0;padding-left:2rem}.specialty-section-text li{margin-bottom:.5rem}.specialty-section-text a{color:#0d9488;text-decoration:underline}.specialty-section-text a:hover{color:#0f766e}.specialty-section-text img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.specialty-section-text blockquote{border-left:4px solid #0d9488;padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:#4b5563}.specialty-section-text strong{font-weight:700}.specialty-section-text em{font-style:italic}.specialty-detail-cta{background:linear-gradient(to bottom right,#f0fdfa,#ccfbf1);border-radius:1rem;padding:2.5rem;text-align:center;margin-top:3rem}.specialty-cta-title{font-size:1.875rem;font-weight:700;color:#0d9488;margin-bottom:1rem}.specialty-cta-text{font-size:1.125rem;color:#4b5563;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.specialty-cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 640px){.specialty-cta-buttons{flex-direction:row;justify-content:center}}.specialty-cta-btn{display:inline-block;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;transition:all .3s;text-decoration:none;min-width:200px}.specialty-cta-btn.primary{background-color:#0d9488;color:#fff}.specialty-cta-btn.primary:hover{background-color:#0f766e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.specialty-cta-btn.secondary{background-color:#25d366;color:#fff}.specialty-cta-btn.secondary:hover{background-color:#20ba5a;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.admin-login-container{width:100%;max-width:400px}.admin-login-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.admin-login-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;text-align:center}.admin-login-subtitle{color:#718096;text-align:center;margin-bottom:2rem}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.admin-login-field{display:flex;flex-direction:column;gap:.5rem}.admin-login-label{font-weight:500;color:#2d3748}.admin-login-input{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.admin-login-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-login-error{padding:.75rem;background-color:#fed7d7;color:#c53030;border-radius:6px;font-size:.875rem}.admin-login-button{padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.admin-login-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.admin-login-button:active{transform:translateY(0)}.admin-dashboard{display:flex;min-height:100vh;background-color:#f7fafc}.admin-sidebar{width:280px;background:linear-gradient(180deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto}.admin-sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem}.admin-sidebar-header h2{font-size:1.5rem;font-weight:700;margin:0}.admin-nav{flex:1;padding:1.5rem 0}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#fffc;text-decoration:none;transition:all .2s;border-left:3px solid transparent}.admin-nav-item:hover{background-color:#ffffff1a;color:#fff}.admin-nav-item.active{background-color:#ffffff26;color:#fff;border-left-color:#fff;font-weight:600}.admin-logout-btn{margin:1.5rem;padding:.875rem 1.5rem;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.75rem;font-size:1rem;transition:all .2s}.admin-logout-btn:hover{background-color:#fff3}.admin-main{margin-left:280px;flex:1;padding:2rem;min-height:100vh}@media (max-width: 1024px){.admin-sidebar{width:240px}.admin-main{margin-left:240px;padding:1.5rem}.admin-sidebar-header{padding:1.5rem 1rem}.admin-sidebar-header h2{font-size:1.25rem}.admin-nav-item{padding:.75rem 1rem;font-size:.9rem}}@media (max-width: 768px){.admin-dashboard{flex-direction:column}.admin-sidebar{width:100%;position:relative;height:auto;min-height:auto}.admin-sidebar-header{padding:1.25rem 1rem}.admin-sidebar-header h2{font-size:1.125rem}.admin-nav{padding:1rem 0}.admin-nav-item{padding:.75rem 1rem}.admin-logout-btn{margin:1rem}.admin-main{margin-left:0;padding:1rem}}@media (max-width: 480px){.admin-sidebar-header{padding:1rem;flex-direction:column;text-align:center}.admin-sidebar-header h2{font-size:1rem}.admin-nav-item span,.admin-logout-btn span{font-size:.875rem}.admin-main{padding:.75rem}}.admin-overview{max-width:1200px}.admin-overview-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.admin-overview-subtitle{color:#718096;font-size:1.125rem;margin-bottom:2rem}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.admin-stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1.5rem}.admin-stat-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.admin-stat-icon.blog{background:linear-gradient(135deg,#667eea,#764ba2)}.admin-stat-icon.specialty{background:linear-gradient(135deg,#f093fb,#f5576c)}.admin-stat-icon.activity{background:linear-gradient(135deg,#4facfe,#00f2fe)}.admin-stat-content{flex:1}.admin-stat-label{color:#718096;font-size:.875rem;margin-bottom:.25rem}.admin-stat-value{font-size:2rem;font-weight:700;color:#1a202c;margin:0}.admin-quick-actions{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.admin-quick-actions h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.admin-action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.admin-action-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.admin-action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.admin-action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.admin-action-btn.secondary{background:#e2e8f0;color:#2d3748}.admin-action-btn.secondary:hover{background:#cbd5e0}.admin-recent-posts{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.admin-recent-posts h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.admin-recent-list{display:flex;flex-direction:column;gap:.5rem}.admin-recent-item{padding:1rem;border-radius:8px;text-decoration:none;transition:background-color .2s}.admin-recent-item:hover{background-color:#f7fafc}.admin-recent-info h3{color:#1a202c;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.admin-recent-info p{color:#718096;font-size:.875rem;margin:0}.admin-export-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-top:2rem}.admin-export-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.admin-export-info h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.admin-export-info p{color:#718096;font-size:1rem;margin:0}.admin-export-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.admin-export-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #10b9814d}.admin-export-btn:active{transform:translateY(0)}@media (max-width: 1024px){.admin-overview-title{font-size:2rem}.admin-overview-subtitle{font-size:1rem}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}}@media (max-width: 768px){.admin-overview{max-width:100%}.admin-overview-title{font-size:1.75rem}.admin-overview-subtitle{font-size:.95rem;margin-bottom:1.5rem}.admin-stats-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.admin-stat-card{padding:1.25rem;gap:1rem}.admin-stat-icon{width:56px;height:56px}.admin-stat-value{font-size:1.75rem}.admin-quick-actions,.admin-recent-posts{padding:1.5rem}.admin-quick-actions h2,.admin-recent-posts h2{font-size:1.25rem;margin-bottom:1rem}.admin-action-buttons{flex-direction:column;gap:.75rem}.admin-action-btn{width:100%;justify-content:center}.admin-export-section{padding:1.5rem}.admin-export-content{flex-direction:column;align-items:stretch;gap:1.5rem}.admin-export-info h2{font-size:1.25rem}.admin-export-info p{font-size:.9rem}.admin-export-btn{width:100%;justify-content:center;padding:.875rem 1.5rem}}@media (max-width: 480px){.admin-overview-title{font-size:1.5rem}.admin-overview-subtitle{font-size:.875rem}.admin-stat-card{padding:1rem;flex-direction:column;text-align:center}.admin-stat-icon{width:48px;height:48px}.admin-stat-label{font-size:.8rem}.admin-stat-value{font-size:1.5rem}.admin-quick-actions,.admin-recent-posts{padding:1rem}.admin-quick-actions h2,.admin-recent-posts h2{font-size:1.125rem}.admin-action-btn{padding:.75rem 1rem;font-size:.875rem}.admin-recent-item{padding:.875rem}.admin-recent-info h3{font-size:1rem}.admin-recent-info p{font-size:.8rem}.admin-export-section{padding:1rem}.admin-export-info h2{font-size:1.125rem}.admin-export-info p{font-size:.8rem}.admin-export-btn{padding:.75rem 1.25rem;font-size:.875rem}}.admin-blog-list{max-width:1400px}.admin-blog-list-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-blog-list-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.admin-blog-list-subtitle{color:#718096;font-size:1.125rem}.admin-blog-add-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.admin-blog-add-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.admin-blog-search{margin-bottom:2rem}.admin-blog-search-input{width:100%;max-width:400px;padding:.875rem 1.25rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.admin-blog-search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-blog-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.admin-blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .2s}.admin-blog-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-4px)}.admin-blog-card-image{position:relative;height:200px;overflow:hidden}.admin-blog-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-blog-card-category{position:absolute;top:1rem;right:1rem;background:#667eeae6;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600}.admin-blog-card-content{padding:1.5rem}.admin-blog-card-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:.75rem;line-height:1.4}.admin-blog-card-excerpt{color:#718096;font-size:.875rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.admin-blog-card-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.admin-blog-card-meta-item{display:flex;align-items:center;gap:.5rem;color:#718096;font-size:.875rem}.admin-blog-card-actions{display:flex;gap:.75rem}.admin-blog-card-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .2s;text-decoration:none}.admin-blog-card-btn.edit{background:#e2e8f0;color:#2d3748}.admin-blog-card-btn.edit:hover{background:#cbd5e0}.admin-blog-card-btn.delete{background:#fed7d7;color:#c53030}.admin-blog-card-btn.delete:hover{background:#fc8181;color:#fff}.admin-blog-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.admin-blog-empty p{color:#718096;font-size:1.125rem;margin-bottom:1.5rem}.admin-blog-empty-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.admin-blog-empty-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}@media (max-width: 1024px){.admin-blog-cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){.admin-blog-list{max-width:100%}.admin-blog-list-title{font-size:2rem}.admin-blog-list-subtitle{font-size:1rem}.admin-blog-list-header{flex-direction:column;align-items:stretch}.admin-blog-add-btn{width:100%;justify-content:center}.admin-blog-search-input{max-width:100%}.admin-blog-cards{grid-template-columns:1fr;gap:1rem}.admin-blog-card-image{height:180px}.admin-blog-card-content{padding:1.25rem}.admin-blog-card-title{font-size:1.125rem}}@media (max-width: 480px){.admin-blog-list-title{font-size:1.5rem}.admin-blog-list-subtitle{font-size:.875rem}.admin-blog-add-btn,.admin-blog-search-input{padding:.75rem 1rem;font-size:.875rem}.admin-blog-card-image{height:150px}.admin-blog-card-content{padding:1rem}.admin-blog-card-title{font-size:1rem}.admin-blog-card-meta{flex-direction:column;gap:.5rem}.admin-blog-card-actions{flex-direction:column}.admin-blog-card-btn{padding:.625rem .875rem}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.rich-text-editor{background:#fff;border-radius:8px;overflow:hidden}.rich-text-editor .quill{border:2px solid #e2e8f0;border-radius:8px;transition:border-color .2s}.rich-text-editor .quill:focus-within{border-color:#667eea}.rich-text-editor .ql-toolbar{background-color:#f7fafc;border:none;border-bottom:2px solid #e2e8f0;border-radius:8px 8px 0 0;padding:12px}.rich-text-editor .ql-container{border:none;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.rich-text-editor .ql-editor{min-height:300px;max-height:600px;overflow-y:auto;padding:1.5rem;line-height:1.6}.rich-text-editor .ql-editor.ql-blank:before{color:#a0aec0;font-style:normal}.rich-text-editor .ql-snow .ql-stroke{stroke:#4a5568}.rich-text-editor .ql-snow .ql-fill{fill:#4a5568}.rich-text-editor .ql-snow .ql-picker-label{color:#4a5568}.rich-text-editor .ql-toolbar button:hover,.rich-text-editor .ql-toolbar button:focus,.rich-text-editor .ql-toolbar button.ql-active{color:#667eea}.rich-text-editor .ql-toolbar button:hover .ql-stroke,.rich-text-editor .ql-toolbar button:focus .ql-stroke,.rich-text-editor .ql-toolbar button.ql-active .ql-stroke{stroke:#667eea}.rich-text-editor .ql-toolbar button:hover .ql-fill,.rich-text-editor .ql-toolbar button:focus .ql-fill,.rich-text-editor .ql-toolbar button.ql-active .ql-fill{fill:#667eea}.rich-text-editor .ql-editor h1{font-size:2em;font-weight:700;margin-top:1em;margin-bottom:.5em}.rich-text-editor .ql-editor h2{font-size:1.5em;font-weight:600;margin-top:1em;margin-bottom:.5em}.rich-text-editor .ql-editor h3{font-size:1.25em;font-weight:600;margin-top:.75em;margin-bottom:.5em}.rich-text-editor .ql-editor ul,.rich-text-editor .ql-editor ol{padding-left:1.5em;margin:1em 0}.rich-text-editor .ql-editor blockquote{border-left:4px solid #667eea;padding-left:1em;margin:1em 0;color:#4a5568}.rich-text-editor .ql-editor a{color:#667eea;text-decoration:underline}.rich-text-editor .ql-editor img{max-width:100%;height:auto;border-radius:8px;margin:1em 0}.admin-blog-editor{max-width:900px}.admin-blog-editor-header{margin-bottom:2rem}.admin-blog-editor-back{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#e2e8f0;color:#2d3748;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:1rem;transition:all .2s}.admin-blog-editor-back:hover{background:#cbd5e0}.admin-blog-editor-title{font-size:2.5rem;font-weight:700;color:#1a202c}.admin-blog-editor-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.admin-blog-editor-section{display:flex;flex-direction:column;gap:1.5rem}.admin-blog-editor-field{display:flex;flex-direction:column;gap:.5rem}.admin-blog-editor-label{font-weight:600;color:#2d3748;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.admin-blog-editor-input,.admin-blog-editor-textarea{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s}.admin-blog-editor-input:focus,.admin-blog-editor-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-blog-editor-input.error,.admin-blog-editor-textarea.error{border-color:#fc8181}.admin-blog-editor-textarea{resize:vertical;line-height:1.6}.admin-blog-editor-help{font-size:.875rem;color:#718096;margin:0}.admin-blog-editor-error{color:#e53e3e;font-size:.875rem;margin:0;font-weight:500}.admin-blog-editor-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.admin-blog-editor-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:2px solid #e2e8f0}.admin-blog-editor-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.admin-blog-editor-btn.cancel{background:#e2e8f0;color:#2d3748}.admin-blog-editor-btn.cancel:hover{background:#cbd5e0}.admin-blog-editor-btn.save{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.admin-blog-editor-btn.save:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}@media (max-width: 768px){.admin-blog-editor{max-width:100%}.admin-blog-editor-title{font-size:2rem}.admin-blog-editor-form{padding:1.5rem}.admin-blog-editor-section{gap:1.25rem}.admin-blog-editor-row{grid-template-columns:1fr;gap:1.25rem}.admin-blog-editor-actions{flex-direction:column-reverse;margin-top:1.5rem;padding-top:1.5rem}.admin-blog-editor-btn{width:100%;justify-content:center}}@media (max-width: 480px){.admin-blog-editor-title{font-size:1.5rem}.admin-blog-editor-form{padding:1rem}.admin-blog-editor-section{gap:1rem}.admin-blog-editor-input,.admin-blog-editor-textarea{padding:.75rem;font-size:.875rem}.admin-blog-editor-btn{padding:.75rem 1rem;font-size:.875rem}}.admin-specialties-list{max-width:1400px}.admin-specialties-list-header{margin-bottom:2rem}.admin-specialties-list-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.admin-specialties-list-subtitle{color:#718096;font-size:1.125rem}.admin-specialties-search{margin-bottom:2rem}.admin-specialties-search-input{width:100%;max-width:400px;padding:.875rem 1.25rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.admin-specialties-search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-specialties-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.admin-specialty-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s;display:flex;flex-direction:column}.admin-specialty-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-4px)}.admin-specialty-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.admin-specialty-card-icon{width:64px;height:64px;border-radius:12px;background:linear-gradient(135deg,#f093fb,#f5576c);display:flex;align-items:center;justify-content:center;color:#fff}.admin-specialty-card-status{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin-specialty-card-status.complete{background:#d1fae5;color:#065f46}.admin-specialty-card-status.partial{background:#fef3c7;color:#92400e}.admin-specialty-card-status.empty{background:#fee2e2;color:#991b1b}.admin-specialty-card-content{display:flex;flex-direction:column;gap:1rem;flex:1}.admin-specialty-card-title{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0}.admin-specialty-card-description{color:#718096;font-size:1rem;line-height:1.6;margin:0}.admin-specialty-card-meta{display:flex;gap:1rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.admin-specialty-card-meta-item{display:flex;align-items:center;gap:.5rem;color:#718096;font-size:.875rem}.admin-specialty-card-actions{display:flex;gap:.75rem;margin-top:auto}.admin-specialty-card-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s;font-size:.875rem}.admin-specialty-card-btn.preview{background:#e2e8f0;color:#2d3748}.admin-specialty-card-btn.preview:hover{background:#cbd5e0}.admin-specialty-card-btn.edit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.admin-specialty-card-btn.edit:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.admin-specialties-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.admin-specialties-empty p{color:#718096;font-size:1.125rem;margin:0}@media (max-width: 1024px){.admin-specialties-cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){.admin-specialties-list{max-width:100%}.admin-specialties-list-title{font-size:2rem}.admin-specialties-list-subtitle{font-size:1rem}.admin-specialties-search-input{max-width:100%}.admin-specialties-cards{grid-template-columns:1fr;gap:1rem}.admin-specialty-card{padding:1.25rem}.admin-specialty-card-icon{width:56px;height:56px}.admin-specialty-card-title{font-size:1.25rem}.admin-specialty-card-description{font-size:.9rem}}@media (max-width: 480px){.admin-specialties-list-title{font-size:1.5rem}.admin-specialties-list-subtitle{font-size:.875rem}.admin-specialties-search-input{padding:.75rem 1rem;font-size:.875rem}.admin-specialty-card{padding:1rem}.admin-specialty-card-header{flex-direction:column;align-items:center;text-align:center;gap:.75rem}.admin-specialty-card-icon{width:48px;height:48px}.admin-specialty-card-title{font-size:1.125rem}.admin-specialty-card-description{font-size:.875rem}.admin-specialty-card-meta{flex-direction:column;gap:.5rem}.admin-specialty-card-actions{flex-direction:column}.admin-specialty-card-btn{padding:.625rem 1rem}}.admin-specialty-editor{max-width:900px}.admin-specialty-editor-header{margin-bottom:2rem}.admin-specialty-editor-back{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#e2e8f0;color:#2d3748;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:1rem;transition:all .2s}.admin-specialty-editor-back:hover{background:#cbd5e0}.admin-specialty-editor-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.admin-specialty-editor-subtitle{font-size:1.125rem;color:#718096;margin:0}.admin-specialty-editor-form{display:flex;flex-direction:column;gap:2rem}.admin-specialty-editor-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.admin-specialty-section-header{margin-bottom:1.5rem}.admin-specialty-section-header h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.admin-specialty-section-header p{color:#718096;font-size:.875rem;margin:0}.admin-specialty-editor-fields{display:flex;flex-direction:column;gap:1.5rem}.admin-specialty-editor-field{display:flex;flex-direction:column;gap:.5rem}.admin-specialty-editor-label{font-weight:600;color:#2d3748;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.required{color:#e53e3e}.admin-specialty-editor-input,.admin-specialty-editor-select{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s}.admin-specialty-editor-input:focus,.admin-specialty-editor-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-specialty-editor-input.error{border-color:#fc8181}.admin-specialty-editor-input.disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6}.admin-specialty-editor-help{font-size:.875rem;color:#718096;margin:0}.admin-specialty-editor-error{color:#e53e3e;font-size:.875rem;margin-top:.5rem;font-weight:500}.admin-specialty-editor-actions{display:flex;gap:1rem;justify-content:flex-end;background:#fff;border-radius:12px;padding:1.5rem 2rem;box-shadow:0 1px 3px #0000001a}.admin-specialty-editor-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.admin-specialty-editor-btn.cancel{background:#e2e8f0;color:#2d3748}.admin-specialty-editor-btn.cancel:hover{background:#cbd5e0}.admin-specialty-editor-btn.save{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.admin-specialty-editor-btn.save:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}@media (max-width: 768px){.admin-specialty-editor{max-width:100%}.admin-specialty-editor-title{font-size:2rem}.admin-specialty-editor-subtitle{font-size:1rem}.admin-specialty-editor-section{padding:1.5rem}.admin-specialty-section-header h2{font-size:1.25rem}.admin-specialty-editor-fields{gap:1.25rem}.admin-specialty-editor-actions{flex-direction:column-reverse;padding:1.25rem 1.5rem}.admin-specialty-editor-btn{width:100%;justify-content:center}}@media (max-width: 480px){.admin-specialty-editor-title{font-size:1.5rem}.admin-specialty-editor-subtitle{font-size:.875rem}.admin-specialty-editor-section{padding:1rem}.admin-specialty-section-header h2{font-size:1.125rem}.admin-specialty-editor-fields{gap:1rem}.admin-specialty-editor-input,.admin-specialty-editor-select{padding:.75rem;font-size:.875rem}.admin-specialty-editor-actions{padding:1rem}.admin-specialty-editor-btn{padding:.75rem 1rem;font-size:.875rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));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}html{scroll-behavior:smooth}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.mx-auto{margin-left:auto;margin-right:auto}.table{display:table}.grid{display:grid}.min-h-screen{min-height:100vh}.items-center{align-items:center}.gap-12{gap:3rem}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.px-4{padding-left:1rem;padding-right:1rem}.pt-4{padding-top:1rem}.text-center{text-align:center}.italic{font-style:italic}.underline{text-decoration-line:underline}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 180 65% 45%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 180 65% 45%;--radius: .5rem}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 180 65% 50%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 180 65% 50%}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:text-left{text-align:left}}
