.soe-reading-progress {
position: fixed !important; left: 0 !important;
right: 0 !important;
width: 100% !important;
height: 4px;
background: rgba(0, 0, 0, 0.08);
z-index: 99999 !important; pointer-events: none;
margin: 0 !important;
padding: 0 !important;
border: none !important;
border-radius: 0 !important;
transform: none !important;
}
.soe-reading-progress span {
display: block;
height: 100%;
width: 0;
background: #00a6a5;
transition: width 0.15s linear;
border-radius: 0 2px 2px 0;
} .soe-toc-sticky {
position: sticky;
top: 120px;
min-width: 240px;
padding: 1.5rem;
border: 1px solid #e6e9ef;
border-radius: 16px;
background: #fff;
box-shadow: 0 18px 35px rgba(8, 15, 23, 0.08);
}
.soe-toc-sticky .soe-toc-sticky__title {
margin: 0 0 0.75rem;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #6b7280;
}
.soe-toc-sticky nav a {
display: block;
padding: 0.4rem 0;
color: #0e1420;
font-weight: 600;
font-size: 0.9rem;
text-decoration: none;
transition: color 0.15s;
line-height: 1.4;
}
.soe-toc-sticky nav a:hover,
.soe-toc-sticky nav a.active {
color: #00a6a5;
} .soe-toc-fab {
display: none;
position: fixed;
bottom: 6rem;
left: 1.2rem;
width: 54px;
height: 54px;
border-radius: 999px;
border: none;
background: #0e1420;
color: #fff;
font-size: 1.3rem;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 85;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
} .soe-toc-overlay {
position: fixed;
inset: 0;
background: rgba(6, 12, 20, 0.92);
flex-direction: column;
padding: 4rem 2rem;
z-index: 996;
opacity: 0;
pointer-events: none;
transition: opacity 0.25s;
display: flex;
}
.soe-toc-overlay nav a {
display: block;
color: #fff;
font-size: 1.2rem;
font-weight: 600;
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
padding: 0.8rem 0;
transition: color 0.15s;
}
.soe-toc-overlay nav a:hover,
.soe-toc-overlay nav a.active {
color: #00a6a5;
}
.soe-toc-overlay.is-open {
opacity: 1;
pointer-events: auto;
}
.soe-toc-overlay-close {
position: absolute;
top: 1.2rem;
right: 1.2rem;
background: none;
border: none;
color: #fff;
font-size: 2rem;
cursor: pointer;
line-height: 1;
} .soe-table-scroll {
margin: 1.5rem 0;
overflow-x: auto;
border: 1px solid #e6e9ef;
border-radius: 12px;
}
.soe-table-scroll table {
width: 100%;
min-width: 620px;
border-collapse: collapse;
font-size: 0.95rem;
}
.soe-table-scroll thead tr {
background: #f5fbfb;
}
.soe-table-scroll th,
.soe-table-scroll td {
padding: 0.9rem 1rem;
border-bottom: 1px solid #f0f2f6;
text-align: center;
vertical-align: middle;
}
.soe-table-scroll th {
font-weight: 700;
font-size: 0.85rem;
color: #374151;
}
.soe-table-scroll tbody tr {
cursor: pointer;
transition: background 0.2s;
}
.soe-table-scroll tbody tr:hover {
background: #f9fbfc;
}
.soe-table-scroll tbody tr:last-child td {
border-bottom: none;
} .soe-accordion {
margin: 1.5rem 0;
}
.soe-accordion-trigger {
width: 100%;
text-align: left;
padding: 1rem 1.2rem;
font-weight: 600;
font-size: 1rem;
border: 1px solid #e6e9ef;
border-radius: 12px;
background: #fff;
color: #0e1420;
margin-bottom: 0.75rem;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
transition: background 0.15s, border-color 0.15s;
}
.soe-accordion-trigger:hover {
background: #f9fbfc;
}
.soe-accordion-title {
display: flex;
align-items: center;
gap: 0.5rem;
}
.soe-accordion-prefix {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 14px;
flex-shrink: 0;
transition: transform 0.25s ease;
color: inherit;
} .soe-accordion-prefix i {
display: block;
line-height: 1;
} .soe-accordion-prefix svg {
display: block;
width: 1em;
height: 1em;
fill: currentColor;
}
.soe-accordion-trigger[aria-expanded="true"] .soe-accordion-prefix {
transform: rotate(90deg);
}
.soe-rating {
display: inline-flex;
align-items: center;
flex-shrink: 0;
margin-left: 0.5rem;
}
.soe-rating-text {
font-size: 0.85rem;
font-weight: 600;
color: #f8b400;
white-space: nowrap;
}
.soe-stars {
display: inline-flex;
align-items: center;
gap: 2px;
}
.soe-star {
display: block;
width: 16px;
height: 16px;
fill: currentColor;
flex-shrink: 0;
}
.soe-star-filled {
color: #f8b400;
}
.soe-star-empty {
color: #d1d5db;
}
.soe-accordion-panel {
max-height: 0;
overflow: hidden;
border: 1px dashed #e6e9ef;
border-radius: 0 0 12px 12px;
margin-top: -0.75rem;
margin-bottom: 1.25rem;
padding: 0 1.2rem;
transition: max-height 0.35s ease, padding 0.2s;
background: #fff;
}
.soe-accordion-panel.is-open {
padding: 1.2rem;
}
.soe-accordion-panel p:first-child { margin-top: 0; }
.soe-accordion-panel p:last-child  { margin-bottom: 0; } .soe-cta-block {
margin-top: 2rem;
padding: 1.5rem;
border-radius: 16px;
background: #f5fbfb;
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: center;
justify-content: space-between;
}
.soe-cta-text h3 {
margin: 0 0 0.4rem;
font-size: 1.05rem;
}
.soe-cta-text p {
margin: 0;
font-size: 0.9rem;
color: #374151;
}
.soe-cta-btn {
display: inline-block;
white-space: nowrap;
background: #00a6a5;
color: #fff;
padding: 0.75rem 1.5rem;
border-radius: 999px;
text-decoration: none;
font-weight: 700;
font-size: 0.95rem;
transition: opacity 0.15s;
}
.soe-cta-btn:hover {
opacity: 0.88;
color: #fff;
}
.soe-cta-text {
flex: 1 0 60%;
} .soe-sticky-cta {
position: fixed;
left: 1rem;
right: 1rem;
bottom: -100px; display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 0.85rem 1.3rem;
border-radius: 12px;
background: #0e1420;
color: #fff;
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
z-index: 90;
transition: bottom 0.3s ease;
max-width: 900px;
margin: 0 auto;
}
.soe-sticky-cta.is-visible {
bottom: 1rem;
}
.soe-sticky-cta > span {
font-size: 0.95rem;
font-weight: 600;
flex: 1;
min-width: 0;
}
.soe-sticky-btn {
display: inline-block;
white-space: nowrap;
background: #fff;
color: #00a6a5;
padding: 0.65rem 1.25rem;
border-radius: 999px;
text-decoration: none;
font-weight: 700;
font-size: 0.9rem;
transition: opacity 0.15s;
flex-shrink: 0;
}
.soe-sticky-btn:hover {
opacity: 0.88;
} .soe-category-header {
padding-bottom: 1.5rem;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.soe-category-icon {
font-size: 40px;
margin-bottom: 1rem;
line-height: 1;
}
.soe-category-heading {
margin: 0 0 0.75rem;
}
.soe-category-lede {
flex-grow: 1;
width: 100%;
margin: 0;
font-size: 1rem;
line-height: 1.6;
color: #374151;
} @media (max-width: 1024px) {
.soe-toc-sticky {
display: none;
}
.soe-toc-fab {
display: flex;
}
.soe-sticky-cta {
left: 0.5rem;
right: 0.5rem;
}
}
@media (max-width: 600px) {
.soe-cta-block {
flex-direction: column;
align-items: flex-start;
}
.soe-sticky-cta {
flex-wrap: wrap;
}
}