@import "https://use.typekit.net/nsx2gny.css";
/*@import "https://fonts.googleapis.com/css2?family=VT323:wght@900&display=swap";*/

@import "https://fonts.googleapis.com/css2?family=VT323&display=swap";

@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&display=swap');



*:where(:not(html,iframe,canvas,img,svg,video):not(svg *,symbol *)) {
	all: unset;
	display: revert;
}

*,*::before,*::after {
	box-sizing: border-box;
}

a,button {
	cursor: revert;
}

s ol,ul,menu {
	list-style: none;
}

img {
	max-width: 100%;
	display: block;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table {
	border-collapse: collapse;
}

textarea {
	white-space: revert;
}

meter {
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
}

::-moz-placeholder {
	color: unset;
}

:-ms-input-placeholder {
	color: unset;
}

::placeholder {
	color: unset;
}

:where([hidden]) {
	display: none;
}

:where([contenteditable]) {
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	overflow-wrap: break-word;
	-webkit-line-break: after-white-space;
}

:where([draggable=true]) {
	-webkit-user-drag: element;
}

body {
	--bunnybrand: #da6358;
	--brand: #60d3a0;
	--gulf: #90b3aa;
	--gulf-dark: #81afa4;
	--clay: #8b825e;
	--chino: #b9b389;
	--quicksand: #bea193;
	--whiskey: #ca9e7c;
	--manatee: #9598a6;
	--shady-lady: #a28ea1;
	--cerulean: #00a2d9;
	--golden: #f1d880;
	--black-white: #e6e2d8;
	--lemon: #fff9cb;
	--kelp: #3f3e2b;
	--special: #dbc9b0;
	--font: 'Love Ya Like A Sister', cursive;
	--font-alt: 'Love Ya Like A Sister', cursive;
	--font-barlow: 'Love Ya Like A Sister', cursive;
	--radius: 8px 11px 13px 9px;
	--meal-size: clamp(200px, 40vmin, 440px);
	--bounce: cubic-bezier(0.64, 1, 0.67, 1.3);
	--shadow: 4px 6px 0 rgba(0, 0, 0, 0.125);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100vh;
	font: 700 24px/1 var(--font);
	display: flex;
	flex-direction: column;
}

@media(max-width:1000px) {
	body {
		--meal-size: 280px;
	}
}

button {
	font-size: 28px;
	border: 2px solid #000;
	padding: 12px 16px 8px;
	background: #fff;
	border-radius: 9px 7px 5px 8px;
	height: 56px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
	width: 100%;
	text-align: center;
	box-shadow: 0 2px 0 #000;
	filter: drop-shadow(var(--shadow));
}

button:hover {
	-webkit-animation: flicker .25s linear infinite;
	animation: flicker .25s linear infinite;
	background: var(--brand);
	color: #fff;
}

button:hover span {
	-webkit-animation: flicker-font .25s linear infinite;
	animation: flicker-font .25s linear infinite;
	text-transform: uppercase;
}

#Enter {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	z-index: 99;
	position: absolute;
	top: 40px;
	right: 40px;
	pointer-events: initial!important;
	transition: opacity .5s 1s ease-in-out;
}

#Enter::before {
	--little-size: 56px;
	content: "";
	position: absolute;
	background: transparent url("https://oi3q2-xqaaa-aaaai-acncq-cai.ic0.app/burger_files/fairie-iso.png") no-repeat center center/var(--little-size);
	top: -45px;
	left: 30px;
	width: var(--little-size);
	aspect-ratio: 1;
	z-index: 9;
}

@media(max-width:480px) {
	#Enter {
		right: 16px;
		max-width: calc(100% - 32px);
	}
}

#Site {
	width: 100vw;
	overflow: hidden;
}

#Site.loaded #Enter {
	opacity: 0;
}

#Site.loaded #Outside>* {
	opacity: 0;
}

#Site.loaded #Outside__Back {
	transform: scale(2);
}

#Site.loaded #Outside__Mid {
	transform: scale(2);
}

#Site.loaded #Outside__Fore {
	transform: scale(1.5);
}

@media(max-width:760px) {
	#Site {
		pointer-events: none;
		cursor: not-allowed;
	}

	#Site #Sowwy {
		opacity: 1;
		display: grid;
		place-content: center;
		text-align: center;
		font-size: 40px;
	}

	#Site #Sowwy h2 {
		text-transform: uppercase;
		font-size: 80px;
	}
}

#Outside {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	position: fixed;
	z-index: 1;
}

#Outside__Back,#Outside__Fore {
	position: absolute;
	transition: transform 1.5s 1s ease-in-out,opacity 1s 1.5s ease-in-out;
}

#Outside__Back,#Outside__Fore {
	inset: 0;
}

