:root {
	--ice-100: #f3f7fb;
	--ice-200: #e3edf7;
	--ice-300: #cddbea;
	--ice-500: #7ea6c5;
	--ice-700: #2e4960;
	--ink-900: #0f1720;
	--ink-700: #223241;
	--accent: #1a6fb0;
	--accent-strong: #155a8c;
	--icon-color: #223241;
	--mint: #21b7a8;
	--glass: rgba(255, 255, 255, 0.78);
	--glass-border: rgba(255, 255, 255, 0.55);
	--shadow: 0 18px 40px rgba(15, 23, 32, 0.18);
	--page-bg:
		radial-gradient(1200px 800px at 20% -20%, rgba(255, 255, 255, 0.8), transparent 60%),
		radial-gradient(900px 600px at 80% 0%, rgba(120, 170, 210, 0.25), transparent 70%),
		linear-gradient(160deg, #eff6fb 0%, #dbe7f4 55%, #c3d3e3 100%);
	--header-bg: rgba(255, 255, 255, 0.78);
	--header-border: rgba(15, 23, 32, 0.08);
	--header-link: #1c2b3a;
	--header-link-muted: rgba(28, 43, 58, 0.55);
	--ghost-bg: rgba(15, 23, 32, 0.08);
	--ghost-border: rgba(15, 23, 32, 0.18);
	--ghost-text: #1d2b38;
	--footer-bg: rgba(15, 23, 32, 0.85);
	--footer-text: #dbe6f4;
	--footer-meta: rgba(219, 230, 244, 0.7);
}

html {
	color-scheme: light dark;
}

html[data-theme="dark"] {
	--ink-900: #f4f7fb;
	--ink-700: #b9c9d8;
	--icon-color: #e0edf8;
	--glass: rgba(16, 30, 44, 0.62);
	--glass-border: rgba(255, 255, 255, 0.12);
	--shadow: 0 18px 40px rgba(2, 6, 12, 0.45);
	--page-bg:
		radial-gradient(900px 700px at 20% -10%, rgba(86, 140, 182, 0.3), transparent 65%),
		radial-gradient(1200px 900px at 85% 5%, rgba(24, 46, 64, 0.7), transparent 70%),
		linear-gradient(160deg, #0f1d2b 0%, #132435 55%, #1a3146 100%);
	--header-bg: rgba(12, 22, 32, 0.85);
	--header-border: rgba(255, 255, 255, 0.08);
	--header-link: #f5f9ff;
	--header-link-muted: rgba(255, 255, 255, 0.6);
	--ghost-bg: rgba(255, 255, 255, 0.12);
	--ghost-border: rgba(255, 255, 255, 0.25);
	--ghost-text: #f5f9ff;
}

* {
	box-sizing: border-box;
}

body.v2-body {
	margin: 0;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--ink-900);
	background: var(--page-bg);
	min-height: 100vh;
}

.v2-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 24px 80px;
}

.v2-header {
	position: sticky;
	top: 0;
	z-index: 30;
	backdrop-filter: blur(12px);
	background: var(--header-bg);
	border-bottom: 1px solid var(--header-border);
}

.v2-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.v2-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--header-link);
	text-decoration: none;
	font-family: "Space Grotesk", "Manrope", sans-serif;
	font-weight: 600;
	letter-spacing: 0.4px;
}

.v2-logo__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(140deg, #2f8ccd 0%, #1b5c96 100%);
	color: #fff;
	font-weight: 700;
}

.v2-nav__panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex: 1;
}

.v2-nav__toggle {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid var(--ghost-border);
	background: transparent;
	color: var(--header-link);
	font-weight: 600;
	cursor: pointer;
}

.v2-nav__toggle:hover {
	border-color: var(--accent);
	color: var(--accent);
}

.v2-nav__toggle-icon {
	width: 18px;
	height: 18px;
}

.v2-nav__toggle-label {
	font-size: 13px;
}

.v2-nav {
	display: flex;
	gap: 16px;
}

.v2-nav__link {
	color: var(--header-link);
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}

.v2-nav__link:hover {
	color: var(--accent);
}

.v2-nav__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.v2-nav__alert {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid var(--ghost-border);
	color: var(--header-link);
	text-decoration: none;
	background: rgba(15, 23, 32, 0.06);
}

.v2-nav__alert:hover {
	border-color: var(--accent);
	color: var(--accent);
}

.v2-nav__alert-icon {
	width: 18px;
	height: 18px;
}

.v2-nav__alert-count {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.v2-nav__link--muted {
	color: var(--header-link-muted);
	font-size: 13px;
}

.v2-nav__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 12px;
	border-left: 1px solid var(--header-border);
}

.v2-nav__meta .v2-nav__link {
	font-size: 12px;
}

.v2-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border: none;
}

.v2-button:hover {
	background: var(--accent-strong);
}

.v2-button[disabled],
.v2-button.is-disabled {
	cursor: not-allowed;
	opacity: 0.6;
	pointer-events: none;
}

.v2-button--small {
	padding: 8px 14px;
	font-size: 13px;
}

.v2-button--ghost {
	background: var(--ghost-bg);
	border: 1px solid var(--ghost-border);
	color: var(--ghost-text);
}

