@charset "UTF-8";
/*! Mine Theme */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

[data-menu] li li a,
[data-menu] li li .active, .Optiony span[data-label] > span, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Recursive", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CASL" 0, "CRSV" 0.5, "MONO" 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

body {
  font-family: "Recursive", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus-visible {
  position: static;
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0;
}

/*
A = 61.803399
B = 38.196601
A+B = 100

A+B : A = A : B
*/
html {
  box-sizing: border-box;
  transition: filter 0.3s;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 10px;
}

@media screen and (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition: unset !important;
    animation: unset !important;
  }
}
html.nojs .jsed {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}

body {
  font-size: 1.4em;
  font-size: clamp(1.4rem, 0.8rem + 0.8vw, 2.4rem);
  margin: 0;
  color: var(--black);
  background: black;
}

.bg-shadow {
  background-image: radial-gradient(circle at 0px 0px, rgba(255, 255, 255, 0.18) 1px, transparent 0), linear-gradient(180deg, #000000 49%, #0f110c 100%);
  background-size: 4px 4px, auto;
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: inherit;
}
a.blue {
  color: var(--blue);
}

main li, main p {
  max-width: 70ch;
}
main li a[href], main p a[href] {
  color: var(--orange);
  border-block-end: 1px solid var(--white);
  transition: color 0.3s, border-color 0.3s 0.2s;
}
main li a[href]:hover, main li a[href]:focus-visible, main p a[href]:hover, main p a[href]:focus-visible {
  color: var(--white);
  border-color: var(--orange);
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0.5rem 0;
  line-height: 1.4;
}

small,
.small {
  font-size: smaller;
}
@media (min-width: 40em) {
  small,
  .small {
    font-size: 73%;
  }
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

nav > ul,
nav > ol {
  list-style: none;
  padding-left: 0;
}

:focus-visible,
button:focus-visible,
form[id]:has(input:focus-visible) label:focus-within {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

::selection {
  background: var(--purple);
  color: var(--black);
}

::placeholder {
  color: var(--white);
  opacity: 0.4;
}

.rainbow {
  background: conic-gradient(from 1.5708rad at 50% 50%, var(--orange) 0%, var(--purple) 24%, var(--yellow) 49%, var(--blue) 76%, var(--green) 100%);
}

body {
  min-height: 100dvh;
  display: grid;
  grid-template-areas: "header" "main" "footer";
  grid-template-rows: auto 1fr auto;
  grid-auto-columns: 100%;
}
body:not(.nomega):has(.megafirst) {
  grid-template-areas: "hero" "header" "main" "footer";
  grid-template-rows: minmax(90dvh, 100%) auto 1fr auto;
}
body > header {
  grid-area: header;
}
body > main {
  grid-area: main;
  padding: 0 var(--gapy);
  background-image: linear-gradient(180deg, rgba(36, 36, 36, 0.6) 60%, rgba(0, 0, 0, 0.9)), radial-gradient(var(--gray) 12%, transparent 22%), radial-gradient(var(--gray) 12%, transparent 22%);
  background-position: 0 0, 0 0, 0 0;
  background-size: 100% 100%, 6px 6px, 6px 6px;
  background-color: black;
}
body > footer {
  grid-area: footer;
}

.flexy {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 40em) {
  .flexy {
    flex-direction: row;
  }
}
.flexy .col-1 {
  flex-basis: 100%;
}
.flexy .col-2 {
  flex-basis: 50%;
}
.flexy .col-3 {
  flex-basis: 33.33333333%;
}
.flexy .col-4 {
  flex-basis: 25%;
}
.flexy .col-5 {
  flex-basis: 20%;
}
.flexy.colum {
  flex-direction: column;
}

.gridy {
  list-style: none;
  padding-inline-start: 0;
  display: grid;
  gap: 1em;
}
@media (min-width: 30em) {
  .gridy {
    grid-template-columns: 1fr 1fr;
  }
}
.gridy > * {
  padding: 2rem;
}
.gridy.repeaty {
  --min: 15rem;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min), 100%), 1fr));
}

.gridyeasy {
  display: grid;
  grid-template-columns: repeat(auto-fill, 10rem);
  gap: 1rem;
}