#Outside__Back img,#Outside__Fore img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#Outside__Mid {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
	z-index: 1;
	position: absolute;
	width: min(1440px,100%);
	min-width: 960px;
	transition: transform 1.5s 1s ease-in-out,opacity 1s 1.5s ease-in-out;
}

#Outside__Mid-Neon {
	-webkit-animation: neon 4.5s var(--bounce) infinite;
	animation: neon 3.5s var(--bounce) infinite;
}

#Outside__Mid-Smoke {
	opacity: .5;
}

#Outside__Mid img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

#Outside__Back {
	z-index: 0;
}

#Outside__Fore {
	z-index: 2;
}

#Inside,#Outside {
	position: absolute;
	inset: 0;
}

#Inside {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	z-index: 0;
	overflow: hidden;
}

#Inside>* {
	position: absolute;
	inset: 0;
}

#Inside__Back {
	position: absolute;
	inset: 0;
	background: black url("https://oi3q2-xqaaa-aaaai-acncq-cai.ic0.app/burger_files/inside-back-kitchen.png") no-repeat top center/100%;
	transition: filter .5s ease-out;
}

#Inside__Back.blur {
	filter: blur(2px) grayscale(.5);
}

@media(max-width:1000px) {
	#Inside__Back {
		background-size: cover;
	}
}

#Counter {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: transparent url("https://oi3q2-xqaaa-aaaai-acncq-cai.ic0.app/burger_files/inside-counter.png") no-repeat bottom center/100% 100vmin;
}

@media(max-width:1000px) {
	#Counter {
		background-size: 1200px;
	}
}

#Burgur-Bilder::after {
	content: "";
	position: absolute;
	inset: 0;
	background: transparent url("https://oi3q2-xqaaa-aaaai-acncq-cai.ic0.app/burger_files/inside-counter-tray-iso.png") no-repeat center center/480px;
	transform: translateY(64px);
}

@media(max-width:1000px) {
	#Burgur-Bilder::after {
		background-size: 400px;
		transform: translateY(48px);
	}
}

#Burgur-Bilder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--meal-size);
	position: relative;
	margin-bottom: 20vmin;
	z-index: 5;
	transform: translateX(-20%);
}

@media(max-width:1000px) {
	#Burgur-Bilder {
		margin-bottom: 136px;
		transform: translateX(-25%);
	}
}

#Burgur-Bilder #Sides {
	transition: opacity .25s ease-in-out;
}

#Burgur-Bilder .layer {
	position: absolute;
	inset: 0;
	transition: transform .35s var(--bounce);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#Burgur-Bilder .layer:not(#Sides) {
	filter: drop-shadow(4px 8px rgba(0,0,0,0.125));
}

#Burgur-Bilder .layer img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#Burgur-Bilder .layer .swiper-slide {
	width: var(--meal-size)!important;
	aspect-ratio: 1;
	opacity: 0;
	transition: opacity .25s ease-in-out;
}

#Burgur-Bilder .layer .swiper-slide-active {
	opacity: 1;
}

#Burgur-Bilder:hover .layer {
	transition: transform .25s ease-out;
}

#Burgur-Bilder:hover .layer:not(#Bottom-Bun) {
	filter: drop-shadow(4px 0 rgba(0,0,0,0));
}

#Burgur-Bilder:hover #Sides {
	opacity: 0;
}

#Burgur-Bilder:hover #Sauce {
	transform: translateY(-10%);
}

#Burgur-Bilder:hover #Meat {
	transform: translateY(-25%);
}

#Burgur-Bilder:hover #Cheese {
	transform: translateY(-40%);
}

#Burgur-Bilder:hover #Topping {
	transform: translateY(-55%);
}

#Burgur-Bilder:hover #Top-Bun {
	transform: translateY(-70%);
}

@-webkit-keyframes flicker {
	50% {
		transform: rotate(0.5deg);
		font-weight: 700;
	}
}

@keyframes flicker {
	50% {
		transform: rotate(0.5deg);
		font-weight: 700;
	}
}

@-webkit-keyframes flicker-font {
	50% {
		font-family: var(--font-alt);
		font-style: italic;
	}
}

@keyframes flicker-font {
	50% {
		font-family: var(--font-alt);
		font-style: italic;
	}
}

@-webkit-keyframes neon {
	25% {
		opacity: 1;
	}

	45% {
		opacity: .75;
	}

	50% {
		opacity: .5;
	}

	65% {
		opacity: .77;
	}

	75% {
		opacity: 1;
	}

	90% {
		opacity: .65;
	}
}

@keyframes neon {
	25% {
		opacity: 1;
	}

	45% {
		opacity: .75;
	}

	50% {
		opacity: .5;
	}

	65% {
		opacity: .77;
	}

	75% {
		opacity: 1;
	}

	90% {
		opacity: .65;
	}
}

