/* /Components/KonferencniModul/Registrace/RegistraceRecnik.razor.rz.scp.css */

/* /Components/KonferencniModul/Registrace/RegistraceVystavovatel.razor.rz.scp.css */
body[b-dbv6sj7k5s]{
}

h1[b-dbv6sj7k5s], h2[b-dbv6sj7k5s], h3[b-dbv6sj7k5s]{
	text-align: center;
}

hr[b-dbv6sj7k5s]{
	height: 1px;
	width: 100%
}

button[b-dbv6sj7k5s]{
	height: auto;
	width: max-content;
	justify-self: center;
}

.main-grid[b-dbv6sj7k5s] {
	display: grid;
	width: 100%;
	height: 100%;

	grid-template-rows: auto auto auto auto;
	place-content: center;
	margin: 10px;
	row-gap: 10px;
}

.nemam-grid[b-dbv6sj7k5s] {
	display: grid;
	width: 100%;
	height: 100%;
	row-gap: 10px;
}


input[required][b-dbv6sj7k5s] {
	background-color: lightpink;
}

[b-dbv6sj7k5s] .validation-message {
	font-size: small;
	color: red;
	display: inline;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-l44kvugpt4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-l44kvugpt4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/MasegeBox/MessageBox.razor.rz.scp.css */
body[b-v0m2wru1ft] {
}
div.msg-box[b-v0m2wru1ft] {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, 5px);

	background-color: black;
	color: white;

	padding: 10px;
}
	div.msg-box > div.msg[b-v0m2wru1ft] {
		height: auto;
		width: auto;
		background-color: black;
		color: white;
		-webkit-user-modify: read-write-plaintext-only;
		padding: 2px;
	}
/* /Components/Pages/Card.razor.rz.scp.css */

