/* _content/Novyprojekt1/Components/Shared/MainLayout.razor.rz.scp.css */
main[b-2np03rbpo9] {
    min-width: 0;
}

.home-bg[b-2np03rbpo9] {
    width: 100vw;
    min-height: 100vh;

    background-image: url('Images/myaccount_bg_2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.hero-claim[b-2np03rbpo9] {
    position: absolute;
    left: clamp(2rem, 6vw, 8rem);
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;

    z-index: 2;
}

.hero-h1[b-2np03rbpo9] {
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    color: white;
    margin: 0;
    white-space: nowrap;
}

.hero-highlight[b-2np03rbpo9] {
    background: linear-gradient(90deg, #5bc4bf, #84c98b);
    padding: 10px 15px;
}

.hero-h1.hero-pixel[b-2np03rbpo9] {
    font-family: "Pixidot Mayhem Pixel", sans-serif;
    font-weight: 400;
    margin-bottom: -13px;
}

.sidebar-scroll[b-2np03rbpo9]::-webkit-scrollbar {
    width: 6px;
}

.sidebar-scroll[b-2np03rbpo9]::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-scroll[b-2np03rbpo9]::-webkit-scrollbar-thumb {
    background: var(--color-scrollbar);
    border-radius: 3px;
}

.sidebar-scroll[b-2np03rbpo9]::-webkit-scrollbar-thumb:hover {
    background: var(--color-scrollbar-hover);
}

.menu-item :deep(.sidebar-nav-icon)[b-2np03rbpo9] {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
    color: inherit !important;
}

@media (max-width: 1024px) {
    .hero-h1[b-2np03rbpo9] {
        font-size: 6rem;
    }
}

@media (max-width: 768px) {
    .hero-h1.hero-pixel[b-2np03rbpo9] {
        margin-bottom: -12px;
    }

    .hero-claim[b-2np03rbpo9] {
        left: 1.5rem;
        gap: 0.5rem;
    }

    .home-bg[b-2np03rbpo9] {
        background-position: 65% bottom;
    }

    .hero-h1[b-2np03rbpo9] {
        font-size: 4rem;
    }
}

@media (max-width: 480px) {
    .hero-h1[b-2np03rbpo9] {
        font-size: 4rem;
    }
}
/* _content/Novyprojekt1/Components/Shared/PageHeader.razor.rz.scp.css */
.page-header__crumb[b-n1fwdw3ef8] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: var(--color-text-strong);
}

.page-header__crumb-slash[b-n1fwdw3ef8] {
    color: var(--primary-color);
}

.page-header__crumb-link[b-n1fwdw3ef8] {
    color: var(--color-text-strong);
    text-decoration: none;
}

.page-header__crumb-link:hover[b-n1fwdw3ef8] {
    color: var(--primary-color);
    text-decoration: none;
}

.page-header__crumb-current[b-n1fwdw3ef8] {
    color: var(--color-text-strong);
}

.page-header h1[b-n1fwdw3ef8] {
    font-weight: 800;
}

.page-header__desc[b-n1fwdw3ef8] {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--color-text-muted);
}
/* _content/Novyprojekt1/Features/Employees/AdminRequests.razor.rz.scp.css */
.requests-page[b-fzt6608elv] {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
/* _content/Novyprojekt1/Features/Gallery/Components/GalleryImageModal.razor.rz.scp.css */
.event-gallery[b-2rxewnim4w] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #0b0b0b;
    color: #f5f5f5;
    outline: none;
}

.event-gallery__shell[b-2rxewnim4w] {
    position: relative;
    width: 100%;
    height: 100%;
}

.event-gallery__header[b-2rxewnim4w] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    pointer-events: none;
}

.event-gallery__heading[b-2rxewnim4w],
.event-gallery__actions[b-2rxewnim4w] {
    pointer-events: auto;
}

.event-gallery__title[b-2rxewnim4w] {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.event-gallery__counter[b-2rxewnim4w] {
    margin-top: 0.2rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.45);
}