.v2-button--danger {
	background: linear-gradient(135deg, #d84c4c 0%, #b63a3a 100%);
	color: #fff;
	box-shadow: 0 16px 30px rgba(216, 76, 76, 0.35);
}

.v2-button--danger:hover {
	background: linear-gradient(135deg, #e05858 0%, #c44444 100%);
	box-shadow: 0 18px 34px rgba(216, 76, 76, 0.45);
}

.v2-theme-toggle {
	background: transparent;
	border: 1px solid var(--ghost-border);
	color: var(--header-link);
	border-radius: 999px;
	width: 40px;
	height: 40px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.v2-theme-toggle:hover {
	border-color: var(--accent);
	color: var(--accent);
}

.v2-theme-toggle__icon {
	width: 18px;
	height: 18px;
}

.v2-theme-toggle__icon--sun {
	display: none;
}

html[data-theme="dark"] .v2-theme-toggle__icon--sun {
	display: block;
}

html[data-theme="dark"] .v2-theme-toggle__icon--moon {
	display: none;
}

.v2-textlink {
	color: var(--accent);
	text-decoration: none;
	font-weight: 600;
}

.v2-banner {
	padding: 10px 24px;
	text-align: center;
	font-size: 14px;
}

.v2-banner--dismissible {
	position: relative;
	padding-right: 56px;
}

.v2-banner__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.v2-banner__message {
	margin: 0;
}

.v2-banner__close {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 1px solid transparent;
	color: inherit;
	border-radius: 999px;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.v2-banner__close:hover,
.v2-banner__close:focus {
	border-color: currentColor;
	background: rgba(0, 0, 0, 0.08);
}

.v2-banner--warning {
	background: #ffe9c9;
	color: #5d3a00;
}

.v2-banner--notice {
	background: rgba(255, 255, 255, 0.2);
	color: inherit;
}

.v2-banner--beta {
	background: #d7f1ff;
	color: #0b3a57;
}

html[data-theme="dark"] .v2-banner--beta {
	background: rgba(20, 52, 76, 0.85);
	color: #e6f1fb;
}

.v2-hero {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 24px;
	padding: 40px 0 28px;
}

.v2-hero__content {
	grid-column: span 7;
}

.v2-hero__panel {
	grid-column: span 5;
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 20px;
	padding: 24px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(16px);
	color: var(--ink-900);
}

.v2-hero h1 {
	font-family: "Space Grotesk", "Manrope", sans-serif;
	font-size: 44px;
	line-height: 1.08;
	margin: 12px 0 16px;
}

.v2-hero__lead {
	font-size: 16px;
	line-height: 1.6;
	color: var(--ink-700);
}

.v2-hero__lead a {
	color: var(--accent);
	text-decoration: none;
	font-weight: 600;
}

.v2-hero__lead a:hover,
.v2-hero__lead a:focus {
	color: var(--accent-strong);
}

html[data-theme="dark"] .v2-hero__lead,
html[data-theme="dark"] .v2-hero__panel {
	color: #e6eef8;
}

.v2-kicker {
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 12px;
	color: var(--mint);
	font-weight: 600;
}

.v2-kicker--tight {
	letter-spacing: 0.2em;
	font-size: 11px;
}

.v2-hero__actions {
	margin-top: 24px;
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}

.v2-hero__volunteer {
	margin-top: 18px;
}

.v2-hero--dashboard {
	padding-bottom: 24px;
}

.v2-hero--dashboard h1 {
	font-size: 36px;
}

.v2-dashboard__panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.v2-dashboard__panel-head h3 {
	margin: 0;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-dashboard__meta-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
}

.v2-dashboard__roles {
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 12px;
	color: var(--ink-700);
}

.v2-dashboard__roles-label {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 11px;
}

.v2-dashboard__last {
	margin-top: 10px;
	font-size: 13px;
	color: var(--ink-700);
}

.v2-dashboard__actions {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.v2-dashboard__alert {
	margin-top: 18px;
	padding: 10px 14px;
	border-radius: 14px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 241, 214, 0.9);
	color: #5d3a00;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.v2-dashboard__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 20px;
}

.v2-dashboard__card {
	grid-column: span 6;
}

.v2-settings__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.v2-settings__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.6);
	color: var(--ink-700);
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.v2-settings__link:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 22px rgba(15, 23, 32, 0.12);
	color: var(--accent);
}

.v2-settings__link.is-active {
	background: rgba(26, 111, 176, 0.16);
	border-color: rgba(26, 111, 176, 0.35);
	color: var(--accent);
}

.v2-dashboard__list {
	margin-top: 12px;
	display: grid;
	gap: 12px;
}

.v2-dashboard__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 16px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.v2-dashboard__row:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 22px rgba(15, 23, 32, 0.12);
}

.v2-dashboard__row-main {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.v2-dashboard__row-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.v2-dashboard__row-title {
	font-weight: 600;
	color: var(--ink-900);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.v2-dashboard__row-meta {
	font-size: 12px;
	color: var(--ink-700);
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.v2-dashboard__row-time {
	font-size: 12px;
	color: var(--ink-700);
	white-space: nowrap;
}

.v2-dashboard__row--more {
	justify-content: center;
	font-weight: 600;
	color: var(--accent);
	background: rgba(26, 111, 176, 0.12);
	border-color: rgba(26, 111, 176, 0.18);
}

.v2-volunteer-card {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid var(--glass-border);
	background: linear-gradient(135deg, rgba(26, 111, 176, 0.18), rgba(255, 255, 255, 0.12));
	padding: 16px 18px;
	box-shadow: 0 14px 26px rgba(15, 23, 32, 0.14);
	backdrop-filter: blur(16px);
}

.v2-volunteer-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 55%);
	opacity: 0.5;
	pointer-events: none;
}

.v2-volunteer-card__top {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.v2-volunteer-card h3 {
	margin: 6px 0 8px;
	font-size: 18px;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-volunteer-card__text {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
	font-size: 13px;
	color: var(--ink-700);
}

.v2-volunteer-card__count {
	font-size: 20px;
	font-weight: 700;
	color: var(--accent);
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-volunteer-card__chips {
	position: relative;
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.v2-volunteer-card__chip {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	color: var(--ink-900);
	font-size: 12px;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.v2-volunteer-card__chip:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(20, 33, 45, 0.14);
}

.v2-volunteer-card__chip--more {
	background: rgba(26, 111, 176, 0.16);
	color: var(--accent);
}

.v2-stats {
	display: grid;
	gap: 14px;
}

.v2-stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.v2-stat__value {
	font-size: 28px;
	font-weight: 700;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-stat__label {
	color: var(--ink-700);
}

.v2-section {
	margin-top: 40px;
}

.v2-section--glass {
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 24px;
	padding: 24px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(18px);
	color: var(--ink-900);
}

.v2-section--volunteer {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(26, 111, 176, 0.15), rgba(255, 255, 255, 0.12));
	border: 1px solid var(--glass-border);
	border-radius: 24px;
	padding: 24px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(18px);
	color: var(--ink-900);
}

.v2-section--volunteer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0) 55%);
	opacity: 0.6;
	pointer-events: none;
}

.v2-volunteer {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}

.v2-volunteer__info h2 {
	margin: 8px 0 10px;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-volunteer__text {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
	color: var(--ink-700);
	font-size: 14px;
}

.v2-volunteer__count {
	font-size: 24px;
	font-weight: 700;
	color: var(--accent);
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-volunteer__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.v2-volunteer__rinks {
	position: relative;
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.v2-volunteer__chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	color: var(--ink-900);
	font-size: 13px;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.v2-volunteer__chip:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 22px rgba(20, 33, 45, 0.16);
}

.v2-volunteer__chip--more {
	background: rgba(26, 111, 176, 0.16);
	color: var(--accent);
}

.v2-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.v2-section__head h2 {
	margin: 0;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-auth {
	display: flex;
	justify-content: center;
	padding: 48px 0;
}

.v2-auth__card {
	width: min(440px, 100%);
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 24px;
	padding: 28px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(18px);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.v2-auth__title {
	margin: 0;
	font-size: 28px;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-auth__subtitle {
	margin: 0;
	color: var(--ink-700);
	font-size: 14px;
}

.v2-auth__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.v2-auth__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.v2-auth__links {
	margin: 0;
	font-size: 13px;
	color: var(--ink-700);
}

.v2-auth__checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--ink-700);
}

.v2-rinkinfo-empty {
	text-align: center;
	padding: 32px;
}

.v2-rinkinfo__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 24px;
	align-items: stretch;
}

.v2-rinkinfo__intro {
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 24px;
	padding: 24px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(18px);
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: relative;
	padding-right: 64px;
}

.v2-rinkinfo__kicker {
	margin: 0;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-700);
}

.v2-rinkinfo__title {
	margin: 0;
	font-size: 36px;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-rinkinfo__address {
	margin: 0;
	color: var(--ink-700);
}

.v2-rinkinfo__status {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.v2-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	font-weight: 600;
}

.v2-status-pill--good {
	color: #1f9d6e;
}

.v2-status-pill--fair {
	color: #d2873c;
}

.v2-status-pill--closed {
	color: #d0534d;
}

.v2-status-pill--nodata {
	color: #7c8b98;
}

.v2-rinkinfo__comments {
	margin: 0;
	font-size: 14px;
	color: var(--ink-700);
}

.v2-rinkinfo__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.v2-chip--alt {
	color: #ffffff;
	background: rgba(26, 111, 176, 0.6);
}

.v2-rinkinfo__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.v2-rinkinfo__volunteer-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.v2-rinkinfo__volunteer-message {
	margin: 0;
	flex: 1 1 0;
	min-width: 0;
}

.v2-rinkinfo__volunteer-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
}

.v2-rinkinfo__favorite {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	padding: 0;
	justify-content: center;
}

.v2-rinkinfo__favorite .v2-favorite__icon::before {
	font-size: 18px;
}

.v2-rinkinfo__media {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.2);
	box-shadow: var(--shadow);
}

.v2-rinkinfo__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 280px;
}

.v2-rinkinfo__media-count {
	position: absolute;
	right: 16px;
	bottom: 16px;
	background: rgba(15, 23, 32, 0.7);
	color: #fff;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}

.v2-rinkinfo__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	color: var(--ink-700);
	font-weight: 600;
	letter-spacing: 0.02em;
}

.v2-rinkinfo__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 24px;
}

.v2-rinkinfo__panel {
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 24px;
	padding: 20px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(18px);
}

.v2-rinkinfo__panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.v2-rinkinfo__panel-head h2 {
	margin: 0;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-rinkinfo__grid--operator {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.v2-rinkinfo__richtext {
	color: var(--ink-900);
	line-height: 1.6;
}

.v2-rinkinfo__richtext p {
	margin: 0 0 10px;
}

.v2-rinkinfo__richtext ul,
.v2-rinkinfo__richtext ol {
	margin: 0 0 10px;
	padding-left: 20px;
}

.v2-rinkinfo__richtext a {
	color: var(--ink-900);
	text-decoration: underline;
}

.v2-dialog trix-toolbar {
	margin-bottom: 8px;
}

.v2-dialog trix-toolbar .trix-button--icon-attach,
trix-toolbar .trix-button--icon-attach {
	display: none;
}

.v2-dialog trix-editor {
	min-height: 180px;
	border-radius: 12px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.6);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: var(--ink-900);
}

.v2-dialog trix-editor:focus {
	box-shadow: 0 0 0 2px rgba(14, 124, 255, 0.2);
}

.v2-rinkinfo__map {
	width: 100%;
	min-height: 320px;
	border-radius: 18px;
	overflow: hidden;
}

.v2-rinkinfo__map.leaflet-container {
	border-radius: 18px;
}

.v2-rinkinfo__map--mini {
	min-height: 220px;
}

.v2-rinkinfo__meta-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}

.v2-meta-card {
	padding: 12px;
	border-radius: 16px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.6);
}