.socy {
  display: inline-block;
  width: 3em;
}
@media (min-width: 56em) {
  .socy {
    width: 1.5em;
  }
}
.socy svg {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.socy svg path {
  transition: fill 0.8s;
}
.socy:hover svg, .socy:focus-visible svg {
  --filly: var(--orange);
}

header#top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  inset: 0 0 auto 0;
  padding-block: 1rem 0;
  padding-inline: 1rem;
}
@media (min-width: 56em) {
  header#top {
    padding-inline: 2rem;
  }
}
header#top .brand {
  margin-inline: auto;
  z-index: 11;
  text-align: center;
  height: clamp(5.5rem, 9vw, 11rem);
  position: relative;
}
header#top .brand::after {
  content: "";
  background: transparent url(../images/yobubble.png) no-repeat scroll;
  background-size: 105%;
  display: block;
  position: absolute;
  inset: 0;
  background-position: 108% 139%;
  pointer-events: none;
}
header#top nav {
  position: fixed;
  z-index: 10;
  top: var(--gapy);
}
header#top .main-nav button {
  width: 1.5em;
}
header#top .main-nav svg#Burgy {
  width: 100%;
  height: auto;
}
header#top .user-nav {
  top: 6em;
}
header#top ~ main {
  padding-top: calc(var(--Hhead));
}

body:not(.nomega):has(.megafirst) header#top {
  position: initial;
  height: 0;
}
body:not(.nomega):has(.megafirst) header#top .brand {
  z-index: 6;
}

.langswitcher {
  list-style: none;
  font-size: small;
  font-weight: 300;
  text-shadow: 0px 0px 0.3rem var(--black);
}
.langswitcher .active {
  border: 1px solid var(--green);
  border-radius: 0.5rem;
  padding: 0.2em 0.3em;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.orange {
  --filly: var(--orange);
}
.orange:hover {
  --filly: var(--white);
}

.notices {
  font-size: 1.5em;
  margin-inline: auto;
}

.btn {
  --tc: var(--white);
  --bc: var(--white);
  --bgc: var(--black);
  --gap: 1em;
  padding: 0.5em 0.8em;
  background: var(--bgc);
  border: 0.1em solid var(--bc);
  border-radius: 0.5rem;
  color: var(--tc);
  transition: color, border, background-color;
  transition-duration: 0.3s;
  cursor: pointer;
  width: max-content;
  display: inline-flex;
  place-items: center;
  gap: var(--gap);
  font-size: 1.2em;
}
.btn.orange {
  --tc: var(--black);
  --bgc: var(--orange);
}
.btn.purple {
  --tc: var(--purple);
  --bgc: var(--black);
  --bc: var(--purple);
}
.btn.add2cart {
  --tc: var(--green);
  --bc: var(--green);
}
.btn:hover:not(:disabled), .btn:focus-visible:not(:disabled), .btn:active:not(:disabled), .btn.active:not(:disabled) {
  --tc: var(--orange);
  --bc: var(--orange);
  --bgc: var(--black);
}
.btn.purple:hover:not(:disabled), .btn.purple:focus-visible:not(:disabled), .btn.purple:active:not(:disabled), .btn.purple.active:not(:disabled) {
  --tc: var(--white);
  --bc: var(--purple);
  --bgc: var(--black);
}
.btn[data-type=plus], .btn[data-type=minus] {
  aspect-ratio: 1/1;
  border: none;
  --tc: var(--purple);
  font-size: 3em;
  font-weight: 300;
  padding: 0.3rem 1.5rem;
  line-height: 1;
}
.btn[data-type=plus]:hover:not(:disabled), .btn[data-type=minus]:hover:not(:disabled) {
  --tc: var(--white);
}
.btn:disabled {
  cursor: not-allowed;
  --tc: var(--gray);
  --bc: var(--gray);
}
.btn.tap::before, .btn.pen::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
}
.btn.tap {
  --gap: 0;
}
.btn.tap::before {
  background-image: url(../images/icons/icon-tap.svg);
}
.btn.pen {
  --tc: var(--black);
  --bgc: var(--white);
  --bc: var(--black);
}
.btn.pen::before {
  background-image: url(../images/icons/icon-pen.svg);
}
.btn.pen:hover:not(:disabled), .btn.pen:focus-visible:not(:disabled), .btn.pen:active:not(:disabled), .btn.pen.active:not(:disabled) {
  --bc: var(--white);
}