.event-gallery__actions[b-2rxewnim4w] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.event-gallery__icon-btn[b-2rxewnim4w] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 0.5rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.event-gallery__icon-btn:hover[b-2rxewnim4w] {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* Arrows stay fixed to the viewport — image size does not move them */
.event-gallery__nav[b-2rxewnim4w] {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.event-gallery__nav:hover:not(:disabled)[b-2rxewnim4w] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
}

.event-gallery__nav:disabled[b-2rxewnim4w] {
    opacity: 0.28;
    cursor: not-allowed;
}

.event-gallery__nav--prev[b-2rxewnim4w] {
    left: 1.25rem;
}

.event-gallery__nav--next[b-2rxewnim4w] {
    right: 1.25rem;
}

.event-gallery__stage[b-2rxewnim4w] {
    position: absolute;
    inset: 4.5rem 5.5rem 5.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-width: 0;
    min-height: 0;
}

.event-gallery__main[b-2rxewnim4w] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-width: 0;
    min-height: 0;
    width: 100%;
}

.event-gallery__img[b-2rxewnim4w] {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0.875rem;
}

.event-gallery__caption[b-2rxewnim4w] {
    margin: 0;
    flex-shrink: 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.event-gallery__thumbs[b-2rxewnim4w] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    max-width: min(42rem, 100%);
    padding: 0.15rem 0.25rem;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

.event-gallery__thumb[b-2rxewnim4w] {
    flex: 0 0 auto;
    width: 3.25rem;
    height: 2.35rem;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.55;
    transition: opacity 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.event-gallery__thumb img[b-2rxewnim4w] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-gallery__thumb:hover[b-2rxewnim4w] {
    opacity: 0.85;
}

.event-gallery__thumb.is-active[b-2rxewnim4w] {
    opacity: 1;
    border-color: var(--color-brand, #ef4130);
    transform: translateY(-1px);
}

.event-gallery__empty[b-2rxewnim4w] {
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
}

.event-gallery__tabs[b-2rxewnim4w] {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    max-width: calc(100% - 2.5rem);
}

.event-gallery__tab[b-2rxewnim4w] {
    padding: 0.35rem 0.7rem;
    border: 1px solid transparent;
    border-radius: 0.4rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.event-gallery__tab:hover[b-2rxewnim4w] {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.1);
}

.event-gallery__tab.is-active[b-2rxewnim4w] {
    color: #fff;
    border-color: var(--color-brand, #ef4130);
    background: rgba(239, 65, 48, 0.12);
}

@media (max-width: 768px) {
    .event-gallery__nav--prev[b-2rxewnim4w] {
        left: 0.65rem;
    }

    .event-gallery__nav--next[b-2rxewnim4w] {
        right: 0.65rem;
    }

    .event-gallery__stage[b-2rxewnim4w] {
        inset: 4rem 3.5rem 5.5rem;
    }

    .event-gallery__nav[b-2rxewnim4w] {
        width: 2.35rem;
        height: 2.35rem;
    }

    .event-gallery__thumb[b-2rxewnim4w] {
        width: 2.75rem;
        height: 2rem;
    }
}
/* _content/Novyprojekt1/Features/Home/Index.razor.rz.scp.css */
.overview-page[b-l02zn8dsma] {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

/* Hero */
.overview-hero[b-l02zn8dsma] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 1.5rem 1.75rem;
	border-radius: 1.25rem;
	background: #1a2332;
	color: #e8eaed;
}

.overview-hero__copy[b-l02zn8dsma] {
	min-width: 0;
	flex: 1 1 16rem;
}

.overview-hero__greeting[b-l02zn8dsma] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 0.4rem;
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.35;
	color: #f5f6f7;
}

.overview-hero__epic[b-l02zn8dsma] {
	display: inline-block;
	vertical-align: baseline;
	min-width: 4.5ch;
	padding: 1px 8px;
	border-radius: 4px;
	background: var(--gradient-epic);
	color: rgb(4, 20, 15);
	font-family: "Pixidot Mayhem Pixel", "Pixelify Sans", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
}

.overview-hero__clock[b-l02zn8dsma] {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.65rem;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-family: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
	font-size: 0.7rem;
	letter-spacing: 0.02em;
	color: #b7bfca;
}

.overview-hero__clock-dot[b-l02zn8dsma] {
	width: 0.4rem;
	height: 0.4rem;
	flex-shrink: 0;
	border-radius: 999px;
	background: #22c55e;
	box-shadow: 0 0 0 rgba(34, 197, 94, 0.55);
	animation: overview-clock-pulse-b-l02zn8dsma 2s ease-in-out infinite;
}

.overview-hero__clock-date[b-l02zn8dsma] {
	color: #d7dbe1;
}

.overview-hero__clock-sep[b-l02zn8dsma] {
	opacity: 0.4;
}

.overview-hero__clock-time[b-l02zn8dsma] {
	font-weight: 600;
	color: #f5f6f7;
	font-variant-numeric: tabular-nums;
}

@keyframes overview-clock-pulse-b-l02zn8dsma {

	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
	}

	50% {
		box-shadow: 0 0 0 4px rgba(34, 197, 94, 0);
	}
}

.overview-hero__sub[b-l02zn8dsma] {
	margin: 0;
	max-width: 36rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #9aa3af;
}

.overview-hero__cta[b-l02zn8dsma] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 0.65rem 1.15rem;
	border-radius: 0.65rem;
	background: var(--gradient-epic);
	color: rgb(4, 20, 15);
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	transition: filter 0.15s ease;
}

.overview-hero__cta:hover[b-l02zn8dsma] {
	filter: brightness(1.05);
	color: #12202a;
}

.overview-top[b-l02zn8dsma] {
	display: flex;
	align-items: stretch;
	gap: 1.25rem;
}

.overview-top .overview-hero[b-l02zn8dsma] {
	flex: 1 1 auto;
	min-width: 0;
}

@media (max-width: 768px) {
	.overview-top[b-l02zn8dsma] {
		flex-direction: column;
	}
}

/* Gallery strip — auto-scroll L→R (track moves right; images enter from left) */
.overview-gallery[b-l02zn8dsma] {
	overflow: hidden;
	margin-inline: -0.15rem;
}

.overview-gallery__viewport[b-l02zn8dsma] {
	overflow: hidden;
	width: 100%;
	mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}

.overview-gallery__track[b-l02zn8dsma] {
	display: flex;
	width: max-content;
	gap: 0.65rem;
	padding: 0.1rem 0;
}

.overview-gallery__track.is-animated[b-l02zn8dsma] {
	animation: overview-gallery-scroll-b-l02zn8dsma 40s linear infinite;
}

.overview-gallery__track.is-animated:hover[b-l02zn8dsma] {
	animation-play-state: paused;
}

.overview-gallery__item[b-l02zn8dsma] {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: clamp(8.5rem, 14vw, 11.5rem);
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 0.75rem;
	background: #e6e4df;
	text-decoration: none;
}

.overview-gallery__item img[b-l02zn8dsma] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.overview-gallery__item--empty[b-l02zn8dsma] {
	background:
		repeating-linear-gradient(-45deg,
			#ebe9e4,
			#ebe9e4 6px,
			#e2e0da 6px,
			#e2e0da 12px);
}

.overview-gallery__label[b-l02zn8dsma] {
	position: absolute;
	left: 0.5rem;
	bottom: 0.4rem;
	font-size: 0.65rem;
	color: #6b7280;
	background: rgba(255, 255, 255, 0.72);
	padding: 0.1rem 0.35rem;
	border-radius: 0.25rem;
	max-width: calc(100% - 1rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@keyframes overview-gallery-scroll-b-l02zn8dsma {
	from {
		transform: translateX(-50%);
	}

	to {
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.overview-gallery__track.is-animated[b-l02zn8dsma] {
		animation: none;
	}
}

/* Widgets row */
.overview-widgets[b-l02zn8dsma] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.overview-widget[b-l02zn8dsma] {
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: 1rem;
	padding: 1rem 1.1rem 0.75rem;
	min-height: 16rem;
}

.overview-widget__head[b-l02zn8dsma] {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.35rem;
}

.overview-widget__title[b-l02zn8dsma] {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--color-text-strong);
}

.overview-widget__head .overview-widget__title[b-l02zn8dsma] {
	margin-bottom: 0;
}

.overview-widget__count[b-l02zn8dsma] {
	font-size: 0.75rem;
	color: var(--color-text-muted);
	white-space: nowrap;
}

button.overview-widget__count[b-l02zn8dsma] {
	border: none;
	background: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
}

button.overview-widget__count:hover[b-l02zn8dsma] {
	color: var(--color-text-strong);
}

.overview-widget__list[b-l02zn8dsma] {
	list-style: none;
	margin: 0;
	padding: 0;
}

.overview-empty[b-l02zn8dsma] {
	padding: 0.75rem 0;
	font-size: 0.8125rem;
	color: var(--color-text-muted);
}

/* Coming up */
.overview-coming[b-l02zn8dsma] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.7rem 0;
	border-top: 1px solid var(--color-border);
}

.overview-coming:first-child[b-l02zn8dsma] {
	border-top: none;
	padding-top: 0.15rem;
}

.overview-coming__date[b-l02zn8dsma] {
	flex-shrink: 0;
	width: 2.6rem;
	padding: 0.3rem 0.2rem;
	border-radius: 0.4rem;
	background: var(--primary-color);
	color: #fff;
	text-align: center;
	line-height: 1.1;
}

.overview-coming__month[b-l02zn8dsma] {
	display: block;
	font-size: 0.55rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.9;
}

.overview-coming__day[b-l02zn8dsma] {
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
}

.overview-coming__name[b-l02zn8dsma] {
	font-size: 0.8125rem;
	font-weight: 650;
	color: var(--color-text-strong);
}

.overview-coming__name--link[b-l02zn8dsma] {
	display: block;
	width: 100%;
	border: none;
	background: none;
	padding: 0;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.overview-coming__name--link:hover[b-l02zn8dsma] {
	text-decoration: underline;
	color: var(--primary-color);
}

.overview-coming__meta[b-l02zn8dsma] {
	font-size: 0.7rem;
	color: var(--color-text-muted);
}

/* Office */
.overview-office[b-l02zn8dsma] {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.55rem 0;
	border-top: 1px solid var(--color-border);
}

.overview-office:first-child[b-l02zn8dsma] {
	border-top: none;
	padding-top: 0.15rem;
}

.overview-office__dot[b-l02zn8dsma] {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	flex-shrink: 0;
}

.overview-office__dot.is-in[b-l02zn8dsma] {
	background: #22c55e;
}

.overview-office__dot.is-remote[b-l02zn8dsma] {
	background: #c4c4c4;
}

.overview-office__avatar[b-l02zn8dsma] {
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.6rem;
	font-weight: 700;
	color: #fff;
	flex-shrink: 0;
}

.overview-office__name[b-l02zn8dsma] {
	flex: 1;
	min-width: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--color-text-strong);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overview-office__name--link[b-l02zn8dsma] {
	display: block;
	width: 100%;
	border: none;
	background: none;
	padding: 0;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.overview-office__name--link:hover[b-l02zn8dsma] {
	text-decoration: underline;
	color: var(--primary-color);
}

.overview-office__status[b-l02zn8dsma] {
	font-size: 0.7rem;
	flex-shrink: 0;
}

.overview-office__status.is-in[b-l02zn8dsma] {
	color: #16a34a;
}

.overview-office__status.is-remote[b-l02zn8dsma] {
	color: var(--color-text-muted);
}

/* New colleagues */
.overview-colleague[b-l02zn8dsma] {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.6rem 0;
	border-top: 1px solid var(--color-border);
}

.overview-colleague:first-child[b-l02zn8dsma] {
	border-top: none;
	padding-top: 0.15rem;
}

.overview-colleague__avatar[b-l02zn8dsma] {
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.65rem;
	font-weight: 700;
	color: #fff;
	flex-shrink: 0;
	background: #f0b7a4;
}

.overview-colleague__name[b-l02zn8dsma] {
	font-size: 0.8125rem;
	font-weight: 650;
	color: var(--color-text-strong);
}

.overview-colleague__meta[b-l02zn8dsma] {
	font-size: 0.7rem;
	color: var(--color-text-muted);
	line-height: 1.3;
}

/* Challenges card */
.overview-challenges[b-l02zn8dsma] {
	display: flex;
	flex-direction: column;
}

.overview-challenges__carousel[b-l02zn8dsma] {
	display: flex;
	align-items: stretch;
	gap: 0.35rem;
	flex: 1;
	min-height: 0;
	margin-top: 0.5rem;
}

.overview-challenges__arrow[b-l02zn8dsma] {
	flex-shrink: 0;
	align-self: center;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #1a2332;
	border-radius: 999px;
	background: #1a2332;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.15s ease, opacity 0.15s ease;
}

.overview-challenges__arrow:hover:not(:disabled)[b-l02zn8dsma] {
	background: #0f151f;
}

.overview-challenges__arrow:disabled[b-l02zn8dsma] {
	opacity: 0.35;
	cursor: default;
}

.overview-challenges__viewport[b-l02zn8dsma] {
	flex: 1;
	min-width: 0;
	height: 100%;
	overflow: hidden;
}

.overview-challenges__track[b-l02zn8dsma] {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.28s ease;
	--challenge-visible: 2;
	--challenge-max: max(0, calc(var(--challenge-count) - var(--challenge-visible)));
	--challenge-i-used: min(var(--challenge-i), var(--challenge-max));
	transform: translateX(calc(var(--challenge-i-used) * -100% / var(--challenge-visible)));
}

.overview-challenge[b-l02zn8dsma] {
	flex: 0 0 50%;
	max-width: 50%;
	min-width: 0;
	height: 100%;
	padding-inline: 0.3rem;
	box-sizing: border-box;
	border: none;
	background: none;
	padding-block: 0;
	cursor: pointer;
	text-align: left;
}

.overview-challenge__media[b-l02zn8dsma] {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.85rem;
	background: #d8d6d0;
	overflow: hidden;
}

.overview-challenge__media img[b-l02zn8dsma],
.overview-challenge__media video[b-l02zn8dsma] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.overview-challenge__media[b-l02zn8dsma]::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(to top, rgba(26, 26, 26, 0.72), transparent);
	pointer-events: none;
}

.overview-challenge__name[b-l02zn8dsma] {
	position: absolute;
	left: 0.7rem;
	right: 0.7rem;
	bottom: 0.65rem;
	z-index: 1;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* LH Life carousel */
.overview-lhlife[b-l02zn8dsma] {
	display: flex;
	flex-direction: column;
}

.overview-lhlife__carousel[b-l02zn8dsma] {
	display: flex;
	align-items: stretch;
	gap: 0.35rem;
	flex: 1;
	min-height: 0;
	margin-top: 0.5rem;
}

.overview-lhlife__viewport[b-l02zn8dsma] {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.overview-lhlife__track[b-l02zn8dsma] {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.28s ease;
	--lhlife-visible: 1;
	--lhlife-max: max(0, calc(var(--lhlife-count) - var(--lhlife-visible)));
	--lhlife-i-used: min(var(--lhlife-i), var(--lhlife-max));
	transform: translateX(calc(var(--lhlife-i-used) * -100% / var(--lhlife-visible)));
}

.overview-lhlife__item[b-l02zn8dsma] {
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 0;
	height: 100%;
	padding-inline: 0.3rem;
	box-sizing: border-box;
	border: none;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	cursor: pointer;
	text-align: left;
}

.overview-lhlife__media[b-l02zn8dsma] {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.85rem;
	background: #d8d6d0;
	overflow: hidden;
}

.overview-lhlife__media img[b-l02zn8dsma] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.overview-lhlife__media[b-l02zn8dsma]::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(to top, rgba(26, 26, 26, 0.72), transparent);
	pointer-events: none;
}

.overview-lhlife__name[b-l02zn8dsma] {
	position: absolute;
	left: 0.7rem;
	right: 0.7rem;
	bottom: 0.65rem;
	z-index: 1;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overview-onboarding[b-l02zn8dsma] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1.15rem;
	border-radius: 0.85rem;
	background: #fff;
	border: 1px solid var(--color-border);
	font-size: 0.875rem;
	color: var(--color-text-body);
}

.overview-onboarding p[b-l02zn8dsma] {
	margin: 0;
}

@media (max-width: 1024px) {
	.overview-widgets[b-l02zn8dsma] {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.overview-hero[b-l02zn8dsma] {
		padding: 1.25rem;
	}

	.overview-hero__greeting[b-l02zn8dsma] {
		font-size: 1.05rem;
	}

	.overview-challenges__track[b-l02zn8dsma] {
		--challenge-visible: 1;
	}

	.overview-challenge[b-l02zn8dsma] {
		flex: 0 0 100%;
		max-width: 100%;
		padding-inline: 0;
	}
}
/* _content/Novyprojekt1/Features/Merch/Components/MerchGrid.razor.rz.scp.css */
.merch-row[b-z013pf5qvq] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.merch-row__track[b-z013pf5qvq] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0.15rem 0.15rem 0.75rem;
    scrollbar-width: thin;
    scrollbar-color: var(--color-line, #d4d4d8) transparent;
}

.merch-row__track[b-z013pf5qvq]::-webkit-scrollbar {
    height: 6px;
}

.merch-row__track[b-z013pf5qvq]::-webkit-scrollbar-track {
    background: transparent;
}

.merch-row__track[b-z013pf5qvq]::-webkit-scrollbar-thumb {
    background-color: var(--color-line, #d4d4d8);
    border-radius: 999px;
}

.merch-row__nav[b-z013pf5qvq] {
    flex: 0 0 auto;
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid var(--color-line, #d4d4d8);
    border-radius: 999px;
    background: var(--color-surface, #fff);
    color: var(--color-ink, #18181b);
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.merch-row.is-overflowing .merch-row__nav[b-z013pf5qvq] {
    display: inline-flex;
}

.merch-row__nav:hover[b-z013pf5qvq] {
    background: var(--color-muted, #f4f4f5);
    border-color: var(--color-brand, #ef4130);
}

@media (max-width: 640px) {
    .merch-row__nav[b-z013pf5qvq] {
        display: none !important;
    }
}
/* _content/Novyprojekt1/Features/Newcomers/AdminNewcomers.razor.rz.scp.css */
.newcomers-page[b-7cf4ojjeyd] {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.newcomers-name-btn[b-7cf4ojjeyd] {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	min-height: 2.25rem;
	max-width: 100%;
	min-width: 0;
	padding: 0;
	border: none;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.newcomers-name-btn:hover .newcomers-name-text[b-7cf4ojjeyd] {
	color: var(--primary-color);
}

.newcomers-name-text[b-7cf4ojjeyd] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.newcomers-avatar[b-7cf4ojjeyd] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: var(--color-red-subtle);
	color: var(--primary-color);
	font-size: 0.7rem;
	font-weight: 600;
	flex-shrink: 0;
}

.newcomers-status-dot[b-7cf4ojjeyd] {
	width: 0.65rem;
	height: 0.65rem;
	border: none;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	transition: transform 0.15s ease;
}

.newcomers-status-dot:hover[b-7cf4ojjeyd] {
	transform: scale(1.2);
}

.newcomers-status-dot--complete[b-7cf4ojjeyd] {
	background-color: var(--color-success);
}

.newcomers-status-dot--pending[b-7cf4ojjeyd] {
	background-color: var(--color-warning);
}
/* _content/Novyprojekt1/Features/Newcomers/AdminNewcomersAttributes.razor.rz.scp.css */
.attr-studio[b-8lpulnc4bp] {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.attr-tile[b-8lpulnc4bp] {
	display: flex;
	align-items: stretch;
	border-radius: 0.875rem;
	border: 1px solid var(--color-line, #ebebeb);
	background: var(--color-page, #f9f8f5);
	transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.attr-tile--on[b-8lpulnc4bp] {
	border-color: rgba(239, 65, 48, 0.35);
	background: var(--color-brand-subtle, rgba(239, 65, 48, 0.12));
	box-shadow: inset 0 0 0 1px rgba(239, 65, 48, 0.08);
}

.attr-tile--off:hover[b-8lpulnc4bp] {
	background: #fff;
	border-color: #d4d4d4;
}

.attr-tile__hit[b-8lpulnc4bp] {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
	padding: 0.85rem 0.5rem 0.85rem 0.95rem;
	border: none;
	background: transparent;
	text-align: left;
	cursor: pointer;
	color: inherit;
}

.attr-tile__check[b-8lpulnc4bp] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	flex-shrink: 0;
	border-radius: 0.4rem;
	border: 1.5px solid #d1d5db;
	background: #fff;
	color: transparent;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.attr-tile__check--on[b-8lpulnc4bp] {
	border-color: var(--color-brand, #ef4130);
	background: var(--color-brand, #ef4130);
	color: #fff;
}

.attr-tile__name[b-8lpulnc4bp] {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--color-ink, #1a1a1a);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.attr-tile__delete[b-8lpulnc4bp] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	flex-shrink: 0;
	margin: 0.35rem 0.35rem 0.35rem 0;
	border: none;
	border-radius: 0.5rem;
	background: transparent;
	color: var(--color-subtle, #8a8578);
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.attr-tile:hover .attr-tile__delete[b-8lpulnc4bp],
.attr-tile:focus-within .attr-tile__delete[b-8lpulnc4bp] {
	opacity: 1;
}

.attr-tile__delete:hover[b-8lpulnc4bp] {
	background: rgba(239, 65, 48, 0.12);
	color: var(--color-brand, #ef4130);
}

@media (hover: none) {
	.attr-tile__delete[b-8lpulnc4bp] {
		opacity: 1;
	}
}
/* _content/Novyprojekt1/Features/Newcomers/Components/EditEmployeeAttributesDialog.razor.rz.scp.css */
.edit-attributes-dialog[b-1dk91redpd] {
    padding: 0.25rem 0;
}

.edit-attributes-dialog__meta p[b-1dk91redpd] {
    font-size: 0.95rem;
    color: var(--color-text-strong);
}

.edit-attributes-dialog__divider[b-1dk91redpd] {
    margin: 1.25rem 0;
    border: 0;
    border-top: 1px solid var(--card-border-color);
    opacity: 1;
}

.edit-attributes-dialog__heading[b-1dk91redpd] {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-text-strong);
}

.edit-attributes-dialog__list[b-1dk91redpd] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.edit-attributes-dialog__item[b-1dk91redpd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.edit-attributes-dialog__label[b-1dk91redpd] {
    margin: 0;
    font-size: 0.95rem;
    cursor: pointer;
}

/* _content/Novyprojekt1/Features/Notifications/Components/NotificationBell.razor.rz.scp.css */
.notif-row[b-db8f4318m4] {
    transition: background 0.15s ease;
}

.notif-row:hover[b-db8f4318m4] {
    background: var(--color-bg-muted);
}
