.eol-eos-wrap,.eol-eos-wrap *{font-family:var(--bde-body-font-family,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji")}
.eol-eos-wrap p{font-size:16px;line-height:22.4px}
.eol-eos-wrap ul li{font-size:16px;line-height:22.4px}
.eol-eos-wrap{width:100%;max-width:1080px;margin:0 auto;box-sizing:border-box;background:#efefef;padding:24px;border-radius:16px}
.eol-eos-toolbar{margin-bottom:14px;padding:14px;border:1px solid #ddd;border-radius:12px;background:#f8f8f8}
.eol-eos-toolbar__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:end}
.eol-eos-toolbar__field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#444;font-weight:600}
.eol-eos-toolbar__input,.eol-eos-toolbar__select{height:38px;border:1px solid #cfcfcf;border-radius:8px;padding:0 10px;background:#fff;color:#222}
.eol-eos-toolbar__switch{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #cfcfcf;border-radius:8px;background:#fff;font-size:13px;color:#333;min-height:38px}
.eol-eos-toolbar__switch input{margin:0}
.eol-eos-toolbar__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.eol-eos-chip{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;background:#e9eef6;color:#1d3557;font-size:12px;font-weight:600}
.eol-eos-chip button{border:none;background:transparent;color:#1d3557;cursor:pointer;font-size:14px;line-height:1;padding:0}
.eol-eos-results{margin-top:12px}
.eol-eos-results__empty{margin:0;padding:14px;border-radius:10px;background:#fff;border:1px dashed #ccc;color:#555}
.eol-eos-groups{width:100%;display:flex;flex-direction:column;gap:16px}
.eol-eos-group{width:100%;max-width:none;background:#f6f6f6;border:1px solid #ddd;border-radius:12px;overflow:hidden}
.eol-eos-group__summary{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;cursor:pointer;list-style:none;font-size:16px;font-weight:700;color:#2a2a2a}
.eol-eos-group__summary::-webkit-details-marker{display:none}
.eol-eos-group__title{padding-right:12px}
.eol-eos-group__arrow{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}
.eol-eos-group__arrow::before{content:"";display:block;width:7px;height:7px;border-right:2px solid #666;border-bottom:2px solid #666;transform:rotate(45deg);transition:transform .42s cubic-bezier(.22,.61,.36,1)}
.eol-eos-group.is-expanded .eol-eos-group__arrow::before{transform:rotate(-135deg)}
.eol-eos-group__content{width:100%;height:0;overflow:hidden}
.eol-eos-group[open] .eol-eos-group__content{height:auto}
.eol-eos-group__content-inner{padding:24px;opacity:0;transform:translateY(-8px);transition:opacity .45s ease,transform .45s ease}
.eol-eos-group.is-expanded .eol-eos-group__content-inner{opacity:1;transform:translateY(0)}
.eol-eos-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
@media (max-width: 1024px){.eol-eos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.eol-eos-card__link{text-decoration:none;color:inherit;display:block}
.eol-eos-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 0 rgba(0,0,0,.02),0 6px 18px rgba(0,0,0,.04);min-height:0;display:flex;flex-direction:column;justify-content:space-between}
.eol-eos-card__link:hover .eol-eos-card{box-shadow:0 2px 0 rgba(0,0,0,.03),0 10px 24px rgba(0,0,0,.08)}
.eol-eos-card__brand{min-height:18px;display:flex;align-items:center;margin-bottom:8px}
.eol-eos-card__logo{max-height:16px;width:auto;max-width:120px}
.eol-eos-card__vendor{font-size:14px;color:#666}
.eol-eos-card__title{margin:0 0 8px;font-size:17px;line-height:1.25;font-weight:700;color:#2a2a2a}
.eol-eos-card__meta{margin:0 0 10px;font-size:11px;line-height:1.25;color:#8a8a8a;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}
.eol-eos-card__date{display:flex;align-items:center;gap:8px;color:#d71d1d;font-size:13px;font-weight:700}
.eol-eos-card__dot{position:relative;width:12px;height:12px;border-radius:50%;background:#ef1010}
.eol-eos-card__dot::after{content:"";position:absolute;inset:0;border-radius:50%;background:rgba(239,16,16,.35);animation:eol-eos-ping 1.0s cubic-bezier(0,0,.2,1) infinite}
.eol-eos-card__date--high{color:#d71d1d}
.eol-eos-card__dot--high{background:#ef1010}
.eol-eos-card__dot--high::after{background:rgba(239,16,16,.35)}
.eol-eos-card__date--medium{color:#a06a00}
.eol-eos-card__dot--medium{background:#e3b400}
.eol-eos-card__dot--medium::after{background:rgba(227,180,0,.38)}
.eol-eos-card__date--low{color:#2b7a2f}
.eol-eos-card__dot--low{background:#37a64a}
.eol-eos-card__dot--low::after{background:rgba(55,166,74,.34)}
@keyframes eol-eos-ping{0%{transform:scale(1);opacity:.6}70%{transform:scale(2.1);opacity:0}100%{transform:scale(2.1);opacity:0}}
.eol-eos-detail{background:#fff;border-radius:12px;padding:28px;box-shadow:0 1px 0 rgba(0,0,0,.02),0 6px 18px rgba(0,0,0,.04)}
.eol-eos-detail__header{margin-bottom:32px}
.eol-eos-detail__title{margin:0;font-size:28px;line-height:1.25;color:#0072CE;font-weight:700;text-align:center}
.eol-eos-detail__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 24px}
.eol-eos-detail__fact-card{background:#fafafa;border:1px solid #ececec;border-radius:10px;padding:14px}
.eol-eos-detail__fact-title{margin:0 0 8px;font-size:12px;color:#333;text-transform:uppercase;letter-spacing:.02em;font-weight:400}
.eol-eos-detail__fact-value{margin:0;font-size:15px;color:#0072CE;font-weight:600;line-height:1.4}
.eol-eos-detail__fact-card--date{border-color:#ffb4b4;background:#ffdcdc}
.eol-eos-detail__fact-card--date-high{border-color:#ffb4b4;background:#ffdcdc}
.eol-eos-detail__fact-card--date-medium{border-color:#f0d58d;background:#fff7dc}
.eol-eos-detail__fact-card--date-low{border-color:#99d4a2;background:#e9ffed}
.eol-eos-detail__fact-value--date{display:flex;align-items:center;gap:10px;color:#d71d1d}
.eol-eos-detail__fact-value--date-high{color:#d71d1d}
.eol-eos-detail__fact-value--date-medium{color:#9d6800}
.eol-eos-detail__fact-value--date-low{color:#2b7a2f}
.eol-eos-detail__vendor{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;min-height:32px}
.eol-eos-detail__logo{max-height:32px;width:auto;max-width:160px}
.eol-eos-detail__vendor-link,.eol-eos-detail__vendor-name{font-size:15px;font-weight:600;color:#0072CE;text-decoration:none}
.eol-eos-detail__vendor-link:hover{text-decoration:underline}
.eol-eos-detail__section{margin-bottom:20px;border-radius:10px;padding:14px;background:#fafafa;border:1px solid #ececec}
.eol-eos-detail__section h3{margin:0 0 10px;font-size:18px;color:#0072CE;font-weight:700}
.eol-eos-detail__description{margin:0 0 20px}
.eol-eos-detail__description h3{margin:0 0 10px;font-size:18px;color:#333;font-weight:700}
.eol-eos-detail__description .eol-eos-detail__richtext,.eol-eos-detail__description p{color:#333}
.eol-eos-detail__richtext p:first-child{margin-top:0}
.eol-eos-detail__richtext ol,.eol-eos-detail__richtext ul{margin:0 0 14px 22px;padding:0}
.eol-eos-detail__richtext li{margin:0 0 8px}
.eol-eos-detail__richtext blockquote{margin:0 0 18px;padding:10px 14px;border-left:5px solid #bdbdbd;background:#f5f5f5;color:#666;font-style:italic}
.eol-eos-detail__richtext blockquote p{margin:0 0 8px;color:#666;font-style:italic}
.eol-eos-detail__richtext blockquote p:last-child{margin-bottom:0}
.eol-eos-code-block{position:relative;width:100%;margin:0 0 18px}
.eol-eos-code-copy-button{position:absolute;top:10px;right:10px;width:34px;height:30px;border:1px solid #b8b8b8;background:#fff;border-radius:6px;cursor:pointer;z-index:1;display:inline-flex;align-items:center;justify-content:center;font-size:0;line-height:0;color:transparent}
.eol-eos-code-copy-button::before{content:"";width:17px;height:17px;background-repeat:no-repeat;background-position:center;background-size:17px 17px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555'%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/%3E%3C/svg%3E")}
.eol-eos-code-copy-button:hover{background:#f3f3f3}
.eol-eos-code-copy-button.is-copied{border-color:#7aa67a;color:#2f6a2f;background:#edf8ed}
.eol-eos-code-copy-button.is-copied::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232f6a2f'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E")}
.eol-eos-detail__richtext .eol-eos-code-block pre{margin:0;padding:14px 16px;background:#ececec;color:#2b2b2b;border-radius:8px;overflow:auto;width:100%}
.eol-eos-detail__richtext .eol-eos-code-block pre code{font-family:"Cascadia Code","Fira Code","DejaVu Sans Mono","Noto Sans Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:14px;line-height:1.5;white-space:pre}
.eol-eos-task-list{list-style:none !important;margin:0 0 14px 0 !important;padding:0 !important}
.eol-eos-task-list li{list-style:none !important;padding-left:0}
.eol-eos-task-list li::marker{content:""}
.eol-eos-task-list__item{margin:0 0 8px !important}
.eol-eos-task-list__item label{display:flex;align-items:flex-start;gap:8px;cursor:pointer}
.eol-eos-task-list__checkbox{margin-top:2px;cursor:pointer}
.eol-eos-detail__richtext strong,.eol-eos-detail__richtext b{font-weight:700}
.eol-eos-detail__section--lifecycle{background:#ffdcdc;border-color:#ffb4b4}
.eol-eos-detail__section--lifecycle h3{color:#d71d1d}
.eol-eos-detail__lifecycle-value{margin:0;color:#111;font-weight:400}
.eol-eos-detail__section--source{background:#f4f8ff;border-color:#c7d6f6}
.eol-eos-detail__section--source h3{color:#174a96}
.eol-eos-detail__source-link-wrap{margin:0}
.eol-eos-detail__source-link{word-break:break-all;color:#174a96;text-decoration:underline}
.eol-eos-detail__section--actions{background:#e3ffda;border-color:#9ed38f}
.eol-eos-detail__section--actions h3{color:#328642}
.eol-eos-detail__section--actions .eol-eos-detail__richtext{color:#111;font-weight:400}
.eol-eos-detail__section--contact{background:transparent;border:none;padding:0;margin:0 0 20px}
.eol-eos-detail__contact-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:center}
.eol-eos-detail__contact-copy h2{margin:0 0 10px;font-size:26px;line-height:1.2;color:#111;font-weight:700}
.eol-eos-detail__contact-copy p{margin:0;color:#1e2b1e}
.eol-eos-detail__contact-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}
.eol-eos-detail__outline-button{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 8px;border:1px solid #0072CE;border-radius:8px;background:#fff;color:#0072CE;text-decoration:none;font-size:16px;font-weight:400;text-align:center;line-height:1.25;white-space:normal}
.eol-eos-detail__outline-button:hover,.eol-eos-detail__outline-button:focus{background:#edf6ff;color:#005a9f;border-color:#005a9f}
.eol-eos-detail__actions{margin-top:28px}
.eol-eos-detail__back{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:8px;background:#0072CE;color:#fff;text-decoration:none;font-weight:700}
.eol-eos-wrap .eol-eos-detail__back,.eol-eos-wrap .eol-eos-detail__back:visited,.eol-eos-wrap .eol-eos-detail__back:hover,.eol-eos-wrap .eol-eos-detail__back:focus{color:#fff !important}
.eol-eos-detail__back:hover{background:#005a9f}
@media (max-width: 1024px){.eol-eos-detail__facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 860px){.eol-eos-detail__title{font-size:22px}}
@media (max-width: 1024px){.eol-eos-detail__contact-layout{grid-template-columns:1fr}.eol-eos-detail__contact-copy h2{font-size:24px}}
@media (max-width: 1024px){.eol-eos-toolbar__row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.eol-eos-wrap{padding:16px}.eol-eos-group__summary{padding:12px 14px}.eol-eos-group__content-inner{padding:14px}.eol-eos-grid{grid-template-columns:1fr;gap:14px}.eol-eos-card{padding:14px;min-height:0}}
@media (max-width: 640px){.eol-eos-detail__facts{grid-template-columns:1fr}}
@media (max-width: 640px){.eol-eos-toolbar__row{grid-template-columns:1fr}}
@media (prefers-reduced-motion: reduce){.eol-eos-group__arrow::before,.eol-eos-group__content-inner{transition:none}.eol-eos-card__dot::after{animation:none}}
