.rbit-pc-launcher {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin: 18px 0;
	padding: 14px;
	border: 1px solid #d8dde3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(20, 24, 30, .08);
}

.rbit-pc-launcher__title {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 800;
	color: #20242a;
}

.rbit-pc-launcher__status {
	margin: 0 0 8px;
	color: #8a5b00;
	font-size: 14px;
	font-weight: 700;
}

.rbit-pc-launcher__status.is-ready {
	color: #13713c;
}

.rbit-pc-launcher__toast {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 5;
	max-width: min(360px, calc(100% - 28px));
	padding: 11px 13px;
	border: 1px solid #d7b0b0;
	border-left: 4px solid #7d0808;
	border-radius: 7px;
	background: #fff8f8;
	color: #4a1818;
	box-shadow: 0 14px 34px rgba(20, 24, 30, .18);
	font-size: 13px;
	font-weight: 850;
	line-height: 1.35;
}

.rbit-pc-launcher__toast.is-ready {
	border-color: #b9d8c4;
	border-left-color: #13713c;
	background: #f2fbf5;
	color: #103f26;
}

.rbit-pc-launcher__toast[hidden] {
	display: none;
}

.rbit-pc-launcher__confirm {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 10px;
	align-items: center;
	margin: 10px 0 0;
	padding: 10px;
	border: 1px solid #d8c4a2;
	border-left: 4px solid #8a5b00;
	border-radius: 7px;
	background: #fffaf1;
	color: #3e2b0b;
	font-size: 13px;
	line-height: 1.35;
}

.rbit-pc-launcher__confirm[hidden] {
	display: none;
}

.rbit-pc-launcher__confirm strong,
.rbit-pc-launcher__confirm span {
	display: block;
}

.rbit-pc-launcher__confirm button {
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid #b8a88e;
	border-radius: 6px;
	background: #fff;
	color: #2b2114;
	font-weight: 800;
	cursor: pointer;
}

.rbit-pc-launcher__confirm [data-rbit-confirm-yes] {
	border-color: #7d0808;
	background: #7d0808;
	color: #fff;
}

.rbit-pc-launcher__summary {
	margin: 0 0 10px;
	padding: 8px 10px;
	border-radius: 6px;
	background: #f5f7fa;
	color: #3d4652;
	font-size: 13px;
	line-height: 1.35;
}

.rbit-pc-launcher__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.rbit-pc-launcher__button,
.rbit-pc-launcher__ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 14px;
	border-radius: 6px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.rbit-pc-launcher__button {
	border: 1px solid #20242a;
	background: #20242a;
	color: #fff;
}

.rbit-pc-launcher__button:hover {
	color: #fff;
	background: #111418;
}

.rbit-pc-launcher__ghost {
	border: 1px solid #c8d0da;
	background: #fff;
	color: #20242a;
}

.rbit-pc-launcher__uploads {
	display: grid;
	gap: 6px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #edf0f3;
}

.rbit-pc-launcher.is-upload-ready .rbit-pc-launcher__uploads {
	margin-top: 14px;
	padding: 12px;
	border: 1px solid #b9d8c4;
	border-left: 4px solid #13713c;
	border-radius: 7px;
	background: #f2fbf5;
}

.rbit-pc-launcher__uploads label {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	color: #20242a;
}

.rbit-pc-launcher__uploads input[type="file"] {
	width: 100%;
	max-width: 100%;
	margin: 0 0 6px;
}

@media (max-width: 640px) {
	.rbit-pc-launcher__confirm {
		grid-template-columns: 1fr;
	}
}