.v2-meta-card__label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ink-700);
}

.v2-meta-card__value {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 6px;
}

.v2-meta-card__value--break {
	word-break: break-all;
	font-size: 13px;
	line-height: 1.3;
}

.v2-rinkinfo__amenities {
	display: grid;
	gap: 12px;
}

.v2-amenity {
	display: flex;
	align-items: center;
	gap: 12px;
}

.v2-amenity__label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ink-700);
}

.v2-amenity__value {
	display: block;
	font-weight: 600;
}

.v2-rinkinfo__operator {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--glass-border);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.v2-rinkinfo__operator h3 {
	margin: 0;
	font-family: "Space Grotesk", "Manrope", sans-serif;
	font-size: 16px;
}

.v2-rinkinfo__operator-note {
	margin: 0;
	color: var(--ink-700);
	font-size: 14px;
	line-height: 1.5;
}

.v2-rinkinfo__operator-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.v2-dialog {
	border: 1px solid var(--glass-border);
	border-radius: 20px;
	background: var(--glass);
	color: var(--ink-900);
	box-shadow: var(--shadow);
	padding: 0;
	width: min(520px, 92vw);
}

.v2-dialog::backdrop {
	background: rgba(8, 16, 24, 0.45);
	backdrop-filter: blur(2px);
}

.v2-dialog__inner {
	margin: 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.v2-dialog__header h3 {
	margin: 0;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-dialog__body {
	color: var(--ink-700);
	font-size: 14px;
	line-height: 1.6;
}

.v2-dialog__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.v2-conditions {
	display: grid;
	gap: 12px;
}

.v2-condition {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 16px;
	padding: 14px 16px;
}

.v2-condition__label {
	display: block;
	font-weight: 600;
}

.v2-condition__line {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.v2-condition__comments {
	display: block;
	color: var(--ink-700);
	font-size: 13px;
	margin-top: 4px;
}

.v2-condition__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.v2-condition__time {
	font-size: 12px;
	color: var(--ink-700);
	white-space: nowrap;
}

.v2-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 14px;
}

.v2-gallery__item {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--glass-border);
	box-shadow: 0 14px 28px rgba(15, 23, 32, 0.14);
}

.v2-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.v2-lightbox-open {
	overflow: hidden;
}

.v2-lightbox {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(8, 15, 22, 0.85);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 999;
	padding: 24px;
}

.v2-lightbox.is-active {
	opacity: 1;
	pointer-events: auto;
}

.v2-lightbox__image {
	max-width: min(1024px, 92vw);
	max-height: 86vh;
	border-radius: 18px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
	image-orientation: from-image;
}

.v2-lightbox__close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(15, 23, 32, 0.7);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.v2-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(15, 23, 32, 0.7);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	display: none;
}

.v2-lightbox.is-multiple .v2-lightbox__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.v2-lightbox__nav:disabled {
	opacity: 0.4;
	cursor: default;
}

.v2-lightbox__prev {
	left: 18px;
}

.v2-lightbox__next {
	right: 18px;
}

.v2-tour {
	position: fixed;
	inset: 0;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.v2-tour.is-active {
	opacity: 1;
	pointer-events: auto;
}

.v2-tour__scrim {
	position: absolute;
	inset: 0;
	background: rgba(8, 15, 22, 0.55);
	opacity: 1;
	transition: opacity 0.2s ease;
}

.v2-tour.is-spotlight .v2-tour__scrim {
	opacity: 0;
}

.v2-tour__highlight {
	position: fixed;
	border-radius: 18px;
	box-shadow: 0 0 0 9999px rgba(8, 15, 22, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.65);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease, top 0.2s ease, left 0.2s ease, width 0.2s ease, height 0.2s ease;
}

.v2-tour.is-spotlight .v2-tour__highlight {
	opacity: 1;
}

.v2-tour__card {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(420px, 90vw);
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 20px;
	padding: 20px 20px 18px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(16px);
	color: var(--ink-900);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.v2-tour__step {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--mint);
	font-weight: 600;
}

.v2-tour__title {
	margin: 0;
	font-family: "Space Grotesk", "Manrope", sans-serif;
	font-size: 22px;
	line-height: 1.2;
}

.v2-tour__body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: var(--ink-700);
}

html[data-theme="dark"] .v2-tour__body {
	color: #d8e4f1;
}

.v2-tour__actions {
	display: flex;
	align-items: center;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	flex-wrap: wrap;
}