button.texty {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font: inherit;
  appearance: none;
  color: inherit;
  text-transform: inherit;
}

input.texty {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  appearance: none;
  width: 100%;
  font: inherit;
  color: inherit;
  text-transform: inherit;
}

.add2cart {
  padding-inline-end: 3em;
  position: relative;
  text-transform: uppercase;
  font-size: 1.4em;
}
.add2cart::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  display: grid;
  place-content: center;
  width: 2em;
  background: currentColor no-repeat center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='27'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M420 0v1230H0V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-362 -1042)'%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='3' d='M375 1043.25v24.5M362.5 1055.5h25'/%3E%3C/g%3E%3C/svg%3E");
}

#Logo {
  width: auto;
  height: 100%;
  transform-origin: top center;
}

a.urly {
  display: inline-block;
  max-width: 30ch;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  vertical-align: text-top;
  color: var(--green);
}
a.urly::before {
  content: "http://fattodayo.com";
  font-size: x-small;
  position: absolute;
  margin-top: -1.6ch;
  color: var(--white);
  margin-inline-start: -1ch;
}

.Optiony input:not([type=text]) {
  clip-path: inset(100%);
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.Optiony {
  max-width: fit-content;
}
.Optiony > label {
  border: 1px solid var(--orange);
  border-radius: 0.8rem;
  background-color: var(--black);
  min-width: min-content;
  cursor: pointer;
}
.Optiony > label:focus-within {
  border-color: var(--purple);
}
.Optiony label:has(input:checked) {
  border-color: var(--purple);
  background-color: var(--purple);
  color: var(--black);
}
.Optiony label:has(input:checked) strong {
  color: var(--black);
}
.Optiony span[data-label] {
  display: grid;
  text-align: center;
  max-width: 18ch;
  margin-inline: auto;
}
.Optiony span[data-label] > span {
  margin-top: 0;
  font-size: 2em;
}

.user-nav {
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.user-nav ul {
  margin: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 2rem;
}

.inverty {
  color: var(--white);
}

#Resulty div[data-body] {
  transform: translateX(-100%);
  transition: transform 0.6s 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
#Resulty div[data-body]:has(> div) {
  transform: none;
}
#Resulty div[data-body] {
  align-items: center;
}
#Resulty div[data-body].topy {
  align-items: start;
}
#Resulty div[data-body] {
  position: fixed;
  inset: 0 0 0 0;
  display: grid;
  grid-template-columns: minmax(min-content, 54rem);
  justify-content: center;
  color: var(--black);
  z-index: 200;
  overflow-y: auto;
  padding: 2em;
}
#Resulty div[data-body] h1,
#Resulty div[data-body] h2,
#Resulty div[data-body] h3,
#Resulty div[data-body] h4,
#Resulty div[data-body] h5 {
  color: var(--white);
}
#Resulty div[data-body] a {
  color: var(--black);
}
#Resulty button[data-close] {
  position: fixed;
  inset: var(--gapy) auto auto 0;
  padding: 2rem;
  z-index: 200;
  display: none;
}
#Resulty:has(div[data-body] > div) button[data-close] {
  display: initial;
}

.modal {
  position: fixed;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.9);
  place-content: center;
  color: var(--black);
  z-index: 200;
  overflow-y: auto;
  padding: 2rem;
  display: grid;
}
.modal:empty {
  display: none;
}

.poppy {
  position: absolute;
  z-index: 9;
  right: 0;
  width: 30rem;
  background-color: white;
}

h1,
h2,
h3 {
  text-wrap: pretty;
}

main > article p {
  text-wrap: balance;
}
main p {
  text-wrap: balance;
}

#Bready {
  margin-bottom: -2em;
  margin-inline-start: 1rem;
  position: sticky;
  top: var(--gapy);
  z-index: 2;
  width: fit-content;
  grid-area: header;
}
#Bready a {
  padding: 1rem;
  margin-inline-start: -1rem;
}

#Logo {
  top: 5px;
  --blogo: var(--green);
  --bglogo: transparent;
  --filllogo: var(--green);
}

#linebg {
  display: inline;
  fill: var(--black);
  fill-opacity: 0;
  stroke: var(--blue);
}

