.app{width:100vw;height:100vh;display:flex;flex-direction:column;background-color:#fff;overflow:hidden}.chat-widget{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.chat-fab{width:52px;height:52px;border-radius:50%;background:#1a365d;color:#fff;font-size:1.3rem;border:none;cursor:pointer;box-shadow:0 4px 16px #1a365d73;display:flex;align-items:center;justify-content:center;transition:background .18s,transform .18s;flex-shrink:0}.chat-fab:hover{background:#2c5282;transform:scale(1.07)}.chat-panel{width:360px;max-height:520px;background:#fff;border-radius:14px;box-shadow:0 8px 32px #0000002e;display:flex;flex-direction:column;overflow:hidden;animation:chat-slide-up .22s ease-out both}@keyframes chat-slide-up{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#1a365d;color:#fff;flex-shrink:0}.chat-panel-title{font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.chat-panel-dot{width:8px;height:8px;border-radius:50%;background:#48bb78;animation:pulse-dot 1.4s ease-in-out infinite}.chat-close-btn{background:transparent;border:none;color:#ffffffbf;font-size:.95rem;cursor:pointer;padding:.2rem .4rem;border-radius:4px;line-height:1}.chat-close-btn:hover{color:#fff;background:#ffffff26}.chat-messages{flex:1;overflow-y:auto;padding:.85rem .9rem;display:flex;flex-direction:column;gap:.6rem;min-height:0;background:#f7f9fc}.chat-bubble{max-width:88%;padding:.55rem .85rem;border-radius:12px;font-size:.88rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.chat-bubble.user{background:#1a365d;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-bubble.assistant{background:#fff;color:#1a202c;align-self:flex-start;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000f}.chat-typing-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#a0aec0;animation:pulse-dot .9s ease-in-out infinite}.chat-input-row{display:flex;align-items:flex-end;gap:.5rem;padding:.65rem .75rem;border-top:1px solid #e2e8f0;background:#fff;flex-shrink:0}.chat-input{flex:1;border:1px solid #cbd5e0!important;border-radius:8px;padding:.5rem .75rem;font-size:.88rem;resize:none;line-height:1.4;font-family:inherit;color:#1a202c;background:#fff;overflow-y:auto;max-height:100px;min-height:0;margin-bottom:0}.chat-input:focus{outline:none;border-color:#1a365d!important}.chat-input:disabled{background:#f7f9fc;color:#a0aec0}.chat-send-btn{width:36px;height:36px;border-radius:50%;background:#1a365d;color:#fff;border:none;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:background .15s}.chat-send-btn:hover:not(:disabled){background:#2c5282}.chat-send-btn:disabled{background:#a0aec0;cursor:not-allowed}.chat-send-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.skeleton-container,.live-stream-container{display:flex;flex-direction:column;gap:1.5rem}.status-bar{display:flex;align-items:center;gap:.6rem;padding:.6rem .9rem;background:#ebf4ff;border:1px solid #bee3f8;border-radius:6px;font-size:.9rem;color:#2c5282;font-weight:500}.status-text{flex:1}.stream-counter{font-size:.78rem;color:#4a90d9;font-weight:600;background:#dbeafe;padding:2px 8px;border-radius:10px;white-space:nowrap}.status-spinner{display:inline-block;width:16px;height:16px;flex-shrink:0;border:2px solid #bee3f8;border-top-color:#2c5282;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.live-section{display:flex;flex-direction:column;gap:.6rem}.live-section-title{margin:0 0 .2rem;font-size:1rem;color:#1a365d;border-bottom:2px solid #e0e0e0;padding-bottom:.3rem}@keyframes stream-appear{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.stream-appear{animation:stream-appear .22s ease-out both}.stream-live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#48bb78;margin-left:auto;animation:pulse-dot 1.2s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton-section{display:flex;flex-direction:column;gap:.6rem}.skeleton-heading,.skeleton-line,.skeleton-tag,.skeleton-badge{background:linear-gradient(90deg,#e8edf2 25%,#f5f7fa,#e8edf2 75%);background-size:600px 100%;animation:shimmer 1.4s infinite linear;border-radius:4px}.skeleton-heading{height:18px;width:160px;margin-bottom:.4rem}.skeleton-terms-row{display:flex;flex-wrap:wrap;gap:.5rem}.skeleton-tag{height:28px;border-radius:14px}.skeleton-card{border:1px solid #e2e8f0;border-radius:8px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.5rem;background:#fff}.skeleton-card-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.25rem}.skeleton-badge{height:26px;width:72px;border-radius:4px;background:linear-gradient(90deg,#dbeafe 25%,#eff6ff,#dbeafe 75%);background-size:600px 100%;animation:shimmer 1.4s infinite linear;flex-shrink:0}.skeleton-line{height:13px}.app-header{background-color:#1a365d;color:#fff;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:relative}.header-left{display:flex;align-items:center;gap:1rem;flex:0 0 auto}.company-logo{height:60px;width:auto;border-radius:12px}.company-name{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.header-center{position:absolute;left:50%;transform:translate(-50%);text-align:center}.header-center h1{margin:0;font-size:1.8rem;font-weight:600}.header-center p{margin:.5rem 0 0;font-size:1rem;opacity:.9}.main-container{display:flex;flex:1;min-height:0;padding:0;gap:0;max-width:none;margin:0;width:100%;overflow:hidden}.panel{flex:1;display:flex;flex-direction:column;background-color:#fff;border-radius:0;box-shadow:none;padding:1.5rem;min-height:0;overflow:hidden;border-right:1px solid #e0e0e0}.left-panel{max-width:50%;border-right:2px solid #e0e0e0}.right-panel{max-width:50%;border-right:none}.panel h2{margin-top:0;color:#1a365d;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}textarea{width:100%;padding:1rem;border:1px solid #ccc!important;border-radius:4px;resize:none;font-family:monospace;margin-bottom:1rem;flex:1;min-height:0;color:#333;background-color:#fff;overflow-y:auto;box-sizing:border-box}.button-container{display:flex;justify-content:center}button{background-color:#1a365d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;align-self:flex-start}button:hover{background-color:#2c5282}button:disabled{background-color:#a0aec0;cursor:not-allowed}.results-container{flex:1;border:1px solid #e0e0e0;border-radius:4px;padding:1rem;background-color:#fafafa;overflow-y:auto;min-height:0;color:#333}.results-content{white-space:pre-wrap;font-family:monospace;font-size:.9rem;line-height:1.4}.placeholder{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px;color:#a0a0a0;font-style:italic}pre{margin:0;white-space:pre-wrap;word-break:break-word}.parsed-results{display:flex;flex-direction:column;gap:1.5rem}.terms-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.term-tag{background-color:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.recommendation-card{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;background-color:#fff;box-shadow:0 2px 4px #0000001a}.recommendation-card:hover{box-shadow:0 4px 8px #00000026}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.card-banner{display:flex;align-items:center;padding:.25rem .6rem;border-radius:4px;font-size:.82rem;font-weight:700;letter-spacing:.02em;color:#fff;gap:.25rem}.banner-icd{background-color:#1a365d}.banner-cpt{background-color:#276749}.code-type{opacity:.85}.code{font-size:1rem;letter-spacing:.03em}.cc-mcc-flags{display:flex;gap:.5rem}.cc-flag{background-color:#2196f3;color:#fff;padding:.15rem .4rem;border-radius:4px;font-size:.75rem;font-weight:700}.mcc-flag{background-color:#f44336;color:#fff;padding:.15rem .4rem;border-radius:4px;font-size:.75rem;font-weight:700}.card-body h4{margin:0 0 .25rem;color:#1a365d;font-size:.97rem}.rationale{margin-top:.5rem;padding:.6rem .75rem;background-color:#f0f4fa;border-left:3px solid #1a365d;font-size:.87rem;color:#333;border-radius:0 4px 4px 0;line-height:1.5}.result-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;padding:0 6px;margin-left:.5rem;background:#1a365d;color:#fff;border-radius:10px;font-size:.72rem;font-weight:700;vertical-align:middle}.empty-msg{color:#a0a0a0;font-style:italic;font-size:.9rem;margin:.25rem 0}.highlighted-note{padding:.85rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background-color:#fafafa;min-height:80px;max-height:220px;overflow-y:auto;white-space:pre-wrap;line-height:1.6;font-size:.9rem;color:#333}.highlight{background-color:#fff176;padding:.1em .25em;border-radius:3px;font-weight:600}.raw-results pre{max-height:500px;overflow:auto}@media(max-width:1200px){.main-container{flex-direction:column}.left-panel,.right-panel{max-width:100%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;margin:0;overflow:hidden;min-width:320px}