.v2-tour__actions-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.v2-tour__actions-right {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.v2-tour__prev[disabled] {
	opacity: 0.5;
	cursor: default;
}

.v2-tour__action {
	text-decoration: none;
}

.v2-tour-trigger {
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	font: inherit;
}

.v2-tour-trigger:hover,
.v2-tour-trigger:focus {
	color: var(--accent-strong);
}

@media (max-width: 720px) {
	.v2-tour__card {
		left: 50%;
		right: auto;
		top: auto;
		bottom: 24px;
		transform: translateX(-50%);
		width: min(92vw, 360px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.v2-tour,
	.v2-tour__scrim,
	.v2-tour__highlight {
		transition: none;
	}
}

.v2-homeice__card {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.v2-homeice__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	gap: 18px 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--glass-border);
}

.v2-homeice__lead {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: var(--ink-900);
	grid-column: 1;
}

html[data-theme="dark"] .v2-homeice__lead {
	color: #f0f6ff;
}

.v2-homeice__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
	grid-column: 1;
}

.v2-homeice__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 3px 12px;
	border-radius: 18px;
	border: 1px solid var(--ghost-border);
	background: var(--ghost-bg);
	font-size: 13px;
}

.v2-homeice__chip-label {
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-700);
}

.v2-homeice__chip-value {
	font-weight: 700;
	color: var(--ink-900);
	font-size: 14px;
}

.v2-homeice__format-line {
	margin: 8px 0 0;
	grid-column: 1;
}

.v2-homeice__format-placeholder {
	font-weight: 600;
	color: var(--accent-strong);
}

.v2-homeice__examples {
	grid-column: 2;
	grid-row: 1 / span 3;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid var(--glass-border);
	border-radius: 18px;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

html[data-theme="dark"] .v2-homeice__examples {
	background: rgba(15, 23, 32, 0.55);
}

.v2-homeice__example-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.v2-homeice__example-label {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink-700);
}

.v2-homeice__legend {
	border-top: 1px dashed var(--glass-border);
	padding-top: 10px;
	margin-top: 4px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.v2-homeice__legend-title {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink-700);
}

.v2-homeice__legend-list {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 4px;
}

.v2-homeice__sms-note {
	grid-column: 1 / -1;
}

.v2-homeice__builder {
	padding: 18px;
	border-radius: 18px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.55);
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: var(--shadow);
}

.v2-homeice__rink {
	margin: 6px 0 0;
}

html[data-theme="dark"] .v2-homeice__builder {
	background: rgba(15, 23, 32, 0.5);
}

.v2-homeice__builder-head h2 {
	margin-bottom: 6px;
}

.v2-homeice__builder-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	gap: 20px;
}

.v2-homeice__builder-fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.v2-homeice__builder-section {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.v2-homeice__builder-section + .v2-homeice__builder-section {
	padding-top: 12px;
	border-top: 1px solid var(--glass-border);
}

.v2-homeice__builder-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.v2-homeice__builder-label {
	margin: 0;
	font-weight: 600;
	color: var(--ink-700);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

html[data-theme="dark"] .v2-homeice__builder-label {
	color: #d8e4f1;
}

.v2-homeice__toggles {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.v2-homeice__toggle span {
	padding: 8px 12px;
	font-size: 12px;
}

.v2-homeice__toggle strong {
	font-size: 14px;
}

.v2-homeice__toggle--comment span {
	font-weight: 600;
}

.v2-homeice__select {
	width: 100%;
}

.v2-homeice__preview {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid var(--glass-border);
	background: var(--glass);
	box-shadow: var(--shadow);
}

.v2-homeice__preview-field {
	display: flex;
	gap: 10px;
	align-items: stretch;
	flex-wrap: wrap;
}

.v2-homeice__preview-input {
	flex: 1 1 220px;
	font-weight: 600;
}

.v2-homeice__copy {
	white-space: nowrap;
}

.v2-homeice__status {
	min-height: 18px;
	margin: 0;
}

@media (max-width: 900px) {
	.v2-homeice__intro {
		grid-template-columns: 1fr;
	}

	.v2-homeice__examples {
		grid-column: 1;
		grid-row: auto;
	}

	.v2-homeice__sms-note {
		grid-column: 1;
	}

	.v2-homeice__builder-grid {
		grid-template-columns: 1fr;
	}

	.v2-homeice__preview {
		order: -1;
	}
}

@media (max-width: 720px) {
	.v2-homeice__intro {
		gap: 14px;
		padding-bottom: 16px;
	}

	.v2-homeice__preview-field {
		flex-direction: column;
	}

	.v2-homeice__copy {
		width: 100%;
	}
}

.v2-homeice__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
}

.v2-homeice__id-row {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 12px 0 16px;
}

.v2-homeice__id {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid var(--ghost-border);
	background: var(--ghost-bg);
	font-weight: 600;
}

.v2-homeice__format {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.v2-homeice__example {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px dashed var(--ghost-border);
	background: rgba(15, 23, 32, 0.04);
	font-weight: 600;
	width: fit-content;
}

html[data-theme="dark"] .v2-homeice__example {
	background: rgba(255, 255, 255, 0.08);
}

.v2-homeice__note {
	margin: 0;
}

.v2-homeice__list {
	margin: 0;
	padding-left: 18px;
}

.v2-homeice__panel {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.v2-homeice__disclosure {
	margin-top: 6px;
}

.v2-homeice__reference {
	margin-bottom: 0;
	gap: 20px;
}

.v2-homeice__reference-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}

.v2-homeice__group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.v2-homeice__group-title {
	margin: 0;
	font-weight: 600;
	color: var(--ink-700);
}

html[data-theme="dark"] .v2-homeice__group-title {
	color: #d8e4f1;
}

.v2-homeice__codes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px;
}

.v2-homeice__code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 12px;
	border-radius: 12px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.45);
}

html[data-theme="dark"] .v2-homeice__code {
	background: rgba(15, 23, 32, 0.4);
}

.v2-homeice__code-label {
	font-size: 14px;
	color: var(--ink-700);
}

.v2-homeice__code-value {
	font-weight: 600;
}

html[data-theme="dark"] .v2-homeice__code-label {
	color: #d8e4f1;
}

.v2-empty-state {
	padding: 16px 0;
}

.v2-latest__list {
	display: grid;
	gap: 16px;
	margin-top: 20px;
}

.v2-latest__card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 20px;
	padding: 16px 18px;
	box-shadow: 0 14px 28px rgba(15, 23, 32, 0.14);
}

.v2-latest__status {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 160px;
}

.v2-latest__condition {
	display: block;
	font-weight: 600;
}

.v2-latest__condition-line {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.v2-latest__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	flex-wrap: wrap;
	margin-top: 4px;
}

.v2-latest__time {
	display: block;
	font-size: 12px;
	color: var(--ink-700);
	margin-top: 0;
}

.v2-latest__rink {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: var(--accent);
	text-decoration: none;
}

.v2-latest__rink:hover {
	color: var(--accent-strong);
}

.v2-latest__address {
	display: block;
	font-size: 13px;
	color: var(--ink-700);
	margin-top: 4px;
}

.v2-latest__comments {
	display: block;
	color: var(--ink-700);
	font-size: 13px;
	margin-top: 6px;
}

.v2-chip--surface {
	font-size: 11px;
	padding: 2px 8px;
	color: var(--ink-700);
	background: rgba(26, 111, 176, 0.15);
}

.v2-latest__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

html[data-theme="dark"] .v2-latest__card {
	box-shadow: 0 18px 32px rgba(2, 6, 12, 0.4);
}