#Controls {
	--thumb-gap: 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	z-index: 9;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#Controls .swiper-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-wrap: wrap;
	gap: var(--thumb-gap);
}

#Controls .thumb-title {
	text-align: center;
	border: 2px solid #000;
	height: 40px;
	line-height: 36px;
	background: var(--brand);
	color: #fff;
	border-radius: var(--radius);
	margin-bottom: var(--thumb-gap);
}

#Controls .thumb-title span {
	animation: flicker-font .25s linear infinite;
	text-transform: uppercase;
}

#Controls .swiper-slide {
	flex: 1 1 calc(100%/3 - var(--thumb-gap));
	cursor: pointer;
	padding: 12px;
	border: 2px solid #000;
	border-radius: var(--radius);
	background: #fff;
	text-align: center;
	transition: background .25s ease-out;
}

#Controls .swiper-slide img {
	transition: transform .25s var(--bounce);
}

#Controls .swiper-slide:hover {
	background: var(--lemon);
}

#Controls .swiper-slide:hover img {
	transform: scale(1.1);
}

#Controls .swiper-slide-thumb-active {
	background: var(--special);
	color: #fff;
}

#Controls .swiper-slide-thumb-active img {
	transform: scale(1.1);
}

#Controls .swiper-slide-thumb-active:hover {
	background: var(--brand);
}

#Controls .bun-thumb {
	position: relative;
}

#Controls .bun-thumb img:last-of-type {
	position: absolute;
	inset: 0;
}

#Controls [id*=-Thumb] {
	border: 2px solid #000;
	padding: 4px;
	background: #fff;
	position: absolute;
	border-radius: var(--radius);
	pointer-events: auto;
	left: 132px;
	top: 8px;
	width: 360px;
}

#Controls [id*=-Thumb]:not(.active) {
	display: none;
	pointer-events: none;
}

.disabled {
	-webkit-animation: none!important;
	animation: none!important;
	cursor: not-allowed;
	color: #000!important;
	background: #fff!important;
}

.disabled span {
	-webkit-animation: flicker-font .25s linear infinite;
	animation: flicker-font .25s linear infinite;
	text-transform: uppercase;
}

#Account {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 4px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: auto;
	width: 100vw;
	z-index: 10;
	padding: 8px;
}

#Account .pfp {
	border: 2px solid #000;
	border-radius: var(--radius);
	overflow: hidden;
	aspect-ratio: 1;
}

#Account .pfp img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#Account button {
	max-width: 240px;
}

#Kustmer {
	border: 2px solid #000;
	border-radius: var(--radius);
	background: #fff;
	padding: 4px;
	width: 120px;
	box-shadow: var(--shadow);
}

#fillKustmer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

#Kustmer .pfp {
	width: 100%;
}

#Kustmer__Token {
	text-align: center;
	position: relative;
	font-size: 24px;
	line-height: 1;
	font-family: var(--font-barlow);
	color: var(--brand);
	margin-bottom: 2px;
}

#Account #Kustmer__Token::before {
	content: "Serving";
	position: absolute;
	text-align: center;
	top: -18px;
	left: 0;
	right: 0;
	font-size: 20px;
	color: #000;
	font-family: var(--font-alt);
}

#Account #Actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 240px;
}

#Account #Actions button {
	width: 100%;
}

#Account #Actions button+button {
	margin-top: 4px;
}

#Hungy-Gobbies {
	border: 2px solid #000;
	border-radius: var(--radius);
	background: #fff;
	width: 100%;
	margin-top: 4px;
	box-shadow: 4px 6px 0 rgba(0,0,0,.125);
	padding: 8px;
	z-index: 2;
	max-height: 224px;
	overflow-y: scroll;
	transition: opacity .25s ease-in-out,transform .5s var(--bounce);
}

#Hungy-Gobbies::-webkit-scrollbar {
	background: 0 0;
	width: 8px;
}

#Hungy-Gobbies::-webkit-scrollbar-track {
	background: 0 0;
}

#Hungy-Gobbies::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.25);
	border-radius: 8px;
}

#Hungy-Gobbies:not(.active) {
	transform: translateY(-8px);
	opacity: 0;
	pointer-events: none;
}

#Hungy-Gobbies .pfp {
	max-width: 80px;
	position: relative;
}

#Hungy-Gobbies .pfp img {
	transition: transform .25s ease-in-out;
}

#Hungy-Gobbies .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	position: relative;
	cursor: pointer;
}

#Hungy-Gobbies .item:hover .pfp img {
	transform: scale(1.1);
}

#Hungy-Gobbies .item:hover .pfp-token {
	color: var(--brand);
}

#Hungy-Gobbies .item.claimed {
	pointer-events: none;
}