.Blacky body {
  color: var(--white);
}
.Blacky nav path {
  stroke: var(--white);
}
.Blacky nav circle {
  fill: var(--white) !important;
}
.Blacky strong {
  font-weight: 900;
  letter-spacing: 0.02em;
}
.Blacky h1,
.Blacky h2,
.Blacky h3,
.Blacky h4 {
  color: var(--orange);
}
.Blacky:not(.menu-open) nav[class] svg {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}

.Whity body {
  background: var(--white);
  color: var(--black);
}
.Whity h1,
.Whity h2,
.Whity h3,
.Whity h4 {
  color: var(--purple);
}
.Whity strong {
  font-weight: 700;
  background-image: linear-gradient(#fff 0.4ch, var(--yellow) 0.4ch, var(--yellow) 2ch, #fff 2ch);
}
.Whity #Logo {
  --bglogo: var(--black);
  --filllogo: var(--black);
  --blogo: transparent;
}

[x-cloak] {
  visibility: hidden !important;
}

.brand {
  transform-origin: top right;
}

[data-menu] {
  position: fixed;
  margin: 0;
  z-index: -1;
  padding-block: 10vh 2em;
  inset: 0;
  overflow: auto;
  color: var(--black);
  display: grid;
  align-content: space-between;
}
[data-menu] ul,
[data-menu] li {
  list-style: none;
  padding: 0;
}
[data-menu] > li {
  margin-inline: auto;
}
[data-menu] .el {
  padding-inline-start: var(--gapy);
  text-align: right;
}
@media (min-width: 56em) {
  [data-menu] .el {
    font-size: 0.9em;
  }
}
[data-menu] .time {
  margin-block: var(--gapy);
}
[data-menu] .social {
  text-align: end;
}
[data-menu] {
  transition: transform 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-menu][hidden] {
  transform: translateX(100%);
}
[data-menu] li li a,
[data-menu] li li .active {
  line-height: 1.2;
  font-size: 2em;
}
[data-menu] li li a:not(.active):hover, [data-menu] li li a:not(.active):focus-visible,
[data-menu] li li .active:not(.active):hover,
[data-menu] li li .active:not(.active):focus-visible {
  background-color: var(--black);
  color: var(--white);
  outline: none;
}
[data-menu] li li .active {
  color: var(--white);
  cursor: default;
}

#Logo,
.user-nav {
  transition: transform 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-open .brand {
  visibility: hidden;
}
.menu-open .nav_toggle path {
  stroke: var(--black);
}
.menu-open .user-nav {
  transform: translateX(200%);
}
.menu-open #Burgy path {
  fill: var(--black) !important;
}
.menu-open #Burgy .brd-top {
  transform: matrix(0.35278, -0.25, 0, -0.35278, 11.236, 1.392);
}
.menu-open #Burgy .brd-mid {
  transform: matrix(0.35278, 0, 0, -0.35278, 23.236, 5.189);
}
.menu-open #Burgy .brd-btm {
  transform: matrix(0.35278, 0.25, 0, -0.35278, 11.236, 8.985);
}

.noscroll {
  overflow-y: clip;
}

.noheader header#top,
.noheader #Bready {
  display: none;
}

#Burgy path {
  transition: 0.3s 0.3s;
}

.outline {
  outline: 1px solid var(--white);
  outline-offset: 1em;
}

