:root{--color-text:#CCC;--color-background:black;--color-neutral-50:#151515;--color-neutral-100:#2F2F2F;--color-neutral-500:#737373;--color-neutral-800:#E5E5E5;--color-warning:#EECE00;--color-accent:#00B854;--color-error:#BD2929;--color-spot:#36A2EB;--color-futures:#FF6384}::-moz-selection{color:var(--color-white);background:var(--color-accent)}::selection{color:var(--color-white);background:var(--color-accent)}*{box-sizing:border-box}html{font-size:16px;font-weight:400;scroll-behavior:smooth}body{margin:0;overflow-x:clip;font-family:Inter,sans-serif;font-optical-sizing:auto;line-height:1.35;color:var(--color-text);font-display:swap;background:linear-gradient(270deg,var(--color-background) 0,var(--color-neutral-100) 100%);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.15}h1{font-size:35px}@media (width>=768px){h1{font-size:50px}}h2{font-size:28px}@media (width>=768px){h2{font-size:40px}}h3{font-size:24px}@media (width>=768px){h3{font-size:30px}}button,input,select{width:auto;padding:0;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:unset;border:unset}button{cursor:pointer}p{margin:0}a{color:inherit;text-decoration:unset}strong{font-weight:800}li,ol,ul{padding:0;margin:0}footer li,footer ol,footer ul,header li,header ol,header ul{list-style:none}#wpadminbar{position:fixed!important}.wrapper{width:100%;max-width:1100px;padding:0 20px;margin:0 auto}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;overflow:hidden;clip:rect(1px 1px 1px 1px);font-size:0!important;white-space:nowrap;border:0!important}.tp-header{margin-top:40px}.tp-header nav{display:grid;gap:20px}@media (width>=768px){.tp-header nav{grid-auto-flow:column;align-items:center;justify-content:space-between}}.tp-header .logo{display:grid;grid-template-columns:150px auto;justify-content:left}.tp-header .logo svg{width:100%}.tp-header .logo small{display:flex;align-items:center;padding-left:25px;margin-left:25px;font-size:1.1em;font-weight:500;color:var(--color-neutral-500);border-left:1px solid var(--color-neutral-100)}.tp-header .button{justify-self:left;padding:10px 16px;font-size:14px;font-weight:700;border:1px solid rgb(255 255 255 / .15);border-radius:10px}.tp-feed{margin-top:50px;margin-bottom:50px}.tp-feed h2{margin-bottom:30px}.tp-feed .search-title{font-size:24px}@media (width>=768px){.tp-feed .search-title{font-size:28px}}.tp-feed .search-title span{font-weight:400;color:var(--color-accent)}.tp-feed .post{display:grid;gap:10px;align-items:center;min-height:185px;margin-top:20px;overflow:hidden;background:color-mix(in srgb,var(--color-accent),transparent 95%);border:1px solid rgb(255 255 255 / .1);border-radius:20px}@media (width>=768px){.tp-feed .post{grid-template-columns:300px 1fr}}.tp-feed .post .post-thumbnail{align-self:stretch}.tp-feed .post .post-thumbnail picture{display:block;height:100%}.tp-feed .post .post-thumbnail img{width:100%;height:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.tp-feed .post .post-info{padding:20px}.tp-feed .post h3{font-size:22px}@media (width>=768px){.tp-feed .post h3{font-size:28px}}.tp-feed .post p{margin-top:10px;color:var(--color-neutral-500)}@media (width>=768px){.tp-feed .post p{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}}.tp-feed .post .post-permalink{display:grid;grid-auto-flow:column;gap:3px;align-items:center;justify-content:left;margin-top:15px;font-weight:700;color:var(--color-accent)}.tp-feed .post .post-permalink svg{width:1.3em}.tp-feed .pagination{display:grid;grid-auto-flow:column;gap:5px;align-items:center;justify-content:center;margin-top:30px;text-align:center}.tp-feed .pagination .page-numbers{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.tp-feed .pagination .page-numbers:not(.prev,.next,.dots){font-size:10px;border:1px solid var(--color-neutral-500);border-radius:50%;transition:background .2s}.tp-feed .pagination .page-numbers:not(.prev,.next,.dots):hover{background:var(--color-neutral-100)}.tp-feed .pagination .page-numbers:not(.prev,.next,.dots).current{font-weight:700;color:#fff;background:var(--color-accent);border-color:var(--color-accent)}.tp-feed .pagination .page-numbers.next,.tp-feed .pagination .page-numbers.prev{color:var(--color-neutral-500);transition:color .2s}.tp-feed .pagination .page-numbers.next svg,.tp-feed .pagination .page-numbers.prev svg{width:1em}.tp-feed .pagination .page-numbers.next:hover,.tp-feed .pagination .page-numbers.prev:hover{color:#fff}.tp-post-single{margin-top:50px}.tp-post-single .meta{display:flex;flex-wrap:wrap;gap:15px;align-items:center;justify-content:left;margin-top:25px}.tp-post-single .author{display:grid;grid-auto-flow:column;gap:8px;align-items:center;justify-content:left;padding-right:15px;border-right:1px solid var(--color-neutral-100)}.tp-post-single .author picture{display:block}.tp-post-single .author img{width:35px;height:35px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.tp-post-single .author span{font-weight:700}.tp-post-single .date{color:var(--color-neutral-500)}.tp-post-single .thumbnail{display:block;margin-top:20px}.tp-post-single .thumbnail img{width:100%;max-width:800px;height:auto;border-radius:20px}.tp-post-single .body{padding-top:40px;padding-bottom:40px;margin-top:50px;background:var(--color-background);border-top:1px solid var(--color-neutral-100)}.tp-post-single .body h2,.tp-post-single .body h3,.tp-post-single .body h4{margin-bottom:.35em}.tp-post-single .body h2:not(:first-child),.tp-post-single .body h3:not(:first-child),.tp-post-single .body h4:not(:first-child){margin-top:1em}.tp-post-single .body blockquote:not(:last-child),.tp-post-single .body figure:not(:last-child),.tp-post-single .body iframe:not(:last-child),.tp-post-single .body p:not(:last-child),.tp-post-single .body ul:not(:last-child){margin-bottom:20px}.tp-post-single .body li,.tp-post-single .body p{line-height:1.5}.tp-post-single .body iframe{width:100%;height:auto;aspect-ratio:16/9}.tp-post-single .body hr{margin-top:50px;margin-bottom:50px;border:0;border-bottom:1px solid var(--color-neutral-100)}.tp-post-single .body ul{padding-left:.8em}.tp-post-single .body ul li::marker{color:var(--color-accent)}.tp-post-single .body ul li:not(:last-child){margin-bottom:5px}.tp-post-single .body ul li ul{margin-top:5px}.tp-post-single .body figure{margin:0}.tp-post-single .body img{max-width:100%;height:auto}.tp-post-single .body blockquote{padding-left:10px;margin:0;border-left:5px solid var(--color-neutral-100)}.tp-post-single .body a{text-decoration:underline;text-underline-offset:4px}.tp-post-latest{padding-top:40px;padding-bottom:40px;border-top:1px solid rgb(255 255 255 / .15)}@media (width>=768px){.tp-post-latest{padding-top:60px;padding-bottom:60px}}.tp-post-latest .posts{display:grid;gap:20px;margin-top:20px}@media (width>=768px){.tp-post-latest .posts{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.tp-post-latest .posts{grid-template-columns:repeat(4,1fr)}}.tp-post-latest .post{display:grid;grid-template-rows:auto 1fr;align-content:start;overflow:hidden;background:color-mix(in srgb,var(--color-accent),transparent 95%);border:1px solid rgb(255 255 255 / .1);border-radius:20px}.tp-post-latest .post .post-thumbnail{align-self:stretch}.tp-post-latest .post .post-thumbnail picture{display:block}.tp-post-latest .post .post-thumbnail img{width:100%;height:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.tp-post-latest .post .post-info{display:grid;grid-template-rows:auto 1fr auto;padding:20px}.tp-post-latest .post h3{font-size:18px}@media (width>=768px){.tp-post-latest .post h3{font-size:20px}}.tp-post-latest .post p{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin-top:10px;font-size:14px;color:var(--color-neutral-500)}.tp-post-latest .post .post-permalink{display:grid;grid-auto-flow:column;gap:3px;align-items:center;justify-content:left;margin-top:15px;font-weight:700;color:var(--color-accent)}.tp-post-latest .post .post-permalink svg{width:1.3em}.tp-footer{padding-top:40px;background:var(--color-background);border-top:1px solid rgb(255 255 255 / .15)}@media (width>=768px){.tp-footer{padding-top:60px}}.tp-footer .arbimax{display:grid;gap:5px;justify-items:center;text-align:center}.tp-footer .arbimax .logo{width:170px}.tp-footer .arbimax p{max-width:580px;margin:20px auto 0;font-size:15px;color:var(--color-neutral-600)}.tp-footer .arbimax .social-media{display:grid;grid-auto-flow:column;gap:8px;align-items:center;margin-top:20px}.tp-footer .arbimax .social-media a{color:var(--color-neutral-600)}.tp-footer .arbimax .social-media a:hover{color:var(--color-text)}.tp-footer .arbimax .social-media svg{width:1.4em}.tp-footer .bottom{display:grid;gap:10px;padding:20px 0;margin-top:30px;font-size:14px;color:var(--color-neutral-600);text-align:center;border-top:1px solid rgb(255 255 255 / .1)}@media (width>=768px){.tp-footer .bottom{grid-auto-flow:column;align-items:center;justify-content:space-between;margin-top:50px}}.tp-footer .bottom nav{display:grid;grid-auto-flow:column;gap:15px;align-items:center;justify-content:center}.tp-footer .bottom nav a:hover{color:var(--color-text)}.tp-error-404{padding-top:55px;padding-bottom:55px;text-align:center}@media (width>=768px){.tp-error-404{padding-top:100px;padding-bottom:100px}}.tp-error-404 h1{color:var(--color-accent)}.tp-error-404 h2{margin-top:10px}.tp-error-404 p{margin-top:20px;color:var(--color-neutral-500)}.tp-error-404 a{display:block;width:-moz-fit-content;width:fit-content;padding:10px 15px;margin:25px auto 0;border:1px solid var(--color-neutral-500);border-radius:10px}.tp-breadcrumbs{margin-bottom:20px;font-size:14px}@media (width>=768px){.tp-breadcrumbs{font-size:16px}}.tp-breadcrumbs>:not(:last-child)::after{position:relative;top:-1px;display:inline-block;width:4px;height:4px;margin:0 5px;vertical-align:middle;content:"";border-right:1px solid;border-bottom:1px solid;transform:rotate(-45deg)}.tp-breadcrumbs>:last-child{font-weight:700}.tp-breadcrumbs>:is(a):hover{text-decoration:underline}.tp-categories{margin-top:50px;margin-bottom:30px}.tp-categories .wrapper{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.tp-categories a{padding:6px 10px;font-size:14px;border:1px solid rgb(255 255 255 / .15);border-radius:10px}.tp-categories a.active{color:#fff;background:var(--color-accent)}.tp-search{margin-top:30px;margin-bottom:30px}.tp-search form{display:grid;grid-template-columns:1fr 20px;gap:10px;align-items:center;max-width:220px}.tp-search form input{width:100%;padding:6px 0;font-size:14px;border-bottom:1px solid var(--color-neutral-100)}.tp-search form input:focus{border-color:var(--color-text);outline:0}