.hidden {
	display: none !important;
}

.flex {
	display: flex !important;
}

.inline-flex {
	display: inline-flex !important;
}

.items-center {
	align-items: center !important;
}

.justify-between {
	justify-content: space-between !important;
}

.justify-center {
	justify-content: center !important;
}

.gap-2 {
	gap: 0.5rem !important;
}

.gap-3 {
	gap: 0.75rem !important;
}

.gap-4 {
	gap: 1rem !important;
}

.gap-6 {
	gap: 1.5rem !important;
}

.w-full {
	width: 100% !important;
}

.min-h-dvh {
	min-height: 100dvh !important;
}

.sdt-landing {
	min-height: calc(100vh - 4rem);
	background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 45%, #eef2ff 100%);
}

.sdt-landing-container {
	padding: 3rem 1.5rem;
}

.sdt-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border-radius: 9999px;
	border: 1px solid #bae6fd;
	background: rgba(255, 255, 255, 0.8);
	padding: 0.35rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #0369a1;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.sdt-gradient-text {
	background: linear-gradient(90deg, #0284c7 0%, #4f46e5 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.sdt-hero-text {
	max-width: 38rem;
}

.sdt-hero-actions {
	flex-wrap: wrap;
}

.sdt-hero-primary {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.sdt-mt-5 {
	margin-top: 1.25rem;
}

.sdt-mt-6 {
	margin-top: 1.5rem;
}

.sdt-mt-8 {
	margin-top: 2rem;
}

.sdt-mt-16 {
	margin-top: 4rem;
}

.sdt-mb-2 {
	margin-bottom: 0.5rem;
}

.sdt-mb-4 {
	margin-bottom: 1rem;
}

.mr-1 {
	margin-right: 0.25rem;
}

.sdt-mt-4 {
	margin-top: 1rem;
}

.sdt-feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
}

.sdt-preview-wrap {
	position: relative;
}

.sdt-preview-glow {
	position: absolute;
	inset: -1rem;
	border-radius: 2rem;
	background: linear-gradient(90deg, rgba(186, 230, 253, 0.7), rgba(199, 210, 254, 0.5), rgba(240, 171, 252, 0.5));
	filter: blur(32px);
}

.sdt-preview-card {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
	background: #ffffff;
}

.sdt-preview-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
	padding: 0.75rem 1.25rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: #64748b;
}

.sdt-preview-spacer {
	width: 3rem;
}

.sdt-icon-spacer {
	width: 0.75rem;
}

.sdt-preview-dots {
	display: inline-flex;
	gap: 0.5rem;
}

.sdt-dot {
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 9999px;
}