#main-footer {
  display: grid;
  gap: var(--gapy);
  padding: 10rem var(--gapy) var(--gapy);
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  background-color: var(--black);
  justify-items: center;
  font-size: 0.9em;
}
#main-footer > section:first-of-type {
  margin-inline-start: -7ch;
}
@media (min-width: 53.75em) {
  #main-footer {
    padding-block: 20rem 10rem;
    justify-items: center;
  }
  #main-footer > section:first-of-type {
    margin-inline-start: initial;
  }
}
#main-footer .outline {
  align-self: self-start;
}
#main-footer .highlight {
  background-color: var(--white);
  color: var(--black);
  padding: 0.5em 0.2em 0;
  display: block;
  margin: 0.5em -0.5em -0.5em;
  padding: 0.7em 0.5em 0;
}
#main-footer {
  align-content: center;
  line-height: 1.2;
  font-family: monospace;
}
#main-footer p {
  margin: 0 0 1.5em;
}
#main-footer p:last-of-type {
  margin-block-end: 0;
}
#main-footer ul {
  padding-left: 0;
  list-style-position: outside;
  margin-block: 0 1em;
}
#main-footer address {
  display: grid;
  grid-template-columns: min-content 1fr;
  text-wrap: nowrap;
  gap: 2rem;
}
#main-footer .logy {
  --filllogo: var(--orange);
  --bglogo: var(--orange);
  --blogo: transparent;
  width: 7ch;
  height: auto;
  display: block;
}
#main-footer .socy svg {
  width: 2em;
  height: 2em;
}
#main-footer ul li::marker {
  content: "> ";
  color: var(--white);
}
#main-footer ul:nth-child(2) li::marker {
  content: "– ";
}
#main-footer ul:first-of-type li:nth-child(1n) {
  color: var(--purple);
}
#main-footer ul:first-of-type li:nth-child(2n) {
  color: var(--yellow);
}
#main-footer ul:first-of-type li:nth-child(3n) {
  color: var(--blue);
}
#main-footer ul:first-of-type li:nth-child(4n) {
  color: var(--green);
}
#main-footer ul:first-of-type li:nth-child(5n) {
  color: var(--orange);
}
#main-footer ul:nth-child(2) li:nth-child(1n) {
  color: var(--green);
}
#main-footer ul:nth-child(2) li:nth-child(2n) {
  color: var(--orange);
}
#main-footer ul:nth-child(2) li:nth-child(3n) {
  color: var(--purple);
}
#main-footer ul:nth-child(2) li:nth-child(4n) {
  color: var(--yellow);
}
#main-footer ul:nth-child(2) li:nth-child(5n) {
  color: var(--blue);
}
#main-footer ul a {
  line-height: 1.5;
}
#main-footer ul a:hover {
  text-decoration: underline;
  text-decoration-color: var(--white);
}

.Requesty > main > * {
  width: max(min(62rem, 100%), 70%);
  margin-inline: auto;
}
.Requesty > main header {
  margin-bottom: 5rem;
}
.Requesty > main textarea {
  min-height: 10ch;
  field-sizing: content;
}
.Requesty > main .form-field .form-input-file.dropzone {
  min-height: 10ch;
}

