@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: 'IBM Plex Sans';
}
h1 {
	font-family: 'JetBrains Mono';
	font-size: 4em;
}
body {
	/*background: #E55D87;  /* fallback for old browsers */
/*	background: -webkit-linear-gradient(to right, #5FC3E4, #E55D87);  /* Chrome 10-25, Safari 5.1-6 */
	/*background: linear-gradient(to right, #5FC3E4, #E55D87); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: #e0e0e0;
}
input {
	width: 1.5em;
	height: 4em;
	font-size: 1.5em;
	text-align: center;
}
.segment-divider {
	font-size: 2em;
}
#credit {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
}
#credit p{
	margin: 0;
}
.pane {
	border-radius: 50px;
	background: #e0e0e0;
	box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
	
	min-width: 300px;
	width: 30em;
	/*height: 50vh;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	text-align: center;
	
}
.title {
	position: absolute;
	text-align:center;
	top: 0.8em;
	width:100%;
}
@media screen and (max-height: 950px) {
	.title {
		display: none;
	}
}
button {
	border: none;
	background: none;
}
.button,.surface {
	margin-top: 10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 10px;

	border-radius: 50px;
	background: #e0e0e0;
	box-shadow:  10px 10px 20px #bebebe,
             -10px -10px 20px #ffffff;
	border: none;

	transform: scale(1);
	transform: translateY(0px);
}
.surface {
	display: inline-block;
}
.button:active{
	background: linear-gradient(145deg, #cacaca, #f0f0f0);
	transform: scale(1);
	transform: translateY(4px);
	box-shadow:  12px 12px 24px #c3c3c3,
             -12px -12px 24px #fdfdfd;
}
input {
	border: none;
	background: none;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
input:focus{
	outline: none;

}
hr {
	color: #c9c9c9;
	border-style: solid;
	border-bottom: none;
}

.pane .header {
	font-family: 'JetBrains Mono',monospace;
	font-size: 1.5em;
	margin: 10px;
}
@media (max-width: 600px) or (max-height: 600px){
	.pane {
		box-shadow: none;
	}
	.timer {
		position: absolute !important;
		top:50% !important;
		left:50% !important;
		transform: translate(-50%,-50%) !important;
	}
	.title {
		display: none;
	}
}
.selected {
	transform: scale(1.1);
	color: #CB9DF0;
}
.timer {
	position:absolute;
	top:20vh;
	left: 50%;
	transform: translateX(-50%);
}
