/**handles:tratok-subscribe,tratok-translator-frontend,tratok-style,tablepress-default**/
.tratok-sub{margin:2.5em 0}.tratok-sub__card{background:linear-gradient(160deg,#0d1f3c,#081328);border:1px solid #1e3357;border-top:3px solid #c9a227;border-radius:12px;padding:28px 30px;color:#f5f0e6}.tratok-sub__title{margin:0 0 6px;color:#f5f0e6;font-size:1.35em}.tratok-sub__text{margin:0 0 18px;color:#aab6cc;font-size:.95em;line-height:1.5}.tratok-sub__email{width:100%;box-sizing:border-box;padding:12px 14px;border-radius:8px;border:1px solid #2a4066;background:#0a172e;color:#f5f0e6;font-size:1em;margin-bottom:14px}.tratok-sub__email::placeholder{color:#5b6b85}.tratok-sub__email:focus{outline:0;border-color:#c9a227;box-shadow:0 0 0 1px #c9a227}.tratok-sub__hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;opacity:0}.tratok-sub__sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.tratok-sub__choices{border:0;padding:0;margin:0 0 18px}.tratok-sub__choices label{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid #2a4066;border-radius:8px;margin-bottom:8px;cursor:pointer;color:#d7dfec;font-size:.95em;line-height:1.4;transition:border-color .15s ease,background .15s ease}.tratok-sub__choices label:hover{border-color:#c9a227}.tratok-sub__choices label:has(input:checked){border-color:#c9a227;background:rgba(201,162,39,.08)}.tratok-sub__choices input{accent-color:#c9a227;margin-top:3px;flex-shrink:0}.tratok-sub__choices strong{color:#f5f0e6}.tratok-sub__submit,.tratok-sub__toggle{background:#c9a227;color:#081328;border:0;border-radius:8px;padding:12px 26px;font-weight:700;font-size:1em;cursor:pointer;transition:background .15s ease}.tratok-sub__submit:hover,.tratok-sub__toggle:hover{background:#dcb944}.tratok-sub__submit[disabled]{opacity:.6;cursor:wait}.tratok-sub__msg{margin:12px 0 0;font-size:.9em;min-height:1.2em}.tratok-sub__msg--ok{color:#7ddba3}.tratok-sub__msg--err{color:#ff9b8a}.tratok-sub--compact .tratok-sub__card{margin-top:12px}.tratok-sub-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}.tratok-sub-modal[hidden]{display:none}.tratok-sub-modal__overlay{position:absolute;inset:0;background:rgba(4,10,22,.75);backdrop-filter:blur(2px)}.tratok-sub-modal__dialog{position:relative;width:100%;max-width:480px;animation:tratok-sub-pop .25s ease}.tratok-sub-modal__dialog .tratok-sub{margin:0}.tratok-sub-modal__close{position:absolute;top:10px;right:10px;z-index:1;background:0 0;border:0;color:#aab6cc;font-size:20px;line-height:1;cursor:pointer;padding:6px 10px;border-radius:6px}.tratok-sub-modal__close:focus,.tratok-sub-modal__close:hover{color:#f5f0e6;outline:1px solid #c9a227}@keyframes tratok-sub-pop{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.tratok-sub-modal__dialog{animation:none}}@media (max-width:480px){.tratok-sub__card{padding:20px 18px}}
.tratok-language-switcher{margin:12px 0 20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.tratok-switcher-inner{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.tratok-switcher-label{font-size:14px;font-weight:600;color:#333;margin-right:4px}.tratok-lang-buttons{display:flex;flex-wrap:wrap;gap:6px}.tratok-lang-btn{display:inline-flex;align-items:center;padding:6px 14px;font-size:13px;font-weight:500;border:1px solid #d0d5dd;border-radius:20px;background:#fff;color:#344054;cursor:pointer;transition:all .15s ease;line-height:1.4}.tratok-lang-btn:hover{background:#f2f4f7;border-color:#98a2b3}.tratok-lang-btn.active{background:#1d2939;color:#fff;border-color:#1d2939}.tratok-lang-btn:disabled{opacity:.5;cursor:not-allowed}.tratok-lang-btn[data-cached="1"]::after{content:"";display:inline-block;width:6px;height:6px;background:#12b76a;border-radius:50%;margin-left:6px}.tratok-translate-loading{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:13px;color:#667085}.tratok-spinner{display:inline-block;width:16px;height:16px;border:2px solid #e4e7ec;border-top-color:#1d2939;border-radius:50%;animation:tratok-spin .6s linear infinite}@keyframes tratok-spin{to{transform:rotate(360deg)}}.tratok-error-toast{position:fixed;bottom:24px;right:24px;background:#d92d20;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;box-shadow:0 4px 16px rgba(0,0,0,.15);z-index:99999;animation:tratok-slide-in .3s ease}@keyframes tratok-slide-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tratok-switcher-floating{position:fixed;bottom:24px;right:24px;z-index:99998;margin:0}.tratok-floating-toggle{width:48px;height:48px;border-radius:50%;background:#1d2939;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:transform .15s ease}.tratok-floating-toggle:hover{transform:scale(1.05)}.tratok-floating-panel{position:absolute;bottom:60px;right:0;background:#fff;border-radius:12px;padding:16px;min-width:260px;box-shadow:0 8px 30px rgba(0,0,0,.15);border:1px solid #e4e7ec}.tratok-floating-panel .tratok-switcher-inner{flex-direction:column;align-items:flex-start}.tratok-floating-panel .tratok-lang-buttons{flex-direction:column;width:100%}.tratok-floating-panel .tratok-lang-btn{width:100%;justify-content:center}@media (max-width:600px){.tratok-switcher-inner{flex-direction:column;align-items:flex-start}.tratok-lang-btn{padding:5px 10px;font-size:12px}}.tratok-nav-switcher{list-style:none}.tratok-nav-switcher>a.tratok-nav-trigger{cursor:pointer;white-space:nowrap}.tratok-nav-globe{display:inline-block;vertical-align:middle;margin-right:3px;width:16px;height:16px}.tratok-nav-current{vertical-align:middle}.tratok-lang-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.tratok-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.tratok-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:24px;width:90%;max-width:480px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:tratok-modal-in .2s ease}@keyframes tratok-modal-in{from{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.tratok-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e4e7ec}.tratok-modal-title{font-size:18px;font-weight:700;color:#1d2939}.tratok-modal-close{background:0 0;border:none;font-size:28px;color:#98a2b3;cursor:pointer;padding:0 4px;line-height:1;transition:color .15s}.tratok-modal-close:hover{color:#344054}.tratok-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width:480px){.tratok-modal-grid{grid-template-columns:repeat(3,1fr)}}.tratok-modal-lang{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;border:2px solid #e4e7ec;border-radius:12px;background:#fff;cursor:pointer;transition:all .15s ease;text-align:center}.tratok-modal-lang:hover{border-color:#d0d5dd;background:#f9fafb;transform:translateY(-1px)}.tratok-modal-lang.active{border-color:#0d9488;background:#f0fdfa}.tratok-modal-flag{font-size:28px;line-height:1}.tratok-modal-name{font-size:12px;font-weight:600;color:#344054;line-height:1.2}.tratok-modal-lang.active .tratok-modal-name{color:#0d9488}.tratok-nav-loading>a.tratok-nav-trigger::after{content:"";display:inline-block;width:12px;height:12px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:tratok-spin .6s linear infinite;margin-left:6px;vertical-align:middle}
:root{--trat-bg:#0c1220;--trat-bg-deep:#131b2e;--trat-bg-card:#1a2540;--trat-bg-slate:#2a3a5c;--trat-gold:#d4a853;--trat-gold-light:#e8c36a;--trat-coral:#e8634a;--trat-teal:#3bb5a8;--trat-text:#f0ede8;--trat-text-muted:#8a96b0;--trat-text-soft:#b8c0d0;--trat-glass:rgba(26, 37, 64, 0.72);--trat-glass-light:rgba(42, 58, 92, 0.45);--trat-border:rgba(212, 168, 83, 0.15);--font-display:'Playfair Display',Georgia,serif;--font-body:'DM Sans',Helvetica,Arial,sans-serif;--trat-radius:12px;--trat-radius-sm:8px;--trat-radius-lg:20px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--trat-text);line-height:1.7;background:var(--trat-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ol,ul{list-style:none}::selection{background:rgba(212,168,83,.25);color:var(--trat-text)}:focus-visible{outline:2px solid var(--trat-gold);outline-offset:2px}:focus:not(:focus-visible){outline:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;color:var(--trat-text);line-height:1.2}h1{font-size:clamp(1.8rem, 5vw, 2.8rem)}h2{font-size:clamp(1.4rem, 4vw, 2rem)}h3{font-size:clamp(1.1rem, 3vw, 1.5rem)}h4{font-size:1.15rem}p{margin-bottom:1rem;line-height:1.75;color:var(--trat-text-muted)}b,strong{font-weight:600;color:var(--trat-text)}.tratok-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:72px;background:var(--trat-bg-deep);border-bottom:1px solid var(--trat-border);transition:box-shadow .3s ease,background .3s ease}.tratok-header.scrolled{background:rgba(19,27,46,.95);box-shadow:0 4px 30px rgba(0,0,0,.3);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.tratok-header-inner{max-width:1200px;margin:0 auto;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.tratok-header-spacer{height:72px}@media (max-width:768px){.tratok-header-inner{padding:0 16px}}.tratok-logo{display:flex;align-items:center;gap:10px;flex-shrink:0;text-decoration:none}.tratok-logo-mark{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,var(--trat-gold),var(--trat-gold-light));display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--trat-bg)}.tratok-logo-text{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--trat-text);letter-spacing:-.02em}.tratok-logo img{height:36px;width:auto}@media (max-width:480px){.tratok-logo-mark{width:32px;height:32px;font-size:14px}.tratok-logo-text{font-size:19px}.tratok-logo img{height:30px}}.tratok-nav{display:flex;align-items:center;gap:4px}.tratok-nav li{list-style:none;display:inline-block}.tratok-nav a{font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--trat-text-muted);padding:7px 14px;border-radius:var(--trat-radius-sm);transition:color .2s ease,background-color .2s ease;letter-spacing:.02em;white-space:nowrap}.tratok-nav a:focus,.tratok-nav a:hover{color:var(--trat-gold);background:var(--trat-glass-light)}.tratok-nav .current-menu-item>a,.tratok-nav .current_page_item>a{color:var(--trat-gold);font-weight:600}.tratok-nav-cta{font-family:var(--font-body)!important;font-size:13px!important;font-weight:600!important;color:var(--trat-bg)!important;background:var(--trat-gold)!important;padding:8px 20px!important;border-radius:var(--trat-radius-sm)!important;margin-left:8px!important;transition:background .2s ease!important}.tratok-nav-cta:hover{background:var(--trat-gold-light)!important;color:var(--trat-bg)!important}@media (max-width:1024px){.tratok-nav{display:none}}.tratok-hamburger{display:none;width:44px;height:44px;cursor:pointer;background:0 0;border:none;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:5px;position:relative;z-index:1001;-webkit-tap-highlight-color:transparent}.tratok-hamburger span{display:block;width:22px;height:2px;background:var(--trat-text-soft);border-radius:2px;transition:all .3s ease;transform-origin:center}.tratok-hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.tratok-hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.tratok-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:1024px){.tratok-hamburger{display:flex}}.tratok-mobile-menu{position:fixed;top:72px;left:0;right:0;bottom:0;background:var(--trat-bg-deep);z-index:999;display:flex;flex-direction:column;padding:24px;overflow-y:auto;transform:translateX(100%);transition:transform .35s cubic-bezier(.4, 0, .2, 1)}.tratok-mobile-menu.open{transform:translateX(0)}.tratok-mobile-menu li{list-style:none}.tratok-mobile-menu a{font-family:var(--font-body);font-size:17px;font-weight:500;color:var(--trat-text);padding:16px 0;border-bottom:1px solid var(--trat-border);display:block;transition:color .2s ease}.tratok-mobile-menu a:active,.tratok-mobile-menu a:hover{color:var(--trat-gold)}.tratok-mobile-menu .current-menu-item>a,.tratok-mobile-menu .current_page_item>a{color:var(--trat-gold);font-weight:600}.tratok-mobile-cta{margin-top:24px;display:flex;flex-direction:column;gap:12px}.tratok-mobile-cta a{border:none;padding:16px 24px;border-radius:10px;font-size:16px;font-weight:600;text-align:center;display:block}.tratok-mobile-cta .cta-primary{background:var(--trat-gold);color:var(--trat-bg)}.tratok-mobile-cta .cta-secondary{background:0 0;border:1.5px solid var(--trat-gold);color:var(--trat-gold)}@media (min-width:1025px){.tratok-mobile-menu{display:none!important}}.tratok-content{min-height:60vh}.elementor-page .tratok-content{padding:0}.tratok-content-standard{max-width:1200px;margin:0 auto;padding:48px 32px}.tratok-content-standard a{color:var(--trat-gold);text-decoration:underline;text-decoration-color:rgba(212,168,83,0.3);text-underline-offset:2px;transition:text-decoration-color .2s}.tratok-content-standard a:hover{text-decoration-color:var(--trat-gold)}.tratok-footer{background:var(--trat-bg);border-top:1px solid var(--trat-border);padding:48px 0 32px;color:var(--trat-text-muted);font-size:.88rem;line-height:1.6}.tratok-footer-inner{max-width:1200px;margin:0 auto;padding:0 32px}.tratok-footer-grid{display:flex;flex-wrap:wrap;gap:48px;margin-bottom:40px}.tratok-footer-brand{flex:1 1 260px;min-width:220px}.tratok-footer-brand p{color:var(--trat-text-muted);font-size:.85rem;max-width:280px;margin-top:16px}.tratok-footer-col{flex:0 0 auto;min-width:130px}.tratok-footer-col h4{font-family:var(--font-body);font-size:.72rem;font-weight:600;color:var(--trat-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.tratok-footer-col a{display:block;font-size:.85rem;color:var(--trat-text-muted);margin-bottom:10px;transition:color .2s ease}.tratok-footer-col a:hover{color:var(--trat-gold)}.tratok-footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:.78rem;color:var(--trat-bg-slate)}.tratok-footer-logo{display:inline-block}.tratok-footer-logo-img{height:36px;width:auto;max-width:180px;object-fit:contain;opacity:.85;transition:opacity .2s ease}.tratok-footer-logo:hover .tratok-footer-logo-img{opacity:1}@media (max-width:768px){.tratok-footer{padding:32px 0 24px}.tratok-footer-inner{padding:0 16px}.tratok-footer-grid{gap:32px}.tratok-footer-bottom{flex-direction:column;text-align:center}}@media (max-width:480px){.tratok-footer-grid{flex-direction:column;gap:28px}}.tratok-post-header{max-width:780px;margin:0 auto;padding:48px 24px 24px}.tratok-post-header h1{font-size:clamp(1.6rem, 4vw, 2.4rem);margin-bottom:12px}.tratok-post-meta{font-size:.85rem;color:var(--trat-text-muted)}.tratok-post-meta span{margin-right:16px}.tratok-post-content{max-width:780px;margin:0 auto;padding:24px 24px 48px}.tratok-post-content p{font-size:1.02rem;line-height:1.8;margin-bottom:1.25rem}.tratok-post-content h2{margin-top:2.5rem;margin-bottom:1rem}.tratok-post-content h3{margin-top:2rem;margin-bottom:.75rem}.tratok-post-content img{border-radius:var(--trat-radius);margin:1.5rem 0}.tratok-post-content blockquote{border-left:3px solid var(--trat-gold);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--trat-bg-deep);border-radius:0 var(--trat-radius-sm) var(--trat-radius-sm) 0}.tratok-post-content blockquote p{color:var(--trat-text-soft);margin-bottom:0}body.menu-open{overflow:hidden}body.admin-bar .tratok-header{top:32px}@media (max-width:782px){body.admin-bar .tratok-header{top:46px}body.admin-bar .tratok-mobile-menu{top:118px}}@media (min-width:783px) and (max-width:1024px){body.admin-bar .tratok-mobile-menu{top:104px}}.tratok-postlist{margin-top:2rem}.tratok-postlist-item{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--trat-border)}.tratok-postlist-item:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.tratok-postlist-item h2{font-size:clamp(1.2rem, 3vw, 1.6rem);margin-bottom:.5rem}.tratok-postlist-item h2 a{color:var(--trat-text);transition:color .2s ease}.tratok-postlist-item h2 a:focus,.tratok-postlist-item h2 a:hover{color:var(--trat-gold)}.tratok-postlist-meta{font-size:.85rem;color:var(--trat-text-muted);margin-bottom:.75rem}.tratok-postlist-excerpt{color:var(--trat-text-soft)}.tratok-readmore{font-size:.88rem;font-weight:600;color:var(--trat-gold);transition:color .2s ease}.tratok-readmore:hover{color:var(--trat-gold-light)}.tratok-content-standard .page-numbers,.tratok-content-standard .tratok-btn-primary,.tratok-content-standard .tratok-postlist-item h2 a,.tratok-content-standard .tratok-readmore{text-decoration:none}.tratok-content-standard .tratok-btn-primary,.tratok-content-standard .tratok-btn-primary:focus,.tratok-content-standard .tratok-btn-primary:hover{color:var(--trat-bg)}.tratok-postlist .navigation.pagination{margin-top:2.5rem}.tratok-postlist .nav-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.tratok-postlist .page-numbers{display:inline-block;min-width:38px;padding:7px 12px;text-align:center;font-size:.9rem;color:var(--trat-text-muted);background:var(--trat-glass-light);border-radius:var(--trat-radius-sm);transition:color .2s ease,background-color .2s ease}.tratok-postlist a.page-numbers:hover{color:var(--trat-gold);background:var(--trat-bg-card)}.tratok-postlist .page-numbers.current{color:var(--trat-bg);background:var(--trat-gold);font-weight:600}.tratok-postlist .page-numbers.dots{background:0 0}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tratok-btn-primary{display:inline-block;background:var(--trat-gold);color:var(--trat-bg);padding:.8rem 2rem;border-radius:var(--trat-radius-sm);font-weight:600;font-size:.92rem;transition:background .2s ease}.tratok-btn-primary:hover{background:var(--trat-gold-light);color:var(--trat-bg)}.tratok-404{text-align:center;padding:80px 24px}.tratok-404-code{font-family:var(--font-display);font-size:clamp(3rem, 8vw, 5rem);font-weight:400;line-height:1;color:var(--trat-gold);margin-bottom:1rem}.tratok-404 h1{font-size:clamp(1.3rem, 3vw, 1.8rem);margin-bottom:.75rem}.tratok-404 p{max-width:400px;margin:0 auto 2rem;color:var(--trat-text-muted)}.tratok-footer-widgets{flex:1 1 200px;min-width:160px}.tratok-footer-widget{margin-bottom:20px}.tratok-footer-widget h4{font-family:var(--font-body);font-size:.72rem;font-weight:600;color:var(--trat-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.tratok-footer-widget li{margin-bottom:10px}.tratok-footer-widget a{font-size:.85rem;color:var(--trat-text-muted);transition:color .2s ease}.tratok-footer-widget a:hover{color:var(--trat-gold)}
.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:0 0;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(oddof:where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(oddof:where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(evenof:where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(evenof: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:0}.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:0}.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}}