#Hungy-Gobbies .item.claimed .pfp {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#Hungy-Gobbies .item.claimed .pfp img {
	filter: grayscale(1);
	opacity: .5;
}

#Hungy-Gobbies .item.claimed .pfp:after {
	content: "🍔 Ordered";
	font-family: var(--font-barlow);
	font-size: 15px;
	position: absolute;
	text-transform: uppercase;
	transform: rotate(-25deg);
}

#Hungy-Gobbies .item+.item {
	margin-top: 12px;
}

#Hungy-Gobbies .item+.item::after {
	content: "";
	background: transparent url("https://oi3q2-xqaaa-aaaai-acncq-cai.ic0.app/burger_files/GT-phone-header-border.png") no-repeat center center/100%;
	height: 2px;
	position: absolute;
	width: 100%;
	top: -7px;
}

#Hungy-Gobbies .pfp-token {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left;
	color: #000;
	font-family: var(--font-barlow);
	margin-right: auto;
	padding-top: 18px;
	position: relative;
	transition: color .25s ease-in-out;
}

#Hungy-Gobbies .pfp-token::after {
	content: "tokn";
	position: absolute;
	left: 0;
	font-family: var(--font-alt);
	color: #000;
	text-align: left;
	top: 0;
	font-size: 20px;
}

#Register {
	--counter-gobbie-size: 360px;
	position: absolute;
	z-index: 7;
	right: -200px;
	width: 720px;
	margin-bottom: 4vmin;
}

#Register::before {
	content: "";
	position: absolute;
	inset: 0;
	background: transparent url("https://oi3q2-xqaaa-aaaai-acncq-cai.ic0.app/burger_files/counter-gobbie.png") no-repeat top center/var(--counter-gobbie-size);
	width: var(--counter-gobbie-size);
	z-index: -1;
	transform: translateY(-180px) translateX(-80px);
}

#Register button {
	position: absolute;
	width: 240px;
	left: 128px;
	top: 204px;
}

@media(max-width:1000px) {
	#Register {
		width: 560px;
		right: -24vw;
		margin-bottom: 2vmin;
	}

	#Register button {
		left: 68px;
		top: 128px;
	}
}

#Talky-Talky {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99;
	overflow: hidden;
	background: 0 0;
	pointer-events: none;
}

#Talky-Talky .content {
	border: 2px solid #000;
	text-align: center;
	background: #fff;
	padding: 10px;
	border-radius: var(--radius);
}

#Talky-Talky .content img {
	margin: 0 auto 24px;
}

#Talky-Talky .content p+p {
	margin-top: 1em;
}

#Talky-Talky .content a {
	color: var(--brand);
	text-decoration: underline;
}

.clickable {
	pointer-events: auto!important;
}

#Sowwy {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 200;
	background: var(--brand);
	color: #fff;
}

#Sowwy .note {
	font-size: 24px;
	margin-top: 12px;
}

#Burgur-Menu {
	z-index: 200;
	pointer-events: none;
}

#Triggers {
	position: fixed;
	bottom: 40px;
	left: 0;
	width: 100%;
}

#Triggers .content {
	height: 72px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	gap: 4px;
}

#Triggers button {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	background: var(--golden);
}

#Triggers button:hover {
	background: var(--brand);
}

@media(max-width:1000px) {
	#Triggers {
		bottom: 24px;
	}
}

#Interface {
	padding: 40px 24px;
	gap: 20px;
	transition: all 1s 1s ease-in-out;
	z-index: 4;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
}

#Interface>* {
	position: relative;
}

#Interface>*:hover {
	transform: rotate(-8deg)!important;
}

#Volume {
	-webkit-animation: wiggle .5s linear infinite;
	animation: wiggle .5s linear infinite;
	cursor: pointer;
	position: fixed;
	bottom: 8px;
	left: 8px;
	z transform: translateX(-50%);
}

#Volume::before {
	content: "";
	position: absolute;
	inset: 0;
	background: transparent url("https://oi3q2-xqaaa-aaaai-acncq-cai.ic0.app/burger_files/GT-mute-circle.png") no-repeat center center/64px;
	opacity: 0;
	transform: translateY(-3px);
}

#Volume.off {
	-webkit-animation: none;
	animation: none;
}

#Volume.off img {
	opacity: 0;
}

#Volume.off::before {
	opacity: 1;
}

#Check-Claim {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 9;
}

#Check-Claim button {
	min-width: fit-content;
}

#Check-Claim input {
	height: 56px;
	padding-inline: 16px;
	background: #fff;
	border: 2px solid #000;
	border-radius: var(--radius);
}

@-webkit-keyframes wiggle {
	50% {
		transform: rotate(-3deg);
	}
}

@keyframes wiggle {
	50% {
		transform: rotate(-3deg);
	}
}
    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          