:root{--forest: #2D5016;--forest-lt: #3d6b1f;--terra: #C1440E;--terra-lt: #d4562a;--navy: #1B2B4B;--navy-lt: #243660;--gold: #D4A843;--gold-lt: #e0bc67;--cream: #FAF7F2;--cream-dark:#F2EDE5;--warm-gray: #8B7D6B;--light-gray:#E8E0D5;--text-main: #2C2416;--text-muted:#6B5E4E;--white: #FFFFFF;--shadow-sm: 0 1px 3px rgba(27,43,75,.08);--shadow-md: 0 4px 16px rgba(27,43,75,.12);--shadow-lg: 0 8px 32px rgba(27,43,75,.16);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--transition: .2s ease;--font-body: "DM Sans", system-ui, sans-serif;--font-serif:"Fraunces", Georgia, serif;--font-mono: "DM Mono", monospace;--font-eth: "Noto Sans Ethiopic", serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--cream);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}input,textarea,select{font-family:inherit}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--navy);line-height:1.2}.ethiopic{font-family:var(--font-eth)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.navbar{position:sticky;top:0;z-index:100;background:var(--navy);box-shadow:var(--shadow-md);padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:.6rem;cursor:pointer}.navbar-logo-text{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--white);letter-spacing:-.01em}.navbar-logo-text span{color:var(--gold)}.navbar-links{display:flex;align-items:center;gap:.25rem}.nav-link{color:#fffc;font-size:.875rem;font-weight:500;padding:.5rem .875rem;border-radius:var(--radius-sm);transition:all var(--transition);background:none;border:none}.nav-link:hover,.nav-link.active{color:var(--white);background:#ffffff1a}.navbar-actions{display:flex;align-items:center;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.25rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all var(--transition);white-space:nowrap;line-height:1}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--terra);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--terra-lt);transform:translateY(-1px)}.btn-forest{background:var(--forest);color:var(--white)}.btn-forest:hover:not(:disabled){background:var(--forest-lt);transform:translateY(-1px)}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover:not(:disabled){background:var(--navy-lt)}.btn-gold{background:var(--gold);color:var(--navy)}.btn-gold:hover:not(:disabled){background:var(--gold-lt)}.btn-outline{background:transparent;color:var(--terra);border:1.5px solid var(--terra)}.btn-outline:hover:not(:disabled){background:var(--terra);color:var(--white)}.btn-outline-white{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.6)}.btn-outline-white:hover:not(:disabled){background:#ffffff1a;border-color:var(--white)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--light-gray)}.btn-ghost:hover:not(:disabled){background:var(--light-gray);color:var(--text-main)}.btn-sm{padding:.4rem .875rem;font-size:.8rem}.btn-lg{padding:.875rem 2rem;font-size:1rem;border-radius:var(--radius-md)}.btn-block{width:100%}.hero{background:linear-gradient(135deg,var(--navy) 0%,#243660 60%,#2D5016 100%);color:var(--white);padding:6rem 1.5rem 5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero-title{font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.25rem;color:var(--white)}.hero-title .accent{color:var(--gold)}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:#fffc;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.hero-motto{font-family:var(--font-eth);font-size:1rem;color:var(--gold);margin-bottom:2rem;opacity:.9}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.stats-bar{background:var(--white);border-bottom:1px solid var(--light-gray);padding:1.5rem}.stats-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-family:var(--font-serif);font-size:2.25rem;font-weight:700;color:var(--terra);line-height:1}.stat-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.search-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem;max-width:700px;margin:0 auto;position:relative;z-index:1}.search-row{display:flex;gap:.75rem;flex-wrap:wrap}.search-input-wrap{flex:1;min-width:200px;position:relative}.search-input-wrap .icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:var(--warm-gray);font-size:1rem;pointer-events:none}.search-input{width:100%;padding:.75rem .875rem .75rem 2.5rem;border:1.5px solid var(--light-gray);border-radius:var(--radius-sm);font-size:.9rem;background:var(--cream);color:var(--text-main);transition:border-color var(--transition)}.search-input:focus{outline:none;border-color:var(--terra);background:var(--white)}.search-select{padding:.75rem 2rem .75rem .875rem;border:1.5px solid var(--light-gray);border-radius:var(--radius-sm);font-size:.875rem;background:var(--cream);color:var(--text-main);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238B7D6B' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;transition:border-color var(--transition)}.search-select:focus{outline:none;border-color:var(--terra)}.continent-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.continent-card{background:var(--white);border:2px solid var(--light-gray);border-radius:var(--radius-md);padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all var(--transition)}.continent-card:hover,.continent-card.active{border-color:var(--terra);box-shadow:var(--shadow-md);transform:translateY(-2px)}.continent-card.active{background:var(--terra)}.continent-card.active .continent-name{color:var(--white)}.continent-card.active .continent-count{color:#fffc}.continent-emoji{font-size:2rem;margin-bottom:.5rem}.continent-name{font-weight:600;font-size:.875rem;color:var(--navy)}.continent-count{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.physician-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.physician-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:all var(--transition);border:1px solid var(--light-gray);display:flex;flex-direction:column;cursor:pointer}.physician-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--terra)}.card-header{padding:1.5rem 1.5rem 1rem;display:flex;gap:1rem;align-items:flex-start}.avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--white);flex-shrink:0}.avatar-lg{width:80px;height:80px;font-size:1.75rem}.avatar-photo{object-fit:cover;background:var(--light-gray)}.avatar-upload-wrap{position:relative;display:inline-block;cursor:pointer;border-radius:50%;margin:0 auto .25rem}.avatar-upload-wrap .avatar,.avatar-upload-wrap .avatar-photo{display:block;margin:0 auto}.avatar-upload-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#00000073;display:flex;align-items:center;justify-content:center;font-size:1.4rem;opacity:0;transition:opacity var(--transition)}.avatar-upload-wrap:hover .avatar-upload-overlay{opacity:1}.card-name-block{flex:1;min-width:0}.card-name{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--navy);line-height:1.2;margin-bottom:.2rem}.card-degree{font-size:.8rem;color:var(--text-muted);font-family:var(--font-mono)}.card-badges{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.4rem}.badge{display:inline-flex;align-items:center;gap:.2rem;padding:.15rem .5rem;border-radius:100px;font-size:.7rem;font-weight:600}.badge-verified{background:#2d50161f;color:var(--forest)}.badge-featured{background:#d4a84333;color:#8b6914}.badge-mentor{background:#c1440e1f;color:var(--terra)}.card-body{padding:0 1.5rem 1rem;flex:1}.card-specialty{font-size:.875rem;font-weight:600;color:var(--terra);margin-bottom:.4rem}.card-subspecialty{font-size:.8rem;color:var(--text-muted);margin-bottom:.6rem}.card-institution{font-size:.8rem;color:var(--navy);font-weight:500;margin-bottom:.3rem}.card-location{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem;display:flex;align-items:center;gap:.3rem}.card-bio{font-size:.8rem;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem}.card-tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.75rem}.tag{padding:.2rem .6rem;background:var(--cream-dark);color:var(--text-muted);border-radius:100px;font-size:.7rem;font-weight:500}.tag-active{background:#c1440e1a;color:var(--terra)}.card-footer{padding:.875rem 1.5rem;border-top:1px solid var(--light-gray);display:flex;gap:.5rem}.card-footer .btn{flex:1}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1b2b4b99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal{background:var(--white);border-radius:var(--radius-lg);max-width:720px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .25s ease;box-shadow:var(--shadow-lg)}.modal-lg{max-width:800px}.modal-sm{max-width:480px}.modal-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--light-gray);position:sticky;top:0;background:var(--white);z-index:1;display:flex;align-items:flex-start;gap:1rem}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:.25rem;margin-left:auto;line-height:1;transition:color var(--transition)}.modal-close:hover{color:var(--terra)}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--light-gray);display:flex;gap:.75rem;justify-content:flex-end}.modal-title{font-family:var(--font-serif);font-size:1.5rem;color:var(--navy)}.doctor-detail-header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem}.doctor-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;margin-bottom:1.5rem}.info-row{display:flex;flex-direction:column;gap:.2rem}.info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}.info-value{font-size:.9rem;color:var(--text-main);font-weight:500}.detail-section{margin-bottom:1.5rem}.detail-section h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.75rem}.contact-form-section{background:var(--cream);border-radius:var(--radius-md);padding:1.5rem;margin-top:1.5rem}.contact-form-section h3{font-size:1.1rem;margin-bottom:1rem;color:var(--navy)}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem}.form-input{width:100%;padding:.7rem .875rem;border:1.5px solid var(--light-gray);border-radius:var(--radius-sm);font-size:.9rem;background:var(--white);color:var(--text-main);transition:border-color var(--transition)}.form-input:focus{outline:none;border-color:var(--terra)}.form-input::placeholder{color:var(--warm-gray)}textarea.form-input{resize:vertical;min-height:120px}.form-select{width:100%;padding:.7rem 2rem .7rem .875rem;border:1.5px solid var(--light-gray);border-radius:var(--radius-sm);font-size:.9rem;background:var(--white);color:var(--text-main);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238B7D6B' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:border-color var(--transition)}.form-select:focus{outline:none;border-color:var(--terra)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-error{font-size:.8rem;color:var(--terra);margin-top:.3rem}.form-hint{font-size:.78rem;color:var(--text-muted);margin-top:.3rem}.msg-type-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.msg-type-tab{padding:.4rem .875rem;border-radius:100px;font-size:.8rem;font-weight:600;border:1.5px solid var(--light-gray);background:var(--white);color:var(--text-muted);cursor:pointer;transition:all var(--transition)}.msg-type-tab.active{border-color:var(--terra);background:var(--terra);color:var(--white)}.auth-modal-body{padding:2rem 1.5rem}.auth-title{font-family:var(--font-serif);font-size:1.75rem;text-align:center;margin-bottom:.5rem}.auth-subtitle{text-align:center;color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.auth-steps{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.auth-step{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border:2px solid var(--light-gray);background:var(--white);color:var(--text-muted);transition:all var(--transition)}.auth-step.active{border-color:var(--terra);background:var(--terra);color:var(--white)}.auth-step.done{border-color:var(--forest);background:var(--forest);color:var(--white)}.auth-step-line{flex:1;max-width:40px;height:2px;background:var(--light-gray);margin-top:15px;transition:background var(--transition)}.auth-step-line.done{background:var(--forest)}.auth-toggle{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--text-muted)}.auth-toggle button{background:none;border:none;color:var(--terra);font-weight:600;cursor:pointer;font-size:inherit;padding:0}.filter-bar{background:var(--white);border-bottom:1px solid var(--light-gray);padding:1rem 1.5rem;position:sticky;top:64px;z-index:50}.filter-bar-inner{max-width:1200px;margin:0 auto;display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.filter-search{flex:1;min-width:200px;max-width:300px;position:relative}.filter-search .icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--warm-gray);font-size:.875rem}.filter-input{width:100%;padding:.55rem .75rem .55rem 2.2rem;border:1.5px solid var(--light-gray);border-radius:var(--radius-sm);font-size:.875rem;background:var(--cream);color:var(--text-main)}.filter-input:focus{outline:none;border-color:var(--terra);background:var(--white)}.filter-select{padding:.55rem 1.75rem .55rem .75rem;border:1.5px solid var(--light-gray);border-radius:var(--radius-sm);font-size:.875rem;background:var(--cream);color:var(--text-main);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%238B7D6B' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.filter-select:focus{outline:none;border-color:var(--terra)}.filter-toggle-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem .875rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;border:1.5px solid var(--light-gray);background:var(--white);color:var(--text-muted);cursor:pointer;transition:all var(--transition)}.filter-toggle-btn.active{border-color:var(--forest);background:var(--forest);color:var(--white)}.filter-count{font-size:.8rem;color:var(--text-muted);margin-left:auto;white-space:nowrap}.resource-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.resource-card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--light-gray);transition:all var(--transition);cursor:pointer;display:flex;flex-direction:column}.resource-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--terra)}.resource-card-top{height:6px;background:linear-gradient(90deg,var(--terra),var(--gold))}.resource-card-body{padding:1.5rem;flex:1}.resource-category{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--terra);background:#c1440e1a;padding:.2rem .6rem;border-radius:100px;margin-bottom:.75rem}.resource-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--navy);line-height:1.3;margin-bottom:.75rem}.resource-excerpt{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.resource-meta{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:var(--text-muted)}.res-page-header{margin-bottom:2.5rem}.res-page-title{font-family:var(--font-serif);font-size:clamp(1.4rem,3.5vw,2rem);color:var(--navy);margin:.25rem 0 .75rem}.res-page-bar{width:3.5rem;height:3px;background:linear-gradient(90deg,var(--terra),var(--gold));border-radius:2px}.res-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--light-gray)}.res-section-meta{margin-bottom:1.25rem}.res-section-title{font-family:var(--font-serif);font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--navy);margin:.2rem 0 0}.link-scroll-row{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--gold) var(--cream-dark)}.link-scroll-row::-webkit-scrollbar{height:4px}.link-scroll-row::-webkit-scrollbar-track{background:var(--cream-dark);border-radius:2px}.link-scroll-row::-webkit-scrollbar-thumb{background:var(--gold);border-radius:2px}.link-card{flex:0 0 230px;scroll-snap-align:start;display:flex;flex-direction:column;background:var(--white);border:1px solid var(--light-gray);border-top:3px solid var(--navy);border-radius:var(--radius-md);padding:1rem 1rem .875rem;text-decoration:none;color:inherit;transition:all var(--transition)}.link-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--light-gray);border-top-color:var(--terra)}.link-card-header{display:flex;align-items:center;gap:.45rem;margin-bottom:.5rem}.link-card-flag{font-size:1rem;line-height:1;flex-shrink:0}.link-card-name{font-family:var(--font-serif);font-size:.95rem;font-weight:600;color:var(--navy);line-height:1.2}.link-card-desc{font-size:.79rem;color:var(--text-muted);line-height:1.5;flex:1;margin:0 0 .65rem}.link-card-cta{font-size:.78rem;font-weight:700;color:var(--terra);letter-spacing:.04em;align-self:flex-start}.lib-category-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.lib-category-tab{background:none;border:2px solid var(--light-gray);border-radius:var(--radius-sm);padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;color:var(--text-muted);cursor:pointer;transition:all var(--transition);letter-spacing:.02em}.lib-category-tab:hover{border-color:var(--navy);color:var(--navy)}.lib-category-tab.active{background:var(--navy);border-color:var(--navy);color:var(--white)}.lib-subject-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;padding:.75rem;background:var(--cream);border-radius:var(--radius)}.lib-subject-chip{background:var(--white);border:1.5px solid var(--light-gray);border-radius:999px;padding:.3rem .9rem;font-size:.82rem;font-weight:600;color:var(--text-main);cursor:pointer;transition:all var(--transition);white-space:nowrap}.lib-subject-chip:hover{border-color:var(--terra);color:var(--terra)}.lib-subject-chip.active{background:var(--terra);border-color:var(--terra);color:var(--white)}.lib-folders{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.lib-folder{background:var(--white);border:1.5px solid var(--light-gray);border-radius:var(--radius);overflow:hidden}.lib-folder-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--navy);gap:.75rem}.lib-folder-label{font-weight:700;font-size:.9rem;color:var(--white);display:flex;align-items:center;gap:.4rem}.lib-folder-upload{flex-shrink:0;background:var(--terra)!important;border-color:var(--terra)!important;color:var(--white)!important;font-size:.78rem!important;padding:.25rem .7rem!important}.lib-folder-empty{padding:1.5rem 1rem;text-align:center;color:var(--text-muted);font-size:.85rem}.library-grid{display:flex;flex-direction:column;gap:0}.lib-card{background:var(--white);border-bottom:1px solid var(--light-gray);padding:.9rem 1rem;display:flex;gap:.75rem;align-items:flex-start;transition:background var(--transition)}.lib-card:last-child{border-bottom:none}.lib-card:hover{background:var(--cream)}.lib-card-icon{font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:.15rem}.lib-card-body{flex:1;min-width:0}.lib-card-title{font-weight:700;color:var(--navy);font-size:.88rem;margin-bottom:.2rem;word-break:break-word}.lib-card-meta{font-size:.78rem;color:var(--text-muted);margin-bottom:.1rem}.lib-card-desc{font-size:.78rem;color:var(--text-main);margin-bottom:.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lib-card-filename{font-size:.7rem;color:var(--text-muted);font-style:italic;word-break:break-all}.lib-card-actions{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0;align-items:stretch;min-width:80px}.lib-delete-btn{color:var(--terra)!important;border-color:var(--terra)!important}.lib-delete-btn:hover{background:var(--terra)!important;color:var(--white)!important}.feed-signin-prompt{background:var(--cream);border:1.5px solid var(--light-gray);border-radius:var(--radius);padding:1.5rem;text-align:center;margin-bottom:1.5rem;color:var(--text-muted);font-size:.9rem}.feed-composer{display:flex;gap:.75rem;align-items:flex-start;background:var(--white);border:1.5px solid var(--light-gray);border-radius:var(--radius);padding:1rem;margin-bottom:1.25rem}.feed-composer-form{flex:1;display:flex;flex-direction:column;gap:.5rem}.feed-composer-input{width:100%;border:1.5px solid var(--light-gray);border-radius:var(--radius-sm);padding:.65rem .75rem;font-size:.9rem;font-family:inherit;color:var(--text-main);resize:vertical;transition:border-color var(--transition)}.feed-composer-input:focus{outline:none;border-color:var(--terra)}.feed-composer-footer{display:flex;justify-content:space-between;align-items:center}.feed-list{display:flex;flex-direction:column;gap:1rem}.feed-card{background:var(--white);border:1.5px solid var(--light-gray);border-radius:var(--radius);overflow:hidden;transition:box-shadow var(--transition)}.feed-card:hover{box-shadow:var(--shadow-md)}.feed-card-header{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1rem .5rem}.feed-author-info{flex:1;display:flex;flex-direction:column;gap:.1rem}.feed-author-name{font-weight:700;font-size:.95rem;color:var(--navy)}.feed-author-meta{font-size:.78rem;color:var(--text-muted)}.feed-card-actions-right{display:flex;gap:.4rem;flex-shrink:0}.feed-card-body{padding:.5rem 1rem .75rem;font-size:.95rem;color:var(--text-main);line-height:1.65;white-space:pre-wrap;word-break:break-word}.feed-card-footer{display:flex;gap:.25rem;padding:.5rem .75rem;border-top:1px solid var(--light-gray)}.feed-action-btn{background:none;border:none;cursor:pointer;padding:.4rem .75rem;border-radius:var(--radius-sm);font-size:.85rem;color:var(--text-muted);display:flex;align-items:center;gap:.3rem;transition:background var(--transition),color var(--transition)}.feed-action-btn:hover{background:var(--cream);color:var(--navy)}.feed-action-btn.liked{color:#e0245e}.feed-comments{border-top:1px solid var(--light-gray);padding:.75rem 1rem;display:flex;flex-direction:column;gap:.6rem;background:var(--cream)}.feed-comment{display:flex;gap:.6rem;align-items:flex-start}.feed-comment-bubble{flex:1;background:var(--white);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.85rem;display:flex;flex-direction:column;gap:.15rem}.feed-comment-author{font-weight:700;color:var(--navy);font-size:.82rem}.feed-comment-text{color:var(--text-main);white-space:pre-wrap}.feed-comment-time{font-size:.72rem;color:var(--text-muted)}.feed-comment-delete{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1rem;padding:.1rem .3rem;line-height:1;flex-shrink:0;margin-top:.25rem}.feed-comment-delete:hover{color:var(--terra)}.feed-comment-form{display:flex;gap:.5rem;align-items:center;margin-top:.25rem}.feed-comment-input{flex:1;border:1.5px solid var(--light-gray);border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-family:inherit;color:var(--text-main);background:var(--white);transition:border-color var(--transition)}.feed-comment-input:focus{outline:none;border-color:var(--terra)}.section-header{text-align:center;margin-bottom:3rem}.section-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--terra);margin-bottom:.5rem}.section-title{font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.5rem);color:var(--navy);margin-bottom:.75rem}.section-desc{font-size:1rem;color:var(--text-muted);max-width:560px;margin:0 auto;line-height:1.7}.section-header-left{text-align:left}.section-header-left .section-desc{margin:0}.how-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem}.how-card{text-align:center;padding:2rem 1rem}.how-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--terra),var(--gold));display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1rem;box-shadow:0 4px 16px #c1440e40}.how-title{font-family:var(--font-serif);font-size:1.1rem;color:var(--navy);margin-bottom:.5rem}.how-desc{font-size:.875rem;color:var(--text-muted);line-height:1.6}.dashboard-grid{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.dashboard-sidebar{background:var(--white);border-radius:var(--radius-md);padding:1.5rem;border:1px solid var(--light-gray);position:sticky;top:80px}.dashboard-main{display:flex;flex-direction:column;gap:1.5rem}.dashboard-card{background:var(--white);border-radius:var(--radius-md);padding:1.5rem;border:1px solid var(--light-gray)}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.d-stat{text-align:center;padding:1rem;background:var(--cream);border-radius:var(--radius-sm)}.d-stat-n{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--terra)}.d-stat-l{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--navy);color:var(--white);padding:.875rem 1.5rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:500;box-shadow:var(--shadow-lg);z-index:1000;animation:slideUp .25s ease;max-width:380px}.toast.success{background:var(--forest)}.toast.error{background:var(--terra)}.about-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--forest) 100%);color:var(--white);padding:5rem 1.5rem 4rem;text-align:center}.about-hero h1{color:var(--white);font-size:clamp(2rem,5vw,3.25rem);margin-bottom:1rem}.about-hero p{color:#ffffffd9;font-size:1.1rem;max-width:600px;margin:0 auto}.about-section{padding:4rem 1.5rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-family:var(--font-serif);font-size:2rem;margin-bottom:1rem}.about-text p{color:var(--text-muted);line-height:1.8;margin-bottom:1rem}.value-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.value-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--text-muted)}.value-icon{width:28px;height:28px;border-radius:50%;background:var(--terra);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0;margin-top:.1rem}.register-banner{background:linear-gradient(135deg,var(--terra) 0%,#a0350a 100%);color:var(--white);padding:5rem 1.5rem;text-align:center}.register-banner h2{font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.5rem);color:var(--white);margin-bottom:1rem}.register-banner p{color:#ffffffd9;font-size:1.05rem;max-width:520px;margin:0 auto 2rem;line-height:1.7}.footer{background:var(--navy);color:#ffffffb3;padding:4rem 1.5rem 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand p{font-size:.875rem;line-height:1.7;margin-top:.75rem;color:#fff9}.footer-motto{font-family:var(--font-eth);font-size:.85rem;color:var(--gold);margin-top:.5rem}.footer-col h4{font-family:var(--font-body);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links li button,.footer-links li a{background:none;border:none;color:#fff9;font-size:.875rem;cursor:pointer;padding:0;transition:color var(--transition)}.footer-links li button:hover,.footer-links li a:hover{color:var(--white)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#fff6;flex-wrap:wrap;gap:.5rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-title{font-family:var(--font-serif);font-size:1.5rem;color:var(--navy);margin-bottom:.5rem}.empty-desc{font-size:.9rem}.loading-wrap{display:flex;align-items:center;justify-content:center;padding:4rem;gap:.75rem;color:var(--text-muted)}.spinner{width:24px;height:24px;border:3px solid var(--light-gray);border-top-color:var(--terra);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-terra{color:var(--terra)}.text-forest{color:var(--forest)}.text-navy{color:var(--navy)}.text-gold{color:var(--gold)}.fw-600{font-weight:600}.fw-700{font-weight:700}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.divider{height:1px;background:var(--light-gray);margin:1.5rem 0}.pill{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:100px;font-size:.8rem;font-weight:600}.pill-terra{background:#c1440e1f;color:var(--terra)}.pill-forest{background:#2d50161f;color:var(--forest)}.pill-navy{background:#1b2b4b1a;color:var(--navy)}.pill-gold{background:#d4a84333;color:#7a5e10}.form-check{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--text-main)}.form-check input[type=checkbox],.form-check input[type=radio]{width:18px;height:18px;accent-color:var(--terra);cursor:pointer}.bg-cream{background:var(--cream)}.bg-white{background:var(--white)}.bg-navy{background:var(--navy)}.bg-forest{background:var(--forest)}.bg-cream-dark{background:var(--cream-dark)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;padding:.5rem;cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition);margin-left:.5rem}.hamburger:hover{background:#ffffff1a}.hb{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:all .22s ease}.hb-x:first-child{transform:translateY(7px) rotate(45deg)}.hb-x-mid{opacity:0;transform:scaleX(0)}.hb-x:last-child{transform:translateY(-7px) rotate(-45deg)}.mobile-nav{background:var(--navy);border-top:1px solid rgba(255,255,255,.1);position:sticky;top:64px;z-index:99;box-shadow:0 8px 24px #00000059;padding-bottom:1rem}.mobile-nav-link{display:block;width:100%;text-align:left;background:none;border:none;color:#ffffffd9;font-size:1rem;font-weight:500;padding:.9rem 1.5rem;cursor:pointer;transition:background var(--transition),color var(--transition);border-bottom:1px solid rgba(255,255,255,.06)}.mobile-nav-link:hover,.mobile-nav-link.active{background:#ffffff12;color:var(--gold)}.mobile-nav-divider{height:1px;background:#ffffff1f;margin:.25rem 0}.mobile-nav-auth{padding:1rem 1.5rem 0;display:flex;flex-direction:column;gap:.75rem}.navbar-desktop-auth{display:flex;align-items:center;gap:.75rem}@media (max-width: 900px){.dashboard-grid{grid-template-columns:1fr}.dashboard-sidebar{position:static}.about-grid{grid-template-columns:1fr;gap:2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.doctor-detail-header{flex-direction:column}.doctor-info-grid{grid-template-columns:1fr}}@media (max-width: 768px){.hamburger{display:flex}.navbar-links,.navbar-desktop-auth{display:none}.section{padding:3rem 0}.hero{padding:3.5rem 1rem 2.5rem}.physician-grid,.resource-grid,.form-row{grid-template-columns:1fr}.form-input,.form-select{font-size:1rem;padding:.8rem .875rem}.form-select{padding:.8rem 2rem .8rem .875rem}.filter-bar{padding:.75rem 1rem}.filter-bar-inner{gap:.5rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px}.filter-bar-inner::-webkit-scrollbar{display:none}.filter-search{min-width:150px}.filter-select{white-space:nowrap}.filter-count{display:none}.stats-grid{gap:1.5rem}.stat-number{font-size:1.75rem}.continent-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer{padding:3rem 1.25rem 1.5rem}.modal-backdrop{align-items:flex-end;padding:0}.modal{margin:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:92vh;width:100%}.modal-sm{max-width:100%}.toast{right:1rem;left:1rem;bottom:1.5rem;max-width:none}.auth-modal-body{padding:1.5rem 1.25rem}.btn{min-height:44px}.btn-sm{min-height:36px}.dashboard-stat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.hero{padding:2.5rem 1rem 2rem}.hero-title{font-size:clamp(1.9rem,8vw,2.5rem)}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%;justify-content:center}.stats-grid{gap:1rem}.stat-number{font-size:1.5rem}.continent-grid{grid-template-columns:repeat(2,1fr)}.dashboard-stat-grid{grid-template-columns:repeat(3,1fr)}.search-row{flex-direction:column}.search-input-wrap{min-width:0}.auth-steps{gap:.25rem}.doctor-info-grid{grid-template-columns:1fr}.physician-card{border-radius:var(--radius-sm)}.container{padding:0 1rem}.about-section{padding:2.5rem 1rem}.lib-folders{grid-template-columns:1fr}.lib-subject-row{gap:.35rem}.lib-card-actions{flex-direction:row;justify-content:flex-start}}