.sdt-dot.is-red { background: #f87171; }
.sdt-dot.is-yellow { background: #facc15; }
.sdt-dot.is-green { background: #34d399; }

.sdt-preview-body {
	padding: 2rem;
}

.sdt-mini-avatar {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.75rem;
	background: linear-gradient(135deg, #0ea5e9 0%, #4f46e5 100%);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.875rem;
}

.sdt-mini-avatar,
.sdt-get-started-logo {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
}

.sdt-logo-icon {
	font-size: 0.95rem;
	line-height: 1;
}

.sdt-logo-text {
	font-size: 0.6rem;
	letter-spacing: 0.08em;
	font-weight: 700;
}

.sdt-preview-item {
	border-radius: 1rem;
	border: 1px solid #e2e8f0;
	padding: 1rem;
	background: #ffffff;
}

.sdt-pro-tip {
	margin-top: 1.5rem;
	border-radius: 1rem;
	background: #0f172a;
	color: #ffffff;
	padding: 1rem;
}

.sdt-cta {
	border-radius: 1.5rem;
	padding: 2rem;
}

.rotate-180 {
	transform: rotate(180deg);
}

.sdt-docs-body {
	min-height: 100dvh;
	background: #f8fafc;
}

.sdt-docs-main-root {
	min-height: 100dvh;
}

.sdt-docs-shell {
	min-height: 100dvh;
}

.sdt-docs-header {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid #e2e8f0;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
}

.sdt-docs-header-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.75rem 1.5rem;
}

.sdt-docs-header-title {
	font-weight: 600;
	color: #0f172a;
}

.sdt-docs-header-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.sdt-docs-header-logo {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.6rem;
	background: linear-gradient(135deg, #0ea5e9 0%, #4f46e5 100%);
	color: #ffffff;
}

.sdt-docs-header-logo .sdt-logo-icon {
	font-size: 0.85rem;
}

.sdt-docs-header-logo .sdt-logo-text {
	font-size: 0.5rem;
}

.sdt-docs-header-tenant {
	font-size: 0.875rem;
	color: #475569;
}

.sdt-docs-header-actions {
	position: relative;
}

.sdt-account-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.sdt-account-menu {
	position: absolute;
	right: 0;
	margin-top: 0.5rem;
	min-width: 10rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.75rem;
	background: #ffffff;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	padding: 0.25rem 0;
}

.sdt-account-menu .button,
.sdt-account-menu button {
	width: 100%;
	justify-content: flex-start;
	border: none;
	background: transparent;
	text-decoration: none;
}

.sdt-docs-main {
	display: flex;
	flex-direction: column;
	min-height: calc(100dvh - 3.5rem);
}

@media (min-width: 768px) {
	.sdt-docs-main {
		flex-direction: row;
	}
}

.sdt-docs-sidebar {
	width: 100%;
	border-bottom: 1px solid #e2e8f0;
	background: #f1f5f9;
	transition: width 0.2s ease-in-out;
	overflow: visible;
}

@media (min-width: 768px) {
	.sdt-docs-sidebar {
		border-bottom: none;
		border-right: 1px solid #e2e8f0;
	}
}

.sdt-docs-sidebar-inner {
	overflow: visible;
}

.sdt-docs-content {
	flex: 1;
	background: #ffffff;
}

.sdt-sidebar-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
}

.sdt-sidebar-title {
	font-size: 0.875rem;
	font-weight: 600;
	color: #475569;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sdt-product-switcher {
	position: relative;
	flex: 1;
	min-width: 0;
}

.sdt-product-switcher .button {
	width: 100%;
	justify-content: space-between;
}

.sdt-product-label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sdt-product-menu {
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 0.25rem;
	width: 100%;
	border-radius: 0.75rem;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	padding: 0.25rem 0;
	z-index: 50;
}

.sdt-product-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	color: #475569;
}

.sdt-product-item:hover {
	background: #f1f5f9;
}

.sdt-product-item.is-active {
	background: #e0f2fe;
	color: #0369a1;
	font-weight: 600;
}

.sdt-sidebar-toggle {
	width: 2.25rem;
	height: 2.25rem;
}

.sdt-sidebar-nav {
	padding: 0 0.75rem 0.75rem;
}

.sdt-sidebar-link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	color: #475569;
	transition: background 0.2s ease, color 0.2s ease;
}

.sdt-sidebar-row {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.sdt-sidebar-row .sdt-sidebar-link {
	flex: 1;
}

.sdt-sidebar-actions {
	position: relative;
	margin-left: auto;
}

.sdt-sidebar-menu-button {
	width: 2rem;
	height: 2rem;
	padding: 0;
}

.sdt-sidebar-menu {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 0.35rem;
	min-width: 12rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.5rem;
	background: #ffffff;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	padding: 0.25rem 0;
	z-index: 30;
}

.sdt-sidebar-menu-item {
	width: 100%;
	border: none;
	background: transparent;
	text-align: left;
	padding: 0.4rem 0.75rem;
	font-size: 0.875rem;
	color: #0f172a;
	cursor: pointer;
}

.sdt-sidebar-menu-item:hover {
	background: #f1f5f9;
}

.sdt-sidebar-link:hover {
	background: #e2e8f0;
}

.sdt-sidebar-link.is-active {
	background: #dbeafe;
	color: #1d4ed8;
	font-weight: 600;
}

.sdt-sidebar-icon {
	font-size: 0.75rem;
	color: #94a3b8;
}

.sdt-sidebar-empty {
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	color: #94a3b8;
	font-style: italic;
}

.sdt-docs-editor {
	padding: 1.5rem;
}

.sdt-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-bottom: 0.75rem;
}

.sdt-data-table-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-bottom: 0.75rem;
}

.sdt-data-table-title {
	margin-bottom: 0.75rem;
}

.sdt-data-table-toolbar .button {
	border-radius: 0.5rem;
}

.sdt-data-table {
	border: 1px solid #e2e8f0;
	border-radius: 0.75rem;
	overflow: hidden;
}

.sdt-toolbar-divider {
	width: 1px;
	height: 1.25rem;
	background: #e2e8f0;
	margin: 0 0.25rem;
}

.sdt-toolbar-button {
	border-radius: 0.5rem;
}

.sdt-modal {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.5);
	align-items: center;
	justify-content: center;
	z-index: 50;
}

.sdt-modal-card {
	width: min(92vw, 28rem);
}

.sdt-page-properties-card {
	width: min(92vw, 32rem);
}

.sdt-page-permissions-card {
	width: min(92vw, 34rem);
}

.sdt-user-permission-modal {
	z-index: 60;
}

.sdt-page-props-tabs {
	display: flex;
	gap: 0.5rem;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 1rem;
}

.sdt-page-props-tabs .sdt-tab {
	background: transparent;
	border: none;
	border-bottom: 2px solid transparent;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	color: #64748b;
	cursor: pointer;
}

