:root{--primary-color: #006D5B}[data-theme=dark]{--primary-color: #00A86B}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--primary-color: #00A86B}}#background-map{position:absolute;opacity:.1;background-image:url("/background.webp");background-size:85svh auto;background-repeat:no-repeat;top:50%;left:50%;height:100vw;width:85svh;z-index:0;animation:pan 120s linear infinite alternate;transform:translate(-50%, -50%) rotate(-90deg);transform-origin:center;mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, #000 35%);-webkit-mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, #000 35%)}@media only screen and (max-width: 600px){#background-map{background-size:130svh auto;width:130svh;mask-image:linear-gradient(to right, rgba(0,0,0,0) 18%, #000 40%);-webkit-mask-image:linear-gradient(to right, rgba(0,0,0,0) 18%, #000 40%)}}@keyframes pan{0%{background-position:100% 0%}100%{background-position:0% 100%}}article p{text-align:justify}figcaption p{line-height:1rem;text-align:left}article iframe,article img,article video{border:none;border-radius:5px;margin:1rem 0;}article iframe{overflow:hidden;resize:both;width:100%;height:70vh;max-width:100%}.applet{position:relative;display:inline-block}.applet button.fullscreen{position:absolute;top:1.5rem;right:.5rem;z-index:1;padding:0;display:grid;width:1.5rem;height:1.5rem;border:0;border-radius:.25rem;background:rgba(0,0,0,.65);color:#fff;cursor:pointer;line-height:1;place-items:center}.applet button.fullscreen svg{width:1.15rem;height:1.15rem}article img{margin-left:auto;margin-right:auto}article figure{margin:auto 0}article figure>img{width:100%;height:auto}.w70 img{width:70%}.visual_row{display:flex;width:100%;flex-wrap:wrap;flex-direction:row;flex-align:center;gap:4px}.visual_row>img{max-width:49%;flex-grow:1;margin:0}iframe.youtube-player{height:385px}