@import"https://fonts.googleapis.com/css2?family=Spectral:wght@500;600&family=Work+Sans:wght@400;500;600&display=swap";:root{--primary-color: #599ee8;--secondary-color: #00b894;--bg-color: #f8fafc;--text-dark: #222;--text-light: #666;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.header{background:var(--white);box-shadow:0 2px 10px #0000000a;position:sticky;top:0;z-index:400}.navbar{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px}.logo{text-decoration:none;color:#111;font-size:1.5rem;font-weight:700}.menu-icon{display:none;border:0;background:transparent;font-size:22px;color:#1f2937;cursor:pointer;z-index:402}.menu-overlay{display:none}.nav-section{display:flex;align-items:center;gap:24px}.nav-links{display:flex;align-items:center;gap:20px}.nav-link{text-decoration:none;color:#514d4d;font-weight:500;transition:.2s}.nav-link.active{color:var(--primary-color)}.nav-link:hover{color:#599ee8}.auth-buttons{display:flex;align-items:center;gap:10px;position:relative}.btn{padding:6px 14px;border-radius:5px;cursor:pointer}.primary{background:#599ee8;color:#fff;border:none}.outline{border:1px solid #599ee8;background:transparent}.dropdown{position:relative}.dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;background:#fff;box-shadow:0 4px 14px #0000001a;display:flex;flex-direction:column;min-width:170px;border-radius:8px;overflow:hidden;z-index:450}.dropdown-menu a{padding:12px 14px;text-decoration:none;color:#111;transition:background-color .2s ease}.dropdown-menu a:hover{background-color:#f3f6fa}.user-profile{display:flex;align-items:center;gap:8px}.profile-icon{font-size:28px;color:#f60}.profile-avatar{object-fit:cover;border:1px solid #e5e7eb}.profile-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:#ffe7d6;color:#a33b00;font-size:.85rem;font-weight:700}.username{color:#374151;font-weight:500}.btn.logout{border:1px solid #d1d5db;background:#fff}@media(max-width:900px){.username{display:none}}@media(max-width:768px){.menu-icon{display:block}.menu-overlay{display:block;position:fixed;inset:0;border:0;padding:0;margin:0;background:#00000052;z-index:401}.nav-section{position:fixed;top:0;right:-100%;width:min(300px,84vw);height:100vh;background:#fff;padding:72px 18px 22px;box-shadow:-10px 0 24px #0000002e;flex-direction:column;align-items:stretch;gap:18px;transition:right .25s ease;z-index:402;overflow-y:auto}.nav-section.active{right:0}.nav-links{flex-direction:column;align-items:stretch;gap:6px}.nav-link{display:block;padding:10px 12px;border-radius:8px}.auth-buttons{flex-direction:column;align-items:stretch;width:100%;gap:12px}.dropdown{width:100%}.dropdown-menu{position:static;margin-top:8px;box-shadow:none;border:1px solid #e5e7eb}.btn,.btn.logout{width:100%}.user-profile{flex-direction:column;align-items:stretch;gap:10px}.username{display:block;padding:0 2px}}.header{width:100%;background-color:#fff;color:#111;position:sticky;top:0;z-index:100;border-bottom:1px solid #e6e6e6}.navbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:10px 20px}.nav-left{display:flex;align-items:center;gap:12px}.logo{font-size:1.6rem;font-weight:600;font-family:Spectral,Times New Roman,serif;color:#111;text-decoration:none;margin-left:73px}.nav-search{position:relative;max-width:520px;width:100%;margin:0 auto}.nav-search input{width:100%;border:1px solid #efefef;background:#f7f7f7;border-radius:999px;padding:10px 14px 10px 36px;font-size:.95rem;outline:none}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b6b6b;font-size:16px}.menu-icon{display:none;font-size:1.4rem;cursor:pointer}.nav-section{display:flex;align-items:center;gap:18px;justify-self:end}.nav-links{display:flex;gap:14px;padding:0;margin:0;list-style:none}.nav-link{text-decoration:none;color:#5b5b5b;font-weight:500;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:#111}.user-profile{display:flex;align-items:center;gap:10px;margin-left:6px}.profile-icon{font-size:1.5rem;color:#111}.profile-avatar,.profile-avatar-fallback{width:32px;height:32px;border-radius:50%;flex-shrink:0}.profile-avatar{object-fit:cover;border:1px solid #d9d9d9}.profile-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:#ececec;color:#222;font-size:.85rem;font-weight:700}.username{font-weight:500;color:#111}.btn.logout{margin-left:4px;padding:6px 12px;border:1px solid #111111;border-radius:999px;background:#fff;color:#111;cursor:pointer;transition:background .2s ease}.btn.logout:hover{background:#f2f2f2}@media(max-width:900px){.nav-search{display:none}}@media(max-width:768px){.menu-icon{display:block}.nav-section{position:absolute;top:58px;right:0;background:#fff;width:220px;flex-direction:column;align-items:flex-start;padding:15px;gap:12px;border-left:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;transform:translate(100%);transition:transform .25s ease}.nav-section.active{transform:translate(0)}.nav-links{flex-direction:column;width:100%}.user-profile{flex-direction:column;align-items:flex-start;margin-left:0}.btn.logout{margin-left:0;width:100%;text-align:left}}.footer{background:#0f172a;color:#e5e7eb;padding-top:60px}.footer-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;padding:0 40px 40px}.footer-section{max-width:250px;margin-bottom:20px}.footer-logo{color:#3b82f6;margin-bottom:12px;font-size:22px}.footer-section h3{font-size:16px;margin-bottom:12px;color:#fff}.footer-section p{line-height:1.6;font-size:14px}.footer-section ul{list-style:none;padding:0}.footer-section a{text-decoration:none;color:#9ca3af;display:block;margin-bottom:8px;font-size:14px;transition:.2s}.footer-section a:hover{color:#fff;padding-left:4px}.footer-bottom{text-align:center;border-top:1px solid #1f2937;padding:18px;font-size:14px;color:#9ca3af}@media(max-width:992px){.footer-container{grid-template-columns:1fr 1fr 1fr;gap:30px}}@media(max-width:550px){.footer{padding-top:40px}.footer-container{grid-template-columns:1fr 1fr;text-align:center;padding:0 20px 30px}.footer-section{max-width:100%}.footer-section a:hover{padding-left:0}}.home{font-family:Work Sans,Segoe UI,sans-serif;color:#11211e;background:#fff}.hero{padding:60px 20px 80px;background:#f3f9f7}.hero-shell{max-width:1140px;margin:0 auto;display:flex;gap:40px;align-items:center;justify-content:space-between}.hero-content{flex:1;max-width:620px}.hero-kicker{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#0f766e;font-weight:600}.hero-content h1{margin:14px 0 20px;font-size:56px;line-height:1.1;font-family:Spectral,Times New Roman,serif}.hero-sub{margin:0;font-size:20px;line-height:1.6;color:#4d6460}.hero-search-form{margin-top:28px;display:flex;gap:10px}.hero-search-input{flex:1;border:1px solid #d5e4df;border-radius:30px;padding:14px 16px;font-size:15px;outline:none}.hero-search-input:focus{border-color:#0f766e}.hero-search-btn{border:none;border-radius:30px;background:#11211e;color:#fff;padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer}.hero-search-hint{margin:10px 0 0;font-size:13px;color:#4d6460}.hero-actions{margin-top:30px;display:flex;gap:12px;flex-wrap:wrap}.primary-btn{border:none;border-radius:30px;background:#0f766e;color:#fff;padding:13px 24px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none}.secondary-btn{border:1px solid #11211e;border-radius:30px;background:transparent;color:#11211e;padding:13px 24px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none}.hero-stats{margin-top:28px;display:flex;gap:24px;flex-wrap:wrap}.hero-stats span{display:block;font-size:20px;font-weight:600}.hero-stats small{color:#4d6460}.hero-panel{flex:1;max-width:460px;display:flex;flex-direction:column;gap:16px;align-items:flex-end}.hero-image{width:100%;border:1px solid #d5e4df;border-radius:20px}.panel-card{width:100%;border:1px solid #d5e4df;border-radius:16px;background:#fff;padding:18px}.panel-card h3{margin:0 0 8px;font-size:28px;font-family:Spectral,Times New Roman,serif}.panel-card p{margin:0 0 12px;color:#4d6460}.panel-list{display:flex;flex-wrap:wrap;gap:8px}.panel-list span{border:1px solid #d5e4df;border-radius:20px;padding:6px 10px;font-size:13px}.features{padding:70px 20px}.content-shell{max-width:1140px;margin:0 auto}.section-header{margin-bottom:30px}.section-header h2{margin:0 0 8px;font-size:48px;font-family:Spectral,Times New Roman,serif}.section-header p{margin:0;color:#4d6460}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:18px}.card h3{margin:0 0 10px;font-size:24px;font-family:Spectral,Times New Roman,serif}.card p{margin:0;color:#4d6460;line-height:1.5}.testimonials{padding:10px 20px 80px;background:#f8fcfa}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.testimonial-card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:18px;color:#4d6460;line-height:1.6}.testimonial-card span{display:block;margin-top:12px;color:#11211e;font-weight:600}@media(max-width:1000px){.hero-shell{flex-direction:column;align-items:flex-start}.hero-panel{max-width:100%;align-items:flex-start}.feature-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.hero-content h1{font-size:38px}.hero-sub{font-size:17px}.hero-search-form{flex-direction:column}.hero-search-btn,.hero-actions{width:100%}.primary-btn,.secondary-btn{width:100%;text-align:center}.section-header h2{font-size:34px}.feature-grid,.testimonial-grid{grid-template-columns:1fr}}.about{padding:60px 20px 80px;background:#fff;color:#11211e;font-family:Work Sans,Segoe UI,sans-serif}.about-shell{max-width:1140px;margin:0 auto}.about-hero{display:flex;gap:24px;align-items:stretch;margin-bottom:24px}.about-hero-text{flex:1;padding:28px;border:1px solid #d5e4df;border-radius:16px;background:#f3f9f7}.about-kicker{margin:0;text-transform:uppercase;letter-spacing:1px;font-size:13px;color:#0f766e;font-weight:600}.about-hero-text h1{margin:12px 0 14px;font-family:Spectral,Times New Roman,serif;font-size:48px;line-height:1.15}.about-sub{margin:0;font-size:20px;line-height:1.6;color:#4d6460}.about-hero-panel{width:360px;border:1px solid #d5e4df;border-radius:16px;background:#fff;padding:24px}.about-hero-panel h3{margin:0 0 10px;font-size:28px;line-height:1.2;font-family:Spectral,Times New Roman,serif}.about-hero-panel p{margin:0 0 12px;color:#4d6460;line-height:1.5}.about-hero-panel ul{margin:0;padding-left:18px}.about-hero-panel li{margin-bottom:6px;color:#1d302d}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:30px}.stat-box{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:18px}.stat-box span{display:block;font-size:30px;font-family:Spectral,Times New Roman,serif;margin-bottom:4px}.stat-box p{margin:0;color:#4d6460;font-size:14px}.about-block{border:1px solid #d5e4df;border-radius:16px;background:#fff;padding:24px;margin-bottom:20px}.about-block h2{margin:0 0 20px;font-family:Spectral,Times New Roman,serif;font-size:48px}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.about-card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:18px}.about-card h3{margin:0 0 10px;font-size:24px;font-family:Spectral,Times New Roman,serif}.about-card p{margin:0;color:#4d6460;line-height:1.55}.values-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.value-card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:18px}.value-card h4{margin:0 0 10px;font-size:24px;font-family:Spectral,Times New Roman,serif}.value-card p{margin:0;color:#4d6460;line-height:1.55}@media(max-width:950px){.about-hero{flex-direction:column}.about-hero-panel{width:100%}.about-stats,.values-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.about{padding:44px 16px 60px}.about-hero-text h1{font-size:38px}.about-sub{font-size:17px}.about-stats,.about-grid,.values-row{grid-template-columns:1fr}.about-block h2{font-size:34px}}.contact{padding:64px 20px 80px;background:linear-gradient(180deg,#f7fbff,#fff)}.contact-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:28px}.contact-info{padding:12px 0}.contact-kicker{display:inline-flex;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#1f7a5f;font-weight:700}.contact-info h2{margin:10px 0 12px;color:#0f172a;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.2}.contact-sub{color:#52617a;max-width:560px;line-height:1.6}.contact-info-grid{margin-top:20px;display:grid;gap:12px}.contact-info-card{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #e7edf5;border-radius:12px;padding:14px}.contact-info-icon{font-size:1rem;color:#2563eb;margin-top:3px;flex-shrink:0}.contact-info-card h4{margin:0 0 4px;color:#0f172a;font-size:.95rem}.contact-info-card p{margin:0;color:#475569;line-height:1.5}.social-icons{margin-top:18px;display:flex;gap:12px}.social-icons a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #d8e4f4;color:#2563eb;background:#fff;transition:transform .2s ease,background-color .2s ease,color .2s ease}.social-icons a:hover{color:#fff;background:#2563eb;transform:translateY(-1px)}.contact-form{background:#fff;border:1px solid #e5ecf6;padding:24px;border-radius:14px;box-shadow:0 14px 34px #13233e14}.contact-form h3{margin:0 0 14px;color:#0f172a;font-size:1.3rem}.contact-form form{display:grid;gap:10px}.contact-form label{font-size:.88rem;font-weight:600;color:#334155}.contact-form input,.contact-form textarea{width:100%;padding:11px 12px;border:1px solid #d9e2ef;border-radius:8px;font-size:.95rem;color:#111827;background:#fff}.contact-form textarea{resize:vertical;min-height:130px}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#6ca3f1;box-shadow:0 0 0 3px #2563eb1f}.contact-form button{margin-top:4px;background:#2563eb;color:#fff;border:none;padding:11px;border-radius:8px;cursor:pointer;width:100%;font-weight:600}.contact-form button:hover{background:#1e40af}@media(max-width:900px){.contact-container{grid-template-columns:1fr}}@media(max-width:640px){.contact{padding:42px 14px 56px}.contact-form{padding:18px}}.team{padding:60px 20px 80px;background:#fff;text-align:left;font-family:Work Sans,Segoe UI,sans-serif;color:#111}.team-title{font-size:32px;margin-bottom:26px;color:#111;font-family:Spectral,Times New Roman,serif;letter-spacing:.2px}.team-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px}.team-card{background:#fff;padding:18px;border-radius:10px;border:1px solid #e6e6e6;box-shadow:none;transition:background .2s ease,border-color .2s ease}.team-card:hover{background:#f7f7f7;border-color:#dcdcdc}.team-card img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:1px solid #111111;margin-bottom:12px}.team-card h3{margin-bottom:6px;font-size:1rem;color:#111}.team-card p{color:#5b5b5b;margin:0}.github{padding:60px 20px 80px;background:#fff;font-family:Work Sans,Segoe UI,sans-serif;color:#111}.github-title{font-size:32px;margin-bottom:26px;color:#111;font-family:Spectral,Times New Roman,serif;letter-spacing:.2px}.github-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.github-card{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:18px;display:flex;gap:14px;align-items:center;transition:background .2s ease,border-color .2s ease}.github-card:hover{background:#f7f7f7;border-color:#dcdcdc}.github-avatar{width:64px;height:64px;border-radius:50%;border:1px solid #111111;object-fit:cover;flex:0 0 auto}.github-meta h3{margin:0 0 6px;font-size:1rem}.github-meta p{margin:0 0 10px;color:#5b5b5b}.github-link{color:#111;text-decoration:none;border-bottom:1px solid #111111;font-weight:500}.github-link:hover{color:#2b8a6e;border-color:#2b8a6e}.linkedin{padding:64px 20px 84px;background:linear-gradient(180deg,#f5f9ff,#fff 55%);color:#0f172a;font-family:Work Sans,Segoe UI,sans-serif}.linkedin-head{margin-bottom:28px}.linkedin-kicker{display:inline-block;margin:0 0 10px;padding:4px 10px;border-radius:999px;background:#0a66c21a;color:#0a66c2;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.linkedin-title{font-size:clamp(1.9rem,2.5vw,2.4rem);margin:0 0 8px;font-family:Spectral,Times New Roman,serif;line-height:1.2}.linkedin-subtitle{max-width:640px;margin:0;color:#475569}.linkedin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.linkedin-card{border:1px solid #dbe8f8;border-radius:16px;padding:18px 18px 20px;background:#fff;box-shadow:0 6px 16px #1018280f;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.linkedin-card:hover{transform:translateY(-3px);border-color:#bfd8f6;box-shadow:0 14px 26px #1018281f}.linkedin-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.linkedin-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#0a66c2,#4a95dd);color:#fff;font-weight:700;font-size:.88rem}.linkedin-brand{border-radius:8px;padding:4px 7px;background:#0a66c2;color:#fff;font-weight:700;line-height:1}.linkedin-name{margin:0 0 6px;font-size:1.05rem;color:#0f172a}.linkedin-role{margin:0 0 6px;color:#334155;font-weight:500}.linkedin-company{margin:0 0 16px;color:#0a66c2;font-size:.9rem}.linkedin-link{display:inline-flex;align-items:center;justify-content:center;min-width:126px;padding:9px 14px;border-radius:10px;background:#0a66c2;color:#fff;font-weight:600;text-decoration:none;transition:background-color .2s ease}.linkedin-link:hover{background:#084c93}@media(max-width:640px){.linkedin{padding:52px 16px 68px}.linkedin-card{padding:16px}}.instagram{padding:60px 20px 80px;background:#fff;color:#111;font-family:Work Sans,Segoe UI,sans-serif}.instagram-title{font-size:32px;margin-bottom:10px;font-family:Spectral,Times New Roman,serif;letter-spacing:.2px}.instagram-subtitle{max-width:640px;margin:0 0 30px;color:#4f4f4f}.instagram-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.instagram-card{border:1px solid #e6e6e6;border-radius:12px;padding:18px;background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.instagram-card:hover{transform:translateY(-2px);border-color:#d7d7d7;box-shadow:0 12px 24px #0000000f}.instagram-handle{margin:0 0 8px;color:#d62976;font-weight:600;font-size:.88rem}.instagram-card h3{margin:0 0 8px;font-size:1.08rem}.instagram-role{margin:0 0 16px;color:#616161}.instagram-link{text-decoration:none;color:#111;font-weight:600;border-bottom:1px solid #111111}.instagram-link:hover{color:#d62976;border-color:#d62976}.twitter{padding:60px 20px 80px;background:#fff;color:#111;font-family:Work Sans,Segoe UI,sans-serif}.twitter-title{font-size:32px;margin-bottom:10px;font-family:Spectral,Times New Roman,serif;letter-spacing:.2px}.twitter-subtitle{max-width:640px;margin:0 0 30px;color:#4f4f4f}.twitter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.twitter-card{border:1px solid #e6e6e6;border-radius:12px;padding:18px;background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.twitter-card:hover{transform:translateY(-2px);border-color:#d7d7d7;box-shadow:0 12px 24px #0000000f}.twitter-handle{margin:0 0 8px;color:#1d9bf0;font-weight:600;font-size:.88rem}.twitter-card h3{margin:0 0 8px;font-size:1.08rem}.twitter-role{margin:0 0 16px;color:#616161}.twitter-link{text-decoration:none;color:#111;font-weight:600;border-bottom:1px solid #111111}.twitter-link:hover{color:#1d9bf0;border-color:#1d9bf0}.doctor-register-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f0f9ff;font-family:Segoe UI,sans-serif}.doctor-register-card{background:#fff;padding:38px 34px;width:380px;border-radius:10px;box-shadow:0 8px 22px #00000014}.doctor-register-card h2{text-align:center;margin-bottom:18px;color:#1e3a8a;font-weight:600}.error{color:#dc2626;background:#fee2e2;padding:8px;border-radius:6px;font-size:13px;margin-bottom:12px;text-align:center}.doctor-register-card form{display:flex;flex-direction:column}.doctor-register-card input{margin-bottom:14px;padding:11px 12px;border-radius:6px;border:1px solid #dbeafe;font-size:14px;transition:.2s ease}.doctor-register-card input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb1a}.doctor-register-card button{padding:11px;border:none;border-radius:6px;background-color:#2563eb;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:.2s ease}.doctor-register-card button:hover{background-color:#1e3a8a}.doctor-register-card button:disabled{background-color:#93c5fd;cursor:not-allowed}.doctor-register-card p{margin-top:16px;text-align:center;font-size:13px;color:#475569}.doctor-register-card a{color:#2563eb;text-decoration:none;font-weight:500}.doctor-register-card a:hover{text-decoration:underline}@media(max-width:420px){.doctor-register-card{width:90%;padding:26px 18px}}.dragon-main{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f0f9ff;font-family:Segoe UI,sans-serif}.dragon-card{background:#fff;padding:35px 32px;width:360px;border-radius:10px;box-shadow:0 8px 20px #00000014}.dragon-h2{text-align:center;margin-bottom:22px;color:#1e3a8a;font-weight:600}.dragon-form{display:flex;flex-direction:column}.dragon-selput{margin-bottom:14px;padding:11px 12px;border-radius:6px;border:1px solid #dbeafe;font-size:14px;transition:.2s ease;background-color:#fff}.dragon-selput:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb1a}.dragon-button{margin-top:6px;padding:11px;border:none;border-radius:6px;background-color:#2563eb;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.dragon-button:hover{background-color:#1e3a8a}.dragon-text{margin-top:16px;text-align:center;font-size:13px;color:#475569}.dragon-log{color:#2563eb;text-decoration:none;font-weight:500}.dragon-log:hover{text-decoration:underline}@media(max-width:400px){.dragon-card{width:90%;padding:25px 18px}}.container{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f0f9ff;font-family:Segoe UI,sans-serif}.main-form{background:#fff;padding:35px 30px;width:340px;border-radius:10px;box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column}.main-heading{text-align:center;margin-bottom:22px;color:#1e3a8a;font-weight:600;font-size:20px}.main-input{margin-bottom:16px;padding:11px 12px;border-radius:6px;border:1px solid #dbeafe;font-size:14px;transition:border .2s ease,box-shadow .2s ease}.main-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb1a}.main-button{padding:11px;border:none;border-radius:6px;background-color:#2563eb;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.main-button:hover{background-color:#1e3a8a}@media(max-width:400px){.container{width:90%;padding:25px 20px}}.patient-dashboard{padding:30px 20px;max-width:1100px;margin:auto}.patient-dashboard .dashboard-header{text-align:center;margin-bottom:25px}.patient-dashboard h1{font-size:2rem;color:#0f172a;font-weight:600;margin-bottom:8px}.patient-dashboard .search-box{display:flex;justify-content:center;margin-bottom:35px}.patient-dashboard .search-box input{padding:12px 15px;width:100%;max-width:420px;border-radius:30px;border:1px solid #d1d5db;font-size:.95rem;background:#f9fafb}.patient-dashboard .search-box input:focus{border-color:#0ea5e9;background:#fff;outline:none}.patient-dashboard .quick-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.patient-dashboard .quick-link{background:#fff;border-radius:12px;padding:22px;text-align:center;font-weight:500;color:#1e293b;cursor:pointer;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000000d;transition:all .25s ease}.patient-dashboard .quick-link:hover{border-color:#0ea5e9;transform:translateY(-4px);box-shadow:0 10px 22px #0ea5e926;color:#0284c7}.patient-appointments-page{padding:24px 20px;max-width:960px;margin:0 auto}.patient-appointments-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.patient-appointments-head h2{margin:0;font-size:28px}.patient-appointments-count{border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:8px 12px;font-size:13px;font-weight:600}.patient-appointments-empty{border:1px dashed #d1d5db;border-radius:12px;padding:20px;color:#4b5563;background:#f9fafb}.patient-appointments-empty h3{margin:0;color:#111827}.patient-appointments-empty p{margin:8px 0 0}.patient-appointments-loading{padding:20px}.patient-appointments-error{margin-bottom:12px;color:#b91c1c}.patient-appointments-list{display:grid;gap:14px}.patient-appointments-card{border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:16px}.patient-appointments-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px}.patient-appointments-card-head h3{margin:0;font-size:18px}.patient-appointments-status{font-size:12px;font-weight:700;border-radius:999px;padding:4px 10px}.patient-appointments-status.scheduled{background:#ecfdf3;color:#166534}.patient-appointments-status.cancelled{background:#fef2f2;color:#b91c1c}.patient-appointments-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.patient-appointments-grid p{margin:0;display:grid;gap:4px}.patient-appointments-grid span{color:#6b7280;font-size:12px}.patient-appointments-grid strong{color:#111827;font-size:14px}.patient-appointments-reason{margin:12px 0 0;color:#374151}.patient-appointments-reason span{font-weight:700}.patient-appointments-cancel-btn{margin-top:12px;border:0;background:#b91c1c;color:#fff;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer}.patient-modal-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.patient-modal-card{width:min(640px,100%);background:#fff;border:1px solid #d5e4df;border-radius:18px;padding:22px;box-shadow:0 22px 40px #0f172a33;font-family:Work Sans,Segoe UI,sans-serif;animation:patientModalIn .2s ease}@keyframes patientModalIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.patient-modal-head h2{margin:0 0 6px;color:#0f172a;font-size:34px;line-height:1.1;font-family:Spectral,Times New Roman,serif}.patient-modal-head p{margin:0;color:#64748b;line-height:1.55}.patient-modal-form{margin-top:16px}.patient-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.patient-modal-field{margin-bottom:12px}.patient-modal-field label{display:block;margin-bottom:6px;color:#334155;font-size:13px;font-weight:600}.patient-modal-field input,.patient-modal-field select{width:100%;border:1px solid #d5e4df;border-radius:10px;padding:11px 12px;font-size:14px;color:#0f172a;outline:none;background:#fff}.patient-modal-field input:focus,.patient-modal-field select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.patient-modal-error{margin:4px 0 0;color:#b91c1c;font-size:13px}.patient-modal-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.patient-modal-cancel,.patient-modal-submit{border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer}.patient-modal-cancel{background:#e2e8f0;color:#334155}.patient-modal-submit{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;transition:transform .2s ease,box-shadow .2s ease}.patient-modal-submit:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2563eb40}.patient-modal-submit:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:700px){.patient-modal-card{padding:18px}.patient-modal-head h2{font-size:28px}.patient-modal-grid{grid-template-columns:1fr;gap:0}.patient-modal-buttons{flex-direction:column}}.patient-profile-page{min-height:100vh;background:radial-gradient(circle at 100% 0%,#dbeafe 0,transparent 34%),linear-gradient(165deg,#f8fbff,#eef6fb);padding:28px 20px 40px;font-family:Work Sans,Segoe UI,sans-serif;color:#0f172a}.patient-profile-shell{max-width:1100px;margin:0 auto}.patient-profile-feedback{border:1px solid #d5e4df;border-radius:14px;background:#fff;color:#475569;padding:14px 16px}.patient-profile-hero{display:flex;align-items:stretch;justify-content:space-between;gap:16px;border:1px solid #d5e4df;border-radius:20px;background:#fff;padding:22px;margin-bottom:14px}.patient-profile-kicker{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:1.2px;color:#0f766e;font-weight:700}.patient-profile-title{margin:10px 0;font-size:42px;line-height:1.1;font-family:Spectral,Times New Roman,serif}.patient-profile-subtitle{margin:0;color:#475569;line-height:1.6;max-width:720px}.patient-profile-avatar-card{width:280px;border:1px solid #d5e4df;border-radius:16px;background:#f8fcfa;padding:14px 16px}.patient-profile-avatar{width:72px;height:72px;border-radius:50%;border:1px solid #d5e4df;background:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;overflow:hidden}.patient-profile-avatar img{width:100%;height:100%;object-fit:cover}.patient-profile-avatar-card p{margin:10px 0 0;color:#0f172a;font-weight:600}.patient-profile-avatar-card small{color:#64748b}.patient-profile-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.patient-profile-summary-card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:14px 16px}.patient-profile-summary-card span{display:block;font-size:30px;line-height:1;color:#0f172a;font-family:Spectral,Times New Roman,serif}.patient-profile-summary-card small{color:#64748b;font-size:13px}.patient-profile-card{border:1px solid #d5e4df;border-radius:20px;background:#fff;padding:20px}.patient-profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.patient-profile-item{border:1px solid #d5e4df;border-radius:12px;background:#fff;padding:12px 14px}.patient-profile-item small{display:block;color:#64748b;font-size:12px;margin-bottom:4px}.patient-profile-item p{margin:0;color:#0f172a;font-size:15px}.patient-profile-btn{margin-top:14px;border:none;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:11px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.patient-profile-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2563eb40}@media(max-width:950px){.patient-profile-hero{flex-direction:column}.patient-profile-avatar-card{width:100%}.patient-profile-summary{grid-template-columns:1fr}}@media(max-width:700px){.patient-profile-page{padding:18px 14px 28px}.patient-profile-hero{padding:18px}.patient-profile-title{font-size:34px}.patient-profile-card{padding:14px}.patient-profile-grid{grid-template-columns:1fr}}body{background:linear-gradient(135deg,#eef6fb,#f8fbff);min-height:100vh}.add-problem-wrapper{display:flex;justify-content:center;align-items:center;min-height:90vh}.add-problem-container{width:100%;max-width:520px;background:#fff;padding:40px 35px;border-radius:18px;box-shadow:0 15px 35px #00000026;border:1px solid #e6edf5;font-family:Segoe UI,Arial,sans-serif}.add-problem-container h2{text-align:center;font-size:1.9rem;color:#0f172a;margin-bottom:30px;font-weight:600}.add-problem-container form{display:flex;flex-direction:column;gap:18px}.add-problem-container input,.add-problem-container textarea,.add-problem-container select{padding:14px 16px;border-radius:12px;border:1px solid #d6e0ea;background:#f9fbfe;font-size:15px;transition:.25s}.add-problem-container input:focus,.add-problem-container textarea:focus,.add-problem-container select:focus{border-color:#0ea5e9;background:#fff;box-shadow:0 0 0 3px #0ea5e92e;outline:none}.add-problem-container label{display:block;margin-top:8px;margin-bottom:6px;font-weight:600;color:#1f2937}.add-problem-help-text{margin-top:-2px;margin-bottom:10px;color:#b91c1c;font-size:14px}.add-problem-container textarea{min-height:110px;resize:vertical}.add-problem-container button{margin-top:10px;padding:15px;border-radius:14px;border:none;font-size:16px;font-weight:600;color:#fff;cursor:pointer;background:linear-gradient(90deg,#0ea5e9,#2563eb);transition:all .25s ease}.add-problem-container button:hover{transform:translateY(-3px);box-shadow:0 12px 22px #2563eb47}.add-problem-container button:disabled{background-color:#9ca3af;cursor:not-allowed}.add-problem-container button:active{transform:scale(.98)}@media(max-width:500px){.add-problem-container{padding:30px 20px}}.patient-advice-page{min-height:100vh;background:radial-gradient(circle at 100% 0%,#dbeafe 0,transparent 35%),linear-gradient(160deg,#f7fbff,#eef6fb);padding:28px 20px 40px;font-family:Work Sans,Segoe UI,sans-serif;color:#0f172a}.patient-advice-shell{max-width:1160px;margin:0 auto}.patient-advice-loading,.patient-advice-error{margin:24px}.patient-advice-error{color:#b91c1c}.patient-advice-hero{border:1px solid #d5e4df;border-radius:20px;background:#fff;padding:24px;margin-bottom:14px}.patient-advice-kicker{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:1.2px;color:#0f766e;font-weight:700}.patient-advice-hero h2{margin:10px 0;font-size:44px;line-height:1.1;font-family:Spectral,Times New Roman,serif}.patient-advice-subtitle{margin:0;max-width:760px;color:#475569;line-height:1.6}.patient-advice-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:14px}.patient-advice-panel{position:sticky;top:18px;align-self:start;border:1px solid #d5e4df;border-radius:20px;background:#fff;padding:14px;display:grid;gap:12px}.patient-advice-count{border:1px solid #dbe7e3;border-radius:14px;background:#f8fcfa;padding:14px 16px}.patient-advice-count span{display:block;font-size:36px;line-height:1;font-family:Spectral,Times New Roman,serif}.patient-advice-count small{color:#64748b;font-size:13px}.patient-advice-summary{display:grid;gap:10px}.patient-advice-summary-card{border:1px solid #e2ebe8;border-radius:12px;background:#fff;padding:12px 14px}.patient-advice-summary-card span{display:block;font-size:24px;line-height:1;font-family:Spectral,Times New Roman,serif}.patient-advice-summary-card small{color:#64748b;font-size:12px}.patient-advice-toolbar{border:1px solid #e2ebe8;border-radius:12px;background:#fff;padding:12px;display:grid;gap:10px}.patient-advice-toolbar label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#64748b;font-weight:600}.patient-advice-search{width:100%;border:1px solid #d5e4df;border-radius:10px;padding:10px 12px;font-size:14px;outline:none}.patient-advice-search:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.patient-advice-filters{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.patient-advice-filter-btn{border:1px solid #d5e4df;border-radius:10px;background:#fff;padding:8px 10px;font-size:12px;font-weight:700;color:#334155;cursor:pointer}.patient-advice-filter-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.patient-advice-main{border:1px solid #d5e4df;border-radius:20px;background:#fff;padding:14px}.patient-advice-empty{border:1px solid #d5e4df;border-radius:12px;padding:14px;color:#475569;background:#f8fafc}.patient-advice-feed{display:grid;gap:12px}.patient-advice-card{border:1px solid #e3ece8;border-radius:14px;background:#fff;padding:14px;position:relative}.patient-advice-card:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:2px;background:#93c5fd}.patient-advice-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding-left:10px;margin-bottom:8px}.patient-advice-card h3{margin:0;font-size:24px;line-height:1.2;font-family:Spectral,Times New Roman,serif}.patient-advice-doctor{margin:4px 0 0;font-size:13px;color:#64748b}.patient-advice-message{margin:0 0 10px;padding-left:10px;color:#334155;line-height:1.6}.patient-advice-meta{display:flex;gap:16px;flex-wrap:wrap;padding-left:10px}.patient-advice-meta p{margin:0;color:#64748b;font-size:13px}.tag{border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700;white-space:nowrap}.tag.followup{background:#eff6ff;color:#1d4ed8}.tag.general{background:#f1f5f9;color:#334155}@media(max-width:980px){.patient-advice-layout{grid-template-columns:1fr}.patient-advice-panel{position:static}}@media(max-width:700px){.patient-advice-page{padding:18px 14px 28px}.patient-advice-hero{padding:18px}.patient-advice-hero h2{font-size:34px}.patient-advice-main,.patient-advice-panel{padding:12px}.patient-advice-filters{grid-template-columns:1fr}}.medicine-search-wrap{margin:28px auto 0;max-width:760px;border:2px solid #5eaefb;border-radius:16px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 14px;box-shadow:0 10px 25px #10233c42}.medicine-search-icon{color:#6d7f97;font-size:1.15rem}.medicine-search-input{width:100%;height:56px;border:0;outline:0;font-size:1rem;color:#0f243f;background:transparent}.medicine-search-input::placeholder{color:#7f8ea3}@media(max-width:768px){.medicine-search-wrap{margin-top:20px;border-radius:14px;padding:0 12px}.medicine-search-input{height:50px;font-size:.95rem}}.medicine-stats-row{margin:-74px auto 0;max-width:980px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:0 20px}.medicine-stat-card{background:#fff;border-radius:16px;border:1px solid #dde6f1;box-shadow:0 8px 18px #111f3017;text-align:center;padding:18px 16px}.medicine-stat-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem}.medicine-stat-icon-blue{background:#e2efff;color:#2078de}.medicine-stat-icon-rose{background:#ffe9ee;color:#db4465}.medicine-stat-icon-green{background:#e8f9ee;color:#22a85b}.medicine-stat-card h3{font-size:1.8rem;margin-top:10px;color:#0c1d34}.medicine-stat-card p{margin-top:4px;color:#5f6f84;font-size:.92rem}@media(max-width:768px){.medicine-stats-row{margin-top:-56px;grid-template-columns:1fr;gap:12px}}.medicine-card{border:1px solid #d5deea;background:#fff;border-radius:16px;padding:18px;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.medicine-card:hover{transform:translateY(-2px);border-color:#8ab8ee;box-shadow:0 8px 18px #1c34501f}.medicine-card-top{display:flex;align-items:flex-start;gap:10px}.medicine-card-pill-icon{width:44px;height:44px;border-radius:12px;background:#e2efff;color:#2078de;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.medicine-card-heading{flex:1;min-width:0}.medicine-card-heading h3{font-size:1.1rem;color:#0c1d34;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.medicine-card-heading p{margin-top:2px;color:#64748b;font-size:.9rem}.medicine-card-book{color:#9ba9bc;font-size:1.1rem;flex-shrink:0}.medicine-card-description{margin-top:10px;color:#4f6077;line-height:1.5;min-height:64px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.95rem}.medicine-card-tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.medicine-tag{border-radius:999px;padding:5px 10px;font-size:.8rem;display:inline-flex;align-items:center;gap:6px}.medicine-tag-rose{background:#ffeaf0;color:#d63b61}.medicine-tag-amber{background:#fff2dd;color:#d48a0b}.medicine-tag-teal{background:#ddf8f3;color:#168f86}.medicine-modal-overlay{position:fixed;inset:0;background:#070f1c8c;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1200}.medicine-modal{width:min(920px,100%);max-height:calc(100vh - 32px);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 18px 35px #07111f4d}.medicine-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e5edf6}.medicine-modal-title-wrap{display:flex;align-items:center;gap:12px}.medicine-modal-pill-icon{width:42px;height:42px;border-radius:12px;background:#e2efff;color:#2078de;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}.medicine-modal-title-wrap h2{color:#0c1d34;font-size:1.15rem}.medicine-modal-title-wrap p{color:#64748b;font-size:.9rem}.medicine-modal-close{border:1px solid #d5deea;background:#fff;color:#51647e;border-radius:10px;width:36px;height:36px;cursor:pointer}.medicine-modal-tabs{padding:14px 16px 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.medicine-modal-tab{border:1px solid #d7e2ef;background:#f4f8fd;color:#4f6077;border-radius:10px;min-height:36px;padding:0 8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.78rem}.medicine-modal-tab.active{background:#1f8ae4;border-color:#1f8ae4;color:#fff}.medicine-modal-content{padding:16px}.medicine-modal-pane{display:flex;flex-direction:column;gap:10px}.medicine-modal-pane>p{color:#334155;line-height:1.55}.medicine-box{border:1px solid #dce7f4;background:#f7fbff;border-radius:12px;padding:12px}.medicine-box-blue{background:#e9f3ff}.medicine-box-rose{background:#fff0f3;border-color:#ffd7e0}.medicine-box h4{color:#0f243f;margin-bottom:6px;display:inline-flex;align-items:center;gap:6px}.medicine-box p,.medicine-box li{color:#4a5f78;line-height:1.45}.medicine-box ul{padding-left:18px}.medicine-list-item{border-radius:12px;border:1px solid #dce7f4;background:#f8fbff;padding:10px 12px;display:flex;align-items:center;gap:8px}.medicine-list-item-green{background:#ebf9ef}.medicine-list-item-green span{width:26px;height:26px;border-radius:999px;background:#d3f1de;color:#1d8e4b;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.medicine-list-item-rose{background:#fff0f4;border-color:#ffd6e0}.medicine-list-item-rose svg{color:#d63b61}.medicine-list-item-amber{background:#fff6e8;border-color:#ffe0af}.medicine-list-item-amber svg{color:#d08b06}.medicine-list-item-teal{background:#e9fcf9;border-color:#c4f1e8}.medicine-list-item-teal svg{color:#168f86}.medicine-list-item p{color:#334155}.medicine-chip-wrap{display:flex;flex-wrap:wrap;gap:8px}.medicine-chip{border-radius:999px;padding:5px 10px;background:#eaf2fd;color:#31557f;font-size:.84rem}.medicine-muted{color:#66778e}.medicine-note{color:#63758d;font-size:.9rem;font-style:italic}@media(max-width:768px){.medicine-modal{border-radius:12px}.medicine-modal-header{padding:14px}.medicine-modal-tabs{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px 14px 0}.medicine-modal-tab{min-height:34px;font-size:.76rem}.medicine-modal-content{padding:14px}}.medicine-disclaimer{margin-top:22px;border:1px solid #f0d59e;background:#fff9ea;border-radius:14px;padding:14px 16px;display:flex;align-items:flex-start;gap:10px;color:#374151}.medicine-disclaimer-icon{margin-top:2px;color:#d08b06;flex-shrink:0}.medicine-disclaimer p{font-size:.97rem;line-height:1.55}.medicine-page{min-height:100vh;background:linear-gradient(180deg,#eef4fb,#f7faff,#f1f5fb);border-radius:16px;position:relative;margin:-20px}.medicine-hero{padding:52px 20px 132px;text-align:center;color:#fff;background:linear-gradient(100deg,#10233c,#163a60 40%,#1b4978)}.medicine-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#2a6fba59;border:1px solid rgba(123,181,243,.45);padding:8px 14px;border-radius:999px;font-weight:600;font-size:.95rem}.medicine-hero h1{margin-top:8px;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.medicine-hero p{margin:14px auto 0;max-width:720px;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.45;color:#d7e4f7}.medicine-content{max-width:1240px;margin:0 auto;padding:24px 20px 36px}.medicine-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:16px}.medicine-empty-state{grid-column:1 / -1;background:#fff;border:1px dashed #bfd0e4;border-radius:14px;padding:36px 24px;text-align:center;box-shadow:0 10px 22px #1b2e4b0f}.medicine-empty-state h3{color:#0f243f}.medicine-empty-state p{margin-top:8px;color:#5f6f84}.medicine-float-help{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border:0;border-radius:999px;background:#1f8ae4;color:#fff;box-shadow:0 10px 22px #2070be57;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer}@media(max-width:1100px){.medicine-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}}@media(max-width:768px){.medicine-page{border-radius:0}.medicine-hero{padding:30px 14px 96px}.medicine-hero h1{font-size:1.8rem}.medicine-hero p{font-size:.96rem}.medicine-grid{grid-template-columns:1fr;gap:14px}.medicine-float-help{right:14px;bottom:14px;width:48px;height:48px;font-size:1.3rem}}.patient-doctor-list-page{padding:24px 20px;max-width:1100px;margin:0 auto}.patient-doctor-list-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:16px}.patient-doctor-list-hero h2{margin:0;font-size:28px;line-height:1.2}.patient-doctor-list-subtitle{margin:8px 0 0;color:#4b5563}.patient-doctor-list-count{border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:8px 12px;font-size:13px;font-weight:600}.patient-doctor-list-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:8px}.patient-doctor-list-search{flex:1;width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;outline:none;background:#fff}.patient-doctor-list-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.patient-doctor-list-clear-btn{border:1px solid #d1d5db;background:#fff;border-radius:10px;padding:11px 14px;font-size:14px;cursor:pointer}.patient-doctor-list-loading{padding:20px}.patient-doctor-list-error{margin-top:12px;color:#dc143c}.patient-doctor-list-empty{margin-top:16px;border:1px dashed #d1d5db;border-radius:12px;padding:20px;color:#4b5563;background:#f9fafb}.patient-doctor-list-empty h3{margin:0;color:#111827}.patient-doctor-list-empty p{margin:6px 0 0}.patient-doctor-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:16px}.patient-doctor-list-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:16px;box-shadow:0 6px 16px #0000000d}.patient-doctor-list-card-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.patient-doctor-list-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.patient-doctor-list-card h3{margin:0;font-size:18px}.patient-doctor-list-specialty{margin-top:4px;display:inline-block;font-size:12px;font-weight:600;color:#166534;background:#ecfdf3;padding:4px 8px;border-radius:999px}.patient-doctor-list-meta{display:grid;gap:10px}.patient-doctor-list-meta p{margin:0;display:grid;gap:3px}.patient-doctor-list-meta span{font-size:12px;color:#6b7280}.patient-doctor-list-meta strong{font-size:14px;color:#111827}.patient-doctor-list-actions{margin-top:14px}.patient-doctor-list-book-btn,.patient-doctor-list-confirm-btn{width:100%;border:0;border-radius:10px;padding:11px 14px;font-size:14px;font-weight:600;cursor:pointer}.patient-doctor-list-book-btn{background:#1d4ed8;color:#fff}.patient-doctor-list-confirm-btn{background:#166534;color:#fff}.patient-doctor-list-book-panel{margin-top:12px;display:grid;gap:10px;padding:12px;border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc}.patient-doctor-list-book-panel label{display:grid;gap:6px;font-size:13px;color:#374151}.patient-doctor-list-book-panel input,.patient-doctor-list-book-panel textarea{border:1px solid #d1d5db;border-radius:8px;padding:10px;font-size:14px;font-family:inherit}.patient-doctor-list-success{margin-top:16px;color:#166534;font-weight:600}@media(max-width:640px){.patient-doctor-list-toolbar{flex-direction:column;align-items:stretch}.patient-doctor-list-clear-btn{width:100%}}.doctor-dashboard{min-height:100vh;background:linear-gradient(135deg,#eef6fb,#f8fbff);display:flex;justify-content:center;align-items:flex-start;padding:28px 20px 40px;font-family:Work Sans,Segoe UI,sans-serif}.doctor-dashboard-card{width:100%;max-width:980px;background:#fff;padding:30px;border-radius:16px;border:1px solid #d5e4df}.doctor-dashboard-head{margin-bottom:10px}.doctor-dashboard-kicker{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#0f766e;font-weight:600}.doctor-dashboard h1{color:#0f172a;font-size:40px;font-family:Spectral,Times New Roman,serif;font-weight:600;margin:10px 0 12px}.doctor-dashboard p{font-size:16px;margin:6px 0;color:#475569}.doctor-dashboard-meta{width:fit-content;border:1px solid #d5e4df;border-radius:12px;background:#f8fcfa;padding:10px 14px;margin-bottom:12px}.doctor-dashboard-meta span{display:block;color:#0f172a;font-weight:600}.doctor-dashboard-meta small{color:#64748b;font-size:12px}.dashboard-buttons{margin-top:18px;display:flex;flex-wrap:wrap;gap:12px}.dashboard-buttons button{padding:12px 18px;border:none;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;cursor:pointer;font-size:16px;font-weight:500;transition:all .25s ease}.dashboard-buttons button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #2563eb4d}.doctor-dashboard-loading{text-align:center;font-size:20px;margin-top:50px;color:#1e293b}.doctor-dashboard-error{color:#b91c1c;font-weight:500}.doctor-dashboard-patient-section{margin-top:30px;padding:22px;border-radius:12px;background:#f8fcfa;border:1px solid #d5e4df}.doctor-dashboard-patient-section h2{font-size:22px;color:#0f172a;margin-bottom:8px}@media(max-width:700px){.doctor-dashboard{padding:18px 14px 28px}.doctor-dashboard-card{padding:20px 18px}.doctor-dashboard h1{font-size:32px}.dashboard-buttons button{width:100%}}.doctor-problems-page{min-height:100vh;background:linear-gradient(135deg,#eef6fb,#f8fbff);padding:28px 20px 40px;font-family:Work Sans,Segoe UI,sans-serif;color:#0f172a}.doctor-problems-shell{max-width:1100px;margin:0 auto}.doctor-problems-loading{margin:24px;color:#1e293b}.doctor-problems-hero{display:flex;align-items:stretch;justify-content:space-between;gap:16px;border:1px solid #d5e4df;border-radius:16px;padding:22px;background:#fff;margin-bottom:14px}.doctor-problems-kicker{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#0f766e;font-weight:600}.doctor-problems-hero h2{margin:10px 0;font-size:40px;line-height:1.15;font-family:Spectral,Times New Roman,serif}.doctor-problems-subtitle{margin:0;color:#475569;line-height:1.55}.doctor-problems-filter{margin:10px 0 0;color:#334155;font-size:14px}.doctor-problems-count-card{width:200px;border:1px solid #d5e4df;border-radius:14px;background:#f8fcfa;padding:14px 16px}.doctor-problems-count-card span{display:block;font-size:36px;line-height:1;font-family:Spectral,Times New Roman,serif}.doctor-problems-count-card small{color:#64748b;font-size:13px}.doctor-problems-empty{border:1px solid #d5e4df;border-radius:14px;background:#fff;color:#475569;padding:14px 16px}.doctor-problems-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.doctor-problems-card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:16px}.doctor-problems-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.doctor-problems-card h3{margin:0;font-size:24px;line-height:1.2;font-family:Spectral,Times New Roman,serif}.doctor-problems-status{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;background:#f1f5f9;color:#334155}.doctor-problems-status.pending{background:#fef3c7;color:#92400e}.doctor-problems-status.open{background:#eff6ff;color:#1d4ed8}.doctor-problems-status.resolved{background:#ecfdf3;color:#166534}.doctor-problems-card p{margin:0 0 8px;color:#475569;line-height:1.5}.doctor-problems-date{margin-top:6px;color:#64748b;font-size:13px}@media(max-width:950px){.doctor-problems-hero{flex-direction:column}.doctor-problems-count-card{width:100%}.doctor-problems-grid{grid-template-columns:1fr}}@media(max-width:700px){.doctor-problems-page{padding:18px 14px 28px}.doctor-problems-hero{padding:18px}.doctor-problems-hero h2{font-size:32px}}.doctor-patient-list-page{min-height:100vh;background:linear-gradient(135deg,#eef6fb,#f8fbff);padding:28px 20px 40px;font-family:Work Sans,Segoe UI,sans-serif}.doctor-patient-list-shell{max-width:1100px;margin:0 auto}.doctor-patient-list-loading{margin:24px;color:#1e293b}.doctor-patient-list-hero{display:flex;align-items:stretch;justify-content:space-between;gap:16px;border:1px solid #d5e4df;border-radius:16px;padding:22px;background:#fff;margin-bottom:14px}.doctor-patient-list-kicker{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#0f766e;font-weight:600}.doctor-patient-list-hero h2{margin:10px 0;color:#0f172a;font-size:40px;line-height:1.15;font-family:Spectral,Times New Roman,serif}.doctor-patient-list-sub{margin:0;color:#475569;line-height:1.55}.doctor-patient-list-stat{width:180px;border:1px solid #d5e4df;border-radius:14px;padding:14px 16px;background:#f8fcfa}.doctor-patient-list-stat span{display:block;font-size:36px;line-height:1;color:#0f172a;font-family:Spectral,Times New Roman,serif}.doctor-patient-list-stat small{color:#475569;font-size:13px}.doctor-patient-list-toolbar{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:12px;margin-bottom:14px}.doctor-patient-list-search{width:100%;border:1px solid #d5e4df;border-radius:30px;padding:12px 15px;font-size:15px;color:#0f172a;outline:none}.doctor-patient-list-search:focus{border-color:#2563eb}.doctor-patient-list-error,.doctor-patient-list-empty{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:14px 16px;margin:0 0 14px}.doctor-patient-list-error{color:#b91c1c}.doctor-patient-list-empty{color:#475569}.doctor-patient-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.doctor-patient-list-card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:16px}.doctor-patient-list-card h3{margin:0 0 10px;color:#0f172a;font-size:24px;line-height:1.2;font-family:Spectral,Times New Roman,serif}.doctor-patient-list-card p{margin:0 0 8px;color:#475569;line-height:1.5}.doctor-patient-list-btn{margin-top:10px;border:none;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.doctor-patient-list-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2563eb40}@media(max-width:900px){.doctor-patient-list-hero{flex-direction:column}.doctor-patient-list-stat{width:100%}.doctor-patient-list-grid{grid-template-columns:1fr}}@media(max-width:600px){.doctor-patient-list-page{padding:18px 14px 28px}.doctor-patient-list-hero{padding:18px}.doctor-patient-list-hero h2{font-size:32px}}.doctor-advice-page{min-height:100vh;background:linear-gradient(135deg,#eef6fb,#f8fbff);padding:28px 20px 40px;font-family:Work Sans,Segoe UI,sans-serif}.doctor-advice-shell{max-width:1100px;margin:0 auto}.doctor-advice-loading{margin:24px;color:#1e293b}.doctor-advice-hero{display:flex;align-items:stretch;justify-content:space-between;gap:16px;border:1px solid #d5e4df;border-radius:16px;padding:22px;background:#fff;margin-bottom:14px}.doctor-advice-kicker{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#0f766e;font-weight:600}.doctor-advice-hero h2{margin:10px 0;color:#0f172a;font-size:40px;line-height:1.15;font-family:Spectral,Times New Roman,serif}.doctor-advice-subtitle{margin:0;color:#475569;line-height:1.55}.doctor-advice-hero-stat{width:220px;border:1px solid #d5e4df;border-radius:14px;background:#f8fcfa;padding:14px 16px}.doctor-advice-hero-stat span{display:block;font-size:36px;line-height:1;color:#0f172a;font-family:Spectral,Times New Roman,serif}.doctor-advice-hero-stat small{color:#475569;font-size:13px}.doctor-advice-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.doctor-advice-summary-card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:14px 16px}.doctor-advice-summary-card span{display:block;font-size:30px;line-height:1;color:#0f172a;font-family:Spectral,Times New Roman,serif}.doctor-advice-summary-card small{color:#475569;font-size:13px}.doctor-advice-form{border:1px solid #d5e4df;border-radius:16px;padding:22px;background:#fff;margin-bottom:14px}.doctor-advice-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.doctor-advice-field{margin-bottom:14px}.doctor-advice-label{display:block;margin-bottom:6px;font-weight:600;color:#0f172a}.doctor-advice-input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d5e4df;font-size:15px;color:#0f172a;outline:none}.doctor-advice-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.doctor-advice-textarea{resize:vertical}.doctor-advice-error,.doctor-advice-success,.doctor-advice-empty{border:1px solid #d5e4df;border-radius:12px;padding:12px 14px;background:#fff}.doctor-advice-error{color:#b91c1c}.doctor-advice-success{color:#166534}.doctor-advice-empty{color:#475569}.doctor-advice-submit{border:none;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:11px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.doctor-advice-submit:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2563eb40}.doctor-advice-submit:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.doctor-advice-list{border:1px solid #d5e4df;border-radius:16px;padding:18px;background:#fff}.doctor-advice-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.doctor-advice-list-head h3{margin:0;color:#0f172a;font-size:30px;line-height:1.15;font-family:Spectral,Times New Roman,serif}.doctor-advice-search{width:min(360px,100%);border:1px solid #d5e4df;border-radius:30px;padding:10px 14px;font-size:14px;color:#0f172a;outline:none}.doctor-advice-search:focus{border-color:#2563eb}.doctor-advice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.doctor-advice-card{border:1px solid #d5e4df;border-radius:14px;padding:16px;background:#fff}.doctor-advice-card h4{margin:0 0 10px;color:#0f172a;font-size:22px;line-height:1.2;font-family:Spectral,Times New Roman,serif}.doctor-advice-card p{margin:0 0 8px;font-size:14px;line-height:1.5;color:#475569}@media(max-width:950px){.doctor-advice-hero{flex-direction:column}.doctor-advice-hero-stat{width:100%}.doctor-advice-summary,.doctor-advice-grid{grid-template-columns:1fr}}@media(max-width:700px){.doctor-advice-page{padding:18px 14px 28px}.doctor-advice-hero{padding:18px}.doctor-advice-hero h2{font-size:32px}.doctor-advice-form{padding:18px}.doctor-advice-form-grid{grid-template-columns:1fr;gap:0}.doctor-advice-list-head{flex-direction:column;align-items:flex-start}.doctor-advice-search{width:100%}}.doctor-appointments-page{min-height:100vh;background:linear-gradient(135deg,#eef6fb,#f8fbff);padding:28px 20px 40px;font-family:Work Sans,Segoe UI,sans-serif}.doctor-appointments-shell{max-width:1100px;margin:0 auto}.doctor-appointments-hero{display:flex;align-items:stretch;justify-content:space-between;gap:16px;border:1px solid #d5e4df;border-radius:16px;padding:22px;background:#fff;margin-bottom:14px}.doctor-appointments-kicker{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#0f766e;font-weight:600}.doctor-appointments-hero h2{margin:10px 0 0;font-size:40px;line-height:1.15;color:#0f172a;font-family:Spectral,Times New Roman,serif}.doctor-appointments-sub{margin:10px 0 0;color:#475569;line-height:1.55}.doctor-appointments-count-card{width:210px;border:1px solid #d5e4df;border-radius:14px;background:#f8fcfa;padding:14px 16px}.doctor-appointments-count-card span{display:block;font-size:36px;line-height:1;color:#0f172a;font-family:Spectral,Times New Roman,serif}.doctor-appointments-count-card small{color:#475569;font-size:13px}.doctor-appointments-loading{margin:24px;color:#1e293b}.doctor-appointments-error{margin:0 0 14px;border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:14px 16px;color:#b91c1c}.doctor-appointments-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.doctor-appointments-summary-card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:14px 16px}.doctor-appointments-summary-card span{display:block;font-size:30px;line-height:1;color:#0f172a;font-family:Spectral,Times New Roman,serif}.doctor-appointments-summary-card small{color:#475569;font-size:13px}.doctor-appointments-filters{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:12px;display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.doctor-appointments-filter-btn{border:1px solid #d5e4df;background:#fff;border-radius:999px;padding:8px 14px;font-size:13px;cursor:pointer}.doctor-appointments-filter-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.doctor-appointments-empty{border:1px solid #d5e4df;border-radius:14px;padding:18px;background:#fff;color:#475569}.doctor-appointments-empty h3{margin:0;color:#0f172a;font-family:Spectral,Times New Roman,serif;font-size:28px}.doctor-appointments-empty p{margin:8px 0 0}.doctor-appointments-list{display:grid;gap:14px}.doctor-appointments-card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:16px}.doctor-appointments-card-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.doctor-appointments-card-head h3{margin:0;font-size:24px;color:#0f172a;font-family:Spectral,Times New Roman,serif}.doctor-appointments-status{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.doctor-appointments-status.scheduled{background:#eff6ff;color:#1d4ed8}.doctor-appointments-status.confirmed{background:#ecfdf3;color:#166534}.doctor-appointments-status.completed{background:#f1f5f9;color:#334155}.doctor-appointments-status.cancelled{background:#fef2f2;color:#b91c1c}.doctor-appointments-grid{margin-top:12px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.doctor-appointments-grid p{margin:0;display:grid;gap:4px}.doctor-appointments-grid span{font-size:12px;color:#64748b}.doctor-appointments-grid strong{font-size:15px;color:#0f172a}.doctor-appointments-reason{margin:12px 0 0;color:#475569}.doctor-appointments-reason span{font-weight:700}.doctor-appointments-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.doctor-appointments-actions button{border:0;border-radius:10px;padding:10px 14px;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.doctor-appointments-actions button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0f172a26}.doctor-appointments-confirm-btn{background:#15803d}.doctor-appointments-complete-btn{background:#334155}.doctor-appointments-cancel-btn{background:#b91c1c}@media(max-width:950px){.doctor-appointments-hero{flex-direction:column}.doctor-appointments-count-card{width:100%}.doctor-appointments-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.doctor-appointments-page{padding:18px 14px 28px}.doctor-appointments-hero{padding:18px}.doctor-appointments-hero h2{font-size:32px}.doctor-appointments-summary{grid-template-columns:1fr}}:root{--ink: #111111;--muted: #5b5b5b;--line: #e6e6e6;--bg: #ffffff;--hover: #f2f2f2;--accent: #2b8a6e}.patient-sidebar{width:270px;background:var(--bg);padding:16px;height:100vh;position:fixed;top:0;left:0;transition:transform .25s ease;z-index:500;font-family:Work Sans,Segoe UI,sans-serif;color:var(--ink);border-right:1px solid var(--line);overflow-y:auto}.patient-sidebar.open{transform:translate(0)}.patient-sidebar.closed{transform:translate(-100%)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--line)}.sidebar-brand{margin:0;font-size:1.4rem;font-family:Spectral,Times New Roman,serif;letter-spacing:.2px;color:var(--ink);text-decoration:none}.close-btn{background:transparent;border:1px solid var(--ink);color:var(--ink);cursor:pointer;width:34px;height:34px;border-radius:6px;display:grid;place-items:center;transition:background .2s ease}.close-btn:hover{background:var(--hover)}.menu-list{list-style:none;padding:0;margin:0;display:grid;gap:4px}.menu-list li a{text-decoration:none;color:var(--muted);font-weight:500;display:flex;align-items:center;gap:12px;padding:10px 8px;border-radius:8px;border:1px solid transparent;transition:background .2s ease,color .2s ease}.menu-list li a:hover,.menu-list li a:focus{background:var(--hover);color:var(--ink);outline:none}.menu-list li a.active{background:#edf6f3;color:var(--ink);border-color:#dcefe8}.patient-menu-icon{font-size:18px;color:var(--ink);flex-shrink:0}.menu-divider{height:1px;background:var(--line);margin:14px 0}.menu-section-title{font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.6px;margin:2px 0 6px}.status-dot{width:6px;height:6px;background:#1a8f3a;border-radius:50%;margin-left:auto}.sidebar-toggle{position:fixed;top:12px;left:12px;background:var(--bg);color:var(--ink);border:1px solid var(--ink);padding:8px 10px;border-radius:8px;cursor:pointer;z-index:520}.sidebar-toggle:hover{background:var(--hover)}.sidebar-overlay{position:fixed;inset:0;border:0;background:#00000059;z-index:490}@media(min-width:900px){.sidebar-overlay{display:none}}@media(max-width:899px){.patient-sidebar{width:min(300px,82vw);box-shadow:12px 0 30px #0000002e}}.doctor-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:1000}.doctor-modal-card{background:#fff;width:440px;max-width:95%;padding:28px;border-radius:10px;box-shadow:0 14px 40px #0000001f;font-family:Work Sans,Segoe UI,sans-serif}.doctor-modal-card h2{text-align:center;margin-bottom:20px;font-weight:600;color:#111;font-family:Spectral,Times New Roman,serif}.doctor-modal-card form{display:flex;flex-direction:column}.doctor-modal-card label{margin-top:12px;font-size:14px;font-weight:500;color:#5b5b5b}.doctor-modal-card input{margin-top:6px;padding:10px 12px;border-radius:999px;border:1px solid #e6e6e6;background:#f7f7f7;font-size:14px}.doctor-modal-card input:focus{outline:none;border-color:#111;box-shadow:0 0 0 2px #11111114}.doctor-modal-buttons{display:flex;justify-content:space-between;margin-top:25px}.doctor-modal-buttons button{flex:1;padding:10px 12px;border-radius:999px;border:1px solid #111111;font-size:14px;cursor:pointer}.doctor-modal-buttons button[type=submit]{background-color:#111;color:#fff;margin-right:10px}.doctor-modal-buttons button[type=submit]:hover{background-color:#2a2a2a}.doctor-cancel-btn{background-color:#fff;color:#111}.doctor-cancel-btn:hover{background-color:#f2f2f2}.doctor-modal-buttons button:disabled{opacity:.6;cursor:not-allowed}.doctor-profile-page{min-height:100vh;background:linear-gradient(135deg,#eef6fb,#f8fbff);padding:28px 20px 40px;font-family:Work Sans,Segoe UI,sans-serif;color:#0f172a}.doctor-profile-shell{max-width:1100px;margin:0 auto}.doctor-profile-hero{display:flex;align-items:stretch;justify-content:space-between;gap:16px;border:1px solid #d5e4df;border-radius:16px;padding:22px;background:#fff;margin-bottom:14px}.doctor-profile-kicker{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#0f766e;font-weight:600}.doctor-profile-title{margin:10px 0;font-size:40px;line-height:1.15;font-family:Spectral,Times New Roman,serif}.doctor-profile-subtitle{margin:0;color:#475569;line-height:1.55}.doctor-profile-avatar-card{width:240px;border:1px solid #d5e4df;border-radius:14px;background:#f8fcfa;padding:14px 16px}.doctor-profile-avatar-card p{margin:10px 0 0;color:#475569}.doctor-avatar{width:72px;height:72px;border-radius:50%;background:#fff;color:#0f172a;border:1px solid #d5e4df;font-size:28px;display:flex;align-items:center;justify-content:center;font-weight:600;overflow:hidden}.doctor-avatar img{width:100%;height:100%;object-fit:cover}.doctor-profile-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.doctor-profile-summary-card{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:14px 16px}.doctor-profile-summary-card span{display:block;font-size:30px;line-height:1;color:#0f172a;font-family:Spectral,Times New Roman,serif}.doctor-profile-summary-card small{color:#475569;font-size:13px}.doctor-card{border:1px solid #d5e4df;border-radius:16px;background:#fff;padding:22px}.doctor-profile-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.doctor-profile-info-item{border:1px solid #d5e4df;border-radius:12px;padding:12px 14px;background:#fff}.doctor-profile-info-item small{display:block;color:#64748b;font-size:12px;margin-bottom:4px}.doctor-profile-info-item p{margin:0;color:#0f172a;font-size:15px}.doctor-profile-btn{margin-top:14px;border:none;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:11px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.doctor-profile-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2563eb40}.doctor-profile-feedback{border:1px solid #d5e4df;border-radius:14px;background:#fff;color:#475569;padding:14px 16px}.doctor-profile-error{color:#b91c1c}@media(max-width:950px){.doctor-profile-hero{flex-direction:column}.doctor-profile-avatar-card{width:100%}.doctor-profile-summary{grid-template-columns:1fr}}@media(max-width:700px){.doctor-profile-page{padding:18px 14px 28px}.doctor-profile-hero{padding:18px}.doctor-profile-title{font-size:32px}.doctor-card{padding:18px}.doctor-profile-info-grid{grid-template-columns:1fr}}.features-page{padding:60px 20px 80px;background:#f3f9f7;color:#11211e;font-family:Work Sans,Segoe UI,sans-serif}.features-shell{max-width:1140px;margin:0 auto}.features-hero-wrap{display:flex;gap:24px;align-items:stretch;margin-bottom:18px}.features-hero{flex:1;border:1px solid #d5e4df;border-radius:16px;background:#fff;padding:28px}.features-kicker{margin:0;text-transform:uppercase;letter-spacing:1px;font-size:13px;color:#0f766e;font-weight:600}.features-hero h1{margin:12px 0 14px;font-family:Spectral,Times New Roman,serif;font-size:48px;line-height:1.15}.features-sub{margin:0;color:#4d6460;font-size:20px;line-height:1.6}.features-quick-card{width:360px;border:1px solid #d5e4df;border-radius:16px;background:#fff;padding:24px}.features-quick-card h3{margin:0 0 10px;font-size:28px;line-height:1.2;font-family:Spectral,Times New Roman,serif}.features-quick-card p{margin:0 0 12px;color:#4d6460;line-height:1.55}.features-pill-list{display:flex;flex-wrap:wrap;gap:8px}.features-pill-list span{border:1px solid #d5e4df;border-radius:20px;background:#fff;padding:6px 10px;font-size:13px}.features-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:26px}.features-stat-box{border:1px solid #d5e4df;border-radius:14px;background:#fff;padding:18px}.features-stat-box span{display:block;font-size:30px;font-family:Spectral,Times New Roman,serif;margin-bottom:4px}.features-stat-box p{margin:0;color:#4d6460;font-size:14px}.features-graph{margin:0 0 28px;border:1px solid #d5e4df;border-radius:16px;padding:14px;background:#fff}.features-image{display:block;width:100%;max-height:520px;object-fit:contain;border-radius:10px;border:1px solid #d5e4df;margin:0 auto}.features-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.feature-item{border:1px solid #d5e4df;border-radius:14px;padding:18px;background:#fff}.feature-item h3{margin:0 0 8px;font-size:24px;font-family:Spectral,Times New Roman,serif}.feature-item p{margin:0;color:#4d6460;line-height:1.55}.feature-sections{display:grid;gap:16px}.feature-role-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature-role-card,.feature-trust-card{border:1px solid #d5e4df;border-radius:14px;padding:18px;background:#fff}.feature-role-card h3,.feature-trust-card h3{margin:0 0 12px;font-size:28px;line-height:1.2;font-family:Spectral,Times New Roman,serif}.feature-role-card ul,.feature-trust-card ul{margin:0;padding-left:18px;color:#4d6460;display:grid;gap:8px}@media(max-width:1000px){.features-hero-wrap{flex-direction:column}.features-quick-card{width:100%}.features-stats,.features-list{grid-template-columns:repeat(2,1fr)}.feature-role-grid{grid-template-columns:1fr}}@media(max-width:768px){.features-page{padding:44px 16px 60px}.features-hero{padding:20px}.features-hero h1{font-size:38px}.features-sub{font-size:17px}.features-graph{padding:10px}.features-image{max-height:320px}.features-stats,.features-list{grid-template-columns:1fr}.feature-item h3,.feature-role-card h3,.feature-trust-card h3{font-size:24px}}