.sdt-page-props-tabs .sdt-tab.is-active {
	color: #0f172a;
	border-bottom-color: #0ea5e9;
	font-weight: 600;
}

.sdt-permissions-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.sdt-permissions-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.sdt-permissions-actions {
	position: relative;
}

.sdt-permissions-menu {
	position: absolute;
	right: 0;
	margin-top: 0.35rem;
	min-width: 12rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.5rem;
	background: #ffffff;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	padding: 0.25rem 0;
	z-index: 20;
}

.sdt-permissions-menu-item {
	width: 100%;
	border: none;
	background: transparent;
	text-align: left;
	padding: 0.4rem 0.75rem;
	font-size: 0.875rem;
	color: #0f172a;
	cursor: pointer;
}

.sdt-permissions-menu-item:hover {
	background: #f1f5f9;
}

.sdt-permissions-menu-separator {
	margin: 0.25rem 0;
	border-top: 1px solid #e2e8f0;
}

.sdt-permission-item {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #e2e8f0;
 	align-items: center;
}

.sdt-permission-item:last-child {
	border-bottom: none;
}

.sdt-permission-name {
	font-weight: 600;
	color: #0f172a;
}

.sdt-permission-rights {
	font-size: 0.875rem;
	color: #64748b;
	white-space: nowrap;
}

.sdt-permission-remove {
	border: none;
	background: transparent;
	color: #94a3b8;
	cursor: pointer;
	padding: 0.25rem;
}

.sdt-permission-remove:hover {
	color: #ef4444;
}

.sdt-rights-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	align-items: center;
}

.sdt-rights-option {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.875rem;
	color: #0f172a;
}

.sdt-permissions-effective {
	padding: 0.5rem 0;
	font-weight: 600;
	color: #0f172a;
}


.sdt-dialog {
	border: 1px solid #e2e8f0;
	border-radius: 1.25rem;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
	padding: 0;
	width: min(92vw, 30rem);
}

.sdt-user-props-dialog {
	width: min(92vw, 36rem);
}

.sdt-manage-users-dialog {
	width: min(92vw, 36rem);
}

.sdt-manage-users-list {
	display: flex;
	flex-direction: column;
}

.sdt-manage-user-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #e2e8f0;
}

.sdt-manage-user-item:last-child {
	border-bottom: none;
}

.sdt-manage-user-info {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.sdt-manage-user-name {
	font-weight: 600;
	color: #0f172a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sdt-manage-user-detail {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.8rem;
	color: #64748b;
}

.sdt-manage-user-actions {
	display: flex;
	gap: 0.25rem;
	flex-shrink: 0;
}

.sdt-manage-users-empty {
	padding: 1rem 0;
	color: #94a3b8;
	font-style: italic;
	text-align: center;
}

.sdt-user-props-form .field.is-horizontal .field-label,
.sdt-page-props-form .field.is-horizontal .field-label {
	flex-basis: auto;
	flex-grow: 0;
	white-space: nowrap;
}

.sdt-user-props-form .field.is-horizontal .field-label {
	min-width: 9.5rem;
}

.sdt-page-props-form .field.is-horizontal .field-label {
	min-width: 7rem;
}

.sdt-dialog::backdrop {
	background: rgba(15, 23, 42, 0.5);
}

.sdt-dialog-body {
	padding: 1.5rem;
}

.sdt-site-header {
	border-bottom: 1px solid #e2e8f0;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
}

.sdt-site-footer {
	border-top: 1px solid #e2e8f0;
	background: #ffffff;
}

.sdt-footer-content {
	color: #64748b;
	font-size: 0.875rem;
}

.sdt-get-started {
	min-height: calc(100vh - 4rem);
	padding: 3.5rem 1.5rem;
	background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 45%, #eef2ff 100%);
}

.sdt-get-started-card {
	border-radius: 1.5rem;
	box-shadow: 0 25px 45px rgba(15, 23, 42, 0.12);
}

.sdt-get-started-header {
	padding: 2rem 0 1.5rem;
}

.sdt-get-started-logo {
	width: 3rem;
	height: 3rem;
	border-radius: 0.75rem;
	background: linear-gradient(135deg, #0ea5e9 0%, #4f46e5 100%);
	color: #ffffff;
	margin-bottom: 1rem;
}

.sdt-get-started-logo .sdt-logo-icon {
	font-size: 1.1rem;
}

.sdt-get-started-logo .sdt-logo-text {
	font-size: 0.65rem;
}

.sdt-user-status {
	margin-left: 8.5rem;
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	.sdt-user-status {
		margin-left: 0;
	}
}

.sdt-pro-tip p {
	color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1024px) {
	.sdt-landing-container {
		padding: 4rem 1.5rem;
	}
}