@media (max-width: 900px) {
	.v2-latest__card {
		grid-template-columns: 1fr;
		align-items: flex-start;
	}

	.v2-latest__status {
		min-width: 0;
	}

	.v2-latest__actions {
		justify-content: flex-start;
	}
}

.v2-section__head--stacked {
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.v2-rinklist__intro {
	margin: 6px 0 0;
	max-width: 760px;
}

.v2-filter-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.v2-filter-count {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ink-700);
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid var(--glass-border);
	padding: 6px 12px;
	border-radius: 999px;
}

.v2-filter-panel {
	margin-top: 16px;
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 20px;
	padding: 20px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(18px);
}

.v2-filter-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px;
}

.v2-filter-row:last-child {
	margin-bottom: 0;
}

.v2-filter-row--search .v2-input {
	max-width: 420px;
}

.v2-filter-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 600;
	color: var(--ink-700);
}

.v2-input,
.v2-select {
	width: 100%;
	border-radius: 12px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.7);
	padding: 10px 12px;
	font-size: 14px;
	color: var(--ink-900);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.v2-input--compact {
	padding: 6px 10px;
	font-size: 13px;
	border-radius: 10px;
}

.v2-input:focus,
.v2-select:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(26, 111, 176, 0.2);
	border-color: rgba(26, 111, 176, 0.5);
}

.v2-form-note {
	border-radius: 14px;
	padding: 12px 16px;
	margin-bottom: 16px;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--glass-border);
	color: var(--ink-900);
}

.v2-form-note ul {
	margin: 0;
	padding-left: 18px;
}

.v2-form-note--info {
	background: rgba(26, 111, 176, 0.12);
	border-color: rgba(26, 111, 176, 0.25);
}

.v2-form-note--warning {
	background: rgba(255, 233, 201, 0.7);
	border-color: rgba(255, 200, 132, 0.5);
	color: #5d3a00;
}

.v2-form-note--error {
	background: rgba(219, 77, 77, 0.12);
	border-color: rgba(219, 77, 77, 0.35);
	color: #7f2d2d;
}

.v2-form-note--success {
	background: rgba(31, 157, 110, 0.12);
	border-color: rgba(31, 157, 110, 0.35);
	color: #1f5a43;
}

.v2-form-group {
	margin-bottom: 16px;
}

.v2-form-group label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: var(--ink-900);
}

.v2-operator-request {
	margin-top: 18px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}

.v2-operator-request__copy h3 {
	margin: 0 0 6px;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-operator-request__copy p {
	margin: 0;
	color: var(--ink-700);
	font-size: 14px;
	line-height: 1.5;
}

.v2-operator-request__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.v2-operator-requests__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.v2-operator-requests__actions form {
	margin: 0;
}

.v2-form-card {
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 20px;
	padding: 18px 18px 24px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(16px);
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}

.v2-form-card--danger {
	border-color: rgba(216, 76, 76, 0.3);
}

.v2-form-card--upload {
	border-left: 1px solid rgba(26, 111, 176, 0.45);
}

.v2-form-card--manage {
	border-left: 1px solid rgba(27, 142, 94, 0.45);
}

.v2-form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.v2-form-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.v2-form-row__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.v2-form-hint {
	font-size: 12px;
	color: var(--ink-700);
}

.v2-comment-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 8px;
	max-height: 220px;
	overflow-y: auto;
	padding-right: 6px;
}

.v2-comment-groups {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
}

.v2-comment-group {
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 16px;
	padding: 14px;
}

.v2-comment-group__title {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink-700);
	margin: 2px 0 14px;
}

.v2-comment-group__items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 8px;
}

.v2-toggle--compact span {
	padding: 6px 10px;
	font-size: 12px;
}

.v2-form-actions {
	display: flex;
	justify-content: flex-end;
	border-top: 1px solid var(--glass-border);
	padding-top: 12px;
	padding-bottom: 4px;
}

.v2-disclosure {
	margin-bottom: 16px;
}

.v2-disclosure__summary {
	list-style: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--glass-border);
	color: var(--ink-900);
	font-weight: 600;
}

.v2-disclosure__summary::marker {
	content: "";
}

.v2-disclosure__summary::after {
	content: "+";
	font-weight: 700;
}

.v2-disclosure[open] .v2-disclosure__summary::after {
	content: "-";
}

.v2-disclosure__summary + .v2-form-card {
	margin-top: 12px;
}

.v2-filter-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.v2-pill {
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.55);
	color: var(--ink-700);
	border-radius: 999px;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.v2-pill:hover {
	transform: translateY(-1px);
}

.v2-pill.is-active {
	background: linear-gradient(135deg, #1b77b8 0%, #165a8d 100%);
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	transform: translateY(-1px) scale(1.03);
	box-shadow: 0 16px 28px rgba(26, 111, 176, 0.4);
}

.v2-filter-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.v2-filter-toggles {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.v2-toggle {
	position: relative;
	display: inline-flex;
}

.v2-toggle input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.v2-toggle span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.45);
	color: var(--ink-700);
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.v2-toggle input:checked + span {
	background: linear-gradient(135deg, #1b77b8 0%, #165a8d 100%);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 16px 28px rgba(26, 111, 176, 0.35);
}

.v2-table-card {
	margin-top: 20px;
	border-radius: 22px;
	border: 1px solid var(--glass-border);
	background: var(--glass);
	box-shadow: var(--shadow);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.v2-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 720px;
}

.v2-table--compact {
	min-width: 620px;
}

.v2-table--wide {
	min-width: 980px;
}

.v2-table thead th {
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 14px 16px;
	color: var(--ink-700);
	background: rgba(255, 255, 255, 0.55);
}

.v2-table tbody td {
	padding: 14px 16px;
	border-top: 1px solid rgba(15, 23, 32, 0.08);
	vertical-align: middle;
}

.v2-table tbody tr:hover {
	background: rgba(26, 111, 176, 0.08);
}

.v2-admin {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.v2-admin-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.v2-admin-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-end;
}

.v2-admin-panel {
	padding: 22px;
}

.v2-admin-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.v2-admin-card {
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 20px;
	padding: 18px;
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.v2-admin-card h3 {
	margin: 0;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-admin-card p {
	margin: 0;
}

.v2-admin-map {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.6);
}

#admin-rink-map {
	width: 100%;
	height: 320px;
}

#admin-correction-map {
	width: 100%;
	height: 280px;
}

.v2-admin-rink {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.v2-admin-rink__slug {
	font-size: 12px;
	color: var(--ink-700);
}

.v2-admin-image {
	display: block;
	max-width: 160px;
	width: 100%;
	height: auto;
	border-radius: 12px;
	border: 1px solid var(--glass-border);
}

.v2-admin-table-actions {
	display: flex;
	gap: 8px;
	align-items: center;
}

.v2-admin-table-actions form {
	margin: 0;
}

.v2-admin-user {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.v2-admin-user-form {
	margin: 0;
}

.v2-admin-user__name {
	font-weight: 600;
	color: var(--ink-900);
}

.v2-admin-user__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 12px;
	color: var(--ink-700);
}

.v2-admin-user__self {
	background: rgba(26, 111, 176, 0.12);
	border-radius: 999px;
	padding: 2px 8px;
	font-size: 11px;
	color: #1b77b8;
	font-weight: 600;
}

.v2-admin-group-toggles {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.v2-admin-user__activity {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 12px;
	color: var(--ink-700);
}

@media (max-width: 900px) {
	.v2-admin-actions {
		align-items: stretch;
	}

	.v2-admin-card-grid {
		grid-template-columns: 1fr;
	}
}

.v2-icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	background-color: var(--icon-color);
	-webkit-mask: var(--icon-mask) center / contain no-repeat;
	mask: var(--icon-mask) center / contain no-repeat;
}

.v2-icon--washrooms {
	--icon-mask: url("/images/icons/washrooms.svg");
}

.v2-icon--lights {
	--icon-mask: url("/images/icons/lights.svg");
}

.v2-icon--boards {
	--icon-mask: url("/images/icons/boards.svg");
}

.v2-icon--facilities {
	--icon-mask: url("/images/icons/facilities.svg");
}

.v2-icon.is-off {
	opacity: 0.35;
}

.rinkicon-list {
	width: 32px;
	height: 32px;
	object-fit: contain;
	opacity: 0.85;
}

.v2-row-details {
	display: none;
	margin-top: 8px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--glass-border);
	border-radius: 14px;
	padding: 10px 12px;
}

.v2-row-details summary {
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	color: var(--accent);
	list-style: none;
}

.v2-row-details summary::-webkit-details-marker {
	display: none;
}

.v2-row-details__grid {
	margin-top: 10px;
	display: grid;
	gap: 10px;
}

.v2-row-details__label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ink-700);
	margin-bottom: 4px;
}

