@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{position:sticky;top:0;z-index:9999;background:transparent}html.dark .navbar,.dark .navbar{background:transparent}.navbar-tabs-container{background:#fffffff2;position:relative}html.dark .navbar-tabs-container,.dark .navbar-tabs-container{background:#1e1e1ef2;border-bottom-color:#3c3c3c80}.navbar-tabs{max-width:1600px;margin:0 auto;padding:0 1rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}@media (min-width: 600px){.navbar-tabs{padding:0 1.5rem}}@media (min-width: 992px){.navbar-tabs{padding:0 2rem}}@media (min-width: 1200px){.navbar-tabs{padding:0 3rem}}.nav-tabs{display:flex;align-items:flex-end;gap:0;height:100%;position:relative;flex:1;justify-content:center}.nav-tab{position:relative;background:#fff9;border:none;border-radius:.5rem .5rem 0 0;font-size:.8125rem;font-weight:500;color:#525252;cursor:pointer;transition:all .2s ease;padding:.5rem 1rem;white-space:nowrap;height:3rem;display:flex;align-items:center;margin-right:.125rem;border-bottom:1px solid rgba(200,200,200,.5)}html.dark .nav-tab,.dark .nav-tab{background:#32323299;color:#a1a1aa;border-bottom-color:#3c3c3c80}.nav-tab:hover{background:#ebebebcc;color:#8b5cf6}html.dark .nav-tab:hover,.dark .nav-tab:hover{background:#3c3c3ccc;color:#f9a8d4}.nav-tab.active{background:var(--bg-light);color:#04020a;height:3rem;z-index:2;border-bottom:none;box-shadow:0 -2px 8px #0000000d;font-weight:600}html.dark .nav-tab.active,.dark .nav-tab.active{background:#000;color:#f9a8d4;box-shadow:0 -2px 8px #0000004d}.navbar-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0;height:100%;padding:.5rem 0}.brand{display:flex;align-items:center;gap:1rem;background:none;border:none;cursor:pointer;padding:.5rem 0;height:100%;flex-shrink:0}.brand .brand-logo{height:2rem;width:2rem;border-radius:.75rem;background:linear-gradient(to right,#ff6bce,#8b5cf6,#ec4899)}.brand .brand-name{font-size:1.25rem;font-weight:800;letter-spacing:-.025em;background:linear-gradient(to right,#ff6bce,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}html.dark .brand,.dark.brand .brand-name{background:linear-gradient(to right,#c4b5fd,#d8b4fe,#f9a8d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 767px){.navbar-tabs-container{display:none}}.login-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;border:none;background:linear-gradient(to right,#ff6bce,#8b5cf6,#ec4899);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a}.login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026;filter:brightness(1.05)}.login-btn:active{transform:translateY(0)}.login-btn .login-btn-text{display:none}@media (min-width: 640px){.login-btn .login-btn-text{display:inline}}.login-btn svg{flex-shrink:0}.dropdown{position:relative}.dropdown .dropdown-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:.75rem;border:1px solid #e0e0e0;background:transparent;cursor:pointer;transition:background .2s}.dropdown .dropdown-trigger:hover{background:#00000005}html.dark .dropdown .dropdown-trigger,.dark .dropdown .dropdown-trigger{border-color:#27272a}html.dark .dropdown .dropdown-trigger:hover,.dark .dropdown .dropdown-trigger:hover{background:#ffffff0d}.dropdown .dropdown-trigger .chevron{color:#52525b}html.dark .dropdown .dropdown-trigger .chevron,.dark .dropdown .dropdown-trigger .chevron{color:#d4d4d8}.dropdown .user-menu-guest{display:flex;align-items:center;gap:.5rem}.dropdown .user-menu-guest .user-icon{height:1.25rem;width:1.25rem;color:#52525b}html.dark .dropdown-menu,.dark .dropdown-menu .user-menu-guest .user-icon{color:#d4d4d8}.dropdown .user-menu-guest .menu-text{display:none;font-size:.875rem;color:#3f3f46}@media (min-width: 640px){.dropdown .user-menu-guest .menu-text{display:inline}}html.dark .dropdown-menu,.dark .dropdown-menu .user-menu-guest .menu-text{color:#d4d4d8}.dropdown .user-avatar{height:2rem;width:2rem;border-radius:50%;background:linear-gradient(to right,#ff6bce,#8b5cf6,#ec4899);display:grid;place-items:center;color:#fff;font-size:.75rem;font-weight:700}.dropdown-menu{position:absolute;right:0;z-index:1000;margin-top:.5rem;width:16rem;border-radius:.75rem;border:1px solid #e0e0e0;background:#fff;padding:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.dropdown-menu .dropdown-section{padding:.5rem;border-bottom:1px solid #e0e0e0}.dropdown-menu .dropdown-section .section-label{font-size:.75rem;margin-bottom:.5rem;color:#bbb;display:flex;align-items:center;font-weight:600}html.dark .dropdown-menu .dropdown-section .section-label,.dark .dropdown-menu .dropdown-section .section-label{color:#a1a1aa}.dropdown-menu .user-info-header{display:flex;align-items:center;gap:.75rem;padding:.25rem 0}.dropdown-menu .user-info-header .user-avatar-large{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(to right,#ff6bce,#8b5cf6,#ec4899);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0}.dropdown-menu .user-info-header .user-info-text{flex:1;min-width:0}.dropdown-menu .user-info-header .user-info-text .user-name{font-size:.875rem;font-weight:600;color:#18181b;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.dark .dropdown-menu,.dark .dropdown-menu .user-info-header .user-info-text .user-name{color:#fafafa}.dropdown-menu .user-info-header .user-info-text .user-email{font-size:.75rem;color:#bbb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.dark .dropdown-menu,.dark .dropdown-menu .user-info-header .user-info-text .user-email{color:#a1a1aa}.dropdown-menu .dropdown-item{width:100%;text-align:left;padding:.5rem .75rem;border-radius:.5rem;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#18181b;transition:background .2s}.dropdown-menu .dropdown-item:hover{background:#fafafa}html.dark .dropdown-menu,.dark .dropdown-menu .dropdown-item{color:#fafafa}html.dark .dropdown-menu,.dark .dropdown-menu .dropdown-item:hover{background:#09090b}.dropdown-menu .dropdown-item svg{flex-shrink:0}.dropdown-menu .dropdown-divider{margin-top:.5rem;border-top:1px solid #e0e0e0;padding-top:.5rem}html.dark .dropdown-menu,.dark .dropdown-menu .dropdown-divider{border-top-color:#27272a}.dropdown-menu .dropdown-auth{display:grid;gap:.25rem}.dropdown-menu .logout-item{color:#ef4444}.dropdown-menu .logout-item:hover{background:#ef44441a;color:#dc2626}html.dark .dropdown-menu,.dark .dropdown-menu .logout-item{color:#f87171}html.dark .dropdown-menu,.dark .dropdown-menu .logout-item:hover{background:#ef444433;color:#fca5a5}.mobile-menu-btn{display:flex;padding:.5rem;border-radius:.5rem;border:1px solid #e0e0e0;background:transparent;cursor:pointer;transition:background .2s}@media (min-width: 768px){.mobile-menu-btn{display:none}}.mobile-menu-btn:hover{background:#fafafa}html.dark .mobile,.dark.mobile-menu-btn{border-color:#27272a}html.dark .mobile,.dark.mobile-menu-btn:hover{background:#09090b}.mobile-menu-btn svg{color:#18181b}html.dark .mobile,.dark.mobile-menu-btn svg{color:#fafafa}.profile-icon-btn{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s}.profile-icon-btn:hover{background:#0000000d}html.dark .profile,.dark.profile-icon-btn:hover{background:#ffffff1a}.user-avatar-small{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(to right,#a855f7,#ec4899);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:700}.language-switcher{display:flex;gap:.5rem;margin-top:.5rem}.lang-btn{flex:1;padding:.5rem;background:#f3f4f6;border:2px solid transparent;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.lang-btn:hover{background:#e5e7eb}.lang-btn.active{background:linear-gradient(to right,#a855f7,#ec4899);color:#fff;border-color:transparent}html.dark .lang,.dark.lang-btn{background:#27272a;color:#d4d4d8}html.dark .lang,.dark.lang-btn:hover{background:#3f3f46}html.dark .lang,.dark.lang-btn.active{background:linear-gradient(to right,#a855f7,#ec4899);color:#fff}html.dark,.dark{background-color:#09090b;color:#fafafa}html.dark,.dark body{background:linear-gradient(to bottom,#09090b,#18181b)}html.dark .dropdown-menu,.dark .dropdown-menu{background:#18181b;border-color:#27272a}html.dark .dropdown-menu .dropdown-section,.dark .dropdown-menu .dropdown-section{border-bottom-color:#27272a}html.dark .section,.dark.section-label{color:#a1a1aa}@media (max-width: 1023px){.chat_page .navbar,.chat_page>header.navbar{display:none!important}.specialist-page-v2 .navbar,.specialist-page-v2>header.navbar{display:none!important}.map-page .navbar,.map-page>header.navbar{display:none!important}.learn-page .navbar,.learn-page>header.navbar{display:none!important}.profile-page .navbar,.profile-page>header.navbar{display:none!important}.homepage .navbar,.homepage>header.navbar{display:none!important}}.homepage{min-height:90vh;background:linear-gradient(to bottom,#fff,#fafafa);padding-bottom:80px}@media (min-width: 768px){.homepage{padding-bottom:0}}.homepage .container{max-width:80%;margin:0 auto;padding:0}@media (min-width: 640px){.homepage .container{padding:0 1.5rem}}@media (min-width: 1024px){.homepage .container{padding:0 2rem}}html.dark .homepage,.dark .homepage{background:linear-gradient(to bottom,#09090b,#18181b)}.desktop-navbar{display:none}@media (min-width: 768px){.desktop-navbar{display:block}}.hero-section{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:none}@media (max-width: 1024px){.hero-section{margin-bottom:2rem;background-image:url(/assets/hero_section-VB4ENapz.jpg);background-attachment:scroll}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000000a1;z-index:1}.hero-section .container{position:relative;z-index:1}.hero-section .hero-visual{display:none}}@media (min-width: 1024px){.hero-section{background-image:none!important}.hero-section .hero-visual{display:block}}.hero-section .hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;min-height:calc(100vh - 4rem);padding:2.5rem 0}@media (min-width: 1024px){.hero-section .hero-grid{grid-template-columns:7fr 5fr}}.hero-section .hero-content .hero-title{margin-top:1rem;font-size:2.25rem;line-height:1.1;font-weight:800;letter-spacing:-.025em;color:#18181b}@media (max-width: 1024px){.hero-section .hero-content .hero-title{color:#fff}}@media (min-width: 640px){.hero-section .hero-content .hero-title{font-size:3rem}}.hero-section .hero-content .hero-title .gradient-text{background:linear-gradient(to right,#ff6bce,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media (max-width: 1024px){.hero-section .hero-content .hero-title .gradient-text{background:linear-gradient(to right,#f0abfc,#fbbf24,#fb923c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}html.dark .hero-section .hero-content .hero-title{color:#fafafa}html.dark .hero-section .hero-content .hero-title .gradient-text{background:linear-gradient(to right,#c4b5fd,#d8b4fe,#f9a8d4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-section .hero-content .hero-description{margin-top:1rem;color:#52525b;max-width:42rem}@media (max-width: 1024px){.hero-section .hero-content .hero-description{color:#ffffffe6}}html.dark .hero-section .hero-content .hero-description{color:#d4d4d8}.hero-section .hero-content .hero-actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.hero-section .hero-visual{display:none}@media (min-width: 1024px){.hero-section .hero-visual{display:block}}.hero-section .hero-visual .hero-image{width:100%;height:auto;border-radius:1.5rem;display:block;object-fit:cover;box-shadow:0 25px 50px -12px #3232326e}html.dark .hero-section .hero-visual .hero-image{opacity:.9}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.btn.btn-primary{background:linear-gradient(to right,#ff6bce,#8b5cf6,#ec4899);color:#fff;box-shadow:0 10px 15px -3px #0000001a}.btn.btn-primary:hover{opacity:.95}.btn.btn-secondary{border:2px solid #8b5cf6;color:#8b5cf6;background:transparent}.btn.btn-secondary:hover{background:#f5f3ff}html.dark .btn.btn-secondary{border-color:#ec4899;color:#f9a8d4}html.dark .btn.btn-secondary:hover{background:#18181b}.btn.btn-cta{background:#ffffff1a;color:#fff}.btn.btn-cta:hover{background:#fff3}.features-section{padding-bottom:4rem}.features-section .features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.features-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-section .features-grid{grid-template-columns:repeat(4,1fr)}}.features-section .feature-card{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;padding:1.5rem;text-align:left;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:all .3s}.features-section .feature-card:hover{box-shadow:0 10px 15px -3px #0000001a;border-color:#c4b5fd}.features-section .feature-card:hover .feature-title{color:#8b5cf6}html.dark .features-section .feature-card{background:#09090b;border-color:#27272a}html.dark .features-section .feature-card:hover{border-color:#52525b}html.dark .features-section .feature-card:hover .feature-title{color:#f9a8d4}.features-section .feature-icon-wrapper{margin-bottom:1.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;padding:.75rem;color:#fff;box-shadow:0 4px 6px -1px #0000001a}.features-section .feature-icon-wrapper.gradient-primary{background:linear-gradient(to right,#ff6bce,#8b5cf6,#ec4899)}.features-section .feature-icon-wrapper.gradient-pink{background:linear-gradient(to bottom right,#ec4899,#e71a7f)}.features-section .feature-icon-wrapper.gradient-orange{background:linear-gradient(to bottom right,#f97316,#dc2626)}.features-section .feature-icon-wrapper.gradient-yellow{background:linear-gradient(to bottom right,#eab308,#f59e0b)}.features-section .feature-icon-wrapper .feature-icon{width:2rem;height:2rem}.features-section .feature-title{font-size:1.125rem;font-weight:700;color:#18181b;transition:color .3s}html.dark .features-section .feature-title{color:#fafafa}.features-section .feature-desc{margin-top:.5rem;font-size:.875rem;color:#52525b}html.dark .features-section .feature-desc{color:#d4d4d8}.cta-band{margin-top:3.5rem;border-radius:1.5rem;padding:2.5rem 2rem;background:linear-gradient(to right,#ff6bce,#8b5cf6,#ec4899);color:#fff}.cta-band .cta-content{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.cta-band .cta-content{flex-direction:row;align-items:center;justify-content:space-between}}.cta-band .cta-title{font-size:1.5rem;font-weight:600}.footer{border-top:1px solid rgba(224,224,224,.7);background:#fafafa;margin-top:4rem}html.dark .footer{border-top-color:#27272ab3;background:#09090b}.footer .footer-content{padding:3rem 0 2rem;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.footer .footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer .footer-content{grid-template-columns:repeat(4,1fr);gap:3rem}}.footer .footer-section{display:flex;flex-direction:column;gap:1rem}.footer .footer-title{font-size:1rem;font-weight:700;color:#18181b;margin-bottom:.5rem}html.dark .footer .footer-title{color:#fafafa}.footer .footer-description{font-size:.875rem;color:#52525b;line-height:1.6;max-width:250px}html.dark .footer .footer-description{color:#a1a1aa}.footer .footer-links{display:flex;flex-direction:column;gap:.75rem}.footer .footer-links button{background:none;border:none;color:#52525b;cursor:pointer;font-size:.875rem;text-align:left;padding:0;transition:color .2s}.footer .footer-links button:hover{color:#8b5cf6;text-decoration:none}html.dark .footer .footer-links button{color:#a1a1aa}html.dark .footer .footer-links button:hover{color:#c4b5fd}.footer .footer-bottom{padding:1.5rem 0;border-top:1px solid rgba(224,224,224,.7);text-align:center;font-size:.875rem;color:#52525b}html.dark .footer .footer-bottom{border-top-color:#27272ab3;color:#a1a1aa}.bottom-navbar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e0e0;display:flex;justify-content:space-around;align-items:center;padding:.5rem 0;z-index:1000;box-shadow:0 -2px 10px #0000001a}@media (max-width: 1023px){.homepage>header.navbar,.homepage>.navbar{display:none!important}}@media (min-width: 1024px){.bottom-navbar{display:none}}html.dark .bottom-navbar{background:#09090b;border-top-color:#27272a}.bottom-navbar .nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:.4rem .25rem;background:none;border:none;color:#888;font-size:.65rem;cursor:pointer;transition:all .2s;min-width:0}.bottom-navbar .nav-item.active{color:#ec4899}.bottom-navbar .nav-item svg{stroke-width:2.2;width:20px;height:20px}.bottom-navbar .nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.bottom-navbar .nav-item:hover,.bottom-navbar .nav-item:active{color:#8b5cf6}html.dark .bottom-navbar .nav-item{color:#d4d4d8}html.dark .bottom-navbar .nav-item:hover,html.dark .bottom-navbar .nav-item:active{color:#f9a8d4}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;animation:fadeIn .2s ease;display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar{position:fixed;top:0;left:0;width:320px;height:100vh;background:#fff;box-shadow:2px 0 10px #0000001a;z-index:1000;display:flex;flex-direction:column;overflow:hidden;transform:translate(-100%);transition:transform .3s ease}html.dark .sidebar{background:#18181b;border-right:1px solid #27272a}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e9d5ff;background:#faf5ff;flex-shrink:0;gap:1rem}html.dark .sidebar-header{background:#27272a;border-bottom-color:#3f3f46}.sidebar-title{font-size:1.125rem;font-weight:700;color:#18181b;margin:0;flex:0 0 auto;white-space:nowrap}html.dark .sidebar-title{color:#fafafa}.sidebar-header-actions{display:flex;align-items:center;gap:.5rem;flex:0 0 auto;margin-left:auto}.sidebar-toggle-header{display:none;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;border-radius:.5rem;cursor:pointer;color:#52525b;transition:all .2s;flex-shrink:0}.sidebar-toggle-header:hover{background:#0000000d;color:#18181b}html.dark .sidebar-toggle-header{color:#a1a1aa}html.dark .sidebar-toggle-header:hover{background:#ffffff1a;color:#fafafa}.sidebar-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;border-radius:.5rem;cursor:pointer;color:#52525b;transition:all .2s;flex-shrink:0}.sidebar-close:hover{background:#0000000d;color:#18181b}html.dark .sidebar-close{color:#a1a1aa}html.dark .sidebar-close:hover{background:#ffffff1a;color:#fafafa}.sidebar-content{flex:1;overflow-y:auto;padding:.5rem}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track{background:#fafafa}.sidebar-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (min-width: 1024px){.sidebar{position:fixed;top:4rem;left:0;height:calc(100vh - 4rem);width:320px;transform:translate(0);box-shadow:none;border-right:1px solid #e9d5ff;z-index:100;flex-shrink:0}.sidebar:not(.open){transform:translate(-100%)}.sidebar-overlay{display:none!important}.sidebar-close{display:none}.sidebar-toggle-header{display:flex}.sidebar-header{justify-content:space-between}.sidebar-title{flex:0 0 auto}.sidebar-header-actions{flex:0 0 auto;margin-left:auto}}@media (max-width: 1023px){.sidebar{width:280px;max-width:85vw;top:0;height:100vh}.sidebar.open{transform:translate(0);animation:slideIn .3s ease}.sidebar-overlay{display:block}.sidebar-close{display:flex}.sidebar-header{justify-content:space-between}.sidebar-title{flex:0 0 auto}.sidebar-header-actions{flex:0 0 auto;margin-left:auto}}:root{--primary: #ec4899;--gradient: linear-gradient(135deg, #ec4899, #c026d3, #a855f7);--bg-light: #f0e6f6;--bg-dark: #0f0f1a;--bubble-user: linear-gradient(135deg, #ec4899, #d946ef);--bubble-ai: #ffffff;--text-dark: #1a1a1a;--text-light: #888;--sent: #4fc3f7;--delivered: #4fc3f7;--seen: #4fc3f7}html.dark,.dark{--bg-light: #0f0f1a;--bubble-ai: #1f1f2e;--text-dark: #e4e4ff;--text-light: #aaa}html.dark .chat_page{background:var(--bg-light)}.chat_page{min-height:100vh;background:var(--bg-light);font-family:Segoe UI,system-ui,sans-serif;display:flex;flex-direction:column}.chat-layout{display:flex;flex-direction:column;width:100%;position:relative}@media (min-width: 1024px){.chat_page{height:100vh;overflow:hidden}.chat-layout{flex-direction:row;align-items:flex-start;height:calc(100vh - 4rem);margin-top:4rem;position:relative}.chat-container{flex:1;height:100%;margin-left:320px;max-width:none;background:var(--gradient);display:flex;flex-direction:column;transition:margin-left .3s ease}.chat-layout.sidebar-closed .chat-container{margin-left:0}.mobile-header,.bottom-nav{display:none!important}.sidebar-reopen-btn{position:fixed;top:5.5rem;left:1rem;z-index:1001;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #a855f74d;transition:all .2s}.sidebar-reopen-btn:hover{transform:scale(1.1);box-shadow:0 6px 12px #a855f766}.chat-layout.sidebar-closed .sidebar-reopen-btn{display:flex}}@media (max-width: 1023px){.chat_page{height:100vh;overflow:hidden}.chat_page>header.navbar,.chat_page>.navbar{display:none!important}.chat-layout{display:flex;height:100vh;margin-top:0;position:relative}.chat-container{flex:1;height:100%;width:100%;margin-left:0;background:var(--gradient);display:flex;flex-direction:column}.sidebar-toggle-desktop{display:none}.mobile-header{display:flex;background:var(--gradient);color:#fff;padding:1rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a;align-items:center;gap:1rem}.back-btn,.menu-btn{background:none;border:none;color:#fff;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.back-btn:hover,.menu-btn:hover{background:#ffffff1a}.header-title{display:flex;align-items:center;gap:.75rem;flex:1}.avatar-small{width:40px;height:40px;background:#fff;color:#ec4899;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.header-title h3{margin:0;font-size:1.1rem;font-weight:600}.header-title .online{font-size:.8rem;opacity:.9}.bottom-nav{display:flex;background:#fff;border-top:1px solid #eee;padding:.5rem 0;position:fixed;bottom:0;left:0;right:0;z-index:1000}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:#888;font-size:.65rem;padding:.4rem .25rem;transition:.2s;min-width:0}.nav-item.active{color:#ec4899}.nav-item svg{stroke-width:2.2;width:20px;height:20px}.nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.chat-container{padding-bottom:4rem}}.messages-area{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:var(--bg-light)}.chat-message{display:flex;gap:.75rem;animation:fadeIn .4s ease-out;max-width:80%}.chat-message.user{align-self:flex-end;flex-direction:row-reverse;gap:.5rem}.chat-message.assistant{align-self:flex-start}.avatar{width:38px;height:38px;border-radius:50%;background:var(--gradient);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600;font-size:.8rem;color:#fff;box-shadow:0 2px 8px #0000001a}.message-content{display:flex;flex-direction:column}.bubble{padding:.75rem 1rem;border-radius:18px;font-size:.95rem;line-height:1.45;box-shadow:0 1px 3px #0000001a;position:relative;max-width:500px;word-wrap:break-word}.user .bubble{background:var(--bubble-user);color:#fff;border-bottom-right-radius:4px}.assistant .bubble{background:var(--bubble-ai);color:var(--text-dark);border-bottom-left-radius:4px;border:1px solid #eee}html.dark .assistant .bubble{border-color:#333}.time{font-size:.7rem;opacity:.7;margin-top:.25rem;display:flex;align-items:center;gap:4px}.user .time{justify-content:flex-end}.status{font-size:.9rem;color:var(--seen)}.typing-bubble{display:flex;gap:6px;padding:.75rem 1rem;background:var(--bubble-ai);border-radius:18px 18px 18px 4px;width:-moz-fit-content;width:fit-content}.typing-bubble span{width:8px;height:8px;background:#999;border-radius:50%;animation:typing 1.4s infinite}.typing-bubble span:nth-child(2){animation-delay:.2s}.typing-bubble span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.input-section{padding:1rem;background:var(--bg-light);border-top:1px solid rgba(0,0,0,.05);flex-shrink:0}.suggestions-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem;padding:0 .5rem}.suggestion-chip{background:#fff;border:1px solid #e2d4f0;color:#a855f7;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;cursor:pointer;transition:.2s;box-shadow:0 2px 6px #a855f726}.suggestion-chip:hover{background:#f3e8ff;transform:translateY(-1px)}.input-bar{display:flex;align-items:center;background:#fff;border-radius:25px;padding:.5rem 1rem;box-shadow:0 2px 10px #0000001a;border:1px solid #eee}.input-bar input{flex:1;border:none;outline:none;padding:.75rem 0;font-size:1rem;background:transparent}.input-bar button{background:var(--gradient);color:#fff;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.input-bar button:hover{transform:scale(1.1)}.send-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.disclaimer{text-align:center;font-size:.75rem;color:var(--text-light);margin-top:.75rem;opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}html.dark .input-bar{background:#1f1f2e;border:1px solid #333}html.dark .suggestion-chip{background:#1f1f2e;border-color:#444;color:#c084fc}.chat-sidebar-content{display:flex;flex-direction:column;height:100%}.new-chat-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin:.5rem;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.new-chat-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #a855f74d}.conversations-list{flex:1;overflow-y:auto;padding:.5rem}.conversation-item{width:100%;text-align:left;padding:.75rem;margin-bottom:.5rem;background:#fafafa;border:1px solid #e9d5ff;border-radius:.75rem;cursor:pointer;transition:all .2s}html.dark .conversation-item{background:#27272a;border-color:#3f3f46}.conversation-item:hover{background:#f3e8ff;border-color:#a855f7}html.dark .conversation-item:hover{background:#3f3f46;border-color:#a855f7}.conversation-item.active{background:linear-gradient(135deg,#a855f71a,#ec48991a);border-color:#a855f7}.conversation-preview{font-size:.875rem;color:#52525b;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.dark .conversation-preview{color:#d4d4d8}.conversation-time{font-size:.75rem;color:#71717a}html.dark .conversation-time{color:#a1a1aa}.loading-text,.empty-conversations{text-align:center;padding:2rem 1rem;color:#71717a;font-size:.875rem}html.dark .loading-text,html.dark .empty-conversations{color:#a1a1aa}@media (max-width: 1023px){.chat-message{max-width:88%}.bubble{font-size:.95rem}.input-bar{padding:.4rem .8rem}.messages-area{padding-bottom:1.5rem}}.specialist-page-v2{min-height:100vh;background:linear-gradient(to bottom,#fdf4ff,#faf5ff);padding-bottom:4rem;position:relative;display:flex;flex-direction:column}.specialist-layout{display:flex;flex-direction:column;width:100%;position:relative}@media (min-width: 1024px){.specialist-layout{flex-direction:row;align-items:flex-start;min-height:calc(100vh - 4rem)}.specialist-content-wrapper{flex:1;margin-left:320px;width:calc(100% - 320px);transition:margin-left .3s ease,width .3s ease;min-width:0}.specialist-layout.sidebar-closed .specialist-content-wrapper{margin-left:0;width:100%}.specialist-content-wrapper .specialist-detail-view,.specialist-content-wrapper .specialist-contact-detail-view{max-width:1200px;margin:0 auto}.sidebar-toggle-desktop{display:none}.sidebar-reopen-btn{position:fixed;top:5.5rem;left:1rem;z-index:1001;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #a855f74d;transition:all .2s}.sidebar-reopen-btn:hover{transform:scale(1.1);box-shadow:0 6px 12px #a855f766}.specialist-layout.sidebar-closed .sidebar-reopen-btn{display:flex}}.specialist-page-v2 .hero-section{text-align:center;padding:3rem 1.5rem 2rem;max-width:900px;margin:0 auto}.specialist-page-v2 .hero-section h1{font-size:2rem;font-weight:800;color:#18181b;margin-bottom:1rem;line-height:1.2}@media (min-width: 768px){.specialist-page-v2 .hero-section h1{font-size:2.75rem}}.specialist-page-v2 .hero-section h1 .highlight{background:linear-gradient(to right,#a855f7,#d946ef);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.specialist-page-v2 .hero-section .subtitle{font-size:1rem;color:#52525b;line-height:1.6;max-width:700px;margin:0 auto}@media (min-width: 768px){.specialist-page-v2 .hero-section .subtitle{font-size:1.125rem}}.specialist-page-v2 .hero-section .loading-spinner{font-size:1.125rem;color:#52525b;padding:2rem}.specialist-page-v2 .hero-section .error-message{padding:2rem}.specialist-page-v2 .hero-section .error-message p{color:#dc2626;font-size:1rem;margin-bottom:1rem}.specialist-page-v2 .hero-section .error-message .retry-button{padding:.75rem 1.5rem;background:#a855f7;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.specialist-page-v2 .hero-section .error-message .retry-button:hover{background:#9c3df6}.specialist-page-v2 .search-filter-section{max-width:1400px;margin:0 auto;padding:0 1.5rem 1.5rem}.specialist-page-v2 .search-filter-section .search-box{display:flex;align-items:center;background:#fff;border:2px solid #e9d5ff;border-radius:12px;padding:.875rem 1.25rem;margin-bottom:1.5rem;transition:all .2s;box-shadow:0 1px 3px #0000000d}.specialist-page-v2 .search-filter-section .search-box:focus-within{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.specialist-page-v2 .search-filter-section .search-box .search-icon{color:#71717a;margin-right:.75rem;flex-shrink:0}.specialist-page-v2 .search-filter-section .search-box input{flex:1;border:none;background:transparent;font-size:.95rem;color:#18181b;outline:none}.specialist-page-v2 .search-filter-section .search-box input::-moz-placeholder{color:#71717a}.specialist-page-v2 .search-filter-section .search-box input::placeholder{color:#71717a}.specialist-page-v2 .search-filter-section .specialty-filters{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:center}@media (min-width: 768px){.specialist-page-v2 .search-filter-section .specialty-filters{justify-content:flex-start}}.specialist-page-v2 .search-filter-section .specialty-filters .specialty-pill{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.375rem .75rem;border-radius:9999px;border:1px solid transparent;background:#fff;font-size:.75rem;font-weight:500;color:#52525b;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d;white-space:nowrap}.specialist-page-v2 .search-filter-section .specialty-filters .specialty-pill .icon{font-size:.75rem;flex-shrink:0;height:40px;width:40px;margin-bottom:0}.specialist-page-v2 .search-filter-section .specialty-filters .specialty-pill:hover{background:#a855f714;border-color:#a855f74d;color:#a855f7;transform:translateY(-1px)}.specialist-page-v2 .search-filter-section .specialty-filters .specialty-pill.active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border-color:transparent;box-shadow:0 2px 4px #a855f740;font-weight:600}.specialist-page-v2 .specialists-grid-container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.specialist-page-v2 .specialists-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.specialist-page-v2 .specialists-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.specialist-page-v2 .specialists-grid{grid-template-columns:repeat(3,1fr)}}.specialist-page-v2 .specialists-grid .specialist-card-v2{background:#fff;border:2px solid #e9d5ff;border-radius:16px;padding:1.5rem;transition:all .3s ease;box-shadow:0 1px 3px #0000000d;display:block;visibility:visible;opacity:1}.specialist-page-v2 .specialists-grid .specialist-card-v2:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#a855f74d}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header{display:flex;gap:1rem;margin-bottom:1.25rem}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header .specialist-avatar{width:4rem;height:4rem;border-radius:12px;-o-object-fit:cover;object-fit:cover;border:3px solid #e9d5ff;flex-shrink:0}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header .specialist-info{flex:1;min-width:0}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header .specialist-info h3{font-size:1.125rem;font-weight:700;color:#18181b;margin-bottom:.25rem}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header .specialist-info .specialty-tag{font-size:.875rem;font-weight:600;color:#a855f7;margin-bottom:.5rem}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header .specialist-info .rating-row{display:flex;align-items:center;gap:.375rem;font-size:.875rem}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header .specialist-info .rating-row .star-icon{color:#fbbf24;flex-shrink:0}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header .specialist-info .rating-row .rating-value{font-weight:600;color:#18181b}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header .specialist-info .rating-row .review-count{color:#52525b}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e9d5ff}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-details .detail-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#52525b}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-details .detail-item .detail-icon{color:#a855f7;flex-shrink:0;opacity:.7}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-details .detail-item.languages{color:#71717a}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-footer .price-tag .price{font-size:1.25rem;font-weight:700;color:#18181b}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-footer .book-button{flex:1;max-width:200px;padding:.75rem 1.5rem;background:#a855f7;color:#fff;border:none;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #a855f74d}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-footer .book-button:hover{background:#9c3df6;transform:translateY(-1px);box-shadow:0 6px 12px -2px #a855f766}.specialist-page-v2 .specialists-grid .specialist-card-v2 .card-footer .book-button:active{transform:translateY(0)}.specialist-page-v2 .specialists-grid .empty-state{grid-column:1/-1;text-align:center;padding:3rem 1rem;color:#52525b;font-size:1rem}.specialist-page{min-height:100vh;background:linear-gradient(to bottom,#fff,#fafafa)}.specialist-page .page-header{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fff9;border-bottom:1px solid rgba(228,228,231,.7);padding:2rem 1.5rem;position:sticky;top:0;z-index:10}.specialist-page .page-header h1{font-size:2rem;font-weight:800;background:linear-gradient(to right,#6366f1,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}@media (min-width: 768px){.specialist-page .page-header h1{font-size:2.5rem}}.specialist-page .body{max-width:1024px;margin:0 auto;padding:2rem 1rem}@media (min-width: 768px){.specialist-page .body{padding:3rem 1.5rem}}.specialist-page .body>h2{font-size:1.5rem;font-weight:700;color:#18181b;margin-bottom:1.5rem;margin-top:2rem}.specialist-page .filters{background:#fff;border:1px solid #e9d5ff;border-radius:1.25rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a;margin-bottom:2rem}.specialist-page .filters .input-row{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:#fafafa;border:2px solid #e9d5ff;border-radius:1rem;transition:all .2s}.specialist-page .filters .input-row:focus-within{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.specialist-page .filters .input-row input{flex:1;border:none;background:transparent;font-size:.95rem;color:#18181b;outline:none}.specialist-page .filters .input-row input::-moz-placeholder{color:#71717a}.specialist-page .filters .input-row input::placeholder{color:#71717a}.specialist-page .filters .pill-row{display:flex;flex-wrap:wrap;gap:.5rem}.specialist-page .filters .pill-row .pill{padding:.5rem 1rem;border-radius:9999px;border:1px solid #e9d5ff;background:transparent;font-size:.875rem;font-weight:500;color:#52525b;cursor:pointer;transition:all .2s}.specialist-page .filters .pill-row .pill:hover{background:#8b5cf60d;border-color:#8b5cf64d;color:#8b5cf6}.specialist-page .filters .pill-row .pill.active{background:linear-gradient(to right,#6366f1,#8b5cf6,#ec4899);color:#fff;border-color:transparent;box-shadow:0 4px 6px -1px #8b5cf64d}.specialist-page .empty{text-align:center;padding:3rem 1rem;color:#52525b}.specialist-detail-view{width:100%;padding:2rem 1.5rem 4rem}.specialist-detail-view .detail-back-button{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1.5rem;background:transparent;border:none;color:#8b5cf6;font-weight:600;cursor:pointer}.specialist-detail-view .specialist-detail-card{background:#fff;border:2px solid #e9d5ff;border-radius:20px;padding:2rem;box-shadow:0 20px 25px -5px #a855f71a;margin-bottom:2rem}.specialist-detail-view .specialist-detail-card .detail-header{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.specialist-detail-view .specialist-detail-card .detail-avatar{width:5rem;height:5rem;border-radius:16px;object-fit:cover;border:3px solid #e9d5ff}.specialist-detail-view .specialist-detail-card .detail-specialty{text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;color:#a855f7;font-weight:600}.specialist-detail-view .specialist-detail-card h2{font-size:1.75rem;margin:.35rem 0;color:#18181b}.specialist-detail-view .specialist-detail-card .detail-clinic{color:#52525b;margin-bottom:.5rem}.specialist-detail-view .specialist-detail-card .detail-tags{display:flex;gap:.5rem;flex-wrap:wrap}.specialist-detail-view .specialist-detail-card .detail-tags span{background:#a855f71a;color:#6d28d9;padding:.35rem .75rem;border-radius:9999px;font-size:.85rem;font-weight:600}.specialist-detail-view .specialist-detail-card .detail-bio{margin-top:1.25rem;color:#4b5563;line-height:1.6}.specialist-detail-view .detail-forms-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 992px){.specialist-detail-view .detail-forms-grid{grid-template-columns:repeat(2,1fr)}}.specialist-detail-view .detail-form{background:#fff;border:2px solid #e9d5ff;border-radius:18px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 15px 30px -10px #a855f726}.specialist-detail-view .detail-form .detail-form-header{display:flex;align-items:center;gap:.75rem}.specialist-detail-view .detail-form .detail-form-header h3{margin:0;font-size:1.2rem;color:#18181b}.specialist-detail-view .detail-form label{font-size:.9rem;font-weight:600;color:#374151;display:flex;flex-direction:column;gap:.35rem}.specialist-detail-view .detail-form input,.specialist-detail-view .detail-form textarea{border:2px solid #e9d5ff;border-radius:12px;padding:.75rem 1rem;font-size:.95rem;color:#1f2937;outline:none;background:#faf5ff;transition:border-color .2s ease}.specialist-detail-view .detail-form input:focus,.specialist-detail-view .detail-form textarea:focus{border-color:#a855f7;background:#fff}.specialist-detail-view .detail-form textarea{resize:vertical;min-height:120px}.specialist-detail-view .detail-form button{margin-top:.5rem;padding:.85rem 1.5rem;border:none;border-radius:12px;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.specialist-detail-view .detail-form button:disabled{opacity:.7;cursor:not-allowed}.specialist-detail-view .detail-form button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 15px 25px -10px #ec489980}.specialist-detail-view .form-feedback{border-radius:10px;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.specialist-detail-view .form-feedback.success{background:#ecfdf5;color:#047857;border:1px solid #6ee7b7}.specialist-detail-view .form-feedback.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}html.dark .specialist-detail-view,.dark .specialist-detail-view{background:transparent;color:#fafafa}html.dark .specialist-detail-view .detail-back-button,.dark .specialist-detail-view .detail-back-button{color:#c084fc}html.dark .specialist-detail-view .detail-back-button:hover,.dark .specialist-detail-view .detail-back-button:hover{color:#a855f7}html.dark .specialist-detail-view .specialist-detail-card,.dark .specialist-detail-view .specialist-detail-card{background:#18181b;border-color:#3f3f46;box-shadow:0 20px 25px -5px #0000004d}html.dark .specialist-detail-view .specialist-detail-card .detail-avatar,.dark .specialist-detail-view .specialist-detail-card .detail-avatar{border-color:#3f3f46}html.dark .specialist-detail-view .specialist-detail-card .detail-specialty,.dark .specialist-detail-view .specialist-detail-card .detail-specialty{color:#c084fc}html.dark .specialist-detail-view .specialist-detail-card h2,.dark .specialist-detail-view .specialist-detail-card h2{color:#fafafa}html.dark .specialist-detail-view .specialist-detail-card .detail-clinic,.dark .specialist-detail-view .specialist-detail-card .detail-clinic{color:#a1a1aa}html.dark .specialist-detail-view .specialist-detail-card .detail-tags span,.dark .specialist-detail-view .specialist-detail-card .detail-tags span{background:#a855f733;color:#c084fc}html.dark .specialist-detail-view .specialist-detail-card .detail-bio,.dark .specialist-detail-view .specialist-detail-card .detail-bio{color:#d4d4d8}html.dark .specialist-detail-view .detail-form,.dark .specialist-detail-view .detail-form{background:#18181b;border-color:#3f3f46;box-shadow:0 15px 30px -10px #0000004d}html.dark .specialist-detail-view .detail-form .detail-form-header h3,.dark .specialist-detail-view .detail-form .detail-form-header h3{color:#fafafa}html.dark .specialist-detail-view .detail-form .detail-form-header svg,.dark .specialist-detail-view .detail-form .detail-form-header svg{color:#c084fc}html.dark .specialist-detail-view .detail-form label,.dark .specialist-detail-view .detail-form label{color:#d4d4d8}html.dark .specialist-detail-view .detail-form input,html.dark .specialist-detail-view .detail-form textarea,.dark .specialist-detail-view .detail-form input,.dark .specialist-detail-view .detail-form textarea{background:#27272a;border-color:#3f3f46;color:#fafafa}html.dark .specialist-detail-view .detail-form input::placeholder,html.dark .specialist-detail-view .detail-form textarea::placeholder,.dark .specialist-detail-view .detail-form input::placeholder,.dark .specialist-detail-view .detail-form textarea::placeholder{color:#71717a}html.dark .specialist-detail-view .detail-form input:focus,html.dark .specialist-detail-view .detail-form textarea:focus,.dark .specialist-detail-view .detail-form input:focus,.dark .specialist-detail-view .detail-form textarea:focus{border-color:#a855f7;background:#27272a;box-shadow:0 0 0 3px #a855f733}html.dark .specialist-detail-view .form-feedback.success,.dark .specialist-detail-view .form-feedback.success{background:#22c55e26;color:#4ade80;border-color:#22c55e4d}html.dark .specialist-detail-view .form-feedback.error,.dark .specialist-detail-view .form-feedback.error{background:#ef444426;color:#f87171;border-color:#ef44444d}.specialist-sidebar-content{display:flex;flex-direction:column;height:100%}.contact-new-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin:.5rem;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.contact-new-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #a855f74d}.contacted-specialists{flex:1;overflow-y:auto;padding:.5rem}.specialist-group{margin-bottom:1.5rem}.group-label{font-size:.75rem;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding:0 .5rem}html.dark .group-label{color:#a1a1aa}.specialist-contact-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;margin-bottom:.5rem;background:#fafafa;border:1px solid #e9d5ff;border-radius:.75rem;cursor:pointer;transition:all .2s;text-align:left}html.dark .specialist-contact-item{background:#27272a;border-color:#3f3f46}.specialist-contact-item:hover{background:#f3e8ff;border-color:#a855f7}html.dark .specialist-contact-item:hover{background:#3f3f46;border-color:#a855f7}.specialist-contact-item.active{background:linear-gradient(135deg,#a855f71a,#ec48991a);border-color:#a855f7}.contact-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem;flex-shrink:0;overflow:hidden}.contact-avatar img{width:100%;height:100%;object-fit:cover}.contact-info{flex:1;min-width:0;position:relative}.contact-name{font-size:.875rem;font-weight:600;color:#18181b;margin-bottom:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.dark .contact-name{color:#fafafa}.contact-specialty{font-size:.75rem;color:#71717a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.dark .contact-specialty{color:#a1a1aa}.unread-badge{position:absolute;top:0;right:0;width:1.25rem;height:1.25rem;border-radius:50%;background:#ef4444;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700}.empty-contacts{text-align:center;padding:2rem 1rem;color:#71717a;font-size:.875rem}html.dark .empty-contacts{color:#a1a1aa}.sidebar-toggle-btn{position:fixed;top:5rem;left:1rem;z-index:50;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #a855f74d;transition:all .2s}.sidebar-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 12px #a855f766}.sidebar-toggle-desktop{position:fixed;top:5.5rem;right:1rem;z-index:1001;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #a855f74d;transition:all .2s}.sidebar-toggle-desktop:hover{transform:scale(1.1);box-shadow:0 6px 12px #a855f766}@media (min-width: 1024px){.sidebar-toggle-desktop{display:flex}.sidebar-toggle-btn{display:none}}@media (max-width: 1023px){.specialist-layout{flex-direction:column}.specialist-content-wrapper{margin-left:0;width:100%}.sidebar-toggle-desktop{display:none}.sidebar-reopen-btn{display:none!important}.sidebar-toggle-btn{display:flex;position:fixed;top:4.5rem;left:.5rem;width:2.25rem;height:2.25rem;z-index:1001;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #a855f74d}}.specialist-contact-detail-view{width:100%;padding:2rem 1.5rem 4rem;background:transparent}html.dark .specialist-contact-detail-view,.dark .specialist-contact-detail-view{background:transparent;color:#fafafa}.detail-header-section{margin-bottom:2rem}.detail-header-section .detail-back-button{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1.5rem;background:transparent;border:none;color:#8b5cf6;font-weight:600;cursor:pointer;transition:color .2s}.detail-header-section .detail-back-button:hover{color:#7c3aed}html.dark .detail-header-section .detail-back-button,.dark .detail-header-section .detail-back-button{color:#c084fc}html.dark .detail-header-section .detail-back-button:hover,.dark .detail-header-section .detail-back-button:hover{color:#a855f7}.specialist-header-info{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:2px solid #e9d5ff;border-radius:1rem}html.dark .specialist-header-info{background:#18181b;border-color:#3f3f46}.specialist-header-avatar{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;flex-shrink:0;overflow:hidden}.specialist-header-avatar img{width:100%;height:100%;object-fit:cover}.specialist-header-info h2{margin:0;font-size:1.5rem;color:#18181b}html.dark .specialist-header-info h2{color:#fafafa}.specialist-header-specialty{margin:.25rem 0 0;font-size:.875rem;color:#a855f7;font-weight:600}html.dark .specialist-header-specialty,.dark .specialist-header-specialty{color:#c084fc}.detail-content-section{background:#fff;border:2px solid #e9d5ff;border-radius:1rem;padding:1.5rem}html.dark .detail-content-section,.dark .detail-content-section{background:#18181b;border-color:#3f3f46;color:#fafafa}@media (max-width: 1023px){.specialist-page-v2{padding-bottom:4rem}.specialist-page-v2>header.navbar,.specialist-page-v2>.navbar{display:none!important}.bottom-nav{display:flex;background:#fff;border-top:1px solid #eee;padding:.5rem 0;position:fixed;bottom:0;left:0;right:0;z-index:1000;box-shadow:0 -2px 10px #0000000d}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:#888;font-size:.65rem;padding:.4rem .25rem;transition:.2s;cursor:pointer;min-width:0}.nav-item.active{color:#ec4899}.nav-item svg{stroke-width:2.2;width:20px;height:20px}.nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.nav-item:hover{color:#ec4899}.specialist-content-wrapper{padding-bottom:4rem}}html.dark .specialist-page-v2,.dark .specialist-page-v2{background:linear-gradient(to bottom,#09090b,#18181b);color:#fafafa}html.dark .specialist-page-v2 .specialists-grid .specialist-card-v2,.dark .specialist-page-v2 .specialists-grid .specialist-card-v2{background:#18181b;border-color:#3f3f46;color:#fafafa;display:block!important;visibility:visible!important;opacity:1!important}html.dark .specialist-page-v2 .specialists-grid .specialist-card-v2:hover,.dark .specialist-page-v2 .specialists-grid .specialist-card-v2:hover{border-color:#a855f7;box-shadow:0 20px 25px -5px #a855f74d}html.dark .specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header .specialist-info h3,.dark .specialist-page-v2 .specialists-grid .specialist-card-v2 .card-header .specialist-info h3{color:#fafafa}html.dark .specialist-page-v2 .specialists-grid .specialist-card-v2 .card-details,.dark .specialist-page-v2 .specialists-grid .specialist-card-v2 .card-details{color:#d4d4d8}html.dark .specialist-page-v2 .search-filter-section,.dark .specialist-page-v2 .search-filter-section{background:transparent}html.dark .specialist-page-v2 .search-filter-section .search-box,.dark .specialist-page-v2 .search-filter-section .search-box{background:#18181b;border-color:#3f3f46}html.dark .specialist-page-v2 .search-filter-section .search-box:focus-within,.dark .specialist-page-v2 .search-filter-section .search-box:focus-within{border-color:#a855f7;box-shadow:0 0 0 3px #a855f733}html.dark .specialist-page-v2 .search-filter-section .search-box .search-icon,.dark .specialist-page-v2 .search-filter-section .search-box .search-icon{color:#a1a1aa}html.dark .specialist-page-v2 .search-filter-section .search-box input,.dark .specialist-page-v2 .search-filter-section .search-box input{background:transparent;color:#fafafa}html.dark .specialist-page-v2 .search-filter-section .search-box input::placeholder,.dark .specialist-page-v2 .search-filter-section .search-box input::placeholder{color:#71717a}html.dark .specialist-page-v2 .search-filter-section .specialty-filters .specialty-pill,.dark .specialist-page-v2 .search-filter-section .specialty-filters .specialty-pill{background:#27272a;border-color:#3f3f46;color:#d4d4d8}html.dark .specialist-page-v2 .search-filter-section .specialty-filters .specialty-pill:hover,.dark .specialist-page-v2 .search-filter-section .specialty-filters .specialty-pill:hover{background:#3f3f46;border-color:#a855f7;color:#fafafa}html.dark .specialist-page-v2 .search-filter-section .specialty-filters .specialty-pill.active,.dark .specialist-page-v2 .search-filter-section .specialty-filters .specialty-pill.active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border-color:transparent}.message-thread{display:flex;flex-direction:column;gap:1rem}.message-thread-item{display:flex;gap:.75rem;padding:1rem;border-radius:.75rem;background:#fafafa;border:1px solid #e9d5ff}html.dark .message-thread-item{background:#27272a;border-color:#3f3f46}.message-thread-item.sent{background:#a855f70d;border-color:#a855f733}html.dark .message-thread-item.sent{background:#a855f71a;border-color:#a855f74d}.message-thread-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem;flex-shrink:0}.message-thread-content{flex:1;min-width:0}.message-thread-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;gap:1rem}.message-sender{font-weight:600;font-size:.875rem;color:#18181b}html.dark .message-sender{color:#fafafa}.message-time{font-size:.75rem;color:#71717a;white-space:nowrap}html.dark .message-time{color:#a1a1aa}.message-thread-subject{font-weight:600;font-size:.875rem;color:#a855f7;margin-bottom:.5rem}.message-thread-body{font-size:.875rem;color:#52525b;line-height:1.6;white-space:pre-wrap}html.dark .message-thread-body{color:#d4d4d8}.message-thread-loading,.message-thread-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.message-thread-empty .empty-icon{color:#a855f7;opacity:.5;margin-bottom:1rem}.message-thread-empty p{font-size:1rem;font-weight:600;color:#18181b;margin-bottom:.5rem}html.dark .message-thread-empty p{color:#fafafa}.message-thread-empty span{font-size:.875rem;color:#71717a}html.dark .message-thread-empty span{color:#a1a1aa}.loading-spinner{color:#71717a;font-size:.875rem}html.dark .loading-spinner{color:#a1a1aa}.message-thread-container{display:flex;flex-direction:column;height:100%;gap:1rem}.message-thread{flex:1;overflow-y:auto;padding-bottom:1rem}.message-thread-form{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border-top:1px solid #e9d5ff;border-radius:.75rem;margin-top:auto}html.dark .message-thread-form{background:#27272a;border-top-color:#3f3f46}.message-form-row{display:flex;flex-direction:column;gap:.5rem}.message-subject-input,.message-text-input{width:100%;padding:.75rem;border:1px solid #e9d5ff;border-radius:.5rem;font-size:.875rem;font-family:inherit;background:#fafafa;color:#18181b;transition:all .2s}html.dark .message-subject-input,html.dark .message-text-input{background:#18181b;border-color:#3f3f46;color:#fafafa}.message-subject-input:focus,.message-text-input:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.message-text-input{resize:vertical;min-height:80px}.message-send-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;align-self:flex-end}.message-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #a855f766}.message-send-btn:disabled{opacity:.6;cursor:not-allowed}.message-feedback{padding:.75rem;border-radius:.5rem;font-size:.875rem;font-weight:500}.message-feedback.success{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.message-feedback.error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}html.dark .message-feedback.success,.dark .message-feedback.success{background:#22c55e26;color:#4ade80;border-color:#22c55e4d}html.dark .message-feedback.error,.dark .message-feedback.error{background:#ef444426;color:#f87171;border-color:#ef44444d}html.dark .message-thread-subject,.dark .message-thread-subject{color:#c084fc}.specialist-appointments-table{width:100%}.appointments-table-container{width:100%;overflow-x:auto}.appointments-table{width:100%;min-width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden}.appointments-table thead{background:#faf5ff;border-bottom:2px solid #e9d5ff}.appointments-table th{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#52525b;text-transform:uppercase;letter-spacing:.05em}.appointments-table td{padding:1rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#18181b}.appointments-table tbody tr:hover{background:#faf5ff}.appointments-table tbody tr:last-child td{border-bottom:none}.appointments-loading,.appointments-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.appointments-empty .empty-icon{color:#a855f7;opacity:.5;margin-bottom:1rem}.appointments-empty p{font-size:1rem;color:#71717a}.appointment-feedback{padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:500}.appointment-feedback.success{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.appointment-feedback.error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.appointments-list{display:flex;flex-direction:column;gap:1rem}.appointment-card{background:#fff;border:1px solid #e9d5ff;border-radius:.75rem;padding:1.25rem;transition:all .2s}.appointment-card:hover{box-shadow:0 4px 12px #a855f71a}.appointment-main-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.appointment-date-time{display:flex;flex-direction:column;gap:.5rem}.date-info,.time-info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#52525b}.date-info svg,.time-info svg{color:#a855f7}.appointment-status{flex-shrink:0}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.appointment-notes{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#faf5ff;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem;color:#52525b}.appointment-actions{display:flex;gap:.75rem;flex-wrap:wrap}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.action-btn:disabled{opacity:.6;cursor:not-allowed}.accept-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.accept-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.reject-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.reject-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.reschedule-btn{background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff}.reschedule-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #a855f74d}.reschedule-form{margin-top:1rem;padding:1rem;background:#faf5ff;border-radius:.5rem;border:1px solid #e9d5ff}.reschedule-form h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#18181b}.reschedule-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.reschedule-form label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:500;color:#52525b}.reschedule-form input,.reschedule-form textarea{padding:.625rem;border:1px solid #e9d5ff;border-radius:.5rem;font-size:.875rem;font-family:inherit;background:#fff;color:#18181b;transition:all .2s}.reschedule-form input:focus,.reschedule-form textarea:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.reschedule-form textarea{resize:vertical;min-height:60px}.form-actions{display:flex;gap:.75rem;margin-top:1rem}.submit-btn{padding:.625rem 1.5rem;background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #a855f74d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{padding:.625rem 1.5rem;background:#f3f4f6;color:#52525b;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-btn:hover{background:#e5e7eb}html.dark .appointments-table,.dark .appointments-table{background:#18181b;color:#fafafa}html.dark .appointments-table thead,.dark .appointments-table thead{background:#27272a;border-bottom-color:#3f3f46}html.dark .appointments-table th,.dark .appointments-table th{color:#d4d4d8}html.dark .appointments-table td,.dark .appointments-table td{border-bottom-color:#3f3f46;color:#d4d4d8}html.dark .appointments-table tbody tr:hover,.dark .appointments-table tbody tr:hover{background:#27272a}html.dark .appointments-empty p,.dark .appointments-empty p{color:#a1a1aa}html.dark .appointment-feedback.success,.dark .appointment-feedback.success{background:#22c55e26;color:#4ade80;border-color:#22c55e4d}html.dark .appointment-feedback.error,.dark .appointment-feedback.error{background:#ef444426;color:#f87171;border-color:#ef44444d}html.dark .appointment-card,.dark .appointment-card{background:#18181b;border-color:#3f3f46}html.dark .appointment-card:hover,.dark .appointment-card:hover{box-shadow:0 4px 12px #a855f733}html.dark .date-info,html.dark .time-info,.dark .date-info,.dark .time-info{color:#a1a1aa}html.dark .appointment-notes,.dark .appointment-notes{background:#27272a;color:#d4d4d8}html.dark .reschedule-form,.dark .reschedule-form{background:#27272a;border-color:#3f3f46}html.dark .reschedule-form h4,.dark .reschedule-form h4{color:#fafafa}html.dark .reschedule-form label,.dark .reschedule-form label{color:#d4d4d8}html.dark .reschedule-form input,html.dark .reschedule-form textarea,.dark .reschedule-form input,.dark .reschedule-form textarea{background:#18181b;border-color:#3f3f46;color:#fafafa}html.dark .reschedule-form input::placeholder,html.dark .reschedule-form textarea::placeholder,.dark .reschedule-form input::placeholder,.dark .reschedule-form textarea::placeholder{color:#71717a}html.dark .reschedule-form input:focus,html.dark .reschedule-form textarea:focus,.dark .reschedule-form input:focus,.dark .reschedule-form textarea:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f733}html.dark .cancel-btn,.dark .cancel-btn{background:#27272a;color:#d4d4d8;border:1px solid #3f3f46}html.dark .cancel-btn:hover,.dark .cancel-btn:hover{background:#3f3f46;border-color:#52525b}@media (max-width: 768px){.reschedule-form .form-row{grid-template-columns:1fr}.appointment-actions{flex-direction:column}.action-btn{width:100%;justify-content:center}}.appointment-history-view{width:100%;background:#fff;border-radius:1rem;border:1px solid #e9d5ff;overflow:hidden}.history-header{padding:1.5rem;border-bottom:1px solid #e9d5ff;background:#faf5ff}.history-header-content{display:flex;justify-content:space-between;align-items:center}.history-header h2{font-size:1.5rem;font-weight:700;color:#18181b;margin:0}.close-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;border-radius:.5rem;color:#71717a;cursor:pointer;transition:all .2s}.close-btn:hover{background:#f3f4f6;color:#18181b}.history-content{padding:1.5rem}.appointment-info-card{background:#faf5ff;border:1px solid #e9d5ff;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.appointment-info-card h3{font-size:1.125rem;font-weight:600;color:#18181b;margin:0 0 1rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.info-item{display:flex;align-items:flex-start;gap:.75rem}.info-item svg{color:#a855f7;flex-shrink:0;margin-top:.25rem}.info-item div{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.75rem;color:#71717a;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:.875rem;color:#18181b;font-weight:600}.appointment-notes{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid #e9d5ff;margin-top:1rem}.appointment-notes svg{color:#a855f7;flex-shrink:0;margin-top:.125rem}.notes-label{font-size:.75rem;color:#71717a;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:block}.notes-text{font-size:.875rem;color:#52525b;line-height:1.6;white-space:pre-wrap}.history-timeline{margin-top:2rem}.history-timeline h3{font-size:1.125rem;font-weight:600;color:#18181b;margin:0 0 1.5rem}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:#e9d5ff}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:-1.75rem;top:.25rem;width:.75rem;height:.75rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);border:2px solid #ffffff;box-shadow:0 0 0 2px #e9d5ff}.timeline-content{background:#faf5ff;border:1px solid #e9d5ff;border-radius:.75rem;padding:1rem}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem}.action-type{font-size:.875rem;font-weight:600;color:#a855f7}.action-date{font-size:.75rem;color:#71717a;white-space:nowrap}.action-details{display:flex;flex-direction:column;gap:.75rem}.reschedule-details{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.change-item{display:flex;flex-direction:column;gap:.25rem}.change-label{font-size:.75rem;color:#71717a;font-weight:500}.change-value{font-size:.875rem;color:#18181b;font-weight:600}.arrow-icon{color:#a855f7;flex-shrink:0}.status-change-details{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.status-change-details .status-badge{padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.old-status{background:#fee2e2;color:#991b1b}.new-status{background:#d1fae5;color:#065f46}.history-notes{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#fff;border-radius:.5rem;border:1px solid #e9d5ff;font-size:.875rem;color:#52525b}.history-notes svg{color:#a855f7;flex-shrink:0;margin-top:.125rem}.changed-by{font-size:.75rem;color:#71717a;font-style:italic}.no-history{text-align:center;padding:3rem 1rem;color:#71717a}html.dark .appointment-history-view,.dark .appointment-history-view{background:#18181b;border-color:#3f3f46;color:#fafafa}html.dark .history-header,.dark .history-header{background:#27272a;border-bottom-color:#3f3f46}html.dark .history-header h2,.dark .history-header h2{color:#fafafa}html.dark .close-btn,.dark .close-btn{color:#a1a1aa}html.dark .close-btn:hover,.dark .close-btn:hover{background:#3f3f46;color:#fafafa}html.dark .appointment-info-card,.dark .appointment-info-card{background:#27272a;border-color:#3f3f46}html.dark .appointment-info-card h3,.dark .appointment-info-card h3{color:#fafafa}html.dark .info-label,.dark .info-label{color:#a1a1aa}html.dark .info-value,.dark .info-value{color:#fafafa}html.dark .appointment-notes,.dark .appointment-notes{background:#18181b;border-color:#3f3f46}html.dark .notes-label,.dark .notes-label{color:#a1a1aa}html.dark .notes-text,.dark .notes-text{color:#d4d4d8}html.dark .history-timeline h3,.dark .history-timeline h3{color:#fafafa}html.dark .timeline:before,.dark .timeline:before{background:#3f3f46}html.dark .timeline-marker,.dark .timeline-marker{border-color:#18181b;box-shadow:0 0 0 2px #3f3f46}html.dark .timeline-content,.dark .timeline-content{background:#27272a;border-color:#3f3f46}html.dark .action-type,.dark .action-type{color:#c084fc}html.dark .action-date,.dark .action-date,html.dark .change-label,.dark .change-label{color:#a1a1aa}html.dark .change-value,.dark .change-value{color:#fafafa}html.dark .old-status,.dark .old-status{background:#ef444433;color:#f87171}html.dark .new-status,.dark .new-status{background:#22c55e33;color:#4ade80}html.dark .history-notes,.dark .history-notes{background:#18181b;border-color:#3f3f46;color:#d4d4d8}html.dark .changed-by,.dark .changed-by{color:#71717a}html.dark .no-history,.dark .no-history{color:#a1a1aa}@media (max-width: 768px){.info-grid{grid-template-columns:1fr}.timeline{padding-left:1.5rem}.timeline-marker{left:-1.25rem}.reschedule-details{flex-direction:column;align-items:flex-start}.arrow-icon{transform:rotate(90deg)}}.tabs-container{display:flex;gap:.5rem;border-bottom:2px solid #e9d5ff;margin-bottom:1.5rem}html.dark .tabs-container{border-bottom-color:#3f3f46}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:none;border-bottom:2px solid transparent;color:#52525b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:-2px}html.dark .tab-button{color:#a1a1aa}.tab-button:hover{color:#a855f7;background:#a855f70d}html.dark .tab-button:hover{color:#c084fc;background:#a855f71a}.tab-button.active{color:#a855f7;border-bottom-color:#a855f7;font-weight:600}html.dark .tab-button.active{color:#c084fc;border-bottom-color:#c084fc}.tab-button svg{flex-shrink:0}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.container-page,.map-page{min-height:100vh;background:#f3e8ff;display:flex;flex-direction:column}.map-page-layout{display:flex;flex:1;overflow:hidden;height:calc(100vh - 4rem);margin-top:0}.map-page-sidebar{width:420px;background:#fff;border-right:2px solid #e9d5ff;display:flex;flex-direction:column;overflow:hidden;box-shadow:2px 0 8px #0000000d;position:relative;z-index:100}.sidebar-header{padding:1.25rem;border-bottom:2px solid #f3e8ff;display:flex;gap:1rem;background:linear-gradient(to bottom,#faf5ff,#fff)}.sidebar-search-row{display:flex;gap:.75rem;align-items:stretch}.sidebar-search{flex:1;display:flex;align-items:center;gap:.5rem;border:2px solid #e9d5ff;border-radius:.75rem;padding:.75rem;background:#fff;transition:all .2s}.sidebar-search:focus-within{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.sidebar-search svg{color:#a855f7;flex-shrink:0}.sidebar-search input{flex:1;border:none;outline:none;background:transparent;font-size:.95rem;color:#18181b}.sidebar-search input::placeholder{color:#9ca3af}.filter-dropdown-wrapper{position:relative;display:flex;gap:.5rem;align-items:center;justify-content:center;z-index:3001}.filter-dropdown-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:2px solid #e9d5ff;border-radius:.75rem;cursor:pointer;transition:all .2s;font-weight:600;color:#7c3aed;white-space:nowrap}.filter-dropdown-btn:hover{border-color:#a855f7;background:#faf5ff}.filter-dropdown-btn svg.rotate{transform:rotate(180deg);transition:transform .2s}.filter-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:2px solid #e9d5ff;border-radius:.75rem;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:3000;overflow:hidden;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;border:none;background:#fff;color:#374151;font-size:.9rem;cursor:pointer;transition:all .2s;text-align:left;font-weight:500}.filter-dropdown-item:hover{background:#faf5ff;color:#7c3aed}.filter-dropdown-item.active{background:#f3e8ff;color:#7e22ce;font-weight:600}.filter-check{color:#7e22ce;font-weight:700;font-size:1rem}.get-location-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:#0f766e;border:2px solid #5eead4;border-radius:.75rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0596691a}.get-location-btn:hover:not(:disabled){background:linear-gradient(135deg,#99f6e4,#5eead4);border-color:#2dd4bf;box-shadow:0 4px 8px #05966933;transform:translateY(-1px)}.get-location-btn:disabled{opacity:.6;cursor:not-allowed}.get-location-btn .spinner{width:1rem;height:1rem;border:2px solid #0f766e;border-top-color:transparent;border-radius:999px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sidebar-content{flex:1;overflow-y:auto;padding:1.25rem;background:#faf5ff}.sidebar-content::-webkit-scrollbar{width:8px}.sidebar-content::-webkit-scrollbar-track{background:#f3e8ff}.sidebar-content::-webkit-scrollbar-thumb{background:#d8b4fe;border-radius:4px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#c084fc}.sidebar-loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#666;font-size:1rem}.clinic-cards{display:flex;flex-direction:column;gap:1rem}.clinic-card{background:#fff;border:2px solid #e9d5ff;border-radius:1rem;padding:1.25rem;cursor:pointer;transition:all .2s;margin-bottom:1rem}.clinic-card:hover{border-color:#a855f7;box-shadow:0 6px 16px #a855f733;transform:translateY(-2px)}.clinic-card.active{border-color:#7e22ce;background:linear-gradient(135deg,#faf5ff,#f3e8ff);box-shadow:0 6px 20px #7e22ce40;border-width:3px}.clinic-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.clinic-card-name{font-size:1.125rem;font-weight:700;color:#18181b;margin:0;flex:1}.clinic-card-type{font-size:.75rem;padding:.25rem .5rem;background:#f3e8ff;color:#7c3aed;border-radius:999px;font-weight:600;white-space:nowrap;margin-left:.5rem}.clinic-card-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:#666}.clinic-card-info svg{color:#a855f7;flex-shrink:0}.clinic-card-actions{display:flex;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f3e8ff}.clinic-card-action-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#f3e8ff;color:#7c3aed;border:none;border-radius:.5rem;font-weight:600;font-size:.8rem;cursor:pointer;text-decoration:none;transition:all .2s;flex:1;justify-content:center}.clinic-card-action-btn:hover{background:#e9d5ff;color:#6d28d9}.clinic-card-action-btn-primary{background:#7e22ce;color:#fff}.clinic-card-action-btn-primary:hover{background:#6d28d9;color:#fff}.sidebar-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#666}.sidebar-empty svg{color:#a855f7;margin-bottom:1rem}.sidebar-empty p{margin:.5rem 0;font-size:1rem;font-weight:600}.sidebar-empty-hint{font-size:.875rem;color:#9ca3af;font-weight:400}.map-page-map{flex:1;position:relative;background:#e9d5ff}.map-loading{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:1.125rem;background:#fff}@media (max-width: 1023px){.map-page{padding-bottom:4rem}.map-page>header.navbar,.map-page>.navbar{display:none!important}.map-page-layout{flex-direction:column;height:calc(100vh - 3rem)}.map-page-sidebar{width:100%;max-height:40vh;border-right:none;border-bottom:2px solid #e9d5ff}.map-page-map{flex:1;min-height:60vh}.bottom-nav{display:flex;background:#fff;border-top:1px solid #eee;padding:.5rem 0;position:fixed;bottom:0;left:0;right:0;z-index:1000;box-shadow:0 -2px 10px #0000000d}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:#888;font-size:.65rem;padding:.4rem .25rem;transition:.2s;cursor:pointer;min-width:0}.nav-item.active{color:#ec4899}.nav-item svg{stroke-width:2.2;width:20px;height:20px}.nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.nav-item:hover{color:#ec4899}}@media (min-width: 1024px){.bottom-nav{display:none}}html.dark .container-page,html.dark .map-page{background:#09090b;color:#fafafa}html.dark .map-page-sidebar{background:#18181b;border-right-color:#27272a}html.dark .sidebar-header{background:linear-gradient(to bottom,#27272a,#18181b);border-bottom-color:#27272a}html.dark .sidebar-search{background:#27272a;border-color:#3f3f46}html.dark .sidebar-search:focus-within{border-color:#a855f7;box-shadow:0 0 0 3px #a855f733}html.dark .sidebar-search input{color:#fafafa}html.dark .sidebar-search input::placeholder{color:#71717a}html.dark .filter-dropdown-btn{background:#27272a;border-color:#3f3f46;color:#d4d4d8}html.dark .filter-dropdown-btn:hover{background:#3f3f46;border-color:#a855f7}html.dark .filter-dropdown-menu{background:#18181b;border-color:#27272a}html.dark .filter-dropdown-item{background:#18181b;color:#d4d4d8}html.dark .filter-dropdown-item:hover{background:#27272a;color:#a855f7}html.dark .filter-dropdown-item.active{background:#3f1f4f;color:#c084fc}html.dark .sidebar-content{background:#18181b}html.dark .sidebar-content::-webkit-scrollbar-track{background:#27272a}html.dark .sidebar-content::-webkit-scrollbar-thumb{background:#52525b}html.dark .sidebar-content::-webkit-scrollbar-thumb:hover{background:#71717a}html.dark .sidebar-loading{color:#a1a1aa}html.dark .clinic-card{background:#27272a;border-color:#3f3f46}html.dark .clinic-card:hover{border-color:#a855f7}html.dark .clinic-card.active{background:linear-gradient(135deg,#3f1f4f,#2d1b3d);border-color:#a855f7}html.dark .clinic-card-name{color:#fafafa}html.dark .clinic-card-type{background:#3f1f4f;color:#c084fc}html.dark .clinic-card-info{color:#a1a1aa}html.dark .clinic-card-actions{border-top-color:#3f3f46}html.dark .clinic-card-action-btn{background:#3f3f46;color:#c084fc}html.dark .clinic-card-action-btn:hover{background:#52525b;color:#d8b4fe}html.dark .sidebar-empty{color:#a1a1aa}html.dark .sidebar-empty-hint{color:#71717a}html.dark .map-page-map{background:#18181b}html.dark .map-loading{background:#18181b;color:#a1a1aa}html.dark .clinic-details-panel{background:#18181b;border-top-color:#27272a}html.dark .clinic-details-close{color:#a1a1aa}html.dark .clinic-details-close:hover{background:#27272a;color:#fafafa}html.dark .clinic-details-title{color:#fafafa}html.dark .clinic-details-type{color:#a1a1aa}html.dark .clinic-details-info{color:#d4d4d8}html.dark .clinic-details-info strong{color:#fafafa}html.dark .clinic-action-btn{background:#3f3f46;color:#c084fc}html.dark .clinic-action-btn:hover{background:#52525b;color:#d8b4fe}html.dark .bottom-nav{background:#18181b;border-top-color:#27272a}html.dark .nav-item{color:#71717a}html.dark .nav-item.active,html.dark .nav-item:hover{color:#ec4899}.education_page .topics-wrap .topic-card,.education_page .topics-wrap .did-you-know{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;padding:1rem}.container-page,.education_page{min-height:100vh;background:#f3e8ff;display:flex;flex-direction:column}.education_page .topics-wrap{padding:1rem}.education_page .topics-wrap h2{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#374151}.education_page .topics-wrap .grid{display:grid;gap:1rem}.education_page .topics-wrap .topic-card{display:flex;align-items:center;border:1px solid #e5e7eb}.education_page .topics-wrap .topic-card .icon-wrap{background:#fff;border-radius:999px;padding:.5rem;margin-right:.75rem;display:inline-flex}.education_page .topics-wrap .topic-card .title{font-size:1.125rem;font-weight:500}.education_page .topics-wrap .topic-card.purple{background:#f3e8ff;color:#6b21a8;border-color:#e9d5ff}.education_page .topics-wrap .topic-card.pink{background:#fce7f3;color:#9d174d;border-color:#fbcfe8}.education_page .topics-wrap .topic-card.blue{background:#dbeafe;color:#1d4ed8;border-color:#bfdbfe}.education_page .topics-wrap .topic-card.teal{background:#ccfbf1;color:#0f766e;border-color:#99f6e4}.education_page .topics-wrap .did-you-know h3{color:#7e22ce;font-weight:600;margin-bottom:.5rem}.education_page .topics-wrap .did-you-know p{color:#374151;font-size:.95rem}@media (max-width: 1023px){.learn-page>header.navbar,.learn-page>.navbar{display:none!important}.learn-page .bottom-nav{display:flex;background:#fff;border-top:1px solid #eee;padding:.5rem 0;position:fixed;bottom:0;left:0;right:0;z-index:1000;box-shadow:0 -2px 10px #0000000d}.learn-page .nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:#888;font-size:.65rem;padding:.4rem .25rem;transition:.2s;cursor:pointer;min-width:0}.learn-page .nav-item.active{color:#ec4899}.learn-page .nav-item svg{stroke-width:2.2;width:20px;height:20px}.learn-page .nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.learn-page>div[style*=container]{padding-bottom:4rem}}@media (min-width: 1024px){.learn-page .bottom-nav{display:none}}html.dark .learn-page .bottom-nav{background:#18181b;border-top-color:#27272a}html.dark .learn-page .nav-item{color:#71717a}html.dark .learn-page .nav-item.active,html.dark .learn-page .nav-item:hover{color:#ec4899}html.dark .learn-page,html.dark .learn-page .search-section,html.dark .learn-page .articles-section{background:#09090b;color:#fafafa}html.dark .learn-page .article-card{background:#18181b;border-color:#27272a;color:#fafafa}html.dark .learn-page .article-card:hover{border-color:#a855f7;box-shadow:0 4px 12px #a855f733}html.dark .learn-page .article-card h3{color:#fafafa}html.dark .learn-page .article-card p{color:#d4d4d8}html.dark .learn-page .search-input{background:#18181b;border-color:#3f3f46;color:#fafafa}html.dark .learn-page .search-input::placeholder{color:#a1a1aa}html.dark .learn-page .tag-button{background:#27272a;border-color:#3f3f46;color:#d4d4d8}html.dark .learn-page .tag-button.active{background:#a855f7;color:#fff}html.dark .learn-page .tag-button:hover{background:#3f3f46;color:#fafafa}.article-detail-page{min-height:100vh;background:linear-gradient(to bottom,#fdf4ff,#faf5ff);padding-bottom:4rem}.article-detail-container{max-width:800px;margin:0 auto;padding:2rem 1rem}.article-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:2px solid #e9d5ff;border-radius:.75rem;color:#666;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:2rem;font-size:.95rem}.article-back-btn:hover{background:#f9fafb;border-color:#a855f7;color:#a855f7;transform:translate(-4px)}.article-content{background:#fff;border-radius:1.5rem;padding:3rem;box-shadow:0 4px 6px #0000000d}.article-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.article-read-time{display:inline-flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem}.article-tag{padding:.375rem .875rem;background:#f3e8ff;color:#7c3aed;border-radius:9999px;font-size:.875rem;font-weight:600}.article-title{font-size:2.5rem;font-weight:800;color:#18181b;line-height:1.2;margin:0}.article-body{font-size:1.125rem;line-height:1.8;color:#374151;margin-bottom:2rem}.article-body h1,.article-body h2,.article-body h3{color:#18181b;font-weight:700;margin-top:2rem;margin-bottom:1rem}.article-body h1{font-size:2rem}.article-body h2{font-size:1.75rem}.article-body h3{font-size:1.5rem}.article-body p{margin-bottom:1.5rem}.article-body ul,.article-body ol{margin-bottom:1.5rem;padding-left:2rem}.article-body li{margin-bottom:.75rem}.article-body a{color:#a855f7;text-decoration:underline;transition:color .2s}.article-body a:hover{color:#7c3aed}.article-body img{max-width:100%;height:auto;border-radius:.75rem;margin:2rem 0}.article-body blockquote{border-left:4px solid #a855f7;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#666}.article-body code{background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.9em}.article-body pre{background:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:.75rem;overflow-x:auto;margin:2rem 0}.article-body pre code{background:transparent;padding:0;color:inherit}.article-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #f3f4f6}.article-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#a855f7;background:none;border:none;font-weight:600;cursor:pointer;font-size:1rem;transition:all .2s}.article-back-link:hover{color:#7c3aed;transform:translate(-4px)}.article-loading,.article-error{text-align:center;padding:3rem;color:#666;font-size:1.125rem}.article-error{color:#ef4444}@media (max-width: 768px){.article-detail-container{padding:1rem}.article-content{padding:1.5rem}.article-title{font-size:1.75rem}.article-body{font-size:1rem}.article-body h1{font-size:1.5rem}.article-body h2{font-size:1.25rem}.article-body h3{font-size:1.125rem}}html.dark .article-detail-page{background:linear-gradient(to bottom,#09090b,#18181b)}html.dark .article-back-btn{background:#27272a;border-color:#3f3f46;color:#d4d4d8}html.dark .article-back-btn:hover{background:#3f3f46;border-color:#a855f7;color:#c084fc}html.dark .article-content{background:#18181b;box-shadow:0 4px 6px #0000004d}html.dark .article-header{border-bottom-color:#3f3f46}html.dark .article-read-time{color:#a1a1aa}html.dark .article-tag{background:#3f1f4f;color:#c084fc}html.dark .article-title{color:#fafafa}html.dark .article-body{color:#d4d4d8}html.dark .article-body h1,html.dark .article-body h2,html.dark .article-body h3{color:#fafafa}html.dark .article-body a{color:#c084fc}html.dark .article-body a:hover{color:#d8b4fe}html.dark .article-body blockquote{border-left-color:#a855f7;color:#a1a1aa}html.dark .article-body code,html.dark .article-body pre{background:#27272a;color:#fafafa}html.dark .article-footer{border-top-color:#3f3f46}html.dark .article-back-link{color:#c084fc}html.dark .article-back-link:hover{color:#d8b4fe}html.dark .article-loading,html.dark .article-error{color:#a1a1aa}html.dark .article-error{color:#f87171}.resources-page .body .search-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;padding:1rem}.container-page,.resources-page{min-height:100vh;background:#f3e8ff;display:flex;flex-direction:column}.resources-page .body{padding:1rem}.resources-page .body .search-card{margin-bottom:1.5rem}.resources-page .body .search-card .use-location{margin-top:1rem;display:flex;align-items:center;justify-content:center;background:#ccfbf1;color:#0f766e;padding:.5rem 1rem;border-radius:.75rem;border:none;cursor:pointer}.resources-page .body h2{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#374151}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:linear-gradient(to bottom,#f8f9ff,#fdf2f8)}.signup-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:40px 20px;position:relative;background:linear-gradient(to bottom,#f8f9ff,#fdf2f8)}.logo{margin-bottom:20px}.logo .logo-icon{width:60px;height:60px;background:linear-gradient(135deg,#ff6bce,#9f57f3);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:700;box-shadow:0 8px 20px #ff6bce4d}.signup-card{background:#fff;border-radius:24px;box-shadow:0 20px 40px #00000014;padding:40px;max-width:480px;width:100%;position:relative;overflow:hidden}.cancel-btn{position:absolute;top:16px;left:16px;background:#fff;border:1px solid #e5e7eb;padding:8px 16px;border-radius:12px;font-size:14px;color:#666;cursor:pointer;transition:.2s}.cancel-btn:hover{background:#f9fafb}.header{text-align:center;margin-bottom:32px}.header h2{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.header p{color:#777;font-size:15px}.signup-form{display:flex;flex-direction:column;gap:20px}.user-type-selector .label{display:block;font-size:14px;color:#555;margin-bottom:12px;font-weight:500}.user-type-selector .toggle-buttons{display:flex;background:#fdf2f8;border-radius:16px;overflow:hidden;border:2px solid transparent}.user-type-selector .toggle-btn{flex:1;padding:16px;border:none;background:transparent;font-weight:600;font-size:15px;color:#999;cursor:pointer;transition:.3s;display:flex;align-items:center;justify-content:center;gap:8px}.user-type-selector .toggle-btn.active{background:linear-gradient(135deg,#ff6bce,#ff8ad4);color:#fff;border-radius:14px;margin:4px;box-shadow:0 4px 12px #ff6bce4d}.name-fields{display:flex;gap:16px}@media (max-width: 480px){.name-fields{flex-direction:column}}.input-group{display:flex;flex-direction:column}.input-group label{font-size:14px;color:#444;margin-bottom:8px;font-weight:500}.input-group input{padding:14px 16px;border:1.5px solid #e0e0e0;border-radius:12px;font-size:15px;transition:all .3s}.input-group input:focus{outline:none;border-color:#ff6bce;box-shadow:0 0 0 4px #ff6bce26}.input-group.full-width{width:100%}.password-wrapper .eye-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#999;padding:4px}.terms .checkbox-label{display:flex;align-items:center;font-size:13px;color:#555;cursor:pointer}.terms .checkbox-label input{opacity:0;position:absolute}.terms .checkbox-label .checkmark{width:20px;height:20px;border:2px solid #ddd;border-radius:8px;margin-right:12px;position:relative;transition:.2s}.terms .checkbox-label .checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.terms .checkbox-label input:checked~.checkmark{background:linear-gradient(135deg,#ff6bce,#ff8ad4);border-color:#ff6bce}.terms .checkbox-label input:checked~.checkmark:after{display:block}.create-account-btn{margin-top:8px;padding:16px;background:linear-gradient(135deg,#ff6bce,#9f57f3);color:#fff;font-weight:600;font-size:16px;border:none;border-radius:16px;cursor:pointer;transition:all .3s}.create-account-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff6bce66}.create-account-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.create-account-btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.signin-link{text-align:center;margin-top:20px;font-size:14px;color:#777}.signin-link a{color:#ff6bce;font-weight:600;text-decoration:none}.signin-link a:hover{text-decoration:underline}.error,.submit-error{color:#ef4444;font-size:13px;margin-top:6px}.submit-error{text-align:center;padding:12px;background:#fee2e2;border-radius:8px;border:1px solid #fecaca}@media (max-width: 480px){.signup-card{padding:32px 24px;border-radius:20px}.cancel-btn{top:12px;left:12px;font-size:13px;padding:6px 12px}}html.dark,.dark body,html.dark .signup-container{background:linear-gradient(to bottom,#09090b,#18181b)}html.dark .signup-card{background:#18181b;box-shadow:0 20px 40px #0000004d}html.dark .signup-header h1{color:#fafafa}html.dark .signup-header p{color:#a1a1aa}html.dark .form-group label{color:#d4d4d8}html.dark .form-group input,html.dark .form-group select{background:#27272a;border-color:#3f3f46;color:#fafafa}html.dark .form-group input::placeholder,html.dark .form-group select::placeholder{color:#71717a}html.dark .form-group input:focus,html.dark .form-group select:focus{border-color:#ff6bce;box-shadow:0 0 0 3px #ff6bce33}html.dark .submit-btn{background:linear-gradient(135deg,#ff6bce,#ff8ad4)}html.dark .cancel-btn{background:#27272a;color:#d4d4d8}html.dark .cancel-btn:hover{background:#3f3f46}.container-page{min-height:100vh;background:#f3e8ff;display:flex;flex-direction:column}.page-header{background:#7e22ce;color:#fff;padding:1rem;display:flex;align-items:center}.page-header h1{font-weight:600;margin:0 auto;font-size:1.25rem}.input-row{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem}.input-row input{flex:1;outline:none;border:none;font-size:.95rem;background:transparent}.pill-row{display:flex;overflow-x:auto;gap:.5rem}.pill-row .pill{padding:.25rem .75rem;border-radius:999px;font-size:.85rem;white-space:nowrap;background:#e5e7eb;color:#374151;border:none;cursor:pointer}.pill-row .pill.active{background:#7e22ce;color:#fff}.btn-primary{background:#7e22ce;color:#fff;border-radius:999px;padding:.5rem;border:none;cursor:pointer}.btn-primary:hover{filter:brightness(.95)}.notice-muted{font-size:.75rem;color:#4b5563;margin-top:.5rem;text-align:center}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(to bottom,#fdf2f8,#f8f9fa);padding:20px;font-family:Segoe UI,sans-serif}.auth-card{background:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000f;padding:32px;max-width:420px;width:100%;position:relative;text-align:center}.logo{margin-bottom:16px}.logo .logo-circle{width:56px;height:56px;margin:0 auto 12px;background:linear-gradient(135deg,#ff6bce,#ff8ad4);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700}.header{margin-bottom:24px}.header h2{margin:0 0 6px;font-size:24px;color:#333}.header p{margin:0;color:#777;font-size:14px}.auth-form{display:flex;flex-direction:column;gap:16px}.input-group label{display:block;font-size:13px;color:#555;margin-bottom:6px;font-weight:500}.input-group input{width:100%;padding:12px 14px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:14px}.input-group input::-moz-placeholder{color:#bbb}.input-group input::placeholder{color:#bbb}.input-group input:focus{outline:none;border-color:#ff6bce;box-shadow:0 0 0 3px #ff6bce1a}.password-wrapper{position:relative}.password-wrapper .eye-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#aaa;cursor:pointer;font-size:16px}.options{display:flex;justify-content:space-between;align-items:center;font-size:13px}.options .checkbox-label{display:flex;align-items:center;color:#555;cursor:pointer}.options .checkbox-label input{opacity:0;position:absolute}.options .checkbox-label .checkmark{width:18px;height:18px;border:2px solid #ddd;border-radius:6px;margin-right:8px;position:relative}.options .checkbox-label .checkmark:after{content:"";display:none;position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.options .checkbox-label input:checked~.checkmark{background:linear-gradient(135deg,#ff6bce,#ff8ad4);border-color:#ff6bce}.options .checkbox-label input:checked~.checkmark:after{display:block}.options .forgot-link{color:#ff6bce;text-decoration:none;font-weight:500}.options .forgot-link:hover{text-decoration:underline}.submit-btn{margin-top:8px;padding:14px;background:linear-gradient(135deg,#ff6bce,#ff8ad4);color:#fff;font-weight:600;font-size:15px;border:none;border-radius:12px;cursor:pointer;transition:all .2s}.submit-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #ff6bce4d}.divider{position:relative;text-align:center;margin:20px 0;color:#aaa;font-size:13px}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#eee}.divider span{background:#fff;padding:0 12px}.social-buttons{display:flex;gap:12px}.social-buttons .social-btn{flex:1;padding:10px;border:1.5px solid #ddd;border-radius:10px;background:#fff;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s}.social-buttons .social-btn.google img{width:20px;height:20px}.social-buttons .social-btn.facebook{color:#1877f2}.social-buttons .social-btn.facebook img{width:20px;height:20px}.social-buttons .social-btn:hover{border-color:#ff6bce;background:#fdf2f8}.switch-link{margin-top:16px;font-size:13px;color:#777}.switch-link a{color:#ff6bce;text-decoration:none;font-weight:500}.switch-link a:hover{text-decoration:underline}.talk-btn{position:absolute;bottom:-16px;right:20px;background:#1a1a1a;color:#fff;border:none;border-radius:30px;padding:10px 20px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #00000026}.talk-btn span{font-size:16px}.talk-btn:hover{background:#333;transform:translateY(-2px)}html.dark .container-page{background:#09090b;color:#fafafa}html.dark .auth-container{background:linear-gradient(to bottom,#09090b,#18181b)}html.dark .auth-card{background:#18181b;box-shadow:0 1px 2px #0000004d}html.dark .header h2{color:#fafafa}html.dark .header p{color:#a1a1aa}html.dark .input-group label{color:#d4d4d8}html.dark .input-group input:focus{border-color:#ff6bce;box-shadow:0 0 0 3px #ff6bce33}html.dark .password-wrapper .eye-icon{color:#71717a}html.dark .options .checkbox-label{color:#d4d4d8}html.dark .options .checkbox-label .checkmark{border-color:#3f3f46}html.dark .options .forgot-link{color:#ff6bce}html.dark .divider{color:#71717a}html.dark .divider:before{background:#3f3f46}html.dark .divider span{background:#18181b}html.dark .social-buttons .social-btn{background:#27272a;border-color:#3f3f46;color:#d4d4d8}html.dark .social-buttons .social-btn:hover{border-color:#ff6bce;background:#3f3f46}html.dark .switch-link{color:#a1a1aa}html.dark .switch-link a{color:#ff6bce}html.dark .talk-btn{background:#27272a}html.dark .talk-btn:hover{background:#3f3f46}html.dark .input-row{border-color:#3f3f46;background:#27272a}html.dark .input-row input{color:#fafafa}html.dark .input-row input::placeholder{color:#71717a}html.dark .pill-row .pill{background:#27272a;color:#d4d4d8}html.dark .pill-row .pill.active{background:#7e22ce;color:#fff}html.dark .notice-muted{color:#71717a}.reset-password-page{min-height:100vh;background:linear-gradient(135deg,#ff6bce1e,#ff8ad42a);display:flex;align-items:center;justify-content:center;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.reset-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 40px #00000014;padding:3rem 2.5rem;width:100%;max-width:420px;text-align:center;position:relative;overflow:hidden}.logo{width:60px;height:60px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center}.lock-icon{color:#fff;width:28px;height:28px}.input-group label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.input-group input{width:100%;padding:.875rem 1rem;border:1.5px solid #e2e8f0;border-radius:.75rem;font-size:1rem;transition:all .2s}.input-group input:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 3px #a855f733}.input-group input::-moz-placeholder{color:#94a3b8}.input-group input::placeholder{color:#94a3b8}.input-group input.error{border-color:#ef4444}.input-group input:disabled{background:#f8fafc;cursor:not-allowed}.info-box{background:#eef2ff;border:1px solid #c7d2fe;border-radius:1rem;padding:1rem;display:flex;gap:.75rem;text-align:left;font-size:.875rem;color:#4f46e5}.info-box .info-icon{flex-shrink:0;width:20px;height:20px;background:#6366f1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}.info-box strong{display:block;margin-bottom:.25rem;color:#3730a3}.info-box p{margin:0;line-height:1.4;color:#6366f1}.submit-btn{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;font-weight:600;font-size:1rem;padding:.875rem;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s;margin-top:.5rem}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #a855f74d}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.back-link{display:block;margin-top:1.5rem;color:#64748b;text-decoration:none;font-size:.925rem;transition:color .2s}.back-link:hover{color:#a855f7}html.dark .reset-password-page{background:linear-gradient(135deg,#09090b,#18181b)}html.dark .reset-card{background:#18181b;box-shadow:0 20px 40px #0000004d}html.dark .input-group input:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f733}html.dark .back-link:hover{color:#c084fc}.invalid-page{min-height:100vh;background:linear-gradient(135deg,#f5f7ff,#e0e7ff);display:flex;align-items:center;justify-content:center;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.invalid-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 40px #00000014;padding:3rem 2.5rem;width:100%;max-width:420px;text-align:center}.icon-circle{width:70px;height:70px;margin:0 auto 1.5rem;background:#fef2f2;border:6px solid #fecaca;border-radius:50%;display:flex;align-items:center;justify-content:center}.alert-icon{color:#ef4444;width:36px;height:36px}.message-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;text-align:center}.message-box p{color:#475569;font-size:.95rem;margin:0 0 1.5rem;line-height:1.5}.request-btn{background:linear-gradient(135deg,#ec4899,#a855f7);color:#fff;font-weight:600;font-size:1rem;padding:.875rem 2rem;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s;width:100%;margin-bottom:1rem}.request-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ec48994d}.back-btn{display:block;background:#fff;color:#64748b;font-size:.95rem;padding:.75rem;border:1.5px solid #e2e8f0;border-radius:.75rem;text-decoration:none;transition:all .2s}.back-btn:hover{border-color:#a855f7;color:#a855f7}html.dark .invalid-page{background:linear-gradient(135deg,#09090b,#18181b)}html.dark .invalid-card{background:#18181b;box-shadow:0 20px 40px #0000004d}html.dark .icon-circle{background:#2d1b1b;border-color:#4a1f1f}html.dark .back-btn{background:#27272a;border-color:#3f3f46;color:#d4d4d8}html.dark .back-btn:hover{border-color:#a855f7;color:#c084fc;background:#3f3f46}.all-in-one-page{min-height:100vh;background:linear-gradient(135deg,#fdf2f8,#e0e7ff);display:flex;align-items:center;justify-content:center;padding:1rem;font-family:system-ui,sans-serif}.card{background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px #00000026;padding:3rem 2.5rem;width:100%;max-width:430px;text-align:center}.icon{width:70px;height:70px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#c084fc,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center}.icon .lock{color:#fff;width:36px;height:36px}h1{font-size:1.8rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.subtitle{color:#64748b;margin-bottom:2rem}.subtitle strong{color:#1e293b;font-weight:600}.form{display:flex;flex-direction:column;gap:1.3rem}.field{text-align:left}.field label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.field input{width:100%;padding:.9rem 1rem;border:2px solid #e2e8f0;border-radius:.8rem;font-size:1.1rem;transition:.2s}.field input:focus{outline:none;border-color:#c084fc;box-shadow:0 0 0 4px #c084fc33}.field .code-input{text-align:center;letter-spacing:.6rem;font-weight:700;font-size:1.6rem;text-transform:uppercase}.field .err{color:#ef4444;font-size:.85rem;margin-top:.4rem;display:block}.btn{margin-top:.5rem;background:linear-gradient(135deg,#ec4899,#c084fc);color:#fff;font-weight:600;padding:1rem;border:none;border-radius:.8rem;font-size:1.1rem;cursor:pointer;transition:.2s}.btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 30px #ec489966}.btn:disabled{opacity:.7;cursor:not-allowed}.back{display:block;margin-top:1.5rem;color:#94a3b8;text-decoration:none;font-size:.95rem}.back:hover{color:#ec4899}.new-password-page{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;align-items:center;justify-content:center;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.new-password-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 40px #0000001a;padding:3rem 2.5rem;width:100%;max-width:420px;text-align:center}.icon-circle{width:70px;height:70px;margin:0 auto 1.5rem;background:#ecfdf5;border:6px solid #a7f3d0;border-radius:50%;display:flex;align-items:center;justify-content:center}.icon-circle.success{background:#ecfdf5;border-color:#6ee7b7}.success-icon{color:#10b981;width:36px;height:36px}h1{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.subtitle{color:#64748b;font-size:.95rem;margin-bottom:2rem}.subtitle strong{color:#1e293b}.form{display:flex;flex-direction:column;gap:1.25rem}.input-group{text-align:left}.input-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.9rem}.input-group input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;transition:all .2s}.input-group input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf633}.input-group .code-input{font-weight:700;font-size:1.6rem}.input-group .error-text{color:#ef4444;font-size:.825rem;margin-top:.375rem;display:block}.submit-btn{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;font-weight:600;padding:.875rem;border:none;border-radius:.75rem;cursor:pointer;font-size:1rem;margin-top:.5rem;transition:all .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #8b5cf666}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.back-link{display:block;margin-top:1.5rem;color:#64748b;text-decoration:none;font-size:.925rem}.back-link:hover{color:#8b5cf6}html.dark .set-password-page{background:linear-gradient(135deg,#09090b,#18181b)}html.dark .set-password-card{background:#18181b;box-shadow:0 20px 40px #0000004d}html.dark,.dark h1{color:#fafafa}html.dark .subtitle{color:#a1a1aa}html.dark .input-group input{background:#27272a;border-color:#3f3f46;color:#fafafa}html.dark .input-group input::placeholder{color:#71717a}html.dark .input-group input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf633}html.dark .back-link{color:#a1a1aa}html.dark .back-link:hover{color:#a78bfa}.specialist-dashboard{min-height:100vh;background:linear-gradient(to bottom,#fdf4ff,#faf5ff);display:flex;flex-direction:column}.dashboard-layout{display:flex;flex-direction:column;width:100%;position:relative;margin-top:4rem}@media (min-width: 1024px){.dashboard-layout{flex-direction:row;align-items:flex-start;min-height:calc(100vh - 4rem)}.dashboard-content-wrapper{flex:1;margin-left:320px;width:calc(100% - 320px);transition:margin-left .3s ease,width .3s ease;min-width:0;padding:2rem}.dashboard-layout.sidebar-closed .dashboard-content-wrapper{margin-left:0;width:100%}.sidebar-toggle-btn{display:none}.sidebar-reopen-btn{position:fixed;top:5.5rem;left:1rem;z-index:1001;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #a855f74d;transition:all .2s}.sidebar-reopen-btn:hover{transform:scale(1.1);box-shadow:0 6px 12px #a855f766}.dashboard-layout.sidebar-closed .sidebar-reopen-btn{display:flex}}@media (max-width: 1023px){.dashboard-layout{flex-direction:column}.dashboard-content-wrapper{margin-left:0;width:100%;padding:1rem}.sidebar-reopen-btn{display:none!important}.sidebar-toggle-btn{display:flex;position:fixed;top:4.5rem;left:.5rem;width:2.25rem;height:2.25rem;z-index:1001;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #a855f74d}}.patients-sidebar-content{padding:.5rem}.patients-list{display:flex;flex-direction:column;gap:.5rem}.patient-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:none;background:transparent;border-radius:.5rem;cursor:pointer;transition:all .2s;width:100%;text-align:left}.patient-item:hover{background:#faf5ff}.patient-item.active{background:linear-gradient(135deg,#a855f71a,#ec48991a);border:1px solid rgba(168,85,247,.3)}.patient-item.has-active{border-left:3px solid #a855f7}.patient-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.patient-info{flex:1;min-width:0}.patient-name-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.patient-name{font-weight:600;font-size:.875rem;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.patient-badges{display:flex;gap:.25rem;flex-shrink:0}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge.unread{background:#ec4899;color:#fff}.badge.pending{background:#f59e0b;color:#fff}.patient-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#71717a}.last-action{display:flex;align-items:center;gap:.25rem}.loading-text,.empty-patients{padding:2rem 1rem;text-align:center;color:#71717a;font-size:.875rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:#18181b;margin-bottom:.5rem}.dashboard-header p{color:#71717a;font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 12px #0000000d;display:flex;align-items:center;gap:1rem;border:1px solid #e9d5ff;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #a855f71a}.stat-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.stat-icon.today{background:linear-gradient(135deg,#a78bfa,#8b5cf6)}.stat-icon.messages{background:linear-gradient(135deg,#f472b6,#ec4899)}.stat-icon.patients{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.stat-icon.week{background:linear-gradient(135deg,#34d399,#10b981)}.stat-card h3{font-size:.875rem;color:#71717a;margin-bottom:.25rem;font-weight:500}.stat-number{font-size:1.75rem;font-weight:700;color:#18181b}.dashboard-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:1rem;border:1px solid #e9d5ff}.dashboard-empty-state svg{color:#a855f7;opacity:.5;margin-bottom:1rem}.dashboard-empty-state h2{font-size:1.5rem;font-weight:600;color:#18181b;margin-bottom:.5rem}.dashboard-empty-state p{color:#71717a;font-size:1rem}.patient-detail-view{width:100%}.patient-detail-header{margin-bottom:2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;background:transparent;border:1px solid #e9d5ff;border-radius:.5rem;color:#a855f7;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem}.back-button:hover{background:#faf5ff;border-color:#a855f7}.patient-header-info{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:1rem;border:1px solid #e9d5ff}.patient-header-avatar{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;flex-shrink:0}.patient-header-info h2{font-size:1.5rem;font-weight:700;color:#18181b;margin-bottom:.25rem}.patient-header-email{color:#71717a;font-size:.875rem}.patient-detail-content{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e9d5ff}.tab-content{margin-top:1.5rem}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr 1fr}.stat-card{padding:1rem}.stat-icon{width:2.5rem;height:2.5rem}.stat-number,.dashboard-header h1{font-size:1.5rem}.patient-header-info{padding:1rem}.patient-header-avatar{width:3rem;height:3rem;font-size:1.25rem}.patient-header-info h2{font-size:1.25rem}}html.dark .specialist-dashboard,.dark .specialist-dashboard{background:linear-gradient(to bottom,#09090b,#18181b);color:#fafafa}html.dark .dashboard-content-wrapper,.dark .dashboard-content-wrapper,html.dark .patient-item,.dark .patient-item{color:#fafafa}html.dark .patient-item:hover,.dark .patient-item:hover{background:#27272a}html.dark .patient-item.active,.dark .patient-item.active{background:linear-gradient(135deg,#a855f733,#ec489933);border-color:#a855f766}html.dark .patient-name,.dark .patient-name{color:#fafafa}html.dark .patient-meta,.dark .patient-meta,html.dark .loading-text,html.dark .empty-patients,.dark .loading-text,.dark .empty-patients{color:#a1a1aa}html.dark .dashboard-header h1,.dark .dashboard-header h1{color:#fafafa}html.dark .dashboard-header p,.dark .dashboard-header p{color:#a1a1aa}html.dark .stat-card,.dark .stat-card{background:#18181b;border-color:#3f3f46;box-shadow:0 4px 12px #0000004d}html.dark .stat-card:hover,.dark .stat-card:hover{box-shadow:0 8px 16px #a855f733}html.dark .stat-card h3,.dark .stat-card h3{color:#a1a1aa}html.dark .stat-number,.dark .stat-number{color:#fafafa}html.dark .dashboard-empty-state,.dark .dashboard-empty-state{background:#18181b;border-color:#3f3f46}html.dark .dashboard-empty-state h2,.dark .dashboard-empty-state h2{color:#fafafa}html.dark .dashboard-empty-state p,.dark .dashboard-empty-state p{color:#a1a1aa}html.dark .dashboard-empty-state svg,.dark .dashboard-empty-state svg{color:#c084fc}html.dark .back-button,.dark .back-button{border-color:#3f3f46;color:#c084fc}html.dark .back-button:hover,.dark .back-button:hover{background:#27272a;border-color:#a855f7}html.dark .patient-header-info,.dark .patient-header-info{background:#18181b;border-color:#3f3f46}html.dark .patient-header-info h2,.dark .patient-header-info h2{color:#fafafa}html.dark .patient-header-email,.dark .patient-header-email{color:#a1a1aa}html.dark .patient-detail-content,.dark .patient-detail-content{background:#18181b;border-color:#3f3f46;color:#fafafa}@media (max-width: 1023px){.profile-page>header.navbar,.profile-page>.navbar{display:none!important}.profile-page .bottom-nav{display:flex;background:#fff;border-top:1px solid #eee;padding:.5rem 0;position:fixed;bottom:0;left:0;right:0;z-index:1000;box-shadow:0 -2px 10px #0000000d}.profile-page .nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:#888;font-size:.65rem;padding:.4rem .25rem;transition:.2s;cursor:pointer;min-width:0}.profile-page .nav-item.active{color:#ec4899}.profile-page .nav-item svg{stroke-width:2.2;width:20px;height:20px}.profile-page .nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.profile-page>div[style*=container]{padding-bottom:4rem}}@media (min-width: 1024px){.profile-page .bottom-nav{display:none}}html.dark .profile-page .bottom-nav{background:#18181b;border-top-color:#27272a}html.dark .profile-page .nav-item{color:#71717a}html.dark .profile-page .nav-item.active,html.dark .profile-page .nav-item:hover{color:#ec4899}.admin-dashboard{min-height:100vh;background:linear-gradient(to bottom,#fdf4ff,#faf5ff);position:relative;display:flex;flex-direction:column}.admin-layout{display:flex;flex-direction:column;width:100%;position:relative;min-height:calc(100vh - 4rem)}@media (min-width: 1024px){.admin-layout{flex-direction:row;align-items:flex-start}.admin-content{flex:1;margin-left:320px;width:calc(100% - 320px);transition:margin-left .3s ease,width .3s ease;min-width:0;padding:2rem}.admin-layout.sidebar-closed .admin-content{margin-left:0;width:100%}.admin-sidebar-reopen-btn{position:fixed;top:5.5rem;left:1rem;z-index:1001;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #a855f74d;transition:all .2s}.admin-layout.sidebar-closed .admin-sidebar-reopen-btn{display:flex}}.admin-sidebar-nav{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.admin-sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:none;background:transparent;color:#666;border-radius:.75rem;cursor:pointer;transition:all .2s;text-align:left;width:100%;font-size:.95rem}.admin-sidebar-item:hover{background:#a855f71a;color:#a855f7}.admin-sidebar-item.active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;font-weight:600}.admin-page{max-width:1400px;margin:0 auto;width:100%}.admin-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-page-header h1{font-size:2rem;font-weight:800;color:#18181b;margin-bottom:.5rem}.admin-page-header p{color:#666;font-size:1rem}.admin-page-content{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.admin-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;font-size:.95rem}.admin-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #a855f766}.admin-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#666;border:2px solid #e5e7eb;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;font-size:.95rem}.admin-btn-secondary:hover{background:#f9fafb;border-color:#a855f7;color:#a855f7}.admin-btn-success{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;font-size:.95rem}.admin-btn-success:hover{background:#059669}.admin-btn-danger{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;font-size:.95rem}.admin-btn-danger:hover{background:#dc2626}.admin-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:transparent;border:1px solid #e5e7eb;border-radius:.5rem;color:#666;cursor:pointer;transition:all .2s}.admin-btn-icon:hover{background:#f3f4f6;border-color:#a855f7;color:#a855f7}.admin-btn-icon-danger:hover{background:#fee2e2;border-color:#ef4444;color:#ef4444}.admin-btn-small{padding:.5rem 1rem;font-size:.875rem}.admin-btn-pagination{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s}.admin-btn-pagination:hover:not(:disabled){background:#f9fafb;border-color:#a855f7}.admin-btn-pagination:disabled{opacity:.5;cursor:not-allowed}.admin-search-box{display:flex;align-items:center;gap:.75rem;background:#fff;border:2px solid #e9d5ff;border-radius:.75rem;padding:.75rem 1rem;margin-bottom:1.5rem}.admin-search-box input{flex:1;border:none;outline:none;font-size:.95rem;color:#18181b}.admin-search-box input::placeholder{color:#9ca3af}.admin-filters-row{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.admin-filter-select{padding:.75rem 1rem;border:2px solid #e9d5ff;border-radius:.75rem;background:#fff;font-size:.95rem;cursor:pointer;outline:none}.admin-table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background:#f9fafb}.admin-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.admin-table td{padding:1rem;border-top:1px solid #e5e7eb;color:#374151}.admin-table tbody tr:hover{background:#f9fafb}.admin-table-actions{display:flex;gap:.5rem}.admin-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;background:#e9d5ff;color:#7c3aed}.admin-badge-success{background:#d1fae5;color:#065f46}.admin-badge-warning{background:#fef3c7;color:#92400e}.admin-badge-danger{background:#fee2e2;color:#991b1b}.admin-form-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.admin-form-content{background:#fff;border-radius:1rem;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.admin-form-content-large{max-width:900px}.admin-form-group{margin-bottom:1.5rem}.admin-form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.95rem}.admin-form-group input,.admin-form-group select,.admin-form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;transition:border-color .2s;background:#fff;color:#18181b}.admin-form-group input:focus,.admin-form-group select:focus,.admin-form-group textarea:focus{outline:none;border-color:#a855f7}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.admin-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.admin-checkbox-label input[type=checkbox]{width:auto;cursor:pointer}.editor-wrapper{border:2px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.quill-editor-wrapper{border:2px solid #e5e7eb;border-radius:.5rem;overflow:hidden;background:#fff}.quill-editor{min-height:300px}.quill-editor-wrapper .ql-toolbar{border-top:none;border-left:none;border-right:none;border-bottom:1px solid #e5e7eb;background:#fafafa}.quill-editor-wrapper .ql-container{border:none;font-size:1rem}.quill-editor-wrapper .ql-editor{min-height:300px;padding:1rem}.admin-tags-input{display:flex;gap:.5rem;margin-bottom:.5rem}.admin-tags-input input{flex:1;padding:.5rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;background:#fff;color:#18181b;transition:border-color .2s}.admin-tags-input input:focus{outline:none;border-color:#a855f7}.admin-tags-suggestions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.admin-tags-label{font-size:.875rem;color:#666;margin-right:.5rem}.admin-tag-suggestion{padding:.25rem .75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;font-size:.75rem;cursor:pointer;transition:all .2s}.admin-tag-suggestion:hover:not(:disabled){background:#e9d5ff;border-color:#a855f7}.admin-tag-suggestion:disabled{opacity:.5;cursor:not-allowed}.admin-tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.admin-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#e9d5ff;color:#7c3aed;border-radius:9999px;font-size:.875rem;font-weight:500}.admin-tag-remove{background:none;border:none;color:#7c3aed;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center}.admin-tag-remove:hover{color:#5b21b6}.admin-tag-small{padding:.25rem .5rem;font-size:.75rem}.admin-feedback{padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;font-weight:500}.admin-feedback.success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.admin-feedback.error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.admin-loading{text-align:center;padding:3rem;color:#666}.admin-empty-state{text-align:center;padding:3rem;color:#9ca3af}.admin-empty-state svg{margin-bottom:1rem;opacity:.5}.admin-home{max-width:1200px;margin:0 auto;padding:2rem}.admin-home-header{text-align:center;margin-bottom:3rem}.admin-home-header h1{font-size:2.5rem;font-weight:800;background:linear-gradient(to right,#a855f7,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.admin-home-header p{color:#666;font-size:1.125rem}.admin-home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.admin-home-card{display:flex;flex-direction:column;background:#fff;border:2px solid #e9d5ff;border-radius:1rem;padding:1.5rem;cursor:pointer;transition:all .3s;text-align:left;position:relative;overflow:hidden}.admin-home-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #a855f733;border-color:#a855f7}.admin-home-card-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.admin-home-card-content{flex:1}.admin-home-card-content h3{font-size:1.25rem;font-weight:700;color:#18181b;margin-bottom:.5rem}.admin-home-card-content p{color:#666;font-size:.95rem;line-height:1.5}.admin-home-card-arrow{position:absolute;top:1.5rem;right:1.5rem;color:#a855f7;opacity:.5;transition:all .3s}.admin-home-card:hover .admin-home-card-arrow{opacity:1;transform:translate(4px)}.admin-specialists-list{display:flex;flex-direction:column;gap:1rem}.admin-specialist-card{background:#fff;border:2px solid #e9d5ff;border-radius:1rem;padding:1.5rem}.admin-specialist-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.admin-specialist-card-info h3{font-size:1.25rem;font-weight:700;color:#18181b;margin-bottom:.25rem}.admin-specialist-specialty{color:#666;font-size:.95rem}.admin-specialist-card-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1rem}.admin-specialist-detail-row{display:flex;gap:.5rem}.admin-specialist-detail-label{font-weight:600;color:#666}.admin-specialist-card-bio{margin-bottom:1rem;color:#666;font-size:.95rem;line-height:1.6}.admin-specialist-card-actions{display:flex;gap:.75rem;flex-wrap:wrap}.admin-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.admin-article-card{background:#fff;border:2px solid #e9d5ff;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column}.admin-article-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.admin-article-card-header h3{font-size:1.125rem;font-weight:700;color:#18181b;flex:1;margin-right:1rem}.admin-article-card-badges{display:flex;gap:.5rem;flex-shrink:0}.admin-article-card-content{flex:1;margin-bottom:1rem;color:#666;font-size:.9rem;line-height:1.6}.admin-article-card-content p{margin:0}.admin-article-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.admin-article-card-actions{display:flex;gap:.5rem;justify-content:flex-end}.admin-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.admin-modal-content{background:#fff;border-radius:1rem;padding:2rem;max-width:700px;width:100%;max-height:90vh;overflow-y:auto}.admin-modal-content-large{max-width:900px}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.admin-modal-header h2{font-size:1.5rem;font-weight:700;color:#18181b}.admin-modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.admin-modal-close:hover{color:#18181b}.admin-modal-body{margin-bottom:1.5rem}.admin-modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #e5e7eb}.admin-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.admin-detail-grid>div{display:flex;flex-direction:column}.admin-detail-grid label{font-weight:600;color:#666;font-size:.875rem;margin-bottom:.25rem}.admin-detail-grid p{color:#18181b;margin:0}.admin-specialist-detail-section{margin-bottom:2rem}.admin-specialist-detail-section h3{font-size:1.125rem;font-weight:700;color:#18181b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e9d5ff}.admin-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.admin-pagination-info{color:#666;font-size:.95rem}.admin-sidebar-toggle-btn{position:fixed;top:5.5rem;left:1rem;z-index:1001;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #a855f74d;transition:all .2s}@media (min-width: 1024px){.admin-sidebar-toggle-btn{display:none}}.admin-map-management-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:1.5rem}.admin-map-section{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.admin-map-header{margin-bottom:1rem}.admin-map-header h3{font-size:1.25rem;font-weight:700;color:#18181b;margin-bottom:.5rem}.admin-map-header p{color:#666;font-size:.95rem}.admin-map-wrapper{height:600px;border-radius:.75rem;overflow:hidden;border:2px solid #e9d5ff}.admin-map-container,.admin-map{height:100%;width:100%}.admin-clinics-list-section{display:flex;flex-direction:column;gap:1rem}.admin-clinics-list{display:flex;flex-direction:column;gap:.75rem;max-height:500px;overflow-y:auto}.admin-clinic-item{background:#fff;border:2px solid #e9d5ff;border-radius:.75rem;padding:1rem;display:flex;justify-content:space-between;align-items:flex-start;transition:all .2s}.admin-clinic-item:hover{border-color:#a855f7;box-shadow:0 2px 8px #a855f733}.admin-clinic-item-info{flex:1}.admin-clinic-item-info h4{font-size:1rem;font-weight:700;color:#18181b;margin-bottom:.25rem}.admin-clinic-item-type{font-size:.875rem;color:#666;margin-bottom:.25rem}.admin-clinic-item-hours{font-size:.8rem;color:#9ca3af}.admin-clinic-item-actions{display:flex;gap:.5rem}.admin-form-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-form-close-btn{background:none;border:none;color:#666;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s}.admin-form-close-btn:hover{background:#f3f4f6;color:#18181b}.admin-form-location-info{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f3e8ff;border-radius:.5rem;margin-bottom:1rem;font-size:.9rem;color:#7c3aed}.admin-empty-hint{font-size:.875rem;color:#9ca3af;margin-top:.5rem}.public-map-container{position:relative;height:100%;width:100%}.public-map{height:100%;width:100%}.clinic-details-panel{position:absolute;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #e9d5ff;padding:1.5rem;box-shadow:0 -4px 6px #0000001a;z-index:1000;max-height:50vh;overflow-y:auto}.clinic-details-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.clinic-details-close:hover{background:#f3f4f6;color:#18181b}.clinic-details-title{font-size:1.25rem;font-weight:700;color:#18181b;margin-bottom:.5rem}.clinic-details-type{color:#666;font-size:.95rem;margin-bottom:1rem}.clinic-details-info{margin-bottom:.75rem;font-size:.9rem;color:#374151}.clinic-details-info strong{color:#18181b;margin-right:.5rem}.clinic-details-actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.clinic-action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3e8ff;color:#7c3aed;border:none;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;text-decoration:none;transition:all .2s}.clinic-action-btn:hover{background:#e9d5ff;color:#6d28d9}.clinic-action-btn-primary{background:#a855f7;color:#fff}.clinic-action-btn-primary:hover{background:#9333ea}.clinic-popup{min-width:150px}.map-loading{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:1.125rem}@media (max-width: 1024px){.admin-map-management-layout{grid-template-columns:1fr}.admin-map-wrapper{height:400px}}@media (max-width: 768px){.admin-page-header{flex-direction:column}.admin-form-row,.admin-home-grid,.admin-articles-grid{grid-template-columns:1fr}.admin-table-container{overflow-x:scroll}.admin-filters-row,.admin-specialist-card-actions{flex-direction:column}.admin-specialist-card-actions button{width:100%}}html.dark .admin-dashboard{background:linear-gradient(to bottom,#09090b,#18181b)}html.dark .admin-content{background:transparent;color:#fafafa}html.dark .admin-sidebar-item{color:#a1a1aa}html.dark .admin-sidebar-item:hover{background:#a855f733;color:#c084fc}html.dark .admin-sidebar-item.active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff}html.dark .admin-page{background:#18181b;color:#fafafa}html.dark .admin-card{background:#27272a;border-color:#3f3f46}html.dark .admin-card-header h2{color:#fafafa}html.dark .admin-card-header p{color:#a1a1aa}html.dark .admin-table{background:#18181b}html.dark .admin-table th{background:#27272a;color:#fafafa;border-color:#3f3f46}html.dark .admin-table td{border-color:#3f3f46;color:#d4d4d8}html.dark .admin-table tr:hover{background:#27272a}html.dark .admin-input,html.dark .admin-select{background:#27272a;border-color:#3f3f46;color:#fafafa}html.dark .admin-input::placeholder,html.dark .admin-select::placeholder{color:#71717a}html.dark .admin-input:focus,html.dark .admin-select:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f733}html.dark .admin-btn{background:#27272a;color:#d4d4d8;border-color:#3f3f46}html.dark .admin-btn:hover{background:#3f3f46;border-color:#52525b}html.dark .admin-btn-primary{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border-color:transparent}html.dark .admin-modal,.dark .admin-modal{background:#000000b3}html.dark .admin-modal-content,.dark .admin-modal-content{background:#18181b;border:1px solid #27272a;color:#fafafa}html.dark .admin-modal-header,.dark .admin-modal-header{border-bottom-color:#27272a}html.dark .admin-modal-header h2,.dark .admin-modal-header h2{color:#fafafa}html.dark .admin-modal-close,.dark .admin-modal-close{color:#a1a1aa}html.dark .admin-modal-close:hover,.dark .admin-modal-close:hover{background:#27272a;color:#fafafa}html.dark .admin-modal-body,.dark .admin-modal-body{color:#d4d4d8}html.dark .admin-modal-actions,.dark .admin-modal-actions{border-top-color:#27272a}html.dark .admin-detail-grid label,.dark .admin-detail-grid label{color:#a1a1aa}html.dark .admin-detail-grid p,.dark .admin-detail-grid p{color:#fafafa}html.dark .admin-specialist-detail-section h3,.dark .admin-specialist-detail-section h3{color:#fafafa;border-bottom-color:#3f3f46}html.dark .admin-form-modal,.dark .admin-form-modal{background:#000000b3}html.dark .admin-form-content,.dark .admin-form-content{background:#18181b;border:1px solid #27272a;color:#fafafa}html.dark .admin-form-group label,.dark .admin-form-group label{color:#d4d4d8}html.dark .admin-form-group input,html.dark .admin-form-group select,html.dark .admin-form-group textarea,.dark .admin-form-group input,.dark .admin-form-group select,.dark .admin-form-group textarea{background:#27272a;border-color:#3f3f46;color:#fafafa}html.dark .admin-form-group input::placeholder,html.dark .admin-form-group textarea::placeholder,.dark .admin-form-group input::placeholder,.dark .admin-form-group textarea::placeholder{color:#71717a}html.dark .admin-form-group input:focus,html.dark .admin-form-group select:focus,html.dark .admin-form-group textarea:focus,.dark .admin-form-group input:focus,.dark .admin-form-group select:focus,.dark .admin-form-group textarea:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f733}html.dark .admin-form-actions,.dark .admin-form-actions{border-top-color:#27272a}html.dark .admin-form-close-btn,.dark .admin-form-close-btn{color:#a1a1aa}html.dark .admin-form-close-btn:hover,.dark .admin-form-close-btn:hover{background:#27272a;color:#fafafa}html.dark .admin-form-location-info,.dark .admin-form-location-info{background:#27272a;color:#c084fc}html.dark .admin-clinic-item,.dark .admin-clinic-item{background:#18181b;border-color:#3f3f46}html.dark .admin-clinic-item:hover,.dark .admin-clinic-item:hover{border-color:#a855f7}html.dark .admin-clinic-item-info h4,.dark .admin-clinic-item-info h4{color:#fafafa}html.dark .admin-clinic-item-type,.dark .admin-clinic-item-type{color:#a1a1aa}html.dark .admin-clinic-item-hours,.dark .admin-clinic-item-hours{color:#71717a}html.dark .admin-pagination,.dark .admin-pagination{border-top-color:#27272a}html.dark .admin-pagination-info,.dark .admin-pagination-info{color:#a1a1aa}html.dark .admin-page-header h1,.dark .admin-page-header h1{color:#fafafa}html.dark .admin-page-header p,.dark .admin-page-header p{color:#a1a1aa}html.dark .admin-page-content,.dark .admin-page-content{background:#18181b;border:1px solid #27272a;color:#fafafa}html.dark .admin-search-box,.dark .admin-search-box{background:#27272a;border-color:#3f3f46}html.dark .admin-search-box input,.dark .admin-search-box input{color:#fafafa}html.dark .admin-search-box input::placeholder,.dark .admin-search-box input::placeholder{color:#71717a}html.dark .admin-search-box svg,.dark .admin-search-box svg{color:#c084fc}html.dark .admin-filter-select,.dark .admin-filter-select{background:#27272a;border-color:#3f3f46;color:#fafafa}html.dark .admin-filter-select option,.dark .admin-filter-select option{background:#18181b;color:#fafafa}html.dark .admin-loading,.dark .admin-loading,html.dark .admin-empty-state,.dark .admin-empty-state{color:#a1a1aa}html.dark .admin-empty-state svg,.dark .admin-empty-state svg{color:#71717a}html.dark .admin-empty-hint,.dark .admin-empty-hint{color:#71717a}html.dark .admin-feedback.success,.dark .admin-feedback.success{background:#22c55e26;color:#4ade80;border-color:#22c55e4d}html.dark .admin-feedback.error,.dark .admin-feedback.error{background:#ef444426;color:#f87171;border-color:#ef44444d}html.dark .admin-home-header p,.dark .admin-home-header p{color:#a1a1aa}html.dark .admin-home-card,.dark .admin-home-card{background:#18181b;border-color:#3f3f46}html.dark .admin-home-card:hover,.dark .admin-home-card:hover{border-color:#a855f7;box-shadow:0 8px 16px #a855f74d}html.dark .admin-home-card-content h3,.dark .admin-home-card-content h3{color:#fafafa}html.dark .admin-home-card-content p,.dark .admin-home-card-content p{color:#a1a1aa}html.dark .admin-home-card-arrow,.dark .admin-home-card-arrow{color:#c084fc}html.dark .admin-map-management-layout,.dark .admin-map-management-layout{color:#fafafa}html.dark .admin-map-section,.dark .admin-map-section{background:#18181b;border-color:#3f3f46}html.dark .admin-map-header h3,.dark .admin-map-header h3{color:#fafafa}html.dark .admin-map-header p,.dark .admin-map-header p{color:#a1a1aa}html.dark .admin-map-wrapper,.dark .admin-map-wrapper{background:#27272a;border-color:#3f3f46}html.dark .admin-clinics-list-section,.dark .admin-clinics-list-section{background:#18181b;border-color:#3f3f46}html.dark .admin-clinics-list,.dark .admin-clinics-list{color:#fafafa}html.dark .admin-specialist-card,.dark .admin-specialist-card{background:#18181b;border-color:#3f3f46}html.dark .admin-specialist-card-info h3,.dark .admin-specialist-card-info h3{color:#fafafa}html.dark .admin-specialist-specialty,.dark .admin-specialist-specialty,html.dark .admin-specialist-detail-label,.dark .admin-specialist-detail-label{color:#a1a1aa}html.dark .admin-specialist-card-details span:not(.admin-specialist-detail-label),.dark .admin-specialist-card-details span:not(.admin-specialist-detail-label){color:#d4d4d8}html.dark .admin-specialist-card-bio,.dark .admin-specialist-card-bio,html.dark .admin-specialist-card-bio p,.dark .admin-specialist-card-bio p{color:#d4d4d8}html.dark .admin-article-card,.dark .admin-article-card{background:#18181b;border-color:#3f3f46}html.dark .admin-article-card-header h3,.dark .admin-article-card-header h3{color:#fafafa}html.dark .admin-article-card-content,.dark .admin-article-card-content,html.dark .admin-article-card-content p,.dark .admin-article-card-content p{color:#d4d4d8}html.dark .admin-tags-input input,.dark .admin-tags-input input{background:#27272a;border-color:#3f3f46;color:#fafafa}html.dark .admin-tags-label,.dark .admin-tags-label{color:#a1a1aa}html.dark .admin-tag-suggestion,.dark .admin-tag-suggestion{background:#27272a;border-color:#3f3f46;color:#d4d4d8}html.dark .admin-tag-suggestion:hover:not(:disabled),.dark .admin-tag-suggestion:hover:not(:disabled){background:#3f3f46;border-color:#a855f7;color:#c084fc}html.dark .admin-tag,.dark .admin-tag{background:#27272a;color:#c084fc;border:1px solid #3f3f46}html.dark .admin-tag-remove,.dark .admin-tag-remove{color:#c084fc}html.dark .admin-tag-small,.dark .admin-tag-small{background:#27272a;color:#c084fc;border-color:#3f3f46}html.dark .admin-checkbox-label,.dark .admin-checkbox-label{color:#d4d4d8}html.dark .admin-checkbox-label input[type=checkbox],.dark .admin-checkbox-label input[type=checkbox]{accent-color:#a855f7}html.dark .admin-checkbox-label span,.dark .admin-checkbox-label span{color:#d4d4d8}html.dark .editor-wrapper,.dark .editor-wrapper{border-color:#3f3f46}html.dark .quill-editor-wrapper,.dark .quill-editor-wrapper{background:#27272a;border-color:#3f3f46}html.dark .quill-editor-wrapper .ql-toolbar,.dark .quill-editor-wrapper .ql-toolbar{background:#18181b;border-bottom-color:#3f3f46}html.dark .quill-editor-wrapper .ql-container,.dark .quill-editor-wrapper .ql-container{background:#27272a}html.dark .quill-editor-wrapper .ql-editor,.dark .quill-editor-wrapper .ql-editor{color:#fafafa;background:#27272a}html.dark .quill-editor-wrapper .ql-stroke,.dark .quill-editor-wrapper .ql-stroke{stroke:#d4d4d8}html.dark .quill-editor-wrapper .ql-fill,.dark .quill-editor-wrapper .ql-fill{fill:#d4d4d8}html.dark .quill-editor-wrapper .ql-picker-label,.dark .quill-editor-wrapper .ql-picker-label{color:#d4d4d8}html.dark .admin-btn-pagination,.dark .admin-btn-pagination{background:#27272a;border-color:#3f3f46;color:#d4d4d8}html.dark .admin-btn-pagination:hover:not(:disabled),.dark .admin-btn-pagination:hover:not(:disabled){background:#3f3f46;border-color:#a855f7;color:#fafafa}html.dark .admin-badge,.dark .admin-badge{background:#27272a;color:#c084fc}html.dark .admin-badge-success,.dark .admin-badge-success{background:#22c55e33;color:#4ade80}html.dark .admin-badge-warning,.dark .admin-badge-warning{background:#fbbf2433;color:#fbbf24}html.dark .admin-badge-danger,.dark .admin-badge-danger{background:#ef444433;color:#f87171}html.dark .admin-btn-primary:hover{background:linear-gradient(135deg,#9333ea,#db2777)}/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * 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:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.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;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;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 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}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui: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 li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.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-ui{position:absolute}.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 .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{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-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.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:0}.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:0;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}:root{--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-tertiary: #f3f4f6;--text-primary: #18181b;--text-secondary: #52525b;--text-tertiary: #71717a;--border-primary: #e5e7eb;--border-secondary: #d1d5db;--bg-code: #f3f4f6;--text-code: #18181b;--shadow-sm: rgba(0, 0, 0, .05);--shadow-md: rgba(0, 0, 0, .1)}html.dark,.dark{--bg-primary: #09090b;--bg-secondary: #18181b;--bg-tertiary: #27272a;--text-primary: #fafafa;--text-secondary: #d4d4d8;--text-tertiary: #a1a1aa;--border-primary: #27272a;--border-secondary: #3f3f46;--bg-code: #27272a;--text-code: #fafafa;--shadow-sm: rgba(0, 0, 0, .3);--shadow-md: rgba(0, 0, 0, .5)}html{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;background-color:var(--bg-code);color:var(--text-code);padding:.125rem .25rem;border-radius:.25rem}html.dark,html.dark body{background-color:var(--bg-primary)!important;color:var(--text-primary)!important}html.dark *{border-color:var(--border-primary)}html.dark .bg-white,.dark .bg-white{background-color:var(--bg-secondary)!important}html.dark .text-gray-900,.dark .text-gray-900{color:var(--text-primary)!important}html.dark .text-gray-600,.dark .text-gray-600{color:var(--text-secondary)!important}
