body[data-f152-theme="light"],
body.f152-theme-light {
--f152-bg:        #ffffff;
--f152-text:      #1f2328;
--f152-link:      #1e73be;
--f152-btn-bg:    #2271b1;
--f152-btn-text:  #ffffff;
--f152-btn-radius: 8px;
--f152-shadow:    0 10px 30px rgba(0,0,0,.12);
--f152-border:    rgba(0,0,0,.12);
}
body[data-f152-theme="dark"],
body.f152-theme-dark {
--f152-bg:        #111418;
--f152-text:      #e6e8eb;
--f152-link:      #7ab7ff;
--f152-btn-bg:    #2c8cff;
--f152-btn-text:  #ffffff;
--f152-btn-radius: 8px;
--f152-shadow:    0 10px 30px rgba(0,0,0,.5);
--f152-border:    rgba(255,255,255,.18);
}
[hidden] {
display: none !important;
}
.f152-btn {
-webkit-appearance: none;
appearance: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: .5rem;
padding: .6rem 1rem;
font: inherit;
font-weight: 600;
line-height: 1.2;
border-radius: 8px;
border-radius: var(--f152-btn-radius, 8px);
border: 0;
background: var(--f152-btn-bg);
color: var(--f152-btn-text);
cursor: pointer;
transition: transform .06s ease, filter .12s ease, opacity .2s ease;
text-decoration: none;
}
.f152-btn:hover { filter: brightness(1.05); }
.f152-btn:active { transform: translateY(1px) scale(.99); }
.f152-btn:focus { outline: 2px solid color-mix(in srgb, var(--f152-btn-bg) 40%, transparent); outline-offset: 2px; }
.f152-btn--accept {
background: var(--f152-btn-accept-bg, var(--f152-btn-bg));
color: var(--f152-btn-accept-text, var(--f152-btn-text));
}
.f152-btn--settings {
background: var(--f152-btn-settings-bg, transparent);
color: var(--f152-btn-settings-text, var(--f152-link));
border: 1px solid var(--f152-border);
}
.f152-btn--settings:hover {
background: color-mix(in srgb, var(--f152-btn-settings-text, var(--f152-link)) 10%, transparent);
}
body[data-f152-theme="dark"] .f152-btn--settings,
body.f152-theme-dark .f152-btn--settings {
border-color: var(--f152-border);
}
.f152-btn--reject {
background: var(--f152-btn-reject-bg, #c0c0c0);
color: var(--f152-btn-reject-text, #ffffff);
}
.f152-link--settings {
color: var(--f152-link);
text-decoration: underline;
text-underline-offset: 2px;
cursor: pointer;
}
.f152-link--settings:focus {
outline: 2px solid color-mix(in srgb, var(--f152-link) 40%, transparent);
outline-offset: 2px;
}
.f152-banner {
position: fixed;
inset-inline: 0;
bottom: 0;
z-index: 2147483000;
background: var(--f152-bg);
color: var(--f152-text);
border-top: 1px solid var(--f152-border);
box-shadow: 0 -6px 20px rgba(0,0,0,.08);
}
.f152-banner__inner {
max-width: 1200px;
margin: 0 auto;
padding: .9rem 1rem;
}
.f152-banner__text {
display: flex;
align-items: center;
gap: .75rem 1rem;
font-size: .8rem;
}
.f152-banner__text a {
color: var(--f152-link);
text-decoration: underline;
text-underline-offset: 2px;
}
.f152-banner__text .f152-btn + .f152-btn { margin-inline-start: .5rem; }
@media (max-width: 780px) {
.f152-banner__text {
display: flex;
align-items: center;
font-size: .8rem;
flex-wrap: wrap;
gap: 0;
justify-content: space-between;
}
.f152-btn {
gap: 0;
padding: 0.5rem 0.8rem;
}
}
.f152-popup {
position: fixed;
inset: 0;
z-index: 2147483001;
color: var(--f152-text);
}
.f152-popup__overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,.45);
}
.f152-popup__window {
position: relative;
width: min(720px, calc(100% - 2rem));
margin: 8vh auto 0 auto;
background: var(--f152-bg);
border: 1px solid var(--f152-border);
border-radius: 12px;
box-shadow: var(--f152-shadow);
padding: 1.25rem 1.25rem 1rem;
height: 90%;
overflow: auto;
}
.f152-popup__title {
margin: 0 0 .5rem 0;
font-size: 1.25rem;
line-height: 1.25;
}
.f152-popup__content {
margin-top: .5rem;
display: grid;
gap: .9rem;
}
.f152-popup__intro {
font-size: .95rem;
opacity: .95;
}
.f152-popup__intro a {
color: var(--f152-link);
text-decoration: underline;
text-underline-offset: 2px;
}
.f152-popup__group {
border: 1px solid var(--f152-border);
border-radius: 10px;
padding: .8rem .9rem;
background: color-mix(in srgb, var(--f152-bg) 92%, #000 8%);
}
body[data-f152-theme="dark"] .f152-popup__group,
body.f152-theme-dark .f152-popup__group {
background: color-mix(in srgb, var(--f152-bg) 86%, #fff 14%);
}
.f152-row {
display: grid;
grid-template-columns: auto 1fr;
gap: .65rem .9rem;
align-items: start;
}
.f152-row input[type="checkbox"] {
transform: translateY(3px);
}
.f152-row__title { line-height: 1.2; }
.f152-row__desc {
grid-column: 2 / -1;
display: block;
font-size: .9rem;
opacity: .9;
}
.f152-popup__actions {
margin-top: 1rem;
display: flex;
gap: .6rem;
justify-content: flex-end;
}
.f152-popup__close {
position: absolute;
top: .5rem;
inset-inline-end: .5rem;
border: 0;
background: transparent;
color: var(--f152-text);
font-size: 1.5rem;
line-height: 1;
width: 2rem;
height: 2rem;
border-radius: 8px;
cursor: pointer;
padding: 0 0 5px 1px !important;
}
.f152-popup__close:hover {
background: color-mix(in srgb, var(--f152-text) 10%, transparent);
}
.f152-popup__close:focus {
outline: 2px solid color-mix(in srgb, var(--f152-btn-bg) 40%, transparent);
outline-offset: 2px;
}
.comment-form-f152,
.f152-checkout-consent {
margin-top: .75rem;
padding: .75rem .75rem;
border: 1px dashed var(--f152-border);
border-radius: 10px;
background: color-mix(in srgb, var(--f152-bg) 95%, #000 5%);
}
.comment-form-f152 label,
.f152-checkout-consent label {
display: grid;
grid-template-columns: auto 1fr;
gap: .5rem .75rem;
align-items: start;
}
.comment-form-f152 a,
.f152-checkout-consent a {
color: var(--f152-link);
text-decoration: underline;
text-underline-offset: 2px;
}
@supports not (color: color-mix(in srgb, black 50%, white 50%)) {
.f152-popup__group,
.comment-form-f152,
.f152-checkout-consent {
background: var(--f152-bg);
}
.f152-btn--settings:hover,
.f152-popup__close:hover {
background: rgba(0,0,0,.06);
}
}.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: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"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{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 .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}}
@media screen and (max-width: 768px){.tablepress{display:block}.tablepress thead{display:none}.tablepress tbody,.tablepress tr,.tablepress td{display:block;width:100%}.tablepress tr{margin-bottom:15px;border:1px solid #ddd}.tablepress td{padding:8px;text-align:left;border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%}.tablepress td:before{content:attr(data-label);position:absolute;left:10px;width:45%;padding-right:10px;font-weight:700;text-align:left}}@media screen and (max-width: 480px){.tablepress td,.tablepress th{font-size:14px;padding:4px 8px}}