@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.sidebar{background:black;color:#fff;position:fixed;top:0;left:0;height:100vh;z-index:1000;width:100%;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;padding-top:1rem;overflow-y:auto;overflow-x:hidden}.sidebar.open{transform:translate(0)}@media (min-width: 1200px){.sidebar{transform:translate(0);width:400px}}.sidebar .head{align-items:center;text-align:center;display:flex;flex-direction:column;flex-shrink:0;padding-top:2rem;position:relative;z-index:1;min-height:auto}.sidebar .modal-trigger{display:flex;justify-content:center;align-items:center;width:100%;text-align:center}.sidebar .logo{max-width:160px;margin:2rem auto;cursor:pointer;flex-shrink:0;display:block!important;visibility:visible!important;opacity:1!important;width:auto;height:auto}.sidebar .logo:hover{animation:glitchHover .4s linear}.sidebar nav{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:20px;flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding-bottom:2rem;width:100%}.sidebar nav .nav-link{color:#fff;text-transform:uppercase;font-weight:700;font-size:16px;letter-spacing:3px;text-decoration:none;display:inline-block;width:fit-content}.sidebar nav .nav-link.active:after,.sidebar nav .nav-link:hover:after{width:100%}.sidebar nav .nav-link:after{content:"";display:block;height:2px;width:0%;background:#D24742;transition:width .3s ease}@media (min-width: 1200px){.sidebar nav .nav-link{font-size:14px}}.sidebar nav .chronicles-menu{display:flex;flex-direction:column;width:100%;align-items:center}.sidebar nav .chronicles-menu .chronicles-header{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.5rem;width:fit-content}.sidebar nav .chronicles-menu .chronicles-toggle-btn{background:none;border:none;color:#fff;font-size:18px;font-weight:700;cursor:pointer;padding:0;width:20px;text-align:center;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar nav .chronicles-menu .chronicles-link{background:none;border:none;color:#fff;text-transform:uppercase;font-weight:700;font-size:16px;letter-spacing:3px;padding:0;width:fit-content;text-decoration:none;display:inline-block;line-height:1.2;vertical-align:middle;cursor:pointer}.sidebar nav .chronicles-menu .chronicles-link.active:after,.sidebar nav .chronicles-menu .chronicles-link:hover:after{width:100%}.sidebar nav .chronicles-menu .chronicles-link:after{content:"";display:block;height:2px;width:0%;background:#D24742;transition:width .3s ease}@media (min-width: 1200px){.sidebar nav .chronicles-menu .chronicles-link{font-size:14px}}.sidebar nav .chronicles-menu .chronicles-submenu{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-left:1rem;width:100%;align-items:center}.sidebar nav .chronicles-menu .chronicles-submenu .submenu-link{font-size:14px;letter-spacing:2px;opacity:.8;color:#fff;text-decoration:none;position:relative}.sidebar nav .chronicles-menu .chronicles-submenu .submenu-link:hover{opacity:1}.sidebar nav .chronicles-menu .chronicles-submenu .submenu-link.active{opacity:1;color:#fff}.sidebar nav .chronicles-menu .chronicles-submenu .submenu-link.active:after{content:"";display:block;height:2px;width:100%;background:#D24742;position:absolute;bottom:-2px;left:0}.sidebar .bottom{text-align:center;padding-bottom:1rem;flex-shrink:0;margin-top:auto}.sidebar .bottom .bottom-title{letter-spacing:3px;font-size:18px;font-weight:700;margin-top:2rem}@media (min-width: 1200px){.sidebar .bottom .bottom-title{font-size:16px;margin-top:0}}.sidebar .bottom .bottom-text{font-size:18px;color:#d24742;font-weight:700}@media (min-width: 1200px){.sidebar .bottom .bottom-text{font-size:16px}}.social-links{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;font-family:Kode Mono,monospace;margin:1rem 0}.social-links p{font-size:14px}@media (min-width: 1200px){.social-links p{font-size:12px}}.social-links img{width:30px;height:30px;filter:invert(1)}@media (min-width: 1200px){.social-links img{width:20px;height:20px}}.close-btn{position:absolute;top:1rem;right:1rem;font-size:2rem;color:#fff;background:none;border:none;cursor:pointer;z-index:2001}@media (min-width: 1200px){.close-btn{display:none}}.aka{font-family:Kode Mono,Courier New,Courier,monospace;font-size:12px;box-sizing:border-box;height:auto;background-color:#000;color:#fff;position:relative;white-space:nowrap;line-height:1.2;display:inline-block;text-align:center;align-items:center;min-height:50px}.oren-button{background:none;border:none;color:#fff;margin-top:20px;text-align:left;cursor:pointer;padding:0;overflow:hidden;font-family:Satoshi,sans-serif;font-weight:700;font-size:12px;letter-spacing:3px}.oren-button:after{content:"";display:block;height:2px;background:#D24742;width:0%;transition:width .4s ease;transform-origin:left}.oren-button:hover:after{width:100%}.header{width:100%;padding:1rem 1.5rem;background-color:transparent}.header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}@media (min-width: 1200px){.header-wrapper{justify-content:flex-end;gap:0}}.header-logo{display:block}.header-logo .logo{max-width:60px;height:auto;cursor:pointer}.header-logo .logo:hover{animation:glitchHover .4s linear}@media (min-width: 1200px){.header-logo{display:none}}.header-nav{display:flex;justify-content:flex-end;align-items:center;gap:1rem}.header-icon{cursor:pointer;transition:color .3s ease;position:relative;display:inline-flex;align-items:center;justify-content:center}.header-icon .label{position:absolute;bottom:-1.5rem;font-size:10px;text-transform:uppercase;padding:4px 8px;border-radius:4px;opacity:0;pointer-events:none;white-space:nowrap;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease}.header-icon:hover .label{opacity:1;transform:translateY(0)}.icon{width:24px;height:24px;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.icon:hover{transform:scale(1.1)}.header-right{display:flex;align-items:center;gap:1rem}.access-button{background-color:#000;color:#fff!important;font-family:Kode Mono,Courier New,Courier,monospace;font-size:14px;padding:8px 16px;text-decoration:none;text-transform:uppercase;letter-spacing:1px;border:none;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.access-button:hover,.access-button:visited,.access-button:active,.access-button:focus{color:#fff!important}.access-button:hover{transform:translateY(-2px);opacity:.9}.header-language{display:block}.hamburger{background:none;border:none;cursor:pointer;z-index:10;padding:0;display:flex;align-items:center;justify-content:center}.hamburger img{width:30px;height:auto;display:block}@media (min-width: 1200px){.hamburger{display:none}}@keyframes glitchHover{0%{filter:contrast(300%) brightness(2) hue-rotate(20deg);transform:scale(1.02) translate(4px,-4px)}50%{filter:contrast(60%) brightness(.8) hue-rotate(-10deg);transform:translate(-4px,4px)}to{filter:none;transform:none}}a{color:#000;text-decoration:underline;text-decoration-color:#000}a:visited{color:#000}a:hover{text-decoration-thickness:2px;text-underline-offset:4px}.footer{font-size:13px;padding-top:2rem;padding-bottom:1rem;font-family:Inter;margin-top:auto;text-align:center;color:#000;font-family:Satoshi,sans-serif;background:transparent;width:100%}@media (min-width: 1200px){.footer{font-size:11px}}.mentions-container{font-family:Satoshi,sans-serif;padding:1cqmax;white-space:pre-line;margin-top:2rem}@media (min-width: 1200px){.mentions-container{font-size:16px;font-weight:300}}.mentions-container ul{padding-left:0;list-style:none!important;margin-left:0}.mentions-container li{position:relative;padding-left:1rem;font-size:16px;line-height:1.6}@media (min-width: 1200px){.mentions-container li{font-size:16px}}.mentions-container li:before{content:"•";position:absolute;left:0;color:#d24742;font-size:inherit;line-height:1;display:inline-block;top:.25em}.mentions-container h1{color:#d24742;font-size:54px;margin-bottom:2rem}.mentions-container a{text-decoration:underline}p+p{margin-top:.5rem;font-size:16px}h2{font-size:16px;padding-top:10px;text-transform:uppercase}.home{padding:1rem;padding-top:0;white-space:pre-line;width:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start}@media (min-width: 1200px){.home{max-width:calc(100% - 20px);justify-content:space-around}}.content{display:flex;flex-direction:column-reverse;align-items:center;gap:50px;width:100%}@media (min-width: 1200px){.content{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:150px;padding-bottom:0}}.text-title{margin-top:2rem;display:flex;flex-direction:column;align-items:center;padding-bottom:2rem;width:100%;max-width:100%;overflow:visible;box-sizing:border-box;text-align:center}.text-title h1{margin:0 0 20px;padding:0;width:100%;text-align:center}@media (min-width: 1200px){.text-title{margin-top:2rem}}.enter-button{background-color:#000;color:#fff;padding:10px 15px;font-family:Kode Mono,Courier New,Courier,monospace;font-size:16px;margin:20px auto 0;width:270px;text-align:center;cursor:pointer;transition:transform .2s ease;display:block}.enter-button:hover{transform:translateY(-3px)}.enter-button a{color:#fff}.home-chronicles-header{align-items:center!important;margin-bottom:4rem;text-align:center;margin-top:2rem}.home-chronicles-header p{text-align:left;width:100%;max-width:100%;font-size:18px}@media (min-width: 1200px){.home-chronicles-header p{font-size:16px}}.home-chronicles-subtitle{text-align:center!important;width:100%;display:block;margin-bottom:2rem!important}.view-all-chronicles{width:270px;text-align:center;margin:0 auto;align-self:center;margin-bottom:3rem}.view-all-chronicles a{color:#fff;text-decoration:none}.subtitle-wrapper{position:relative;display:inline-block;text-align:center;width:100%}.home-subtitle{font-family:Satoshi,sans-serif;font-weight:700;font-size:16px;letter-spacing:3px;text-transform:uppercase;margin-bottom:20px;text-align:center}@media (min-width: 1200px){.home-subtitle{font-size:16px}}.promesse{padding-top:0;padding-bottom:50px}@media (min-width: 1200px){.promesse{padding-bottom:30px}}.description-typewriter{margin-top:20px;min-height:200px;font-family:Kode Mono,sans-serif;font-size:12px;max-width:320px;box-sizing:border-box;height:auto;padding:20px;background-color:#000;color:#fff;position:relative}@media (min-width: 1200px){.description-typewriter{min-height:172px;min-width:480px;padding:30px}}.card-section{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0;width:100%}@media (min-width: 1200px){.card-section{flex-direction:row;gap:2rem;margin:3rem 0}}.card{flex:1;padding:1.5rem;background-color:transparent;border:1px solid #ddd;border-radius:0;display:flex;flex-direction:column}.card p{font-size:18px}@media (min-width: 1200px){.card p{font-size:16px}}@media (min-width: 1200px){.card{padding:2rem}}.home-section-title{text-transform:uppercase;font-weight:700;font-size:16px;letter-spacing:3px;color:#d24742}.section-subtitle{padding:20px 0;font-weight:700;font-size:18px}@media (min-width: 1200px){.section-subtitle{font-size:16px}}.description-wrapper{width:100%}.description-wrapper p{font-size:18px}@media (min-width: 1200px){.description-wrapper p{font-size:16px}}.form{margin-top:20px;width:100%}@keyframes glitchReveal{0%{clip-path:inset(0 0 0 0);opacity:0}10%{clip-path:inset(10% 0 90% 0)}20%{clip-path:inset(80% 0 5% 0)}30%{clip-path:inset(40% 0 40% 0)}40%{clip-path:inset(70% 0 10% 0)}to{clip-path:inset(0 0 0 0);opacity:1}}.title:hover{animation:glitchHover .4s linear}.disponible{margin-top:15px;font-family:Brick,sans-serif;text-align:right}.home-chronicles-title{font-family:Brick,sans-serif;font-size:60px;font-weight:400;margin:0 auto;color:#000;padding-bottom:20px;position:relative;display:block;text-align:center;width:100%;margin-top:4rem}@media (min-width: 1200px){.home-chronicles-title{font-size:70px}}@media screen and (max-width: 800px){.home-chronicles-title{font-size:60px;text-align:center}}@media screen and (max-width: 400px){.home-chronicles-title{font-size:60px}}.home-create-section-container{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:2rem;max-width:1400px;margin:0 auto}@media screen and (max-width: 768px){.home-create-section-container{flex-direction:column!important}}@media (min-width: 1200px){.home-section-description{height:200px}}.home-spiner-section-wrapper,.home-tmf-section-wrapper,.home-ww-section-wrapper{flex:1;background-color:transparent;border-radius:0;display:flex;flex-direction:column}@media (min-width: 1200px){.home-spiner-section-wrapper,.home-tmf-section-wrapper,.home-ww-section-wrapper{padding:2rem}}.home-spiner-section,.home-tmf-section,.home-ww-section{display:flex;flex-direction:column;width:100%}.home-spiner-section-image,.home-tmf-section-image,.home-ww-section-image{position:relative;overflow:hidden;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.home-image{max-width:300px;width:100%;height:auto;display:block;transition:all .3s}.home-image:hover{animation:glitchHover .45s linear}.home-spiner-section p,.home-tmf-section p,.home-ww-section p{font-size:18px}@media (min-width: 1200px){.home-spiner-section p,.home-tmf-section p,.home-ww-section p{font-size:16px}}.home-section-description{font-size:18px;margin-bottom:2rem}@media (min-width: 1200px){.home-section-description{font-size:16px}}.home-create-text{font-size:18px}@media (min-width: 1200px){.home-create-text{font-size:16px}}.decode-button{width:120px}.newsletter-form{display:flex;flex-direction:column;gap:1.2rem;width:100%;max-width:330px}@media (min-width: 1200px){.newsletter-form{max-width:5cm;max-width:480px}}.newsletter-form .form-row{display:flex;width:100%;gap:.5rem}@media (max-width: 500px){.newsletter-form .form-row{flex-direction:column}}.newsletter-form .form-row input[type=email]{flex:1;padding:12px;font-family:Satoshi,sans-serif;font-size:14px;border:1px solid #ccc;background:#f9f9f9}.newsletter-form .form-row .glitch-button{background:black;color:#fff;padding:12px 20px;border:none;font-family:Kode Mono,monospace;font-size:14px;letter-spacing:1px;cursor:pointer;transition:all .2s ease}.newsletter-form .form-row .glitch-button:hover{transform:scale(1.1)}.newsletter-form .checkbox-label{display:flex;align-items:center;gap:.5rem;margin-top:.8rem;font-size:12px;color:#000;font-family:Satoshi,sans-serif;z-index:1}.newsletter-form .checkbox-label input[type=checkbox]{transform:scale(1.1)}.checkbox-label input[type=checkbox]{accent-color:black}.success-message{color:#c54c42;font-family:Satoshi,sans-serif;font-size:14px;letter-spacing:1px;text-align:center;margin-top:1.5rem}.error-message{font-family:Satoshi,sans-serif;color:#f55;margin-top:.5rem}.countdown{font-family:Kode Mono,monospace}.countdown p{padding-top:10px;font-size:12px;font-weight:700}.s-content{padding-top:2rem;padding-left:1rem;padding-right:1rem;width:100%;margin:0 auto}@media screen and (min-width: 1025px){.s-content{padding-left:2rem;padding-right:2rem;max-width:1400px}.masonry .entry{height:680px}}.chronicles-header{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.site-tile{font-family:Brick,sans-serif;font-size:90px;margin:0;color:#000;padding-bottom:20px;font-weight:400;position:relative;display:inline-block}.site-subtitle{font-weight:700;font-family:Kode Mono,monospace;font-size:22px;text-transform:uppercase;margin-bottom:1rem;white-space:nowrap;overflow:hidden;display:inline-block;color:#5a5a5a!important;position:relative;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.chronicles-txt{padding-bottom:4rem}.site-subtitle+span{display:block;margin:.5rem auto 2rem;height:1px;width:97%;background-color:#d24742}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.masonry-wrap{width:100%;margin-left:auto;margin-right:auto;margin-top:0;max-width:1400px}.masonry{margin-bottom:3.2rem}.masonry:after{content:"";display:table;clear:both}.masonry .grid-sizer,.masonry__brick{float:left;width:33.3333%}.masonry__brick{padding:0 20px;overflow:visible}.masonry .entry{margin-bottom:40px;color:#00000080;position:relative;transition:transform .28s cubic-bezier(.3,.01,.2,1);transform:translateZ(0);will-change:transform;display:flex;flex-direction:column}.masonry .entry:hover{transform:scale(1.03);z-index:3;box-shadow:none!important}.masonry .entry__thumb{position:relative;overflow:hidden;border-top:solid 1px #e0e0e0;border-left:solid 1px #e0e0e0;border-right:solid 1px #e0e0e0}.masonry .entry__thumb-link{text-decoration:none}.masonry .entry__thumb-link img{vertical-align:bottom;transition:all .3s;width:100%;height:auto;display:block}.masonry .entry__thumb-link:hover img,.masonry .entry__thumb:hover .entry__thumb-link img{animation:glitchHover .45s linear}.masonry .entry__thumb-link:before,.masonry .entry__thumb-link:after{display:none;content:none}.masonry .entry__thumb:hover .entry__thumb-link img{transform:scale(1.05)}.masonry .entry__text{padding:2rem;background-color:#f9f9f9;border-bottom:solid 1px #e0e0e0;border-left:solid 1px #e0e0e0;border-right:solid 1px #e0e0e0;display:flex;flex-direction:column;flex:1;overflow:hidden}.masonry .entry__text p{margin-bottom:0;font-family:Satoshi,sans-serif;line-height:normal;color:#111;font-weight:500;font-size:16px}.masonry .entry__title{font-size:16px;margin-top:0;margin-bottom:.4rem;font-family:Satoshi,sans-serif;font-weight:700;letter-spacing:3px;text-transform:uppercase;line-height:normal}.masonry .entry__title a{color:#d24742;text-decoration:none}.masonry .entry__title a:hover,.masonry .entry__title a:focus{color:#000;text-decoration:none}.masonry .entry__excerpt{font-size:1.7rem;line-height:1.882;flex:1;overflow:hidden}.masonry .entry__meta{font-family:IBM Plex Sans,sans-serif;font-weight:400;font-size:11.5px;line-height:2rem;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:20px}.masonry .entry__meta span{margin-right:10px}.masonry .entry__meta a{color:#000;text-decoration:none}.masonry .entry__meta a:hover,.masonry .entry__meta a:focus{color:#000;text-decoration:none}.read-btn{display:inline-block;font-weight:400;font-size:12px;line-height:inherit;color:#1a1a1a;border:1px solid rgba(0,0,0,.3);border-radius:3px;margin-right:6px;margin-bottom:8px;padding:1px 12px;margin-top:auto;font-family:Kode Mono,monospace;align-self:flex-start}.read-btn a{text-decoration:none;color:inherit}.read-btn:hover{background-color:#000}.read-btn:hover a{color:#fff;text-decoration:none;font-weight:800}.animate-this{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.animate-this.animated{opacity:1;transform:translateY(0)}@media screen and (max-width: 1100px){.s-content{padding-left:1rem;padding-right:1rem}.masonry-wrap{width:100%;max-width:100%;margin:0 auto;padding-left:0;padding-right:0;position:relative;z-index:1;margin-top:2rem}}@media screen and (max-width: 1200px){.masonry .grid-sizer,.masonry__brick{width:50%}}@media screen and (max-width: 800px){.masonry .grid-sizer,.masonry__brick{width:100%;float:none}.masonry__brick{padding:0 1rem}}@media screen and (max-width: 800px){.site-tile{font-size:90px;text-align:center}.site-subtitle{white-space:normal;overflow:visible;display:block;text-align:center;word-break:break-word;font-size:20px;padding:0 1rem}.site-subtitle+span{margin-bottom:2rem}.s-content{padding-left:1rem;padding-right:1rem}.masonry-wrap{width:100%;max-width:100%;padding-left:0;padding-right:0}.masonry .grid-sizer{width:0}.masonry__brick{width:100%!important;float:none!important;padding:0 1rem}.masonry .entry{margin-bottom:4rem;height:auto!important}.read-btn{margin-top:2rem!important}}@media screen and (max-width: 600px){.masonry-wrap{width:100%;max-width:100%;padding-left:0;padding-right:0}.masonry__brick{padding:0 .5rem;width:100%!important;float:none!important}.masonry .entry{height:auto!important}.read-btn{margin-top:2rem!important}}@media screen and (max-width: 400px){.site-tile{font-size:64px}.masonry-wrap{padding-left:0;padding-right:0}.masonry__brick{padding:0 .5rem;width:100%!important;float:none!important}.masonry .entry{margin-bottom:3.2rem;height:auto!important}.read-btn{margin-top:2rem!important}}.newsletter{margin:40px auto 0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem auto 6rem}.newsletter-title{text-align:center;text-transform:uppercase;color:#d24742;font-family:Satoshi,sans-serif;font-weight:700;font-size:16px;letter-spacing:2px;margin-bottom:0}.newsletter-form{display:flex;flex-direction:column;align-items:center;justify-content:center}.subscribe-form{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.newsletter input[type=email]{width:60%;margin-bottom:20px;height:2rem;padding:.5rem 0;border:0;border-bottom:1px solid #c3c3c3;outline:none;color:#000;font-family:Satoshi,sans-serif;font-size:14px;background:transparent;transition:all .3s ease-in-out}.newsletter input[type=email]:focus{border-bottom:1px solid #000000}.newsletter-button{width:40%;background-color:#dcdcdc;border:none!important;letter-spacing:2px;text-transform:uppercase;text-align:center;padding:0;font-family:Satoshi,sans-serif;font-weight:600;font-size:14px;color:#000;cursor:pointer;height:40px}.newsletter-subtitle{font-family:Kode Mono,monospace;font-weight:500;width:75%;max-width:900px;font-size:14px;text-align:center;color:#5a5a5a;margin:20px auto}.newsletter-consent{display:flex;align-items:center;text-align:left;gap:10px;font-size:12px;font-family:Satoshi,sans-serif;color:#5a5a5a}.newsletter-consent span{line-height:1.4;display:flex;align-items:center}.newsletter-consent input{width:1.4rem;height:1.4rem}.newsletter-consent input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:14px;height:14px;border:1px solid #000;cursor:pointer;position:relative;margin:0;flex-shrink:0;align-self:center}.newsletter-consent input[type=checkbox]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;font-weight:900;color:#d24742}.newsletter-consent input[type=checkbox]:checked:after{content:"✓";opacity:1}.newsletter-feedback{color:#d24742!important;display:block!important;margin-top:10px;font-weight:500}@media screen and (max-width:400px){.newsletter-button{font-size:16px}.newsletter-form{width:100%!important;flex-direction:column!important;gap:1rem!important}.subscribe-form{flex-direction:column}.newsletter input[type=email],.newsletter-button{width:100%!important;margin-bottom:1rem!important;font-size:16px;height:4rem}.newsletter-title{font-size:20px!important;letter-spacing:3px!important;width:70%}.newsletter-subtitle{font-size:16px!important;line-height:1.4!important}.newsletter-consent{font-size:12px!important;line-height:1.4!important}.newsletter-feedback{font-size:1.1rem!important}.newsletter-consent input[type=checkbox]{width:16px!important;height:16px!important;border-width:1px!important}.newsletter-consent input[type=checkbox]:after{font-size:12px!important}}.auteure-page{display:grid;grid-template-columns:1fr 2fr;gap:2rem;padding:4rem;align-items:start;white-space:pre-line}@media (max-width: 1199px){.auteure-page{grid-template-columns:1fr;gap:2rem;padding:1rem;margin-top:50px}}.auteure-page .photo-col{display:flex;flex-direction:column;align-items:center}.auteure-page .photo-col img{width:100%;max-width:220px;border-radius:4px;filter:grayscale(100%)}@media (max-width: 1199px){.auteure-page .photo-col img{max-width:100%}}.auteure-page .photo-col img:hover{animation:glitchHover .4s linear;filter:grayscale(0%)}.auteure-page .bio{font-size:18px;line-height:1.8;text-align:justify;max-width:600px;font-style:italic}@media (min-width: 1200px){.auteure-page .bio{font-size:15px}}.signature{font-family:Brick,sans-serif;color:#d24742;margin-top:1rem;font-size:64px;text-align:right}@media (min-width: 1200px){.signature{font-size:54px}}.auteure-intro{text-align:right;font-size:17px;line-height:1.8}@media (min-width: 1200px){.auteure-intro{font-size:15px}}.fusionner{display:flex;flex-direction:column;padding-top:2rem;white-space:pre-line}@media (min-width: 1200px){.fusionner{padding:2rem}}.fusionner-intro{margin-top:30px}.fusionner .card-section{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0;width:100%}@media (min-width: 1200px){.fusionner .card-section{flex-direction:row;flex-wrap:wrap;gap:2rem;margin:3rem 0}}.fusionner .card{flex:1 1 calc(50% - 1rem);background-color:transparent;border:1px solid #ddd;border-radius:0;display:flex;flex-direction:column}.fusionner .card p{font-size:18px}@media (min-width: 1200px){.fusionner .card p{font-size:16px}}@media (min-width: 1200px){.fusionner .card{padding:2rem}}.fusionner-section{margin:0}.section-title{text-transform:uppercase;font-weight:700;font-size:18px;letter-spacing:3px;margin:0 0 20px}@media (min-width: 1200px){.section-title{font-size:15px}}.fusionner .enter-button{background-color:#000;color:#fff;padding:10px 15px;font-family:Kode Mono,Courier New,Courier,monospace;font-size:16px;margin:20px 0 0;width:270px;text-align:center;cursor:pointer;transition:transform .2s ease;display:block;text-transform:uppercase}.fusionner .enter-button:hover{transform:translateY(-3px)}.fusionner .enter-button a{color:#fff;text-decoration:none}.crowfunding{display:flex;flex-direction:column;gap:.75rem}.obsidian{display:flex;flex-direction:column}.kofi_logo{max-width:35px;padding-right:5px}.obsidian-link{display:flex;flex-direction:row;padding-top:15px;font-size:18px}@media (min-width: 1200px){.obsidian-link{font-size:15px}}.social-icons{width:34px;margin-top:1rem}.propager-block{font-size:18px}@media (min-width: 1200px){.propager-block{font-size:15px}}.wtf-text{margin-top:2rem}.boutique-page{margin-top:2rem;white-space:pre-line}@media (min-width: 1200px){.boutique-page{margin-top:0}}.title-ink{font-family:Brick,sans-serif;font-size:3.5rem;text-align:left}@media (min-width: 1200px){.title-ink{margin-top:0}}.sup-88{font-family:Saira Condensed,sans-serif;font-weight:500;font-size:2.5rem;letter-spacing:-1px;position:relative;top:-.1em;color:#d24742;display:inline-block;animation:freqScale 2s infinite ease-in-out}@keyframes freqScale{0%,97%,to{transform:scale(1)}48%{transform:scale(1.07)}50%{transform:scale(.96)}52%{transform:scale(1.05)}54%{transform:scale(1)}}.subtitle-wrapper{position:relative;display:inline-block}.subtitle{font-family:Satoshi,sans-serif;font-weight:700;font-size:14px;letter-spacing:3px;text-transform:uppercase;margin-top:0;padding-top:20px}.separator{position:absolute;bottom:-10px;left:0;height:1px;background-color:#d24742;width:0;animation:lineExpand 1.2s ease forwards}@keyframes lineExpand{0%{width:0%}to{width:100%}}.content{display:flex;flex-direction:row;gap:2rem;align-items:left;box-sizing:border-box}@media (max-width: 1199px){.content{flex-direction:column-reverse;gap:1rem}}.key{color:#d24742;font-weight:700;padding:10px 0}.products{display:inline-block}.description{padding-top:20px}.testimonials-boutique{margin-top:2rem;padding-top:1rem;border-top:1px solid #111}.testimonials-boutique h3{font-family:Satoshi,sans-serif;font-weight:700;margin-bottom:1rem;font-size:12px;text-transform:uppercase}.trustpilot{font-size:12px;padding-top:20px}.logo-trustpilot{width:15px}.product-page{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:2rem;padding-top:2rem;color:#111;width:100%}@media (max-width: 1199px){.product-page{flex-direction:column;box-sizing:border-box;gap:2rem}}.achat{display:flex;flex-direction:row;gap:1rem;margin-bottom:30px;align-items:center;justify-content:flex-start}.form{padding:0}.gallery{flex:1;display:flex;flex-direction:column;gap:1rem}.gallery .product-image{width:100%;border:1px solid black;padding:.5rem;background-color:#fff;animation:none}.gallery .glitch-on-change{animation:glitchHover .4s linear}@media (min-width: 1200px){.info{min-width:370px}}.info h1{font-family:Satoshi,sans-serif;text-transform:uppercase;font-size:1rem;font-weight:700}.info .description-product{font-size:13px;color:#111;white-space:pre-line}.info .price{font-size:26px;font-weight:700;color:#d24742;padding-top:10px;font-family:Brick,sans-serif}.info select{width:100%;padding:.5rem;font-family:Satoshi,sans-serif;font-size:1rem;margin-bottom:1.5rem}.info .buy-button{display:inline-block;text-decoration:none;margin-top:15px;transition:all .3s ease;font-family:Kode Mono,monospace;background:#000;color:#fff;border:none;padding:12px 20px;font-size:13px;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.info .buy-button:hover{scale:1.1;font-weight:800}.radio-group{display:flex;gap:1rem;flex-wrap:wrap}.radio-group .radio-option{cursor:pointer;font-weight:700;text-transform:uppercase;display:inline-block;width:fit-content}.radio-group .radio-option input{display:none}.radio-group .radio-option.active:after,.radio-group .radio-option:hover:after{width:100%}.radio-group .radio-option:after{content:"";display:block;height:2px;width:0%;background:#D24742;transition:width .3s ease}.gallery-container{display:flex;flex-direction:column;align-items:center;padding-inline:1rem}.gallery-container .main-image{max-width:300px;width:100%;margin:10px auto 0;padding:.5rem;background:white;border:1px solid black;z-index:10}.gallery-container .main-image img{width:100%;height:auto;display:block}.gallery-container .thumbnails{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem}.gallery-container .thumbnails .thumbnail{width:60px;height:auto;padding:2px;background:white;border:1px solid transparent;cursor:pointer}.gallery-container .thumbnails .thumbnail.active{border-color:#d24742}.gallery-container .thumbnails .thumbnail:hover{opacity:.85;border-color:#111}@media (min-width: 1200px){.gallery-container{flex-direction:row;align-items:flex-start;gap:2rem}.gallery-container .thumbnails{flex-direction:column;align-items:flex-start;margin-top:0}.gallery-container .main-image{min-width:400px;width:100%;margin-top:0}}.detail-produit{font-size:11px;margin-top:20px}.audio-player{position:relative;width:100%}.audio-player img{width:100%;height:auto;display:block}.audio-player .play-button{position:absolute;bottom:20%;left:50%;transform:translate(-50%);background:#FAFAFA;color:#000;font-size:1rem;padding:.6rem 1.2rem;border:none;cursor:pointer}.audio-player .play-button:hover{scale:1.1}.book-specs{margin-top:1rem}.book-specs .toggle-specs{background:none;border:none;font-family:Satoshi,sans-serif;font-weight:600;font-size:12px;text-transform:uppercase;cursor:pointer;transition:color .3s ease}.book-specs .toggle-specs:hover{color:#000}.book-specs .specs-content{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease;font-size:12px;padding-left:1rem;color:#111}.book-specs .specs-content ul{list-style:none;padding:0;margin-top:1rem}.book-specs .specs-content ul li{margin-bottom:.4rem}.book-specs .specs-content ul strong{color:#c54c42}.book-specs .specs-content.open{max-height:300px;opacity:1}.live-transmission{font-family:Kode Mono,monospace;color:#fff;background:#000;padding:1rem 2rem;font-size:12px;white-space:pre-wrap;overflow-wrap:break-word;overflow:hidden;text-align:left;min-height:2.5rem}@media (max-width: 1199px){.live-transmission{flex-wrap:wrap}}.live-transmission .cursor{animation:blink 1s infinite}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}.expandable-text{position:relative;font-size:14px;line-height:1.6;transition:all .3s ease}.expandable-text .expand-btn{margin-top:10px;border:none;background:none;color:#d24742;cursor:pointer;font-size:12px;letter-spacing:1px;text-transform:uppercase;padding:0}.expandable-text.open .expand-btn{color:#999}.contact-page{display:flex;flex-direction:column;max-width:1000px;margin:0;padding:1rem;color:#111;white-space:pre-line}.contact-page form{max-width:600px;display:flex;flex-direction:column;gap:1.2rem}.contact-page form input,.contact-page form textarea{font-family:Satoshi,sans-serif;font-size:14px;padding:10px 12px;border:1px solid #ccc;background:#fff;color:#111;border-radius:0;box-sizing:border-box;width:100%}.contact-page form input:focus,.contact-page form textarea:focus{outline:none;border-color:#c54c42}.contact-page form textarea{resize:vertical;min-height:120px}.contact-page form button{font-family:Kode Mono,monospace;background:#000;color:#fff;border:none;padding:12px;font-size:16px;text-transform:uppercase;cursor:pointer;transition:all .2s ease;align-self:flex-start}.contact-page form button:hover{animation:glitchHover .4s linear}.contact-text{margin:2rem 0}.not-found{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;overflow:hidden;color:#fff}.not-found__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.not-found__content{position:relative;z-index:1;text-align:center;padding:1rem 1.5rem;background-color:#000}.title-notfound{padding:30px 0;font-size:clamp(40px,8vw,120px);line-height:1}.link-nf{color:#fff;text-transform:uppercase;font-family:Satoshi,sans-serif;font-size:14px;font-weight:700;font-size:16px;letter-spacing:3px;text-decoration:underline;text-decoration-color:#d24742}.link-nf:hover{text-decoration-thickness:2px;text-underline-offset:4px}.link-nf:visited{color:#fff}.text-nf{font-family:Kode Mono,Courier New,Courier,monospace;font-size:14px}.cart-page{white-space:pre-line}.cart-table{width:100%;border-collapse:collapse;margin-bottom:2rem;margin-top:2rem}.cart-table th,.cart-table td{padding:.8rem;border-bottom:1px solid #ccc}.cart-table th{background:#f4f4f4}.quantity-col,.total-col{text-align:center}.quantity-input{width:40px;background-color:transparent;text-align:center;border:none;font-weight:600;font-size:14px;color:#333;font-family:Satoshi,sans-serif}.quantity-input:focus{outline:none}.productname-col{min-width:100px}.cart-title{font-size:3.5rem;margin-top:1rem}.cart-table th{font-family:Satoshi,sans-serif;font-weight:700;font-size:13px;letter-spacing:3px;text-transform:uppercase;text-align:left}.buttons-wrapper{display:flex;gap:2rem;align-items:baseline;justify-content:end}.pay-button{display:inline-block;text-decoration:none;margin-top:25px;transition:all .3s ease;font-family:Kode Mono,monospace;background:#000;color:#fff;border:none;padding:12px 20px;font-size:13px;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.pay-button:hover{scale:1.1;font-weight:800}.return-button{width:100%;text-transform:uppercase;border:none;background-color:transparent;font-weight:700;cursor:pointer;display:inline-block;width:fit-content;font-family:Satoshi,sans-serif}.return-button.active:after,.return-button:hover:after{width:100%}.return-button:after{content:"";display:block;height:2px;width:0%;background:#D24742;transition:width .3s ease}.trash-icon{width:30px;height:30px;cursor:pointer}.cart-total{display:flex;justify-content:space-between;padding:.5rem .8rem;background-color:#f4f4f4;align-items:center;font-family:Satoshi,sans-serif;font-weight:800;font-size:13px;letter-spacing:3px;text-transform:uppercase}.total-title2{font-size:13px}.cart-footer{margin-top:50px}.footer-text-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.footer-text{font-size:13px}.footer-images{margin-top:1rem;display:flex;justify-content:center;gap:1rem}.footer-images img{height:60px;opacity:.8}.empty-bucket{white-space:pre-line}.empty-text{margin:2rem 0}.special-code-wrapper{margin-bottom:20px;display:flex;justify-content:space-between;gap:1rem;align-items:center}.code{display:flex;flex-direction:row;gap:10px;height:30px}.discount-info{margin-left:auto;display:block;text-align:right}.apply-code-button{width:100%;text-transform:uppercase;border:none;background-color:transparent;font-weight:500;cursor:pointer;display:inline-block;width:fit-content;font-family:Satoshi,sans-serif;font-size:12px}.apply-code-button.active:after,.apply-code-button:hover:after{width:100%}.apply-code-button:after{content:"";display:block;height:2px;width:0%;background:#D24742;transition:width .3s ease}.special-code-input{width:100px;text-align:center;border:none;font-weight:600;font-size:14px;color:#333;font-family:Satoshi,sans-serif}.special-code-input:focus{outline:none}.code-label{align-items:center;display:flex}.commande-container{max-width:800px;margin:0 auto;padding:1rem;color:#1a1a1a}@media (min-width: 1200px){.commande-container{padding:2rem}}.commande-container h1{font-size:2.5rem;margin-bottom:1.5rem;color:#111;margin-top:2rem}@media (min-width: 1200px){.commande-container h1{margin-top:0}}.commande-form{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 0}.commande-form label{font-weight:700;margin-bottom:.25rem;display:block;font-family:Satoshi,sans-serif;font-size:13px;text-transform:uppercase}.form-group{display:flex;flex-direction:column;width:100%}.commande-form input,.commande-form select,.commande-form textarea{padding:.5rem;border:1px solid #ccc;width:100%}.commande-form button{padding:.75rem 1.5rem;font-size:14px;background-color:#000;color:#fff;border:none;cursor:pointer;transition:background-color .2s ease;width:fit-content;align-self:center}.commande-form button:hover{background-color:#222}.commande-form .error-message{color:#b00020;font-size:.875rem}.cde-name,.cde-city{display:flex;gap:1rem}.cde-name .form-group,.cde-city .form-group{flex:1}.order-summary{padding-top:1rem}.success-title{font-size:3.5rem}.signup-container{display:flex;flex-direction:column}.signup-form{width:100%;max-width:420px;padding:1rem;box-sizing:border-box}.signup-title{margin-bottom:1.5rem;font-family:Brick,sans-serif;font-size:2.5rem;margin:2rem 0}.signup-text{padding-bottom:2rem}.signup-form input{margin-top:5px;padding:.9rem 1rem;margin-bottom:1rem;border:none}.signup-buttons{display:flex;flex-direction:row;justify-content:space-around;gap:1rem}.signup-button{margin-top:2rem;width:100%;text-transform:uppercase;border:none;background-color:transparent;font-weight:700;cursor:pointer;display:inline-block;width:fit-content}.signup-button.active:after,.signup-button:hover:after{width:100%}.signup-button:after{content:"";display:block;height:2px;width:0%;background:#D24742;transition:width .3s ease}.signup-message{color:#d24742;font-size:.9rem;margin-top:.5rem;text-align:center}.signup-name{display:flex;flex-direction:row;gap:1rem}.signup-consent{display:flex;flex-direction:row;align-items:center;text-align:left}.signup-consent label{display:flex;align-items:left;gap:.5rem}.signup-email input,.signup-mdp input{width:100%}*{box-sizing:border-box}.login-wrapper{position:fixed;top:200px;left:400px;width:calc(100vw - 400px);height:100vh;display:flex;align-items:start;justify-content:center;overflow:hidden}.login-form{width:100%;max-width:320px;padding:1rem;box-sizing:border-box}.login-title{margin-bottom:1.5rem;font-family:Brick,sans-serif;color:#d24742;text-align:center;font-size:34px}.login-form input{width:100%;margin-top:5px;padding:.9rem 1rem;margin-bottom:1rem;border:none}.login-buttons{display:flex;flex-direction:row;justify-content:space-around;gap:1rem}.login-button{width:100%;text-transform:uppercase;border:none;background-color:transparent;font-weight:700;cursor:pointer;display:inline-block;width:fit-content;padding-top:2rem}.login-button.active:after,.login-button:hover:after{width:100%}.login-button:after{content:"";display:block;height:2px;width:0%;background:#D24742;transition:width .3s ease}.login-message{color:#d24742;font-size:.9rem;margin-top:.5rem;text-align:center}.forgot-password{cursor:pointer;color:#000;text-decoration:underline;text-decoration-color:#000;font-family:Satoshi,sans-serif;font-size:12px}.forgot-password:visited{color:#000}.forgot-password:hover{text-decoration-thickness:2px;text-underline-offset:4px}.dashboard{max-width:900px;margin:0 auto;padding:2rem;white-space:pre-line}.dashboard h1{font-family:Brick,sans-serif;font-size:3.5rem;margin-bottom:1rem}.dashboard h3{margin-bottom:1rem;font-family:Satoshi,sans-serif;border-bottom:1px solid #444;padding-bottom:.5rem;text-transform:uppercase;font-weight:700;font-size:1rem;color:#c54c42}.dashboard button{background-color:#c54c42;border:none;padding:.7rem 1.2rem;color:#fff;font-weight:700;cursor:pointer;margin-bottom:2rem;transition:background-color .3s ease}.dashboard button:hover{background-color:#a23a32}.dashboard section{padding:1rem 0}.wrapper{margin-top:3rem;display:flex;flex-direction:column;justify-content:space-around}.welcome{display:flex;flex-direction:row;height:auto;padding-bottom:1rem;gap:10px}.welcome-text{font-weight:700}.dashboard-sections{margin-top:1rem}.logout-btn{cursor:pointer;height:24px;width:24px}.dashboard-footer{margin-top:2rem;font-size:11px}.crowdfunding-page{white-space:pre-line;padding:2rem 1rem}section{padding:.5rem}.crw-subtitle{margin-top:2rem}.crw-section-title{color:#d24742;text-transform:uppercase;font-weight:700;font-size:18px;letter-spacing:3px;padding-bottom:20px}.crw-section-subtitle{font-family:Satoshi,sans-serif;color:#000;font-size:18px;font-weight:800;letter-spacing:0;margin-top:1rem;margin-bottom:.5rem}.crw-section-subtitle:first-of-type{margin-top:1rem}@media (min-width: 1200px){.crw-section-subtitle{font-size:16px}}.rewards{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.rewards .row{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.rewards .column{flex:0 0 auto}.rewards .reward-card{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid rgba(255,255,255,.15);padding:1.5rem;width:250px;height:250px;text-align:center;transition:all .3s ease;cursor:pointer;border:solid 1px black}.rewards .reward-card:hover{border-color:#ffffff59;transform:translateY(-4px);background-color:#000;color:#fff}.reward-list{list-style:none;padding:0}.reward-list li{margin-bottom:.5rem}.crw-btn .crowdfunding-btn{margin-top:2rem;text-decoration:none;padding:.9rem 2rem;font-weight:600;display:inline-block;transition:all .3s ease;cursor:pointer;background-color:#000;color:#fff}.crw-btn .crowdfunding-btn:hover{border-color:#ffffff59;transform:translateY(-4px);color:#fff}a .crw-btn .crowdfunding-btn:active{color:#fff}.sources ol{list-style:decimal!important}.sources li{margin-bottom:.6rem}.s-content ol,.s-content ul{list-style:decimal!important}.entry__content{margin-bottom:6rem}p.lead{font-family:Kode Mono,sans-serif;font-weight:700;font-size:14px;padding:3rem;margin-bottom:3.6rem;color:#fff;background-color:#000}.section-title{color:#d24742;text-transform:uppercase;letter-spacing:2px;font-size:18px;font-weight:700;font-family:Satoshi,sans-serif}.subsection-title{text-transform:uppercase;letter-spacing:2px;font-size:16px;font-weight:700;font-family:Kode Mono,monospace;color:#000;padding-bottom:1rem}.entry__header-meta{list-style:none;font-size:18px;font-weight:300;line-height:1.778;margin-left:0;margin-right:0;padding:0;color:#000;text-align:center}.entry__header-meta li{display:inline-block;padding-left:0;margin:0 .8rem}.entry__header-meta a{color:#000000b3;text-decoration:none}.entry__header-meta a:hover,.entry__header-meta a:focus{color:#000}@media screen and (min-width: 1025px){.entry__header-meta{font-size:16px}}.entry__tags{margin-top:6rem;font-family:Kode Mono,monospace}.entry__tags span{font-weight:500;color:#000;padding-right:56px;margin-right:1.6rem;position:relative}.entry__tags span:after{display:inline-block;content:"";height:1px;width:40px;background-color:#0003;position:absolute;top:50%;right:0}.entry__tags .entry__tag-list{display:inline-block;padding-right:0;margin-right:0}.entry__tags .entry__tag-list:after{display:none}.entry__tags .entry__tag-list a{display:inline-block;font-weight:400;font-size:12px;line-height:inherit;color:#1a1a1a;border:1px solid rgba(0,0,0,.3);border-radius:3px;margin-right:6px;margin-bottom:8px;padding:1px 12px}.entry__tags .entry__tag-list a:hover,.entry__tags .entry__tag-list a:focus{background-color:#000;border-color:#000;color:#fff}.entry__tags .entry__tag-list a:last-child{margin-right:0}.sources{font-size:12px;font-family:Kode Mono,monospace}.sources-title{font-weight:700;font-size:12px;text-transform:uppercase;font-family:Kode Mono,monospace}.media-wrap{margin-bottom:3rem!important}.media-wrap img,.media-wrap .video-container{vertical-align:bottom;margin-top:0!important;margin-bottom:0!important}.entry__post-thumb img{width:100%;max-width:1000px;height:auto;display:block;transition:transform .3s ease;margin:0 auto}.entry__post-thumb:hover img{animation:glitchHover .45s linear;transform:scale(1.02)}.divider{display:block;width:100%;height:1px;background-color:#d24742;margin:4rem auto}.article-subtitle{font-family:Kode Mono,monospace;text-transform:uppercase;margin-bottom:1rem;font-size:22px;color:#000}.s-content.content{padding-top:2rem;padding-left:1rem;padding-right:1rem;width:100%;margin:0 auto}@media screen and (min-width: 1025px){.s-content.content{padding-left:2rem;padding-right:2rem}}.row.content__page{width:100%;max-width:900px;margin:0 auto;padding-bottom:4rem}.content__page-header{text-align:center;margin-bottom:1rem}.display-1{font-size:90px;line-height:1.143;letter-spacing:-.05rem;margin-top:0;margin-bottom:.8rem;font-family:Brick,sans-serif;text-align:center}.entry__header,.entry__header .entry__title{text-align:center}.table-of-contents{margin:3rem 0 4rem;padding:2rem;background-color:#fff;border-left:3px solid #000}.table-of-contents h3{letter-spacing:2px;font-weight:700;font-size:16px;text-transform:uppercase;margin-bottom:1.5rem;color:#000;font-family:Kode Mono,monospace}.table-of-contents ul{list-style:none;margin:0;padding:0}.table-of-contents li{margin-bottom:.8rem;line-height:1.6}.table-of-contents a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}.table-of-contents h3{margin-top:1rem}.summary-link{font-size:16px;font-family:Satoshi,sans-serif;font-weight:500}.table-of-contents a:hover,.table-of-contents a:focus{color:#d24742;text-decoration:underline}.paragraph-text{text-align:justify;line-height:1.5;font-size:18px;margin-bottom:2rem}@media screen and (min-width: 1025px){.paragraph-text{font-size:16px}}html{scroll-behavior:smooth}@media screen and (max-width: 800px){.display-1{font-size:4.6rem}.entry__post-thumb img{max-width:100%}}@media screen and (max-width: 600px){.display-1{font-size:4.2rem}}@media screen and (max-width: 500px){.display-1{font-size:4rem}}@media screen and (max-width:400px){.display-1{font-size:3.5rem}.subsection-title{font-size:18px}.section-title{font-size:20px}.table-of-contents h3{font-size:18px}.paragraph-text{text-align:left;font-size:18px;line-height:1.5}}.like-button-container{display:flex;align-items:center;gap:.8rem;margin-top:3rem;padding-top:2rem}.like-button-text{font-family:Kode Mono,monospace;font-size:14px;font-weight:500;color:#000;margin:0;line-height:1;display:flex;align-items:center}.like-button{background:transparent!important;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;line-height:1;vertical-align:middle}.like-button:hover{transform:scale(1.1);background:transparent!important}.like-button svg{color:#000;stroke:#000;fill:none;transition:all .3s ease;display:block}.like-button.liked svg{fill:#000;stroke:#000}.like-count{font-family:Kode Mono,monospace;font-size:14px;font-weight:500;color:#000;line-height:1;display:flex;align-items:center}.entry__pagenav{margin:4rem 0;padding:2rem 0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);position:relative;clear:both}.entry__pagenav:after{content:"";display:table;clear:both}.entry__prev,.entry__next{width:50%;float:left;padding-right:2rem}.entry__next{float:right;text-align:right;padding-right:0;padding-left:2rem}.entry__prev a,.entry__next a{display:block;text-decoration:none;color:#000;transition:color .3s ease}.entry__prev a:hover,.entry__next a:hover{color:#d24742}.entry__prev span:first-child,.entry__next span:first-child{display:block;font-family:Kode Mono,monospace;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#1a1a1a;margin-bottom:.8rem;transition:color .3s ease}.entry__prev a:hover span:first-child,.entry__next a:hover span:first-child{color:#d24742}.pagenav__title{display:block;font-family:Satoshi,sans-serif;font-weight:500;font-size:16px;line-height:1.4;color:#000;transition:color .3s ease}.entry__prev a:hover .pagenav__title,.entry__next a:hover .pagenav__title{color:#d24742}@media screen and (max-width: 800px){.entry__prev,.entry__next{width:50%;padding-right:1rem;padding-left:0;margin-bottom:0}.entry__next{padding-right:0;padding-left:1rem;text-align:right}}.spiner{display:flex;flex-direction:column;padding:2rem;white-space:pre-line}.spiner-section{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;width:80%;margin-bottom:2rem}@media screen and (max-width: 800px){.spiner-section{flex-direction:column;width:100%}}.spiner-image{width:50%}@media screen and (max-width: 800px){.spiner-image{width:100%}}.spiner-image-cover{width:100%;height:auto;transition:all .3s}.spiner-image-cover:hover{animation:glitchHover .45s linear}@media screen and (max-width: 800px){.spiner-image-cover{width:100%}}@keyframes glitchHover{0%,to{clip-path:inset(0 0 0 0)}10%{clip-path:inset(10% 0 90% 0)}20%{clip-path:inset(80% 0 5% 0)}30%{clip-path:inset(40% 0 40% 0)}40%{clip-path:inset(70% 0 10% 0)}}.spiner-content{width:50%;white-space:pre-line}@media screen and (max-width: 800px){.spiner-content{width:100%;padding:1rem}}.tmf{display:flex;flex-direction:column;padding:2rem;white-space:pre-line}.tmf-content{width:100%;white-space:pre-line}@media screen and (max-width: 800px){.tmf-content{padding:1rem}}.tmf-text{margin-top:2rem}.wildweb{display:flex;flex-direction:column;padding:2rem;white-space:pre-line}.title{margin-bottom:20px}.wildweb-content{width:100%;white-space:pre-line}@media screen and (max-width: 800px){.wildweb-content{padding:1rem}}.wildweb-text{margin-top:2rem}@font-face{font-family:Brick;src:url(/fonts/brick.woff2) format("woff2"),url(/fonts/brick.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/satoshi-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/satoshi-medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/satoshi-bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}html,body{width:100%;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Satoshi,sans-serif;background-color:#f9f9f9;color:#111;font-weight:500}.app{display:flex}.main-content{padding:1rem;display:flex;flex-direction:column;justify-content:space-evenly;min-height:100vh;width:100%;align-items:flex-start;z-index:1;margin-left:0}@media (min-width: 1200px){.main-content{margin-left:450px;padding:2rem}}h1{font-family:Brick,Helvetica,"sans-serif";font-size:64px;font-weight:400;word-wrap:break-word;overflow-wrap:break-word;margin:0;padding:0}@media (min-width: 1200px){h1{font-size:80px}}p{font-size:18px;line-height:1.5}@media (min-width: 1200px){p{font-size:16px}}h3{font-family:Brick,"sans-serif";color:#d24742;font-size:54px;font-weight:400;letter-spacing:.07em}@media (min-width: 1200px){h3{font-size:44px}}.routes-container{display:flex;align-items:center;justify-content:center}@keyframes glitchFlash{0%{filter:contrast(300%) brightness(2) hue-rotate(20deg);transform:scale(1.02) translate(4px,-4px)}50%{filter:contrast(60%) brightness(.8) hue-rotate(-10deg);transform:translate(-4px,4px)}to{filter:none;transform:none}}.cookie-consent-box{position:fixed!important;width:100%;background:#111!important;z-index:2000!important;font-family:Satoshi,sans-serif!important;border-bottom:1px solid #fff;font-size:10px;letter-spacing:3px;text-transform:uppercase;text-align:left!important;box-shadow:0 0 10px #000000b3!important;padding:8px 12px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.cookie-consent-button{background:#C54C42!important;color:#fff!important;font-size:13px!important;border:none!important;padding:8px 16px!important;cursor:pointer!important}.cookie-consent-button:hover{scale:1.1;font-weight:700}
