html,body{width:100%;height:100%;overflow-x:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.app-shell{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#f0f7ff}.main-content{display:flex;flex-direction:row;gap:2.5rem;padding:2rem;max-width:1600px;margin:0 auto;width:100%;box-sizing:border-box}.sidebar{flex:0 0 360px;width:360px;max-width:100%;min-width:0;overflow:hidden}.sidebar-sticky{position:sticky;top:2rem}.results-area{flex:1;min-width:0}.app-header{background:#021a30!important;color:#fff!important;padding:2rem 1rem;text-align:center;box-shadow:0 4px 15px #0000001a}.app-header h1{font-size:2.5rem;color:#fff!important}.search-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #00000014;width:100%;box-sizing:border-box;overflow:hidden}.search-card-title{color:#4a90e2;margin-bottom:1.25rem;font-size:1.2rem}.search-form{display:flex;flex-direction:column;gap:.75rem;width:100%}.form-row input,.form-row select{width:100%;min-width:0;padding:.6rem .75rem;border:1px solid #d0dce8;border-radius:8px;font-size:.875rem;font-family:inherit;background:#f8fbff;color:#021a30;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-row.form-row--split input,.form-row.form-row--split select{flex:1;min-width:0}.taxonomy-wrapper{position:relative}.taxonomy-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d0dce8;border-radius:8px;box-shadow:0 4px 16px #0000001a;max-height:200px;overflow-y:auto;z-index:100;list-style:none;margin-top:.25rem}.taxonomy-dropdown li{padding:.6rem .75rem;font-size:.875rem;cursor:pointer;color:#021a30}.search-btn{width:100%;padding:.75rem;background:#4a90e2;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;margin-top:.25rem}.search-btn:hover:not(:disabled){background:#357abd;transform:translateY(-1px)}.search-btn:disabled{background:#a0b4c8;cursor:not-allowed;transform:none}.welcome-screen{text-align:center;padding:5rem 0}.welcome-screen h3,.welcome-screen p{color:#000!important}.empty{text-align:center;color:#7f8c8d;padding:2rem}.error-toast{color:#c0392b;background:#fdf0ef;border:1px solid #e74c3c;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 8px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #eee}.modal-header h2{font-size:1.25rem;color:#021a30}.modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#7f8c8d;line-height:1;padding:.25rem}.modal-body{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:.75rem;line-height:1.6}.modal-loading{text-align:center;padding:2rem;color:#7f8c8d}.app-footer{background:#2c3e50;color:#fff;padding:1.5rem 2rem;margin-top:auto}@media(max-width:1000px){.main-content{flex-direction:column}.sidebar{flex:1;width:100%}.footer-content{flex-direction:column;gap:1rem}.modal{width:95%;max-height:90vh}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f0f7ff;color:#021a30;overflow-x:hidden}:root{--bg-color: #f0f7ff;--panel-bg: #f8fafc;--text-color: #021A30;--border-color: #e2e8f0;--footer-bg: #021A30;--card-bg: #ffffff;--accent: #4a90e2}body.dark-theme{--bg-color: #121212;--panel-bg: #1e1e1e;--text-color: #e0e0e0;--border-color: #333333;--footer-bg: #002266;--card-bg: #252525}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{background:#021a30;padding:1.25rem 1rem;text-align:center;border-bottom:1px solid #eee;flex-shrink:0}.app-header h1{color:#fff;font-size:2rem}.app-header h1 span{color:#4a90e2}.main-content{display:flex;flex-direction:row;flex:1;min-height:0}.sidebar{width:360px;flex:0 0 360px;min-width:0;background:#f8fafc;border-right:1px solid #e2e8f0;padding:1.5rem;overflow-y:auto;overflow-x:hidden}.results-area{flex:1;min-width:0;padding:2rem;overflow-y:auto;background:#f0f7ff}.app-footer{background:#021a30;color:#fff;padding:1rem 1.5rem;flex-shrink:0}.footer-content{display:flex;justify-content:space-between;max-width:1600px;margin:0 auto;gap:2rem}.footer-section h4{color:#4a90e2;margin-bottom:.5rem}.footer-section p,.legal-links a{font-size:.85rem;color:#bdc3c7;text-decoration:none}.footer-email-link{color:#4a90e2}.footer-disclaimer{text-align:center;font-size:.75rem;color:#7f8c8d;border-top:1px solid rgba(255,255,255,.1);margin-top:1rem;padding-top:1rem}@media(max-width:1000px){.main-content{flex-direction:column}.sidebar{width:100%;flex:none;overflow-x:hidden;border-right:none;border-bottom:1px solid #e2e8f0}.footer-content{flex-direction:column;gap:1rem}}.sidebar h2{font-size:1.25rem;margin-bottom:1.25rem;color:#021a30}.search-form{display:flex;flex-direction:column;gap:.65rem;width:100%}.form-row{display:flex;flex-direction:column;gap:.5rem;width:100%}.form-row input,.form-row select{width:100%;min-width:0;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;font-family:inherit;background:#f8fbff;color:#021a30;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.form-row input:focus,.form-row select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e226;background:#fff}.form-row input::placeholder{color:#a0b4c8}.form-row.form-row--split{flex-direction:row}.form-row.form-row--split input,.form-row.form-row--split select{flex:1;min-width:0;width:auto}.search-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a;margin-top:.25rem}.search-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e3a8a);transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.search-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.taxonomy-wrapper{position:relative;width:100%}.taxonomy-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #cbd5e1;border-radius:8px;max-height:200px;overflow-y:auto;z-index:100;list-style:none;padding:0;margin:.25rem 0 0;box-shadow:0 4px 16px #0000001a}.taxonomy-dropdown li{padding:.6rem .75rem;cursor:pointer;font-size:.875rem;border-bottom:1px solid #f1f5f9;color:#021a30}.taxonomy-dropdown li:hover{background:#f0f7ff;color:#4a90e2}.taxonomy-dropdown li:last-child{border-bottom:none}.provider-card{background:#fff;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000000f;border:1px solid #e8f0fa;transition:box-shadow .2s,transform .15s}.provider-card:hover{box-shadow:0 4px 20px #4a90e226;transform:translateY(-2px);border-color:#4a90e2}.provider-card h3{font-size:1.05rem;color:#021a30;margin-bottom:.4rem}.provider-card .credential{font-size:.8rem;color:#4a90e2;font-weight:600;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.05em}.provider-card .address{font-size:.875rem;color:#5a7a96;margin-bottom:.4rem;line-height:1.5}.provider-card .npi{font-size:.8rem;color:#a0b4c8;margin-bottom:.4rem}.provider-card .taxonomy{font-size:.8rem;color:#5a7a96;margin-bottom:.4rem}.provider-card .hie{font-size:.8rem;color:#27ae60;font-weight:600}.provider-card--disabled{opacity:.5;pointer-events:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;width:90%;max-width:640px;max-height:85vh;overflow-y:auto;box-shadow:0 8px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:1}.modal-header h2{font-size:1.2rem;color:#021a30;margin-bottom:.25rem}.modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#7f8c8d;line-height:1;padding:.25rem;flex-shrink:0;margin-left:1rem}.modal-close:hover{color:#2c3e50}.modal-body{padding:1.25rem 2rem 2rem;@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}}.modal-body .skeleton{background:#fff;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1rem;border:1px solid #e8f0fa}.modal-body .skeleton-line{height:14px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;margin-bottom:.6rem}.modal-body .skeleton-line.short{width:40%}.modal-body .skeleton-line.medium{width:65%}.modal-body .skeleton-line.long{width:90%}
