.tsy-auth-block {
	align-items: center;
	display: flex;
	gap: 6px;
	margin-bottom: 20px;
}

.tsy-auth-sep {
	display: none;
}

.tsy-auth-link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	min-height: 28px;
	padding: 4px 13px;
	text-decoration: none;
	transition: border-color 0.15s, color 0.15s, background 0.15s;
	background: transparent;
	border: 1px solid var(--tsy-border);
	color: var(--tsy-muted);
}

.tsy-auth-link:hover {
	border-color: var(--tsy-accent);
	color: var(--tsy-accent);
	text-decoration: none;
}

.tsy-auth-link.tsy-auth-register {
	background: var(--tsy-accent);
	border-color: var(--tsy-accent);
	color: var(--tsy-on-accent);
	font-weight: 700;
}

.tsy-auth-link.tsy-auth-register:hover {
	filter: brightness(0.9);
}

.tsy-auth-user {
	align-items: center;
	color: var(--tsy-heading);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tsy-team-logo {
	display: inline-block;
	flex: 0 0 auto;
	height: 28px;
	object-fit: contain;
	vertical-align: middle;
	width: 28px;
}

.tsy-team-logo.is-sidebar-logo {
	height: 26px;
	width: 26px;
}

.tsy-team-logo.is-menu-logo {
	height: 22px;
	width: 22px;
}

.tsy-team-logo.is-comment-logo {
	height: 24px;
	width: 24px;
}

.tsy-team-logo.is-like-logo,
.tsy-team-logo.is-like-burst-logo {
	height: 26px;
	width: 26px;
}

.tsy-auth-link.tsy-auth-logout {
	background: transparent;
	border-color: var(--tsy-border);
	color: var(--tsy-muted);
}

.tsy-auth-link.tsy-auth-logout:hover {
	border-color: var(--tsy-accent);
	color: var(--tsy-heading);
}

.tsy-transfer-grid,
.tsy-empty-state,
.tsy-page-shell,
.tsy-detail-panel {
	box-sizing: border-box;
	color: var(--tsy-text);
	font-family: inherit;
}

.tsy-transfer-grid *,
.tsy-empty-state *,
.tsy-page-shell *,
.tsy-detail-panel * {
	box-sizing: border-box;
}

.tsy-page-shell {
	margin: 0 auto;
	max-width: 1220px;
	padding: 32px 24px 64px;
}

.tsy-single-shell {
	max-width: 960px;
}

.tsy-page-header {
	margin: 0 0 24px;
	max-width: 760px;
}

.tsy-page-header span {
	color: var(--tsy-accent);
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.tsy-page-header h1 {
	color: var(--tsy-heading);
	font-size: 36px;
	line-height: 1.12;
	margin: 0;
	overflow-wrap: anywhere;
}

.tsy-page-header p {
	color: var(--tsy-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 12px 0 0;
}

.tsy-single-header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	max-width: 920px;
}

.tsy-single-detail-text {
	color: var(--tsy-text);
	font-size: 17px;
	line-height: 1.7;
	margin-top: 14px;
	max-width: 860px;
	overflow-wrap: anywhere;
}

.tsy-single-detail-text > :first-child {
	margin-top: 0;
}

.tsy-single-detail-text > :last-child {
	margin-bottom: 0;
}

.tsy-single-source {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	min-width: 0;
}

.tsy-single-source .tsy-source-preview {
	display: inline-block;
	max-width: 100%;
	width: min(540px, 100%);
}

.tsy-single-source .tsy-source-embed-wrap,
.tsy-single-source .tsy-source-embed {
	max-width: 100%;
}

.tsy-single-source .tsy-source-preview-head {
	max-width: 520px;
}

.tsy-single-source-row {
	display: flex;
	flex: 1 1 auto;
	gap: 14px;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x proximity;
	scrollbar-color: var(--tsy-accent) transparent;
}

.tsy-single-source-row .tsy-source-preview {
	flex: 0 0 min(420px, calc(100vw - 120px));
	scroll-snap-align: start;
	width: min(420px, calc(100vw - 120px));
}

.tsy-single-source-layout {
	align-items: stretch;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 540px) minmax(280px, 1fr);
	margin: 0 auto;
	max-width: 1080px;
}

.tsy-hero {
	backdrop-filter: blur(16px);
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	box-shadow: var(--tsy-shadow);
	margin: 0 0 28px;
	padding: 28px;
}

.tsy-hero span,
.tsy-section-head a {
	color: var(--tsy-accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.tsy-hero h1 {
	color: var(--tsy-heading);
	font-size: 48px;
	line-height: 1.02;
	margin: 8px 0 12px;
	max-width: 760px;
	overflow-wrap: anywhere;
}

.tsy-hero p {
	color: var(--tsy-muted);
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	max-width: 640px;
}

.tsy-section {
	margin: 34px 0;
}

.tsy-section-head {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.tsy-section-head h2 {
	color: var(--tsy-heading);
	font-size: 26px;
	line-height: 1.2;
	margin: 0;
}

.tsy-section-head a {
	text-decoration: none;
}

.tsy-entry-list {
	display: grid;
	gap: 14px;
}

.tsy-list-item {
	backdrop-filter: blur(14px);
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	box-shadow: var(--tsy-soft-shadow);
	padding: 18px;
}

.tsy-list-item h2 {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 8px;
}

.tsy-list-item a {
	color: var(--tsy-heading);
	text-decoration: none;
}

.tsy-list-item p {
	color: var(--tsy-muted);
	line-height: 1.6;
	margin: 0;
}

.tsy-transfer-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 24px 0;
}

.tsy-transfer-card,
.tsy-empty-state {
	backdrop-filter: blur(14px);
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	box-shadow: var(--tsy-soft-shadow);
}

.tsy-transfer-card {
	display: block;
	min-width: 0;
	padding: 16px;
	position: relative;
}

.tsy-card-media {
	background: var(--tsy-panel-2);
	border-radius: 6px;
	display: block;
	overflow: hidden;
	width: min(100%, 620px);
}

.tsy-card-image {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tsy-card-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.tsy-card-head,
.tsy-card-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.tsy-status-badge,
.tsy-result-label {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	min-height: 28px;
	padding: 7px 10px;
	white-space: nowrap;
}

.tsy-status-badge {
	background: var(--tsy-accent-soft);
	border: 1px solid var(--tsy-border);
	color: var(--tsy-accent);
}

.tsy-card-date {
	color: var(--tsy-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.tsy-result-label {
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	color: var(--tsy-text);
}

.tsy-card-title {
	color: var(--tsy-heading);
	font-size: 20px;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: anywhere;
}

.tsy-card-title a {
	color: inherit;
	text-decoration: none;
}

.tsy-card-title a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tsy-card-title span {
	color: var(--tsy-muted);
	display: inline;
	font-weight: 600;
}

.tsy-card-source-link {
	align-items: center;
	background: var(--tsy-accent-soft);
	border: 1px solid var(--tsy-border);
	border-radius: 999px;
	color: var(--tsy-heading);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	margin-left: auto;
	min-height: 28px;
	padding: 7px 10px;
	text-decoration: none;
	white-space: nowrap;
}

.tsy-card-source-link:hover {
	background: var(--tsy-accent);
	color: var(--tsy-on-accent);
	text-decoration: none;
}

.tsy-card-source-menu {
	margin-left: auto;
}

.tsy-card-source-menu .tsy-card-source-link {
	margin-left: 0;
}

.tsy-card-source-options {
	background: rgba(14, 68, 62, 0.82);
	backdrop-filter: blur(8px);
	border: 1px solid var(--tsy-border);
	border-radius: 10px;
	box-shadow: var(--tsy-shadow);
	display: flex;
	flex-direction: row;
	gap: 8px;
	left: 8px;
	overflow-x: scroll;
	padding: 10px 10px 14px;
	position: absolute;
	right: 8px;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--tsy-accent) rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
	top: 52px;
	width: auto;
	z-index: 10;
	-webkit-overflow-scrolling: touch;
}

.tsy-card-source-options::-webkit-scrollbar {
	height: 4px;
}

.tsy-card-source-options::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.15);
	border-radius: 2px;
}

.tsy-card-source-options::-webkit-scrollbar-thumb {
	background: var(--tsy-accent);
	border-radius: 2px;
}

.tsy-card-source-options[hidden] {
	display: none;
}

.tsy-card-source-menu.is-open .tsy-card-source-options {
	display: flex;
}

.tsy-card-preview-slot {
	flex: 0 0 300px;
	max-height: 360px;
	min-width: 300px;
	overflow: hidden;
	scroll-snap-align: start;
}

.tsy-card-preview-slot .tsy-source-embed {
	max-height: 280px;
	overflow: hidden;
}

.tsy-card-preview-slot .tsy-source-preview-head {
	flex-wrap: nowrap;
	overflow: hidden;
}

.tsy-card-preview-slot .tsy-source-preview-head a {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tsy-card-preview-slot .tsy-source-preview-copy em {
	max-width: 40ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tsy-transfer-card.is-home-card .tsy-card-body {
	gap: 14px;
}

.tsy-transfer-card.is-home-card .tsy-card-media {
	width: 100%;
}

.tsy-home-card-detail {
	color: var(--tsy-text);
	font-size: 15px;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.tsy-home-card-detail > :first-child {
	margin-top: 0;
}

.tsy-home-card-detail > :last-child {
	margin-bottom: 0;
}

.tsy-home-comments {
	border-top: 1px solid var(--tsy-border);
	display: grid;
	gap: 10px;
	padding-top: 12px;
}

.tsy-post-actions {
	align-items: center;
	display: flex;
	gap: 10px;
}

.tsy-action-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--tsy-muted);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	gap: 6px;
	line-height: 1;
	padding: 0;
}

.tsy-action-button:hover,
.tsy-action-button.is-liked {
	color: var(--tsy-accent);
}

.tsy-action-button:disabled {
	cursor: default;
	opacity: 0.55;
}

.tsy-action-button.is-loading {
	opacity: 0.82;
}

.tsy-action-icon {
	align-items: center;
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	border-radius: 999px;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	overflow: visible;
	position: relative;
	width: 34px;
}

.tsy-action-icon.is-like-animating {
	color: transparent;
}

.tsy-like-team-burst {
	align-items: center;
	animation: tsy-like-team-burst 720ms cubic-bezier(.18, .84, .32, 1) forwards;
	background: rgba(232, 255, 251, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(2, 35, 31, 0.34);
	color: #e64662;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.45);
	width: 34px;
	z-index: 2;
}

.tsy-like-team-burst .tsy-team-logo {
	filter: none;
}

@keyframes tsy-like-team-burst {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.45) rotate(-10deg);
	}
	38% {
		opacity: 1;
		transform: translate(-50%, -64%) scale(1.18) rotate(5deg);
	}
	70% {
		opacity: 1;
		transform: translate(-50%, -58%) scale(1) rotate(0deg);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -96%) scale(0.82) rotate(0deg);
	}
}

.tsy-post-actions .tsy-comment-count,
.tsy-post-actions .tsy-like-count {
	background: transparent;
	border: 0;
	color: currentColor;
	min-width: 0;
	padding: 0;
}

.tsy-home-comment-list {
	display: grid;
	gap: 8px;
}

.tsy-comments-see-all {
	align-self: start;
	color: var(--tsy-accent);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.tsy-comments-see-all:hover {
	color: var(--tsy-heading);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tsy-card-meta {
	color: var(--tsy-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 8px;
}

.tsy-card-meta:empty {
	display: none;
}

.tsy-card-meta span,
.tsy-card-meta a {
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	border-radius: 6px;
	color: var(--tsy-muted);
	padding: 6px 8px;
	text-decoration: none;
}

.tsy-card-meta a:hover {
	border-color: var(--tsy-accent);
	color: var(--tsy-heading);
}

.tsy-card-section {
	border-top: 1px solid var(--tsy-border);
	padding-top: 12px;
}

.tsy-card-section span {
	color: var(--tsy-muted);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.tsy-card-section p {
	color: var(--tsy-text);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	overflow-wrap: anywhere;
}

.tsy-source-preview {
	backdrop-filter: blur(10px);
	background: var(--tsy-panel-2);
	border: 2px solid var(--tsy-accent-2);
	border-radius: 8px;
	color: var(--tsy-text);
	min-width: 0;
	padding: 12px;
}

.tsy-source-preview:hover {
	border-color: var(--tsy-accent);
}

.tsy-source-preview-head {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
	justify-content: flex-start;
	margin-bottom: 10px;
	min-width: 0;
	overflow: hidden;
}

.tsy-source-preview-head span {
	color: var(--tsy-accent);
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.tsy-source-preview-head a {
	color: var(--tsy-heading);
	font-size: 13px;
	font-weight: 900;
	min-width: 0;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tsy-source-preview-head a:hover {
	color: var(--tsy-accent);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tsy-source-embed-wrap {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}

/* Hide embed wrap by default; show when an iframe is present (Twitter rendered OK) */
.tsy-source-preview > .tsy-source-embed-wrap {
	display: none;
}

.tsy-source-preview > .tsy-source-embed-wrap:has(iframe) {
	display: inline-block;
}

/* JS adds .tsy-embed-fail when the iframe height is 0 (deleted / private tweet) */
.tsy-source-preview > .tsy-source-embed-wrap.tsy-embed-fail {
	display: none !important;
}

/* Backup fallback: visible by default, hidden once a real embed exists */
.tsy-source-fallback--backup {
	display: flex;
}

.tsy-source-preview > .tsy-source-embed-wrap:has(iframe):not(.tsy-embed-fail) ~ .tsy-source-fallback--backup {
	display: none;
}

.tsy-source-embed {
	background: #ffffff;
	border-radius: 8px;
	color: #111827;
	display: inline-block;
	max-height: 520px;
	max-width: 100%;
	overflow: auto;
	padding: 8px;
	pointer-events: none;
	vertical-align: top;
	width: auto;
}

.tsy-source-embed iframe,
.tsy-source-embed blockquote {
	max-width: 100% !important;
	min-width: 0 !important;
	width: min(520px, 100%) !important;
}

.tsy-source-embed .twitter-tweet {
	margin: 0 !important;
}

.tsy-source-embed-link {
	border-radius: 8px;
	inset: 0;
	position: absolute;
	z-index: 2;
}

.tsy-source-embed-link:focus-visible {
	outline: 3px solid var(--tsy-accent);
	outline-offset: 3px;
}

.tsy-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.tsy-source-fallback {
	align-items: center;
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 6px;
	color: var(--tsy-text);
	display: flex;
	gap: 12px;
	padding: 10px;
	text-decoration: none;
}

.tsy-source-preview-icon {
	align-items: center;
	background: var(--tsy-accent);
	border-radius: 6px;
	color: var(--tsy-on-accent);
	display: inline-flex;
	flex: 0 0 42px;
	font-size: 18px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.tsy-source-preview-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.tsy-source-preview-copy strong,
.tsy-source-preview-copy small,
.tsy-source-preview-copy em {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tsy-source-preview-copy strong {
	color: var(--tsy-heading);
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
}

.tsy-source-preview-copy small {
	color: var(--tsy-accent);
	font-size: 12px;
	font-weight: 800;
}

.tsy-source-preview-copy em {
	color: var(--tsy-muted);
	font-size: 12px;
	font-style: normal;
}

.tsy-card-secondary {
	align-items: stretch;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.tsy-card-secondary.no-source {
	grid-template-columns: 1fr;
}

.tsy-card-source-column,
.tsy-card-details {
	min-width: 0;
}

.tsy-card-source-column .tsy-source-preview {
	height: 100%;
}

.tsy-card-source-column .tsy-source-embed-wrap,
.tsy-card-source-column .tsy-source-embed {
	max-width: 520px;
}

.tsy-card-details {
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	color: var(--tsy-text);
	padding: 14px;
}

.tsy-card-details h2 {
	color: var(--tsy-heading);
	font-size: 22px;
	line-height: 1.15;
	margin: 0 0 14px;
}

.tsy-card-detail-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
	margin: 0 0 14px;
}

.tsy-card-detail-grid div,
.tsy-card-details .tsy-editor-note {
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 6px;
	padding: 10px;
}

.tsy-card-detail-grid span,
.tsy-card-details .tsy-editor-note span {
	color: var(--tsy-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.tsy-card-detail-grid strong,
.tsy-card-detail-grid a {
	color: var(--tsy-heading);
	font-size: 14px;
	overflow-wrap: anywhere;
}

.tsy-card-details .tsy-editor-note {
	margin: 0 0 14px;
}

.tsy-card-details .tsy-entry-content {
	color: var(--tsy-text);
	font-size: 15px;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.tsy-card-details .tsy-entry-content > :first-child {
	margin-top: 0;
}

.tsy-card-details .tsy-entry-content > :last-child {
	margin-bottom: 0;
}

.tsy-card-actions {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: auto;
}

.tsy-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	min-height: 38px;
	padding: 9px 12px;
	text-decoration: none;
}

.tsy-button-source {
	background: var(--tsy-accent);
	color: var(--tsy-on-accent);
}

.tsy-button-detail {
	background: transparent;
	border: 1px solid var(--tsy-border);
	color: var(--tsy-text);
}

.tsy-button:hover {
	filter: brightness(0.94);
	text-decoration: none;
}

.tsy-empty-state {
	color: var(--tsy-muted);
	margin: 24px 0;
	padding: 18px;
}

.tsy-source-open-panel {
	backdrop-filter: blur(14px);
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	box-shadow: var(--tsy-soft-shadow);
	color: var(--tsy-text);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 18px;
	padding: 16px;
}

.tsy-source-open-panel span,
.tsy-source-open-panel div {
	flex: 1 1 100%;
}

.tsy-source-open-panel span {
	color: var(--tsy-accent);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.tsy-source-open-panel div {
	color: var(--tsy-text);
	overflow-wrap: anywhere;
}

.tsy-exit-body {
	background: var(--tsy-bg);
}

.tsy-exit-shell {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	padding: 24px;
}

.tsy-exit-card {
	backdrop-filter: blur(16px);
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	box-shadow: var(--tsy-shadow);
	box-sizing: border-box;
	color: var(--tsy-text);
	max-width: 640px;
	padding: 24px;
	width: 100%;
}

.tsy-exit-card span {
	color: var(--tsy-accent);
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.tsy-exit-card h1 {
	color: var(--tsy-heading);
	font-size: 34px;
	line-height: 1.12;
	margin: 0 0 12px;
}

.tsy-exit-card p {
	color: var(--tsy-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 16px;
}

.tsy-exit-url {
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	border-radius: 6px;
	color: var(--tsy-text);
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 18px;
	overflow-wrap: anywhere;
	padding: 12px;
}

.tsy-exit-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tsy-detail-panel {
	backdrop-filter: blur(14px);
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	box-shadow: var(--tsy-soft-shadow);
	margin: 18px 0 0;
	padding: 18px;
}

.tsy-detail-panel h2 {
	color: var(--tsy-heading);
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 16px;
}

.tsy-detail-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
	margin-bottom: 16px;
}

.tsy-detail-grid div,
.tsy-editor-note {
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	border-radius: 6px;
	padding: 12px;
}

.tsy-detail-grid span,
.tsy-editor-note span {
	color: var(--tsy-muted);
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.tsy-detail-grid strong,
.tsy-detail-grid a {
	color: var(--tsy-heading);
	font-size: 15px;
	overflow-wrap: anywhere;
}

.tsy-editor-note {
	margin-bottom: 16px;
}

.tsy-editor-note p,
.tsy-entry-content {
	color: var(--tsy-text);
	line-height: 1.65;
}

.tsy-editor-note p {
	margin: 0;
}

.tsy-transfer-card[hidden] {
	display: none;
}

.tsy-comment-count {
	background: var(--tsy-accent-soft);
	border: 1px solid var(--tsy-border);
	border-radius: 999px;
	color: var(--tsy-accent);
	font-size: 12px;
	font-weight: 900;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	min-width: 28px;
	padding: 7px 9px;
	text-align: center;
}

.tsy-single-comments {
	backdrop-filter: blur(10px);
	background: var(--tsy-panel-2);
	border: 2px solid var(--tsy-accent-2);
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--tsy-text);
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	min-height: 360px;
	min-width: 0;
	padding: 12px;
}

.tsy-single-comments-head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.tsy-single-comments-head h2 {
	color: var(--tsy-heading);
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}

.tsy-comment-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tsy-single-comment-list {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding-right: 4px;
	scrollbar-gutter: stable;
}

.tsy-comment-item {
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	padding: 10px 12px;
}

.tsy-comment-item-head {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.tsy-comment-author-wrap {
	align-items: center;
	display: inline-flex;
	gap: 7px;
	min-width: 0;
}

.tsy-comment-delete {
	background: transparent;
	border: 0;
	color: var(--tsy-accent);
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	padding: 0;
}

.tsy-comment-delete:hover {
	color: var(--tsy-heading);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tsy-comment-item.tsy-comment-new {
	animation: tsy-fade-in 0.25s ease;
}

@keyframes tsy-fade-in {
	from { opacity: 0; transform: translateY(6px); }
	to   { opacity: 1; transform: translateY(0); }
}

.tsy-comment-author {
	color: var(--tsy-accent);
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 4px;
}

.tsy-comment-text {
	color: var(--tsy-text);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	overflow-wrap: anywhere;
}

.tsy-no-comments {
	color: var(--tsy-muted);
	font-size: 13px;
	margin: 0;
	text-align: center;
}

.tsy-comment-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tsy-comment-input {
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	border-radius: 7px;
	box-sizing: border-box;
	color: var(--tsy-heading);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 12px;
	resize: none;
	transition: border-color 0.15s;
	width: 100%;
}

.tsy-comment-form-foot {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.tsy-comment-limit {
	color: var(--tsy-muted);
	font-size: 12px;
	font-weight: 800;
}

.tsy-comment-input:focus {
	border-color: var(--tsy-accent);
	box-shadow: 0 0 0 2px var(--tsy-accent-soft);
	outline: none;
}

.tsy-comment-input::placeholder {
	color: var(--tsy-muted);
	opacity: 0.7;
}

.tsy-comment-submit {
	align-self: flex-end;
	background: var(--tsy-accent);
	border: none;
	border-radius: 6px;
	color: var(--tsy-on-accent);
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	min-height: 34px;
	padding: 6px 16px;
	transition: filter 0.15s;
}

.tsy-comment-submit:hover {
	filter: brightness(0.88);
}

.tsy-comment-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.tsy-comment-login {
	color: var(--tsy-muted);
	font-size: 13px;
	margin: 0;
	text-align: center;
}

.tsy-comment-login a {
	color: var(--tsy-accent);
	font-weight: 600;
	text-decoration: none;
}

.tsy-comment-login a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tsy-members-shell {
	max-width: 1120px;
}

.tsy-profile-shell {
	max-width: 760px;
}

.tsy-profile-panel {
	backdrop-filter: blur(14px);
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	box-shadow: var(--tsy-soft-shadow);
	padding: 18px;
}

.tsy-profile-form {
	display: grid;
	gap: 10px;
	max-width: 520px;
}

.tsy-profile-form label {
	color: var(--tsy-muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.tsy-profile-form input,
.tsy-profile-form select,
.tsy-profile-form textarea {
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	border-radius: 7px;
	box-sizing: border-box;
	color: var(--tsy-heading);
	font-family: inherit;
	font-size: 15px;
	min-height: 42px;
	padding: 10px 12px;
	width: 100%;
}

.tsy-profile-form textarea {
	line-height: 1.5;
	min-height: 120px;
	resize: vertical;
}

.tsy-profile-form select {
	appearance: none;
}

.tsy-profile-form input[readonly] {
	color: var(--tsy-muted);
	cursor: default;
}

.tsy-profile-readonly-row {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.tsy-profile-readonly-row span {
	background: var(--tsy-accent-soft);
	border: 1px solid var(--tsy-border);
	border-radius: 999px;
	color: var(--tsy-muted);
	font-size: 12px;
	font-weight: 900;
	padding: 8px 10px;
	white-space: nowrap;
}

.tsy-profile-help {
	color: var(--tsy-muted);
	font-size: 13px;
	line-height: 1.45;
	margin: -2px 0 0;
}

.tsy-profile-form input:focus,
.tsy-profile-form select:focus,
.tsy-profile-form textarea:focus {
	border-color: var(--tsy-accent);
	box-shadow: 0 0 0 2px var(--tsy-accent-soft);
	outline: none;
}

.tsy-profile-form.has-error input[name="new_password"],
.tsy-profile-form.has-error input[name="confirm_password"] {
	border-color: rgba(255, 130, 130, 0.9);
	box-shadow: 0 0 0 2px rgba(255, 80, 80, 0.16);
}

.tsy-password-rules {
	color: var(--tsy-muted);
	display: block;
	font-size: 12px;
	line-height: 1.45;
	margin: -4px 0 4px;
}

.tsy-profile-form.has-error .tsy-password-rules {
	color: #ffd4d4;
}

.tsy-profile-submit {
	align-self: start;
	background: var(--tsy-accent);
	border: 0;
	border-radius: 7px;
	color: var(--tsy-on-accent);
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 900;
	margin-top: 6px;
	min-height: 40px;
	padding: 10px 14px;
}

.tsy-profile-submit:hover {
	filter: brightness(0.9);
}

.tsy-profile-message {
	border: 1px solid var(--tsy-border);
	border-radius: 7px;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 16px;
	padding: 12px;
}

.tsy-profile-message.is-success {
	background: var(--tsy-accent-soft);
	color: var(--tsy-heading);
}

.tsy-profile-message.is-error {
	background: rgba(255, 80, 80, 0.14);
	border-color: rgba(255, 130, 130, 0.45);
	color: #ffd4d4;
}

.tsy-members-panel {
	display: grid;
	gap: 12px;
}

.tsy-feedback-shell {
	max-width: 920px;
}

.tsy-feedback-list {
	display: grid;
	gap: 12px;
}

.tsy-feedback-card {
	backdrop-filter: blur(14px);
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	box-shadow: var(--tsy-soft-shadow);
	padding: 16px;
}

.tsy-feedback-head {
	display: grid;
	gap: 4px;
	margin-bottom: 12px;
}

.tsy-feedback-head strong {
	color: var(--tsy-heading);
	font-size: 17px;
}

.tsy-feedback-head span,
.tsy-feedback-head small {
	color: var(--tsy-muted);
	font-size: 13px;
}

.tsy-feedback-card p {
	color: var(--tsy-text);
	line-height: 1.6;
	margin: 0;
	overflow-wrap: anywhere;
}

.tsy-feedback-replies {
	border-top: 1px solid var(--tsy-border);
	display: grid;
	gap: 10px;
	margin-top: 14px;
	padding-top: 14px;
}

.tsy-feedback-reply {
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	padding: 12px;
}

.tsy-feedback-reply strong {
	color: var(--tsy-heading);
	display: block;
	font-size: 13px;
	margin-bottom: 3px;
}

.tsy-feedback-reply small {
	color: var(--tsy-muted);
	display: block;
	font-size: 12px;
	margin-bottom: 8px;
}

.tsy-feedback-reply.is-admin-reply {
	border-color: var(--tsy-accent-2);
}

.tsy-feedback-reply-form {
	border-top: 1px solid var(--tsy-border);
	display: grid;
	gap: 8px;
	margin-top: 14px;
	padding-top: 14px;
}

.tsy-feedback-reply-form label {
	color: var(--tsy-muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.tsy-feedback-reply-form textarea {
	background: var(--tsy-panel-2);
	border: 1px solid var(--tsy-border);
	border-radius: 7px;
	box-sizing: border-box;
	color: var(--tsy-heading);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 12px;
	resize: vertical;
	width: 100%;
}

.tsy-feedback-pending {
	border-top: 1px solid var(--tsy-border);
	color: var(--tsy-muted) !important;
	font-size: 13px;
	margin-top: 14px !important;
	padding-top: 14px;
}

.tsy-member-card {
	align-items: center;
	backdrop-filter: blur(14px);
	background: var(--tsy-panel);
	border: 1px solid var(--tsy-border);
	border-radius: 8px;
	box-shadow: var(--tsy-soft-shadow);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	padding: 16px;
}

.tsy-member-card.is-banned {
	border-color: rgba(255, 130, 130, 0.65);
}

.tsy-member-main {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.tsy-member-main strong {
	color: var(--tsy-heading);
	font-size: 17px;
	line-height: 1.2;
}

.tsy-member-main span,
.tsy-member-main small {
	color: var(--tsy-muted);
	overflow-wrap: anywhere;
}

.tsy-member-main small {
	font-size: 12px;
}

.tsy-member-badge {
	background: var(--tsy-accent-soft);
	border: 1px solid var(--tsy-border);
	border-radius: 999px;
	color: var(--tsy-accent);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	padding: 8px 10px;
}

.tsy-member-badge.is-danger {
	background: rgba(255, 80, 80, 0.16);
	border-color: rgba(255, 130, 130, 0.55);
	color: #ffb8b8;
}

.tsy-member-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.tsy-member-actions form {
	margin: 0;
}

.tsy-member-button,
.tsy-member-self {
	border-radius: 6px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	min-height: 36px;
	padding: 8px 12px;
}

.tsy-member-button {
	background: var(--tsy-accent-soft);
	border: 1px solid var(--tsy-border);
	color: var(--tsy-heading);
	cursor: pointer;
}

.tsy-member-button:hover {
	border-color: var(--tsy-accent);
}

.tsy-member-button.is-danger {
	background: rgba(255, 80, 80, 0.16);
	border-color: rgba(255, 130, 130, 0.45);
	color: #ffd4d4;
}

.tsy-member-self {
	align-items: center;
	color: var(--tsy-muted);
	display: inline-flex;
}

.tsy-hero,
.tsy-list-item,
.tsy-transfer-card,
.tsy-empty-state,
.tsy-source-open-panel,
.tsy-exit-card,
.tsy-detail-panel,
.tsy-single-comments,
.tsy-profile-panel,
.tsy-feedback-card,
.tsy-member-card {
	backdrop-filter: none;
}

.tsy-transfer-card,
.tsy-list-item,
.tsy-feedback-card,
.tsy-member-card {
	content-visibility: auto;
	contain-intrinsic-size: 360px;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (min-width: 720px) {
	.tsy-transfer-grid {
		grid-template-columns: 1fr;
	}

	.tsy-detail-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1120px) {
	.tsy-transfer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.tsy-card-secondary {
		grid-template-columns: 1fr;
	}

	.tsy-single-source-layout {
		grid-template-columns: 1fr;
	}

	.tsy-single-comments {
		min-height: 0;
	}

	.tsy-member-card {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.tsy-member-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	.tsy-card-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.tsy-card-source-menu {
		margin-left: 0;
	}

	.tsy-card-source-options {
		left: 0;
		right: 0;
		width: auto;
	}

	.tsy-transfer-card {
		padding: 12px;
	}

	.tsy-card-media {
		width: 100%;
	}

	.tsy-button {
		width: 100%;
	}

	.tsy-page-header h1 {
		font-size: 28px;
	}

	.tsy-hero h1 {
		font-size: 38px;
	}

	.tsy-section-head {
		align-items: flex-start;
		flex-direction: column;
	}
}