.v2-row-details__item--full {
	grid-column: 1 / -1;
}

.v2-row-details__amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.v2-amenity-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--glass-border);
	font-size: 12px;
	color: var(--ink-700);
}

.v2-amenity-chip.is-off {
	opacity: 0.45;
}

.v2-status-cell {
	white-space: nowrap;
}

.v2-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	row-gap: 4px;
}

.v2-table .v2-status {
	row-gap: 10px;
}

.v2-status-dot {
	width: 21px;
	height: 21px;
	border-radius: 999px;
	background: var(--ink-700);
	box-shadow: 0 0 0 8px rgba(34, 50, 65, 0.15);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.v2-status-dot::after {
	content: "";
	line-height: 1;
}

.v2-status-dot--good {
	background: #1f9d6e;
	box-shadow: 0 0 0 8px rgba(31, 157, 110, 0.2);
}

.v2-status-dot--good::after {
	content: "✓";
}

.v2-status-dot--fair {
	background: #d2873c;
	box-shadow: 0 0 0 8px rgba(210, 135, 60, 0.2);
}

.v2-status-dot--fair::after {
	content: "~";
}

.v2-status-dot--closed {
	background: #d0534d;
	box-shadow: 0 0 0 8px rgba(208, 83, 77, 0.2);
}

.v2-status-dot--closed::after {
	content: "X";
}

.v2-status-dot--nodata {
	background: #7c8b98;
	box-shadow: 0 0 0 8px rgba(124, 139, 152, 0.2);
}

.v2-status-dot--nodata::after {
	content: "?";
}

.v2-status-text {
	display: none;
	font-size: 12px;
	color: var(--ink-700);
	font-weight: 600;
}

.v2-name {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.v2-name__row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.v2-favorite {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid var(--glass-border);
	background: rgba(255, 255, 255, 0.7);
	color: var(--ink-700);
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.v2-favorite:hover {
	transform: translateY(-1px);
}

.v2-favorite__icon::before {
	content: "☆";
	font-size: 14px;
	color: var(--accent);
}

.v2-favorite.is-active {
	background: rgba(26, 111, 176, 0.16);
	color: var(--ink-900);
}

.v2-favorite.is-active .v2-favorite__icon::before {
	content: "★";
	color: #f6c343;
}

.v2-favorite--icon {
	padding: 6px;
	width: 30px;
	height: 30px;
	justify-content: center;
}

.v2-favorite--icon .v2-favorite__label {
	display: none;
}

.v2-address {
	font-size: 12px;
	color: var(--ink-700);
}

.v2-chip {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	font-weight: 600;
	color: var(--accent);
	background: rgba(26, 111, 176, 0.12);
	border-radius: 999px;
	padding: 2px 8px;
	width: fit-content;
}

.v2-verified {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 2px 8px;
	border-radius: 999px;
	border: 1px solid rgba(31, 157, 110, 0.3);
	background: rgba(31, 157, 110, 0.12);
	color: #1f9d6e;
	font-size: 11px;
	font-weight: 600;
}

.v2-verified--compact {
	font-size: 10px;
	padding: 1px 6px;
}

.v2-legend {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 12px;
	color: var(--ink-700);
}

.v2-legend__item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.v2-show-mobile {
	display: none;
}

@media (max-width: 900px) {
	.v2-rinkinfo__hero,
	.v2-rinkinfo__grid {
		grid-template-columns: 1fr;
	}

	.v2-rinkinfo__title {
		font-size: 30px;
	}

	.v2-condition {
		grid-template-columns: auto 1fr;
		align-items: flex-start;
	}

	.v2-condition__meta {
		grid-column: 2;
		justify-content: flex-start;
	}

	.v2-condition__time {
		grid-column: auto;
	}

	.v2-table {
		min-width: 0;
	}

	.v2-table-card {
		overflow-x: visible;
	}

	.v2-table thead {
		display: none;
	}

	.v2-hide-mobile {
		display: none;
	}

	.v2-show-mobile {
		display: inline;
	}

	.v2-status-text {
		display: inline;
	}

	.v2-row-details {
		display: block;
	}
}

html[data-theme="dark"] .v2-filter-count {
	background: rgba(12, 22, 32, 0.6);
}

html[data-theme="dark"] .v2-input,
html[data-theme="dark"] .v2-select {
	background: rgba(12, 22, 32, 0.65);
	border-color: rgba(255, 255, 255, 0.12);
	color: var(--ink-900);
}

html[data-theme="dark"] .v2-pill,
html[data-theme="dark"] .v2-toggle span {
	background: rgba(12, 22, 32, 0.6);
}

html[data-theme="dark"] .v2-pill.is-active {
	background: linear-gradient(135deg, #3aa0e6 0%, #1f6aa1 100%);
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 18px 30px rgba(26, 111, 176, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

html[data-theme="dark"] .v2-toggle input:checked + span {
	background: linear-gradient(135deg, #3aa0e6 0%, #1f6aa1 100%);
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 18px 30px rgba(26, 111, 176, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

html[data-theme="dark"] .v2-table thead th {
	background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .v2-table tbody td {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .v2-row-details,
html[data-theme="dark"] .v2-amenity-chip {
	background: rgba(12, 22, 32, 0.7);
	border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .v2-status-pill {
	background: rgba(12, 22, 32, 0.75);
}

html[data-theme="dark"] .v2-meta-card {
	background: rgba(12, 22, 32, 0.7);
}

html[data-theme="dark"] .v2-dashboard__alert {
	background: rgba(93, 58, 0, 0.25);
	color: #ffe9c9;
}

html[data-theme="dark"] .v2-dashboard__row {
	background: rgba(12, 22, 32, 0.7);
	border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .v2-dashboard__row--more {
	background: rgba(26, 111, 176, 0.2);
	border-color: rgba(26, 111, 176, 0.3);
}

html[data-theme="dark"] .v2-settings__link {
	background: rgba(12, 22, 32, 0.7);
	border-color: rgba(255, 255, 255, 0.12);
	color: #e6eef8;
}

html[data-theme="dark"] .v2-settings__link.is-active {
	background: rgba(26, 111, 176, 0.22);
	border-color: rgba(26, 111, 176, 0.4);
	color: #9ad1ff;
}

html[data-theme="dark"] .v2-form-card {
	background: rgba(12, 22, 32, 0.7);
	border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .v2-dialog trix-editor {
	background: rgba(12, 22, 32, 0.7);
	color: #e6eef8;
}

html[data-theme="dark"] .v2-dialog trix-toolbar .trix-button-group {
	background: rgba(12, 22, 32, 0.85);
	border-color: rgba(255, 255, 255, 0.18);
}

html[data-theme="dark"] .v2-dialog trix-toolbar .trix-button {
	color: #d8e6f7;
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .v2-dialog trix-toolbar .trix-button:not(:first-child) {
	border-left-color: rgba(255, 255, 255, 0.18);
}

html[data-theme="dark"] .v2-dialog trix-toolbar .trix-button.trix-active {
	background: rgba(26, 111, 176, 0.28);
	color: #ffffff;
}

html[data-theme="dark"] .v2-dialog trix-toolbar .trix-button--icon::before {
	filter: invert(1);
	opacity: 0.85;
}

html[data-theme="dark"] .v2-dialog trix-toolbar .trix-button--icon.trix-active::before {
	opacity: 1;
}

html[data-theme="dark"] .v2-form-note {
	background: rgba(12, 22, 32, 0.7);
	border-color: rgba(255, 255, 255, 0.12);
	color: #e6eef8;
}

html[data-theme="dark"] .v2-disclosure__summary {
	background: rgba(12, 22, 32, 0.7);
	border-color: rgba(255, 255, 255, 0.12);
	color: #e6eef8;
}

html[data-theme="dark"] .v2-form-hint {
	color: #d6e1ee;
}

html[data-theme="dark"] .v2-form-note--warning {
	background: rgba(255, 233, 201, 0.12);
	border-color: rgba(255, 200, 132, 0.3);
	color: #f2d2a7;
}

html[data-theme="dark"] .v2-form-note--error {
	background: rgba(219, 77, 77, 0.18);
	border-color: rgba(219, 77, 77, 0.4);
	color: #f1b4b4;
}

html[data-theme="dark"] .v2-form-note--success {
	background: rgba(31, 157, 110, 0.18);
	border-color: rgba(31, 157, 110, 0.4);
	color: #b5e7d1;
}

html[data-theme="dark"] .v2-favorite {
	background: rgba(12, 22, 32, 0.7);
	border-color: rgba(255, 255, 255, 0.12);
	color: #e6eef8;
}

html[data-theme="dark"] .v2-favorite.is-active {
	background: rgba(58, 160, 230, 0.25);
	color: #e6eef8;
}

html[data-theme="dark"] .v2-gallery__item {
	box-shadow: 0 14px 28px rgba(2, 6, 12, 0.4);
}

html[data-theme="dark"] .v2-chip--surface {
	background: rgba(58, 160, 230, 0.25);
	color: var(--ink-900);
}

html[data-theme="dark"] .v2-verified {
	background: rgba(31, 157, 110, 0.2);
	border-color: rgba(111, 219, 170, 0.35);
	color: #6fe2b2;
}

.v2-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

.v2-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2-card {
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 16px 30px rgba(20, 33, 45, 0.12);
	display: flex;
	flex-direction: column;
	color: var(--ink-900);
}

.v2-card__image {
	position: relative;
	display: block;
}

.v2-card__image img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

.v2-card__status {
	position: absolute;
	left: 16px;
	bottom: 16px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.v2-status--open {
	background: rgba(33, 183, 168, 0.9);
	color: #fff;
}

.v2-status--closed {
	background: rgba(219, 77, 77, 0.9);
	color: #fff;
}

.v2-status--nodata {
	background: rgba(124, 139, 152, 0.9);
	color: #fff;
}

.v2-card__body {
	padding: 18px 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.v2-card__body h3 {
	margin: 0;
	font-size: 18px;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-card__title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.v2-card__title-row h3 {
	flex: 1 1 auto;
}

.v2-card__sub {
	color: var(--ice-700);
	font-weight: 500;
	font-size: 14px;
}

.v2-card__meta {
	margin: 0;
	color: var(--ink-700);
	font-size: 14px;
}

.v2-card__meta-row {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.v2-card__time {
	margin: 0;
	font-size: 13px;
	color: var(--ink-700);
}

.v2-snapshot {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	align-items: stretch;
}

.v2-snapshot__card {
	--status-color: var(--accent);
	--status-fade: rgba(26, 111, 176, 0.16);
	--status-ring: rgba(26, 111, 176, 0.25);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 20px;
	border-radius: 18px;
	border: 1px solid var(--glass-border);
	background: linear-gradient(140deg, var(--status-fade), rgba(255, 255, 255, 0) 60%), var(--glass);
	box-shadow: 0 16px 32px rgba(15, 23, 32, 0.12);
	backdrop-filter: blur(14px);
	color: var(--ink-900);
}

.v2-snapshot__card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: var(--status-color);
}

.v2-snapshot__head {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--ink-700);
	text-transform: uppercase;
}

.v2-snapshot__dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--status-color);
	box-shadow: 0 0 0 6px var(--status-ring);
}

.v2-snapshot__label {
	font-family: "Space Grotesk", "Manrope", sans-serif;
	text-transform: none;
}

.v2-snapshot__count {
	font-size: 34px;
	font-weight: 700;
	color: var(--status-color);
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-snapshot__card ul {
	list-style: none;
	padding: 0;
	margin: 8px 0 0;
	display: grid;
	gap: 6px;
}

.v2-snapshot__card a {
	text-decoration: none;
	color: var(--ink-900);
	font-weight: 500;
	transition: color 0.2s ease;
}

.v2-snapshot__card a:hover {
	color: var(--status-color);
}

.v2-snapshot__card--good {
	--status-color: #1f9d6e;
	--status-fade: rgba(31, 157, 110, 0.18);
	--status-ring: rgba(31, 157, 110, 0.25);
}

.v2-snapshot__card--fair {
	--status-color: #d2873c;
	--status-fade: rgba(210, 135, 60, 0.18);
	--status-ring: rgba(210, 135, 60, 0.25);
}

.v2-snapshot__card--closed {
	--status-color: #d0534d;
	--status-fade: rgba(208, 83, 77, 0.18);
	--status-ring: rgba(208, 83, 77, 0.25);
}

.v2-snapshot__card--nodata {
	--status-color: #7c8b98;
	--status-fade: rgba(124, 139, 152, 0.16);
	--status-ring: rgba(124, 139, 152, 0.22);
}

html[data-theme="dark"] .v2-snapshot__card {
	box-shadow: 0 18px 34px rgba(2, 6, 12, 0.35);
}

html[data-theme="dark"] .v2-section--volunteer {
	background: linear-gradient(135deg, rgba(26, 111, 176, 0.28), rgba(12, 22, 32, 0.85));
	color: #e6eef8;
}

html[data-theme="dark"] .v2-volunteer-card {
	background: linear-gradient(135deg, rgba(26, 111, 176, 0.3), rgba(12, 22, 32, 0.85));
	color: #e6eef8;
	box-shadow: 0 16px 30px rgba(2, 6, 12, 0.35);
}

html[data-theme="dark"] .v2-volunteer-card::before {
	opacity: 0.35;
}

html[data-theme="dark"] .v2-volunteer-card__text {
	color: #d6e1ee;
}

html[data-theme="dark"] .v2-volunteer-card__count {
	color: #7fc1ff;
}

html[data-theme="dark"] .v2-volunteer-card__chip {
	background: rgba(12, 22, 32, 0.75);
	border-color: rgba(255, 255, 255, 0.12);
	color: #e6eef8;
}

html[data-theme="dark"] .v2-volunteer-card__chip--more {
	background: rgba(58, 160, 230, 0.28);
	color: #e6eef8;
}

html[data-theme="dark"] .v2-section--volunteer::before {
	opacity: 0.35;
}

html[data-theme="dark"] .v2-volunteer__text {
	color: #d6e1ee;
}

html[data-theme="dark"] .v2-volunteer__count {
	color: #7fc1ff;
}

html[data-theme="dark"] .v2-volunteer__chip {
	background: rgba(12, 22, 32, 0.75);
	border-color: rgba(255, 255, 255, 0.12);
	color: #e6eef8;
}

html[data-theme="dark"] .v2-volunteer__chip--more {
	background: rgba(58, 160, 230, 0.28);
	color: #e6eef8;
}

.v2-muted {
	color: var(--ink-700);
}

.v2-footer {
	margin-top: 60px;
	padding: 32px 24px 50px;
	background: var(--footer-bg);
	color: var(--footer-text);
}

.v2-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.v2-footer__title {
	font-weight: 600;
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-footer__meta {
	display: block;
	font-size: 13px;
	color: var(--footer-meta);
	margin-top: 6px;
}

.v2-footer__links {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.v2-footer__links a {
	color: var(--footer-text);
	text-decoration: none;
	font-size: 14px;
}

/* Map layout */

.v2-map-bleed {
	width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
}

#mapid {
	width: 100%;
	min-height: 72vh;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: var(--shadow);
	position: relative;
}

#citymap {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: rgba(12, 22, 32, 0.4);
	color: #f5f9ff;
	text-align: center;
	pointer-events: none;
}

#rinkinfo-map {
	width: 100%;
	height: 420px;
	border-radius: 18px;
	overflow: hidden;
}

#addrink-map,
#editrink-map {
	width: 100%;
	height: 220px;
	border-radius: 16px;
	overflow: hidden;
}

/* Home closed */
.v2-closed__main {
	max-width: 980px;
	margin: 0 auto;
	padding: 32px 24px 80px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.v2-closed__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}

.v2-closed__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.v2-closed__alert {
	padding: 12px 16px;
	border-radius: 16px;
	border: 1px solid rgba(26, 111, 176, 0.24);
	background: rgba(26, 111, 176, 0.12);
	color: var(--ink-900);
	font-weight: 600;
	box-shadow: 0 10px 24px rgba(15, 23, 32, 0.12);
}

html[data-theme="dark"] .v2-closed__alert {
	border-color: rgba(58, 160, 230, 0.3);
	background: rgba(58, 160, 230, 0.18);
}

.v2-closed__card {
	background: var(--glass);
	border: 1px solid var(--glass-border);
	border-radius: 28px;
	padding: 32px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(18px);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.v2-closed__title {
	margin: 0;
	font-size: clamp(30px, 4vw, 44px);
	font-family: "Space Grotesk", "Manrope", sans-serif;
}

.v2-closed__lead {
	margin: 0;
	font-size: 16px;
	color: var(--ink-700);
	line-height: 1.6;
}

.v2-closed__cta {
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.v2-closed__cta-text {
	flex: 1;
	min-width: 220px;
}

.v2-closed__footer {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: var(--ink-700);
	font-size: 13px;
}

.v2-closed__footer a {
	color: var(--accent);
	text-decoration: none;
}

.v2-closed__footer a:hover {
	color: var(--accent-strong);
}

@media (max-width: 900px) {
	.v2-header__inner {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}

	.v2-nav__toggle {
		display: inline-flex;
		margin-left: auto;
		position: relative;
		z-index: 50;
	}

	.v2-nav__panel {
		width: 100%;
		position: fixed;
		inset: 0;
		height: 100vh;
		min-height: 100vh;
		flex-direction: column;
		align-items: stretch;
		gap: 18px;
		padding: 92px 24px calc(78px + env(safe-area-inset-bottom));
		background: var(--page-bg);
		overflow-y: auto;
		transform: translateX(100%);
		opacity: 0;
		pointer-events: none;
		transition: transform 0.35s ease, opacity 0.35s ease;
		z-index: 40;
	}

	.v2-header.is-nav-open .v2-nav__panel {
		transform: translateX(0);
		opacity: 1;
		pointer-events: auto;
	}

	.v2-nav {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.v2-nav__link {
		font-size: 16px;
	}

	.v2-nav__actions {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		align-items: center;
	}

	.v2-nav__actions > .v2-nav__link,
	.v2-nav__actions > .v2-button,
	.v2-nav__actions > .v2-nav__alert {
		flex: 1 1 calc(50% - 10px);
	}

	.v2-nav__actions .v2-button {
		width: 100%;
		padding: 10px 14px;
		justify-content: center;
	}

	.v2-nav__actions .v2-nav__link {
		text-align: center;
		padding: 10px 14px;
		border-radius: 999px;
		border: 1px solid var(--ghost-border);
		background: var(--ghost-bg);
		font-size: 14px;
	}

	.v2-nav__actions .v2-nav__alert {
		width: 100%;
		height: 40px;
		border-radius: 999px;
		justify-content: center;
	}

	.v2-nav__meta {
		flex: 1 1 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		padding-top: 12px;
		border-top: 1px solid var(--header-border);
	}

	.v2-nav__meta .v2-nav__link {
		padding: 0;
		border: 0;
		background: transparent;
		font-size: 12px;
	}

	.v2-nav__meta .v2-theme-toggle {
		width: 34px;
		height: 34px;
	}

	.v2-body.is-nav-open {
		overflow: hidden;
	}

	.v2-hero {
		grid-template-columns: 1fr;
	}

	.v2-hero__content,
	.v2-hero__panel {
		grid-column: span 1;
	}

	.v2-hero--dashboard h1 {
		font-size: 30px;
	}

	.v2-dashboard__card {
		grid-column: span 12;
	}

	.v2-card-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.v2-volunteer {
		align-items: flex-start;
	}

	.v2-volunteer__actions {
		width: 100%;
	}

	.v2-volunteer-card__top {
		flex-direction: column;
		align-items: flex-start;
	}

	.v2-volunteer-card__top .v2-button {
		width: 100%;
	}

	.v2-closed__main {
		padding: 24px 20px 64px;
	}

	.v2-closed__card {
		padding: 24px;
	}

	.v2-closed__actions {
		width: 100%;
	}

	.v2-closed__cta {
		align-items: flex-start;
	}
}

@media (max-width: 600px) {
	.v2-card-grid--three {
		grid-template-columns: minmax(0, 1fr);
	}
}
