.s-overlay.ds:before,
.column-overlay.ds:before {
    background-color: #07322d !important;
    opacity: 1 !important;
}

.kt-ew-app {
    --kt-ew-bg: #f7faf7;
    --kt-ew-panel: #ffffff;
    --kt-ew-text: #13231e;
    --kt-ew-muted: #5a6a62;
    --kt-ew-line: #dce5dd;
    --kt-ew-green: #4f8f68;
    --kt-ew-purple: #7a5ba8;
    --kt-ew-teal: #2f8d8a;
    --kt-ew-blue: #4a74a8;
    --kt-ew-amber: #af7d2d;
    --kt-ew-red: #b75f5a;
    --kt-ew-gray: #718077;
    background: var(--kt-ew-bg);
    color: var(--kt-ew-text);
    font-family: inherit;
    min-height: 680px;
    overflow: visible;
}

.kt-ew-shell {
    display: grid;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    min-height: 760px;
}

.kt-ew-sidebar {
    align-self: stretch;
    background-color: #07322D;
    color: #f7fff9;
    min-height: 100%;
}

.kt-ew-sidebar-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
}

.kt-ew-brand {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 16px;
}

.kt-ew-brand h2 {
    align-items: baseline;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    font-size: 26px;
    gap: 6px;
    line-height: 1.12;
    margin: 0 0 8px;
}

.kt-ew-beta {
    color: #ff4f45;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.kt-ew-brand p {
    color: rgba(247, 255, 249, 0.78);
    margin: 0;
}

.kt-ew-tabs,
.kt-ew-mode {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kt-ew-tab,
.kt-ew-mode button,
.kt-ew-pill,
.kt-ew-source-button {
    border: 0;
    cursor: pointer;
    font: inherit;
}

.kt-ew-tab,
.kt-ew-mode button {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: rgba(247, 255, 249, 0.86);
    min-height: 42px;
    padding: 10px 12px;
}

.kt-ew-mode--classes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kt-ew-mode--classes button {
    font-size: 14px;
    line-height: 1.18;
    min-height: 38px;
    padding-inline: 8px;
}

.kt-ew-tab.is-active,
.kt-ew-mode button.is-active {
    background: #f7fff9;
    color: #17231f;
    font-weight: 700;
}

.kt-ew-shell--loading .kt-ew-tab:disabled,
.kt-ew-shell--loading .kt-ew-mode button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.kt-ew-shell--loading .kt-ew-tab.is-active:disabled,
.kt-ew-shell--loading .kt-ew-mode button.is-active:disabled {
    opacity: 1;
}

.kt-ew-search {
    display: grid;
    gap: 8px;
}

.kt-ew-search label {
    color: rgba(247, 255, 249, 0.78);
    font-size: 13px;
}

.kt-ew-search input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #ffffff;
    min-height: 42px;
    padding: 10px 12px;
    width: 100%;
}

.kt-ew-search input::placeholder {
    color: rgba(247, 255, 249, 0.48);
}

.kt-ew-search.is-disabled {
    opacity: 0.55;
}

.kt-ew-search input:disabled {
    cursor: not-allowed;
}

.kt-ew-stat-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kt-ew-stat {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 12px;
}