.colory {
  --color: var(--color, #f0f0f0);
  --color2: var(--color2, #444);
}
.colory svg .svgfill {
  fill: var(--color) !important;
}
.colory svg .svgline {
  fill: var(--color2) !important;
}

.swiper {
  --swiper-theme-color: var(--purple);
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 100dvh;
  object-fit: cover;
  margin-inline: auto;
  cursor: zoom-in;
}

button.close,
.button.close {
  width: 2em;
  height: 2em;
  display: block;
  position: relative;
  cursor: pointer;
}
button.close::after, button.close::before,
.button.close::after,
.button.close::before {
  content: "";
  position: absolute;
  inset: auto 0;
  border-top: 2px solid var(--white);
  transform: rotate(45deg);
}
button.close::after,
.button.close::after {
  transform: rotate(-45deg);
}
button.close,
.button.close {
  transition: transform 1s;
}
button.close:hover, button.close:focus-visible,
.button.close:hover,
.button.close:focus-visible {
  transform: rotate(1turn);
}

.download,
.link {
  --col: var(--purple);
  color: var(--col);
  border: 2px solid;
  border-radius: 0.5em;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5em 3em 0.5em 0.9em;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M0 0h50v50H0Z' style='fill:%23ff468f;stroke:none;stroke-width:5;stroke-opacity:1;fill-opacity:1'/%3E%3Cpath d='M25 29.891V13.043M37.5 35.87h-25m21.152-14.63L25 29.89l-8.652-8.652' style='fill:none;stroke:%23000;stroke-width:2.17392;stroke-miterlimit:10;stroke-opacity:1'/%3E%3C/svg%3E");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1em;
  transition: color 0.2s ease-out, background 0.2s ease-out;
}
.download:hover, .download:focus-visible,
.link:hover,
.link:focus-visible {
  --col: var(--white);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M0 0h50v50H0Z' style='fill:%23FFF;stroke:none;stroke-width:5;stroke-opacity:1;fill-opacity:1'/%3E%3Cpath d='M25 29.891V13.043M37.5 35.87h-25m21.152-14.63L25 29.89l-8.652-8.652' style='fill:none;stroke:%23000;stroke-width:2.17392;stroke-miterlimit:10;stroke-opacity:1'/%3E%3C/svg%3E");
}
.download:active,
.link:active {
  transform: translateY(0.3rem);
}

.link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M0 0h50v50H0Z' style='fill:%23ff468f;stroke:none;stroke-width:5;stroke-opacity:1;fill-opacity:1'/%3E%3Cpath d='M35.823 24.788H18.975m8.197-8.652 8.65 8.652-8.652 8.652M13.836 12.288v25' style='fill:none;stroke:%23000;stroke-width:2.17392;stroke-miterlimit:10;stroke-opacity:1'/%3E%3C/svg%3E");
}
.link:hover, .link:focus-visible {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M0 0h50v50H0Z' style='fill:%23fff;stroke:none;stroke-width:5;stroke-opacity:1;fill-opacity:1'/%3E%3Cpath d='M35.823 24.788H18.975m8.197-8.652 8.65 8.652-8.652 8.652M13.836 12.288v25' style='fill:none;stroke:%23000;stroke-width:2.17392;stroke-miterlimit:10;stroke-opacity:1'/%3E%3C/svg%3E");
}

.cookybox {
  position: fixed;
  z-index: 2;
  width: fit-content;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.9);
  inset: auto auto 2em 0;
  text-align: end;
  translate: -100%;
  transition: translate 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cookybox > button.texty {
  font-size: 2em;
  position: absolute;
  inset: auto -1.2em 0 auto;
  line-height: 2;
}
.cookybox.open {
  translate: 0;
}

.postery {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.95);
  display: grid;
  place-content: center;
  z-index: 9;
  padding-block-start: calc(var(--Hhead) / 2);
}
.postery figure {
  display: grid;
  grid-template-areas: "one" "close";
  justify-items: end;
  padding-inline: 1em;
  gap: 1rem;
  align-items: end;
}
.postery figure > * {
  grid-area: one;
}
.postery figure img {
  max-height: calc(93dvh - var(--Hhead) / 2);
}
.postery figure figcaption {
  text-align: end;
  margin-inline: 1rem;
  color: var(--white);
  font-size: 1.5em;
}
.postery figure figcaption > * {
  padding: 0.3rem min(1rem, 5%);
  background-color: rgba(0, 0, 0, 0.52);
  width: fit-content;
  max-width: 30ch;
  margin-inline: auto 0;
  font-size: 0.8em;
}
.postery figure figcaption h1 {
  color: inherit;
  text-align: end;
  display: inline;
  font-size: 1em;
}
.postery figure figcaption a {
  text-decoration: underline;
}
.postery figure button.btn {
  grid-row: 2;
  font-size: 1em;
}
@media screen and (min-width: 40em) {
  .postery figure button.btn {
    grid-row: auto;
    grid-column: 2;
  }
}
.postery figure button.btn::after {
  content: "✕";
}
.postery {
  translate: 100%;
  transition: translate 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.postery.open {
  translate: 0;
}
.postery .openPoster {
  position: absolute;
  top: 7em;
  left: calc((1rem + 0.5em) * -1);
  transform: scale(1.7);
  color: var(--orange);
  font-weight: bold;
  font-size: 1.5em;
}
@media (min-width: 56em) {
  .postery .openPoster {
    left: calc((2rem + 0.5em) * -1);
  }
}

.Homy .postery {
  --Hhead: clamp(15rem, 16dvw, 16em);
}

#CookieMain a {
  text-decoration: underline;
  text-decoration-color: var(--white);
}

.flash {
  animation: flashy 1.3s linear;
}

@keyframes flashy {
  50% {
    filter: blur(2rem) brightness(0.5);
  }
}
body:not(.Cstm) .fix {
  position: fixed;
  bottom: 0.3ch;
}

details {
  padding: 0.5rem 1rem;
  overflow: hidden;
}
details > * {
  margin: 0;
}
details summary + * {
  padding-block: 1rem;
}
details summary {
  margin-inline-start: 1rem;
  list-style-position: outside;
  cursor: pointer;
}
details summary::marker {
  font-size: 0.75em;
}
details::details-content {
  block-size: 0;
  transition: block-size 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), content-visibility 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-behavior: allow-discrete;
}
details[open]::details-content {
  block-size: auto;
}

/*# sourceMappingURL=theme.css.map */
