.crp_related.crp-text-only{clear:both}:root {
--bg: #f5efe4;
--bg-deep: #efe6d8;
--panel: rgba(255, 252, 247, 0.86);
--panel-strong: rgba(255, 250, 242, 0.95);
--panel-soft: rgba(248, 241, 230, 0.8);
--line: rgba(31, 84, 112, 0.12);
--glow: #0ea5c6;
--glow-strong: #00c2a8;
--pink: #f05cab;
--violet: #6c73d8;
--ink: #18212b;
--muted: #5c6a78;
--warning: #b26b00;
--radius: 24px;
--shadow: 0 24px 80px rgba(77, 57, 26, 0.16);
--max: 1320px;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
color: var(--ink);
font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
background:
radial-gradient(circle at 20% 20%, rgba(14, 165, 198, 0.1), transparent 20%),
radial-gradient(circle at 80% 10%, rgba(240, 92, 171, 0.11), transparent 18%),
radial-gradient(circle at 50% 85%, rgba(108, 115, 216, 0.1), transparent 22%),
linear-gradient(180deg, #f8f4ec 0%, #f3ecdf 55%, #ede4d4 100%);
background-attachment: fixed;
}
body::before {
content: "";
position: fixed;
inset: 0;
pointer-events: none;
background-image:
linear-gradient(rgba(24, 33, 43, 0.035) 1px, transparent 1px),
linear-gradient(90deg, rgba(24, 33, 43, 0.035) 1px, transparent 1px);
background-size: 44px 44px;
mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 92%);
}
a {
color: var(--glow);
text-decoration: none;
}
a:hover,
a:focus {
color: var(--glow);
}
img {
max-width: 100%;
height: auto;
display: block;
}
.screen-reader-text {
position: absolute;
left: -9999px;
}
.site-shell {
position: relative;
width: min(calc(100% - 28px), var(--max));
margin: 18px auto 40px;
}
.site-shell::before {
content: "";
position: absolute;
inset: 0;
border: 1px solid rgba(24, 33, 43, 0.08);
border-radius: 34px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.08));
backdrop-filter: blur(18px);
box-shadow: var(--shadow);
}
.site-frame {
position: relative;
overflow: hidden;
border-radius: 34px;
}
.site-header {
position: relative;
padding: 28px 34px 20px;
border-bottom: 1px solid var(--line);
background:
radial-gradient(circle at top right, rgba(240, 92, 171, 0.12), transparent 24%),
linear-gradient(135deg, rgba(255, 252, 247, 0.96), rgba(244, 236, 225, 0.98));
}
.site-header::after {
content: "";
position: absolute;
right: -110px;
top: -110px;
width: 320px;
height: 320px;
border-radius: 50%;
background: radial-gradient(circle, rgba(97, 244, 255, 0.16), transparent 68%);
filter: blur(8px);
}
.site-header,
.site-header a,
.site-header p,
.site-header strong,
.site-header span {
color: var(--ink);
}
.site-topbar {
position: relative;
z-index: 1;
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 20px;
}
.site-aside {
display: flex;
align-items: stretch;
gap: 16px;
}
.site-branding {
min-width: 0;
max-width: min(880px, calc(100% - 340px));
}
.brand-mark {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
padding: 8px 14px;
border: 1px solid rgba(97, 244, 255, 0.22);
border-radius: 999px;
background: rgba(255, 255, 255, 0.58);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--glow);
}
.brand-mark__dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: linear-gradient(135deg, var(--pink), var(--glow));
box-shadow: 0 0 18px rgba(97, 244, 255, 0.65);
}
.site-title {
margin: 0;
font-family: "Orbitron", "Eurostile", "Space Grotesk", sans-serif;
font-size: clamp(1.95rem, 3.85vw, 3.55rem);
font-weight: 800;
line-height: 0.97;
letter-spacing: -0.04em;
text-transform: uppercase;
text-wrap: balance;
max-width: 12ch;
}
.site-title--wide {
font-size: clamp(1.7rem, 3.1vw, 2.85rem);
line-height: 0.98;
max-width: none;
text-wrap: wrap;
}
.site-title--long {
font-size: clamp(1.12rem, 1.85vw, 1.66rem);
line-height: 1.04;
letter-spacing: -0.025em;
max-width: none;
text-wrap: wrap;
}
.site-title a {
color: var(--ink);
text-shadow: 0 0 26px rgba(14, 165, 198, 0.08);
}
.site-title a:hover,
.site-title a:focus,
.hero-title a:hover,
.hero-title a:focus,
.archive-title a:hover,
.archive-title a:focus,
.post-card__title a:hover,
.post-card__title a:focus,
.post-single__title a:hover,
.post-single__title a:focus,
.page-title a:hover,
.page-title a:focus {
color: var(--ink);
}
.site-tagline {
margin: 12px 0 0;
max-width: 42rem;
color: var(--muted);
font-size: 0.96rem;
line-height: 1.7;
}
.signal-box {
min-width: 220px;
padding: 14px 16px;
border: 1px solid rgba(24, 33, 43, 0.08);
border-radius: 22px;
background: rgba(255, 255, 255, 0.52);
}
.portrait-card {
position: relative;
width: 126px;
min-width: 126px;
overflow: hidden;
border: 1px solid rgba(24, 33, 43, 0.08);
border-radius: 22px;
background: rgba(255, 255, 255, 0.52);
box-shadow: 0 16px 36px rgba(77, 57, 26, 0.08);
}
.portrait-card::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(24, 33, 43, 0.14) 100%),
linear-gradient(135deg, rgba(14, 165, 198, 0.1), rgba(240, 92, 171, 0.08));
pointer-events: none;
}
.portrait-card__image {
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(1) contrast(1.02) brightness(1.04);
}
.portrait-card__label {
position: absolute;
left: 12px;
bottom: 12px;
z-index: 1;
padding: 7px 10px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.82);
color: var(--ink);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.signal-box__label {
margin: 0 0 12px;
color: var(--muted);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.22em;
text-transform: uppercase;
}
.signal-box__line {
display: flex;
justify-content: space-between;
gap: 12px;
padding: 8px 0;
border-top: 1px solid rgba(255, 255, 255, 0.06);
border-top: 1px solid rgba(24, 33, 43, 0.08);
font-family: "JetBrains Mono", "SFMono-Regular", monospace;
font-size: 0.85rem;
}
.signal-box__line:first-of-type {
border-top: 0;
padding-top: 0;
}
.site-nav {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 14px 24px;
margin-top: 22px;
padding-top: 16px;
border-top: 1px solid rgba(255, 255, 255, 0.06);
border-top: 1px solid rgba(24, 33, 43, 0.08);
}
.nav-menu {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu a {
display: inline-flex;
align-items: center;
padding: 10px 14px;
border: 1px solid rgba(97, 244, 255, 0.15);
border-radius: 999px;
background: rgba(255, 255, 255, 0.62);
color: var(--ink);
font-size: 0.88rem;
}
.nav-menu .current-menu-item a,
.nav-menu .current_page_item a,
.nav-menu a:hover,
.nav-menu a:focus {
border-color: rgba(97, 244, 255, 0.42);
box-shadow: 0 0 0 1px rgba(97, 244, 255, 0.18) inset, 0 0 24px rgba(97, 244, 255, 0.08);
}
.header-search {
min-width: min(320px, 100%);
}
.search-form {
display: flex;
gap: 10px;
}
.search-field {
width: 100%;
padding: 12px 16px;
border: 1px solid rgba(97, 244, 255, 0.18);
border-radius: 999px;
background: rgba(255, 255, 255, 0.78);
color: var(--ink);
outline: none;
}
.search-submit,
button,
input[type="submit"] {
padding: 12px 17px;
border: 1px solid rgba(97, 244, 255, 0.18);
border-radius: 999px;
background: linear-gradient(135deg, rgba(14, 165, 198, 0.18), rgba(108, 115, 216, 0.14));
color: var(--ink);
font-weight: 700;
cursor: pointer;
}
.search-submit:hover,
button:hover,
input[type="submit"]:hover {
box-shadow: 0 0 28px rgba(97, 244, 255, 0.15);
}
.content-grid {
display: grid;
grid-template-columns: minmax(0, 1.65fr) minmax(290px, 0.72fr);
gap: 28px;
padding: 30px;
}
.content-main,
.content-side {
min-width: 0;
}
.content-grid--page {
grid-template-columns: minmax(0, 840px);
justify-content: center;
}
.content-main--page {
width: 100%;
}
.panel {
position: relative;
padding: 26px;
border: 1px solid rgba(24, 33, 43, 0.08);
border-radius: var(--radius);
background: var(--panel);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
overflow: hidden;
}
.panel::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(14, 165, 198, 0.04), transparent 36%, rgba(240, 92, 171, 0.035));
pointer-events: none;
}
.panel + .panel {
margin-top: 22px;
}
.hero-panel {
display: grid;
grid-template-columns: minmax(0, 1fr) 240px;
gap: 26px;
background:
radial-gradient(circle at 80% 18%, rgba(14, 165, 198, 0.1), transparent 18%),
radial-gradient(circle at 10% 20%, rgba(240, 92, 171, 0.09), transparent 22%),
var(--panel-strong);
}
.hero-panel > * {
min-width: 0;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: var(--glow);
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.eyebrow::before {
content: "";
width: 30px;
height: 1px;
background: linear-gradient(90deg, transparent, var(--glow));
}
.hero-title,
.archive-title,
.post-card__title,
.post-single__title,
.page-title {
margin: 0 0 18px;
font-family: "Orbitron", "Eurostile", "Space Grotesk", sans-serif;
font-weight: 800;
line-height: 0.96;
letter-spacing: -0.04em;
text-transform: uppercase;
}
.hero-title {
font-size: clamp(1.52rem, 3.36vw, 2.68rem);
line-height: 1.02;
letter-spacing: -0.035em;
max-width: 100%;
overflow-wrap: normal;
word-break: normal;
hyphens: manual;
}
.archive-title,
.page-title {
font-size: clamp(1.8rem, 4vw, 3rem);
}
.hero-copy,
.lede,
.post-card__excerpt,
.post-single__content,
.panel p,
.comment-content {
color: #273341;
font-size: 1.02rem;
line-height: 1.9;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 24px;
}
.button-link {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 13px 18px;
border: 1px solid rgba(97, 244, 255, 0.22);
border-radius: 999px;
font-weight: 700;
}
.button-link--primary {
background: linear-gradient(135deg, rgba(14, 165, 198, 0.18), rgba(240, 92, 171, 0.16));
color: var(--ink);
}
.button-link--ghost {
background: rgba(255, 255, 255, 0.5);
color: var(--ink);
}
.hero-stats {
display: grid;
grid-template-columns: 1fr;
gap: 14px;
align-self: start;
min-width: 0;
width: 240px;
}
.stat-card {
display: block;
padding: 14px 16px 16px;
border: 1px solid rgba(24, 33, 43, 0.08);
border-radius: 18px;
background: rgba(255, 255, 255, 0.52);
min-height: 0;
}
.stat-card:hover,
.stat-card:focus {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(77, 57, 26, 0.08);
}
.stat-card__label {
margin: 0 0 8px;
color: var(--muted);
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.stat-card__subline {
margin: 0 0 12px;
color: var(--muted);
font-size: 0.8rem;
line-height: 1.35;
}
.stat-card__value {
font-family: "Orbitron", "Eurostile", sans-serif;
font-size: clamp(1.8rem, 4vw, 2.3rem);
color: var(--ink);
line-height: 1;
}
.section-header {
display: flex;
justify-content: space-between;
align-items: baseline;
gap: 20px;
margin-bottom: 18px;
}
.section-title {
margin: 0;
font-family: "Orbitron", "Eurostile", sans-serif;
font-size: 1.2rem;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.section-label {
color: var(--muted);
font-size: 0.8rem;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.post-card {
padding: 24px;
border: 1px solid rgba(24, 33, 43, 0.08);
border-radius: 22px;
background: rgba(255, 255, 255, 0.72);
}
.post-card + .post-card {
margin-top: 18px;
}
.post-meta,
.post-taxonomy,
.archive-meta,
.comment-meta {
display: flex;
flex-wrap: wrap;
gap: 10px 16px;
margin-bottom: 14px;
color: var(--muted);
font-family: "JetBrains Mono", "SFMono-Regular", monospace;
font-size: 0.83rem;
}
.post-card__title {
font-size: clamp(1.4rem, 3vw, 2.4rem);
margin-bottom: 12px;
}
.post-taxonomy {
margin-top: 18px;
margin-bottom: 0;
}
.chip {
display: inline-flex;
align-items: center;
padding: 8px 11px;
border: 1px solid rgba(97, 244, 255, 0.14);
border-radius: 999px;
background: rgba(97, 244, 255, 0.06);
color: var(--glow);
font-size: 0.78rem;
font-weight: 700;
}
.post-card__footer {
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
margin-top: 22px;
}
.read-more {
display: inline-flex;
align-items: center;
gap: 10px;
color: var(--ink);
font-weight: 700;
}
.read-more::after {
content: ">>";
color: var(--glow);
font-family: "JetBrains Mono", monospace;
}
.side-stack {
display: grid;
gap: 26px;
}
.side-title {
margin: 0 0 18px;
font-family: "Orbitron", "Eurostile", sans-serif;
font-size: 0.9rem;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.content-side .panel {
padding: 24px 22px;
background: rgba(255, 253, 249, 0.76);
}
.content-side .section-label {
font-size: 0.74rem;
letter-spacing: 0.16em;
}
.section-label--subcloud {
margin: 18px 0 10px;
}
.content-side .post-card__title {
font-size: clamp(1.25rem, 2vw, 1.75rem);
line-height: 1.08;
margin-bottom: 14px;
}
.content-side .read-more + .post-card__title {
margin-top: 34px;
}
.content-side .post-card__excerpt,
.content-side .panel p {
font-size: 0.96rem;
line-height: 1.75;
}
.side-list,
.footer-list,
.comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.side-list li,
.footer-list li {
padding: 13px 0;
border-top: 1px solid rgba(255, 255, 255, 0.08);
border-top: 1px solid rgba(24, 33, 43, 0.08);
}
.side-list li:first-child,
.footer-list li:first-child {
border-top: 0;
padding-top: 0;
}
.category-cloud {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: baseline;
line-height: 1.2;
}
.category-cloud__link {
display: inline-flex;
align-items: center;
padding: 0.2rem 0;
color: var(--glow);
font-weight: 600;
letter-spacing: -0.01em;
}
.category-cloud__link:hover,
.category-cloud__link:focus {
color: var(--ink);
}
.category-cloud--subtle {
gap: 10px 12px;
}
.category-cloud--subtle .category-cloud__link {
color: var(--muted);
font-weight: 500;
}
.category-cloud--subtle .category-cloud__link:hover,
.category-cloud--subtle .category-cloud__link:focus {
color: var(--glow);
}
.archive-head {
margin-bottom: 22px;
}
.post-single__title {
font-size: clamp(2rem, 5vw, 4rem);
hyphens: auto;
overflow-wrap: break-word;
word-break: normal;
text-transform: none;
}
.post-single__title--wide {
font-size: clamp(1.7rem, 4vw, 3.15rem);
line-height: 0.98;
}
.post-single__title--long {
font-size: clamp(1.38rem, 3vw, 2.35rem);
line-height: 1.02;
letter-spacing: -0.025em;
}
.post-single--page .post-single__title {
font-size: clamp(1.9rem, 3.3vw, 3.25rem);
line-height: 1.03;
max-width: 18ch;
}
.post-single--page .post-single__content {
font-size: 1rem;
line-height: 1.82;
}
.post-single--page .post-single__content h2,
.post-single--page .post-single__content h3,
.post-single--page .post-single__content h4 {
font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0;
text-transform: none;
}
.post-single--page .post-single__content h2 {
font-size: clamp(1.4rem, 2.1vw, 1.95rem);
margin-top: 2.2rem;
}
.post-single--page .post-single__content h3 {
font-size: clamp(1.15rem, 1.7vw, 1.45rem);
margin-top: 1.8rem;
}
.post-single__content h2,
.post-single__content h3,
.post-single__content h4 {
font-family: "Orbitron", "Eurostile", sans-serif;
line-height: 1.08;
text-transform: uppercase;
}
.post-single__content pre,
.post-single__content code {
font-family: "JetBrains Mono", "SFMono-Regular", monospace;
}
.post-single__content pre {
padding: 16px;
border: 1px solid rgba(24, 33, 43, 0.08);
border-radius: 18px;
background: rgba(247, 242, 234, 0.96);
overflow: auto;
}
.wp-block-image,
.post-single__content > figure {
margin: 24px 0;
}
.pagination {
display: flex;
justify-content: space-between;
gap: 18px;
margin-top: 22px;
padding: 20px 24px;
}
.pagination a {
font-weight: 700;
}
.comment-respond,
.comments-area {
margin-top: 22px;
}
.comment-body {
padding: 18px 0;
border-top: 1px solid rgba(255, 255, 255, 0.08);
border-top: 1px solid rgba(24, 33, 43, 0.08);
}
.comment-list > li:first-child .comment-body {
border-top: 0;
padding-top: 0;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
width: 100%;
padding: 14px 16px;
border: 1px solid rgba(97, 244, 255, 0.18);
border-radius: 18px;
background: rgba(255, 255, 255, 0.84);
color: var(--ink);
}
.comment-form textarea {
min-height: 160px;
resize: vertical;
}
.comment-form p {
margin: 0 0 14px;
}
.site-footer {
padding: 10px 30px 30px;
}
.footer-grid {
display: grid;
grid-template-columns: minmax(280px, 1.1fr) minmax(280px, 0.95fr);
gap: 20px;
align-items: stretch;
max-width: 980px;
margin: 0 auto;
}
.footer-grid .panel {
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 100%;
padding: 20px 22px;
border-radius: 28px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.22));
box-shadow: none;
}
.footer-grid .panel + .panel {
margin-top: 0;
}
.footer-grid .panel::before {
background: linear-gradient(135deg, rgba(14, 165, 198, 0.025), transparent 48%, rgba(240, 92, 171, 0.02));
}
.footer-grid .side-title {
margin-bottom: 16px;
}
.footer-grid .footer-list li {
padding: 10px 0;
}
.footer-panel--about p {
margin: 0;
max-width: 26rem;
}
.footer-note {
margin: 38px 0 0;
text-align: center;
color: var(--muted);
font-size: 0.82rem;
}
.footer-note a {
color: var(--glow);
}
.empty-state {
text-align: center;
padding: 36px 22px;
}
.empty-state h2 {
margin-top: 0;
font-family: "Orbitron", "Eurostile", sans-serif;
text-transform: uppercase;
}
.not-found-code {
display: inline-block;
margin-bottom: 14px;
color: var(--warning);
font-family: "JetBrains Mono", monospace;
font-size: 0.9rem;
letter-spacing: 0.15em;
text-transform: uppercase;
}
.alignwide,
.alignfull {
max-width: 100%;
}
@media (max-width: 1080px) {
.hero-panel,
.content-grid,
.footer-grid {
grid-template-columns: 1fr;
}
.signal-box {
width: 100%;
}
}
@media (max-width: 760px) {
.site-shell {
width: calc(100% - 12px);
margin-top: 6px;
}
.site-header,
.content-grid,
.site-footer {
padding-left: 16px;
padding-right: 16px;
}
.content-grid {
padding-top: 20px;
padding-bottom: 20px;
}
.site-topbar,
.post-card__footer,
.site-nav,
.search-form {
flex-direction: column;
align-items: stretch;
}
.site-aside {
flex-direction: row;
justify-content: flex-start;
}
.nav-menu {
gap: 10px;
}
.hero-stats {
grid-template-columns: repeat(2, minmax(0, 1fr));
width: 100%;
}
.panel,
.post-card,
.pagination {
padding: 20px;
}
.portrait-card {
width: 108px;
min-width: 108px;
}
}html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2";content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc";content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container table.tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}