.kt-ew-stat span {
    color: rgba(247, 255, 249, 0.62);
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.kt-ew-stat strong {
    color: #ffffff;
    display: block;
    font-size: 21px;
}

.kt-ew-stat-grid--loading .kt-ew-stat strong {
    animation: kt-ew-loading-shimmer 1.6s ease-in-out infinite;
    background: linear-gradient(90deg, rgba(247, 255, 249, 0.14), rgba(247, 255, 249, 0.36), rgba(247, 255, 249, 0.14));
    background-size: 220% 100%;
    border-radius: 999px;
    height: 20px;
    width: 58px;
}

.kt-ew-feedback-cta {
    display: grid;
    gap: 10px;
}

.kt-ew-feedback-info {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: rgba(247, 255, 249, 0.88);
    padding: 12px;
}

.kt-ew-feedback-info strong {
    color: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.kt-ew-feedback-info p {
    color: rgba(247, 255, 249, 0.72);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.kt-ew-feedback-button {
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    border-radius: 8px;
    color: #07322d;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    line-height: 1.25;
    min-height: 44px;
    padding: 11px 12px;
    text-align: center;
    width: 100%;
}

.kt-ew-feedback-button:hover {
    background: #ffffff;
}

.kt-ew-feedback-overlay {
    align-items: center;
    box-sizing: border-box;
    padding: 24px 16px;
}

.kt-ew-feedback-window {
    background: #f7faf7;
    border-radius: 10px;
    box-shadow: 0 24px 80px rgba(7, 50, 45, 0.24);
    color: #14231e;
    max-width: min(720px, calc(100vw - 28px));
    padding: 0;
    width: 720px;
}

.kt-ew-feedback-form,
.kt-ew-feedback-done {
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    padding: 22px;
}

.kt-ew-feedback-head {
    align-items: start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.kt-ew-feedback-head h3,
.kt-ew-feedback-done h3 {
    font-size: 26px;
    line-height: 1.15;
    margin: 0 0 8px;
}

.kt-ew-feedback-head p,
.kt-ew-feedback-done p {
    color: #51645b;
    margin: 0;
}

.kt-ew-feedback-eyebrow {
    color: #0f6c47 !important;
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 6px !important;
    text-transform: uppercase;
}

.kt-ew-feedback-close {
    align-items: center;
    background: #07322d;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 24px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    width: 40px;
}

.kt-ew-feedback-grid {
    align-items: end;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kt-ew-feedback-grid--contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kt-ew-feedback-form label span {
    color: #263832;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
}

.kt-ew-feedback-form input,
.kt-ew-feedback-form select,
.kt-ew-feedback-form textarea {
    background: #fff;
    border: 1px solid #cedbd2;
    border-radius: 8px;
    color: #14231e;
    font: inherit;
    min-height: 42px;
    padding: 10px 12px;
    width: 100%;
}

.kt-ew-feedback-form textarea {
    min-height: 140px;
    resize: vertical;
}

.kt-ew-feedback-recaptcha {
    height: 0;
    overflow: hidden;
}

.kt-ew-feedback-actions button,
.kt-ew-feedback-done button {
    align-items: center;
    border-radius: 8px;
    bottom: auto;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    justify-content: center;
    left: auto;
    margin: 0;
    min-height: 42px;
    padding: 10px 14px;
    position: static;
    text-transform: none;
    transform: none;
}

.kt-ew-feedback-actions button:first-child,
.kt-ew-feedback-done button {
    background: #eef5ef;
    border: 1px solid #d3e3d6;
    color: #17352d;
}

.kt-ew-feedback-submit {
    background: #07322d;
    border: 1px solid #07322d;
    color: #fff;
}

.kt-ew-feedback-submit:disabled {
    cursor: wait;
    opacity: 0.7;
}

.kt-ew-feedback-actions {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(120px, auto) minmax(150px, auto);
    justify-content: flex-end;
    width: 100%;
}

.kt-ew-feedback-actions button {
    min-width: 120px;
}

.kt-ew-feedback-window .kt-ew-feedback-actions button {
    bottom: auto;
    left: auto;
    margin: 0;
    position: static;
    right: auto;
    top: auto;
    transform: none;
}

.kt-ew-feedback-status {
    border-radius: 8px;
    min-height: 0;
    padding: 0;
}

.kt-ew-feedback-status.is-error,
.kt-ew-feedback-status.is-success {
    padding: 10px 12px;
}

.kt-ew-feedback-status.is-error {
    background: #fff0ef;
    border: 1px solid #edb8b1;
    color: #8d2c25;
}

.kt-ew-feedback-status.is-success {
    background: #edf8ef;
    border: 1px solid #c5e5cb;
    color: #173d2e;
}

.kt-ew-feedback-hidden {
    display: none;
}

.kt-ew-content {
    background: var(--kt-ew-bg);
    min-width: 0;
    padding: 22px;
}

.kt-ew-view {
    display: none;
}

.kt-ew-view.is-active {
    display: block;
}

.kt-ew-wheel-layout {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(900px, 980px) minmax(360px, 1fr);
}

.kt-ew-molecule-layout,
.kt-ew-record-layout {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1.28fr);
}

.kt-ew-wheel-panel,
.kt-ew-detail-panel,
.kt-ew-list-panel {
    background: var(--kt-ew-panel);
    border: 1px solid var(--kt-ew-line);
    border-radius: 8px;
    min-width: 0;
}

.kt-ew-wheel-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: clamp(760px, calc(100vh - 160px), 980px);
    padding: 12px;
}

.kt-ew-wheel-toolbar {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    min-height: 38px;
    width: 100%;
}

.kt-ew-wheel-toolbar button {
    background: #eef5ef;
    border: 1px solid #d5e4d8;
    border-radius: 8px;
    color: #18362b;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 10px;
}

.kt-ew-wheel-toolbar button:hover {
    background: #dceee0;
}

.kt-ew-wheel-canvas {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    min-height: 0;
    width: 100%;
}

.kt-ew-wheel-panel--loading {
    overflow: hidden;
    position: relative;
}

.kt-ew-wheel-panel--loading::before {
    background:
        radial-gradient(circle at 50% 50%, rgba(79, 143, 104, 0.12), transparent 34%),
        radial-gradient(circle at 36% 64%, rgba(122, 91, 168, 0.10), transparent 30%),
        radial-gradient(circle at 68% 35%, rgba(47, 141, 138, 0.10), transparent 28%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.kt-ew-wheel-loader {
    align-items: center;
    display: grid;
    justify-items: center;
    min-height: min(620px, calc(100vh - 220px));
    position: relative;
    width: 100%;
    z-index: 1;
}

.kt-ew-loader-orbit p {
    color: #17352d;
    font-size: 14px;
    font-weight: 800;
    left: 50%;
    line-height: 1.25;
    margin: 0;
    max-width: 62%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.kt-ew-loader-orbit p::after {
    animation: kt-ew-loader-dots 1.5s steps(4, end) infinite;
    color: var(--kt-ew-muted);
    content: "";
}

.kt-ew-loader-orbit {
    animation: kt-ew-loader-pulse 3.2s ease-in-out infinite;
    aspect-ratio: 1;
    border-radius: 50%;
    isolation: isolate;
    position: relative;
    width: clamp(220px, 36vw, 420px);
}

.kt-ew-loader-orbit::before {
    animation: kt-ew-loader-spin 3.2s cubic-bezier(0.62, 0, 0.28, 1) infinite;
    background: conic-gradient(
        from 0deg,
        var(--kt-ew-green),
        var(--kt-ew-teal) 18%,
        var(--kt-ew-blue) 36%,
        var(--kt-ew-purple) 56%,
        #b24a27 76%,
        var(--kt-ew-green)
    );
    border-radius: 50%;
    box-shadow: 0 18px 58px rgba(7, 50, 45, 0.14);
    content: "";
    inset: 0;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 calc(100% - 11px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 calc(100% - 11px));
    position: absolute;
}

.kt-ew-loader-orbit span {
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
}

.kt-ew-loader-orbit span:nth-of-type(1) {
    animation: kt-ew-loader-spin 4.9s cubic-bezier(0.58, 0, 0.24, 1) infinite reverse;
    background: conic-gradient(
        from 34deg,
        transparent 0deg,
        rgba(79, 143, 104, 0.92) 42deg,
        rgba(47, 141, 138, 0.88) 104deg,
        transparent 170deg,
        transparent 360deg
    );
    inset: 7px;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 calc(100% - 6px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 calc(100% - 6px));
}

.kt-ew-loader-orbit span:nth-of-type(2) {
    animation: kt-ew-loader-spin 5.8s cubic-bezier(0.68, 0, 0.32, 1) infinite;
    background: conic-gradient(
        from 152deg,
        transparent 0deg,
        rgba(122, 91, 168, 0.9) 36deg,
        rgba(74, 116, 168, 0.86) 104deg,
        transparent 174deg,
        transparent 360deg
    );
    inset: 17px;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px));
}

.kt-ew-loader-orbit span:nth-of-type(3) {
    animation: kt-ew-loader-spin 4.2s cubic-bezier(0.52, 0, 0.26, 1) infinite reverse;
    background: conic-gradient(
        from 254deg,
        transparent 0deg,
        rgba(178, 74, 39, 0.86) 34deg,
        rgba(175, 125, 45, 0.76) 82deg,
        rgba(122, 91, 168, 0.68) 128deg,
        transparent 184deg,
        transparent 360deg
    );
    inset: 28px;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
}

.kt-ew-detail-panel--loading {
    justify-content: center;
    padding: 18px;
}

.kt-ew-loading-lines {
    display: grid;
    gap: 12px;
    width: 100%;
}

.kt-ew-loading-lines span {
    animation: kt-ew-loading-shimmer 1.6s ease-in-out infinite;
    background: linear-gradient(90deg, #eef5ef, #dcebe7, #eef5ef);
    background-size: 220% 100%;
    border-radius: 999px;
    display: block;
    height: 14px;
}

.kt-ew-loading-lines span:nth-child(1) {
    width: 62%;
}

.kt-ew-loading-lines span:nth-child(2) {
    width: 86%;
}

.kt-ew-loading-lines span:nth-child(3) {
    width: 44%;
}

.kt-ew-wheel-svg {
    aspect-ratio: 1;
    display: block;
    max-height: none;
    max-width: 980px;
    width: min(100%, calc(100vh - 220px), 980px);
}

.kt-ew-segment {
    stroke: #ffffff;
    stroke-width: 1.5;
    transition: opacity 140ms ease, transform 140ms ease;
}

.kt-ew-segment:hover,
.kt-ew-segment.is-active {
    opacity: 0.82;
    transform: scale(1.005);
    transform-origin: center;
}

.kt-ew-wheel-label {
    fill: #ffffff;
    font-size: 10px;
    font-weight: 850;
    pointer-events: none;
    text-anchor: middle;
}

.kt-ew-wheel-label-l0,
.kt-ew-wheel-label-l1,
.kt-ew-wheel-label-l2 {
    dominant-baseline: central;
    letter-spacing: 0;
    paint-order: stroke;
    stroke: rgba(0, 0, 0, 0.22);
    stroke-linejoin: round;
    stroke-width: 2px;
}

.kt-ew-wheel-label-radial,
.kt-ew-wheel-label-centered {
    dominant-baseline: central;
}

.kt-ew-wheel-label-l2 {
    fill: #17231f;
    font-weight: 750;
    stroke: rgba(255, 255, 255, 0.72);
    stroke-width: 0.9px;
    text-transform: none;
}

.kt-ew-wheel-center-label {
    fill: #ffffff;
    font-size: 10px;
    font-weight: 900;
    pointer-events: none;
    text-anchor: middle;
}

.kt-ew-detail-panel {
    display: flex;
    flex-direction: column;
    max-height: 760px;
}

.kt-ew-wheel-layout .kt-ew-detail-panel {
    max-height: clamp(760px, calc(100vh - 160px), 980px);
}

.kt-ew-molecule-layout .kt-ew-detail-panel,
.kt-ew-record-layout .kt-ew-detail-panel {
    align-self: stretch;
    height: auto;
    max-height: none;
}

.kt-ew-detail-head {
    border-bottom: 1px solid var(--kt-ew-line);
    padding: 18px;
}

.kt-ew-detail-head h3 {
    font-size: 24px;
    line-height: 1.16;
    margin: 0 0 8px;
}

.kt-ew-detail-head p {
    color: var(--kt-ew-muted);
    margin: 0;
}

.kt-ew-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.kt-ew-chip {
    background: #eef5ef;
    border: 1px solid #d5e4d8;
    border-radius: 999px;
    color: #21362f;
    font-size: 12px;
    padding: 5px 9px;
}

.kt-ew-detail-scroll {
    overflow: auto;
    padding: 14px;
}

.kt-ew-molecule-layout .kt-ew-detail-scroll,
.kt-ew-record-layout .kt-ew-detail-scroll {
    overflow: visible;
}

.kt-ew-molecule-profile-scroll {
    display: grid;
    gap: 18px;
    padding: 18px;
}

.kt-ew-evidence-card,
.kt-ew-source-card,
.kt-ew-source-list-card,
.kt-ew-molecule-list-card {
    border: 1px solid var(--kt-ew-line);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 14px;
}

.kt-ew-molecule-list-card,
.kt-ew-source-list-card {
    background: #ffffff;
}

.kt-ew-list-card.is-selected,
.kt-ew-molecule-list-card.is-selected {
    border-color: #8ab49a;
    box-shadow: inset 3px 0 0 #4f8f68;
}

.kt-ew-card-title {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.kt-ew-evidence-card h4,
.kt-ew-source-card h4,
.kt-ew-source-list-card h4,
.kt-ew-molecule-list-card h4 {
    font-size: 17px;
    line-height: 1.25;
    margin: 0 0 8px;
}

.kt-ew-card-title h4 {
    margin: 0;
}

.kt-ew-info-button {
    align-items: center;
    background: #18362b;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 28px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    line-height: 1;
    margin-top: -2px;
    width: 28px;
}

.kt-ew-info-button:hover {
    background: var(--kt-ew-green);
}

.kt-ew-evidence-card p,
.kt-ew-source-card p,
.kt-ew-source-list-card p,
.kt-ew-molecule-list-card p {
    color: var(--kt-ew-muted);
    margin: 0 0 10px;
}

.kt-ew-meta {
    color: #65756d;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 8px;
}

.kt-ew-source-button {
    background: #eef5ef;
    border-radius: 6px;
    color: #18362b;
    font-size: 12px;
    margin: 2px;
    padding: 6px 8px;
}

.kt-ew-source-button:hover {
    background: #dceee0;
}

.kt-ew-back-button {
    background: #eef5ef;
    border: 1px solid #d5e4d8;
    border-radius: 8px;
    color: #18362b;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    margin-bottom: 12px;
    padding: 7px 10px;
}

.kt-ew-back-button:hover {
    background: #dceee0;
}

.kt-ew-evidence-detail-scroll {
    display: grid;
    gap: 14px;
}

.kt-ew-evidence-score-card {
    align-items: center;
    background: #dcebe7;
    border: 1px solid #b9d4ca;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 16px;
}

.kt-ew-evidence-score-value {
    align-items: center;
    background: #1f8c76;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 22px;
    font-weight: 900;
    height: 56px;
    justify-content: center;
    line-height: 1;
    width: 56px;
}

.kt-ew-evidence-score-copy {
    min-width: 0;
}

.kt-ew-evidence-score-copy strong {
    color: #17231f;
    display: block;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 4px;
}

.kt-ew-evidence-score-copy p {
    color: #2c3733;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.38;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.kt-ew-evidence-score-info {
    align-items: center;
    background: #ffffff;
    border: 2px solid #17231f;
    border-radius: 50%;
    color: #1f6f36;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 34px;
    font: inherit;
    font-size: 18px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    line-height: 1;
    width: 34px;
}

.kt-ew-evidence-score-info:hover {
    background: #eef5ef;
}

.kt-ew-molecule-detail-scroll {
    display: grid;
    gap: 14px;
}

.kt-ew-source-detail-scroll {
    display: grid;
    gap: 14px;
}

.kt-ew-evidence-detail-section {
    border: 1px solid var(--kt-ew-line);
    border-radius: 8px;
    padding: 14px;
}

.kt-ew-evidence-detail-section h4,
.kt-ew-section-head h4 {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.kt-ew-evidence-detail-section p {
    color: var(--kt-ew-muted);
    margin: 0;
}

.kt-ew-evidence-detail-section ul {
    color: var(--kt-ew-muted);
    margin: 0;
    padding-left: 18px;
}

.kt-ew-evidence-detail-section li + li {
    margin-top: 8px;
}

.kt-ew-evidence-readable-section {
    border: 0;
    padding: 4px 2px;
}

.kt-ew-evidence-readable-section h4 {
    color: #17231f;
    font-size: 26px;
    line-height: 1.14;
    margin-bottom: 14px;
}

.kt-ew-evidence-readable-section p {
    color: #2c3733;
    font-size: 16px;
    line-height: 1.58;
}

.kt-ew-molecule-section {
    border: 1px solid var(--kt-ew-line);
    border-radius: 8px;
    padding: 14px;
}

.kt-ew-molecule-profile-hero,
.kt-ew-molecule-profile-section {
    min-width: 0;
}

.kt-ew-molecule-profile-hero {
    display: grid;
    gap: 14px;
}

.kt-ew-molecule-profile-head {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: auto minmax(0, 1fr);
}

.kt-ew-molecule-profile-icon {
    align-items: center;
    background: #166126;
    border-radius: 8px;
    color: #f7fbf6;
    display: inline-flex;
    flex: 0 0 78px;
    font-size: 36px;
    font-weight: 900;
    height: 78px;
    justify-content: center;
    line-height: 1;
    width: 78px;
}

.kt-ew-molecule-profile-head h3 {
    color: #17231f;
    font-size: 38px;
    line-height: 1.05;
    margin: 0 0 8px;
}

.kt-ew-molecule-profile-head p {
    color: #166126;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.kt-ew-molecule-score-card {
    background: #dcebe7;
    border: 1px solid #b9d4ca;
    border-radius: 8px;
    display: grid;
    gap: 4px;
    padding: 16px;
}

.kt-ew-molecule-score-card span {
    color: var(--kt-ew-muted);
    font-size: 13px;
    font-weight: 800;
}

.kt-ew-molecule-score-card strong {
    color: #17231f;
    font-size: 18px;
}

.kt-ew-molecule-profile-section {
    display: grid;
    gap: 12px;
}

.kt-ew-molecule-profile-section > h4,
.kt-ew-molecule-section h4 {
    color: #17231f;
    font-size: 26px;
    line-height: 1.14;
    margin: 0;
}

.kt-ew-molecule-card-grid,
.kt-ew-molecule-source-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
    min-width: 0;
}

.kt-ew-molecule-source-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
}

.kt-ew-molecule-profile-card,
.kt-ew-molecule-source-card {
    background: #ffffff;
    border: 1px solid #cfdcd4;
    border-radius: 8px;
    min-width: 0;
    padding: 14px;
}

.kt-ew-molecule-profile-card {
    display: grid;
    gap: 12px;
    grid-template-columns: auto minmax(0, 1fr);
}

.kt-ew-molecule-profile-card.is-tall {
    align-content: start;
}

.kt-ew-card-icon {
    align-items: center;
    color: #1f6f36;
    display: inline-flex;
    font-size: 24px;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    line-height: 1;
    width: 30px;
}

.kt-ew-molecule-profile-card h5,
.kt-ew-molecule-source-card h5 {
    color: #17231f;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 8px;
}

.kt-ew-molecule-profile-card strong {
    color: #17231f;
    display: block;
    font-size: 17px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.kt-ew-molecule-profile-card p,
.kt-ew-molecule-source-card p,
.kt-ew-molecule-summary-text,
.kt-ew-molecule-text-list p {
    color: #2c3733;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.kt-ew-molecule-text-list {
    display: grid;
    gap: 10px;
}

.kt-ew-molecule-text-list strong {
    color: #17231f;
}

.kt-ew-molecule-chip-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kt-ew-molecule-chip-cloud .kt-ew-chip {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 7px;
    padding: 7px 11px;
}

.kt-ew-molecule-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.kt-ew-molecule-link-pill {
    align-items: center;
    background: #eef5ef;
    border: 1px solid #d5e4d8;
    border-radius: 999px;
    color: #18362b;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    padding: 8px 12px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kt-ew-molecule-link-pill::before {
    content: "↗";
    font-size: 13px;
    margin-right: 7px;
}

.kt-ew-molecule-note-list {
    color: #2c3733;
    display: grid;
    font-size: 16px;
    gap: 12px;
    line-height: 1.55;
    margin: 0;
    padding-left: 22px;
}

.kt-ew-molecule-note-list li::marker {
    color: #1f6f36;
}

.kt-ew-molecule-source-card {
    display: grid;
    gap: 10px;
}

.kt-ew-molecule-source-head {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.kt-ew-molecule-source-head span {
    background: #166126;
    border-radius: 999px;
    color: #ffffff;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 9px;
}

.kt-ew-molecule-source-meta {
    color: var(--kt-ew-muted);
    font-weight: 700;
}

.kt-ew-molecule-facts {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kt-ew-molecule-facts div {
    background: #f7faf7;
    border: 1px solid #e2ebe4;
    border-radius: 8px;
    min-width: 0;
    padding: 10px;
}

.kt-ew-molecule-facts span,
.kt-ew-molecule-facts strong {
    display: block;
}

.kt-ew-molecule-facts span {
    color: var(--kt-ew-muted);
    font-size: 12px;
    margin-bottom: 4px;
}

.kt-ew-molecule-facts strong {
    color: var(--kt-ew-text);
    font-size: 13px;
    overflow-wrap: anywhere;
}

.kt-ew-molecule-data-section {
    min-width: 0;
}

.kt-ew-molecule-data-list,
.kt-ew-molecule-context-list,
.kt-ew-molecule-data-object,
.kt-ew-molecule-nested-list {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.kt-ew-molecule-data-row {
    background: #f7faf7;
    border: 1px solid #e2ebe4;
    border-radius: 8px;
    display: grid;
    gap: 6px;
    grid-template-columns: minmax(140px, 0.28fr) minmax(0, 1fr);
    min-width: 0;
    padding: 10px;
}

.kt-ew-molecule-data-row > span {
    color: var(--kt-ew-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.kt-ew-molecule-data-row > div {
    color: var(--kt-ew-text);
    font-size: 13px;
    line-height: 1.45;
    min-width: 0;
    overflow-wrap: anywhere;
}

.kt-ew-molecule-data-object {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
}

.kt-ew-molecule-data-object .kt-ew-molecule-data-row {
    background: #ffffff;
}

.kt-ew-molecule-nested-item {
    background: #ffffff;
    border: 1px solid #e2ebe4;
    border-radius: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr);
    min-width: 0;
    padding: 10px;
}

.kt-ew-molecule-nested-item > strong {
    color: var(--kt-ew-muted);
    font-size: 12px;
}

.kt-ew-molecule-context-item {
    background: #fbfdfb;
    border: 1px solid #e2ebe4;
    border-radius: 8px;
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 12px;
}

.kt-ew-molecule-context-item h5 {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.kt-ew-molecule-link {
    color: #1e6f51;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.kt-ew-molecule-grid {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.kt-ew-molecule-card {
    background: #fbfdfb;
    border: 1px solid var(--kt-ew-line);
    border-radius: 8px;
    padding: 12px;
}

.kt-ew-molecule-card.is-archived {
    background: #fffaf1;
}

.kt-ew-molecule-head {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.kt-ew-molecule-head h5 {
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
}

.kt-ew-molecule-fullscreen {
    align-items: center;
    background: #18362b;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 30px;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    line-height: 1;
    width: 30px;
}

.kt-ew-molecule-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
}

.kt-ew-molecule-controls button {
    background: #eef5ef;
    border: 1px solid #d5e4d8;
    border-radius: 999px;
    color: #18362b;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    min-height: 30px;
    padding: 5px 11px;
}

.kt-ew-molecule-controls button.is-active {
    background: #18362b;
    border-color: #18362b;
    color: #ffffff;
}

.kt-ew-molecule-controls button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.kt-ew-molecule-viewer {
    background: #ffffff;
    border: 1px solid #dbe5de;
    border-radius: 8px;
    height: 280px;
    overflow: hidden;
}

.kt-ew-molecule-frame {
    background: #ffffff;
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.kt-ew-molecule-message,
.kt-ew-molecule-notice,
.kt-ew-molecule-iupac {
    color: var(--kt-ew-muted);
    font-size: 13px;
    line-height: 1.35;
    margin: 10px 0 0;
}

.kt-ew-molecule-notice {
    background: #eef5ef;
    border: 1px solid #d5e4d8;
    border-radius: 8px;
    color: #273d34;
    font-weight: 700;
    padding: 9px 10px;
}

.kt-ew-molecule-modal {
    background: #ffffff;
    inset: 0;
    position: fixed;
    z-index: 999999;
}

.kt-ew-molecule-modal-bar {
    align-items: center;
    background: rgba(17, 29, 24, 0.92);
    display: grid;
    gap: 10px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    left: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.kt-ew-molecule-modal-bar > button,
.kt-ew-molecule-controls.is-modal button {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    min-height: 34px;
    padding: 7px 12px;
}

.kt-ew-molecule-controls.is-modal {
    justify-content: center;
    margin: 0;
}

.kt-ew-molecule-controls.is-modal button.is-active {
    background: #ffffff;
    border-color: #ffffff;
    color: #17231f;
}

.kt-ew-molecule-modal-viewer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.kt-ew-section-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.kt-ew-section-head span {
    color: var(--kt-ew-muted);
    font-size: 13px;
}

.kt-ew-source-detail-target .kt-ew-source-card {
    background: #f7faf7;
    margin: 0 0 12px;
}

.kt-ew-source-detail-head {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.kt-ew-source-detail-head h4 {
    margin-right: auto;
}

.kt-ew-source-type-chip {
    background: #166126;
    border-radius: 999px;
    color: #ffffff;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    max-width: 210px;
    padding: 6px 9px;
    text-align: center;
}

.kt-ew-source-authors {
    color: #2c3733;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.kt-ew-source-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.kt-ew-source-link-pill {
    align-items: center;
    background: #ffffff;
    border: 1px solid #cfdcd4;
    border-radius: 12px;
    color: #18362b;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    line-height: 1.2;
    min-height: 42px;
    padding: 10px 14px;
    text-decoration: none;
}

.kt-ew-source-link-pill:hover {
    background: #eef5ef;
    border-color: #b9d4ca;
}

.kt-ew-source-link-pill::before {
    color: #1f6f36;
    font-size: 14px;
    font-weight: 900;
}

.kt-ew-source-link-pill.is-pubmed::before,
.kt-ew-source-link-pill.is-source::before {
    content: "↗";
}

.kt-ew-source-link-pill.is-doi::before {
    content: "↔";
}

.kt-ew-source-related {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.kt-ew-source-related-list {
    display: grid;
    gap: 10px;
}

.kt-ew-source-related-card {
    align-items: center;
    background: #dcebe7;
    border: 1px solid #b9d4ca;
    border-radius: 18px;
    display: grid;
    gap: 12px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 10px;
}

.kt-ew-source-related-score {
    align-items: center;
    background: #1f8c76;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    line-height: 1;
    width: 42px;
}

.kt-ew-source-related-body {
    min-width: 0;
}

.kt-ew-source-related-body strong {
    color: #17231f;
    display: block;
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 3px;
}

.kt-ew-source-related-body p {
    color: #2c3733;
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.35;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kt-ew-source-related-body .kt-ew-chip-row {
    margin-top: 8px;
}

.kt-ew-source-detail-target:empty {
    display: none;
}

.kt-ew-source-detail-loading {
    background: #eef5ef;
    border: 1px solid #d5e4d8;
    border-radius: 8px;
    color: #18362b;
    font-size: 13px;
    font-weight: 700;
    padding: 12px;
}

.kt-ew-source-list {
    display: grid;
    gap: 8px;
}

.kt-ew-source-list-card {
    display: grid;
    gap: 9px;
}

.kt-ew-source-list-card .kt-ew-source-type-chip {
    justify-self: start;
}

.kt-ew-source-profile-card {
    margin: 0;
}

.kt-ew-source-row {
    align-items: flex-start;
    border-top: 1px solid var(--kt-ew-line);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-top: 10px;
}

.kt-ew-source-row .kt-ew-source-detail-target {
    grid-column: 1 / -1;
}

.kt-ew-source-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.kt-ew-source-row h5 {
    font-size: 14px;
    line-height: 1.28;
    margin: 0 0 6px;
}

.kt-ew-source-row p {
    color: var(--kt-ew-muted);
    font-size: 13px;
    margin: 0 0 8px;
}

.kt-ew-source-row.is-missing {
    color: #8c2f27;
}

.kt-ew-list-panel {
    padding: 16px;
}

.kt-ew-list-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.kt-ew-list-head h3 {
    margin: 0;
}

.kt-ew-list {
    display: grid;
    gap: 10px;
}

.kt-ew-list-sentinel {
    align-items: center;
    background: #eef5ef;
    border: 1px dashed #bfd3c4;
    border-radius: 8px;
    color: var(--kt-ew-text);
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    justify-content: center;
    min-height: 48px;
    padding: 12px;
    text-align: center;
}

.kt-ew-list-sentinel span {
    color: var(--kt-ew-muted);
    font-size: 12px;
}

.kt-ew-list-sentinel strong {
    font-size: 13px;
}

.kt-ew-empty,
.kt-ew-loading,
.kt-ew-error {
    background: #fff;
    border: 1px solid var(--kt-ew-line);
    border-radius: 8px;
    margin: 22px;
    padding: 18px;
}

.kt-ew-error {
    border-color: #dfb3aa;
    color: #8c2f27;
}

@keyframes kt-ew-loader-spin {
    0% {
        transform: rotate(0deg);
    }

    58% {
        transform: rotate(360deg);
    }

    70% {
        transform: rotate(324deg);
    }

    82% {
        transform: rotate(374deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes kt-ew-loader-pulse {
    0%,
    100% {
        filter: saturate(1);
        transform: scale(0.985);
    }

    50% {
        filter: saturate(1.16);
        transform: scale(1.025);
    }
}

@keyframes kt-ew-loader-dots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75%,
    100% {
        content: "...";
    }
}

@keyframes kt-ew-loading-shimmer {
    0% {
        background-position: 140% 0;
    }

    100% {
        background-position: -80% 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kt-ew-loader-orbit,
    .kt-ew-loader-orbit::before,
    .kt-ew-loader-orbit p::after,
    .kt-ew-stat-grid--loading .kt-ew-stat strong,
    .kt-ew-loading-lines span {
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
    }
}

@media (max-width: 1120px) {
    .kt-ew-shell,
    .kt-ew-wheel-layout,
    .kt-ew-molecule-layout,
    .kt-ew-record-layout {
        grid-template-columns: 1fr;
    }

    .kt-ew-app {
        margin-bottom: clamp(48px, 12vw, 96px);
        min-height: 0;
    }

    .kt-ew-shell {
        min-height: 0;
    }

    .kt-ew-sidebar {
        min-height: auto;
    }

    .kt-ew-content {
        padding-bottom: clamp(56px, 14vw, 96px);
    }

    .kt-ew-detail-panel,
    .kt-ew-wheel-layout .kt-ew-detail-panel {
        max-height: none;
    }

    .kt-ew-detail-scroll {
        overflow: visible;
    }

}

@media (min-width: 1121px) and (max-width: 1740px) {
    .kt-ew-wheel-layout {
        grid-template-columns: 1fr;
    }

    .kt-ew-wheel-panel {
        min-height: clamp(760px, calc(100vh - 160px), 980px);
    }
}

@media (max-width: 680px) {
    .kt-ew-content,
    .kt-ew-sidebar-inner {
        padding: 14px;
    }

    .kt-ew-tabs,
    .kt-ew-mode,
    .kt-ew-stat-grid {
        grid-template-columns: 1fr;
    }

    .kt-ew-wheel-panel {
        min-height: 360px;
    }

    .kt-ew-molecule-viewer {
        height: 230px;
    }

    .kt-ew-molecule-modal-bar {
        grid-template-columns: 1fr;
    }

    .kt-ew-source-row {
        grid-template-columns: 1fr;
    }

    .kt-ew-source-detail-head,
    .kt-ew-source-related-card {
        grid-template-columns: 1fr;
    }

    .kt-ew-source-detail-head {
        display: grid;
    }

    .kt-ew-source-type-chip {
        justify-self: start;
    }

    .kt-ew-molecule-facts {
        grid-template-columns: 1fr;
    }

    .kt-ew-molecule-profile-scroll {
        gap: 16px;
        padding: 14px;
    }

    .kt-ew-molecule-profile-head {
        gap: 12px;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .kt-ew-molecule-profile-icon {
        flex-basis: 64px;
        font-size: 30px;
        height: 64px;
        width: 64px;
    }

    .kt-ew-molecule-profile-head h3 {
        font-size: 30px;
    }

    .kt-ew-molecule-profile-head p {
        font-size: 16px;
    }

    .kt-ew-molecule-profile-section > h4,
    .kt-ew-molecule-section h4 {
        font-size: 24px;
    }

    .kt-ew-molecule-source-head {
        display: grid;
    }

    .kt-ew-molecule-data-row,
    .kt-ew-molecule-nested-item {
        grid-template-columns: 1fr;
    }

    .kt-ew-feedback-form,
    .kt-ew-feedback-done {
        padding: 18px;
    }

    .kt-ew-feedback-grid,
    .kt-ew-feedback-grid--contact {
        grid-template-columns: 1fr;
    }

    .kt-ew-feedback-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}