/* /Components/Pages/EventPage.razor.rz.scp.css */
.event-page[b-e88amwma5c] {
	min-height: 100vh;
	padding: 24px;
	background: linear-gradient(255deg, #181b24 0%, #040714 28%, #00002C 80%, #150b35 100%);
	color: #ffffff;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
}

	.event-page *[b-e88amwma5c] {
		box-sizing: border-box;
	}

	.event-page img[b-e88amwma5c] {
		display: block;
		max-width: 100%;
		height: 50px;
	}

	.event-title-block img[b-e88amwma5c] {
		display: block;
		max-width: 100%;
		height: 75px;
	}

	.event-page a[b-e88amwma5c] {
		color: inherit;
		text-decoration: none;
	}

.event-page-inner[b-e88amwma5c] {
	max-width: 1520px;
	min-height: calc(100vh - 48px);
	margin: 0 auto;
	padding: 28px;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: linear-gradient(255deg, #181b24 0%, #040714 28%, #00002C 80%, #150b35 100%);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
	overflow: hidden;
	position: relative;
	isolation: isolate;
}

	.event-page-inner[b-e88amwma5c]::before {
		content: "";
		position: absolute;
		inset: 0;
		background-image: url("images/background-shapes.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		opacity: 1;
		pointer-events: none;
		z-index: 0;
	}

	.event-page-inner > *[b-e88amwma5c] {
		position: relative;
		z-index: 1;
	}

.event-topbar[b-e88amwma5c] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.event-brand[b-e88amwma5c] {
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.5px;
	padding-left: 20px;
}

.event-language[b-e88amwma5c] {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
	font-size: 15px;
	white-space: nowrap;
}

.event-language-icon[b-e88amwma5c] {
	width: 16px;
	height: 16px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	display: inline-block;
	flex: 0 0 16px;
}

.event-content[b-e88amwma5c] {
	display: grid;
	grid-template-columns: 440px 1fr;
	gap: 24px;
	align-items: stretch;
	min-height: calc(100vh - 160px);
}

.event-left-card[b-e88amwma5c] {
	display: flex;
	flex-direction: column;
	gap: 22px;
	min-height: 760px;
	padding: 28px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(180deg, rgba(3, 8, 27, 0.90), rgba(1, 5, 20, 0.96));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(12px);
}

.event-eyebrow[b-e88amwma5c] {
	margin: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.58);
	line-height: 1.4;
}

.event-title-block[b-e88amwma5c] {
	display: grid;
	gap: 8px;
}

.event-title-main[b-e88amwma5c] {
	margin: 0;
	font-weight: 800;
	font-size: 72px;
	line-height: 0.95;
	letter-spacing: -2px;
}

.event-title-year[b-e88amwma5c] {
	margin: 0;
	display: inline-block;
	font-weight: 300;
	font-size: 96px;
	line-height: 0.90;
	letter-spacing: -3px;
	color: transparent;
	background: linear-gradient( 90deg, #f716ff 0%,
	#5b7cff 40%,
	#3fa9ff 75%,
	#4fd1c5 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-stroke: 2px rgba(255, 255, 255, 0.08);
}

.event-description[b-e88amwma5c] {
	margin: 0;
	max-width: 360px;
	font-size: 17px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
}

.event-meta[b-e88amwma5c] {
	display: grid;
	gap: 14px;
}

.event-meta-row[b-e88amwma5c] {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.5;
}

.event-meta-icon[b-e88amwma5c] {
	width: 22px;
	flex: 0 0 22px;
	text-align: center;
	color: #ff5db1;
	font-size: 18px;
	line-height: 1;
}

.event-divider[b-e88amwma5c] {
	height: 1px;
	border: 0;
	background: rgba(255, 255, 255, 0.10);
	margin: 0;
}

.event-section-label[b-e88amwma5c] {
	margin: 0 0 14px 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.58);
	line-height: 1.4;
}

.event-store-links[b-e88amwma5c] {
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.event-store-link[b-e88amwma5c] {
	position: relative;
	display: block;
	width: fit-content;
	border-radius: 0px;
	isolation: isolate;
	transition: transform 220ms ease, filter 220ms ease;
}

	.event-store-link[b-e88amwma5c]::before {
		content: "";
		position: absolute;
		inset: -10px;
		border-radius: 0px;
		opacity: 1;
		filter: blur(18px);
		z-index: -1;
		pointer-events: none;
		animation: storeAmbientGlow-b-e88amwma5c 3.5s ease-in-out infinite;
	}

	/* Apple - modrý glow */
	.event-store-link:nth-child(1)[b-e88amwma5c]::before {
		background: radial-gradient(circle, rgb(10 132 255 / 79%) 0%, rgb(10 132 255 / 68%) 35%, transparent 72%);
	}

	/* Google Play - zelený glow */
	.event-store-link:nth-child(2)[b-e88amwma5c]::before {
		background: radial-gradient( circle, rgb(52 199 89 / 72%) 0%, rgb(52 199 89 / 46%) 35%, #00000000 72%);
	}

	.event-store-link:hover[b-e88amwma5c], .event-web-link:hover[b-e88amwma5c] {
		transform: translateY(-2px);
		filter: brightness(1.15);
	}

		.event-store-link:hover[b-e88amwma5c]::before {
			opacity: 0.85;
			filter: blur(22px);
		}

@keyframes storeAmbientGlow-b-e88amwma5c {
	0%, 100% {
		opacity: 0.42;
		transform: scale(0.96);
	}

	50% {
		opacity: 0.68;
		transform: scale(1.04);
	}
}

.event-store-image[b-e88amwma5c] {
	position: relative;
	z-index: 1;
	display: block;
	height: 56px;
	width: auto;
	max-width: 100%;
}

.event-web-link[b-e88amwma5c] {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	padding: 14px 18px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	background: rgb(25 84 161 / 30%);
	color: #ff5db1;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}

.event-web-link-icon[b-e88amwma5c] {
	width: 20px;
	height: 20px;
	display: inline-grid;
	place-items: center;
	font-size: 18px;
	line-height: 1;
	flex: 0 0 20px;
}

.event-security-card[b-e88amwma5c] {
	margin-top: auto;
	display: grid;
	grid-template-columns: 56px 1fr 20px;
	gap: 16px;
	align-items: center;
	padding: 18px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.03);
}

.event-security-icon[b-e88amwma5c] {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(123, 97, 255, 0.08);
	color: #9f79ff;
	font-size: 24px;
	flex: 0 0 56px;
}

.event-security-texts[b-e88amwma5c] {
	min-width: 0;
}

.event-security-title[b-e88amwma5c] {
	margin: 0 0 6px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.event-security-description[b-e88amwma5c] {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.58);
}

.event-security-arrow[b-e88amwma5c] {
	font-size: 28px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1;
	text-align: right;
}

.event-right-panel[b-e88amwma5c] {
	min-height: 760px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.event-right-hero-link[b-e88amwma5c],
.event-right-hero-image[b-e88amwma5c] {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 760px;
	border-radius: 30px;
}

.event-right-hero-image[b-e88amwma5c] {
	object-fit: cover;
	object-position: center;
}

/* větší tablet / menší notebook */
@media (max-width: 1200px) {
	.event-content[b-e88amwma5c] {
		grid-template-columns: 400px 1fr;
	}

	.event-left-card[b-e88amwma5c] {
		min-height: 700px;
	}

	.event-right-panel[b-e88amwma5c],
	.event-right-hero-link[b-e88amwma5c],
	.event-right-hero-image[b-e88amwma5c] {
		min-height: 700px;
	}

	.event-title-main[b-e88amwma5c] {
		font-size: 60px;
	}

	.event-title-year[b-e88amwma5c] {
		font-size: 82px;
	}
}

/* tablet */
@media (max-width: 980px) {
	.event-page[b-e88amwma5c] {
		padding: 16px;
	}

	.event-page-inner[b-e88amwma5c] {
		min-height: auto;
		padding: 20px;
		border-radius: 24px;
	}

	.event-topbar[b-e88amwma5c] {
		margin-bottom: 20px;
	}

	.event-content[b-e88amwma5c] {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.event-left-card[b-e88amwma5c] {
		min-height: auto;
		order: 2;
		padding: 24px;
		border-radius: 24px;
	}

	.event-right-panel[b-e88amwma5c] {
		order: 1;
		min-height: 20vh;
		border-radius: 24px;
	}

	.event-right-hero-link[b-e88amwma5c],
	.event-right-hero-image[b-e88amwma5c] {
		min-height: 20vh;
		border-radius: 24px;
	}

	.event-title-main[b-e88amwma5c] {
		font-size: 56px;
	}

	.event-title-year[b-e88amwma5c] {
		font-size: 76px;
	}

	.event-description[b-e88amwma5c] {
		max-width: none;
	}

}

/* mobil */
@media (max-width: 640px) {
	.event-page[b-e88amwma5c] {
		padding: 12px;
	}

	.event-page-inner[b-e88amwma5c] {
		padding: 16px;
		border-radius: 20px;
	}

	.event-topbar[b-e88amwma5c] {
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 16px;
	}

	.event-brand[b-e88amwma5c] {
		font-size: 30px;
	}

	.event-language[b-e88amwma5c] {
		padding: 10px 14px;
		font-size: 14px;
		gap: 10px;
	}

	.event-language-icon[b-e88amwma5c] {
		width: 14px;
		height: 14px;
		flex: 0 0 14px;
	}

	.event-left-card[b-e88amwma5c] {
		gap: 18px;
		padding: 20px;
		border-radius: 22px;
	}

	.event-right-panel[b-e88amwma5c] {
		border-radius: 22px;
	}

	.event-right-hero-link[b-e88amwma5c],
	.event-right-hero-image[b-e88amwma5c] {
		/*min-height: 300px;*/
		border-radius: 22px;
	}

	.event-store-links[b-e88amwma5c] {
		flex-direction: column;
		gap: 12px;
		align-items: center;
	}

	.event-title-main[b-e88amwma5c] {
		font-size: 42px;
		line-height: 1;
		letter-spacing: -1px;
	}

	.event-title-year[b-e88amwma5c] {
		font-size: 58px;
		line-height: 1;
		letter-spacing: -2px;
	}

	.event-description[b-e88amwma5c] {
		font-size: 16px;
	}

	.event-meta-row[b-e88amwma5c] {
		font-size: 16px;
	}

	.event-store-image[b-e88amwma5c] {
		height: 48px;
	}

	.event-web-link[b-e88amwma5c] {
		padding: 12px 16px;
		font-size: 15px;
		display: flex !important;
		margin: 0 auto !important;
	}

	.event-security-card[b-e88amwma5c] {
		grid-template-columns: 56px 1fr;
		padding: 16px;
	}

	.event-security-arrow[b-e88amwma5c] {
		display: none;
	}

	.event-security-title[b-e88amwma5c] {
		font-size: 18px;
	}

	.event-security-description[b-e88amwma5c] {
		font-size: 14px;
	}
}
/* /Components/Pages/KonferencniModul/RecnikRegistrace.razor.rz.scp.css */
body[b-g880mu205g] {
}
