@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}:root{--primary-green: #006D5B;--secondary-green: #004D40;--bg-mint: #E0F2F1;--white: #ffffff;--gray-text: #555;--light-gray: #f0f0f0}.lang-container{min-height:100vh;width:100%;background-color:var(--bg-mint);display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.lang-card{background:var(--white);width:100%;max-width:400px;padding:40px 30px;border-radius:20px;box-shadow:0 10px 25px #006d5b26;text-align:center;animation:fadeIn .6s ease-out}.lang-header{margin-bottom:30px}.lang-logo{width:120px;height:auto;margin-bottom:15px}.lang-header h2{color:var(--primary-green);margin:0 0 10px;font-size:1.8rem}.lang-header p{color:var(--gray-text);margin:0;font-size:.95rem}.lang-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:30px}.lang-option{background:var(--white);border:2px solid var(--light-gray);border-radius:12px;padding:15px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;position:relative;outline:none}.lang-option:hover{border-color:#80cbc4;background-color:#fafafa}.lang-option.active{border-color:var(--primary-green);background-color:#e0f2f1;box-shadow:0 4px 10px #006d5b1a}.lang-native{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:5px}.lang-label{font-size:.85rem;color:var(--gray-text)}.checkmark{position:absolute;top:8px;right:8px;background-color:var(--primary-green);color:#fff;width:18px;height:18px;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.btn-continue{width:100%;padding:14px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;background-color:var(--primary-green);color:#fff;transition:background-color .3s,transform .1s}.btn-continue:hover:not(:disabled){background-color:var(--secondary-green)}.btn-continue:active:not(:disabled){transform:scale(.98)}.btn-continue:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:360px){.lang-grid{grid-template-columns:1fr}}:root{--primary-green: #006D5B;--secondary-green: #004D40;--bg-mint: #E0F2F1}.splash-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--bg-mint);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .8s ease-out}.splash-container.fade-out{opacity:0;pointer-events:none}.splash-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;animation:slideUp .8s ease-out}.splash-logo{width:250px;height:auto;margin-bottom:10px;animation:pulseLogo 2s infinite ease-in-out}.splash-tagline{color:var(--primary-green);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.1rem;letter-spacing:1px;font-weight:500;opacity:.8}.loading-bar-container{width:150px;height:4px;background-color:#006d5b33;border-radius:2px;overflow:hidden;margin-top:10px}.loading-bar{width:100%;height:100%;background-color:var(--primary-green);transform-origin:left;animation:loadProgress 2.5s ease-in-out forwards}@keyframes pulseLogo{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes loadProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.intro-container{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc;font-family:Inter,sans-serif}.intro-nav{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:20px 80px;background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0}.nav-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.2rem;color:#0f172a}.mini-logo{width:30px}.nav-links{display:flex;align-items:center;gap:30px;font-size:.9rem;color:#64748b}.skip-btn-text{background:none;border:none;cursor:pointer;color:#64748b;font-weight:500}.intro-content{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 80px}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;align-items:center}.intro-grid.reverse{direction:rtl}.intro-grid.reverse .text-section,.intro-grid.reverse .image-section{direction:ltr}.text-section{max-width:500px}.intro-title{font-size:3rem;font-weight:800;line-height:1.1;color:#0f172a;margin-bottom:20px}.intro-subtitle{font-size:1.1rem;color:#64748b;line-height:1.6;margin-bottom:40px}.action-buttons{display:flex;gap:15px;margin-bottom:40px}.get-started-btn{background-color:#0ea5e9;color:#fff;padding:14px 28px;border-radius:10px;border:none;font-weight:600;cursor:pointer;transition:transform .2s}.get-started-btn:hover{transform:translateY(-2px);background-color:#0284c7}.skip-inline-btn{background-color:#f1f5f9;color:#0f172a;padding:14px 28px;border-radius:10px;border:none;font-weight:600;cursor:pointer}.feature-img{width:100%;max-width:400px;height:auto;border-radius:20px}.floating-badge{position:absolute;background:#fff;padding:12px 20px;border-radius:12px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 20px #0000001a}.check-icon{background:#22c55e;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.badge-status{font-size:10px;font-weight:800;color:#64748b;margin:0}.badge-name{font-size:13px;font-weight:700;margin:0}.pagination-dots{display:flex;gap:8px}.dot{width:8px;height:8px;background:#cbd5e1;border-radius:4px;cursor:pointer}.dot.active{width:24px;background:#0ea5e9}@media(max-width:900px){.intro-nav,.intro-content{padding:20px}.intro-grid{grid-template-columns:1fr;text-align:center;gap:40px}.intro-grid.reverse{direction:ltr}.text-section{order:2;margin:0 auto}.image-section{order:1}.intro-title{font-size:2.2rem}.action-buttons,.pagination-dots{justify-content:center}}#help-page-root{--help-green: #0f9d58;--help-dark-green: #0b8043;--help-bg-light: #e6f4ea;--help-text-dark: #1e293b;--help-text-gray: #64748b;--help-white: #ffffff;--help-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);font-family:Inter,system-ui,sans-serif;background-color:#f8fafc;min-height:100vh;width:100%;display:flex;flex-direction:column;padding-top:70px}#help-page-root *{box-sizing:border-box}#help-page-root .help-navbar{background-color:#fff;height:70px;box-shadow:0 2px 4px #0000000d;position:fixed;top:0;left:0;width:100%;z-index:1000}#help-page-root .help-nav-container{max-width:1200px;margin:0 auto;height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px}#help-page-root .help-logo{font-size:1.5rem;font-weight:700;color:var(--help-green);display:flex;align-items:center;gap:8px;cursor:pointer}#help-page-root .help-logo-img{height:40px;width:115px;object-fit:contain}#help-page-root .help-nav-links{display:flex;list-style:none;gap:30px;margin:0;padding:0}#help-page-root .help-nav-links a{text-decoration:none;color:#202124;font-weight:500;transition:color .3s}#help-page-root .help-nav-links a:hover,#help-page-root .help-active-nav-item{color:var(--help-green);font-weight:700}#help-page-root .help-menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px}#help-page-root .help-bar{width:25px;height:3px;background-color:#202124;transition:.3s}#help-page-root .help-bar.open:nth-child(1){transform:rotate(45deg) translate(5px,6px)}#help-page-root .help-bar.open:nth-child(2){opacity:0}#help-page-root .help-bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}#help-page-root .help-hero{position:relative;height:350px;background:url(https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80) center/cover no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;color:#fff}#help-page-root .hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f9d58e6,#0b8043d9)}#help-page-root .hero-content{position:relative;z-index:2;width:100%;max-width:600px}#help-page-root h1{font-size:2.5rem;font-weight:800;margin-bottom:10px;color:#fff}#help-page-root p{font-size:1.1rem;opacity:.9;margin-bottom:30px;color:#fff}#help-page-root .search-wrapper{position:relative;width:100%}#help-page-root .search-icon{position:absolute;top:50%;left:20px;transform:translateY(-50%);color:var(--help-text-gray)}#help-page-root .search-wrapper input{width:100%;padding:18px 20px 18px 50px;border-radius:50px;border:none;font-size:1rem;box-shadow:0 10px 25px #00000026;outline:none;transition:.3s}#help-page-root .search-wrapper input:focus{box-shadow:0 10px 30px #00000040;transform:scale(1.02)}#help-page-root .help-body{max-width:900px;margin:-40px auto 0;position:relative;z-index:5;width:100%;padding:0 20px 60px}#help-page-root .faq-section{background:#fff;border-radius:16px;padding:30px;box-shadow:var(--help-shadow);margin-bottom:40px}#help-page-root .section-header{display:flex;align-items:center;gap:10px;margin-bottom:25px;border-bottom:2px solid #f1f5f9;padding-bottom:15px}#help-page-root .section-icon{color:var(--help-green)}#help-page-root .section-header h3{font-size:1.25rem;color:var(--help-text-dark);margin:0}#help-page-root .faq-item{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:15px;overflow:hidden;transition:.3s;background:#fff}#help-page-root .faq-item:hover{border-color:var(--help-green)}#help-page-root .faq-item.active{border-color:var(--help-green);box-shadow:0 4px 12px #0f9d581a}#help-page-root .faq-question{padding:18px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;color:var(--help-text-dark)}#help-page-root .chevron{color:var(--help-text-gray);transition:.3s}#help-page-root .faq-item.active .chevron{transform:rotate(180deg);color:var(--help-green)}#help-page-root .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .3s ease;background:#fcfcfc}#help-page-root .faq-item.active .faq-answer{max-height:200px;padding:0 20px 20px;border-top:1px solid #f0f0f0}#help-page-root .faq-answer p{color:var(--help-text-gray);font-size:.95rem;line-height:1.6;margin-top:15px}#help-page-root .support-header{text-align:center;margin-bottom:30px}#help-page-root .support-header h3{font-size:1.5rem;margin-bottom:5px;color:var(--help-text-dark)}#help-page-root .support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}#help-page-root .support-card{background:#fff;padding:20px;border-radius:16px;display:flex;align-items:center;gap:15px;cursor:pointer;border:1px solid transparent;box-shadow:var(--help-shadow);transition:.3s}#help-page-root .support-card:hover{transform:translateY(-5px)}#help-page-root .support-card.whatsapp:hover{border-color:#25d366;background:#f0fdf4}#help-page-root .support-card.email:hover{border-color:#3b82f6;background:#eff6ff}#help-page-root .support-card.phone:hover{border-color:#f59e0b;background:#fefce8}#help-page-root .icon-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--help-bg-light);color:var(--help-green)}#help-page-root .card-info{display:flex;flex-direction:column}#help-page-root .card-info strong{color:var(--help-text-dark);font-size:1rem}#help-page-root .card-info span{color:var(--help-text-gray);font-size:.85rem}#help-page-root .chatbot-wrapper{position:fixed;bottom:30px;right:30px;z-index:2000}#help-page-root .chat-toggle-btn{background:var(--help-green);color:#fff;border:none;padding:12px 24px;border-radius:50px;display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #0f9d5866;transition:all .3s ease}#help-page-root .chat-toggle-btn:hover{transform:translateY(-3px);background:var(--help-dark-green)}#help-page-root .chat-toggle-btn.hide{display:none}#help-page-root .chat-window{width:350px;height:500px;background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);pointer-events:none;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;right:0}#help-page-root .chat-window.open{opacity:1;transform:translateY(0) scale(1);pointer-events:all}#help-page-root .chat-header{background:var(--help-green);padding:15px 20px;display:flex;justify-content:space-between;align-items:center;color:#fff}#help-page-root .chat-header-info{display:flex;align-items:center;gap:8px;font-weight:600}#help-page-root .status-dot{width:8px;height:8px;background:#86efac;border-radius:50%}#help-page-root .close-chat{background:none;border:none;color:#fff;cursor:pointer;opacity:.8}#help-page-root .close-chat:hover{opacity:1}#help-page-root .chat-messages{flex:1;padding:20px;overflow-y:auto;background:#f8fafc;display:flex;flex-direction:column;gap:12px}#help-page-root .message{max-width:80%;display:flex}#help-page-root .message.user{align-self:flex-end}#help-page-root .message.bot{align-self:flex-start}#help-page-root .message-bubble{padding:10px 15px;border-radius:12px;font-size:.95rem;line-height:1.4}#help-page-root .message.user .message-bubble{background:var(--help-green);color:#fff;border-bottom-right-radius:2px}#help-page-root .message.bot .message-bubble{background:#fff;color:var(--help-text-dark);border:1px solid #e2e8f0;border-bottom-left-radius:2px}#help-page-root .typing-indicator{padding:10px 15px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;display:flex;gap:4px}#help-page-root .typing-indicator span{width:6px;height:6px;background:#cbd5e1;border-radius:50%;animation:typing 1s infinite ease-in-out}#help-page-root .typing-indicator span:nth-child(1){animation-delay:0s}#help-page-root .typing-indicator span:nth-child(2){animation-delay:.2s}#help-page-root .typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}#help-page-root .chat-input-area{padding:15px;border-top:1px solid #e2e8f0;background:#fff;display:flex;gap:10px}#help-page-root .chat-input-area input{flex:1;padding:10px 15px;border-radius:50px;border:1px solid #e2e8f0;outline:none;font-size:.95rem}#help-page-root .chat-input-area input:focus{border-color:var(--help-green)}#help-page-root .send-btn{width:40px;height:40px;border-radius:50%;background:var(--help-green);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}#help-page-root .send-btn:hover{background:var(--help-dark-green);transform:scale(1.05)}@media(max-width:768px){#help-page-root .help-menu-toggle{display:flex}#help-page-root .help-nav-links{position:absolute;top:70px;left:0;width:100%;background-color:#fff;flex-direction:column;align-items:center;padding:20px 0;transform:translateY(-150%);transition:transform .3s ease;box-shadow:0 4px 6px #0000000d}#help-page-root .help-nav-links.active{transform:translateY(0)}#help-page-root .chat-window{position:fixed;width:90vw;right:5vw;bottom:90px;height:60vh}#help-page-root .support-grid{grid-template-columns:1fr}}#home-page-root{--home-primary: #0f9d58;--home-dark: #0b8043;--home-bg-light: #f0fdf4;--home-text-dark: #1f2937;--home-text-gray: #6b7280;--home-white: #ffffff;--home-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1);font-family:Poppins,Inter,sans-serif;padding-top:70px;width:100%;overflow-x:hidden;background-color:var(--home-white);min-height:100vh}#home-page-root *{box-sizing:border-box}#home-page-root .home-navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:70px;position:fixed;top:0;left:0;width:100%;z-index:1000;box-shadow:0 4px 6px #0000000d}#home-page-root .home-nav-container{max-width:1280px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px}#home-page-root .home-nav-left{display:flex;align-items:center;gap:48px}#home-page-root .home-logo{font-size:1.6rem;font-weight:800;color:var(--home-primary);display:flex;align-items:center;gap:8px;cursor:pointer}#home-page-root .home-logo-img{height:35px}#home-page-root .home-primary-nav{display:flex;gap:32px;list-style:none;margin:0;padding:0}#home-page-root .home-primary-nav a{text-decoration:none;color:var(--home-text-dark);font-weight:600;transition:.3s}#home-page-root .home-primary-nav a:hover{color:var(--home-primary)}#home-page-root .home-nav-right{display:flex;align-items:center;gap:24px}#home-page-root .nav-link-secondary{text-decoration:none;color:var(--home-text-gray);font-weight:500;transition:.2s}#home-page-root .nav-link-secondary:hover{color:var(--home-text-dark)}#home-page-root .home-btn-login{padding:10px 24px;background:#fff;border:1.5px solid var(--home-primary);color:var(--home-primary);font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease}#home-page-root .home-btn-login:hover{background:var(--home-primary);color:#fff}#home-page-root .home-menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px}#home-page-root .home-bar{width:25px;height:3px;background-color:var(--home-text-dark);transition:.3s}#home-page-root .home-bar.open:nth-child(1){transform:rotate(45deg) translate(5px,6px)}#home-page-root .home-bar.open:nth-child(2){opacity:0}#home-page-root .home-bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}#home-page-root .home-mobile-menu{display:none}#home-page-root .hero-section{min-height:90vh;background:linear-gradient(135deg,#f0fdf4,#fff);display:flex;align-items:center;justify-content:center;padding:40px 20px;overflow:hidden}#home-page-root .hero-content{max-width:1280px;width:100%;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;opacity:0;transform:translateY(20px)}#home-page-root .fade-in-up{animation:homeFadeInUp 1s ease forwards}@keyframes homeFadeInUp{to{opacity:1;transform:translateY(0)}}#home-page-root .hero-text h1{font-size:3.5rem;line-height:1.2;color:var(--home-text-dark);margin-bottom:24px}#home-page-root .highlight{color:var(--home-primary);position:relative}#home-page-root .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:12px;background:#0f9d5833;z-index:-1;border-radius:4px}#home-page-root .hero-text p{font-size:1.125rem;color:var(--home-text-gray);margin-bottom:40px;max-width:500px;line-height:1.6}#home-page-root .search-box{background:#fff;padding:8px;border-radius:12px;box-shadow:var(--home-shadow);display:flex;gap:10px}#home-page-root .search-input{display:flex;align-items:center;padding:12px 16px;background:#f9fafb;border-radius:8px}#home-page-root .location{width:30%}#home-page-root .main-search{flex:1}#home-page-root .search-input input{border:none;background:transparent;outline:none;margin-left:10px;width:100%;font-size:1rem}#home-page-root .btn-search{background:var(--home-text-dark);color:#fff;border:none;padding:0 32px;border-radius:8px;font-weight:600;cursor:pointer;transition:.3s}#home-page-root .btn-search:hover{background:#000}#home-page-root .hero-stats{margin-top:48px;display:flex;gap:40px}#home-page-root .hero-badges{display:flex;flex-wrap:wrap;gap:20px}#home-page-root .badge-item{display:flex;align-items:center;gap:10px;background:#fff;padding:10px 20px;border-radius:50px;box-shadow:0 2px 10px #0000000d;border:1px solid #e2e8f0;font-weight:500;color:var(--home-text-dark);font-size:.9rem}#home-page-root .badge-icon{font-size:1.2rem}#home-page-root .hero-image{position:relative;height:550px;display:flex;justify-content:center;align-items:center}#home-page-root .image-bg-blob{position:absolute;width:450px;height:450px;background:#d1fae5;border-radius:50% 40% 30% 70%/60% 30% 70% 40%;z-index:1;animation:morph 8s ease-in-out infinite}@keyframes morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}#home-page-root .main-img{width:100%;max-width:480px;height:auto;z-index:2;border-radius:20px;box-shadow:var(--home-shadow);object-fit:cover}#home-page-root .services-section{padding:80px 24px;text-align:center}#home-page-root .section-header h2{font-size:2rem;color:var(--home-text-dark);margin-bottom:10px}#home-page-root .section-header p{color:var(--home-text-gray);margin-bottom:50px}#home-page-root .services-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}#home-page-root .service-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:.3s;cursor:pointer;border:1px solid transparent}#home-page-root .service-card:hover{transform:translateY(-10px);box-shadow:var(--home-shadow);border-color:var(--home-primary)}#home-page-root .service-card img{width:64px;margin-bottom:16px}#home-page-root .service-card h3{margin-bottom:8px;color:var(--home-text-dark)}#home-page-root .service-card p{color:var(--home-text-gray);font-size:.9rem}#home-page-root .cta-banner{background:#1e293b;color:#fff;margin:40px 24px;border-radius:24px;display:flex;align-items:center;justify-content:space-around;padding:60px;overflow:hidden}#home-page-root .cta-content h2{font-size:2.5rem;margin-bottom:16px}#home-page-root .cta-content p{color:#cbd5e1;margin-bottom:30px;font-size:1.1rem}#home-page-root .app-buttons{display:flex;gap:16px}#home-page-root .btn-store{padding:12px 24px;background:var(--home-primary);color:#fff;border:none;font-weight:600;border-radius:8px;cursor:pointer;transition:.2s}#home-page-root .btn-store:hover{background:#fff;color:var(--home-primary)}#home-page-root .cta-image img{width:300px;border-radius:12px;transform:rotate(-10deg);border:4px solid rgba(255,255,255,.1)}#home-page-root .symptom-section{padding:4rem 2rem;background-color:var(--home-bg-light);display:flex;justify-content:center}#home-page-root .symptom-container{max-width:1000px;width:100%;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;display:flex;overflow:hidden;flex-wrap:wrap}#home-page-root .symptom-left{flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:center;min-width:300px}#home-page-root .symptom-left h2{font-size:1.8rem;color:#2c3e50;margin-bottom:.5rem}#home-page-root .symptom-left p{color:#666;margin-bottom:1.5rem}#home-page-root .symptom-input{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-family:inherit;font-size:1rem;margin-bottom:1.5rem;resize:vertical;transition:border-color .3s}#home-page-root .symptom-input:focus{outline:none;border-color:#007bff}#home-page-root .btn-analyze{padding:12px 24px;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:transform .2s;align-self:flex-start}#home-page-root .btn-analyze:hover{transform:translateY(-2px);box-shadow:0 5px 15px #007bff4d}#home-page-root .btn-analyze:disabled{background:#ccc;cursor:not-allowed;transform:none}#home-page-root .symptom-right{flex:1;background:#f0f4f8;padding:3rem;display:flex;align-items:center;justify-content:center;min-width:300px;border-left:1px solid #eee}#home-page-root .suggestion-placeholder{text-align:center;color:#aaa}#home-page-root .suggestion-card{text-align:center;animation:homeFadeIn .5s ease-in-out}#home-page-root .suggestion-icon{font-size:3rem;margin-bottom:1rem}#home-page-root .doctor-type{color:#007bff;font-size:2rem;margin:.5rem 0}#home-page-root .btn-book-now{margin-top:1.5rem;padding:10px 20px;background:#fff;border:2px solid #007bff;color:#007bff;border-radius:50px;font-weight:700;cursor:pointer;transition:.3s}#home-page-root .btn-book-now:hover{background:#007bff;color:#fff}@keyframes homeFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){#home-page-root .hero-content{grid-template-columns:1fr;text-align:center;gap:40px}#home-page-root .hero-text h1{font-size:2.5rem}#home-page-root .search-box{flex-direction:column;width:100%}#home-page-root .btn-search{width:100%;padding:10px;font-size:.9rem;margin-top:10px}#home-page-root .location,#home-page-root .main-search{width:100%}#home-page-root .hero-stats{justify-content:center}#home-page-root .hero-image{height:400px}#home-page-root .image-bg-blob{width:350px;height:350px}#home-page-root .cta-banner{flex-direction:column;text-align:center;padding:40px}#home-page-root .cta-image{margin-top:40px}#home-page-root .cta-image img{width:200px;transform:rotate(0)}#home-page-root .desktop-only{display:none!important}#home-page-root .home-menu-toggle{display:flex}#home-page-root .symptom-container{flex-direction:column}#home-page-root .symptom-right{border-left:none;border-top:1px solid #eee;padding:2rem}#home-page-root .home-mobile-menu{display:flex;flex-direction:column;position:absolute;top:70px;left:0;width:100%;background:#fff;border-top:1px solid #f0f0f0;box-shadow:0 10px 15px #0000000d;padding:20px;gap:15px;transform:translateY(-150%);transition:transform .3s ease;z-index:990}#home-page-root .home-mobile-menu.open{transform:translateY(0)}#home-page-root .home-mobile-menu a{text-decoration:none;color:var(--home-text-dark);font-weight:600;font-size:1.1rem;padding:10px 0;cursor:pointer}#home-page-root .mobile-divider{border:0;border-top:1px solid #eee;width:100%}#home-page-root .mobile-auth-btn{margin-top:10px}#home-page-root .full-width{width:100%}}.nav-profile-widget{display:flex;align-items:center;gap:12px;cursor:pointer;padding:6px 12px;border-radius:40px;transition:background .2s ease;border:1px solid transparent}.nav-profile-widget:hover{background-color:#f0f7f4;border-color:#e0e0e0}.nav-profile-text{display:flex;flex-direction:column;text-align:right;line-height:1.2}.nav-greeting{font-size:.75rem;color:#666;font-weight:500}.nav-username{font-size:.95rem;color:#0b5c4b;font-weight:700}.nav-profile-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #27ae60;display:flex;align-items:center;justify-content:center;background-color:#e8f5e9}.nav-profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#27ae60;text-transform:uppercase}.mobile-profile-header{display:flex;align-items:center;padding:15px 20px;background-color:#f8f9fa;margin-bottom:10px;border-bottom:1px solid #eee}.avatar-placeholder.small{width:32px;height:32px;font-size:1rem;background-color:#27ae60;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-profile-container{position:relative}.nav-profile-widget{-webkit-user-select:none;user-select:none}.nav-profile-widget.active{background-color:#e8f5e9;border-color:#c8e6c9}.profile-dropdown-menu{position:absolute;top:110%;right:0;width:220px;background-color:#fff;box-shadow:0 4px 20px #00000026;border-radius:12px;padding:8px 0;z-index:1000;border:1px solid #eee;transform-origin:top right}.dropdown-item{padding:12px 20px;font-size:.95rem;color:#333;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background .2s}.dropdown-item:hover{background-color:#f5f5f5;color:#0b5c4b}.dropdown-divider{height:1px;background-color:#eee;margin:6px 0}.dropdown-item.logout{color:#d32f2f}.dropdown-item.logout:hover{background-color:#ffebee}#home-page-root .symptom-section{padding:4rem 2rem;background:linear-gradient(135deg,#fdfbfb,#ebedee);display:flex;justify-content:center}#home-page-root .symptom-container{max-width:1000px;width:100%;background:#fff;border-radius:24px;box-shadow:0 20px 40px #00000014;display:flex;overflow:visible;position:relative}#home-page-root .symptom-left{flex:1.2;padding:3.5rem;display:flex;flex-direction:column;justify-content:center;z-index:2}#home-page-root .symptom-right{flex:1;background:transparent;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative;min-height:450px}#home-page-root .character-wrapper{position:relative;width:250px;display:flex;justify-content:center;margin-top:20px}#home-page-root .ai-character{width:100%;height:auto;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1));animation:floatCharacter 4s ease-in-out infinite;transform-origin:bottom center}#home-page-root .character-shadow{position:absolute;bottom:5px;width:120px;height:15px;background:#0000001a;border-radius:50%;animation:shadowScale 4s ease-in-out infinite}#home-page-root .ai-character.thinking{animation:pulseThink 1s ease-in-out infinite alternate;filter:brightness(1.1)}#home-page-root .speech-bubble{background:#fff;padding:25px;border-radius:20px;position:relative;width:280px;box-shadow:0 10px 25px #0000001a;border:2px solid #eef2f6;text-align:center;margin-bottom:10px;animation:bubblePop .5s cubic-bezier(.175,.885,.32,1.275)}#home-page-root .bubble-arrow{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #ffffff;filter:drop-shadow(0 2px 1px rgba(0,0,0,.05))}#home-page-root .bubble-content p{color:#555;font-size:1rem;line-height:1.5;margin:0}#home-page-root .bubble-title{font-size:.85rem;text-transform:uppercase;color:#888;letter-spacing:.5px;font-weight:700}#home-page-root .bubble-specialist{color:#0f9d58;font-size:1.8rem;margin:5px 0 10px}#home-page-root .bubble-desc{font-style:italic;font-size:.95rem;color:#666;margin-bottom:15px}#home-page-root .btn-bubble-action{background:#0f9d58;color:#fff;border:none;padding:8px 16px;border-radius:50px;font-weight:600;cursor:pointer;width:100%;transition:.2s}#home-page-root .btn-bubble-action:hover{background:#0b8043}#home-page-root .typing-indicator span{display:inline-block;width:8px;height:8px;background-color:#ccc;border-radius:50%;margin:0 3px;animation:typing 1.4s infinite ease-in-out both}#home-page-root .typing-indicator span:nth-child(1){animation-delay:-.32s}#home-page-root .typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes floatCharacter{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes shadowScale{0%{transform:scale(1);opacity:.1}50%{transform:scale(.8);opacity:.05}to{transform:scale(1);opacity:.1}}@keyframes pulseThink{0%{transform:scale(1)}to{transform:scale(1.02)}}@keyframes bubblePop{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media(max-width:768px){#home-page-root .symptom-container{flex-direction:column-reverse}#home-page-root .symptom-right{padding-top:0;min-height:auto}#home-page-root .character-wrapper{width:150px}#home-page-root .speech-bubble{width:100%}}@media(max-width:600px){#home-page-root .services-section{padding:30px 15px}#home-page-root .section-header h2{font-size:1.5rem;margin-bottom:5px}#home-page-root .section-header p{font-size:.9rem;margin-bottom:20px}#home-page-root .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}#home-page-root .service-card{padding:12px;border-radius:12px}#home-page-root .service-card img{width:40px;margin-bottom:8px}#home-page-root .service-card h3{font-size:.9rem;margin-bottom:4px}#home-page-root .service-card p{font-size:.75rem;line-height:1.2}#home-page-root .hero-section{padding:60px 15px 20px}#home-page-root .search-box{padding:8px}#home-page-root .hero-stats{margin-bottom:30px}}#setup-page-root{--setup-primary: #0f9d58;--setup-dark: #0b8043;--setup-bg-light: #e6f4ea;--setup-text: #202124;--setup-gray: #5f6368;--setup-white: #ffffff;--setup-border: #dadce0;--setup-shadow: 0 4px 6px rgba(0, 0, 0, .1);font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--setup-bg-light);min-height:100vh;width:100%;display:flex;flex-direction:column;padding-top:80px}#setup-page-root *{box-sizing:border-box}#setup-page-root .setup-navbar{background-color:var(--setup-white);height:80px;box-shadow:0 2px 4px #0000000d;position:fixed;top:0;left:0;width:100%;z-index:1000}#setup-page-root .setup-nav-container{max-width:1200px;margin:0 auto;height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px}#setup-page-root .setup-logo{font-size:1.5rem;font-weight:700;color:var(--setup-primary);display:flex;align-items:center;gap:8px;cursor:pointer}#setup-page-root .setup-logo-img{height:40px;width:115px;object-fit:contain}#setup-page-root .setup-nav-links{display:flex;list-style:none;gap:30px;margin:0;padding:0}#setup-page-root .setup-nav-links a{text-decoration:none;color:var(--setup-text);font-weight:500;transition:color .3s}#setup-page-root .setup-nav-links a:hover{color:var(--setup-primary)}#setup-page-root .setup-menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px}#setup-page-root .setup-bar{width:25px;height:3px;background-color:var(--setup-text);transition:.3s}#setup-page-root .setup-bar.open:nth-child(1){transform:rotate(45deg) translate(5px,6px)}#setup-page-root .setup-bar.open:nth-child(2){opacity:0}#setup-page-root .setup-bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}#setup-page-root .setup-content-container{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px}#setup-page-root .setup-card{background:var(--setup-white);width:100%;max-width:800px;padding:40px;border-radius:12px;box-shadow:0 10px 25px #0f9d581a;animation:setupFadeIn .4s ease-in-out}@keyframes setupFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#setup-page-root .setup-header{text-align:left;margin-bottom:30px;border-bottom:2px solid var(--setup-bg-light);padding-bottom:20px}#setup-page-root .setup-header h2{color:var(--setup-text);display:flex;align-items:center;gap:10px;font-size:1.75rem;margin:0}#setup-page-root .icon-green{color:var(--setup-primary)}#setup-page-root .sub-text{color:var(--setup-gray);margin-top:5px}#setup-page-root .form-section{margin-bottom:35px}#setup-page-root .section-title{font-size:1.1rem;font-weight:600;color:var(--setup-text);margin-bottom:20px;display:flex;align-items:center}#setup-page-root .section-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}#setup-page-root .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}#setup-page-root .full-width{grid-column:span 2}#setup-page-root .input-group{margin-bottom:0;display:flex;flex-direction:column}#setup-page-root .input-group label{display:block;margin-bottom:6px;color:var(--setup-text);font-weight:600;font-size:.9rem}#setup-page-root .input-group input,#setup-page-root .input-group select{width:100%;padding:12px 15px;border:1px solid var(--setup-border);border-radius:8px;font-size:1rem;background-color:var(--setup-white);transition:border .3s,box-shadow .3s}#setup-page-root .input-group input:focus,#setup-page-root .input-group select:focus{outline:none;border-color:var(--setup-primary);box-shadow:0 0 0 3px #0f9d5833}#setup-page-root .icon-input{position:relative}#setup-page-root .input-icon{position:absolute;left:12px;top:12px;color:var(--setup-gray);pointer-events:none}#setup-page-root .btn-text-action{background:none;border:none;color:var(--setup-primary);font-weight:600;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:.9rem}#setup-page-root .btn-text-action:hover{text-decoration:underline;color:var(--setup-dark)}#setup-page-root .family-box{background-color:#f8f9fa;padding:20px;border-radius:10px;border:1px solid var(--setup-border)}#setup-page-root .family-grid{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:15px;align-items:end}#setup-page-root .mb-0{margin-bottom:0}#setup-page-root .label-sm{font-size:.75rem;text-transform:uppercase;color:var(--setup-gray);margin-bottom:4px}#setup-page-root .setup-btn-add{height:44px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--setup-primary);color:var(--setup-primary);background:#fff;padding:0 20px;border-radius:8px;font-weight:600;cursor:pointer}#setup-page-root .setup-btn-add:hover{background:var(--setup-bg-light)}#setup-page-root .family-list{margin-top:20px;display:flex;flex-direction:column;gap:10px}#setup-page-root .family-item{background:#fff;padding:12px 15px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000000d;border:1px solid var(--setup-border)}#setup-page-root .family-info{display:flex;align-items:center;gap:15px}#setup-page-root .avatar-circle{width:36px;height:36px;background-color:var(--setup-bg-light);color:var(--setup-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}#setup-page-root .f-name{font-weight:600;color:var(--setup-text);font-size:.95rem;margin:0}#setup-page-root .f-meta{font-size:.85rem;color:var(--setup-gray);margin:0}#setup-page-root .setup-btn-delete{background:none;border:none;color:#ea4335;cursor:pointer;padding:5px;border-radius:50%;transition:background .2s}#setup-page-root .setup-btn-delete:hover{background-color:#fce8e6}#setup-page-root .action-footer{margin-top:20px;padding-top:20px;border-top:1px solid var(--setup-border)}#setup-page-root .setup-btn-primary{width:100%;padding:14px;background-color:var(--setup-primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;display:flex;align-items:center;justify-content:center;gap:10px}#setup-page-root .setup-btn-primary:hover{background-color:var(--setup-dark)}@media(max-width:768px){#setup-page-root .setup-menu-toggle{display:flex}#setup-page-root .setup-nav-links{position:absolute;top:59px;left:0;width:100%;background-color:var(--setup-white);flex-direction:column;align-items:center;padding:20px 0;transform:translateY(-150%);transition:transform .3s ease;box-shadow:0 4px 6px #0000000d}#setup-page-root .setup-nav-links.active{transform:translateY(0)}#setup-page-root .form-grid,#setup-page-root .family-grid{grid-template-columns:1fr}#setup-page-root .full-width{grid-column:span 1}#setup-page-root .setup-btn-add{width:100%;margin-top:10px}#setup-page-root .setup-content-container{padding:20px 10px}#setup-page-root .setup-card{padding:25px}}#auth-page-root{--auth-green: #0f9d58;--auth-dark-green: #0b8043;--auth-bg: #e6f4ea;--auth-text: #202124;--auth-gray: #5f6368;--auth-white: #ffffff;--auth-border: #dadce0;font-family:Inter,sans-serif;background-color:var(--auth-bg);min-height:100vh;display:flex;flex-direction:column;width:100%;padding-top:70px}#auth-page-root *{box-sizing:border-box}#auth-page-root .auth-navbar{background-color:var(--auth-white);height:70px;box-shadow:0 2px 4px #0000000d;position:fixed;top:0;z-index:1000;width:100%}#auth-page-root .auth-nav-container{max-width:1200px;margin:0 auto;height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px}#auth-page-root .auth-logo{font-size:1.5rem;font-weight:700;color:var(--auth-green);display:flex;align-items:center;gap:8px;cursor:pointer}#auth-page-root .auth-logo-icon{height:40px;width:115px;object-fit:contain}#auth-page-root .auth-nav-links{display:flex;list-style:none;gap:30px;margin:0;padding:0}#auth-page-root .auth-nav-links a{text-decoration:none;color:var(--auth-text);font-weight:500;transition:color .3s}#auth-page-root .auth-nav-links a:hover{color:var(--auth-green)}#auth-page-root .auth-container{flex:1;display:flex;justify-content:center;align-items:center;padding:40px 20px}#auth-page-root .auth-card{background:var(--auth-white);width:100%;max-width:450px;padding:40px;border-radius:12px;box-shadow:0 10px 25px #0f9d581a;transition:max-height .3s ease}#auth-page-root .auth-header{text-align:center;margin-bottom:30px}#auth-page-root .auth-header h2{color:var(--auth-text);margin:0 0 10px;font-size:1.8rem}#auth-page-root .auth-sub-text{color:var(--auth-gray);font-size:.95rem;margin:0}#auth-page-root .auth-input-group{margin-bottom:20px}#auth-page-root .auth-input-group label{display:block;margin-bottom:8px;color:var(--auth-text);font-weight:600;font-size:.9rem}#auth-page-root .auth-input-group input{width:100%;padding:12px 15px;border:1px solid var(--auth-border);border-radius:8px;font-size:1rem;transition:border .3s,box-shadow .3s;background:#fff}#auth-page-root .auth-input-group input:focus{outline:none;border-color:var(--auth-green);box-shadow:0 0 0 3px #0f9d5833}#auth-page-root .auth-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font-size:.9rem}#auth-page-root .auth-remember{display:flex;align-items:center;gap:5px;color:var(--auth-gray)}#auth-page-root .auth-forgot{color:var(--auth-green);text-decoration:none;font-weight:600}#auth-page-root .auth-btn-primary{width:100%;padding:14px;background-color:var(--auth-green);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}#auth-page-root .auth-btn-primary:hover{background-color:var(--auth-dark-green)}#auth-page-root .auth-btn-secondary{width:100%;padding:12px;background-color:transparent;border:2px solid var(--auth-border);color:var(--auth-text);border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}#auth-page-root .auth-btn-secondary:hover{border-color:var(--auth-green);color:var(--auth-green);background-color:#f0f9f4}#auth-page-root .auth-divider{display:flex;align-items:center;margin:20px 0;color:var(--auth-gray);font-size:.85rem}#auth-page-root .auth-divider:before,#auth-page-root .auth-divider:after{content:"";flex:1;height:1px;background:var(--auth-border)}#auth-page-root .auth-divider span{padding:0 10px}#auth-page-root .auth-footer{text-align:center;margin-top:25px;font-size:.95rem;color:var(--auth-gray)}#auth-page-root .auth-toggle-link{color:var(--auth-green);font-weight:700;text-decoration:none;cursor:pointer}#auth-page-root .auth-toggle-link:hover{text-decoration:underline}#auth-page-root .fade-in{animation:authFadeIn .4s ease-in-out}@keyframes authFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){#auth-page-root .auth-menu-toggle{display:flex;flex-direction:column;cursor:pointer;gap:5px}#auth-page-root .auth-bar{width:25px;height:3px;background-color:var(--auth-text);transition:.3s}#auth-page-root .auth-nav-links{position:absolute;top:55px;left:0;width:100%;background-color:var(--auth-white);flex-direction:column;align-items:center;padding:20px 0;transform:translateY(-150%);transition:transform .3s ease;box-shadow:0 4px 6px #0000000d;z-index:999}#auth-page-root .auth-nav-links.active{transform:translateY(0)}#auth-page-root .auth-card{padding:30px 20px;box-shadow:none;border:1px solid var(--auth-border)}}#about-page-root{--about-green: #0f9d58;--about-dark-green: #0b8043;--about-text-main: #202124;--about-text-light: #5f6368;--about-bg-tint: #e6f4ea;--about-white: #ffffff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--about-text-main);background-color:#fff;width:100%;box-sizing:border-box;overflow-x:hidden;line-height:1.5;padding-top:70px}#about-page-root *{box-sizing:border-box}#about-page-root img{max-width:100%;display:block}#about-page-root ul{list-style:none;padding:0;margin:0}#about-page-root a{text-decoration:none}#about-page-root .about-container{max-width:1200px;margin:0 auto;padding:0 20px}#about-page-root .about-section{padding:80px 0;width:100%}#about-page-root .bg-gray{background-color:#f8f9fa}#about-page-root .bg-white{background-color:#fff}#about-page-root .about-navbar{background-color:var(--about-white);height:70px;box-shadow:0 2px 10px #0000000d;width:100%;position:fixed;top:0;left:0;z-index:1000}#about-page-root .about-nav-container{height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px;max-width:1200px;margin:0 auto}#about-page-root .about-logo{cursor:pointer}#about-page-root .about-logo-img{height:40px}#about-page-root .about-nav-links{display:flex;gap:30px}#about-page-root .about-nav-links a{color:var(--about-text-main);font-weight:500;transition:.3s}#about-page-root .about-nav-links a:hover,#about-page-root .about-active-link{color:var(--about-green);font-weight:700}#about-page-root .about-menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px}#about-page-root .about-bar{width:25px;height:3px;background-color:var(--about-text-main);transition:.3s}#about-page-root .about-bar.open:nth-child(1){transform:rotate(45deg) translate(5px,6px)}#about-page-root .about-bar.open:nth-child(2){opacity:0}#about-page-root .about-bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}#about-page-root .about-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:url(https://images.unsplash.com/photo-1505751172876-fa1923c5c528?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80) center/cover fixed no-repeat}#about-page-root .hero-overlay{position:absolute;inset:0;background:#0b5032b3}#about-page-root .hero-content{position:relative;z-index:2;max-width:800px;padding:20px;opacity:0;transform:translateY(20px);animation:aboutFadeInUp 1s ease-out forwards}#about-page-root .hero-content h1{font-size:3rem;font-weight:800;margin-bottom:10px;color:#fff}#about-page-root .hero-content .highlight{color:#a7ffeb}#about-page-root .hero-content p{font-size:1.2rem;opacity:.9;color:#fff}#about-page-root .value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}#about-page-root .value-card{text-align:center;padding:40px 30px;background:#fff;border-radius:12px;border:1px solid #eee;box-shadow:0 4px 6px #00000005;transition:.3s}#about-page-root .value-card:hover{transform:translateY(-5px);border-bottom:4px solid var(--about-green)}#about-page-root .icon-box{background:var(--about-bg-tint);color:var(--about-green);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}#about-page-root .value-card h3{font-size:1.4rem;margin-bottom:10px;color:var(--about-text-main)}#about-page-root .value-card p{color:var(--about-text-light)}#about-page-root .split-layout{display:flex;align-items:center;gap:50px}#about-page-root .story-image-wrapper,#about-page-root .story-content{flex:1}#about-page-root .story-img{border-radius:12px;box-shadow:0 10px 30px #0000001a;transform:rotate(-2deg);transition:transform .4s ease}#about-page-root .story-img:hover{transform:rotate(0) scale(1.02)}#about-page-root h2{font-size:2.2rem;margin-bottom:15px;color:var(--about-text-main)}#about-page-root p{color:var(--about-text-light);margin-bottom:15px}#about-page-root .section-header{text-align:center;max-width:600px;margin:0 auto 50px}#about-page-root .standards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}#about-page-root .standard-card{background:#fcfcfc;padding:30px;border-radius:16px;border:1px solid #eee;text-align:left;transition:.3s}#about-page-root .standard-card:hover{border-color:var(--about-green);box-shadow:0 5px 15px #0000000d}#about-page-root .s-icon{color:var(--about-green);margin-bottom:20px}#about-page-root .standard-card h3{font-size:1.3rem;margin-bottom:10px;color:var(--about-text-main)}#about-page-root .standard-card p{font-size:.95rem;color:var(--about-text-light)}#about-page-root .process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}#about-page-root .process-step{text-align:center;padding:20px}#about-page-root .step-icon-wrapper{width:80px;height:80px;background-color:#fff;color:var(--about-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;position:relative;box-shadow:0 5px 15px #0000000d}#about-page-root .step-number{position:absolute;top:0;right:0;background-color:var(--about-text-main);color:#fff;width:24px;height:24px;border-radius:50%;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center}#about-page-root .process-step h3{font-size:1.3rem;margin-bottom:10px;color:var(--about-text-main)}#about-page-root .about-footer{background:var(--about-text-main);color:#fff;text-align:center;padding:30px}#about-page-root .about-footer p{color:#fffc;margin:0}@keyframes aboutFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){#about-page-root .about-menu-toggle{display:flex}#about-page-root .about-nav-links{position:absolute;top:70px;left:0;width:100%;background-color:#fff;flex-direction:column;align-items:center;padding:20px 0;transform:translateY(-150%);transition:transform .3s ease;box-shadow:0 4px 6px #0000000d}#about-page-root .about-nav-links.active{transform:translateY(0)}#about-page-root .split-layout{flex-direction:column;text-align:center;gap:30px}#about-page-root .hero-content h1{font-size:2.2rem}}#security-page-root{--sec-green: #0f9d58;--sec-dark: #0b8043;--sec-bg-mint: #f0fdf4;--sec-text-dark: #111827;--sec-text-gray: #4b5563;--sec-white: #ffffff;--sec-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);font-family:Inter,system-ui,sans-serif;width:100%;overflow-x:hidden;background-color:var(--sec-white);min-height:100vh;padding-top:70px}#security-page-root *{box-sizing:border-box}#security-page-root .security-navbar{background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:70px;box-shadow:0 2px 4px #0000000d;position:fixed;top:0;left:0;width:100%;z-index:1000}#security-page-root .security-nav-container{max-width:1200px;margin:0 auto;height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px}#security-page-root .security-logo{cursor:pointer}#security-page-root .security-logo-img{height:40px}#security-page-root .security-nav-links{display:flex;list-style:none;gap:30px;margin:0;padding:0}#security-page-root .security-nav-links a{text-decoration:none;color:var(--sec-text-dark);font-weight:500;transition:.3s}#security-page-root .security-nav-links a:hover{color:var(--sec-green)}#security-page-root .security-menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px}#security-page-root .security-bar{width:25px;height:3px;background-color:var(--sec-text-dark);transition:.3s}#security-page-root .security-bar.open:nth-child(1){transform:rotate(45deg) translate(5px,6px)}#security-page-root .security-bar.open:nth-child(2){opacity:0}#security-page-root .security-bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}#security-page-root .security-hero{background:radial-gradient(circle at center,#e6f4ea,#fff 70%);padding:80px 20px;text-align:center;border-bottom:1px solid #f0f0f0}#security-page-root .hero-content{max-width:800px;margin:0 auto}#security-page-root .hero-icon-wrapper{background:var(--sec-green);width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;box-shadow:0 10px 25px #0f9d584d;color:#fff}#security-page-root h1{font-size:3rem;font-weight:800;color:var(--sec-text-dark);margin-bottom:20px;line-height:1.2}#security-page-root .highlight{color:var(--sec-green)}#security-page-root p{font-size:1.2rem;color:var(--sec-text-gray);margin-bottom:30px;line-height:1.6}#security-page-root .hero-badges{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}#security-page-root .badge{display:flex;align-items:center;gap:8px;background:#fff;padding:8px 16px;border-radius:20px;border:1px solid #e5e7eb;font-weight:600;color:var(--sec-dark);box-shadow:0 2px 5px #0000000d}#security-page-root .security-section{padding:80px 0}#security-page-root .bg-mint{background-color:var(--sec-bg-mint)}#security-page-root .security-container{max-width:1200px;margin:0 auto;padding:0 20px}#security-page-root .section-title{text-align:center;margin-bottom:60px}#security-page-root .section-title h2{font-size:2.2rem;margin-bottom:10px;color:var(--sec-text-dark)}#security-page-root .section-title p{font-size:1.1rem;color:var(--sec-text-gray)}#security-page-root .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}#security-page-root .feature-card{background:#fff;padding:40px 30px;border-radius:16px;box-shadow:var(--sec-shadow);border:1px solid #f3f4f6;text-align:center;transition:.3s;opacity:0;animation:secSlideUp .8s ease forwards}#security-page-root .feature-card:hover{transform:translateY(-10px);border-color:var(--sec-green)}#security-page-root .icon-box{width:70px;height:70px;background:#e6f4ea;color:var(--sec-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}#security-page-root .feature-card h3{font-size:1.4rem;margin-bottom:10px}#security-page-root .feature-card p{color:var(--sec-text-gray)}#security-page-root .split-layout{display:flex;align-items:center;gap:60px}#security-page-root .split-image,#security-page-root .split-text{flex:1}#security-page-root .rounded-img{width:100%;border-radius:20px;box-shadow:0 20px 40px #0000001a;transform:rotate(-2deg);transition:.4s}#security-page-root .rounded-img:hover{transform:rotate(0)}#security-page-root .data-list{list-style:none;padding:0;margin-top:30px}#security-page-root .data-list li{display:flex;gap:20px;margin-bottom:30px}#security-page-root .list-icon{color:var(--sec-green);flex-shrink:0;margin-top:5px}#security-page-root .data-list strong{font-size:1.1rem;display:block;margin-bottom:5px}#security-page-root .tips-box{background:#111827;color:#fff;padding:50px;border-radius:20px}#security-page-root .tips-box h3{display:flex;align-items:center;gap:10px;font-size:1.5rem;margin-bottom:30px}#security-page-root .tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}#security-page-root .tip{display:flex;gap:15px;align-items:flex-start}#security-page-root .tip-num{background:var(--sec-green);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}#security-page-root .tip p{color:#d1d5db;font-size:1rem;margin:0;line-height:1.5}#security-page-root .security-footer{text-align:center;padding:30px;border-top:1px solid #eee;color:var(--sec-text-gray);font-size:.9rem}@keyframes secSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}#security-page-root .fade-in-up{animation:secSlideUp 1s ease forwards}#security-page-root .delay-1{animation-delay:.2s}#security-page-root .delay-2{animation-delay:.4s}#security-page-root .delay-3{animation-delay:.6s}@media(max-width:768px){#security-page-root .security-menu-toggle{display:flex}#security-page-root .security-nav-links{position:absolute;top:80px;left:0;width:100%;background:#fff;flex-direction:column;padding:20px;transform:translateY(-150%);transition:.3s;box-shadow:0 4px 6px #0000001a}#security-page-root .security-nav-links.active{transform:translateY(0)}#security-page-root .split-layout{flex-direction:column;text-align:center}#security-page-root .data-list li{text-align:left}#security-page-root h1{font-size:2.2rem}}.otp-container{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%;font-family:Inter,sans-serif}.otp-brand-panel{background:linear-gradient(135deg,#708cdb,#1e40af);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:80px;position:relative}.lock-icon-wrapper{background:#ffffff26;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:32px}.secure-title{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:24px}.secure-text{font-size:18px;line-height:1.6;opacity:.9;max-width:500px;margin-bottom:40px}.security-badges{display:flex;gap:24px;font-size:14px;font-weight:600}.otp-form-panel{background:#fff;display:flex;align-items:center;justify-content:center;padding:40px}.otp-form-wrapper{width:100%;max-width:440px}.otp-header .logo-section{display:flex;align-items:center;gap:8px;margin-bottom:40px}.small-logo{width:32px}.brand-text{font-weight:700;color:#1e3a8a}.otp-header h2{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:12px}.otp-header p{color:#64748b;margin-bottom:40px}.otp-input-group{display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.otp-field{width:60px;height:60px;border:1px solid #e2e8f0;border-radius:16px;text-align:center;font-size:24px;font-weight:700;color:#1e293b;background:#f8fafc;outline:none;transition:all .2s}.otp-field:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a}.otp-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.timer-section{color:#64748b;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600}.resend-btn{background:none;border:none;color:#2563eb;font-weight:700;font-size:14px;cursor:pointer}.resend-btn:disabled{color:#cbd5e1;cursor:default}.verify-btn{width:100%;background-color:#2563eb;color:#fff;border:none;padding:18px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s;margin-bottom:32px}.verify-btn.disabled{background-color:#94a3b8;cursor:not-allowed}.trouble-text{text-align:center;font-size:14px;color:#64748b}.trouble-text a{color:#2563eb;text-decoration:none;font-weight:600}.otp-bottom-links{display:flex;justify-content:space-between;margin-top:80px;font-size:12px;color:#94a3b8}.otp-bottom-links a{color:#94a3b8;text-decoration:none}@media(max-width:900px){.otp-container{grid-template-columns:1fr}.otp-brand-panel{display:none}.otp-field{width:65px;height:65px}}.doctors-page{padding:80px 20px 40px;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif;background-color:#f8f9fa;min-height:100vh}.docs-header{text-align:center;margin-bottom:30px;background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #0000000d}.docs-header h1{font-size:2rem;color:#1a1a1a;margin-bottom:24px}.docs-search-bar{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.docs-search-bar input{padding:12px 20px;border:1px solid #e2e8f0;border-radius:50px;width:280px;outline:none;transition:all .3s;font-size:.95rem;background:#f8fafc}.docs-search-bar input:focus{border-color:#0f9d58;background:#fff;box-shadow:0 0 0 3px #0f9d581a}.docs-search-bar button{padding:12px 32px;background-color:#0f9d58;color:#fff;border:none;border-radius:50px;cursor:pointer;font-weight:600;transition:.2s}.docs-search-bar button:hover{background-color:#0b8043;transform:translateY(-1px)}.doctors-content{display:flex;gap:30px;align-items:flex-start}.filters-sidebar{width:280px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 12px #0000000d;border:1px solid #f1f5f9;position:sticky;top:100px;display:flex;flex-direction:column;gap:24px}.filters-sidebar h3{margin:0;font-size:1.1rem;color:#1e293b;padding-bottom:10px;border-bottom:2px solid #f1f5f9;width:100%}.filter-group{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.filter-group label{font-size:.85rem;font-weight:600;color:#64748b}.filter-group select{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:.9rem;cursor:pointer;outline:none;transition:border-color .2s}.filter-group select:focus{border-color:#0f9d58}.filter-group input[type=range]{width:100%;accent-color:#0f9d58;cursor:pointer}.doctors-grid{flex:1;display:flex;flex-direction:column;gap:20px}.doctor-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #0000000d;transition:transform .2s;border:1px solid #f1f5f9}.doctor-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000014}.doctor-card-content{display:flex;gap:24px;align-items:flex-start}.doctor-image-container{position:relative;flex-shrink:0}.doctor-img{width:110px;height:110px;border-radius:16px;object-fit:cover;background-color:#e9ecef}.verified-badge{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);background-color:#0f9d58;color:#fff;font-size:.7rem;padding:4px 10px;border-radius:12px;white-space:nowrap;border:2px solid white;box-shadow:0 2px 4px #0000001a}.doctor-info{flex-grow:1}.doctor-name{margin:0 0 6px;font-size:1.35rem;color:#1e293b;font-weight:700}.doctor-specialization{color:#0f9d58;font-size:1rem;margin-bottom:8px;font-weight:600}.doctor-clinic,.doctor-location{font-size:.9rem;color:#64748b;margin:4px 0;display:flex;align-items:center;gap:6px}.doctor-meta{display:flex;gap:20px;margin-top:14px;font-size:.95rem;font-weight:600}.doctor-rating{color:#f59e0b;background:#fffbeb;padding:4px 10px;border-radius:6px}.doctor-fee{color:#1e293b;background:#f1f5f9;padding:4px 10px;border-radius:6px}.doctor-slots{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.slots-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;margin-bottom:10px;font-weight:700}.slots-list{display:flex;gap:10px;flex-wrap:wrap}.slot-pill{font-size:.85rem;padding:6px 14px;background-color:#e6f4ea;color:#0b8043;border-radius:50px;font-weight:500}.no-slots{font-size:.9rem;color:#ef4444}.doctor-card-actions{margin-top:24px;display:flex;gap:16px}.btn-view-profile,.btn-book-appointment{flex:1;padding:12px;border-radius:10px;font-weight:600;cursor:pointer;font-size:.95rem;transition:.2s}.btn-view-profile{background:#fff;border:1.5px solid #0f9d58;color:#0f9d58}.btn-view-profile:hover{background:#e6f4ea}.btn-book-appointment{background:#0f9d58;border:1.5px solid #0f9d58;color:#fff;box-shadow:0 4px 10px #0f9d5833}.btn-book-appointment:hover{background:#0b8043;border-color:#0b8043;transform:translateY(-2px);box-shadow:0 6px 15px #0f9d584d}.loading-state,.empty-state{text-align:center;padding:40px;color:#64748b}.spinner{border:4px solid #f3f3f3;border-top:4px solid #0f9d58;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 20px}@media(max-width:900px){.doctors-content{flex-direction:column}.filters-sidebar{width:100%;position:relative;top:0}.doctor-card-content{flex-direction:column;align-items:center;text-align:center}.doctor-location,.doctor-clinic,.doctor-meta,.slots-list{justify-content:center}}@media(max-width:600px){.doctors-page{padding:70px 15px 30px}.docs-header{padding:20px 15px;margin-bottom:20px}.docs-header h1{font-size:1.5rem;margin-bottom:15px}.docs-search-bar input{width:100%;font-size:.9rem;padding:10px 16px}.docs-search-bar button{width:100%;padding:10px;font-size:.9rem}.filters-sidebar{padding:16px;gap:16px}.filters-sidebar h3{font-size:1rem;padding-bottom:8px}.filter-group label{font-size:.8rem}.doctor-card{padding:16px}.doctor-name{font-size:1.2rem}.doctor-meta{flex-wrap:wrap;gap:10px}.doctor-card-actions{flex-direction:column;gap:10px}.doctor-img{width:80px;height:80px;border-radius:12px}.doctor-specialization{font-size:.9rem;margin-bottom:4px}.doctor-clinic,.doctor-location{font-size:.8rem}.slot-pill{font-size:.75rem;padding:4px 10px}.btn-view-profile,.btn-book-appointment{padding:10px;font-size:.9rem}}#doctor-setup-root{--brand-primary: #0f9d58;--brand-primary-dark: #0b8043;--brand-bg: #f4f6f8;--brand-surface: #ffffff;--text-main: #1f2937;--text-secondary: #6b7280;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--brand-bg);min-height:100vh;padding-top:80px;color:var(--text-main)}#doctor-setup-root *{box-sizing:border-box}.doc-navbar{background-color:var(--brand-surface);height:80px;width:100%;position:fixed;top:0;left:0;border-bottom:1px solid var(--border-color);z-index:1000;display:flex;align-items:center}.doc-nav-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.doc-logo{display:flex;align-items:center;gap:12px;cursor:pointer}.doc-logo-img{height:40px;width:auto}.doc-badge{background-color:#0f9d581a;color:var(--brand-primary);padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:.5px}.doc-content-container{max-width:1000px;margin:40px auto;padding:0 20px}.doc-card{background:var(--brand-surface);border-radius:16px;box-shadow:var(--shadow-md);border:1px solid var(--border-color);overflow:hidden}.doc-header{padding:32px 40px;border-bottom:1px solid var(--border-color);background-color:#fafbfb}.doc-header h2{font-size:1.75rem;font-weight:700;color:var(--text-main);display:flex;align-items:center;gap:12px;margin:0}.icon-brand{color:var(--brand-primary)}.sub-text{margin-top:8px;color:var(--text-secondary);font-size:1rem}.doc-form{padding:40px}.form-section{margin-bottom:40px}.section-title{font-size:1.1rem;font-weight:600;color:var(--brand-primary);text-transform:uppercase;letter-spacing:.8px;margin-bottom:24px;display:flex;align-items:center}.section-title:after{content:"";flex:1;height:1px;background-color:var(--border-color);margin-left:16px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.full-width{grid-column:span 2}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:.9rem;font-weight:500;color:var(--text-main)}.input-group input,.input-group select,.bio-input{width:100%;padding:12px 16px;font-size:1rem;color:var(--text-main);background-color:#fff;border:1px solid var(--border-color);border-radius:8px;transition:all .2s ease-in-out}.input-group input:hover,.input-group select:hover{border-color:#b0b0b0}.input-group input:focus,.input-group select:focus,.bio-input:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 4px #0f9d581a}.bio-input{resize:vertical;min-height:120px;font-family:inherit}.icon-input{position:relative}.input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-secondary);pointer-events:none}.icon-input input{padding-left:44px}.action-footer{margin-top:20px;padding-top:20px;display:flex;justify-content:flex-end}.doc-btn-primary{background-color:var(--brand-primary);color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background-color .2s,transform .1s;box-shadow:0 2px 4px #0f9d584d}.doc-btn-primary:hover{background-color:var(--brand-primary-dark)}.doc-btn-primary:active{transform:translateY(1px)}.doc-btn-primary:disabled{background-color:#a0a0a0;cursor:not-allowed;box-shadow:none}@media(max-width:768px){#doctor-setup-root{padding-top:100px}.doc-content-container{padding:0 16px;margin:20px auto}.doc-card{border-radius:12px}.doc-header,.doc-form{padding:24px}.form-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}.doc-btn-primary{width:100%;justify-content:center}}.checkbox-group{margin-bottom:10px}.toggle-label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:12px;border:1px solid var(--border-color);border-radius:8px;background-color:#fff;transition:all .2s;font-weight:500;color:var(--text-secondary)}.toggle-label:hover{background-color:#f9fafb}.toggle-label.active{background-color:#ecfdf5;border-color:var(--brand-primary);color:var(--brand-primary)}.toggle-label input{display:none}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}#doctor-auth-root{font-family:Outfit,sans-serif;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0fdf4,#fff);padding:90px 20px 20px;color:#333}#doctor-auth-root .auth-navbar{background-color:#fff;height:70px;box-shadow:0 2px 4px #0000000d;position:fixed;top:0;left:0;z-index:1000;width:100%}#doctor-auth-root .auth-nav-container{max-width:1200px;margin:0 auto;height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px}#doctor-auth-root .auth-logo{font-size:1.5rem;font-weight:700;color:#00695c;display:flex;align-items:center;gap:8px;cursor:pointer}#doctor-auth-root .auth-logo-icon{height:40px;width:auto;max-width:150px;object-fit:contain}#doctor-auth-root .auth-nav-links{display:flex;list-style:none;gap:30px;margin:0;padding:0}#doctor-auth-root .auth-nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}#doctor-auth-root .auth-nav-links a:hover{color:#00695c}#doctor-auth-root .auth-menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px}#doctor-auth-root .auth-bar{width:25px;height:3px;background-color:#333;transition:.3s}#doctor-auth-root .auth-bar.open:nth-child(1){transform:rotate(45deg) translate(5px,6px)}#doctor-auth-root .auth-bar.open:nth-child(2){opacity:0}#doctor-auth-root .auth-bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.auth-card{background:#fff;width:100%;max-width:440px;padding:40px;border-radius:24px;box-shadow:0 20px 50px #0000001a}.auth-header{text-align:center;margin-bottom:30px}.brand-badge{display:inline-flex;align-items:center;gap:8px;background:#e0f2f1;color:#00695c;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:15px}.auth-header h2{font-size:1.8rem;color:#1e293b;margin-bottom:10px}.sub-text{color:#64748b;font-size:.95rem}.auth-error{background:#fee2e2;color:#ef4444;padding:10px;border-radius:8px;font-size:.9rem;margin-bottom:20px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:16px}.input-group{position:relative}.input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8}.input-group input{width:100%;padding:12px 12px 12px 42px;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .2s;outline:none}.input-group input:focus{border-color:#00695c;box-shadow:0 0 0 3px #00695c1a}.auth-btn{margin-top:10px;display:flex;justify-content:center;align-items:center;gap:10px;padding:14px;background:#00695c;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.auth-btn:hover:not(:disabled){background:#004d40}.auth-btn:disabled{background:#94a3b8;cursor:not-allowed}.auth-footer{text-align:center;margin-top:25px;font-size:.9rem;color:#64748b}.link-btn{background:none;border:none;color:#00695c;font-weight:600;cursor:pointer;margin-left:5px;font-size:inherit}.link-btn:hover{text-decoration:underline}@media(max-width:768px){#doctor-auth-root .auth-menu-toggle{display:flex}#doctor-auth-root .auth-nav-links{display:none;position:absolute;top:70px;left:0;width:100%;background:#fff;flex-direction:column;align-items:center;padding:20px;box-shadow:0 4px 10px #0000001a}#doctor-auth-root .auth-nav-links.active{display:flex}}#dashboard-root{--dash-primary: #0f9d58;--dash-bg: #f3f4f6;--dash-white: #ffffff;--dash-text: #1f2937;--dash-border: #e5e7eb;background-color:var(--dash-bg);min-height:100vh;font-family:Inter,sans-serif;padding-top:70px}.dash-navbar{position:fixed;top:0;left:0;width:100%;height:70px;background:var(--dash-white);border-bottom:1px solid var(--dash-border);display:flex;justify-content:space-between;align-items:center;padding:0 24px;z-index:100}.dash-nav-left{display:flex;align-items:center;gap:12px}.dash-logo{height:36px}.badge-pro{background:#e6f4ea;color:var(--dash-primary);padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:700}.dash-nav-right{position:relative}.dash-profile-widget{display:flex;align-items:center;gap:12px;cursor:pointer;padding:6px 12px;border-radius:40px;transition:background .2s ease;border:1px solid transparent;-webkit-user-select:none;user-select:none}.dash-profile-widget:hover,.dash-profile-widget.active{background-color:#f0fdf4;border-color:#dcfce7}.dash-profile-text{display:flex;flex-direction:column;text-align:right;line-height:1.2}.dash-greeting{font-size:.75rem;color:#6b7280;font-weight:500}.dash-username{font-size:.95rem;color:var(--dash-primary);font-weight:700}.dash-avatar{width:40px;height:40px;border-radius:50%;background:#e0f2f1;color:var(--dash-primary);display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid var(--dash-primary);font-size:1.2rem;overflow:hidden}.dash-dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;width:220px;background:#fff;box-shadow:0 10px 25px #00000026;border-radius:12px;padding:8px 0;z-index:1000;border:1px solid #e5e7eb}.dropdown-item{display:flex;align-items:center;gap:10px;padding:12px 20px;font-size:.95rem;color:#374151;cursor:pointer;transition:background .2s}.dropdown-item:hover{background-color:#f9fafb;color:var(--dash-primary)}.dropdown-item span{font-size:1.1rem}.dropdown-divider{height:1px;background:#e5e7eb;margin:6px 0}.dropdown-item.logout{color:#ef4444}.dropdown-item.logout:hover{background-color:#fef2f2}.fade-in-fast{animation:fadeInFast .2s ease-out forwards}@keyframes fadeInFast{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dash-container{display:flex;max-width:1300px;margin:0 auto;padding:24px;gap:24px}.dash-sidebar{width:260px;background:var(--dash-white);border-radius:12px;border:1px solid var(--dash-border);height:fit-content;padding:24px}.sidebar-profile{text-align:center;margin-bottom:30px}.avatar-circle{width:70px;height:70px;background:#e0e7ff;color:#4338ca;font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.sidebar-profile h3{margin:0;font-size:1.1rem}.sidebar-profile p{margin:4px 0 0;color:#6b7280;font-size:.9rem}.sidebar-menu{display:flex;flex-direction:column;gap:8px}.sidebar-menu button{display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:none;background:none;text-align:left;color:#4b5563;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s}.sidebar-menu button:hover{background:#f9fafb;color:var(--dash-primary)}.sidebar-menu button.active{background:#ecfdf5;color:var(--dash-primary);font-weight:600}.dash-content{flex:1}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.stat-card{background:#fff;padding:20px;border-radius:12px;border:1px solid var(--dash-border);display:flex;align-items:center;gap:16px}.stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center}.bg-blue{background:#e0f2fe;color:#0284c7}.bg-green{background:#dcfce7;color:#16a34a}.bg-orange{background:#ffedd5;color:#ea580c}.stat-card h4{margin:0;font-size:.9rem;color:#6b7280;font-weight:500}.stat-card p{margin:4px 0 0;font-size:1.5rem;font-weight:700}.content-card{background:#fff;border-radius:12px;border:1px solid var(--dash-border);padding:24px}.card-header{margin-bottom:24px}.card-header h2{margin:0;font-size:1.25rem}.card-sub{color:#6b7280;margin:4px 0 0}.dash-table{width:100%;border-collapse:collapse}.dash-table th{text-align:left;padding:12px;border-bottom:2px solid #f3f4f6;color:#6b7280;font-size:.85rem}.dash-table td{padding:16px 12px;border-bottom:1px solid #f3f4f6;font-size:.95rem}.badge-type{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:20px;font-size:.8rem;font-weight:600}.badge-type.online{background:#eff6ff;color:#2563eb}.badge-type.clinic{background:#f3f4f6;color:#4b5563}.status-dot{height:8px;width:8px;border-radius:50%;display:inline-block;margin-right:6px}.status-dot.confirmed{background:#16a34a}.status-dot.pending{background:#ea580c}.action-buttons{display:flex;gap:8px}.btn-icon{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px}.btn-icon.accept{color:#16a34a}.btn-icon.accept:hover{background:#dcfce7}.btn-icon.decline{color:#ef4444}.btn-icon.decline:hover{background:#fee2e2}.schedule-form{display:flex;gap:12px;align-items:center;background:#f9fafb;padding:16px;border-radius:8px;margin-bottom:24px;flex-wrap:wrap}.schedule-form select,.schedule-form input{padding:10px;border:1px solid var(--dash-border);border-radius:6px}.time-inputs{display:flex;align-items:center;gap:8px}.btn-add-slot{background:var(--dash-primary);color:#fff;border:none;padding:10px 16px;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;margin-left:auto}.slots-grid-display{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.time-slot-card{border:1px solid var(--dash-border);border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:center;background:#fff;box-shadow:0 1px 2px #0000000d}.slot-info strong{display:block;color:var(--dash-primary);margin-bottom:4px}.btn-delete-slot{color:#ef4444;background:none;border:none;cursor:pointer}.quick-schedule-box{background:#fdfdfd;padding:20px;border-radius:8px;border:1px dashed #d1d5db;margin-bottom:24px}.quick-form-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:16px}.quick-time-group{display:flex;align-items:center;gap:10px;font-weight:500;font-size:.95rem}.quick-time-group input{padding:8px;border:1px solid #e5e7eb;border-radius:6px}.day-toggles{display:flex;gap:8px;flex-wrap:wrap}.day-chip{padding:8px 16px;background:#f3f4f6;color:#6b7280;border-radius:20px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s;border:1px solid transparent}.day-chip:hover{background:#e5e7eb}.day-chip.selected{background:#dcfce7;color:#16a34a;border-color:#16a34a}@media(max-width:768px){.dash-container{flex-direction:column;padding:16px}.dash-sidebar{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px}.sidebar-profile{display:none}.stats-grid{grid-template-columns:1fr}.schedule-form,.quick-form-row{flex-direction:column;align-items:stretch}.quick-time-group{flex-direction:column;align-items:flex-start}.btn-add-slot{margin-left:0}.table-responsive{overflow-x:auto}}.video-conference-container{display:flex;flex-direction:column;height:700px}.video-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.video-header h2{margin:0;font-size:1.25rem}.video-meta{display:flex;align-items:center;gap:12px}.live-badge{background-color:#ef4444;color:#fff;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:700;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.video-main-area{flex:1;background-color:#111827;border-radius:12px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-feed{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-placeholder{display:flex;flex-direction:column;align-items:center;color:#6b7280}.video-placeholder p{margin-top:10px;font-size:1.1rem}.self-feed{position:absolute;bottom:20px;right:20px;width:180px;height:120px;background-color:#374151;border-radius:8px;border:2px solid rgba(255,255,255,.2);box-shadow:0 4px 10px #0000004d;z-index:10;display:flex;align-items:center;justify-content:center;color:#fff}.video-placeholder-small{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.camera-off{background-color:#1f2937;color:#ef4444}.video-controls{display:flex;justify-content:center;gap:20px;padding-top:20px}.ctrl-btn{width:56px;height:56px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#f3f4f6;color:#374151;transition:all .2s}.ctrl-btn:hover{background-color:#e5e7eb}.ctrl-btn.off{background-color:#ef4444;color:#fff}.ctrl-btn.end-call{background-color:#ef4444;color:#fff;width:64px;height:64px}.ctrl-btn.end-call:hover{background-color:#dc2626}.btn-icon.video-call:hover{background-color:#eff6ff}.profile-view-container{max-width:100%;min-height:100vh;background-color:#f4f7f6;padding:20px;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif}.profile-content-wrapper{max-width:850px;margin:0 auto;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-header-nav{max-width:850px;margin:0 auto 25px;display:flex;justify-content:space-between;align-items:center}.page-title{font-size:1.2rem;color:#333;font-weight:700;margin:0}.nav-btn-secondary,.nav-btn-primary{display:flex;align-items:center;gap:8px;border:none;border-radius:30px;padding:8px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.nav-btn-secondary{background:#fff;color:#555;box-shadow:0 2px 5px #0000000d}.nav-btn-secondary:hover{background:#e9ecef;transform:translate(-2px)}.nav-btn-primary{background:#0b5c4b;color:#fff;box-shadow:0 2px 8px #0b5c4b33}.nav-btn-primary:hover{background:#08493b;transform:translateY(-2px)}.profile-main-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000f;margin-bottom:30px}.profile-banner{height:120px;background:linear-gradient(135deg,#0b5c4b,#1abc9c);width:100%}.profile-identity{text-align:center;position:relative;padding-bottom:20px}.profile-avatar-wrapper{position:relative;width:100px;height:100px;margin:-50px auto 15px}.profile-avatar-large{width:100%;height:100%;border-radius:50%;background:#fff;color:#0b5c4b;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:800;border:4px solid white;box-shadow:0 4px 15px #0000001a}.profile-fullname{margin:0;font-size:1.8rem;color:#2c3e50;letter-spacing:-.5px}.profile-status{color:#7f8c8d;font-size:.95rem;margin-top:4px;font-weight:500}.profile-divider{height:1px;background:#eee;margin:20px 30px}.profile-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:0 30px 40px}.info-box{background:#f8f9fa;border-radius:12px;padding:15px;display:flex;align-items:center;gap:15px;transition:transform .2s,box-shadow .2s;border:1px solid transparent}.info-box:hover{transform:translateY(-3px);background:#fff;border-color:#eee;box-shadow:0 5px 15px #0000000d}.icon-wrapper{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.icon-wrapper.blue{background:#e3f2fd;color:#1e88e5}.icon-wrapper.green{background:#e8f5e9;color:#43a047}.icon-wrapper.purple{background:#f3e5f5;color:#8e24aa}.icon-wrapper.orange{background:#fff3e0;color:#fb8c00}.info-text .label{display:block;font-size:.75rem;text-transform:uppercase;color:#95a5a6;font-weight:600;letter-spacing:.5px;margin-bottom:4px}.info-text p{margin:0;font-size:1rem;color:#2c3e50;font-weight:600}.family-section-container{margin-top:10px}.section-heading{font-size:1.1rem;color:#2c3e50;margin-bottom:20px;display:flex;align-items:center;gap:10px}.family-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.family-member-card{background:#fff;padding:15px;border-radius:12px;display:flex;align-items:center;gap:15px;box-shadow:0 3px 10px #0000000a;transition:transform .2s}.family-member-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00000014}.family-avatar-small{width:45px;height:45px;border-radius:50%;background:#e0f7fa;color:#006064;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.mem-name{margin:0;font-weight:600;color:#333;font-size:1rem}.mem-meta{display:flex;gap:8px;align-items:center;margin-top:4px}.badge-rel{background:#f1f2f6;color:#57606f;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.text-age{font-size:.85rem;color:#7f8c8d}.profile-loading-container,.profile-error-container{height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #0b5c4b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:600px){.profile-info-grid{grid-template-columns:1fr;padding:0 20px 30px}.profile-fullname{font-size:1.5rem}}.booking-page{padding:80px 20px 40px;max-width:600px;margin:0 auto;font-family:Inter,sans-serif;min-height:100vh;background-color:#f5f7f9}.booking-header{display:flex;align-items:center;margin-bottom:20px}.back-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#333;padding:0;margin-right:15px}.booking-doctor-card{background:#fff;padding:20px;border-radius:20px;text-align:center;margin-bottom:20px;box-shadow:0 4px 12px #0000000d}.booking-doc-img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:10px;border:3px solid #e0f2f1}.booking-doc-name{margin:0;color:#1a1a1a;font-size:1.4rem}.booking-doc-spec{color:#666;margin:5px 0 15px;font-size:.95rem}.booking-tags{display:flex;justify-content:center;gap:10px}.tag{background-color:#e0f2f1;color:#00897b;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.consultation-type{background:#fff;padding:15px;border-radius:16px;margin-bottom:20px;display:flex;justify-content:space-between;gap:15px}.type-option{flex:1;text-align:center;padding:12px;border:2px solid #eee;border-radius:12px;cursor:pointer;transition:all .2s}.type-option.selected{border-color:#00897b;background-color:#e0f2f1}.type-label{display:block;font-size:.9rem;color:#555;margin-bottom:4px}.type-price{display:block;font-size:1.2rem;font-weight:700;color:#00897b}.calendar-section{background:#00695c;color:#fff;border-radius:20px;padding:20px;margin-bottom:20px}.month-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;text-align:center}.day-label{font-size:.8rem;opacity:.8;margin-bottom:5px}.date-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;font-size:.9rem;margin:0 auto}.date-btn:hover{background-color:#fff3}.date-btn.selected{background-color:#fff;color:#00695c;font-weight:700}.date-btn.disabled{opacity:.3;pointer-events:none}.slots-section{margin-bottom:30px}.slots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.slot-btn{padding:10px;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-size:.9rem;transition:all .2s}.slot-btn.selected{background-color:#00897b;color:#fff;border-color:#00897b}.slot-btn.booked{background-color:#f0f0f0;color:#aaa;cursor:not-allowed;text-decoration:line-through}.btn-confirm-booking{width:100%;padding:16px;background-color:#00695c;color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer}.btn-confirm-booking:disabled{opacity:.7;cursor:not-allowed}.success-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.success-modal{background:#fff;padding:30px;border-radius:20px;text-align:center;max-width:90%;width:350px;animation:popIn .3s ease}.success-icon{font-size:3rem;margin-bottom:15px}.success-modal h2{color:#00695c;margin-bottom:10px}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.my-appointments-page{padding:20px;max-width:800px;margin:0 auto;font-family:Outfit,sans-serif}.booking-header{display:flex;align-items:center;gap:15px;margin-bottom:30px}.back-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;color:#555;transition:background .2s}.back-btn:hover{background:#f0f0f0}.booking-header h2{margin:0;font-size:1.5rem;color:#333}.loading-state,.empty-state{text-align:center;padding:60px;color:#666;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d}.empty-state{display:flex;flex-direction:column;align-items:center}.btn-book-new{margin-top:20px;padding:10px 24px;background:#00695c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.appointments-list{display:flex;flex-direction:column;gap:16px}.appointment-card{background:#fff;border-radius:16px;padding:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000000a;border:1px solid #f0f0f0;transition:transform .2s,box-shadow .2s}.appointment-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000014}.apt-left{flex:1}.apt-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.apt-title{margin:0;font-size:1.1rem;color:#333}.apt-id{font-size:.8rem;color:#999;background:#f5f5f5;padding:2px 6px;border-radius:4px}.apt-meta{display:flex;gap:15px;margin-bottom:8px}.meta-item{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#666}.apt-type{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:.85rem;font-weight:500}.type-online{background:#e3f2fd;color:#1976d2}.type-clinic{background:#e8f5e9;color:#2e7d32}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:600}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.status-confirmed,.status-badge.status-confirmed{background:#e8f5e9;color:#2e7d32}.status-cancelled,.status-badge.status-cancelled{background:#ffebee;color:#c62828}.status-pending,.status-badge.status-pending{background:#fff3e0;color:#ef6c00}@media(max-width:600px){.appointment-card{flex-direction:column;align-items:flex-start;gap:15px}.apt-right{width:100%;display:flex;justify-content:flex-end;border-top:1px solid #f0f0f0;padding-top:10px}}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.footer{background:#0d162a;color:#fff;padding:16px;text-align:center}.footer-links{display:flex;justify-content:center;gap:16px;margin-bottom:8px;flex-wrap:wrap}.footer-links a{color:#cbd5e1;text-decoration:none;font-size:14px}.footer-links a:hover{color:#fff}.footer-text{font-size:13px;color:#94a3b8}
