@charset "UTF-8";:root{--body-background-color: #1f292a;--body-text-color: #ffffff;--accent-color: #d12229;--grey-color: hsl(185, 10%, 22%);--section-background-color: #ffffff;--section-text-color: var(--body-background-color);--button-background-color: var(--accent-color);--button-text-color: var(--section-background-color);--article-background-color: var(--section-background-color);--main-font-family: "Bahnschrift";--text-margin: 3rem}@media screen and (max-width:980px){:root{--text-margin: 1.5rem}}@font-face{font-family:Bahnschrift;src:url(/assets/fonts/BAHNSCHRIFT.eot);src:url(/assets/fonts/BAHNSCHRIFT.eot) format("embedded-opentype"),url(/assets/fonts/BAHNSCHRIFT.woff2) format("woff2"),url(/assets/fonts/BAHNSCHRIFT.woff) format("woff"),url(/assets/fonts/BAHNSCHRIFT.ttf) format("truetype")}body{font-size:clamp(.813rem,.441rem + 1.264vw,1.25rem);font-family:var(--main-font-family)}*{box-sizing:border-box}:root{color-scheme:dark}html,body{min-height:100dvh;scrollbar-gutter:stable;scrollbar-color:var(--grey-color) transparent;scrollbar-width:thin;max-width:100vw}html{font-size:13px}a{color:var(--accent-color)}a:hover,button:hover{cursor:url(/assets/mouse2.cur),auto}label,input{cursor:url(/assets/mouse3.cur),auto}h1,h2{text-transform:uppercase;position:relative;z-index:2;color:var(--section-text-color);background-color:var(--section-background-color);display:inline-block;padding:0 var(--text-margin);margin-bottom:.3em}h1{font-size:clamp(2rem,-.697rem + 5.776vw,4rem)}h2{font-size:clamp(1.5rem,-.697rem + 5.776vw,3rem)}@media screen and (min-width:480px){h2{line-height:1.2em;height:1.1em}}header{display:flex}header:not(.right) h2{margin-right:var(--text-margin)}header.right{justify-content:flex-end}header.right h2{margin-left:var(--text-margin)}.toothrack.top h2{margin-top:-.8em}body{margin:0;display:grid}.button-link{text-transform:uppercase;background:var(--button-background-color);color:var(--button-text-color);font-weight:bolder;text-decoration:none;padding:10px 20px;font-size:1.5em;border:none;font-weight:400}.section:has(+.toothrack){padding-bottom:5em}.links{margin:0;padding:0;width:100%;list-style:none;text-transform:uppercase;display:flex;place-content:space-between;place-items:center}.links li{padding:3px 0}.links .logo-group{max-width:25%;grid-area:5/1/6/-1;aspect-ratio:5}.logo-group{display:flex;flex-wrap:nowrap;flex:1;max-height:clamp(3em,17vw,4.5em);aspect-ratio:5}.logo-group img{height:100%}.tabs{position:relative;z-index:2;min-height:13em;outline-color:var(--section-background-color);outline-width:3px;outline-style:solid;display:flex;flex-wrap:nowrap;place-content:center;overflow-x:auto}.tabs>a{display:flex;transition:background-color .2s ease-in}.tabs>a:hover{background-color:var(--body-background-color)}.tabs>a.selected{display:flex;background:radial-gradient(color-mix(in srgb,var(--accent-color),var(--body-background-color) 70%),var(--body-background-color) 70%);background-color:var(--body-background-color)}.tabs picture{position:relative;display:flex;place-items:center;outline:2px solid var(--section-background-color);max-width:16em;width:16em;padding:10px}.tabs picture>img{width:100%;object-fit:cover}@media screen{.toothrack{position:relative}.toothrack:before,.toothrack:after{content:"";position:absolute;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;top:0;bottom:0;left:-1rem;right:-6px;pointer-events:none}.toothrack.top:before,.toothrack.bottom:after{-webkit-mask-image:url(/assets/asset_toothrack.svg);mask-image:url(/assets/asset_toothrack.svg);-webkit-mask-size:39rem auto;mask-size:39rem auto;-webkit-mask-position:bottom;mask-position:bottom;background-color:var(--color)}.toothrack.top:before{top:calc(var(--height, 2.8em) * 2 * -1);height:calc(var(--height, 2.8em) * 4);rotate:calc(var(--rotate, 4.2deg) * -1 - 180deg)}.toothrack.bottom:after{rotate:var(--rotate, 4.2deg);bottom:calc(var(--height, 2.8em) * -1)}.toothrack.reverse:before,.toothrack.reverse:after{scale:-1 1}.toothrack.reverse.top:before{rotate:calc((var(--rotate, 4.2deg)) - 180deg)}.toothrack.reverse.bottom:after{rotate:calc(var(--rotate, 4.2deg) * -1)}}.knuckles{flex-wrap:no-wrap}.knuckles li{background-image:url(/assets/asset_knuckle.svg);background-repeat:no-repeat;background-size:110%;background-position:-.2em .2em;min-width:var(--knuckle-size);width:var(--knuckle-size);min-height:var(--knuckle-size);height:var(--knuckle-size);display:flex;place-content:center;place-items:center;flex:1;transition-property:all;transition-duration:.1s;transition-timing-function:ease-in-out;aspect-ratio:.9}@media screen and (max-width:450px){.knuckles li.filler{display:none}}.knuckles li:has(a):hover{filter:invert(1);background-size:100%;background-position:1px .53em;scale:1.12}.knuckles li:has(a):hover a img{scale:.88;translate:0 -2px}.knuckles li a{width:100%;height:100%;display:flex;place-content:center;place-items:center;padding:2vw}@media screen and (min-width:1024px){.knuckles li a{padding:1.6rem}}.knuckles li a img{width:100%;height:100%;transform-origin:center;transition-property:all;transition-duration:.1s;transition-timing-function:ease-in-out}#tooltip{position:absolute;z-index:30;color:#fff;background-color:#000;border-radius:8px;padding:1rem;text-transform:uppercase;opacity:0;transition:opacity .3s ease-in-out}#tooltip:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent}#tooltip.top:after{border-top:10px solid black;bottom:-10px}#tooltip.bottom:after{top:-10px;border-bottom:10px solid black}#tooltip.show{opacity:1}body{background-image:url(/assets/asset_fossilwall.svg);background-size:22rem;background-color:var(--body-background-color);background-attachment:fixed;color:var(--body-text-color);cursor:url(/assets/mouse1.cur),auto;overflow-x:hidden;display:block}@media screen and (min-width:1024px){.page-width{max-width:1024px;margin:0 auto}}.app-root>header{--color: var(--accent-color);--rotate: -3.4deg;--height: 3.4em;view-transition-name:--main-header;position:sticky;top:0;left:0;right:0;z-index:2;height:4.5em;clip-path:inset(0 0 -12rem 0);max-width:100vw;contain:layout}.app-root>header:before,.app-root>header:after{background-image:url(/assets/asset_fossilwall.svg);background-blend-mode:difference;background-size:22em;background-repeat:repeat;background-attachment:fixed;position:absolute;z-index:10}.app-root>header:before{content:"";background-color:var(--accent-color);rotate:calc(var(--rotate, 4.2deg) + 1deg);translate:0 -1em;top:-11.1em;bottom:0}.app-root>header:after{rotate:calc(var(--rotate, 4.2deg) * -1 - 180deg)}.app-root>header .group{display:flex;position:relative;z-index:11;height:100%;width:100%;top:1em}.app-root>header .group .logo-group{padding:0 var(--text-margin)}.app-root>main{view-transition-name:--main-content;position:relative;color:var(--section-text-color);width:100%;background:var(--body-background-color);contain:content;margin-top:-2rem}@media screen and (min-width:1024px){.app-root>main:before,.app-root>main:after{content:"";position:absolute;z-index:5;-webkit-mask-image:url(/assets/asset_toothrack.svg);mask-image:url(/assets/asset_toothrack.svg);-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;-webkit-mask-size:32rem;mask-size:32rem;top:0;height:.5rem}.app-root>main:before{view-transition-name:--main-content-before;transform-origin:bottom left;rotate:90deg;left:-1px;right:min(-100vw,-100vh);translate:0px -10rem;background:linear-gradient(180deg,var(--body-background-color) 13px,transparent 22px)}.app-root>main:after{view-transition-name:--main-content-after;transform-origin:bottom right;rotate:-90deg;right:-1px;left:min(-100vw,-100vh);background:linear-gradient(-180deg,var(--body-background-color) 13px,transparent 22px)}}.app-root>footer{--color: var(--body-background-color);view-transition-name:--main-footer;background-color:var(--body-background-color);position:sticky;bottom:0;left:0;right:0;min-height:6rem;max-width:100vw}@media print{.app-root>footer{display:none}}.app-root>footer .links{height:100%;display:flex;place-content:space-between;padding:10px var(--text-margin);place-items:center;font-size:1.5em}.app-root>footer .links a{color:inherit;font-weight:bolder;position:relative;z-index:2}.app-root>footer .links .logo-group{display:flex;filter:invert(100%);grid-area:5/1/6/-1}@media screen and (max-width:980px){.app-root>footer .links{display:grid;grid-template-rows:repeat(auto-fit,auto);grid-template-columns:1fr;margin-bottom:1rem}.app-root>footer .links .logo-group{max-width:unset;min-height:2.5em}}::view-transition-group(--main-footer),::view-transition-group(--main-header){z-index:10}::view-transition-group(--main-content-before),::view-transition-group(--main-content-after){z-index:5}dialog::backdrop{background:#0009;transition:backdrop-filter .3s ease-in-out;-webkit-backdrop-filter:blur(4px) grayscale(.2);backdrop-filter:blur(4px) grayscale(.2)}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.nag-modal{background-image:url(/assets/asset_fossilwall.svg);background-color:var(--body-background-color);color:var(--body-text-color);border:2px solid var(--grey-color);padding:0;max-width:1024px;box-shadow:0 0 6px #000,0 10px 10px #000;animation:scaleIn .3s ease-in-out forwards}.nag-modal header{display:flex;overflow:hidden;margin-bottom:var(--text-margin)}.nag-modal header div{flex:1}.nag-modal header button{width:3rem;height:3rem;background-color:var(--body-background-color);color:var(--body-text-color);border:2px solid var(--grey-color);translate:2px -2px;outline:none}.nag-modal p{padding:0 var(--text-margin)}.nag-modal form{display:grid;grid-template-columns:1fr;place-content:center;place-items:center;gap:.5rem;margin:0 10%;padding:2em}.nag-modal form input{display:block;padding:10px 20px;width:100%;font-size:1.2em}:root{--carousel-button-gradient-width: 10%;--carousel-margin: 6.5em}.img-carousel{position:relative}.img-carousel .prev,.img-carousel .next{display:flex;position:absolute;top:0;bottom:0;width:var(--carousel-margin);place-content:center;-webkit-user-select:none;user-select:none;cursor:pointer}.img-carousel .prev>img,.img-carousel .next>img{pointer-events:none;width:2em}.img-carousel .prev[disabled]>img,.img-carousel .next[disabled]>img{filter:grayscale(.5)}@media print{.img-carousel .prev,.img-carousel .next{display:none}}.img-carousel .prev{left:0;background:linear-gradient(to right,var(--article-background-color) var(--carousel-button-gradient-width),transparent)}.img-carousel .next{right:0;background:linear-gradient(to left,var(--article-background-color) var(--carousel-button-gradient-width),transparent)}.img-carousel>ul{list-style:none;padding-left:0;display:flex;overflow:auto;gap:.5em;scroll-snap-type:x mandatory;scrollbar-width:none;margin:0}@media print{.img-carousel>ul{flex-wrap:wrap}}.img-carousel>ul li{scroll-snap-align:center;scroll-snap-stop:always}@media screen{.img-carousel>ul li:first-child{margin-left:var(--carousel-margin)}.img-carousel>ul li:last-child{margin-right:var(--carousel-margin)}}.img-carousel:not(:has(figure)){margin:0 -1em}.img-carousel:not(:has(figure)) img{max-height:22em}@media print{.img-carousel:not(:has(figure)) img{max-height:15em}}
