@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box}:root{--yellow: #f5c800;--yellow-dark: #e0b800;--yellow-light: #fff9e6;--dark: #111318;--dark-2: #1e2128;--dark-3: #2a2d35;--dark-muted: #6b7280;--surface: #ffffff;--surface-2: #f8f9fc;--surface-3: #f1f3f8;--border: #e5e7ef;--border-dark: #2e3140;--text-primary: #111318;--text-secondary: #6b7280;--text-muted: #9ca3af;--red: #ef4444;--red-bg: #fef2f2;--orange: #f59e0b;--orange-bg: #fffbeb;--green: #22c55e;--green-bg: #f0fdf4;--blue: #3b82f6;--blue-bg: #eff6ff;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--radius-xl: 18px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 12px rgba(0,0,0,.08), 0 1px 4px rgba(0,0,0,.04);--shadow-lg: 0 10px 30px rgba(0,0,0,.12), 0 4px 10px rgba(0,0,0,.06)}html{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:var(--surface-2);color:var(--text-primary)}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.signin-layout{display:flex;min-height:100vh}.signin-panel{width:600px;flex-shrink:0;background-color:#1a1a1a;display:flex;flex-direction:column;justify-content:space-between;padding:3rem}.signin-panel__logo{margin-top:.1rem}.signin-logo-img{width:120px;height:auto;display:block}.signin-panel__footer{display:flex;flex-direction:column;gap:.6rem}.signin-panel__star{width:36px;height:36px;display:block}.signin-panel__tagline{font-size:.8rem;color:#ccc;line-height:1.6;margin:0}.signin-form-area{flex:1;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:3rem}.signin-form-card{width:100%;max-width:380px}.signin-title{font-size:1.45rem;font-weight:700;color:#1a1a1a;margin:0 0 .4rem;text-align:center}.signin-subtitle{font-size:.85rem;color:#888;text-align:center;margin:0 0 2rem}.form-group{margin-bottom:1.1rem}.form-label{display:block;font-size:.82rem;color:#444;margin-bottom:.35rem}.form-input{width:100%;padding:.6rem .75rem;font-size:.9rem;border:1px solid #ddd;border-radius:6px;background-color:#f4f6f8;color:#1a1a1a;outline:none;transition:border-color .2s;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus{border-color:#ddd;box-shadow:none;outline:none;background-color:#f4f6f8}.form-input:-webkit-autofill,.form-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #f4f6f8 inset;box-shadow:0 0 0 1000px #f4f6f8 inset;-webkit-text-fill-color:#1a1a1a}.form-forgot{text-align:left;margin-bottom:1.4rem}.forgot-link{font-size:.82rem;color:#4a90d9;text-decoration:none}.forgot-link:hover{text-decoration:underline}.signin-btn{width:100%;padding:.75rem;background-color:#f5c800;color:#1a1a1a;font-size:.95rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.signin-btn:hover{background-color:#e0b800}.signin-btn:focus-visible{outline:none}@media (max-width: 640px){.signin-layout{flex-direction:column}.signin-panel{width:100%;min-height:180px;padding:1.5rem}.signin-form-area{width:100%;padding:2rem 1.5rem}}.form-error{display:flex;align-items:center;gap:.5rem;background-color:#fff5f5;border:1px solid #fed7d7;border-radius:6px;color:#c53030;font-size:.82rem;padding:.6rem .8rem;margin-bottom:.75rem}.form-error svg{width:15px;height:15px;flex-shrink:0}.signin-btn:disabled{opacity:.7;cursor:not-allowed}.signin-btn__spinner{display:inline-block;width:18px;height:18px;border:2.5px solid #1a1a1a;border-top-color:transparent;border-radius:50%;animation:signin-spin .7s linear infinite}@keyframes signin-spin{to{transform:rotate(360deg)}}.usermenu{display:flex;align-items:center;gap:.5rem;position:relative;flex-shrink:0;margin-left:auto}.usermenu__trigger{display:flex;align-items:center;gap:.4rem;padding:.35rem .65rem .35rem .4rem;border-radius:8px;border:none;background:#111318;color:#fff;font-size:.82rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s;letter-spacing:.02em;flex-shrink:0}.usermenu__trigger:hover{background:#1e2128}.usermenu__initials{width:24px;height:24px;border-radius:50%;color:#fff;background:#fff;color:#111318;font-size:.63rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.usermenu__chevron{width:13px;height:13px;color:#9ca3af;transition:transform .2s ease}.usermenu__chevron--open{transform:rotate(180deg)}.usermenu__dropdown{position:absolute;top:calc(100% + .6rem);right:0;width:230px;background:#fff;border-radius:12px;border:1px solid #e5e7ef;box-shadow:0 8px 24px #0000001a,0 2px 8px #0000000d;z-index:200;overflow:hidden;animation:usermenu-in .15s ease}@keyframes usermenu-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.usermenu__header{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem}.usermenu__avatar{width:36px;height:36px;border-radius:8px;background:#1e2128;color:#9ca3af;display:flex;align-items:center;justify-content:center;flex-shrink:0}.usermenu__avatar svg{width:21px;height:21px}.usermenu__user-info{display:flex;flex-direction:column;gap:.08rem;min-width:0}.usermenu__name{font-size:.84rem;font-weight:700;color:#111318;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.usermenu__email{font-size:.73rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.usermenu__divider{height:1px;background:#f1f3f8}.usermenu__item{display:block;width:100%;padding:.72rem 1rem;border:none;background:transparent;text-align:left;font-size:.84rem;font-weight:500;color:#374151;font-family:inherit;cursor:pointer;transition:background .12s,color .12s}.usermenu__item:hover{background:#f8f9fc;color:#111318}.usermenu__item--signout:hover{background:#fef2f2;color:#dc2626}.es-layout{display:flex;min-height:100vh;background-color:#f8f9fc}.es-main{flex:1;display:flex;flex-direction:column;min-width:0}.es-page-header{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e5e7ef;box-shadow:0 1px 4px #0000000a;display:flex;align-items:center;justify-content:space-between}.es-page-header__left{display:flex;flex-direction:column;gap:.25rem}.es-breadcrumb{display:flex;align-items:center;gap:.45rem;margin-bottom:.35rem}.es-breadcrumb__root{font-size:.7rem;font-weight:700;color:#9ca3af;letter-spacing:.08em;text-transform:uppercase}.es-breadcrumb__sep{font-size:.7rem;color:#f5c800;font-weight:700}.es-breadcrumb__current{font-size:.7rem;font-weight:700;color:#f5c800;letter-spacing:.08em;text-transform:uppercase}.es-page-title{font-size:1.35rem;font-weight:800;color:#111318;margin:0;letter-spacing:-.02em}.es-search-area{background:linear-gradient(135deg,#111318,#1a1d24);padding:1.5rem 2rem;display:flex;flex-direction:column;gap:.75rem}.es-search-form{display:flex;flex-direction:column;gap:.75rem}.es-search-bar{display:flex;align-items:center;background:#ffffff0f;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;padding:.65rem 1rem;max-width:520px;gap:.65rem;transition:border-color .2s,box-shadow .2s}.es-search-bar:focus-within{border-color:#f5c80080;box-shadow:0 0 0 3px #f5c8001f}.es-search-bar__icon{width:16px;height:16px;color:#6b7280;flex-shrink:0}.es-search-bar__input{flex:1;border:none;background:transparent;outline:none;font-size:.9rem;color:#e5e7ef;font-family:inherit}.es-search-bar__input::placeholder{color:#4b5563}.es-search-bar__submit{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5c800,#e8b800);border:none;border-radius:8px;padding:.4rem .7rem;cursor:pointer;color:#111318;flex-shrink:0;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 2px 8px #f5c8004d}.es-search-bar__submit svg{width:15px;height:15px}.es-search-bar__submit:hover:not(:disabled){transform:translate(1px);box-shadow:0 3px 12px #f5c80073}.es-search-bar__submit:disabled{opacity:.35;cursor:not-allowed}.es-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(17,19,24,.2);border-top-color:#111318;border-radius:50%;animation:es-spin .7s linear infinite}@keyframes es-spin{to{transform:rotate(360deg)}}.es-error{display:flex;align-items:center;gap:.5rem;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:10px;color:#fca5a5;font-size:.81rem;font-weight:500;padding:.65rem 1rem;max-width:420px}.es-error svg{width:15px;height:15px;flex-shrink:0}.es-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.es-empty__icon{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#fff9e6,#fef3c7);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 4px 16px #f5c80026}.es-empty__icon svg{width:30px;height:30px;color:#f5c800}.es-empty__title{font-size:1.15rem;font-weight:700;color:#111318;margin:0 0 .5rem;letter-spacing:-.01em}.es-empty__desc{font-size:.875rem;color:#9ca3af;max-width:380px;line-height:1.65;margin:0}.es-processing__spinner{width:54px;height:54px;border:4px solid rgba(245,200,0,.15);border-top-color:#f5c800;border-radius:50%;animation:es-spin .85s linear infinite;margin-bottom:1.25rem;box-shadow:0 0 20px #f5c80033}.es-empty__desc--status{color:#f5c800;font-weight:600;font-size:.875rem;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width: 768px){.es-page-header{padding:1rem 1.25rem}.es-search-area{padding:1.25rem}.es-search-bar{max-width:100%}}.es-content{flex:1;padding:1.5rem 2rem;display:flex;flex-direction:column;min-height:0}.es-history{display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid #e5e7ef;box-shadow:0 2px 12px #0000000f;overflow:hidden}.es-history__header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 2rem;border-bottom:1px solid #f1f3f8;gap:1rem;flex-wrap:wrap}.es-history__title-row{display:flex;align-items:center;gap:.6rem}.es-history__title{font-size:.95rem;font-weight:700;color:#111318;margin:0}.es-history__count{background:#f1f3f8;color:#6b7280;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:999px}.es-history__filter-wrap{display:flex;align-items:center;gap:.4rem;background:#f8f9fc;border:1.5px solid #e5e7ef;border-radius:8px;padding:.4rem .75rem}.es-history__filter-wrap svg{width:14px;height:14px;color:#9ca3af;flex-shrink:0}.es-history__filter{border:none;background:transparent;outline:none;font-size:.82rem;color:#374151;font-family:inherit;width:180px}.es-history__filter::placeholder{color:#c4c9d4}.es-history__table-wrap{overflow-x:auto;flex:1}.es-history__table{width:100%;border-collapse:collapse;font-size:.855rem}.es-history__table thead tr{background:#fafbfd;border-bottom:1.5px solid #f1f3f8}.es-history__table th{padding:.75rem 1.25rem;text-align:left;font-size:.7rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.es-history__table td{padding:.85rem 1.25rem;color:#4b5563;border-bottom:1px solid #f5f6fa;white-space:nowrap}.es-history__row{cursor:pointer;transition:background .1s}.es-history__row:hover td{background:#fafbfd}.es-history__table tbody tr:last-child td{border-bottom:none}.es-history__num{color:#c4c9d4;font-size:.78rem}.es-history__name{font-weight:700;color:#111318!important;text-transform:capitalize;max-width:220px;overflow:hidden;text-overflow:ellipsis}.es-history__date{color:#9ca3af;font-size:.78rem}.es-history__empty{text-align:center;color:#c4c9d4;padding:2.5rem!important;font-size:.875rem}.es-hist__risk{display:inline-block;padding:.18rem .55rem;border-radius:999px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.es-hist__risk--high{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.es-hist__risk--medium{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.es-hist__risk--low{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.es-hist__status{display:inline-block;padding:.18rem .55rem;border-radius:999px;font-size:.68rem;font-weight:700;text-transform:capitalize}.es-hist__status--completed{background:#f0fdf4;color:#16a34a}.es-hist__status--processing{background:#fffbeb;color:#d97706}.es-hist__status--failed{background:#fef2f2;color:#dc2626}.es-history__view{padding:.28rem .8rem;font-size:.75rem;font-weight:700;border:1.5px solid #f5c800;border-radius:6px;background:transparent;color:#111318;cursor:pointer;font-family:inherit;transition:background .15s}.es-history__view:hover{background:#f5c800}.ed-layout{display:flex;height:100vh;overflow:hidden;background:#f8f9fc}.ed-main{flex:1;display:flex;flex-direction:column;min-width:0;height:100vh;overflow:hidden}.ed-topbar{display:flex;align-items:center;gap:1.25rem;background:#fff;padding:.9rem 1.75rem;border-bottom:1px solid #e5e7ef;position:sticky;top:0;z-index:10;box-shadow:0 1px 6px #0000000d}.ed-topbar__back{display:flex;align-items:center;gap:.3rem;padding:.45rem .9rem;border-radius:8px;border:1.5px solid #e5e7ef;background:transparent;color:#6b7280;font-size:.82rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .15s}.ed-topbar__back svg{width:15px;height:15px}.ed-topbar__back:hover{border-color:#f5c800;color:#111318;background:#fff9e6}.ed-topbar__info{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.ed-topbar__name{font-size:1.35rem;font-weight:800;color:#111318;margin:0;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.ed-topbar__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ed-topbar__count{font-size:.73rem;color:#9ca3af}.ed-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.ed-badge--high{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.ed-badge--medium{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.ed-badge--low,.ed-badge--clear{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.ed-status-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.67rem;font-weight:700;text-transform:capitalize;letter-spacing:.03em}.ed-status-badge--completed{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.ed-status-badge--processing{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.ed-status-badge--failed{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.ed-body{display:flex;flex:1;overflow:hidden;height:calc(100vh - 61px)}.ed-left{flex-shrink:0;display:flex;flex-direction:column;border-right:none;background:#fff;overflow:hidden;min-width:260px;max-width:600px;height:100%}.ed-resize-handle{width:6px;flex-shrink:0;background:transparent;cursor:col-resize;position:relative;display:flex;align-items:center;justify-content:center;z-index:5;transition:background .15s}.ed-resize-handle:hover,.ed-resize-handle:active{background:#f5c80014}.ed-resize-handle__bar{width:2px;height:40px;border-radius:999px;background:#e5e7ef;transition:background .15s,height .15s}.ed-resize-handle:hover .ed-resize-handle__bar,.ed-resize-handle:active .ed-resize-handle__bar{background:#f5c800;height:60px}.ed-strip{display:flex;border-bottom:1px solid #f1f3f8;background:#fafbfd;flex-shrink:0}.ed-strip__item{flex:1;display:flex;flex-direction:column;align-items:center;padding:.85rem .5rem;border-right:1px solid #f1f3f8;gap:.12rem;transition:background .15s}.ed-strip__item:last-child{border-right:none}.ed-strip__item:hover{background:#f5f6fa}.ed-strip__count{font-size:1.45rem;font-weight:800;line-height:1}.ed-strip__label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.ed-strip__item--high .ed-strip__count,.ed-strip__item--high .ed-strip__label{color:#dc2626}.ed-strip__item--medium .ed-strip__count,.ed-strip__item--medium .ed-strip__label{color:#d97706}.ed-strip__item--low .ed-strip__count,.ed-strip__item--low .ed-strip__label{color:#16a34a}.ed-tabs{display:flex;border-bottom:2px solid #f1f3f8;flex-shrink:0;background:#fff}.ed-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.7rem .5rem;border:none;background:transparent;color:#9ca3af;font-size:.78rem;font-weight:600;cursor:pointer;border-bottom:2.5px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;letter-spacing:.01em}.ed-tab:hover{color:#374151}.ed-tab--active{color:#111318;border-bottom-color:#f5c800}.ed-tab__count{background:#f1f3f8;color:#9ca3af;font-size:.62rem;font-weight:700;padding:.1rem .42rem;border-radius:999px;transition:background .15s,color .15s}.ed-tab--active .ed-tab__count{background:#f5c800;color:#111318}.ed-card-list{flex:1;overflow-y:auto}.ed-empty-list{text-align:center;color:#c4c9d4;font-size:.82rem;padding:2.5rem 1rem;margin:0}.ed-card{width:100%;text-align:left;padding:.9rem 1.1rem;border:none;border-bottom:1px solid #e5e7ef;border-radius:0;background:transparent;cursor:pointer;font-family:inherit;transition:background .12s}.ed-card:hover{background:#f1f3f8}.ed-card--active{background:#f1f3f8;border-left:3px solid #f5c800;padding-left:calc(1.1rem - 2px)}.ed-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem;gap:.5rem}.ed-card__source{font-size:.65rem;font-weight:700;color:#c4c9d4;text-transform:uppercase;letter-spacing:.06em}.ed-card__title{font-size:.82rem;font-weight:600;color:#111318;margin:0 0 .3rem;line-height:1.4}.ed-card__snippet{font-size:.79rem;color:#6b7280;margin:0 0 .5rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ed-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ed-card__cats{display:flex;gap:.3rem;flex-wrap:wrap}.ed-card__date{font-size:.62rem;color:#c4c9d4;white-space:nowrap;flex-shrink:0}.ed-cat{display:inline-block;padding:.14rem .48rem;border-radius:5px;font-size:.63rem;font-weight:600;background:#f1f3f8;color:#6b7280;text-transform:capitalize;letter-spacing:.02em}.ed-cat--more{background:#e9ebf0;color:#9ca3af}.ed-detail{flex:1;padding:1.75rem 2rem;overflow-y:auto;background:#f8f9fc}.ed-detail__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.7rem}.ed-detail__source{font-size:.68rem;font-weight:700;color:#c4c9d4;text-transform:uppercase;letter-spacing:.07em}.ed-detail__title{font-size:1.1rem;font-weight:700;color:#111318;line-height:1.4;margin:0 0 .65rem;letter-spacing:-.01em}.ed-detail__snippet{font-size:.9rem;color:#374151;line-height:1.75;margin:0;background:transparent;border-radius:0;padding:.75rem 0;border:none;border-bottom:1px solid #e5e7ef;box-shadow:none}.ed-detail__fulltext{font-size:.81rem;color:#4b5563;line-height:1.8;margin:0;white-space:pre-wrap;max-height:280px;overflow-y:auto;background:transparent;border-radius:0;padding:.75rem 0;border:none;border-bottom:1px solid #e5e7ef;box-shadow:none}.ed-divider{height:1px;background:#e5e7ef;margin:1.2rem 0}.ed-detail__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#c4c9d4;margin:0 0 .55rem}.ed-detail__cats{display:flex;flex-wrap:wrap;gap:.4rem}.ed-detail__none{font-size:.82rem;color:#c4c9d4;margin:0;font-style:italic}.ed-detail__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;background:transparent;border-radius:0;padding:.75rem 0;border:none;border-bottom:1px solid #e5e7ef}.ed-detail__list li{font-size:.83rem;color:#6b7280}.ed-detail__list strong{color:#111318;font-weight:600}.ed-detail__synthesis{font-size:.875rem;color:#4b5563;line-height:1.75;margin:0;background:transparent;border-radius:0;padding:.75rem 0;border:none;border-bottom:1px solid #e5e7ef;border-left:none;box-shadow:none}.ed-read-more{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:#f5c800;color:#111318;font-size:.85rem;font-weight:700;border-radius:8px;text-decoration:none;transition:background .15s;border:none;cursor:pointer}.ed-read-more svg{width:14px;height:14px}.ed-read-more:hover{background:#e8b800}.ed-scores{display:flex;flex-direction:column;gap:.6rem;background:transparent;border-radius:0;padding:.75rem 0;border:none;border-bottom:1px solid #e5e7ef}.ed-score-row{display:flex;align-items:center;gap:.75rem}.ed-score-row--overall{margin-top:.3rem;padding-top:.6rem;border-top:1px solid #f1f3f8}.ed-score-row__label{font-size:.75rem;font-weight:600;color:#6b7280;width:90px;flex-shrink:0}.ed-score-row__track{flex:1;height:6px;background:#f1f3f8;border-radius:999px;overflow:hidden}.ed-score-row__bar{height:100%;border-radius:999px;background:#22c55e;transition:width .5s cubic-bezier(.4,0,.2,1)}.ed-score-row__bar--high{background:linear-gradient(90deg,#ef4444,#dc2626)}.ed-score-row__bar--medium{background:linear-gradient(90deg,#f59e0b,#d97706)}.ed-score-row__bar--low{background:linear-gradient(90deg,#22c55e,#16a34a)}.ed-score-row__val{font-size:.75rem;font-weight:700;color:#374151;width:20px;text-align:right;flex-shrink:0}.ed-entities{display:flex;flex-wrap:wrap;gap:.4rem}.ed-entity{display:inline-flex;align-items:center;gap:.3rem;padding:.22rem .6rem;border-radius:6px;font-size:.71rem;font-weight:600;background:#f1f3f8;color:#374151}.ed-entity--person{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.ed-entity--organization{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.ed-entity--location{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.ed-entity--more{background:#f1f3f8;color:#9ca3af}.ed-entity__role{font-size:.58rem;color:#9ca3af;font-weight:400;text-transform:capitalize}.ed-detail__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.75rem;padding:4rem 2rem}.ed-detail__empty p{margin:0;font-size:.9rem;color:#9ca3af}.ed-detail__empty strong{color:#111318}@media (max-width: 900px){.ed-body{flex-direction:column;height:auto;overflow:visible}.ed-left{width:100%;border-right:none;border-bottom:1px solid #e5e7ef}.ed-detail{height:auto}}.ed-adverse-alert{display:flex;align-items:flex-start;gap:.7rem;padding:.8rem 1rem;border-radius:0;border:1.5px solid;margin:.75rem 0}.ed-adverse-alert svg{width:17px;height:17px;flex-shrink:0;margin-top:2px}.ed-adverse-alert>div{display:flex;flex-direction:column;gap:.15rem}.ed-adverse-alert__label{font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;opacity:.75}.ed-adverse-alert__value{font-size:.84rem;font-weight:600}.ed-adverse-alert--yes{background:#fff5f5;border-color:#fca5a5;color:#b91c1c}.ed-adverse-alert--no{background:#f0fdf4;border-color:#86efac;color:#15803d}.ed-fmt-body{display:flex;flex-direction:column;gap:.35rem}.ed-fmt-p{font-size:.875rem;color:#374151;line-height:1.75;margin:0}.ed-fmt-section{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#9ca3af;margin-top:.6rem;margin-bottom:.1rem}.ed-fmt-section:first-child{margin-top:0}
